public static enum DhcpOptions.DomainNameType extends Enum<DhcpOptions.DomainNameType> implements BmcEnum
The search domain name type of DHCP options
Enum Constant and Description |
---|
CustomDomain |
SubnetDomain |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
VcnDomain |
Modifier and Type | Method and Description |
---|---|
static DhcpOptions.DomainNameType |
create(String key) |
String |
getValue() |
static DhcpOptions.DomainNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DhcpOptions.DomainNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DhcpOptions.DomainNameType SubnetDomain
public static final DhcpOptions.DomainNameType VcnDomain
public static final DhcpOptions.DomainNameType CustomDomain
public static final DhcpOptions.DomainNameType UnknownEnumValue
public static DhcpOptions.DomainNameType[] values()
for (DhcpOptions.DomainNameType c : DhcpOptions.DomainNameType.values()) System.out.println(c);
public static DhcpOptions.DomainNameType 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 DhcpOptions.DomainNameType create(String key)
Copyright © 2016–2024. All rights reserved.