Uses of Class
com.oracle.bmc.vnmonitoring.model.SecurityAction
-
Packages that use SecurityAction Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of SecurityAction in com.oracle.bmc.vnmonitoring.model
Subclasses of SecurityAction in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description classAllowedSecurityActionDefines the security action taken on allowed traffic.classDeniedSecurityActionDefines the security action taken on denied traffic.classZprAllowedSecurityActionDefines the security action taken on zpr allowed traffic.classZprCidrUnsupportedSecurityActionDefines the security action taken when zpr cidr policy is not supported.classZprDeniedSecurityActionDefines the security action taken on zpr denied traffic.classZprMissingPolicySecurityActionDefines the security action taken when tagged resource has missing zpr policy.classZprNsgUnsupportedSecurityActionDefines the security action taken when zpr tag based policy is not supported.classZprPolicyNotEvaluatedMissingRouteSecurityActionDefines the security action taken when zpr policy is not evaluated, due to missing route
Note: Objects should always be created or deserialized using theZprPolicyNotEvaluatedMissingRouteSecurityAction.Builder.classZprPolicyNotEvaluatedSlNsgDeniedSecurityActionDefines the security action taken when zpr policy is not evaluated, due to denied security or nsg action.Methods in com.oracle.bmc.vnmonitoring.model that return SecurityAction Modifier and Type Method Description SecurityActionTrafficNode. getEgressSecurityAction()SecurityActionTrafficNode. getIngressSecurityAction()SecurityActionTrafficNode. getZprEgressSecurityAction()SecurityActionTrafficNode. getZprIngressSecurityAction()Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type SecurityAction Constructor Description AccessDeniedTrafficNode(EgressTrafficSpec egressTraffic, RoutingAction nextHopRoutingAction, SecurityAction egressSecurityAction, SecurityAction ingressSecurityAction, SecurityAction zprEgressSecurityAction, SecurityAction zprIngressSecurityAction)Deprecated.TrafficNode(EgressTrafficSpec egressTraffic, RoutingAction nextHopRoutingAction, SecurityAction egressSecurityAction, SecurityAction ingressSecurityAction, SecurityAction zprEgressSecurityAction, SecurityAction zprIngressSecurityAction)Deprecated.VisibleTrafficNode(EgressTrafficSpec egressTraffic, RoutingAction nextHopRoutingAction, SecurityAction egressSecurityAction, SecurityAction ingressSecurityAction, SecurityAction zprEgressSecurityAction, SecurityAction zprIngressSecurityAction, String entityId, String transformationDescription)Deprecated.
-