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 AcceptableComponentVersionListAcceptableComponentVersionList. _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 AcceptableComponentVersionListAcceptableComponentVersionList. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AcceptableComponentVersionListAcceptableComponentVersionList.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 AcceptableComponentVersionListVersionWhitelist. list()Get whitelist of versions for different componentsAcceptableComponentVersionListVersionWhitelist. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get whitelist of versions for different componentsAcceptableComponentVersionListVersionWhitelistStub. list()AcceptableComponentVersionListVersionWhitelistStub. 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 voidVersionWhitelist. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback)Get whitelist of versions for different componentsvoidVersionWhitelist. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get whitelist of versions for different componentsvoidVersionWhitelistStub. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback)voidVersionWhitelistStub. list(com.vmware.vapi.bindings.client.AsyncCallback<AcceptableComponentVersionList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-