Package | Description |
---|---|
com.oracle.bmc.recovery.model |
Modifier and Type | Method and Description |
---|---|
RecoveryServiceSubnetInput |
RecoveryServiceSubnetInput.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecoveryServiceSubnetInput> |
UpdateProtectedDatabaseDetails.getRecoveryServiceSubnets()
List of recovery service subnet resources associated with the protected database.
|
List<RecoveryServiceSubnetInput> |
CreateProtectedDatabaseDetails.getRecoveryServiceSubnets()
List of recovery service subnet resources associated with the protected database.
|
Modifier and Type | Method and Description |
---|---|
RecoveryServiceSubnetInput.Builder |
RecoveryServiceSubnetInput.Builder.copy(RecoveryServiceSubnetInput model) |
Modifier and Type | Method and Description |
---|---|
UpdateProtectedDatabaseDetails.Builder |
UpdateProtectedDatabaseDetails.Builder.recoveryServiceSubnets(List<RecoveryServiceSubnetInput> recoveryServiceSubnets)
List of recovery service subnet resources associated with the protected database.
|
CreateProtectedDatabaseDetails.Builder |
CreateProtectedDatabaseDetails.Builder.recoveryServiceSubnets(List<RecoveryServiceSubnetInput> recoveryServiceSubnets)
List of recovery service subnet resources associated with 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.
|
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.