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