Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatusStateful
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagerStatusStateful
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#has_stateful_config ⇒ ::Boolean
[Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs.
-
#per_instance_configs ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
[Output Only] Status of per-instance configurations on the instances.
Instance Attribute Details
#has_stateful_config ⇒ ::Boolean
Returns [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
14156 14157 14158 14159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14156 class InstanceGroupManagerStatusStateful include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#per_instance_configs ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
Returns [Output Only] Status of per-instance configurations on the instances.
14156 14157 14158 14159 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14156 class InstanceGroupManagerStatusStateful include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |