Interface InstanceGroupManagerActionsSummaryOrBuilder (1.7.2)

public interface InstanceGroupManagerActionsSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAbandoning()

public abstract 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;

Returns
TypeDescription
int

The abandoning.

getCreating()

public abstract 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;

Returns
TypeDescription
int

The creating.

getCreatingWithoutRetries()

public abstract 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;

Returns
TypeDescription
int

The creatingWithoutRetries.

getDeleting()

public abstract 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;

Returns
TypeDescription
int

The deleting.

getNone()

public abstract 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;

Returns
TypeDescription
int

The none.

getRecreating()

public abstract 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;

Returns
TypeDescription
int

The recreating.

getRefreshing()

public abstract 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;

Returns
TypeDescription
int

The refreshing.

getRestarting()

public abstract 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;

Returns
TypeDescription
int

The restarting.

getVerifying()

public abstract 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;

Returns
TypeDescription
int

The verifying.

hasAbandoning()

public abstract boolean 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;

Returns
TypeDescription
boolean

Whether the abandoning field is set.

hasCreating()

public abstract 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;

Returns
TypeDescription
boolean

Whether the creating field is set.

hasCreatingWithoutRetries()

public abstract 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;

Returns
TypeDescription
boolean

Whether the creatingWithoutRetries field is set.

hasDeleting()

public abstract 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;

Returns
TypeDescription
boolean

Whether the deleting field is set.

hasNone()

public abstract 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;

Returns
TypeDescription
boolean

Whether the none field is set.

hasRecreating()

public abstract 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;

Returns
TypeDescription
boolean

Whether the recreating field is set.

hasRefreshing()

public abstract 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;

Returns
TypeDescription
boolean

Whether the refreshing field is set.

hasRestarting()

public abstract 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;

Returns
TypeDescription
boolean

Whether the restarting field is set.

hasVerifying()

public abstract 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;

Returns
TypeDescription
boolean

Whether the verifying field is set.