directconnect_describe_loa {paws.networking} | R Documentation |
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG)
Description
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
See https://www.paws-r-sdk.com/docs/directconnect_describe_loa/ for full documentation.
Usage
directconnect_describe_loa(
connectionId,
providerName = NULL,
loaContentType = NULL
)
Arguments
connectionId |
[required] The ID of a connection, LAG, or interconnect. |
providerName |
The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect. |
loaContentType |
The standard media type for the LOA-CFA document. The only supported value is application/pdf. |
[Package paws.networking version 0.9.0 Index]