GoogleApi.Compute.V1.Model.InstanceManagedByIgmError (google_api_compute v0.29.0) View Source
Attributes
-
error(type:GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorManagedInstanceError.t, default:nil) - [Output Only] Contents of the error. -
instanceActionDetails(type:GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorInstanceActionDetails.t, default:nil) - [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(type:String.t, default:nil) - [Output Only] The time that this error occurred. This value is in RFC3339 text format.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.InstanceManagedByIgmError{
error:
GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorManagedInstanceError.t(),
instanceActionDetails:
GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorInstanceActionDetails.t(),
timestamp: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.