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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |