Show / Hide Table of Contents

Class AllocationResourceStatus

[Output Only] Contains output only fields.

Inheritance
object
AllocationResourceStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AllocationResourceStatus : IDirectResponseSchema

Properties

AggregateAllocation

Properties of this aggregatereservation.

Declaration
[JsonProperty("aggregateAllocation")]
public virtual AllocationResourceStatusAggregateAllocation AggregateAllocation { get; set; }
Property Value
Type Description
AllocationResourceStatusAggregateAllocation

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX