Skip to content

/AWS1/CL_TCEPRIVATEENDPTOVRD

A mapping of a domain to the private endpoint used to reach it.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domain TYPE /AWS1/TCEPVTENDPTOVRDDOMAIN /AWS1/TCEPVTENDPTOVRDDOMAIN

The domain name to which this private endpoint override applies.

io_privateendpoint TYPE REF TO /AWS1/CL_TCEPRIVATEENDPOINT /AWS1/CL_TCEPRIVATEENDPOINT

The private endpoint used to reach the specified domain.


Queryable Attributes

domain

The domain name to which this private endpoint override applies.

Accessible with the following methods

Method Description
GET_DOMAIN() Getter for DOMAIN, with configurable default
ASK_DOMAIN() Getter for DOMAIN w/ exceptions if field has no value
HAS_DOMAIN() Determine if DOMAIN has a value

privateEndpoint

The private endpoint used to reach the specified domain.

Accessible with the following methods

Method Description
GET_PRIVATEENDPOINT() Getter for PRIVATEENDPOINT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PRIVATEENDPOINTOVERRIDES

TYPES TT_PRIVATEENDPOINTOVERRIDES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCEPRIVATEENDPTOVRD WITH DEFAULT KEY
.