Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static UpdateDhcpDetails.DomainNameType |
UpdateDhcpDetails.DomainNameType.create(String key) |
UpdateDhcpDetails.DomainNameType |
UpdateDhcpDetails.getDomainNameType()
The search domain name type of DHCP options
|
static UpdateDhcpDetails.DomainNameType |
UpdateDhcpDetails.DomainNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDhcpDetails.DomainNameType[] |
UpdateDhcpDetails.DomainNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDhcpDetails.Builder |
UpdateDhcpDetails.Builder.domainNameType(UpdateDhcpDetails.DomainNameType domainNameType)
The search domain name type of DHCP options
|
Constructor and Description |
---|
UpdateDhcpDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
List<DhcpOption> options,
UpdateDhcpDetails.DomainNameType domainNameType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.