Class AllocationResourceStatus
[Output Only] Contains output only fields.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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 |
SpecificSkuAllocation
Allocation Properties of this reservation.
Declaration
[JsonProperty("specificSkuAllocation")]
public virtual AllocationResourceStatusSpecificSKUAllocation SpecificSkuAllocation { get; set; }
Property Value
Type | Description |
---|---|
AllocationResourceStatusSpecificSKUAllocation |