Compute Engine v1 API - Class AllocationResourceStatus (3.9.0)

public sealed class AllocationResourceStatus : IMessage<AllocationResourceStatus>, IEquatable<AllocationResourceStatus>, IDeepCloneable<AllocationResourceStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class AllocationResourceStatus.

[Output Only] Contains output only fields.

Inheritance

object > AllocationResourceStatus

Namespace

Google.Cloud.Compute.V1

Assembly

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

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