VMware vSphere Automation SDK for .NET 7.0.0.1
|
The LocalFilesystem
interface provides methods for retrieving information about the guest operating system local file systems.
More...
Inherited by vmware::vcenter::vm::guest::LocalFilesystemStub.
Public Member Functions | |
global::System.Collections.Generic.Dictionary < string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info > | Get (string vm) |
Returns details of the local file systems in the guest operating system. | |
global::System.Collections.Generic.Dictionary < string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info > | Get (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns details of the local file systems in the guest operating system. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info > > | GetAsync (string vm) |
Returns details of the local file systems in the guest operating system. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info > > | GetAsync (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns details of the local file systems in the guest operating system. |
The LocalFilesystem
interface provides methods for retrieving information about the guest operating system local file systems.
This interface was added in vSphere API 6.7.
global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> vmware::vcenter::vm::guest::LocalFilesystem::Get | ( | string | vm | ) |
Returns details of the local file systems in the guest operating system.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools is not running. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools has not provided any data. |
vm | Identifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine . |
Implemented in vmware::vcenter::vm::guest::LocalFilesystemStub.
global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> vmware::vcenter::vm::guest::LocalFilesystem::Get | ( | string | vm, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns details of the local file systems in the guest operating system.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools is not running. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools has not provided any data. |
vm | Identifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::vm::guest::LocalFilesystemStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> > vmware::vcenter::vm::guest::LocalFilesystem::GetAsync | ( | string | vm | ) |
Returns details of the local file systems in the guest operating system.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools is not running. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools has not provided any data. |
vm | Identifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine . |
Implemented in vmware::vcenter::vm::guest::LocalFilesystemStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> > vmware::vcenter::vm::guest::LocalFilesystem::GetAsync | ( | string | vm, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns details of the local file systems in the guest operating system.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools is not running. |
vmware.vapi.std.errors.ServiceUnavailable | if VMware Tools has not provided any data. |
vm | Identifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::vm::guest::LocalFilesystemStub.