Package | Description |
---|---|
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
static TagDefaultSummary.LifecycleState |
TagDefaultSummary.LifecycleState.create(String key) |
TagDefaultSummary.LifecycleState |
TagDefaultSummary.getLifecycleState()
The tag default’s current state.
|
static TagDefaultSummary.LifecycleState |
TagDefaultSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagDefaultSummary.LifecycleState[] |
TagDefaultSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagDefaultSummary.Builder |
TagDefaultSummary.Builder.lifecycleState(TagDefaultSummary.LifecycleState lifecycleState) |
Constructor and Description |
---|
TagDefaultSummary(String id,
String compartmentId,
String tagNamespaceId,
String tagDefinitionId,
String tagDefinitionName,
String value,
Date timeCreated,
TagDefaultSummary.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TagDefaultSummary.LifecycleState |
ListTagDefaultsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.lifecycleState(TagDefaultSummary.LifecycleState lifecycleState) |
Copyright © 2016–2019. All rights reserved.