Confirm Connection
directconnect_confirm_connection | R Documentation |
Confirms the creation of the specified hosted connection on an interconnect¶
Description¶
Confirms the creation of the specified hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the Ordering
state, and remains in this state until the owner confirms creation of
the hosted connection.
Usage¶
Arguments¶
connectionId
[required] The ID of the hosted connection.
Value¶
A list with the following syntax:
list(
connectionState = "ordering"|"requested"|"pending"|"available"|"down"|"deleting"|"deleted"|"rejected"|"unknown"
)