Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.model | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMeshRequest,GetMeshResponse> |
ServiceMeshWaiters.forMesh(GetMeshRequest request,
Mesh.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMeshRequest,GetMeshResponse> |
ServiceMeshWaiters.forMesh(GetMeshRequest request,
Mesh.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMeshRequest,GetMeshResponse> |
ServiceMeshWaiters.forMesh(GetMeshRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Mesh.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Mesh.LifecycleState |
ListMeshesRequest.getLifecycleState()
A filter to return only resources that match the life cycle state given.
|
Modifier and Type | Method and Description |
---|---|
ListMeshesRequest.Builder |
ListMeshesRequest.Builder.lifecycleState(Mesh.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
|
Copyright © 2016–2024. All rights reserved.