/AWS1/CL_EC2CREATESECNETRESULT¶
CreateSecondaryNetworkResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_secondarynetwork TYPE REF TO /AWS1/CL_EC2SECONDARYNETWORK /AWS1/CL_EC2SECONDARYNETWORK¶
Information about the secondary network.
iv_clienttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
Queryable Attributes¶
SecondaryNetwork¶
Information about the secondary network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECONDARYNETWORK() |
Getter for SECONDARYNETWORK |
ClientToken¶
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |