Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
See https://www.paws-r-sdk.com/docs/networkmanager_create_connect_peer/ for full documentation.
networkmanager_create_connect_peer(
ConnectAttachmentId,
CoreNetworkAddress = NULL,
PeerAddress,
BgpOptions = NULL,
InsideCidrBlocks = NULL,
Tags = NULL,
ClientToken = NULL,
SubnetArn = NULL
)
[required] The ID of the connection attachment.
A Connect peer core network address. This only applies only when the
protocol is GRE
.
[required] The Connect peer address.
The Connect peer BGP options. This only applies only when the protocol
is GRE
.
The inside IP addresses used for BGP peering.
The tags associated with the peer request.
The client token associated with the request.
The subnet ARN for the Connect peer. This only applies only when the protocol is NO_ENCAP.