Show / Hide Table of Contents

Class GetInstanceGuestAcceleratorResult

Inheritance
System.Object
GetInstanceGuestAcceleratorResult
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 GetInstanceGuestAcceleratorResult

Fields

View Source

Count

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

Declaration
public readonly int Count
Field Value
Type Description
System.Int32
View Source

Type

The accelerator type resource exposed to this instance. E.g. nvidia-tesla-k80.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.