/AWS1/CL_ODBCREODBPEERCONNOUT¶
CreateOdbPeeringConnectionOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_odbpeeringconnectionid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The unique identifier of the ODB peering connection.
Optional arguments:¶
iv_displayname
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The display name of the ODB peering connection.
iv_status
TYPE /AWS1/ODBRESOURCESTATUS
/AWS1/ODBRESOURCESTATUS
¶
The status of the ODB peering connection.
Valid Values:
provisioning | active | terminating | terminated | failed
iv_statusreason
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The reason for the current status of the ODB peering connection.
Queryable Attributes¶
displayName¶
The display name of the ODB peering connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
status¶
The status of the ODB peering connection.
Valid Values:
provisioning | active | terminating | terminated | failed
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 |
statusReason¶
The reason for the current status of the ODB peering connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
odbPeeringConnectionId¶
The unique identifier of the ODB peering connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ODBPEERINGCONNECTIONID() |
Getter for ODBPEERINGCONNECTIONID, with configurable default |
ASK_ODBPEERINGCONNECTIONID() |
Getter for ODBPEERINGCONNECTIONID w/ exceptions if field has |
HAS_ODBPEERINGCONNECTIONID() |
Determine if ODBPEERINGCONNECTIONID has a value |