| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.networking |
| Modifier and Type | Method and Description |
|---|---|
static Ipv6Types.IPv6Address |
Ipv6Types.IPv6Address._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
Ipv6Types.IPv6Address |
Ipv6Types.IPv6Address.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6Types.IPv6Address> |
Ipv6Types.IPv6Config.getAddresses()
A list of addresses to be statically assigned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ipv6Types.IPv6Config.setAddresses(List<Ipv6Types.IPv6Address> addresses)
A list of addresses to be statically assigned.
|
| Constructor and Description |
|---|
Ipv6Types.IPv6Config.Builder(String interfaceName,
boolean dhcp,
boolean autoconf,
List<Ipv6Types.IPv6Address> addresses,
String defaultGateway)
Constructor with parameters for the required properties of
Ipv6Types.IPv6Config. |
Copyright © 2016. All Rights Reserved.