Compute V1 Client - Class InstanceGroupManagerResizeRequestStatus (1.17.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ error Google\Cloud\Compute\V1\Error

[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.

↳ last_attempt Google\Cloud\Compute\V1\InstanceGroupManagerResizeRequestStatusLastAttempt

[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.

getError

[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.

Returns
Type Description
Google\Cloud\Compute\V1\Error|null

hasError

clearError

setError

[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.

Parameter
Name Description
var Google\Cloud\Compute\V1\Error
Returns
Type Description
$this

getLastAttempt

[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.

Returns
Type Description
Google\Cloud\Compute\V1\InstanceGroupManagerResizeRequestStatusLastAttempt|null

hasLastAttempt

clearLastAttempt

setLastAttempt

[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.

Parameter
Name Description
var Google\Cloud\Compute\V1\InstanceGroupManagerResizeRequestStatusLastAttempt
Returns
Type Description
$this