Uses of Class
com.vmware.nsx_policy.model.TunnelAddress.Builder
-
Packages that use TunnelAddress.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of TunnelAddress.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TunnelAddress.Builder Modifier and Type Method Description TunnelAddress.Builder
TunnelAddress.Builder. setEdgePath(java.lang.String edgePath)
policy path of edge node where tunnel will be realized with the subnet specified.TunnelAddress.Builder
TunnelAddress.Builder. setSourceAddress(java.lang.String sourceAddress)
Specify IPv4 source addresses as the tunnel local end point addresses.TunnelAddress.Builder
TunnelAddress.Builder. setTunnelInterfaceSubnet(java.util.List<InterfaceSubnet> tunnelInterfaceSubnet)
IP addresses in CIDR format for both IP4 and IPv6 assigned to tunnel interface on a given edge node
-