class BgpCustomNetworkInfo { string RoutingDomain Specifies the alphanumeric ID of the Routing Domain / Tenant. string Network[ ...

class BgpCustomNetworkInfo
{
    string      RoutingDomain                Specifies the alphanumeric ID of the Routing Domain / Tenant. 
    string      Network[]                         Specifies the list of admin configured destination networks' IP and Subnet Mask separated by '/'
    string      Interface[]                         Specifies the list of admin configured interfaces, all of whose routes are added to BGP router
}