public interface Bundles extends com.vmware.vapi.bindings.Service, BundlesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
cancelupload(java.lang.String bundleId)
Cancel upload of upgrade bundle.
|
void |
cancelupload(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Cancel upload of upgrade bundle.
|
void |
cancelupload(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Cancel upload of upgrade bundle.
|
void |
cancelupload(java.lang.String bundleId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Cancel upload of upgrade bundle.
|
UpgradeBundleId |
create(UpgradeBundleFetchRequest upgradeBundleFetchRequest,
java.lang.Boolean install)
Fetches the upgrade bundle from url.
|
void |
create(UpgradeBundleFetchRequest upgradeBundleFetchRequest,
java.lang.Boolean install,
com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleId> asyncCallback)
Fetches the upgrade bundle from url.
|
void |
create(UpgradeBundleFetchRequest upgradeBundleFetchRequest,
java.lang.Boolean install,
com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the upgrade bundle from url.
|
UpgradeBundleId |
create(UpgradeBundleFetchRequest upgradeBundleFetchRequest,
java.lang.Boolean install,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Fetches the upgrade bundle from url.
|
UpgradeBundleInfo |
get(java.lang.String bundleId)
Get uploaded upgrade bundle information
|
void |
get(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleInfo> asyncCallback)
Get uploaded upgrade bundle information
|
void |
get(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get uploaded upgrade bundle information
|
UpgradeBundleInfo |
get(java.lang.String bundleId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get uploaded upgrade bundle information
|
void cancelupload(java.lang.String bundleId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
bundleId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid cancelupload(java.lang.String bundleId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
bundleId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid cancelupload(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
bundleId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void cancelupload(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
bundleId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.UpgradeBundleId create(UpgradeBundleFetchRequest upgradeBundleFetchRequest, java.lang.Boolean install)
Synchronous method overload. Result of the invocation will be reported as a method return value.
upgradeBundleFetchRequest - (required)install - Hint to install the bundle after upload. (optional)com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundUpgradeBundleId create(UpgradeBundleFetchRequest upgradeBundleFetchRequest, java.lang.Boolean install, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
upgradeBundleFetchRequest - (required)install - Hint to install the bundle after upload. (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid create(UpgradeBundleFetchRequest upgradeBundleFetchRequest, java.lang.Boolean install, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleId> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.UpgradeBundleId
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
upgradeBundleFetchRequest - (required)install - Hint to install the bundle after upload. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(UpgradeBundleFetchRequest upgradeBundleFetchRequest, java.lang.Boolean install, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.UpgradeBundleId
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
upgradeBundleFetchRequest - (required)install - Hint to install the bundle after upload. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.UpgradeBundleInfo get(java.lang.String bundleId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
bundleId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundUpgradeBundleInfo get(java.lang.String bundleId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
bundleId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleInfo> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.UpgradeBundleInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
bundleId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String bundleId,
com.vmware.vapi.bindings.client.AsyncCallback<UpgradeBundleInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.UpgradeBundleInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
bundleId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.