Class ReservationSpecificReservationInstancePropertiesGetArgs
Inheritance
System.Object
ReservationSpecificReservationInstancePropertiesGetArgs
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 ReservationSpecificReservationInstancePropertiesGetArgs : ResourceArgs
Constructors
View SourceReservationSpecificReservationInstancePropertiesGetArgs()
Declaration
public ReservationSpecificReservationInstancePropertiesGetArgs()
Properties
View SourceGuestAccelerators
Guest accelerator type and count. Structure is documented below.
Declaration
public InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorGetArgs> GuestAccelerators { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorGetArgs> |
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<ReservationSpecificReservationInstancePropertiesLocalSsdGetArgs> LocalSsds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ReservationSpecificReservationInstancePropertiesLocalSsdGetArgs> |
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> |