Uses of Class
com.oracle.bmc.core.model.SecurityRule
-
Packages that use SecurityRule Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of SecurityRule in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type SecurityRule Modifier and Type Method Description Iterable<SecurityRule>VirtualNetworkPaginators. listNetworkSecurityGroupSecurityRulesRecordIterator(ListNetworkSecurityGroupSecurityRulesRequest request)Creates a new iterable which will iterate over theSecurityRuleobjects contained in responses from the listNetworkSecurityGroupSecurityRules operation. -
Uses of SecurityRule in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return SecurityRule Modifier and Type Method Description SecurityRuleSecurityRule.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type SecurityRule Modifier and Type Method Description List<SecurityRule>AddedNetworkSecurityGroupSecurityRules. getSecurityRules()The NSG security rules that were added.List<SecurityRule>UpdatedNetworkSecurityGroupSecurityRules. getSecurityRules()The NSG security rules that were updated.Methods in com.oracle.bmc.core.model with parameters of type SecurityRule Modifier and Type Method Description SecurityRule.BuilderSecurityRule.Builder. copy(SecurityRule model)Method parameters in com.oracle.bmc.core.model with type arguments of type SecurityRule Modifier and Type Method Description AddedNetworkSecurityGroupSecurityRules.BuilderAddedNetworkSecurityGroupSecurityRules.Builder. securityRules(List<SecurityRule> securityRules)The NSG security rules that were added.UpdatedNetworkSecurityGroupSecurityRules.BuilderUpdatedNetworkSecurityGroupSecurityRules.Builder. securityRules(List<SecurityRule> securityRules)The NSG security rules that were updated.Constructor parameters in com.oracle.bmc.core.model with type arguments of type SecurityRule Constructor Description AddedNetworkSecurityGroupSecurityRules(List<SecurityRule> securityRules)Deprecated.UpdatedNetworkSecurityGroupSecurityRules(List<SecurityRule> securityRules)Deprecated. -
Uses of SecurityRule in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type SecurityRule Modifier and Type Method Description List<SecurityRule>ListNetworkSecurityGroupSecurityRulesResponse. getItems()A list of com.oracle.bmc.core.model.SecurityRule instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type SecurityRule Modifier and Type Method Description ListNetworkSecurityGroupSecurityRulesResponse.BuilderListNetworkSecurityGroupSecurityRulesResponse.Builder. items(List<SecurityRule> items)A list of com.oracle.bmc.core.model.SecurityRule instances.
-