Class: Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#all_effective ⇒ Boolean
(also: #all_effective?)
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerStatusStatefulPerInstanceConfigs
constructor
A new instance of InstanceGroupManagerStatusStatefulPerInstanceConfigs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerStatusStatefulPerInstanceConfigs
Returns a new instance of InstanceGroupManagerStatusStatefulPerInstanceConfigs.
24385 24386 24387 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24385 def initialize(**args) update!(**args) end |
Instance Attribute Details
#all_effective ⇒ Boolean Also known as: all_effective?
Output only. A bit indicating if all of the group's per-instance
configurations
(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
24382 24383 24384 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24382 def all_effective @all_effective end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24390 24391 24392 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24390 def update!(**args) @all_effective = args[:all_effective] if args.key?(:all_effective) end |