class Google::Apis::ComputeV1::InstanceGroupManagerStatusStateful
Attributes
- 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 configuration 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. Corresponds to the JSON property `hasStatefulConfig` @return [Boolean]
- 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 configuration 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. Corresponds to the JSON property `hasStatefulConfig` @return [Boolean]
- Output Only
-
Status of per-instance configurations on the instance.
Corresponds to the JSON property `perInstanceConfigs` @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
Public Class Methods
# File lib/google/apis/compute_v1/classes.rb, line 13879 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 13884 def update!(**args) @has_stateful_config = args[:has_stateful_config] if args.key?(:has_stateful_config) @per_instance_configs = args[:per_instance_configs] if args.key?(:per_instance_configs) end