Class ReservationSubBlocksReportFaultyRequest
Implements
Inherited Members
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> |