Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.model | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and Description |
---|---|
static VirtualDeployment.LifecycleState |
VirtualDeployment.LifecycleState.create(String key) |
VirtualDeployment.LifecycleState |
VirtualDeploymentSummary.getLifecycleState()
The current state of the virtual deployment.
|
VirtualDeployment.LifecycleState |
VirtualDeployment.getLifecycleState()
The current state of the Resource.
|
static VirtualDeployment.LifecycleState |
VirtualDeployment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualDeployment.LifecycleState[] |
VirtualDeployment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualDeploymentSummary.Builder |
VirtualDeploymentSummary.Builder.lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the virtual deployment.
|
VirtualDeployment.Builder |
VirtualDeployment.Builder.lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the Resource.
|
Constructor and Description |
---|
VirtualDeployment(String id,
String compartmentId,
String virtualServiceId,
String name,
String description,
ServiceDiscoveryConfiguration serviceDiscovery,
List<VirtualDeploymentListener> listeners,
AccessLoggingConfiguration accessLogging,
Date timeCreated,
Date timeUpdated,
VirtualDeployment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
VirtualDeploymentSummary(String id,
String name,
String description,
String compartmentId,
String virtualServiceId,
Date timeCreated,
Date timeUpdated,
VirtualDeployment.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 |
---|---|
VirtualDeployment.LifecycleState |
ListVirtualDeploymentsRequest.getLifecycleState()
A filter to return only resources that match the life cycle state given.
|
Modifier and Type | Method and Description |
---|---|
ListVirtualDeploymentsRequest.Builder |
ListVirtualDeploymentsRequest.Builder.lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
|
Copyright © 2016–2024. All rights reserved.