Bridge
Bridge domain related data for a bridge interface.
Fields
| name | type | nullable | description |
|---|---|---|---|
memberNames | List<String> | false | The members of the bridge interface. |
ipv4 | IfaceIpv4Info | false | The IPv4 addresses configured on the bridge interface. |
ipv6 | IfaceIpv6Info | false | The IPv6 addresses configured on the bridge interface. |
vlan | Integer | true | The VLAN of the bridge interface. This VLAN will be pushed on packets while sending them out of this bridge interface as part of L3 forwarding. |
networkInstanceName | String | false | The network instance (i.e. VRF) that this interface is part of. |