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 UploadBundleStatus
Status. get(java.lang.String siteId, java.lang.String bundleId)
Get the progress of uploading kubernetes tools bundle from the remote location.UploadBundleStatus
Status. 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.UploadBundleStatus
StatusStub. get(java.lang.String siteId, java.lang.String bundleId)
UploadBundleStatus
StatusStub. 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 void
Status. 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.void
Status. 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.void
StatusStub. get(java.lang.String siteId, java.lang.String bundleId, com.vmware.vapi.bindings.client.AsyncCallback<UploadBundleStatus> asyncCallback)
void
StatusStub. 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 UploadBundleStatus
UploadBundleStatus. _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 UploadBundleStatus
UploadBundleStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UploadBundleStatus
UploadBundleStatus.Builder. build()
-