public class ArchivesStub extends com.vmware.vapi.internal.bindings.Stub implements Archives
Archives
API service.
WARNING: Internal class, subject to change in future versions.
ArchivesTypes.FilterSpec, ArchivesTypes.InfoapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ArchivesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ArchivesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArchivesTypes.Info> |
list(ArchivesTypes.FilterSpec filter)
List all Backup archives that are stored on vCenter Server Appliance file
system.
|
void |
list(ArchivesTypes.FilterSpec filter,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ArchivesTypes.Info>> asyncCallback)
List all Backup archives that are stored on vCenter Server Appliance file
system.
|
void |
list(ArchivesTypes.FilterSpec filter,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ArchivesTypes.Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all Backup archives that are stored on vCenter Server Appliance file
system.
|
java.util.List<ArchivesTypes.Info> |
list(ArchivesTypes.FilterSpec filter,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all Backup archives that are stored on vCenter Server Appliance file
system.
|
public ArchivesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ArchivesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public java.util.List<ArchivesTypes.Info> list(ArchivesTypes.FilterSpec filter)
ArchivesSynchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.List<ArchivesTypes.Info> list(ArchivesTypes.FilterSpec filter, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ArchivesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface Archivesfilter - Set of parameters that can be used to constrain the results of the method.
if null all records will be returned.invocationConfig - Configuration for the method invocation.public void list(ArchivesTypes.FilterSpec filter, com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ArchivesTypes.Info>> asyncCallback)
ArchivesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Information about Backup archives stored on vCenter Server Appliance file system
matching the {#link FilterSpec}.
Operation Errors:
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the System.Read privilege.
public void list(ArchivesTypes.FilterSpec filter, com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ArchivesTypes.Info>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ArchivesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
Information about Backup archives stored on vCenter Server Appliance file system
matching the {#link FilterSpec}.
Operation Errors:
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the System.Read privilege.
list in interface Archivesfilter - Set of parameters that can be used to constrain the results of the method.
if null all records will be returned.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.