@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentOverview extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentOverview.Builder,DeploymentOverview>
Information about the deployment status of the instances in the deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentOverview.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentOverview.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
failed()
The number of instances in the deployment in a failed state.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
inProgress()
The number of instances in which the deployment is in progress.
|
Long |
pending()
The number of instances in the deployment in a pending state.
|
Long |
ready()
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentOverview.Builder> |
serializableBuilderClass() |
Long |
skipped()
The number of instances in the deployment in a skipped state.
|
Long |
succeeded()
The number of instances in the deployment to which revisions have been successfully deployed.
|
DeploymentOverview.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long pending()
The number of instances in the deployment in a pending state.
public final Long inProgress()
The number of instances in which the deployment is in progress.
public final Long succeeded()
The number of instances in the deployment to which revisions have been successfully deployed.
public final Long failed()
The number of instances in the deployment in a failed state.
public final Long skipped()
The number of instances in the deployment in a skipped state.
public final Long ready()
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
public DeploymentOverview.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentOverview.Builder,DeploymentOverview>public static DeploymentOverview.Builder builder()
public static Class<? extends DeploymentOverview.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.