Class InstancesReportHostAsFaultyRequest
Inheritance
InstancesReportHostAsFaultyRequest
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InstancesReportHostAsFaultyRequest : IDirectResponseSchema
Properties
DisruptionSchedule
The disruption schedule for the VM. Required field, only allows IMMEDIATE.
Declaration
[JsonProperty("disruptionSchedule")]
public virtual string DisruptionSchedule { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FaultReasons
Declaration
[JsonProperty("faultReasons")]
public virtual IList<InstancesReportHostAsFaultyRequestFaultReason> FaultReasons { get; set; }
Property Value
Implements