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 theSecurityRule
objects 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 SecurityRule
SecurityRule.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.Builder
SecurityRule.Builder. copy(SecurityRule model)
Method parameters in com.oracle.bmc.core.model with type arguments of type SecurityRule Modifier and Type Method Description AddedNetworkSecurityGroupSecurityRules.Builder
AddedNetworkSecurityGroupSecurityRules.Builder. securityRules(List<SecurityRule> securityRules)
The NSG security rules that were added.UpdatedNetworkSecurityGroupSecurityRules.Builder
UpdatedNetworkSecurityGroupSecurityRules.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.Builder
ListNetworkSecurityGroupSecurityRulesResponse.Builder. items(List<SecurityRule> items)
A list of com.oracle.bmc.core.model.SecurityRule instances.
-