|
VMware vSphere Automation SDK for .NET 6.5.0
|
Interfaces interface provides methods Provides information about network interface.
More...
Inherited by vmware::appliance::networking::InterfacesStub.
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. | |
Interfaces interface provides methods Provides information about network interface.
| vmware.appliance.networking.InterfacesTypes.InterfaceInfo vmware::appliance::networking::Interfaces::Get | ( | string | interfaceName | ) |
Get information about a particular network interface.
| vmware.vapi.std.errors.Error | Generic error |
| interfaceName | Network interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
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.
| vmware.vapi.std.errors.Error | Generic error |
| interfaceName | Network interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Error | Generic error |
| interfaceName | Network interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Error | Generic error |
| interfaceName | Network interface, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::networking::InterfacesStub.