Uses of Class
com.vmware.nsx_policy.model.UploadBundleStatus
-
Packages that use UploadBundleStatus Package Description com.vmware.nsx_policy.infra.sites.napp.deployment.tools.upload com.vmware.nsx_policy.model -
-
Uses of UploadBundleStatus in com.vmware.nsx_policy.infra.sites.napp.deployment.tools.upload
Methods in com.vmware.nsx_policy.infra.sites.napp.deployment.tools.upload that return UploadBundleStatus Modifier and Type Method Description UploadBundleStatusStatus. get(java.lang.String siteId, java.lang.String bundleId)Get the progress of uploading kubernetes tools bundle from the remote location.UploadBundleStatusStatus. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the progress of uploading kubernetes tools bundle from the remote location.UploadBundleStatusStatusStub. get(java.lang.String siteId, java.lang.String bundleId)UploadBundleStatusStatusStub. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sites.napp.deployment.tools.upload with type arguments of type UploadBundleStatus Modifier and Type Method Description voidStatus. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.AsyncCallback<UploadBundleStatus> asyncCallback)Get the progress of uploading kubernetes tools bundle from the remote location.voidStatus. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.AsyncCallback<UploadBundleStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the progress of uploading kubernetes tools bundle from the remote location.voidStatusStub. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.AsyncCallback<UploadBundleStatus> asyncCallback)voidStatusStub. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.AsyncCallback<UploadBundleStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of UploadBundleStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return UploadBundleStatus Modifier and Type Method Description static UploadBundleStatusUploadBundleStatus. _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 UploadBundleStatusUploadBundleStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UploadBundleStatusUploadBundleStatus.Builder. build()
-