class Google::Apis::ComputeV1::InstanceGroupManagerStatusStateful

Attributes

has_stateful_config[RW]
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]

has_stateful_config?[RW]
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]

per_instance_configs[RW]
Output Only

Status of per-instance configurations on the instance.

Corresponds to the JSON property `perInstanceConfigs` @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 13879
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

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