/AWS1/CL_TBDLICENSEENDPTSUMM¶
The details for a license endpoint.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_licenseendpointid TYPE /AWS1/TBDLICENSEENDPOINTID /AWS1/TBDLICENSEENDPOINTID¶
The license endpoint ID.
iv_status TYPE /AWS1/TBDLICENSEENDPOINTSTATUS /AWS1/TBDLICENSEENDPOINTSTATUS¶
The status of the license endpoint.
iv_statusmessage TYPE /AWS1/TBDSTATUSMESSAGE /AWS1/TBDSTATUSMESSAGE¶
The status message of the license endpoint.
iv_vpcid TYPE /AWS1/TBDVPCID /AWS1/TBDVPCID¶
The VPC (virtual private cloud) ID associated with the license endpoint.
Queryable Attributes¶
licenseEndpointId¶
The license endpoint ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LICENSEENDPOINTID() |
Getter for LICENSEENDPOINTID, with configurable default |
ASK_LICENSEENDPOINTID() |
Getter for LICENSEENDPOINTID w/ exceptions if field has no v |
HAS_LICENSEENDPOINTID() |
Determine if LICENSEENDPOINTID has a value |
status¶
The status of the license endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusMessage¶
The status message of the license endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
vpcId¶
The VPC (virtual private cloud) ID associated with the license endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID 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_LICENSEENDPOINTSUMMARIES¶
TYPES TT_LICENSEENDPOINTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDLICENSEENDPTSUMM WITH DEFAULT KEY
.