public interface Archives extends com.vmware.vapi.bindings.Service, ArchivesTypes
Archives
interface provides methods to manage Supervisor Backup
archives stored on vCenter Server Appliance file system. This interface was
added in vSphere API 8.0.3.0.ArchivesTypes.FilterSpec, ArchivesTypes.Info
_VAPI_SERVICE_ID
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.
|
java.util.List<ArchivesTypes.Info> list(ArchivesTypes.FilterSpec filter)
Synchronous method overload. Result of the invocation will be reported as a method return value.
filter
- Set of parameters that can be used to constrain the results of the method.
if null
all records will be returned.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.java.util.List<ArchivesTypes.Info> list(ArchivesTypes.FilterSpec filter, 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.
filter
- 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.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.void list(ArchivesTypes.FilterSpec filter, com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ArchivesTypes.Info>> asyncCallback)
Asynchronous 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.
filter
- 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.void list(ArchivesTypes.FilterSpec filter, com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ArchivesTypes.Info>> 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:
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.
filter
- 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.