Class InstanceTemplateGuestAcceleratorArgs
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 InstanceTemplateGuestAcceleratorArgs : ResourceArgs
Constructors
View SourceInstanceTemplateGuestAcceleratorArgs()
Declaration
public InstanceTemplateGuestAcceleratorArgs()
Properties
View SourceCount
The number of the guest accelerator cards exposed to this instance.
Declaration
public Input<int> Count { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
The accelerator type resource to expose to this instance. E.g. nvidia-tesla-k80.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |