interfaces property

List<RouterInterface>? interfaces
getter/setter pair

Router interfaces.

Each interface requires either one linked resource, (for example, linkedVpnTunnel), or IP address and IP address range (for example, ipRange), or both.

Implementation

core.List<RouterInterface>? interfaces;