Instance Group Manager Status
data class InstanceGroupManagerStatus(val allInstancesConfigs: List<InstanceGroupManagerStatusAllInstancesConfig>? = null, val isStable: Boolean? = null, val statefuls: List<InstanceGroupManagerStatusStateful>? = null, val versionTargets: List<InstanceGroupManagerStatusVersionTarget>? = null)
Constructors
Link copied to clipboard
fun InstanceGroupManagerStatus(allInstancesConfigs: List<InstanceGroupManagerStatusAllInstancesConfig>? = null, isStable: Boolean? = null, statefuls: List<InstanceGroupManagerStatusStateful>? = null, versionTargets: List<InstanceGroupManagerStatusVersionTarget>? = null)
Types
Properties
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.