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 VdsUplinkVdsUplink. _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 VdsUplinkVdsUplink. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VdsUplinkVdsUplink.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.BuilderHostSwitchConfigOption.Builder. setUplinks(java.util.List<VdsUplink> uplinks)If VDS is used as a HostSwitch this attribute must be specified.voidHostSwitchConfigOption. setUplinks(java.util.List<VdsUplink> uplinks)If VDS is used as a HostSwitch this attribute must be specified.StandardHostSwitch.BuilderStandardHostSwitch.Builder. setUplinks(java.util.List<VdsUplink> uplinks)If VDS is used as a HostSwitch this attribute must be specified.voidStandardHostSwitch. setUplinks(java.util.List<VdsUplink> uplinks)If VDS is used as a HostSwitch this attribute must be specified.
-