/AWS1/CL_STGVOLUMEISCSIATTRS¶
Lists iSCSI information about a volume.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_targetarn TYPE /AWS1/STGTARGETARN /AWS1/STGTARGETARN¶
The Amazon Resource Name (ARN) of the volume target.
iv_networkinterfaceid TYPE /AWS1/STGNETWORKINTERFACEID /AWS1/STGNETWORKINTERFACEID¶
The network interface identifier.
iv_networkinterfaceport TYPE /AWS1/STGINTEGER /AWS1/STGINTEGER¶
The port used to communicate with iSCSI targets.
iv_lunnumber TYPE /AWS1/STGPOSITIVEINTOBJECT /AWS1/STGPOSITIVEINTOBJECT¶
The logical disk number.
iv_chapenabled TYPE /AWS1/STGBOOLEAN2 /AWS1/STGBOOLEAN2¶
Indicates whether mutual CHAP is enabled for the iSCSI target.
Queryable Attributes¶
TargetARN¶
The Amazon Resource Name (ARN) of the volume target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |
NetworkInterfaceId¶
The network interface identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACEID() |
Getter for NETWORKINTERFACEID, with configurable default |
ASK_NETWORKINTERFACEID() |
Getter for NETWORKINTERFACEID w/ exceptions if field has no |
HAS_NETWORKINTERFACEID() |
Determine if NETWORKINTERFACEID has a value |
NetworkInterfacePort¶
The port used to communicate with iSCSI targets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACEPORT() |
Getter for NETWORKINTERFACEPORT |
LunNumber¶
The logical disk number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LUNNUMBER() |
Getter for LUNNUMBER, with configurable default |
ASK_LUNNUMBER() |
Getter for LUNNUMBER w/ exceptions if field has no value |
HAS_LUNNUMBER() |
Determine if LUNNUMBER has a value |
ChapEnabled¶
Indicates whether mutual CHAP is enabled for the iSCSI target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHAPENABLED() |
Getter for CHAPENABLED |