Show / Hide Table of Contents

Class ReservationSubBlocksReportFaultyRequest

Inheritance
object
ReservationSubBlocksReportFaultyRequest
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ReservationSubBlocksReportFaultyRequest : IDirectResponseSchema

Properties

DisruptionSchedule

The disruption schedule for the subBlock.

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

FailureComponent

The component that experienced the fault.

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

FaultReasons

The reasons for the fault experienced with the subBlock.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX