Uses of Class
com.oracle.bmc.servicemesh.model.Mesh.LifecycleState
-
Packages that use Mesh.LifecycleState Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of Mesh.LifecycleState in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type Mesh.LifecycleState Modifier and Type Method Description Waiter<GetMeshRequest,GetMeshResponse>
ServiceMeshWaiters. forMesh(GetMeshRequest request, Mesh.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMeshRequest,GetMeshResponse>
ServiceMeshWaiters. forMesh(GetMeshRequest request, Mesh.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMeshRequest,GetMeshResponse>
ServiceMeshWaiters. forMesh(GetMeshRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Mesh.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Mesh.LifecycleState in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return Mesh.LifecycleState Modifier and Type Method Description static Mesh.LifecycleState
Mesh.LifecycleState. create(String key)
Mesh.LifecycleState
Mesh. getLifecycleState()
The current state of the Resource.Mesh.LifecycleState
MeshSummary. getLifecycleState()
The current state of the Mesh.static Mesh.LifecycleState
Mesh.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mesh.LifecycleState[]
Mesh.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 Mesh.LifecycleState Modifier and Type Method Description Mesh.Builder
Mesh.Builder. lifecycleState(Mesh.LifecycleState lifecycleState)
The current state of the Resource.MeshSummary.Builder
MeshSummary.Builder. lifecycleState(Mesh.LifecycleState lifecycleState)
The current state of the Mesh.Constructors in com.oracle.bmc.servicemesh.model with parameters of type Mesh.LifecycleState Constructor Description Mesh(String id, String displayName, String description, List<CertificateAuthority> certificateAuthorities, MeshMutualTransportLayerSecurity mtls, String compartmentId, Date timeCreated, Date timeUpdated, Mesh.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MeshSummary(String id, String displayName, String description, MeshMutualTransportLayerSecurity mtls, String compartmentId, Date timeCreated, Date timeUpdated, Mesh.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Mesh.LifecycleState in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return Mesh.LifecycleState Modifier and Type Method Description Mesh.LifecycleState
ListMeshesRequest. 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 Mesh.LifecycleState Modifier and Type Method Description ListMeshesRequest.Builder
ListMeshesRequest.Builder. lifecycleState(Mesh.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
-