Class NewReservedInstancesConfig
When set in a ComputeResourceConfig, indicates that VM instances should be created from a reservation.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NewReservedInstancesConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reservation
Optional. Immutable. Name of the reservation from which VM instances should be created, in the format
projects/{project}/zones/{zone}/reservations/{reservation}.
Declaration
[JsonProperty("reservation")]
public virtual string Reservation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |