VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::networking::interfaces::Ipv6Stub Class Reference

Remote stub implementation of the Ipv6 API service. More...

Inherits vmware::appliance::networking::interfaces::Ipv6.

List of all members.

Public Member Functions

 Ipv6Stub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 Ipv6Stub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
void Set (string interfaceName, vmware.appliance.networking.interfaces.Ipv6Types.Config config)
 Set IPv6 network configuration for specific interface.
void Set (string interfaceName, vmware.appliance.networking.interfaces.Ipv6Types.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set IPv6 network configuration for specific interface.
global::System.Threading.Tasks.Task SetAsync (string interfaceName, vmware.appliance.networking.interfaces.Ipv6Types.Config config)
 Set IPv6 network configuration for specific interface.
global::System.Threading.Tasks.Task SetAsync (string interfaceName, vmware.appliance.networking.interfaces.Ipv6Types.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set IPv6 network configuration for specific interface.
vmware.appliance.networking.interfaces.Ipv6Types.Info Get (string interfaceName)
 Get IPv6 network configuration for specific interface.
vmware.appliance.networking.interfaces.Ipv6Types.Info Get (string interfaceName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get IPv6 network configuration for specific interface.
global::System.Threading.Tasks.Task
< vmware.appliance.networking.interfaces.Ipv6Types.Info
GetAsync (string interfaceName)
 Get IPv6 network configuration for specific interface.
global::System.Threading.Tasks.Task
< vmware.appliance.networking.interfaces.Ipv6Types.Info
GetAsync (string interfaceName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get IPv6 network configuration for specific interface.

Detailed Description

Remote stub implementation of the Ipv6 API service.


Constructor & Destructor Documentation

vmware::appliance::networking::interfaces::Ipv6Stub::Ipv6Stub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::networking::interfaces::Ipv6Stub::Ipv6Stub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.appliance.networking.interfaces.Ipv6Types.Info vmware::appliance::networking::interfaces::Ipv6Stub::Get ( string  interfaceName) [inline]

Get IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

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

Implements vmware::appliance::networking::interfaces::Ipv6.

vmware.appliance.networking.interfaces.Ipv6Types.Info vmware::appliance::networking::interfaces::Ipv6Stub::Get ( string  interfaceName,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.NotFoundif the specified NIC is not found.
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
interfaceNameNetwork interface to query, 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:
IPv6 configuration.

Implements vmware::appliance::networking::interfaces::Ipv6.

global::System.Threading.Tasks.Task<vmware.appliance.networking.interfaces.Ipv6Types.Info> vmware::appliance::networking::interfaces::Ipv6Stub::GetAsync ( string  interfaceName,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.NotFoundif the specified NIC is not found.
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
interfaceNameNetwork interface to query, 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:
IPv6 configuration.

Implements vmware::appliance::networking::interfaces::Ipv6.

global::System.Threading.Tasks.Task<vmware.appliance.networking.interfaces.Ipv6Types.Info> vmware::appliance::networking::interfaces::Ipv6Stub::GetAsync ( string  interfaceName) [inline]

Get IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

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

Implements vmware::appliance::networking::interfaces::Ipv6.

void vmware::appliance::networking::interfaces::Ipv6Stub::Set ( string  interfaceName,
vmware.appliance.networking.interfaces.Ipv6Types.Config  config,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ResourceBusyThe specified NIC is busy.
vmware.vapi.std.errors.NotFoundThe specified NIC is not found.
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
interfaceNameNetwork interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
configThe IPv6 configuration.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::networking::interfaces::Ipv6.

void vmware::appliance::networking::interfaces::Ipv6Stub::Set ( string  interfaceName,
vmware.appliance.networking.interfaces.Ipv6Types.Config  config 
) [inline]

Set IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ResourceBusyThe specified NIC is busy.
vmware.vapi.std.errors.NotFoundThe specified NIC is not found.
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
interfaceNameNetwork interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
configThe IPv6 configuration.

Implements vmware::appliance::networking::interfaces::Ipv6.

global::System.Threading.Tasks.Task vmware::appliance::networking::interfaces::Ipv6Stub::SetAsync ( string  interfaceName,
vmware.appliance.networking.interfaces.Ipv6Types.Config  config 
) [inline]

Set IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ResourceBusyThe specified NIC is busy.
vmware.vapi.std.errors.NotFoundThe specified NIC is not found.
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
interfaceNameNetwork interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
configThe IPv6 configuration.

Implements vmware::appliance::networking::interfaces::Ipv6.

global::System.Threading.Tasks.Task vmware::appliance::networking::interfaces::Ipv6Stub::SetAsync ( string  interfaceName,
vmware.appliance.networking.interfaces.Ipv6Types.Config  config,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set IPv6 network configuration for specific interface.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ResourceBusyThe specified NIC is busy.
vmware.vapi.std.errors.NotFoundThe specified NIC is not found.
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
interfaceNameNetwork interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces .
configThe IPv6 configuration.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::networking::interfaces::Ipv6.


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