Class ReservationSpecificReservationInstancePropertiesArgs
Inheritance
System.Object
ReservationSpecificReservationInstancePropertiesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ReservationSpecificReservationInstancePropertiesArgs : ResourceArgs
Constructors
View SourceReservationSpecificReservationInstancePropertiesArgs()
Declaration
public ReservationSpecificReservationInstancePropertiesArgs()
Properties
View SourceGuestAccelerators
Guest accelerator type and count. Structure is documented below.
Declaration
public InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs> GuestAccelerators { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs> |
LocalSsds
The amount of local ssd to reserve with each instance. This
reserves disks of type local-ssd. Structure is documented below.
Declaration
public InputList<ReservationSpecificReservationInstancePropertiesLocalSsdArgs> LocalSsds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ReservationSpecificReservationInstancePropertiesLocalSsdArgs> |
MachineType
The name of the machine type to reserve.
Declaration
public Input<string> MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MinCpuPlatform
The minimum CPU platform for the reservation. For example,
"Intel Skylake". See
the CPU platform availability reference](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
for information on available CPU platforms.
Declaration
public Input<string> MinCpuPlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |