/AWS1/CL_MCIDSCCXNPROPOSALRSP¶
DescribeConnectionProposalResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bandwidth TYPE /AWS1/MCICONNECTIONBANDWIDTH /AWS1/MCICONNECTIONBANDWIDTH¶
The bandwidth of the proposed Connection.
iv_environmentid TYPE /AWS1/MCIENVIRONMENTID /AWS1/MCIENVIRONMENTID¶
The identifier of the Environment upon which the Connection would be placed if this proposal were accepted.
io_provider TYPE REF TO /AWS1/CL_MCIPROVIDER /AWS1/CL_MCIPROVIDER¶
The partner provider of the specific Environment of the proposal.
iv_location TYPE /AWS1/MCILOCATION /AWS1/MCILOCATION¶
The partner specific location distinguisher of the specific Environment of the proposal.
Queryable Attributes¶
bandwidth¶
The bandwidth of the proposed Connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BANDWIDTH() |
Getter for BANDWIDTH, with configurable default |
ASK_BANDWIDTH() |
Getter for BANDWIDTH w/ exceptions if field has no value |
HAS_BANDWIDTH() |
Determine if BANDWIDTH has a value |
environmentId¶
The identifier of the Environment upon which the Connection would be placed if this proposal were accepted.
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 |
provider¶
The partner provider of the specific Environment of the proposal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER |
location¶
The partner specific location distinguisher of the specific Environment of the proposal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |