GoogleApi.Compute.V1.Model.InstancesReportHostAsFaultyRequest (google_api_compute v0.71.0)
View SourceAttributes
-
disruptionSchedule(type:String.t, default:nil) - The disruption schedule for the VM. Default to IMMEDIATE. -
faultReasons(type:list(GoogleApi.Compute.V1.Model.InstancesReportHostAsFaultyRequestFaultReason.t), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.InstancesReportHostAsFaultyRequest{ disruptionSchedule: String.t() | nil, faultReasons: [ GoogleApi.Compute.V1.Model.InstancesReportHostAsFaultyRequestFaultReason.t() ] | nil }