Uses of Class
com.oracle.bmc.recovery.model.Health
-
Packages that use Health Package Description com.oracle.bmc.recovery.model -
-
Uses of Health in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return Health Modifier and Type Method 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.Methods in com.oracle.bmc.recovery.model with parameters of type Health Modifier and Type Method 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.Constructors in com.oracle.bmc.recovery.model with parameters of type Health Constructor 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.
-