Uses of Class
com.oracle.bmc.vnmonitoring.model.AllowedSecurityConfiguration
-
Packages that use AllowedSecurityConfiguration Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of AllowedSecurityConfiguration in com.oracle.bmc.vnmonitoring.model
Subclasses of AllowedSecurityConfiguration in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description class
EgressSecurityListConfiguration
Defines the subnet egress security list configuration that allowed the traffic.class
IngressSecurityListConfiguration
Defines the subnet ingress security list configuration that allowed the traffic.class
NsgConfiguration
Defines the network security group configuration that allowed the traffic.class
StatefulEgressSecurityListConfiguration
Defines the stateful subnet egress security list configuration that allowed the ingress traffic.class
StatefulIngressSecurityListConfiguration
Defines the stateful subnet ingress security list configuration that allowed the egress traffic.class
StatefulNsgConfiguration
Defines the stateful network security group configuration that allowed the traffic.Methods in com.oracle.bmc.vnmonitoring.model that return AllowedSecurityConfiguration Modifier and Type Method Description AllowedSecurityConfiguration
AllowedSecurityActionDetails. getAllowedSecurityConfiguration()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type AllowedSecurityConfiguration Modifier and Type Method Description AllowedSecurityActionDetails.Builder
AllowedSecurityActionDetails.Builder. allowedSecurityConfiguration(AllowedSecurityConfiguration allowedSecurityConfiguration)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type AllowedSecurityConfiguration Constructor Description AllowedSecurityActionDetails(Boolean isRestrictedOrPartial, AllowedSecurityConfiguration allowedSecurityConfiguration)
Deprecated.
-