Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#all_effective ⇒ ::Boolean
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.
Instance Attribute Details
#all_effective ⇒ ::Boolean
Returns 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.
14164 14165 14166 14167 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14164 class InstanceGroupManagerStatusStatefulPerInstanceConfigs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |