Uses of Class
com.oracle.bmc.vnmonitoring.model.EgressSecurityRule
-
Packages that use EgressSecurityRule Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of EgressSecurityRule in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return EgressSecurityRule Modifier and Type Method Description EgressSecurityRule
EgressSecurityRule.Builder. build()
EgressSecurityRule
EgressSecurityListConfiguration. getSecurityRule()
EgressSecurityRule
StatefulIngressSecurityListConfiguration. getSecurityRule()
Methods in com.oracle.bmc.vnmonitoring.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.vnmonitoring.model with parameters of type EgressSecurityRule Modifier and Type Method Description EgressSecurityRule.Builder
EgressSecurityRule.Builder. copy(EgressSecurityRule model)
EgressSecurityListConfiguration.Builder
EgressSecurityListConfiguration.Builder. securityRule(EgressSecurityRule securityRule)
StatefulIngressSecurityListConfiguration.Builder
StatefulIngressSecurityListConfiguration.Builder. securityRule(EgressSecurityRule securityRule)
Method parameters in com.oracle.bmc.vnmonitoring.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.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type EgressSecurityRule Constructor Description EgressSecurityListConfiguration(String securityListId, EgressSecurityRule securityRule)
Deprecated.StatefulIngressSecurityListConfiguration(String securityListId, EgressSecurityRule securityRule)
Deprecated.Constructor parameters in com.oracle.bmc.vnmonitoring.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.
-