Package | Description |
---|---|
com.oracle.bmc.recovery.model |
Modifier and Type | Method and Description |
---|---|
static Health |
Health.create(String key) |
Health |
ProtectedDatabase.getHealth()
Indicates the protection status of the database.
|
Health |
ProtectedDatabaseSummary.getHealth()
The health of the Protected Database.
|
static Health |
Health.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Health[] |
Health.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProtectedDatabase.Builder |
ProtectedDatabase.Builder.health(Health health)
Indicates the protection status of the database.
|
ProtectedDatabaseSummary.Builder |
ProtectedDatabaseSummary.Builder.health(Health health)
The health of the Protected Database.
|
Constructor and Description |
---|
ProtectedDatabase(String id,
String displayName,
String compartmentId,
String dbUniqueName,
String vpcUserName,
DatabaseSizes databaseSize,
String protectionPolicyId,
String policyLockedDateTime,
List<RecoveryServiceSubnetDetails> recoveryServiceSubnets,
String databaseId,
Integer databaseSizeInGBs,
Double changeRate,
Double compressionRatio,
Boolean isRedoLogsShipped,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
Health health,
Boolean isReadOnlyResource,
String lifecycleDetails,
String healthDetails,
Metrics metrics,
String subscriptionId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProtectedDatabaseSummary(String id,
String displayName,
String compartmentId,
String dbUniqueName,
String vpcUserName,
DatabaseSizes databaseSize,
String protectionPolicyId,
String policyLockedDateTime,
List<RecoveryServiceSubnetDetails> recoveryServiceSubnets,
String databaseId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
Health health,
String lifecycleDetails,
String healthDetails,
Boolean isReadOnlyResource,
MetricsSummary metrics,
String subscriptionId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.