Uses of Class
com.vmware.nsx_policy.model.L2VPNTunnelEncapsulation.Builder
-
Packages that use L2VPNTunnelEncapsulation.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of L2VPNTunnelEncapsulation.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L2VPNTunnelEncapsulation.Builder Modifier and Type Method Description L2VPNTunnelEncapsulation.BuilderL2VPNTunnelEncapsulation.Builder. setLocalEndpointAddress(java.lang.String localEndpointAddress)IP Address of the local tunnel port.L2VPNTunnelEncapsulation.BuilderL2VPNTunnelEncapsulation.Builder. setPeerEndpointAddress(java.lang.String peerEndpointAddress)IP Address of the peer tunnel port.L2VPNTunnelEncapsulation.BuilderL2VPNTunnelEncapsulation.Builder. setProtocol(java.lang.String protocol)Possible values are:L2VPNTunnelEncapsulation.PROTOCOL_GREEncapsulation protocol used by the tunnel.
-