Ipv6Types.Address, Ipv6Types.AddressInfo, Ipv6Types.Config, Ipv6Types.Info, Ipv6Types.Origin, Ipv6Types.Status
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
Ipv6Stub(ApiProvider apiProvider,
StubConfigurationBase config) |
Ipv6Stub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
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.
|
public Ipv6Stub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public Ipv6Stub(ApiProvider apiProvider, StubConfigurationBase config)
public void set(java.lang.String interfaceName, Ipv6Types.Config config)
Ipv6
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void set(java.lang.String interfaceName, Ipv6Types.Config config, InvocationConfig invocationConfig)
Ipv6
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
set
in interface Ipv6
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.public void set(java.lang.String interfaceName, Ipv6Types.Config config, AsyncCallback<java.lang.Void> asyncCallback)
Ipv6
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.
set
in interface Ipv6
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.public void set(java.lang.String interfaceName, Ipv6Types.Config config, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Ipv6
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.
set
in interface Ipv6
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.public Ipv6Types.Info get(java.lang.String interfaceName)
Ipv6
Synchronous method overload. Result of the invocation will be reported as a method return value.
public Ipv6Types.Info get(java.lang.String interfaceName, InvocationConfig invocationConfig)
Ipv6
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface Ipv6
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.public void get(java.lang.String interfaceName, AsyncCallback<Ipv6Types.Info> asyncCallback)
Ipv6
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
IPv6 configuration.
Operation Errors:
NotFound
- if the specified NIC is not found.
Error
- Generic error.
get
in interface Ipv6
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.public void get(java.lang.String interfaceName, AsyncCallback<Ipv6Types.Info> asyncCallback, InvocationConfig invocationConfig)
Ipv6
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
IPv6 configuration.
Operation Errors:
NotFound
- if the specified NIC is not found.
Error
- Generic error.
get
in interface Ipv6
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.