/AWS1/CL_WKRCREATENETWORKRSP¶
CreateNetworkResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_networkid TYPE /AWS1/WKRNETWORKID /AWS1/WKRNETWORKID¶
The unique identifier assigned to the newly created network.
iv_networkname TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The name of the newly created network.
iv_encryptionkeyarn TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The ARN of the KMS key being used to encrypt sensitive data in the network.
Queryable Attributes¶
networkId¶
The unique identifier assigned to the newly created network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKID() |
Getter for NETWORKID, with configurable default |
ASK_NETWORKID() |
Getter for NETWORKID w/ exceptions if field has no value |
HAS_NETWORKID() |
Determine if NETWORKID has a value |
networkName¶
The name of the newly created network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKNAME() |
Getter for NETWORKNAME, with configurable default |
ASK_NETWORKNAME() |
Getter for NETWORKNAME w/ exceptions if field has no value |
HAS_NETWORKNAME() |
Determine if NETWORKNAME has a value |
encryptionKeyArn¶
The ARN of the KMS key being used to encrypt sensitive data in the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN, with configurable default |
ASK_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va |
HAS_ENCRYPTIONKEYARN() |
Determine if ENCRYPTIONKEYARN has a value |