Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
static AccessPolicyRuleDetails.Action |
AccessPolicyRuleDetails.Action.create(String key) |
AccessPolicyRuleDetails.Action |
AccessPolicyRuleDetails.getAction()
Action for the traffic between the source and the destination.
|
static AccessPolicyRuleDetails.Action |
AccessPolicyRuleDetails.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPolicyRuleDetails.Action[] |
AccessPolicyRuleDetails.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessPolicyRuleDetails.Builder |
AccessPolicyRuleDetails.Builder.action(AccessPolicyRuleDetails.Action action)
Action for the traffic between the source and the destination.
|
Constructor and Description |
---|
AccessPolicyRuleDetails(AccessPolicyRuleDetails.Action action,
AccessPolicyTargetDetails source,
AccessPolicyTargetDetails destination)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.