RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setDefaultGateway(java.lang.String defaultGateway) |
Gateway IP format: ip
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setDeviceName(java.lang.String deviceName) |
Name of the virtual tunnel endpoint
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setIp(java.lang.String ip) |
Depending upon the EndpointIpConfig used in HostSwitch, IP could be allocated
either from DHCP (default) or from Static IP Pool.
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setIpv6(IPv6EndPoint ipv6) |
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setLabel(java.lang.Long label) |
Unique label for this Endpoint format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setMac(java.lang.String mac) |
MAC address format: mac-address
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setSubnetMask(java.lang.String subnetMask) |
Subnet mask format: ip
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RemoteTunnelEndpoint.Builder |
RemoteTunnelEndpoint.Builder.setVlan(java.lang.Long vlan) |
Vlan id 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.
|