Techpreview_Networking_Ipv6_IPv6AddressStatus

Techpreview_Networking_Ipv6_IPv6AddressStatus
Techpreview_Networking_Ipv6_IPv6AddressStatus

Ipv6.IPv6AddressStatus enumerated type Defines IPv6 address status values. Note: This enumeration is restricted for VMware internal use only.
tentative : This IPv6 address is in the process of being verified as unique. Do not use addresses in this state for general communication. You can use them to determine the uniqueness of the address. See RFC 4293.
unknown : The status of this address cannot be determined. See RFC 4293.
inaccessible : This IPv6 address is inaccessible because the interface to which this address is assigned is not operational. See RFC 4293.
invalid : This IPv6 address is not a valid address. It should not appear as the destination or source address of a packet. See RFC 4293.
duplicate : This IPv6 address is not unique on the link. Do use this IPv6 address. See RFC 4293.
preferred : This is a valid IPv6 address that can appear as the destination or source address of a packet. See RFC 4293.
deprecated : This is a valid but deprecated IPv6 address. Do not use this IPv6 address as a source address in new communications, although packets addressed to such an address are processed as expected. See RFC 4293.
optimistic : This IPv6 address is available for use, subject to restrictions, while its uniqueness on a link is being verified. See RFC 4293.

This data structure has no properties.
Enumeration: tentative, unknown, inaccessible, invalid, duplicate, preferred, deprecated, optimistic,