Uses of Class
com.oracle.bmc.vnmonitoring.model.IngressSecurityRule
-
Packages that use IngressSecurityRule Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of IngressSecurityRule in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return IngressSecurityRule Modifier and Type Method Description IngressSecurityRule
IngressSecurityRule.Builder. build()
IngressSecurityRule
IngressSecurityListConfiguration. getSecurityRule()
IngressSecurityRule
StatefulEgressSecurityListConfiguration. getSecurityRule()
Methods in com.oracle.bmc.vnmonitoring.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.vnmonitoring.model with parameters of type IngressSecurityRule Modifier and Type Method Description IngressSecurityRule.Builder
IngressSecurityRule.Builder. copy(IngressSecurityRule model)
IngressSecurityListConfiguration.Builder
IngressSecurityListConfiguration.Builder. securityRule(IngressSecurityRule securityRule)
StatefulEgressSecurityListConfiguration.Builder
StatefulEgressSecurityListConfiguration.Builder. securityRule(IngressSecurityRule securityRule)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type IngressSecurityRule Modifier and Type Method Description CreateSecurityListDetails.Builder
CreateSecurityListDetails.Builder. ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.SecurityList.Builder
SecurityList.Builder. ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.UpdateSecurityListDetails.Builder
UpdateSecurityListDetails.Builder. ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type IngressSecurityRule Constructor Description IngressSecurityListConfiguration(String securityListId, IngressSecurityRule securityRule)
Deprecated.StatefulEgressSecurityListConfiguration(String securityListId, IngressSecurityRule securityRule)
Deprecated.
-