VMware vSphere Automation SDK for .NET 7.0.0.1
|
The SystemName
interface provides methods to enumerate system names of appliance backups.
More...
Inherited by vmware::appliance::recovery::backup::SystemNameStub.
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 . |
The SystemName
interface provides methods to enumerate system names of appliance backups.
This interface was added in vSphere API 6.7.
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.
vmware.vapi.std.errors.NotFound | if locSpec doesn't refer to an existing location on the backup server. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
locSpec | LocationSpec Structure |
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.
vmware.vapi.std.errors.NotFound | if locSpec doesn't refer to an existing location on the backup server. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
locSpec | LocationSpec Structure |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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.
vmware.vapi.std.errors.NotFound | if locSpec doesn't refer to an existing location on the backup server. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
locSpec | LocationSpec Structure |
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.
vmware.vapi.std.errors.NotFound | if locSpec doesn't refer to an existing location on the backup server. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
locSpec | LocationSpec Structure |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
com.vmware.appliance.recovery.backup.system_name
. Implemented in vmware::appliance::recovery::backup::SystemNameStub.