Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceGroupManagerStatusStateful.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#has_stateful_config
def has_stateful_config() -> ::Boolean
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 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.
#has_stateful_config=
def has_stateful_config=(value) -> ::Boolean
Parameter
- value (::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 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.
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 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.
#per_instance_configs
def per_instance_configs() -> ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
Returns
- (::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs) — [Output Only] Status of per-instance configurations on the instance.
#per_instance_configs=
def per_instance_configs=(value) -> ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs
Parameter
- value (::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs) — [Output Only] Status of per-instance configurations on the instance.
Returns
- (::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStatefulPerInstanceConfigs) — [Output Only] Status of per-instance configurations on the instance.