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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstancesReportHostAsFaultyRequest : IDirectResponseSchema

Properties

ActionHint

The action hint to report the host as faulty.

Declaration
[JsonProperty("actionHint")]
public virtual string ActionHint { get; set; }
Property Value
Type Description
string

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