VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::recovery::backup::SystemName Interface Reference

The SystemName interface provides methods to enumerate system names of appliance backups. More...

Inherited by vmware::appliance::recovery::backup::SystemNameStub.

List of all members.

Public Member Functions

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

The SystemName interface provides methods to enumerate system names of appliance backups.

This interface was added in vSphere API 6.7.


Member Function Documentation

global::System.Collections.Generic.List<string> vmware::appliance::recovery::backup::SystemName::List ( vmware.appliance.recovery.backup.LocationSpec  locSpec)

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 .

Implemented in vmware::appliance::recovery::backup::SystemNameStub.

global::System.Collections.Generic.List<string> vmware::appliance::recovery::backup::SystemName::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 .

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 .

Implemented in vmware::appliance::recovery::backup::SystemNameStub.

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

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 .

Implemented in vmware::appliance::recovery::backup::SystemNameStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::recovery::backup::SystemName::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 .

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 .

Implemented in vmware::appliance::recovery::backup::SystemNameStub.


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