public sealed class ResourceStatusReservationConsumptionInfo : IMessage<ResourceStatusReservationConsumptionInfo>, IEquatable<ResourceStatusReservationConsumptionInfo>, IDeepCloneable<ResourceStatusReservationConsumptionInfo>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ResourceStatusReservationConsumptionInfo.
Reservation consumption information that the instance is consuming from.
Implements
IMessageResourceStatusReservationConsumptionInfo, IEquatableResourceStatusReservationConsumptionInfo, IDeepCloneableResourceStatusReservationConsumptionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourceStatusReservationConsumptionInfo()
public ResourceStatusReservationConsumptionInfo()ResourceStatusReservationConsumptionInfo(ResourceStatusReservationConsumptionInfo)
public ResourceStatusReservationConsumptionInfo(ResourceStatusReservationConsumptionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceStatusReservationConsumptionInfo |
Properties
ConsumedReservation
public string ConsumedReservation { get; set; }Output only. [Output Only] The full resource name of the reservation that this instance is consuming from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConsumedReservationBlock
public string ConsumedReservationBlock { get; set; }Output only. [Output Only] The full resource name of the reservation block that this instance is consuming from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConsumedReservationSubBlock
public string ConsumedReservationSubBlock { get; set; }Output only. [Output Only] The full resource name of the reservation sub-block that this instance is consuming from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasConsumedReservation
public bool HasConsumedReservation { get; }Gets whether the "consumed_reservation" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasConsumedReservationBlock
public bool HasConsumedReservationBlock { get; }Gets whether the "consumed_reservation_block" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasConsumedReservationSubBlock
public bool HasConsumedReservationSubBlock { get; }Gets whether the "consumed_reservation_sub_block" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|