Instance Group Manager Status Response
data class InstanceGroupManagerStatusResponse(val allInstancesConfig: InstanceGroupManagerStatusAllInstancesConfigResponse, val autoscaler: String, val isStable: Boolean, val stateful: InstanceGroupManagerStatusStatefulResponse, val versionTarget: InstanceGroupManagerStatusVersionTargetResponse)
Constructors
Link copied to clipboard
fun InstanceGroupManagerStatusResponse(allInstancesConfig: InstanceGroupManagerStatusAllInstancesConfigResponse, autoscaler: String, isStable: Boolean, stateful: InstanceGroupManagerStatusStatefulResponse, versionTarget: InstanceGroupManagerStatusVersionTargetResponse)
Types
Properties
Link copied to clipboard
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.