Uses of Class
com.oracle.bmc.core.model.EgressSecurityRule
-
Packages that use EgressSecurityRule Package Description com.oracle.bmc.core.model -
-
Uses of EgressSecurityRule in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return EgressSecurityRule Modifier and Type Method Description EgressSecurityRule
EgressSecurityRule.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type EgressSecurityRule Modifier and Type Method Description List<EgressSecurityRule>
CreateSecurityListDetails. getEgressSecurityRules()
Rules for allowing egress IP packets.List<EgressSecurityRule>
SecurityList. getEgressSecurityRules()
Rules for allowing egress IP packets.List<EgressSecurityRule>
UpdateSecurityListDetails. getEgressSecurityRules()
Rules for allowing egress IP packets.Methods in com.oracle.bmc.core.model with parameters of type EgressSecurityRule Modifier and Type Method Description EgressSecurityRule.Builder
EgressSecurityRule.Builder. copy(EgressSecurityRule model)
Method parameters in com.oracle.bmc.core.model with type arguments of type EgressSecurityRule Modifier and Type Method Description CreateSecurityListDetails.Builder
CreateSecurityListDetails.Builder. egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.SecurityList.Builder
SecurityList.Builder. egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.UpdateSecurityListDetails.Builder
UpdateSecurityListDetails.Builder. egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.Constructor parameters in com.oracle.bmc.core.model with type arguments of type EgressSecurityRule Constructor Description CreateSecurityListDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, List<EgressSecurityRule> egressSecurityRules, Map<String,String> freeformTags, List<IngressSecurityRule> ingressSecurityRules, String vcnId)
Deprecated.SecurityList(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, List<EgressSecurityRule> egressSecurityRules, Map<String,String> freeformTags, String id, List<IngressSecurityRule> ingressSecurityRules, SecurityList.LifecycleState lifecycleState, Date timeCreated, String vcnId)
Deprecated.UpdateSecurityListDetails(Map<String,Map<String,Object>> definedTags, String displayName, List<EgressSecurityRule> egressSecurityRules, Map<String,String> freeformTags, List<IngressSecurityRule> ingressSecurityRules)
Deprecated.
-