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