VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Ipv6 API service. More...
Inherits vmware::appliance::networking::interfaces::Ipv6.
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. |
Remote stub implementation of the Ipv6 API service.
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] |
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.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to query, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
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.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to query, 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 |
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.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to query, 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 |
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.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to query, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
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.
vmware.vapi.std.errors.ResourceBusy | The specified NIC is busy. |
vmware.vapi.std.errors.NotFound | The specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The IPv6 configuration. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.ResourceBusy | The specified NIC is busy. |
vmware.vapi.std.errors.NotFound | The specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The 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.
vmware.vapi.std.errors.ResourceBusy | The specified NIC is busy. |
vmware.vapi.std.errors.NotFound | The specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The 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.
vmware.vapi.std.errors.ResourceBusy | The specified NIC is busy. |
vmware.vapi.std.errors.NotFound | The specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The IPv6 configuration. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::interfaces::Ipv6.