Class AllocationResourceStatus
[Output Only] Contains output only fields.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class AllocationResourceStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReservationBlockCount
The number of reservation blocks associated with this reservation.
Declaration
[JsonProperty("reservationBlockCount")]
public virtual int? ReservationBlockCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ReservationMaintenance
Maintenance information for this reservation
Declaration
[JsonProperty("reservationMaintenance")]
public virtual GroupMaintenanceInfo ReservationMaintenance { get; set; }
Property Value
Type | Description |
---|---|
GroupMaintenanceInfo |
SpecificSkuAllocation
Allocation Properties of this reservation.
Declaration
[JsonProperty("specificSkuAllocation")]
public virtual AllocationResourceStatusSpecificSKUAllocation SpecificSkuAllocation { get; set; }
Property Value
Type | Description |
---|---|
AllocationResourceStatusSpecificSKUAllocation |