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.BuilderBgpAddressFamily.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.BuilderBgpAddressFamily.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.BuilderBgpAddressFamily.Builder. setType(java.lang.String type)Possible values are:BgpAddressFamily.TYPE_IPV4_UNICASTBgpAddressFamily.TYPE_VPNV4_UNICASTBgpAddressFamily.TYPE_IPV6_UNICASTBgpAddressFamily.TYPE_L2VPN_EVPNBgpAddressFamily.TYPE_VPNV6_UNICASTBGP 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.
-