Class FutureResourcesSpecSpecificSKUResources
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureResourcesSpecSpecificSKUResources : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceCount
Size of the request, in instance count.
Declaration
[JsonProperty("instanceCount")]
public virtual long? InstanceCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
LocalSsdPartitions
Local SSD partitions. You do not have to include SSD partitions that are built in the machine type.
Declaration
[JsonProperty("localSsdPartitions")]
public virtual IList<FutureResourcesSpecLocalSsdPartition> LocalSsdPartitions { get; set; }
Property Value
Type | Description |
---|---|
IList<FutureResourcesSpecLocalSsdPartition> |
MachineType
The machine type to use for instances that will use the reservation. This field only accepts machine type names. e.g. n2-standard-4 and does not accept machine type full or partial url. e.g. projects/my-l7ilb-project/zones/us-central1-a/machineTypes/n2-standard-4. Use for GPU reservations.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type | Description |
---|---|
string |