class Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
Attributes
all_effective[RW]
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` @return [Boolean]
all_effective?[RW]
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` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 13902 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 13907 def update!(**args) @all_effective = args[:all_effective] if args.key?(:all_effective) end