GoogleApi.Compute.V1.Model.InstanceGroupManagerStatus (google_api_compute v0.29.0) View Source
Attributes
-
autoscaler(type:String.t, default:nil) - [Output Only] The URL of the Autoscaler that targets this instance group manager. -
isStable(type:boolean(), default:nil) - [Output Only] 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. -
stateful(type:GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStateful.t, default:nil) - [Output Only] Stateful status of the given Instance Group Manager. -
versionTarget(type:GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusVersionTarget.t, default:nil) - [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerStatus{
autoscaler: String.t(),
isStable: boolean(),
stateful: GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStateful.t(),
versionTarget:
GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusVersionTarget.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.