Uses of Class
com.vmware.nsx_policy.model.VmknicNetwork
-
Packages that use VmknicNetwork Package Description com.vmware.nsx_policy.model -
-
Uses of VmknicNetwork in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VmknicNetwork Modifier and Type Method Description static VmknicNetwork
VmknicNetwork. _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 VmknicNetwork
VmknicNetwork. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VmknicNetwork
VmknicNetwork.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type VmknicNetwork Modifier and Type Method Description java.util.List<VmknicNetwork>
StandardHostSwitch. getVmkInstallMigration()
When using the Quick Start workflow on 7.0 and above vCenter clusters, vmnk_install_migration will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch.java.util.List<VmknicNetwork>
StandardHostSwitch. getVmkUninstallMigration()
Deprecated.Method parameters in com.vmware.nsx_policy.model with type arguments of type VmknicNetwork Modifier and Type Method Description StandardHostSwitch.Builder
StandardHostSwitch.Builder. setVmkInstallMigration(java.util.List<VmknicNetwork> vmkInstallMigration)
When using the Quick Start workflow on 7.0 and above vCenter clusters, vmnk_install_migration will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch.void
StandardHostSwitch. setVmkInstallMigration(java.util.List<VmknicNetwork> vmkInstallMigration)
When using the Quick Start workflow on 7.0 and above vCenter clusters, vmnk_install_migration will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch.StandardHostSwitch.Builder
StandardHostSwitch.Builder. setVmkUninstallMigration(java.util.List<VmknicNetwork> vmkUninstallMigration)
This is only supported for NVDS type of host switch.void
StandardHostSwitch. setVmkUninstallMigration(java.util.List<VmknicNetwork> vmkUninstallMigration)
Deprecated.
-