Uses of Class
com.oracle.bmc.recovery.model.DatabaseSizes
-
Packages that use DatabaseSizes Package Description com.oracle.bmc.recovery.model -
-
Uses of DatabaseSizes in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return DatabaseSizes Modifier and Type Method Description static DatabaseSizes
DatabaseSizes. create(String key)
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.DatabaseSizes
UpdateProtectedDatabaseDetails. getDatabaseSize()
The size of the database is allowed to be decreased.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.Methods in com.oracle.bmc.recovery.model with parameters of type DatabaseSizes Modifier and Type Method Description 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.UpdateProtectedDatabaseDetails.Builder
UpdateProtectedDatabaseDetails.Builder. databaseSize(DatabaseSizes databaseSize)
The size of the database is allowed to be decreased.Constructors in com.oracle.bmc.recovery.model with parameters of type DatabaseSizes Constructor 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.
-