public class SystemNameStub extends com.vmware.vapi.internal.bindings.Stub implements SystemName
SystemName
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SystemNameStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SystemNameStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
list(LocationSpec locSpec)
Returns a list of system names for which backup archives exist under
locSpec. |
void |
list(LocationSpec locSpec,
AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Returns a list of system names for which backup archives exist under
locSpec. |
void |
list(LocationSpec locSpec,
AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
InvocationConfig invocationConfig)
Returns a list of system names for which backup archives exist under
locSpec. |
java.util.List<java.lang.String> |
list(LocationSpec locSpec,
InvocationConfig invocationConfig)
Returns a list of system names for which backup archives exist under
locSpec. |
public SystemNameStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SystemNameStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<java.lang.String> list(LocationSpec locSpec)
SystemNamelocSpec. This method was added in vSphere API 6.7.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list in interface SystemNamelocSpec - LocationSpec Structurecom.vmware.appliance.recovery.backup.system_name.public java.util.List<java.lang.String> list(LocationSpec locSpec, InvocationConfig invocationConfig)
SystemNamelocSpec. This method was added in vSphere API 6.7.
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 SystemNamelocSpec - LocationSpec StructureinvocationConfig - Configuration for the method invocation.com.vmware.appliance.recovery.backup.system_name.public void list(LocationSpec locSpec, AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
SystemNamelocSpec. This method was added in vSphere API 6.7.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
list of system names
The return value will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name.
Operation Errors:
NotFound - if locSpec doesn't refer to an existing location on the backup server.
Error - if any error occurs during the execution of the operation.
list in interface SystemNamelocSpec - LocationSpec StructureasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(LocationSpec locSpec, AsyncCallback<java.util.List<java.lang.String>> asyncCallback, InvocationConfig invocationConfig)
SystemNamelocSpec. This method was added in vSphere API 6.7.
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:
list of system names
The return value will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name.
Operation Errors:
NotFound - if locSpec doesn't refer to an existing location on the backup server.
Error - if any error occurs during the execution of the operation.
list in interface SystemNamelocSpec - LocationSpec StructureasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.