public interface InstanceGroupManagerStatusStatefulOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHasStatefulConfig()
[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.
|
InstanceGroupManagerStatusStatefulPerInstanceConfigs |
getPerInstanceConfigs()
[Output Only] Status of per-instance configurations on the instance.
|
InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder |
getPerInstanceConfigsOrBuilder()
[Output Only] Status of per-instance configurations on the instance.
|
boolean |
hasHasStatefulConfig()
[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.
|
boolean |
hasPerInstanceConfigs()
[Output Only] Status of per-instance configurations on the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHasStatefulConfig()
[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.
optional bool has_stateful_config = 110474224;boolean getHasStatefulConfig()
[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.
optional bool has_stateful_config = 110474224;boolean hasPerInstanceConfigs()
[Output Only] Status of per-instance configurations on the instance.
optional .google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs per_instance_configs = 526265001;
InstanceGroupManagerStatusStatefulPerInstanceConfigs getPerInstanceConfigs()
[Output Only] Status of per-instance configurations on the instance.
optional .google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs per_instance_configs = 526265001;
InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder getPerInstanceConfigsOrBuilder()
[Output Only] Status of per-instance configurations on the instance.
optional .google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs per_instance_configs = 526265001;
Copyright © 2023 Google LLC. All rights reserved.