Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.model | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVirtualServiceRequest,GetVirtualServiceResponse> |
ServiceMeshWaiters.forVirtualService(GetVirtualServiceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VirtualService.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVirtualServiceRequest,GetVirtualServiceResponse> |
ServiceMeshWaiters.forVirtualService(GetVirtualServiceRequest request,
VirtualService.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVirtualServiceRequest,GetVirtualServiceResponse> |
ServiceMeshWaiters.forVirtualService(GetVirtualServiceRequest request,
VirtualService.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VirtualService.LifecycleState |
VirtualService.LifecycleState.create(String key) |
VirtualService.LifecycleState |
VirtualService.getLifecycleState()
The current state of the Resource.
|
VirtualService.LifecycleState |
VirtualServiceSummary.getLifecycleState()
The current state of the virtual service.
|
static VirtualService.LifecycleState |
VirtualService.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualService.LifecycleState[] |
VirtualService.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualService.Builder |
VirtualService.Builder.lifecycleState(VirtualService.LifecycleState lifecycleState)
The current state of the Resource.
|
VirtualServiceSummary.Builder |
VirtualServiceSummary.Builder.lifecycleState(VirtualService.LifecycleState lifecycleState)
The current state of the virtual service.
|
Constructor and Description |
---|
VirtualService(String id,
String compartmentId,
String meshId,
String name,
String description,
DefaultVirtualServiceRoutingPolicy defaultRoutingPolicy,
List<String> hosts,
MutualTransportLayerSecurity mtls,
Date timeCreated,
Date timeUpdated,
VirtualService.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
VirtualServiceSummary(String id,
String meshId,
String name,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
VirtualService.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 |
---|---|
VirtualService.LifecycleState |
ListVirtualServicesRequest.getLifecycleState()
A filter to return only resources that match the life cycle state given.
|
Modifier and Type | Method and Description |
---|---|
ListVirtualServicesRequest.Builder |
ListVirtualServicesRequest.Builder.lifecycleState(VirtualService.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
|
Copyright © 2016–2024. All rights reserved.