/AWS1/CL_LMVPORTSPECIFICATION¶
Specifies which ports are accessible on a MicroVM. Only one of the port specification options can be set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_port TYPE /AWS1/LMVPORTNUMBER /AWS1/LMVPORTNUMBER¶
A single port number.
io_range TYPE REF TO /AWS1/CL_LMVPORTRANGE /AWS1/CL_LMVPORTRANGE¶
A range of ports.
io_allports TYPE REF TO /AWS1/CL_LMVUNIT /AWS1/CL_LMVUNIT¶
Indicates that all ports are accessible.
Queryable Attributes¶
port¶
A single port number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
range¶
A range of ports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RANGE() |
Getter for RANGE |
allPorts¶
Indicates that all ports are accessible.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLPORTS() |
Getter for ALLPORTS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTOFPORTSPECIFICATION¶
TYPES TT_LISTOFPORTSPECIFICATION TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMVPORTSPECIFICATION WITH DEFAULT KEY
.