Show / Hide Table of Contents

Class ReservationSpecificReservationInstancePropertiesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReservationSpecificReservationInstancePropertiesArgs
Inherited Members
ResourceArgs.Empty
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 Source

ReservationSpecificReservationInstancePropertiesArgs()

Declaration
public ReservationSpecificReservationInstancePropertiesArgs()

Properties

View Source

GuestAccelerators

Guest accelerator type and count. Structure is documented below.

Declaration
public InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs> GuestAccelerators { get; set; }
Property Value
Type Description
InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs>
View Source

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>
View Source

MachineType

The name of the machine type to reserve.

Declaration
public Input<string> MachineType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinCpuPlatform

The minimum CPU platform for the reservation. For example, &quot;Intel Skylake&quot;. 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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.