Ipv6Types.Address, Ipv6Types.AddressInfo, Ipv6Types.Config, Ipv6Types.Info, Ipv6Types.Origin, Ipv6Types.Status| Modifier and Type | Method and Description |
|---|---|
Ipv6Types.Info |
get(java.lang.String interfaceName)
Get IPv6 network configuration for specific interface.
|
void |
get(java.lang.String interfaceName,
AsyncCallback<Ipv6Types.Info> asyncCallback)
Get IPv6 network configuration for specific interface.
|
void |
get(java.lang.String interfaceName,
AsyncCallback<Ipv6Types.Info> asyncCallback,
InvocationConfig invocationConfig)
Get IPv6 network configuration for specific interface.
|
Ipv6Types.Info |
get(java.lang.String interfaceName,
InvocationConfig invocationConfig)
Get IPv6 network configuration for specific interface.
|
void |
set(java.lang.String interfaceName,
Ipv6Types.Config config)
Set IPv6 network configuration for specific interface.
|
void |
set(java.lang.String interfaceName,
Ipv6Types.Config config,
AsyncCallback<java.lang.Void> asyncCallback)
Set IPv6 network configuration for specific interface.
|
void |
set(java.lang.String interfaceName,
Ipv6Types.Config config,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set IPv6 network configuration for specific interface.
|
void |
set(java.lang.String interfaceName,
Ipv6Types.Config config,
InvocationConfig invocationConfig)
Set IPv6 network configuration for specific interface.
|
void set(java.lang.String interfaceName,
Ipv6Types.Config config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
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.ResourceBusy - The specified NIC is busy.NotFound - The specified NIC is not found.Error - Generic error.void set(java.lang.String interfaceName,
Ipv6Types.Config config,
InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
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.invocationConfig - Configuration for the method invocation.ResourceBusy - The specified NIC is busy.NotFound - The specified NIC is not found.Error - Generic error.void set(java.lang.String interfaceName,
Ipv6Types.Config config,
AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ResourceBusy - The specified NIC is busy.
NotFound - The specified NIC is not found.
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.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(java.lang.String interfaceName,
Ipv6Types.Config config,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ResourceBusy - The specified NIC is busy.
NotFound - The specified NIC is not found.
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.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Ipv6Types.Info get(java.lang.String interfaceName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
Ipv6Types.Info get(java.lang.String interfaceName, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
interfaceName - Network interface to query, for example, "nic0".
The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces.invocationConfig - Configuration for the method invocation.NotFound - if the specified NIC is not found.Error - Generic error.void get(java.lang.String interfaceName,
AsyncCallback<Ipv6Types.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
IPv6 configuration.
Operation Errors:
NotFound - if the specified NIC is not found.
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.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String interfaceName,
AsyncCallback<Ipv6Types.Info> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
IPv6 configuration.
Operation Errors:
NotFound - if the specified NIC is not found.
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.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.