| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.sites.napp.deployment.tools.upload | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
UploadBundleStatus |
StatusStub.get(java.lang.String siteId,
java.lang.String bundleId) |
UploadBundleStatus |
Status.get(java.lang.String siteId,
java.lang.String bundleId)
Get the progress of uploading kubernetes tools bundle from the remote location.
|
UploadBundleStatus |
StatusStub.get(java.lang.String siteId,
java.lang.String bundleId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(java.lang.String siteId,
java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<UploadBundleStatus> asyncCallback) |
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 |
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) |
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.
|
| Modifier and Type | Method and 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() |