Show / Hide Table of Contents

Class InstancesReportHostAsFaultyRequest

Inheritance
object
InstancesReportHostAsFaultyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
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
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FaultReasons

Declaration
[JsonProperty("faultReasons")]
public virtual IList<InstancesReportHostAsFaultyRequestFaultReason> FaultReasons { get; set; }
Property Value
Type Description
IList<InstancesReportHostAsFaultyRequestFaultReason>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX