Show / Hide Table of Contents

Class ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs

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

Constructors

View Source

ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs()

Declaration
public ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs()

Properties

View Source

AcceleratorCount

The number of the guest accelerator cards exposed to this instance.

Declaration
public Input<int> AcceleratorCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AcceleratorType

The full or partial URL of the accelerator type to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name.

Declaration
public Input<string> AcceleratorType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.