public static final class TransportNodeRemoteTunnelEndpointConfig.Builder
extends java.lang.Object
TransportNodeRemoteTunnelEndpointConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TransportNodeRemoteTunnelEndpointConfig. |
| Modifier and Type | Method and Description |
|---|---|
TransportNodeRemoteTunnelEndpointConfig |
build() |
TransportNodeRemoteTunnelEndpointConfig.Builder |
setHostSwitchName(java.lang.String hostSwitchName)
The host switch name should reference an existing host switch specified in the
transport node configuration.
|
TransportNodeRemoteTunnelEndpointConfig.Builder |
setIpAssignmentSpec(com.vmware.vapi.bindings.Structure ipAssignmentSpec) |
TransportNodeRemoteTunnelEndpointConfig.Builder |
setNamedTeamingPolicy(java.lang.String namedTeamingPolicy)
Specifying this field will override the default teaming policy of the host
switch and will be used by remote tunnel endpoint traffic.
|
TransportNodeRemoteTunnelEndpointConfig.Builder |
setRtepVlan(java.lang.Long rtepVlan)
The transport VLAN id used for tagging intersite overlay traffic between remote
tunnel endpoints.
|
public Builder()
TransportNodeRemoteTunnelEndpointConfig.public TransportNodeRemoteTunnelEndpointConfig.Builder setHostSwitchName(java.lang.String hostSwitchName)
hostSwitchName - New value for the property.public TransportNodeRemoteTunnelEndpointConfig.Builder setIpAssignmentSpec(com.vmware.vapi.bindings.Structure ipAssignmentSpec)
ipAssignmentSpec - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in IpAssignmentSpec. When methods return a value of this
class as a return value, the property will contain all the properties defined in
IpAssignmentSpec.public TransportNodeRemoteTunnelEndpointConfig.Builder setNamedTeamingPolicy(java.lang.String namedTeamingPolicy)
namedTeamingPolicy - New value for the property.public TransportNodeRemoteTunnelEndpointConfig.Builder setRtepVlan(java.lang.Long rtepVlan)
rtepVlan - New value for the property.public TransportNodeRemoteTunnelEndpointConfig build()