Associate Connect Peer
networkmanager_associate_connect_peer | R Documentation |
Associates a core network Connect peer with a device and optionally, with a link¶
Description¶
Associates a core network Connect peer with a device and optionally, with a link.
If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.
Usage¶
networkmanager_associate_connect_peer(GlobalNetworkId, ConnectPeerId,
DeviceId, LinkId)
Arguments¶
GlobalNetworkId |
[required] The ID of your global network. |
ConnectPeerId |
[required] The ID of the Connect peer. |
DeviceId |
[required] The ID of the device. |
LinkId |
The ID of the link. |
Value¶
A list with the following syntax:
list(
ConnectPeerAssociation = list(
ConnectPeerId = "string",
GlobalNetworkId = "string",
DeviceId = "string",
LinkId = "string",
State = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"
)
)
Request syntax¶
svc$associate_connect_peer(
GlobalNetworkId = "string",
ConnectPeerId = "string",
DeviceId = "string",
LinkId = "string"
)