VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::recovery::backup::SystemNameStub Class Reference

Remote stub implementation of the SystemName API service. More...

Inherits vmware::appliance::recovery::backup::SystemName.

List of all members.

Public Member Functions

 SystemNameStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 SystemNameStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< string > 
List (vmware.appliance.recovery.backup.LocationSpec locSpec)
 Returns a list of system names for which backup archives exist under locSpec .
global::System.Collections.Generic.List
< string > 
List (vmware.appliance.recovery.backup.LocationSpec locSpec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of system names for which backup archives exist under locSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync (vmware.appliance.recovery.backup.LocationSpec locSpec)
 Returns a list of system names for which backup archives exist under locSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync (vmware.appliance.recovery.backup.LocationSpec locSpec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of system names for which backup archives exist under locSpec .

Detailed Description

Remote stub implementation of the SystemName API service.


Constructor & Destructor Documentation

vmware::appliance::recovery::backup::SystemNameStub::SystemNameStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::recovery::backup::SystemNameStub::SystemNameStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<string> vmware::appliance::recovery::backup::SystemNameStub::List ( vmware.appliance.recovery.backup.LocationSpec  locSpec) [inline]

Returns a list of system names for which backup archives exist under locSpec .

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.NotFoundif locSpec doesn't refer to an existing location on the backup server.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
locSpecLocationSpec Structure
Returns:
list of system names The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name .

Implements vmware::appliance::recovery::backup::SystemName.

global::System.Collections.Generic.List<string> vmware::appliance::recovery::backup::SystemNameStub::List ( vmware.appliance.recovery.backup.LocationSpec  locSpec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of system names for which backup archives exist under locSpec .

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.NotFoundif locSpec doesn't refer to an existing location on the backup server.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
locSpecLocationSpec Structure
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
list of system names The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name .

Implements vmware::appliance::recovery::backup::SystemName.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::recovery::backup::SystemNameStub::ListAsync ( vmware.appliance.recovery.backup.LocationSpec  locSpec) [inline]

Returns a list of system names for which backup archives exist under locSpec .

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.NotFoundif locSpec doesn't refer to an existing location on the backup server.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
locSpecLocationSpec Structure
Returns:
list of system names The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name .

Implements vmware::appliance::recovery::backup::SystemName.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::recovery::backup::SystemNameStub::ListAsync ( vmware.appliance.recovery.backup.LocationSpec  locSpec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of system names for which backup archives exist under locSpec .

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.NotFoundif locSpec doesn't refer to an existing location on the backup server.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
locSpecLocationSpec Structure
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
list of system names The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name .

Implements vmware::appliance::recovery::backup::SystemName.


The documentation for this class was generated from the following file: