/AWS1/CL_EC2PCIID¶
Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_deviceid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the device.
iv_vendorid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the vendor.
iv_subsystemid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the subsystem.
iv_subsystemvendorid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the vendor for the subsystem.
Queryable Attributes¶
DeviceId¶
The ID of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEID() |
Getter for DEVICEID, with configurable default |
ASK_DEVICEID() |
Getter for DEVICEID w/ exceptions if field has no value |
HAS_DEVICEID() |
Determine if DEVICEID has a value |
VendorId¶
The ID of the vendor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VENDORID() |
Getter for VENDORID, with configurable default |
ASK_VENDORID() |
Getter for VENDORID w/ exceptions if field has no value |
HAS_VENDORID() |
Determine if VENDORID has a value |
SubsystemId¶
The ID of the subsystem.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBSYSTEMID() |
Getter for SUBSYSTEMID, with configurable default |
ASK_SUBSYSTEMID() |
Getter for SUBSYSTEMID w/ exceptions if field has no value |
HAS_SUBSYSTEMID() |
Determine if SUBSYSTEMID has a value |
SubsystemVendorId¶
The ID of the vendor for the subsystem.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBSYSTEMVENDORID() |
Getter for SUBSYSTEMVENDORID, with configurable default |
ASK_SUBSYSTEMVENDORID() |
Getter for SUBSYSTEMVENDORID w/ exceptions if field has no v |
HAS_SUBSYSTEMVENDORID() |
Determine if SUBSYSTEMVENDORID has a value |