Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#all_effective::Boolean

Returns 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.

Returns:

  • (::Boolean)

    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.



11222
11223
11224
11225
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11222

class InstanceGroupManagerStatusStatefulPerInstanceConfigs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end