| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VdsUplink. |
| Modifier and Type | Method and Description |
|---|---|
VdsUplink |
build() |
VdsUplink.Builder |
setUplinkName(java.lang.String uplinkName)
This name is from UplinkHostSwitch profile that is associated with the
HostSwitch specified in TransportNode or TransportNodeProfile configuration.
|
VdsUplink.Builder |
setVdsLagName(java.lang.String vdsLagName)
LAG name that is connected to Physical NIC on a host from vSphere.
|
VdsUplink.Builder |
setVdsUplinkName(java.lang.String vdsUplinkName)
Uplink name of VDS that is connected to Physical NIC on a host from vSphere.
|
public Builder()
VdsUplink.public VdsUplink.Builder setUplinkName(java.lang.String uplinkName)
uplinkName - New value for the property.public VdsUplink.Builder setVdsLagName(java.lang.String vdsLagName)
vdsLagName - New value for the property.public VdsUplink.Builder setVdsUplinkName(java.lang.String vdsUplinkName)
vdsUplinkName - New value for the property.public VdsUplink build()