Uses of Class
com.vmware.nsx_policy.model.AcceptableComponentVersionList
-
Packages that use AcceptableComponentVersionList Package Description com.vmware.nsx_policy.model com.vmware.nsx_policy.upgrade -
-
Uses of AcceptableComponentVersionList in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AcceptableComponentVersionList Modifier and Type Method Description static AcceptableComponentVersionList
AcceptableComponentVersionList. _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 AcceptableComponentVersionList
AcceptableComponentVersionList. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AcceptableComponentVersionList
AcceptableComponentVersionList.Builder. build()
-
Uses of AcceptableComponentVersionList in com.vmware.nsx_policy.upgrade
Methods in com.vmware.nsx_policy.upgrade that return AcceptableComponentVersionList Modifier and Type Method Description AcceptableComponentVersionList
VersionWhitelist. list()
Get whitelist of versions for different componentsAcceptableComponentVersionList
VersionWhitelist. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get whitelist of versions for different componentsAcceptableComponentVersionList
VersionWhitelistStub. list()
AcceptableComponentVersionList
VersionWhitelistStub. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.upgrade with type arguments of type AcceptableComponentVersionList Modifier and Type Method Description void
VersionWhitelist. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback)
Get whitelist of versions for different componentsvoid
VersionWhitelist. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get whitelist of versions for different componentsvoid
VersionWhitelistStub. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback)
void
VersionWhitelistStub. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-