directconnect_describe_virtual_interfaces {paws.networking} | R Documentation |
Displays all virtual interfaces for an Amazon Web Services account
Description
Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
See https://www.paws-r-sdk.com/docs/directconnect_describe_virtual_interfaces/ for full documentation.
Usage
directconnect_describe_virtual_interfaces(
connectionId = NULL,
virtualInterfaceId = NULL
)
Arguments
connectionId |
The ID of the connection. |
virtualInterfaceId |
The ID of the virtual interface. |
[Package paws.networking version 0.9.0 Index]