Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static AuditArchiveRetrievalLifecycleState |
AuditArchiveRetrievalLifecycleState.create(String key) |
AuditArchiveRetrievalLifecycleState |
AuditArchiveRetrieval.getLifecycleState()
The current state of the archive retrieval.
|
AuditArchiveRetrievalLifecycleState |
AuditArchiveRetrievalSummary.getLifecycleState()
The current state of the archive retrieval.
|
static AuditArchiveRetrievalLifecycleState |
AuditArchiveRetrievalLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditArchiveRetrievalLifecycleState[] |
AuditArchiveRetrievalLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditArchiveRetrieval.Builder |
AuditArchiveRetrieval.Builder.lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
AuditArchiveRetrievalSummary.Builder.lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.
|
Constructor and Description |
---|
AuditArchiveRetrieval(String id,
String compartmentId,
String displayName,
String description,
Date startDate,
Date endDate,
String targetId,
Date timeRequested,
Date timeCompleted,
Date timeOfExpiry,
Long auditEventCount,
String errorInfo,
AuditArchiveRetrievalLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AuditArchiveRetrievalSummary(String id,
String compartmentId,
String displayName,
String description,
Date startDate,
Date endDate,
String targetId,
Date timeRequested,
Date timeCompleted,
Date timeOfExpiry,
Long auditEventCount,
String errorInfo,
AuditArchiveRetrievalLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuditArchiveRetrievalLifecycleState |
ListAuditArchiveRetrievalsRequest.getLifecycleState()
A filter to return only resources that matches the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListAuditArchiveRetrievalsRequest.Builder |
ListAuditArchiveRetrievalsRequest.Builder.lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
A filter to return only resources that matches the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.