| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.networking |
| Modifier and Type | Field and Description |
|---|---|
static Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressOrigin.dhcp
The IPv6 address is assigned by a DHCP server.
|
static Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressOrigin.linklayer
The IPv6 address is assigned by IPv6 Stateless Address Auto-configuration
(SLAAC).
|
static Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressOrigin.manual
The IPv6 address was manually configured to a specified address, for, example,
by user configuration.
|
static Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressOrigin.other
The IPv6 address is assigned by a mechanism other than manual, DHCP, SLAAC, or
random.
|
static Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressOrigin.random
The IPv6 address is assigned randomly by the system.
|
| Modifier and Type | Method and Description |
|---|---|
Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressReadOnly.getOrigin()
Origin of the IPv6 address.
|
static Ipv6Types.IPv6AddressOrigin |
Ipv6Types.IPv6AddressOrigin.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static Ipv6Types.IPv6AddressOrigin[] |
Ipv6Types.IPv6AddressOrigin.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ipv6Types.IPv6AddressReadOnly.setOrigin(Ipv6Types.IPv6AddressOrigin origin)
Origin of the IPv6 address.
|
| Constructor and Description |
|---|
Ipv6Types.IPv6AddressReadOnly.Builder(String address,
long prefix,
Ipv6Types.IPv6AddressOrigin origin,
Ipv6Types.IPv6AddressStatus status)
Constructor with parameters for the required properties of
Ipv6Types.IPv6AddressReadOnly. |
Copyright © 2016. All Rights Reserved.