InstancesCount

Describes how many instances a stack has for each status.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of instances in the Assigning state.

Link copied to clipboard
val booting: Int?

The number of instances with booting status.

Link copied to clipboard

The number of instances with connection_lost status.

Link copied to clipboard

The number of instances in the Deregistering state.

Link copied to clipboard
val online: Int?

The number of instances with online status.

Link copied to clipboard
val pending: Int?

The number of instances with pending status.

Link copied to clipboard

The number of instances with rebooting status.

Link copied to clipboard

The number of instances in the Registered state.

Link copied to clipboard

The number of instances in the Registering state.

Link copied to clipboard

The number of instances with requested status.

Link copied to clipboard

The number of instances with running_setup status.

Link copied to clipboard

The number of instances with setup_failed status.

Link copied to clipboard

The number of instances with shutting_down status.

Link copied to clipboard

The number of instances with start_failed status.

Link copied to clipboard

The number of instances with stop_failed status.

Link copied to clipboard
val stopped: Int?

The number of instances with stopped status.

Link copied to clipboard

The number of instances with stopping status.

Link copied to clipboard

The number of instances with terminated status.

Link copied to clipboard

The number of instances with terminating status.

Link copied to clipboard

The number of instances in the Unassigning state.

Functions

Link copied to clipboard
inline fun copy(block: InstancesCount.Builder.() -> Unit = {}): InstancesCount
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String