Uses of Class
com.vmware.nsx_policy.model.PrecheckParameters
-
Packages that use PrecheckParameters Package Description com.vmware.nsx_policy.infra.nvds_urt com.vmware.nsx_policy.model -
-
Uses of PrecheckParameters in com.vmware.nsx_policy.infra.nvds_urt
Methods in com.vmware.nsx_policy.infra.nvds_urt with parameters of type PrecheckParameters Modifier and Type Method Description NvdsUpgradePrecheckId
PrecheckByClusters. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations)
Deprecated.void
PrecheckByClusters. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
Deprecated.void
PrecheckByClusters. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.NvdsUpgradePrecheckId
PrecheckByClusters. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.NvdsUpgradePrecheckId
PrecheckByClustersStub. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations)
void
PrecheckByClustersStub. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
void
PrecheckByClustersStub. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NvdsUpgradePrecheckId
PrecheckByClustersStub. update(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of PrecheckParameters in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PrecheckParameters Modifier and Type Method Description static PrecheckParameters
PrecheckParameters. _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 PrecheckParameters
PrecheckParameters. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PrecheckParameters
PrecheckParameters.Builder. build()
-