Reference documentation and code samples for the Compute V1 Client class ManagedInstanceLastAttempt.
Generated from protobuf message google.cloud.compute.v1.ManagedInstanceLastAttempt
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ errors | Google\Cloud\Compute\V1\Errors [Output Only] Encountered errors during the last attempt to create or delete the instance. |
getErrors
[Output Only] Encountered errors during the last attempt to create or delete the instance.
Generated from protobuf field optional .google.cloud.compute.v1.Errors errors = 315977579;
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\Errors|null |
hasErrors
clearErrors
setErrors
[Output Only] Encountered errors during the last attempt to create or delete the instance.
Generated from protobuf field optional .google.cloud.compute.v1.Errors errors = 315977579;
Parameter | |
---|---|
Name | Description |
var | Google\Cloud\Compute\V1\Errors |
Returns | |
---|---|
Type | Description |
$this |