Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatusStateful

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

#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 config 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.

Returns:

  • (::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. The group might report that it has no stateful config 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.



11214
11215
11216
11217
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11214

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 configs on the instance.

Returns:



11214
11215
11216
11217
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11214

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