Uses of Class
com.oracle.bmc.recovery.model.RecoveryServiceSubnetDetails
-
Packages that use RecoveryServiceSubnetDetails Package Description com.oracle.bmc.recovery.model -
-
Uses of RecoveryServiceSubnetDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return RecoveryServiceSubnetDetails Modifier and Type Method Description RecoveryServiceSubnetDetails
RecoveryServiceSubnetDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model that return types with arguments of type RecoveryServiceSubnetDetails Modifier and Type Method 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.Methods in com.oracle.bmc.recovery.model with parameters of type RecoveryServiceSubnetDetails Modifier and Type Method Description RecoveryServiceSubnetDetails.Builder
RecoveryServiceSubnetDetails.Builder. copy(RecoveryServiceSubnetDetails model)
Method parameters in com.oracle.bmc.recovery.model with type arguments of type RecoveryServiceSubnetDetails Modifier and Type Method 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 parameters in com.oracle.bmc.recovery.model with type arguments of type RecoveryServiceSubnetDetails 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.
-