Class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStatefulPerInstanceConfigs

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerStatusStatefulPerInstanceConfigs

Returns a new instance of InstanceGroupManagerStatusStatefulPerInstanceConfigs.



14596
14597
14598
# File 'generated/google/apis/compute_alpha/classes.rb', line 14596

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#all_effectiveBoolean Also known as: all_effective?

A bit indicating if all of the group's per-instance configs (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs. Corresponds to the JSON property allEffective

Returns:

  • (Boolean)


14593
14594
14595
# File 'generated/google/apis/compute_alpha/classes.rb', line 14593

def all_effective
  @all_effective
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14601
14602
14603
# File 'generated/google/apis/compute_alpha/classes.rb', line 14601

def update!(**args)
  @all_effective = args[:all_effective] if args.key?(:all_effective)
end