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)
The tag default’s current state.
|
Constructor and Description |
---|
TagDefaultSummary(String id,
String compartmentId,
String tagNamespaceId,
String tagDefinitionId,
String tagDefinitionName,
String value,
Date timeCreated,
TagDefaultSummary.LifecycleState lifecycleState,
Boolean isRequired,
List<ResourceLock> locks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TagDefaultSummary.LifecycleState |
AssembleEffectiveTagSetRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
TagDefaultSummary.LifecycleState |
ListTagDefaultsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
AssembleEffectiveTagSetRequest.Builder |
AssembleEffectiveTagSetRequest.Builder.lifecycleState(TagDefaultSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.lifecycleState(TagDefaultSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.