VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::guest::LocalFilesystemStub Class Reference

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

Inherits vmware::vcenter::vm::guest::LocalFilesystem.

List of all members.

Public Member Functions

 LocalFilesystemStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 LocalFilesystemStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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.

Detailed Description

Remote stub implementation of the LocalFilesystem API service.


Constructor & Destructor Documentation

vmware::vcenter::vm::guest::LocalFilesystemStub::LocalFilesystemStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::vm::guest::LocalFilesystemStub::LocalFilesystemStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> vmware::vcenter::vm::guest::LocalFilesystemStub::Get ( string  vm) [inline]

Returns details of the local file systems in the guest operating system.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the virtual machine is not found.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools is not running.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools has not provided any data.
Parameters:
vmIdentifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine .
Returns:
Information about the local file systems configured in the guest operating system.

Implements vmware::vcenter::vm::guest::LocalFilesystem.

global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> vmware::vcenter::vm::guest::LocalFilesystemStub::Get ( string  vm,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns details of the local file systems in the guest operating system.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the virtual machine is not found.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools is not running.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools has not provided any data.
Parameters:
vmIdentifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the local file systems configured in the guest operating system.

Implements vmware::vcenter::vm::guest::LocalFilesystem.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> > vmware::vcenter::vm::guest::LocalFilesystemStub::GetAsync ( string  vm) [inline]

Returns details of the local file systems in the guest operating system.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the virtual machine is not found.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools is not running.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools has not provided any data.
Parameters:
vmIdentifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine .
Returns:
Information about the local file systems configured in the guest operating system.

Implements vmware::vcenter::vm::guest::LocalFilesystem.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.vm.guest.LocalFilesystemTypes.Info> > vmware::vcenter::vm::guest::LocalFilesystemStub::GetAsync ( string  vm,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns details of the local file systems in the guest operating system.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the virtual machine is not found.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools is not running.
vmware.vapi.std.errors.ServiceUnavailableif VMware Tools has not provided any data.
Parameters:
vmIdentifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the local file systems configured in the guest operating system.

Implements vmware::vcenter::vm::guest::LocalFilesystem.


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