/AWS1/CL_TRNUPDATEHOSTKEYRSP¶
UpdateHostKeyResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_serverid
TYPE /AWS1/TRNSERVERID
/AWS1/TRNSERVERID
¶
Returns the server identifier for the server that contains the updated host key.
iv_hostkeyid
TYPE /AWS1/TRNHOSTKEYID
/AWS1/TRNHOSTKEYID
¶
Returns the host key identifier for the updated host key.
Queryable Attributes¶
ServerId¶
Returns the server identifier for the server that contains the updated host 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 updated host 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 |