/AWS1/CL_EC2NEWDHCPCONF¶
Describes a DHCP configuration option.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_key TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The name of a DHCP option.
it_values TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST¶
The values for the DHCP option.
Queryable Attributes¶
Key¶
The name of a DHCP option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
Values¶
The values for the DHCP option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NEWDHCPCONFIGURATIONLIST¶
TYPES TT_NEWDHCPCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2NEWDHCPCONF WITH DEFAULT KEY
.