Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
InstancesCount |
InstancesCount.clone() |
InstancesCount |
StackSummary.getInstancesCount()
An
InstancesCount object with the number of instances in
each status. |
InstancesCount |
InstancesCount.withAssigning(Integer assigning)
The number of instances in the Assigning state.
|
InstancesCount |
InstancesCount.withBooting(Integer booting)
The number of instances with
booting status. |
InstancesCount |
InstancesCount.withConnectionLost(Integer connectionLost)
The number of instances with
connection_lost status. |
InstancesCount |
InstancesCount.withDeregistering(Integer deregistering)
The number of instances in the Deregistering state.
|
InstancesCount |
InstancesCount.withOnline(Integer online)
The number of instances with
online status. |
InstancesCount |
InstancesCount.withPending(Integer pending)
The number of instances with
pending status. |
InstancesCount |
InstancesCount.withRebooting(Integer rebooting)
The number of instances with
rebooting status. |
InstancesCount |
InstancesCount.withRegistered(Integer registered)
The number of instances in the Registered state.
|
InstancesCount |
InstancesCount.withRegistering(Integer registering)
The number of instances in the Registering state.
|
InstancesCount |
InstancesCount.withRequested(Integer requested)
The number of instances with
requested status. |
InstancesCount |
InstancesCount.withRunningSetup(Integer runningSetup)
The number of instances with
running_setup status. |
InstancesCount |
InstancesCount.withSetupFailed(Integer setupFailed)
The number of instances with
setup_failed status. |
InstancesCount |
InstancesCount.withShuttingDown(Integer shuttingDown)
The number of instances with
shutting_down status. |
InstancesCount |
InstancesCount.withStartFailed(Integer startFailed)
The number of instances with
start_failed status. |
InstancesCount |
InstancesCount.withStopped(Integer stopped)
The number of instances with
stopped status. |
InstancesCount |
InstancesCount.withStopping(Integer stopping)
The number of instances with
stopping status. |
InstancesCount |
InstancesCount.withTerminated(Integer terminated)
The number of instances with
terminated status. |
InstancesCount |
InstancesCount.withTerminating(Integer terminating)
The number of instances with
terminating status. |
InstancesCount |
InstancesCount.withUnassigning(Integer unassigning)
The number of instances in the Unassigning state.
|
Modifier and Type | Method and Description |
---|---|
void |
StackSummary.setInstancesCount(InstancesCount instancesCount)
An
InstancesCount object with the number of instances in
each status. |
StackSummary |
StackSummary.withInstancesCount(InstancesCount instancesCount)
An
InstancesCount object with the number of instances in
each status. |
Copyright © 2018. All rights reserved.