Modifier and Type | Method and Description |
---|---|
static TenancyAttachment.LifecycleState |
TenancyAttachment.LifecycleState.create(String key) |
TenancyAttachment.LifecycleState |
TenancyAttachmentSummary.getLifecycleState()
The current state of the tenancy attachment.
|
TenancyAttachment.LifecycleState |
TenancyAttachment.getLifecycleState()
The current state of the tenancy attachment.
|
static TenancyAttachment.LifecycleState |
TenancyAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TenancyAttachment.LifecycleState[] |
TenancyAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TenancyAttachmentSummary.Builder |
TenancyAttachmentSummary.Builder.lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
The current state of the tenancy attachment.
|
TenancyAttachment.Builder |
TenancyAttachment.Builder.lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
The current state of the tenancy attachment.
|
Constructor and Description |
---|
TenancyAttachment(String id,
String compartmentId,
String governanceRuleId,
String tenancyId,
TenancyAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Date timeLastAttempted)
Deprecated.
|
TenancyAttachmentSummary(String id,
String compartmentId,
String governanceRuleId,
String tenancyId,
TenancyAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Date timeLastAttempted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TenancyAttachment.LifecycleState |
ListTenancyAttachmentsRequest.getLifecycleState()
A filter to return only resources when their lifecycle state matches the given lifecycle
state.
|
Modifier and Type | Method and Description |
---|---|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
A filter to return only resources when their lifecycle state matches the given lifecycle
state.
|
Copyright © 2016–2024. All rights reserved.