public interface InstanceGroupManagerActionsSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned.
|
int |
getCreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created.
|
int |
getCreatingWithoutRetries()
[Output Only] The number of instances that the managed instance group will attempt to create.
|
int |
getDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
|
int |
getNone()
[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
|
int |
getRecreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated.
|
int |
getRefreshing()
[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action.
|
int |
getRestarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
|
int |
getResuming()
[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
|
int |
getStarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
|
int |
getStopping()
[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
|
int |
getSuspending()
[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
|
int |
getVerifying()
[Output Only] The number of instances in the managed instance group that are being verified.
|
boolean |
hasAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned.
|
boolean |
hasCreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created.
|
boolean |
hasCreatingWithoutRetries()
[Output Only] The number of instances that the managed instance group will attempt to create.
|
boolean |
hasDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
|
boolean |
hasNone()
[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
|
boolean |
hasRecreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated.
|
boolean |
hasRefreshing()
[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action.
|
boolean |
hasRestarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
|
boolean |
hasResuming()
[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
|
boolean |
hasStarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
|
boolean |
hasStopping()
[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
|
boolean |
hasSuspending()
[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
|
boolean |
hasVerifying()
[Output Only] The number of instances in the managed instance group that are being verified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
optional int32 abandoning = 440023373;int getAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
optional int32 abandoning = 440023373;boolean hasCreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
optional int32 creating = 209809081;int getCreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
optional int32 creating = 209809081;boolean hasCreatingWithoutRetries()
[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
optional int32 creating_without_retries = 369916745;int getCreatingWithoutRetries()
[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
optional int32 creating_without_retries = 369916745;boolean hasDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
optional int32 deleting = 282846120;int getDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
optional int32 deleting = 282846120;boolean hasNone()
[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
optional int32 none = 3387192;int getNone()
[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
optional int32 none = 3387192;boolean hasRecreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
optional int32 recreating = 339057132;int getRecreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
optional int32 recreating = 339057132;boolean hasRefreshing()
[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
optional int32 refreshing = 215044903;int getRefreshing()
[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
optional int32 refreshing = 215044903;boolean hasRestarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
optional int32 restarting = 372312947;int getRestarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
optional int32 restarting = 372312947;boolean hasResuming()
[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
optional int32 resuming = 201100714;int getResuming()
[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
optional int32 resuming = 201100714;boolean hasStarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
optional int32 starting = 243064896;int getStarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
optional int32 starting = 243064896;boolean hasStopping()
[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
optional int32 stopping = 105035892;int getStopping()
[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
optional int32 stopping = 105035892;boolean hasSuspending()
[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
optional int32 suspending = 29113894;int getSuspending()
[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
optional int32 suspending = 29113894;boolean hasVerifying()
[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
optional int32 verifying = 451612873;int getVerifying()
[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
optional int32 verifying = 451612873;Copyright © 2023 Google LLC. All rights reserved.