Compute V1 Client - Class InstanceGroupManagerActionsSummary (1.5.0)

Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerActionsSummary.

Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerActionsSummary

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ abandoning int

[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.

↳ creating int

[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.

↳ creating_without_retries int

[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.

↳ deleting int

[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

↳ none int

[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

↳ recreating int

[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.

↳ refreshing int

[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.

↳ restarting int

[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

↳ resuming int

[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

↳ starting int

[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

↳ stopping int

[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

↳ suspending int

[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

↳ verifying int

[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.

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.

Generated from protobuf field optional int32 abandoning = 440023373;

Returns
TypeDescription
int

hasAbandoning

clearAbandoning

setAbandoning

[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.

Generated from protobuf field optional int32 abandoning = 440023373;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field optional int32 creating = 209809081;

Returns
TypeDescription
int

hasCreating

clearCreating

setCreating

[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.

Generated from protobuf field optional int32 creating = 209809081;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field optional int32 creating_without_retries = 369916745;

Returns
TypeDescription
int

hasCreatingWithoutRetries

clearCreatingWithoutRetries

setCreatingWithoutRetries

[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.

Generated from protobuf field optional int32 creating_without_retries = 369916745;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDeleting

[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

Generated from protobuf field optional int32 deleting = 282846120;

Returns
TypeDescription
int

hasDeleting

clearDeleting

setDeleting

[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

Generated from protobuf field optional int32 deleting = 282846120;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getNone

[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

Generated from protobuf field optional int32 none = 3387192;

Returns
TypeDescription
int

hasNone

clearNone

setNone

[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

Generated from protobuf field optional int32 none = 3387192;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field optional int32 recreating = 339057132;

Returns
TypeDescription
int

hasRecreating

clearRecreating

setRecreating

[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.

Generated from protobuf field optional int32 recreating = 339057132;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field optional int32 refreshing = 215044903;

Returns
TypeDescription
int

hasRefreshing

clearRefreshing

setRefreshing

[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.

Generated from protobuf field optional int32 refreshing = 215044903;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRestarting

[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

Generated from protobuf field optional int32 restarting = 372312947;

Returns
TypeDescription
int

hasRestarting

clearRestarting

setRestarting

[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

Generated from protobuf field optional int32 restarting = 372312947;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getResuming

[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

Generated from protobuf field optional int32 resuming = 201100714;

Returns
TypeDescription
int

hasResuming

clearResuming

setResuming

[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

Generated from protobuf field optional int32 resuming = 201100714;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStarting

[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

Generated from protobuf field optional int32 starting = 243064896;

Returns
TypeDescription
int

hasStarting

clearStarting

setStarting

[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

Generated from protobuf field optional int32 starting = 243064896;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStopping

[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

Generated from protobuf field optional int32 stopping = 105035892;

Returns
TypeDescription
int

hasStopping

clearStopping

setStopping

[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

Generated from protobuf field optional int32 stopping = 105035892;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSuspending

[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

Generated from protobuf field optional int32 suspending = 29113894;

Returns
TypeDescription
int

hasSuspending

clearSuspending

setSuspending

[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

Generated from protobuf field optional int32 suspending = 29113894;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field optional int32 verifying = 451612873;

Returns
TypeDescription
int

hasVerifying

clearVerifying

setVerifying

[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.

Generated from protobuf field optional int32 verifying = 451612873;

Parameter
NameDescription
var int
Returns
TypeDescription
$this