/AWS1/CL_EC2FPGAIMAGEATTRIBUTE¶
Describes an Amazon FPGA image (AFI) attribute.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fpgaimageid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the AFI.
iv_name TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The name of the AFI.
iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The description of the AFI.
it_loadpermissions TYPE /AWS1/CL_EC2LOADPERMISSION=>TT_LOADPERMISSIONLIST TT_LOADPERMISSIONLIST¶
The load permissions.
it_productcodes TYPE /AWS1/CL_EC2PRODUCTCODE=>TT_PRODUCTCODELIST TT_PRODUCTCODELIST¶
The product codes.
Queryable Attributes¶
FpgaImageId¶
The ID of the AFI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FPGAIMAGEID() |
Getter for FPGAIMAGEID, with configurable default |
ASK_FPGAIMAGEID() |
Getter for FPGAIMAGEID w/ exceptions if field has no value |
HAS_FPGAIMAGEID() |
Determine if FPGAIMAGEID has a value |
Name¶
The name of the AFI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description of the AFI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
LoadPermissions¶
The load permissions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOADPERMISSIONS() |
Getter for LOADPERMISSIONS, with configurable default |
ASK_LOADPERMISSIONS() |
Getter for LOADPERMISSIONS w/ exceptions if field has no val |
HAS_LOADPERMISSIONS() |
Determine if LOADPERMISSIONS has a value |
ProductCodes¶
The product codes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTCODES() |
Getter for PRODUCTCODES, with configurable default |
ASK_PRODUCTCODES() |
Getter for PRODUCTCODES w/ exceptions if field has no value |
HAS_PRODUCTCODES() |
Determine if PRODUCTCODES has a value |