GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStateful (google_api_compute v0.29.0) View Source
Attributes
-
hasStatefulConfig
(type:boolean()
, default:nil
) - [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful config even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. -
perInstanceConfigs
(type:GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStatefulPerInstanceConfigs.t
, default:nil
) - [Output Only] Status of per-instance configs on the instance.
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.InstanceGroupManagerStatusStateful{ hasStatefulConfig: boolean(), perInstanceConfigs: GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStatefulPerInstanceConfigs.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.