Uses of Class
com.vmware.nsx_policy.model.BgpAddressFamily.Builder
-
Packages that use BgpAddressFamily.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of BgpAddressFamily.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BgpAddressFamily.Builder Modifier and Type Method Description BgpAddressFamily.Builder
BgpAddressFamily.Builder. setInPrefixCount(java.lang.Long inPrefixCount)
Count of in prefixes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.BgpAddressFamily.Builder
BgpAddressFamily.Builder. setOutPrefixCount(java.lang.Long outPrefixCount)
Count of out prefixes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.BgpAddressFamily.Builder
BgpAddressFamily.Builder. setType(java.lang.String type)
Possible values are:BgpAddressFamily.TYPE_IPV4_UNICAST
BgpAddressFamily.TYPE_VPNV4_UNICAST
BgpAddressFamily.TYPE_IPV6_UNICAST
BgpAddressFamily.TYPE_L2VPN_EVPN
BgpAddressFamily.TYPE_VPNV6_UNICAST
BGP address family type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-