Show / Hide Table of Contents

Class ReservationSpecificReservationInstancePropertiesGuestAccelerator

Inheritance
System.Object
ReservationSpecificReservationInstancePropertiesGuestAccelerator
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ReservationSpecificReservationInstancePropertiesGuestAccelerator

Fields

View Source

AcceleratorCount

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

Declaration
public readonly int AcceleratorCount
Field Value
Type Description
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 readonly string AcceleratorType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.