public sealed class ReservationSubBlocksReportFaultyRequestFaultReason : IMessage<ReservationSubBlocksReportFaultyRequestFaultReason>, IEquatable<ReservationSubBlocksReportFaultyRequestFaultReason>, IDeepCloneable<ReservationSubBlocksReportFaultyRequestFaultReason>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ReservationSubBlocksReportFaultyRequestFaultReason.
The reason for the fault experienced with the subBlock.
Implements
IMessageReservationSubBlocksReportFaultyRequestFaultReason, IEquatableReservationSubBlocksReportFaultyRequestFaultReason, IDeepCloneableReservationSubBlocksReportFaultyRequestFaultReason, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ReservationSubBlocksReportFaultyRequestFaultReason()
public ReservationSubBlocksReportFaultyRequestFaultReason()ReservationSubBlocksReportFaultyRequestFaultReason(ReservationSubBlocksReportFaultyRequestFaultReason)
public ReservationSubBlocksReportFaultyRequestFaultReason(ReservationSubBlocksReportFaultyRequestFaultReason other)| Parameter | |
|---|---|
| Name | Description |
other |
ReservationSubBlocksReportFaultyRequestFaultReason |
Properties
Behavior
public string Behavior { get; set; }The behavior of the fault experienced with the subBlock. Check the Behavior enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Description
public string Description { get; set; }The description of the fault experienced with the subBlock.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasBehavior
public bool HasBehavior { get; }Gets whether the "behavior" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDescription
public bool HasDescription { get; }Gets whether the "description" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|