Reference documentation and code samples for the Compute V1 Client class InstanceManagedByIgmErrorInstanceActionDetails.
Generated from protobuf message google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ action |
string
Output only. [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values. |
↳ instance |
string
Output only. [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created. |
↳ version |
ManagedInstanceVersion
Output only. [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created. |
getAction
Output only. [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasAction
clearAction
setAction
Output only. [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInstance
Output only. [Output Only] The URL of the instance.
The URL can be set even if the instance has not yet been created.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasInstance
clearInstance
setInstance
Output only. [Output Only] The URL of the instance.
The URL can be set even if the instance has not yet been created.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Output only. [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
| Returns | |
|---|---|
| Type | Description |
ManagedInstanceVersion|null |
|
hasVersion
clearVersion
setVersion
Output only. [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
| Parameter | |
|---|---|
| Name | Description |
var |
ManagedInstanceVersion
|
| Returns | |
|---|---|
| Type | Description |
$this |
|