Skip to content

/AWS1/CL_SAGPRIVATECONNMODE

The configuration for a private connection. Specify either a service-managed or a self-managed mode.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_servicemanaged TYPE REF TO /AWS1/CL_SAGSVCMANAGEDINPUT /AWS1/CL_SAGSVCMANAGEDINPUT

The configuration for a service-managed private connection, where the service manages the resource gateway lifecycle.

io_selfmanaged TYPE REF TO /AWS1/CL_SAGSELFMANAGEDINPUT /AWS1/CL_SAGSELFMANAGEDINPUT

The configuration for a self-managed private connection, where you manage your own resource configuration.


Queryable Attributes

serviceManaged

The configuration for a service-managed private connection, where the service manages the resource gateway lifecycle.

Accessible with the following methods

Method Description
GET_SERVICEMANAGED() Getter for SERVICEMANAGED

selfManaged

The configuration for a self-managed private connection, where you manage your own resource configuration.

Accessible with the following methods

Method Description
GET_SELFMANAGED() Getter for SELFMANAGED