Package | Description |
---|---|
com.oracle.bmc.recovery.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseSizes |
DatabaseSizes.create(String key) |
DatabaseSizes |
UpdateProtectedDatabaseDetails.getDatabaseSize()
The size of the database is allowed to be decreased.
|
DatabaseSizes |
CreateProtectedDatabaseDetails.getDatabaseSize()
The size of the protected database.
|
DatabaseSizes |
ProtectedDatabase.getDatabaseSize()
The size of the protected database.
|
DatabaseSizes |
ProtectedDatabaseSummary.getDatabaseSize()
The size of the protected database.
|
static DatabaseSizes |
DatabaseSizes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseSizes[] |
DatabaseSizes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateProtectedDatabaseDetails.Builder |
UpdateProtectedDatabaseDetails.Builder.databaseSize(DatabaseSizes databaseSize)
The size of the database is allowed to be decreased.
|
CreateProtectedDatabaseDetails.Builder |
CreateProtectedDatabaseDetails.Builder.databaseSize(DatabaseSizes databaseSize)
The size of the protected database.
|
ProtectedDatabase.Builder |
ProtectedDatabase.Builder.databaseSize(DatabaseSizes databaseSize)
The size of the protected database.
|
ProtectedDatabaseSummary.Builder |
ProtectedDatabaseSummary.Builder.databaseSize(DatabaseSizes databaseSize)
The size of the protected database.
|
Constructor and Description |
---|
CreateProtectedDatabaseDetails(String displayName,
String dbUniqueName,
DatabaseSizes databaseSize,
String password,
String protectionPolicyId,
List<RecoveryServiceSubnetInput> recoveryServiceSubnets,
String databaseId,
String compartmentId,
Integer databaseSizeInGBs,
Double changeRate,
Double compressionRatio,
Boolean isRedoLogsShipped,
String subscriptionId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
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.
|
UpdateProtectedDatabaseDetails(String displayName,
DatabaseSizes databaseSize,
Integer databaseSizeInGBs,
String password,
String protectionPolicyId,
List<RecoveryServiceSubnetInput> recoveryServiceSubnets,
Boolean isRedoLogsShipped,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.