Uses of Class
com.oracle.bmc.recovery.model.RecoveryServiceSubnetInput
-
Packages that use RecoveryServiceSubnetInput Package Description com.oracle.bmc.recovery.model -
-
Uses of RecoveryServiceSubnetInput in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return RecoveryServiceSubnetInput Modifier and Type Method Description RecoveryServiceSubnetInput
RecoveryServiceSubnetInput.Builder. build()
Methods in com.oracle.bmc.recovery.model that return types with arguments of type RecoveryServiceSubnetInput Modifier and Type Method Description List<RecoveryServiceSubnetInput>
CreateProtectedDatabaseDetails. getRecoveryServiceSubnets()
List of recovery service subnet resources associated with the protected database.List<RecoveryServiceSubnetInput>
UpdateProtectedDatabaseDetails. getRecoveryServiceSubnets()
List of recovery service subnet resources associated with the protected database.Methods in com.oracle.bmc.recovery.model with parameters of type RecoveryServiceSubnetInput Modifier and Type Method Description RecoveryServiceSubnetInput.Builder
RecoveryServiceSubnetInput.Builder. copy(RecoveryServiceSubnetInput model)
Method parameters in com.oracle.bmc.recovery.model with type arguments of type RecoveryServiceSubnetInput Modifier and Type Method Description CreateProtectedDatabaseDetails.Builder
CreateProtectedDatabaseDetails.Builder. recoveryServiceSubnets(List<RecoveryServiceSubnetInput> recoveryServiceSubnets)
List of recovery service subnet resources associated with the protected database.UpdateProtectedDatabaseDetails.Builder
UpdateProtectedDatabaseDetails.Builder. recoveryServiceSubnets(List<RecoveryServiceSubnetInput> 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 RecoveryServiceSubnetInput 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.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.
-