class BgpRouterConfig { string RoutingDomain Specifies the alphanumeric ID of the Routing Domain / Tenant. string BgpIdentifier ...

class BgpRouterConfig
{
    string       RoutingDomain               Specifies the alphanumeric ID of the Routing Domain / Tenant. 
    string       BgpIdentifier                    Specifies the local BGP router's BGP Identifier
    int            LocalASN                          Specifies the Local BGP router's AS Number
    ipaddress LocalIPv6Address             Specifies the BGP router's global or site-local IP Address to be used as Next-Hop for IPv6 route advertisements
    boolean   CompareMEDAcrossASN Specifies whether the MED value from two different ASNs are to be compared for BGP best path calculation
    boolean   DefaultGatewayRouting   Specifies whether the default gateway is to be used to route the unresolved traffic
    string       IPv6Routing                      Specifies whether IPv6 routing is enabled or disabled
    string       PeerName[]                       Specifies the list of peers that are configured for this BGP router
    string       PolicyName[]                     Specifies the list of policies that are configured for this BGP router
}