Uses of Class
com.oracle.bmc.core.model.IngressSecurityRule
-
Packages that use IngressSecurityRule Package Description com.oracle.bmc.core.model -
-
Uses of IngressSecurityRule in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IngressSecurityRule Modifier and Type Method Description IngressSecurityRuleIngressSecurityRule.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type IngressSecurityRule Modifier and Type Method Description List<IngressSecurityRule>CreateSecurityListDetails. getIngressSecurityRules()Rules for allowing ingress IP packets.List<IngressSecurityRule>SecurityList. getIngressSecurityRules()Rules for allowing ingress IP packets.List<IngressSecurityRule>UpdateSecurityListDetails. getIngressSecurityRules()Rules for allowing ingress IP packets.Methods in com.oracle.bmc.core.model with parameters of type IngressSecurityRule Modifier and Type Method Description IngressSecurityRule.BuilderIngressSecurityRule.Builder. copy(IngressSecurityRule model)Method parameters in com.oracle.bmc.core.model with type arguments of type IngressSecurityRule Modifier and Type Method Description CreateSecurityListDetails.BuilderCreateSecurityListDetails.Builder. ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)Rules for allowing ingress IP packets.SecurityList.BuilderSecurityList.Builder. ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)Rules for allowing ingress IP packets.UpdateSecurityListDetails.BuilderUpdateSecurityListDetails.Builder. ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)Rules for allowing ingress IP packets.
-