Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AccessPolicyRule.Builder |
AccessPolicyRule.Builder.action(AccessPolicyRule.Action action)
Action for the traffic between the source and the destination.
|
Constructor and Description |
---|
AccessPolicyRule(AccessPolicyRule.Action action,
AccessPolicyTarget source,
AccessPolicyTarget destination)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.