Package | Description |
---|---|
com.oracle.bmc.dns.model | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
static TsigKeySummary.LifecycleState |
TsigKeySummary.LifecycleState.create(String key) |
TsigKeySummary.LifecycleState |
TsigKeySummary.getLifecycleState()
The current state of the resource.
|
static TsigKeySummary.LifecycleState |
TsigKeySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TsigKeySummary.LifecycleState[] |
TsigKeySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TsigKeySummary.Builder |
TsigKeySummary.Builder.lifecycleState(TsigKeySummary.LifecycleState lifecycleState)
The current state of the resource.
|
Constructor and Description |
---|
TsigKeySummary(String algorithm,
String name,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String id,
String self,
Date timeCreated,
TsigKeySummary.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TsigKeySummary.LifecycleState |
ListTsigKeysRequest.getLifecycleState()
The state of a resource.
|
Modifier and Type | Method and Description |
---|---|
ListTsigKeysRequest.Builder |
ListTsigKeysRequest.Builder.lifecycleState(TsigKeySummary.LifecycleState lifecycleState)
The state of a resource.
|
Copyright © 2016–2024. All rights reserved.