Class AllocationSpecificSKUReservation
This reservation type allows to pre allocate specific instance configuration.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AllocationSpecificSKUReservation : IDirectResponseSchema
Properties
AssuredCount
[Output Only] Indicates how many instances are actually usable currently.
Declaration
[JsonProperty("assuredCount")]
public virtual long? AssuredCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Count
Specifies the number of resources that are allocated.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InUseCount
[Output Only] Indicates how many instances are in use.
Declaration
[JsonProperty("inUseCount")]
public virtual long? InUseCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
InstanceProperties
The instance properties for the reservation.
Declaration
[JsonProperty("instanceProperties")]
public virtual AllocationSpecificSKUAllocationReservedInstanceProperties InstanceProperties { get; set; }
Property Value
Type | Description |
---|---|
AllocationSpecificSKUAllocationReservedInstanceProperties |
SourceInstanceTemplate
Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
Declaration
[JsonProperty("sourceInstanceTemplate")]
public virtual string SourceInstanceTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |