Instance Group Manager Status Response
data class InstanceGroupManagerStatusResponse(val autoscaler: String, val isStable: Boolean, val stateful: InstanceGroupManagerStatusStatefulResponse, val versionTarget: InstanceGroupManagerStatusVersionTargetResponse)
Constructors
Link copied to clipboard
constructor(autoscaler: String, isStable: Boolean, stateful: InstanceGroupManagerStatusStatefulResponse, versionTarget: InstanceGroupManagerStatusVersionTargetResponse)
Properties
Link copied to clipboard
The URL of the Autoscaler that targets this instance group manager.
Link copied to clipboard
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
Link copied to clipboard
Stateful status of the given Instance Group Manager.
Link copied to clipboard
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.