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