Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.model | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAccessPolicyRequest,GetAccessPolicyResponse> |
ServiceMeshWaiters.forAccessPolicy(GetAccessPolicyRequest request,
AccessPolicy.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAccessPolicyRequest,GetAccessPolicyResponse> |
ServiceMeshWaiters.forAccessPolicy(GetAccessPolicyRequest request,
AccessPolicy.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAccessPolicyRequest,GetAccessPolicyResponse> |
ServiceMeshWaiters.forAccessPolicy(GetAccessPolicyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AccessPolicy.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AccessPolicy.LifecycleState |
AccessPolicy.LifecycleState.create(String key) |
AccessPolicy.LifecycleState |
AccessPolicy.getLifecycleState()
The current state of the Resource.
|
AccessPolicy.LifecycleState |
AccessPolicySummary.getLifecycleState()
The current state of the access policy.
|
static AccessPolicy.LifecycleState |
AccessPolicy.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPolicy.LifecycleState[] |
AccessPolicy.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessPolicy.Builder |
AccessPolicy.Builder.lifecycleState(AccessPolicy.LifecycleState lifecycleState)
The current state of the Resource.
|
AccessPolicySummary.Builder |
AccessPolicySummary.Builder.lifecycleState(AccessPolicy.LifecycleState lifecycleState)
The current state of the access policy.
|
Constructor and Description |
---|
AccessPolicy(String id,
String name,
String description,
String meshId,
String compartmentId,
List<AccessPolicyRule> rules,
Date timeCreated,
Date timeUpdated,
AccessPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AccessPolicySummary(String id,
String name,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
String meshId,
AccessPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AccessPolicy.LifecycleState |
ListAccessPoliciesRequest.getLifecycleState()
A filter to return only resources that match the life cycle state given.
|
Modifier and Type | Method and Description |
---|---|
ListAccessPoliciesRequest.Builder |
ListAccessPoliciesRequest.Builder.lifecycleState(AccessPolicy.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
|
Copyright © 2016–2024. All rights reserved.