Compute V1 Client - Class InstanceManagedByIgmError (1.12.1)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ error Google\Cloud\Compute\V1\InstanceManagedByIgmErrorManagedInstanceError

[Output Only] Contents of the error.

↳ instance_action_details Google\Cloud\Compute\V1\InstanceManagedByIgmErrorInstanceActionDetails

[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.

↳ timestamp string

[Output Only] The time that this error occurred. This value is in RFC3339 text format.

getError

[Output Only] Contents of the error.

Returns
TypeDescription
Google\Cloud\Compute\V1\InstanceManagedByIgmErrorManagedInstanceError|null

hasError

clearError

setError

[Output Only] Contents of the error.

Parameter
NameDescription
var Google\Cloud\Compute\V1\InstanceManagedByIgmErrorManagedInstanceError
Returns
TypeDescription
$this

getInstanceActionDetails

[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.

Returns
TypeDescription
Google\Cloud\Compute\V1\InstanceManagedByIgmErrorInstanceActionDetails|null

hasInstanceActionDetails

clearInstanceActionDetails

setInstanceActionDetails

[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.

Parameter
NameDescription
var Google\Cloud\Compute\V1\InstanceManagedByIgmErrorInstanceActionDetails
Returns
TypeDescription
$this

getTimestamp

[Output Only] The time that this error occurred. This value is in RFC3339 text format.

Returns
TypeDescription
string

hasTimestamp

clearTimestamp

setTimestamp

[Output Only] The time that this error occurred. This value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this