Uses of Class
com.vmware.nsx_policy.model.NvdsUpgradeTopology
-
Packages that use NvdsUpgradeTopology Package Description com.vmware.nsx_policy.model -
-
Uses of NvdsUpgradeTopology in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NvdsUpgradeTopology Modifier and Type Method Description static NvdsUpgradeTopology
NvdsUpgradeTopology. _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 NvdsUpgradeTopology
NvdsUpgradeTopology. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NvdsUpgradeTopology
NvdsUpgradeTopology.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type NvdsUpgradeTopology Modifier and Type Method Description java.util.List<NvdsUpgradeTopology>
UpgradeTopology. getTopology()
All resultant VDS mapping for a NVDS after the migrationMethod parameters in com.vmware.nsx_policy.model with type arguments of type NvdsUpgradeTopology Modifier and Type Method Description UpgradeTopology.Builder
UpgradeTopology.Builder. setTopology(java.util.List<NvdsUpgradeTopology> topology)
All resultant VDS mapping for a NVDS after the migrationvoid
UpgradeTopology. setTopology(java.util.List<NvdsUpgradeTopology> topology)
All resultant VDS mapping for a NVDS after the migration
-