Uses of Class
com.vmware.nsx_policy.model.VdsUplink
-
Packages that use VdsUplink Package Description com.vmware.nsx_policy.model -
-
Uses of VdsUplink in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VdsUplink Modifier and Type Method Description static VdsUplink
VdsUplink. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static VdsUplink
VdsUplink. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VdsUplink
VdsUplink.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type VdsUplink Modifier and Type Method Description java.util.List<VdsUplink>
HostSwitchConfigOption. getUplinks()
If VDS is used as a HostSwitch this attribute must be specified.java.util.List<VdsUplink>
StandardHostSwitch. getUplinks()
If VDS is used as a HostSwitch this attribute must be specified.Method parameters in com.vmware.nsx_policy.model with type arguments of type VdsUplink Modifier and Type Method Description HostSwitchConfigOption.Builder
HostSwitchConfigOption.Builder. setUplinks(java.util.List<VdsUplink> uplinks)
If VDS is used as a HostSwitch this attribute must be specified.void
HostSwitchConfigOption. setUplinks(java.util.List<VdsUplink> uplinks)
If VDS is used as a HostSwitch this attribute must be specified.StandardHostSwitch.Builder
StandardHostSwitch.Builder. setUplinks(java.util.List<VdsUplink> uplinks)
If VDS is used as a HostSwitch this attribute must be specified.void
StandardHostSwitch. setUplinks(java.util.List<VdsUplink> uplinks)
If VDS is used as a HostSwitch this attribute must be specified.
-