public enum HostnameType extends Enum<HostnameType>
| Enum Constant and Description |
|---|
MANAGED
Enum value Managed.
|
VERIFIED
Enum value Verified.
|
| Modifier and Type | Method and Description |
|---|---|
static HostnameType |
fromString(String value)
Parses a serialized value to a HostnameType instance.
|
String |
toString() |
static HostnameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostnameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostnameType VERIFIED
public static final HostnameType MANAGED
public static HostnameType[] values()
public static HostnameType 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 static HostnameType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<HostnameType>Copyright © 2021 Microsoft Corporation. All rights reserved.