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 PnicPnic. _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 PnicPnic. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PnicPnic.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.BuilderStandardHostSwitch.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.voidStandardHostSwitch. 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.BuilderStandardHostSwitch.Builder. setPnicsUninstallMigration(java.util.List<Pnic> pnicsUninstallMigration)This is only supported for NVDS type of host switch.voidStandardHostSwitch. setPnicsUninstallMigration(java.util.List<Pnic> pnicsUninstallMigration)Deprecated.
-