Instance Group Manager Actions Summary Response
data class InstanceGroupManagerActionsSummaryResponse(val abandoning: Int, val creating: Int, val creatingWithoutRetries: Int, val deleting: Int, val none: Int, val recreating: Int, val refreshing: Int, val restarting: Int, val resuming: Int, val starting: Int, val stopping: Int, val suspending: Int, val verifying: Int)
Constructors
Types
Properties
Link copied to clipboard
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.