Class ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs
Inheritance
System.Object
ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs
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 ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs : ResourceArgs
Constructors
View SourceReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs()
Declaration
public ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs()
Properties
View SourceAcceleratorCount
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> |
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> |