/AWS1/CL_TRNIMPORTHOSTKEYRSP¶
ImportHostKeyResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_serverid TYPE /AWS1/TRNSERVERID /AWS1/TRNSERVERID¶
Returns the server identifier that contains the imported key.
iv_hostkeyid TYPE /AWS1/TRNHOSTKEYID /AWS1/TRNHOSTKEYID¶
Returns the host key identifier for the imported key.
Queryable Attributes¶
ServerId¶
Returns the server identifier that contains the imported key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERID() |
Getter for SERVERID, with configurable default |
ASK_SERVERID() |
Getter for SERVERID w/ exceptions if field has no value |
HAS_SERVERID() |
Determine if SERVERID has a value |
HostKeyId¶
Returns the host key identifier for the imported key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTKEYID() |
Getter for HOSTKEYID, with configurable default |
ASK_HOSTKEYID() |
Getter for HOSTKEYID w/ exceptions if field has no value |
HAS_HOSTKEYID() |
Determine if HOSTKEYID has a value |