name | String | false | A unique name identifying the network instance. The value is either "default" or a unique VRF name. |
instanceType | NetworkInstanceType | false | Type of network instance. |
afts | Afts | false | The abstract forwarding tables (AFTs) that are associated with the network instance. |
interfaces | List<IfaceSubIface> | false | The interfaces that are associated with this network instance. |
vlans | List<Vlan> | false | VLANs that are associated with this network instance. Only populated for the "default" network instance and only includes VLANs that are associated with some interfaces. In particular, VLANs that are defined globally on the device but not associated with any interface are excluded here. |
protocols | List<NetworkInstanceProtocol> | false | The routing protocols that are enabled for this network instance. |
fdb | NetworkInstanceFdb | false | Forwarding database for this network instance. |