Show / Hide Table of Contents

Class ReservationSpecificReservationInstancePropertiesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReservationSpecificReservationInstancePropertiesGetArgs
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 ReservationSpecificReservationInstancePropertiesGetArgs : ResourceArgs

Constructors

View Source

ReservationSpecificReservationInstancePropertiesGetArgs()

Declaration
public ReservationSpecificReservationInstancePropertiesGetArgs()

Properties

View Source

GuestAccelerators

Guest accelerator type and count. Structure is documented below.

Declaration
public InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorGetArgs> GuestAccelerators { get; set; }
Property Value
Type Description
InputList<ReservationSpecificReservationInstancePropertiesGuestAcceleratorGetArgs>
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<ReservationSpecificReservationInstancePropertiesLocalSsdGetArgs> LocalSsds { get; set; }
Property Value
Type Description
InputList<ReservationSpecificReservationInstancePropertiesLocalSsdGetArgs>
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.