Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DhcpOptions.LifecycleState |
DhcpOptions.LifecycleState.create(String key) |
DhcpOptions.LifecycleState |
DhcpOptions.getLifecycleState()
The current state of the set of DHCP options.
|
static DhcpOptions.LifecycleState |
DhcpOptions.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DhcpOptions.LifecycleState[] |
DhcpOptions.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DhcpOptions.Builder |
DhcpOptions.Builder.lifecycleState(DhcpOptions.LifecycleState lifecycleState)
The current state of the set of DHCP options.
|
Constructor and Description |
---|
DhcpOptions(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
DhcpOptions.LifecycleState lifecycleState,
List<DhcpOption> options,
Date timeCreated,
String vcnId,
DhcpOptions.DomainNameType domainNameType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.