Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DeploymentWaiters.forDeployment(GetDeploymentRequest request,
Deployment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DeploymentWaiters.forDeployment(GetDeploymentRequest request,
Deployment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DeploymentWaiters.forDeployment(GetDeploymentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Deployment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Deployment.LifecycleState |
Deployment.LifecycleState.create(String key) |
Deployment.LifecycleState |
DeploymentSummary.getLifecycleState()
The current state of the deployment.
|
Deployment.LifecycleState |
Deployment.getLifecycleState()
The current state of the deployment.
|
static Deployment.LifecycleState |
Deployment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deployment.LifecycleState[] |
Deployment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lifecycleState(Deployment.LifecycleState lifecycleState)
The current state of the deployment.
|
Deployment.Builder |
Deployment.Builder.lifecycleState(Deployment.LifecycleState lifecycleState)
The current state of the deployment.
|
Constructor and Description |
---|
Deployment(String id,
String gatewayId,
String displayName,
String compartmentId,
String pathPrefix,
String endpoint,
ApiSpecification specification,
Date timeCreated,
Date timeUpdated,
Deployment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
DeploymentSummary(String id,
String gatewayId,
String displayName,
String compartmentId,
String pathPrefix,
String endpoint,
Date timeCreated,
Date timeUpdated,
Deployment.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Deployment.LifecycleState |
ListDeploymentsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.lifecycleState(Deployment.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.