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