/AWS1/CL_DZNUPDATECONNOUTPUT¶
UpdateConnectionOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_connectionid TYPE /AWS1/DZNCONNECTIONID /AWS1/DZNCONNECTIONID¶
The ID of the connection.
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the domain where a connection is to be updated.
iv_domainunitid TYPE /AWS1/DZNDOMAINUNITID /AWS1/DZNDOMAINUNITID¶
The ID of the domain unit where a connection is to be updated.
iv_name TYPE /AWS1/DZNCONNECTIONNAME /AWS1/DZNCONNECTIONNAME¶
The name of the connection.
it_physicalendpoints TYPE /AWS1/CL_DZNPHYSICALENDPOINT=>TT_PHYSICALENDPOINTS TT_PHYSICALENDPOINTS¶
The physical endpoints of the connection.
iv_type TYPE /AWS1/DZNCONNECTIONTYPE /AWS1/DZNCONNECTIONTYPE¶
The connection type.
Optional arguments:¶
iv_description TYPE /AWS1/DZNDESCRIPTION /AWS1/DZNDESCRIPTION¶
The connection description.
iv_environmentid TYPE /AWS1/DZNENVIRONMENTID /AWS1/DZNENVIRONMENTID¶
The ID of the environment where a connection is to be updated.
iv_projectid TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID¶
The project ID of the connection.
io_props TYPE REF TO /AWS1/CL_DZNCONNPRPSOUTPUT /AWS1/CL_DZNCONNPRPSOUTPUT¶
The connection props.
iv_scope TYPE /AWS1/DZNCONNECTIONSCOPE /AWS1/DZNCONNECTIONSCOPE¶
The scope of the connection.
Queryable Attributes¶
connectionId¶
The ID of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONID() |
Getter for CONNECTIONID, with configurable default |
ASK_CONNECTIONID() |
Getter for CONNECTIONID w/ exceptions if field has no value |
HAS_CONNECTIONID() |
Determine if CONNECTIONID has a value |
description¶
The connection description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
domainId¶
The ID of the domain where a connection is to be updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
domainUnitId¶
The ID of the domain unit where a connection is to be updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINUNITID() |
Getter for DOMAINUNITID, with configurable default |
ASK_DOMAINUNITID() |
Getter for DOMAINUNITID w/ exceptions if field has no value |
HAS_DOMAINUNITID() |
Determine if DOMAINUNITID has a value |
environmentId¶
The ID of the environment where a connection is to be updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
name¶
The name of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
physicalEndpoints¶
The physical endpoints of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALENDPOINTS() |
Getter for PHYSICALENDPOINTS, with configurable default |
ASK_PHYSICALENDPOINTS() |
Getter for PHYSICALENDPOINTS w/ exceptions if field has no v |
HAS_PHYSICALENDPOINTS() |
Determine if PHYSICALENDPOINTS has a value |
projectId¶
The project ID of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTID() |
Getter for PROJECTID, with configurable default |
ASK_PROJECTID() |
Getter for PROJECTID w/ exceptions if field has no value |
HAS_PROJECTID() |
Determine if PROJECTID has a value |
props¶
The connection props.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPS() |
Getter for PROPS |
type¶
The connection type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
scope¶
The scope of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPE() |
Getter for SCOPE, with configurable default |
ASK_SCOPE() |
Getter for SCOPE w/ exceptions if field has no value |
HAS_SCOPE() |
Determine if SCOPE has a value |