public sealed class AllocationResourceStatus : IMessage<AllocationResourceStatus>, IEquatable<AllocationResourceStatus>, IDeepCloneable<AllocationResourceStatus>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class AllocationResourceStatus.
[Output Only] Contains output only fields.
Implements
IMessageAllocationResourceStatus, IEquatableAllocationResourceStatus, IDeepCloneableAllocationResourceStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AllocationResourceStatus()
public AllocationResourceStatus()AllocationResourceStatus(AllocationResourceStatus)
public AllocationResourceStatus(AllocationResourceStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
AllocationResourceStatus |
Properties
HasReservationBlockCount
public bool HasReservationBlockCount { get; }Gets whether the "reservation_block_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HealthInfo
public AllocationResourceStatusHealthInfo HealthInfo { get; set; }[Output only] Health information for the reservation.
| Property Value | |
|---|---|
| Type | Description |
AllocationResourceStatusHealthInfo |
|
ReservationBlockCount
public int ReservationBlockCount { get; set; }The number of reservation blocks associated with this reservation.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ReservationMaintenance
public GroupMaintenanceInfo ReservationMaintenance { get; set; }Maintenance information for this reservation
| Property Value | |
|---|---|
| Type | Description |
GroupMaintenanceInfo |
|
SpecificSkuAllocation
public AllocationResourceStatusSpecificSKUAllocation SpecificSkuAllocation { get; set; }Allocation Properties of this reservation.
| Property Value | |
|---|---|
| Type | Description |
AllocationResourceStatusSpecificSKUAllocation |
|