Class: Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#all_effective ⇒ Boolean
(also: #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.
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.
12131 12132 12133 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#all_effective ⇒ Boolean 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
12128 12129 12130 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12128 def all_effective @all_effective end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12136 12137 12138 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12136 def update!(**args) @all_effective = args[:all_effective] if args.key?(:all_effective) end |