Disassociate Connect Peer
networkmanager_disassociate_connect_peer | R Documentation |
Disassociates a core network Connect peer from a device and a link¶
Description¶
Disassociates a core network Connect peer from a device and a link.
Usage¶
Arguments¶
GlobalNetworkId
[required] The ID of the global network.
ConnectPeerId
[required] The ID of the Connect peer to disassociate from a device.
Value¶
A list with the following syntax:
list(
ConnectPeerAssociation = list(
ConnectPeerId = "string",
GlobalNetworkId = "string",
DeviceId = "string",
LinkId = "string",
State = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"
)
)