You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/AutonomousDatabaseProperties.java
+66-9Lines changed: 66 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -232,8 +232,8 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
232
232
privatejava.lang.BooleanisAutoScalingEnabled;
233
233
234
234
/**
235
-
* Output only. This field indicates whether the Autonomous Database has local (in-region) Data
236
-
* Guard enabled.
235
+
* Output only. Deprecated: Please use `local_data_guard_enabled` instead. This field indicates
236
+
* whether the Autonomous Database has local (in-region) Data Guard enabled.
237
237
* The value may be {@code null}.
238
238
*/
239
239
@com.google.api.client.util.Key
@@ -262,13 +262,30 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
262
262
privatejava.lang.StringlifecycleDetails;
263
263
264
264
/**
265
-
* Output only. This field indicates the maximum data loss limit for an Autonomous Database, in
265
+
* Output only. Deprecated: Please use `local_adg_auto_failover_max_data_loss_limit_duration`
266
+
* instead. This field indicates the maximum data loss limit for an Autonomous Database, in
0 commit comments