VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Identity API service. More...
Inherits vmware::vcenter::vm::guest::Identity.
Public Member Functions | |
IdentityStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
IdentityStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the Identity API service.
vmware::vcenter::vm::guest::IdentityStub::IdentityStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::vm::guest::IdentityStub::IdentityStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.vm.guest.IdentityTypes.Info vmware::vcenter::vm::guest::IdentityStub::Get | ( | string | vm | ) | [inline] |
Return information about the guest.
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 . |
Implements vmware::vcenter::vm::guest::Identity.
vmware.vcenter.vm.guest.IdentityTypes.Info vmware::vcenter::vm::guest::IdentityStub::Get | ( | string | vm, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Return information about the guest.
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 |
Implements vmware::vcenter::vm::guest::Identity.
global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.IdentityTypes.Info> vmware::vcenter::vm::guest::IdentityStub::GetAsync | ( | string | vm | ) | [inline] |
Return information about the guest.
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 . |
Implements vmware::vcenter::vm::guest::Identity.
global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.IdentityTypes.Info> vmware::vcenter::vm::guest::IdentityStub::GetAsync | ( | string | vm, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Return information about the guest.
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 |
Implements vmware::vcenter::vm::guest::Identity.