public class DetailsStub extends com.vmware.vapi.internal.bindings.Stub implements Details
Details
API service.
WARNING: Internal class, subject to change in future versions.
DetailsTypes.BuildInfo, DetailsTypes.FilterSpec, DetailsTypes.Info, DetailsTypes.Type
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
DetailsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
DetailsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DetailsTypes.Info> |
list(DetailsTypes.FilterSpec filter)
Returns detailed information about the current and historical backup jobs.
|
void |
list(DetailsTypes.FilterSpec filter,
AsyncCallback<java.util.Map<java.lang.String,DetailsTypes.Info>> asyncCallback)
Returns detailed information about the current and historical backup jobs.
|
void |
list(DetailsTypes.FilterSpec filter,
AsyncCallback<java.util.Map<java.lang.String,DetailsTypes.Info>> asyncCallback,
InvocationConfig invocationConfig)
Returns detailed information about the current and historical backup jobs.
|
java.util.Map<java.lang.String,DetailsTypes.Info> |
list(DetailsTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns detailed information about the current and historical backup jobs.
|
public DetailsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public DetailsStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.Map<java.lang.String,DetailsTypes.Info> list(DetailsTypes.FilterSpec filter)
Details
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface Details
filter
- Specification of matching backup jobs for which information should be returned.
If null
, the behavior is equivalent to DetailsTypes.FilterSpec
with all
properties null
which means all the backup jobs match the filter.Map
will be an identifier for the
resource type: com.vmware.appliance.recovery.backup.job
.public java.util.Map<java.lang.String,DetailsTypes.Info> list(DetailsTypes.FilterSpec filter, InvocationConfig invocationConfig)
Details
Synchronous 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 Details
filter
- Specification of matching backup jobs for which information should be returned.
If null
, the behavior is equivalent to DetailsTypes.FilterSpec
with all
properties null
which means all the backup jobs match the filter.invocationConfig
- Configuration for the method invocation.Map
will be an identifier for the
resource type: com.vmware.appliance.recovery.backup.job
.public void list(DetailsTypes.FilterSpec filter, AsyncCallback<java.util.Map<java.lang.String,DetailsTypes.Info>> asyncCallback)
Details
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Map of backup job identifier to Info Structure.
The key in the return value Map
will be an identifier for the
resource type: com.vmware.appliance.recovery.backup.job
.
Operation Errors:
Error
- if any error occurs during the execution of the operation.
list
in interface Details
filter
- Specification of matching backup jobs for which information should be returned.
If null
, the behavior is equivalent to DetailsTypes.FilterSpec
with all
properties null
which means all the backup jobs match the filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list(DetailsTypes.FilterSpec filter, AsyncCallback<java.util.Map<java.lang.String,DetailsTypes.Info>> asyncCallback, InvocationConfig invocationConfig)
Details
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:
Map of backup job identifier to Info Structure.
The key in the return value Map
will be an identifier for the
resource type: com.vmware.appliance.recovery.backup.job
.
Operation Errors:
Error
- if any error occurs during the execution of the operation.
list
in interface Details
filter
- Specification of matching backup jobs for which information should be returned.
If null
, the behavior is equivalent to DetailsTypes.FilterSpec
with all
properties null
which means all the backup jobs match the filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.