Uses of Class
com.oracle.bmc.servicemesh.model.AccessPolicy.LifecycleState
-
Packages that use AccessPolicy.LifecycleState Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of AccessPolicy.LifecycleState in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type AccessPolicy.LifecycleState Modifier and Type Method Description Waiter<GetAccessPolicyRequest,GetAccessPolicyResponse>
ServiceMeshWaiters. forAccessPolicy(GetAccessPolicyRequest request, AccessPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAccessPolicyRequest,GetAccessPolicyResponse>
ServiceMeshWaiters. forAccessPolicy(GetAccessPolicyRequest request, AccessPolicy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAccessPolicyRequest,GetAccessPolicyResponse>
ServiceMeshWaiters. forAccessPolicy(GetAccessPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AccessPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AccessPolicy.LifecycleState in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return AccessPolicy.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.servicemesh.model with parameters of type AccessPolicy.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.servicemesh.model with parameters of type AccessPolicy.LifecycleState Constructor 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. -
Uses of AccessPolicy.LifecycleState in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return AccessPolicy.LifecycleState Modifier and Type Method Description AccessPolicy.LifecycleState
ListAccessPoliciesRequest. getLifecycleState()
A filter to return only resources that match the life cycle state given.Methods in com.oracle.bmc.servicemesh.requests with parameters of type AccessPolicy.LifecycleState Modifier and Type Method Description ListAccessPoliciesRequest.Builder
ListAccessPoliciesRequest.Builder. lifecycleState(AccessPolicy.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
-