VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Networking API service. More...
Inherits vmware::vcenter::vm::guest::Networking.
Public Member Functions | |
NetworkingStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
NetworkingStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.vm.guest.NetworkingTypes.Info | Get (string vm) |
Returns information about the network configuration in the guest operating system. | |
vmware.vcenter.vm.guest.NetworkingTypes.Info | Get (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about the network configuration in the guest operating system. | |
global::System.Threading.Tasks.Task < vmware.vcenter.vm.guest.NetworkingTypes.Info > | GetAsync (string vm) |
Returns information about the network configuration in the guest operating system. | |
global::System.Threading.Tasks.Task < vmware.vcenter.vm.guest.NetworkingTypes.Info > | GetAsync (string vm, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about the network configuration in the guest operating system. |
Remote stub implementation of the Networking API service.
vmware::vcenter::vm::guest::NetworkingStub::NetworkingStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::vm::guest::NetworkingStub::NetworkingStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.vm.guest.NetworkingTypes.Info vmware::vcenter::vm::guest::NetworkingStub::Get | ( | string | vm | ) | [inline] |
Returns information about the network configuration in the guest operating system.
This method was added in vSphere API 7.0.0.
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. |
vm | Virtual machine ID The parameter must be an identifier for the resource type: VirtualMachine . |
Implements vmware::vcenter::vm::guest::Networking.
vmware.vcenter.vm.guest.NetworkingTypes.Info vmware::vcenter::vm::guest::NetworkingStub::Get | ( | string | vm, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about the network configuration in the guest operating system.
This method was added in vSphere API 7.0.0.
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. |
vm | Virtual machine ID 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::Networking.
global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.NetworkingTypes.Info> vmware::vcenter::vm::guest::NetworkingStub::GetAsync | ( | string | vm | ) | [inline] |
Returns information about the network configuration in the guest operating system.
This method was added in vSphere API 7.0.0.
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. |
vm | Virtual machine ID The parameter must be an identifier for the resource type: VirtualMachine . |
Implements vmware::vcenter::vm::guest::Networking.
global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.NetworkingTypes.Info> vmware::vcenter::vm::guest::NetworkingStub::GetAsync | ( | string | vm, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about the network configuration in the guest operating system.
This method was added in vSphere API 7.0.0.
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. |
vm | Virtual machine ID 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::Networking.