interfaces property

List<RouterInterface>? interfaces
getter/setter pair

Router interfaces.

To create a BGP peer that uses a router interface, the interface must have one of the following fields specified: - linkedVpnTunnel - linkedInterconnectAttachment - subnetwork You can create a router interface without any of these fields specified. However, you cannot create a BGP peer that uses that interface.

Implementation

core.List<RouterInterface>? interfaces;