Uses of Class
com.oracle.bmc.servicemesh.model.AccessPolicyRule.Action
-
Packages that use AccessPolicyRule.Action Package Description com.oracle.bmc.servicemesh.model -
-
Uses of AccessPolicyRule.Action in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return AccessPolicyRule.Action Modifier and Type Method Description static AccessPolicyRule.Action
AccessPolicyRule.Action. create(String key)
AccessPolicyRule.Action
AccessPolicyRule. getAction()
Action for the traffic between the source and the destination.static AccessPolicyRule.Action
AccessPolicyRule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessPolicyRule.Action[]
AccessPolicyRule.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemesh.model with parameters of type AccessPolicyRule.Action Modifier and Type Method Description AccessPolicyRule.Builder
AccessPolicyRule.Builder. action(AccessPolicyRule.Action action)
Action for the traffic between the source and the destination.Constructors in com.oracle.bmc.servicemesh.model with parameters of type AccessPolicyRule.Action Constructor Description AccessPolicyRule(AccessPolicyRule.Action action, AccessPolicyTarget source, AccessPolicyTarget destination)
Deprecated.
-