Get Instance Group Manager Status
data class GetInstanceGroupManagerStatus(val allInstancesConfigs: List<GetInstanceGroupManagerStatusAllInstancesConfig>, val isStable: Boolean, val statefuls: List<GetInstanceGroupManagerStatusStateful>, val versionTargets: List<GetInstanceGroupManagerStatusVersionTarget>)
Constructors
Link copied to clipboard
constructor(allInstancesConfigs: List<GetInstanceGroupManagerStatusAllInstancesConfig>, isStable: Boolean, statefuls: List<GetInstanceGroupManagerStatusStateful>, versionTargets: List<GetInstanceGroupManagerStatusVersionTarget>)
Properties
Link copied to clipboard
Status of all-instances configuration on the group.
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.