/AWS1/CL_ODBODBPEERCONNUMMARY¶
A summary of an ODB peering connection.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_odbpeeringconnectionid
TYPE /AWS1/ODBRESOURCEIDORARN
/AWS1/ODBRESOURCEIDORARN
¶
The unique identifier of the ODB peering connection. A sample ID is
odbpcx-abcdefgh12345678
.
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.
iv_odbpeeringconnectionarn
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The Amazon Resource Name (ARN) of the ODB peering connection.
iv_odbnetworkarn
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
iv_peernetworkarn
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The Amazon Resource Name (ARN) of the peer network.
iv_odbpeeringconnectiontype
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The type of the ODB peering connection.
Valid Values:
ODB-VPC | ODB-ODB
iv_createdat
TYPE /AWS1/ODBTIMESTAMP
/AWS1/ODBTIMESTAMP
¶
The timestamp when the ODB peering connection was created.
iv_percentprogress
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The percentage progress of the ODB peering connection creation or deletion.
Queryable Attributes¶
odbPeeringConnectionId¶
The unique identifier of the ODB peering connection. A sample ID is
odbpcx-abcdefgh12345678
.
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 |
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 |
odbPeeringConnectionArn¶
The Amazon Resource Name (ARN) of the ODB peering connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ODBPEERINGCONNECTIONARN() |
Getter for ODBPEERINGCONNECTIONARN, with configurable defaul |
ASK_ODBPEERINGCONNECTIONARN() |
Getter for ODBPEERINGCONNECTIONARN w/ exceptions if field ha |
HAS_ODBPEERINGCONNECTIONARN() |
Determine if ODBPEERINGCONNECTIONARN has a value |
odbNetworkArn¶
The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ODBNETWORKARN() |
Getter for ODBNETWORKARN, with configurable default |
ASK_ODBNETWORKARN() |
Getter for ODBNETWORKARN w/ exceptions if field has no value |
HAS_ODBNETWORKARN() |
Determine if ODBNETWORKARN has a value |
peerNetworkArn¶
The Amazon Resource Name (ARN) of the peer network.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PEERNETWORKARN() |
Getter for PEERNETWORKARN, with configurable default |
ASK_PEERNETWORKARN() |
Getter for PEERNETWORKARN w/ exceptions if field has no valu |
HAS_PEERNETWORKARN() |
Determine if PEERNETWORKARN has a value |
odbPeeringConnectionType¶
The type of the ODB peering connection.
Valid Values:
ODB-VPC | ODB-ODB
Accessible with the following methods¶
Method | Description |
---|---|
GET_ODBPEERINGCONNECTIONTYPE() |
Getter for ODBPEERINGCONNECTIONTYPE, with configurable defau |
ASK_ODBPEERINGCONNECTIONTYPE() |
Getter for ODBPEERINGCONNECTIONTYPE w/ exceptions if field h |
HAS_ODBPEERINGCONNECTIONTYPE() |
Determine if ODBPEERINGCONNECTIONTYPE has a value |
createdAt¶
The timestamp when the ODB peering connection was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
percentProgress¶
The percentage progress of the ODB peering connection creation or deletion.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERCENTPROGRESS() |
Getter for PERCENTPROGRESS, with configurable default |
ASK_PERCENTPROGRESS() |
Getter for PERCENTPROGRESS w/ exceptions if field has no val |
STR_PERCENTPROGRESS() |
String format for PERCENTPROGRESS, with configurable default |
HAS_PERCENTPROGRESS() |
Determine if PERCENTPROGRESS 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_ODBPEERINGCONNECTIONLIST
¶
TYPES TT_ODBPEERINGCONNECTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBODBPEERCONNUMMARY WITH DEFAULT KEY
.