|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The LibraryItem interface provides methods to identify virtual machines managed by Content Library.
More...
Inherited by vmware::vcenter::vm::LibraryItemStub.
Public Member Functions | |
| 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. | |
The LibraryItem interface provides methods to identify virtual machines managed by Content Library.
This interface was added in vSphere API 6.9.1.
| vmware.vcenter.vm.LibraryItemTypes.Info vmware::vcenter::vm::LibraryItem::Get | ( | string | vm | ) |
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 . |
Implemented in vmware::vcenter::vm::LibraryItemStub.
| vmware.vcenter.vm.LibraryItemTypes.Info vmware::vcenter::vm::LibraryItem::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.
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 |
Implemented in vmware::vcenter::vm::LibraryItemStub.
| global::System.Threading.Tasks.Task<vmware.vcenter.vm.LibraryItemTypes.Info> vmware::vcenter::vm::LibraryItem::GetAsync | ( | string | vm | ) |
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 . |
Implemented in vmware::vcenter::vm::LibraryItemStub.
| global::System.Threading.Tasks.Task<vmware.vcenter.vm.LibraryItemTypes.Info> vmware::vcenter::vm::LibraryItem::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.
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 |
Implemented in vmware::vcenter::vm::LibraryItemStub.