controlPlaneNodes property

List<String>? controlPlaneNodes
getter/setter pair

The IP address of the control plane node that connects to the external peer.

If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.

Implementation

core.List<core.String>? controlPlaneNodes;