AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.PciId

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class PciId

The PciId type exposes the following members

Constructors

NameDescription
Public Method PciId()

Properties

NameTypeDescription
Public Property DeviceId System.String

Gets and sets the property DeviceId.

The ID of the device.

Public Property SubsystemId System.String

Gets and sets the property SubsystemId.

The ID of the subsystem.

Public Property SubsystemVendorId System.String

Gets and sets the property SubsystemVendorId.

The ID of the vendor for the subsystem.

Public Property VendorId System.String

Gets and sets the property VendorId.

The ID of the vendor.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5