Package com.google.cloud.compute.v1
Interface InstanceGroupManagerStatusStatefulOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupManagerStatusStateful
,InstanceGroupManagerStatusStateful.Builder
public interface InstanceGroupManagerStatusStatefulOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHasStatefulConfig
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. 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;
- Returns:
- Whether the hasStatefulConfig field is set.
-
getHasStatefulConfig
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;
- Returns:
- The hasStatefulConfig.
-
hasPerInstanceConfigs
boolean hasPerInstanceConfigs()
[Output Only] Status of per-instance configurations on the instance.
optional .google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs per_instance_configs = 526265001;
- Returns:
- Whether the perInstanceConfigs field is set.
-
getPerInstanceConfigs
InstanceGroupManagerStatusStatefulPerInstanceConfigs getPerInstanceConfigs()
[Output Only] Status of per-instance configurations on the instance.
optional .google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs per_instance_configs = 526265001;
- Returns:
- The perInstanceConfigs.
-
getPerInstanceConfigsOrBuilder
InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder getPerInstanceConfigsOrBuilder()
[Output Only] Status of per-instance configurations on the instance.
optional .google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs per_instance_configs = 526265001;
-
-