networkmanager_create_connect_peer: Creates a core network Connect peer for a specified core...

View source: R/networkmanager_operations.R

networkmanager_create_connect_peerR Documentation

Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance

Description

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.

Usage

networkmanager_create_connect_peer(
  ConnectAttachmentId,
  CoreNetworkAddress = NULL,
  PeerAddress,
  BgpOptions = NULL,
  InsideCidrBlocks,
  Tags = NULL,
  ClientToken = NULL
)

Arguments

ConnectAttachmentId

[required] The ID of the connection attachment.

CoreNetworkAddress

A Connect peer core network address.

PeerAddress

[required] The Connect peer address.

BgpOptions

The Connect peer BGP options.

InsideCidrBlocks

[required] The inside IP addresses used for BGP peering.

Tags

The tags associated with the peer request.

ClientToken

The client token associated with the request.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.