VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::networking::Interfaces Interface Reference

Interfaces interface provides methods Provides information about network interface. More...

Inherited by vmware::appliance::networking::InterfacesStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< vmware.appliance.networking.InterfacesTypes.InterfaceInfo
List ()
 Get list of available network interfaces, including those that are not yet configured.
global::System.Collections.Generic.List
< vmware.appliance.networking.InterfacesTypes.InterfaceInfo
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get list of available network interfaces, including those that are not yet configured.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.networking.InterfacesTypes.InterfaceInfo > > 
ListAsync ()
 Get list of available network interfaces, including those that are not yet configured.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.networking.InterfacesTypes.InterfaceInfo > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get list of available network interfaces, including those that are not yet configured.
vmware.appliance.networking.InterfacesTypes.InterfaceInfo Get (string interfaceName)
 Get information about a particular network interface.
vmware.appliance.networking.InterfacesTypes.InterfaceInfo Get (string interfaceName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get information about a particular network interface.
global::System.Threading.Tasks.Task
< vmware.appliance.networking.InterfacesTypes.InterfaceInfo
GetAsync (string interfaceName)
 Get information about a particular network interface.
global::System.Threading.Tasks.Task
< vmware.appliance.networking.InterfacesTypes.InterfaceInfo
GetAsync (string interfaceName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get information about a particular network interface.

Detailed Description

Interfaces interface provides methods Provides information about network interface.


Member Function Documentation

vmware.appliance.networking.InterfacesTypes.InterfaceInfo vmware::appliance::networking::Interfaces::Get ( string  interfaceName)

Get information about a particular network interface.

Exceptions:
vmware.vapi.std.errors.NotFoundif the specified interface is not found.
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfaceNameNetwork interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
Returns:
Network interface information.

Implemented in vmware::appliance::networking::InterfacesStub.

vmware.appliance.networking.InterfacesTypes.InterfaceInfo vmware::appliance::networking::Interfaces::Get ( string  interfaceName,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get information about a particular network interface.

Exceptions:
vmware.vapi.std.errors.NotFoundif the specified interface is not found.
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfaceNameNetwork interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Network interface information.

Implemented in vmware::appliance::networking::InterfacesStub.

global::System.Threading.Tasks.Task<vmware.appliance.networking.InterfacesTypes.InterfaceInfo> vmware::appliance::networking::Interfaces::GetAsync ( string  interfaceName,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get information about a particular network interface.

Exceptions:
vmware.vapi.std.errors.NotFoundif the specified interface is not found.
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfaceNameNetwork interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Network interface information.

Implemented in vmware::appliance::networking::InterfacesStub.

global::System.Threading.Tasks.Task<vmware.appliance.networking.InterfacesTypes.InterfaceInfo> vmware::appliance::networking::Interfaces::GetAsync ( string  interfaceName)

Get information about a particular network interface.

Exceptions:
vmware.vapi.std.errors.NotFoundif the specified interface is not found.
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfaceNameNetwork interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
Returns:
Network interface information.

Implemented in vmware::appliance::networking::InterfacesStub.

global::System.Collections.Generic.List<vmware.appliance.networking.InterfacesTypes.InterfaceInfo> vmware::appliance::networking::Interfaces::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get list of available network interfaces, including those that are not yet configured.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of InterfaceInfo structures.

Implemented in vmware::appliance::networking::InterfacesStub.

global::System.Collections.Generic.List<vmware.appliance.networking.InterfacesTypes.InterfaceInfo> vmware::appliance::networking::Interfaces::List ( )

Get list of available network interfaces, including those that are not yet configured.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of InterfaceInfo structures.

Implemented in vmware::appliance::networking::InterfacesStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.networking.InterfacesTypes.InterfaceInfo> > vmware::appliance::networking::Interfaces::ListAsync ( )

Get list of available network interfaces, including those that are not yet configured.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of InterfaceInfo structures.

Implemented in vmware::appliance::networking::InterfacesStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.networking.InterfacesTypes.InterfaceInfo> > vmware::appliance::networking::Interfaces::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get list of available network interfaces, including those that are not yet configured.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of InterfaceInfo structures.

Implemented in vmware::appliance::networking::InterfacesStub.


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