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

The Networking interface provides methods for retrieving guest operating system network information. More...

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

List of all members.

Public Member Functions

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.

Detailed Description

The Networking interface provides methods for retrieving guest operating system network information.

This interface was added in vSphere API 7.0.0.


Member Function Documentation

vmware.vcenter.vm.guest.NetworkingTypes.Info vmware::vcenter::vm::guest::Networking::Get ( string  vm)

Returns information about the network configuration in the guest operating system.

This method was added in vSphere API 7.0.0.

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.
Parameters:
vmVirtual machine ID The parameter must be an identifier for the resource type: VirtualMachine .
Returns:
Information about the networking configuration in the guest operating system.

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

vmware.vcenter.vm.guest.NetworkingTypes.Info vmware::vcenter::vm::guest::Networking::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.

This method was added in vSphere API 7.0.0.

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.
Parameters:
vmVirtual machine ID The parameter must be an identifier for the resource type: VirtualMachine .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the networking configuration in the guest operating system.

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

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

Returns information about the network configuration in the guest operating system.

This method was added in vSphere API 7.0.0.

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.
Parameters:
vmVirtual machine ID The parameter must be an identifier for the resource type: VirtualMachine .
Returns:
Information about the networking configuration in the guest operating system.

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

global::System.Threading.Tasks.Task<vmware.vcenter.vm.guest.NetworkingTypes.Info> vmware::vcenter::vm::guest::Networking::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.

This method was added in vSphere API 7.0.0.

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.
Parameters:
vmVirtual machine ID The parameter must be an identifier for the resource type: VirtualMachine .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the networking configuration in the guest operating system.

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


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