Uses of Class
com.oracle.bmc.core.model.DhcpDnsOption.ServerType
-
Packages that use DhcpDnsOption.ServerType Package Description com.oracle.bmc.core.model -
-
Uses of DhcpDnsOption.ServerType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DhcpDnsOption.ServerType Modifier and Type Method Description static DhcpDnsOption.ServerType
DhcpDnsOption.ServerType. create(String key)
DhcpDnsOption.ServerType
DhcpDnsOption. getServerType()
- VcnLocal: Reserved for future use.
static DhcpDnsOption.ServerType
DhcpDnsOption.ServerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DhcpDnsOption.ServerType[]
DhcpDnsOption.ServerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type DhcpDnsOption.ServerType Modifier and Type Method Description DhcpDnsOption.Builder
DhcpDnsOption.Builder. serverType(DhcpDnsOption.ServerType serverType)
- VcnLocal: Reserved for future use.
Constructors in com.oracle.bmc.core.model with parameters of type DhcpDnsOption.ServerType Constructor Description DhcpDnsOption(List<String> customDnsServers, DhcpDnsOption.ServerType serverType)
Deprecated.
-