public enum HostIpConfigIpV6AddressStatus extends Enum<HostIpConfigIpV6AddressStatus>
Java class for HostIpConfigIpV6AddressStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostIpConfigIpV6AddressStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="preferred"/>
<enumeration value="deprecated"/>
<enumeration value="invalid"/>
<enumeration value="inaccessible"/>
<enumeration value="unknown"/>
<enumeration value="tentative"/>
<enumeration value="duplicate"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEPRECATED |
DUPLICATE |
INACCESSIBLE |
INVALID |
PREFERRED |
TENTATIVE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static HostIpConfigIpV6AddressStatus |
fromValue(String v) |
String |
value() |
static HostIpConfigIpV6AddressStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostIpConfigIpV6AddressStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostIpConfigIpV6AddressStatus PREFERRED
public static final HostIpConfigIpV6AddressStatus DEPRECATED
public static final HostIpConfigIpV6AddressStatus INVALID
public static final HostIpConfigIpV6AddressStatus INACCESSIBLE
public static final HostIpConfigIpV6AddressStatus UNKNOWN
public static final HostIpConfigIpV6AddressStatus TENTATIVE
public static final HostIpConfigIpV6AddressStatus DUPLICATE
public static HostIpConfigIpV6AddressStatus[] values()
for (HostIpConfigIpV6AddressStatus c : HostIpConfigIpV6AddressStatus.values()) System.out.println(c);
public static HostIpConfigIpV6AddressStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static HostIpConfigIpV6AddressStatus fromValue(String v)
Copyright © 2018. All rights reserved.