|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the LibraryItem API service. More...
Inherits vmware::vcenter::vm::LibraryItem.
Public Member Functions | |
| LibraryItemStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| LibraryItemStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| vmware.vcenter.vm.LibraryItemTypes.Info | Get (string vm) |
| Returns the information about the library item associated with the virtual machine. | |
| vmware.vcenter.vm.LibraryItemTypes.Info | Get (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns the information about the library item associated with the virtual machine. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.vm.LibraryItemTypes.Info > | GetAsync (string vm) |
| Returns the information about the library item associated with the virtual machine. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.vm.LibraryItemTypes.Info > | GetAsync (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns the information about the library item associated with the virtual machine. | |
Remote stub implementation of the LibraryItem API service.
| vmware::vcenter::vm::LibraryItemStub::LibraryItemStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::vcenter::vm::LibraryItemStub::LibraryItemStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vcenter.vm.LibraryItemTypes.Info vmware::vcenter::vm::LibraryItemStub::Get | ( | string | vm | ) | [inline] |
Returns the information about the library item associated with the virtual machine.
This method was added in vSphere API 6.9.1.
| vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
| vmware.vapi.std.errors.Unauthenticated | if the user that requested the method cannot be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user that requested the method is not authorized to perform the method. |
| vm | Identifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine . |
Implements vmware::vcenter::vm::LibraryItem.
| vmware.vcenter.vm.LibraryItemTypes.Info vmware::vcenter::vm::LibraryItemStub::Get | ( | string | vm, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns the information about the library item associated with the virtual machine.
This method was added in vSphere API 6.9.1.
| vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
| vmware.vapi.std.errors.Unauthenticated | if the user that requested the method cannot be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user that requested the method is not authorized to perform the method. |
| 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::LibraryItem.
| global::System.Threading.Tasks.Task<vmware.vcenter.vm.LibraryItemTypes.Info> vmware::vcenter::vm::LibraryItemStub::GetAsync | ( | string | vm | ) | [inline] |
Returns the information about the library item associated with the virtual machine.
This method was added in vSphere API 6.9.1.
| vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
| vmware.vapi.std.errors.Unauthenticated | if the user that requested the method cannot be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user that requested the method is not authorized to perform the method. |
| vm | Identifier of the virtual machine. The parameter must be an identifier for the resource type: VirtualMachine . |
Implements vmware::vcenter::vm::LibraryItem.
| global::System.Threading.Tasks.Task<vmware.vcenter.vm.LibraryItemTypes.Info> vmware::vcenter::vm::LibraryItemStub::GetAsync | ( | string | vm, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns the information about the library item associated with the virtual machine.
This method was added in vSphere API 6.9.1.
| vmware.vapi.std.errors.NotFound | if the virtual machine is not found. |
| vmware.vapi.std.errors.Unauthenticated | if the user that requested the method cannot be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user that requested the method is not authorized to perform the method. |
| 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::LibraryItem.