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