/AWS1/CL_WSPACCESSENDPOINT¶
Describes the access type and endpoint for a WorkSpace.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_accessendpointtype
TYPE /AWS1/WSPACCESSENDPOINTTYPE
/AWS1/WSPACCESSENDPOINTTYPE
¶
Indicates the type of access endpoint.
iv_vpcendpointid
TYPE /AWS1/WSPALPHANUMERICDASHUND00
/AWS1/WSPALPHANUMERICDASHUND00
¶
Indicates the VPC endpoint to use for access.
Queryable Attributes¶
AccessEndpointType¶
Indicates the type of access endpoint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCESSENDPOINTTYPE() |
Getter for ACCESSENDPOINTTYPE, with configurable default |
ASK_ACCESSENDPOINTTYPE() |
Getter for ACCESSENDPOINTTYPE w/ exceptions if field has no |
HAS_ACCESSENDPOINTTYPE() |
Determine if ACCESSENDPOINTTYPE has a value |
VpcEndpointId¶
Indicates the VPC endpoint to use for access.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VPCENDPOINTID() |
Getter for VPCENDPOINTID, with configurable default |
ASK_VPCENDPOINTID() |
Getter for VPCENDPOINTID w/ exceptions if field has no value |
HAS_VPCENDPOINTID() |
Determine if VPCENDPOINTID 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_ACCESSENDPOINTLIST
¶
TYPES TT_ACCESSENDPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSPACCESSENDPOINT WITH DEFAULT KEY
.