VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::guest::Identity Interface Reference

The Identity interface provides methods for retrieving guest operating system identification information. More...

Inherited by vmware::vcenter::vm::guest::IdentityStub.

List of all members.

Public Member Functions

vmware.vcenter.vm.guest.IdentityTypes.Info Get (string vm)
 Return information about the guest.
vmware.vcenter.vm.guest.IdentityTypes.Info Get (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Return information about the guest.
global::System.Threading.Tasks.Task
< vmware.vcenter.vm.guest.IdentityTypes.Info
GetAsync (string vm)
 Return information about the guest.
global::System.Threading.Tasks.Task
< vmware.vcenter.vm.guest.IdentityTypes.Info
GetAsync (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Return information about the guest.

Detailed Description

The Identity interface provides methods for retrieving guest operating system identification information.

This interface was added in vSphere API 6.7.


Member Function Documentation

vmware.vcenter.vm.guest.IdentityTypes.Info vmware::vcenter::vm::guest::Identity::Get ( string  vm)

Return information about the guest.

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:
guest identification information.

Implemented in vmware::vcenter::vm::guest::IdentityStub.

vmware.vcenter.vm.guest.IdentityTypes.Info vmware::vcenter::vm::guest::Identity::Get ( string  vm,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Return information about the guest.

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:
guest identification information.

Implemented in vmware::vcenter::vm::guest::IdentityStub.

global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.IdentityTypes.Info> vmware::vcenter::vm::guest::Identity::GetAsync ( string  vm)

Return information about the guest.

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:
guest identification information.

Implemented in vmware::vcenter::vm::guest::IdentityStub.

global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.IdentityTypes.Info> vmware::vcenter::vm::guest::Identity::GetAsync ( string  vm,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Return information about the guest.

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:
guest identification information.

Implemented in vmware::vcenter::vm::guest::IdentityStub.


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