google-apis-oracledatabase_v1 0.17.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/oracledatabase_v1/classes.rb +1934 -103
- data/lib/google/apis/oracledatabase_v1/gem_version.rb +2 -2
- data/lib/google/apis/oracledatabase_v1/representations.rb +763 -28
- data/lib/google/apis/oracledatabase_v1/service.rb +1133 -113
- metadata +2 -2
@@ -88,6 +88,12 @@ module Google
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
+
class BackupDestinationDetails
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
91
97
|
class CancelOperationRequest
|
92
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
99
|
|
@@ -136,12 +142,60 @@ module Google
|
|
136
142
|
include Google::Apis::Core::JsonObjectSupport
|
137
143
|
end
|
138
144
|
|
145
|
+
class DataCollectionOptionsCommon
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DataCollectionOptionsDbSystem
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Database
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class DatabaseCharacterSet
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
139
169
|
class DatabaseConnectionStringProfile
|
140
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
171
|
|
142
172
|
include Google::Apis::Core::JsonObjectSupport
|
143
173
|
end
|
144
174
|
|
175
|
+
class DatabaseManagementConfig
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class DatabaseProperties
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class DbBackupConfig
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class DbHome
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
145
199
|
class DbNode
|
146
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
201
|
|
@@ -166,24 +220,126 @@ module Google
|
|
166
220
|
include Google::Apis::Core::JsonObjectSupport
|
167
221
|
end
|
168
222
|
|
223
|
+
class DbSystem
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class DbSystemInitialStorageSize
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class DbSystemInitialStorageSizeProperties
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class DbSystemOptions
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class DbSystemProperties
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
169
253
|
class DbSystemShape
|
170
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
255
|
|
172
256
|
include Google::Apis::Core::JsonObjectSupport
|
173
257
|
end
|
174
258
|
|
259
|
+
class DbVersion
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class DbVersionProperties
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class DefinedTagValue
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
175
277
|
class Empty
|
176
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
279
|
|
178
280
|
include Google::Apis::Core::JsonObjectSupport
|
179
281
|
end
|
180
282
|
|
283
|
+
class EncryptionKey
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class EncryptionKeyHistoryEntry
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
181
295
|
class Entitlement
|
182
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
297
|
|
184
298
|
include Google::Apis::Core::JsonObjectSupport
|
185
299
|
end
|
186
300
|
|
301
|
+
class ExadbVmCluster
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ExadbVmClusterProperties
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ExadbVmClusterStorageDetails
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ExascaleDbStorageDetails
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class ExascaleDbStorageVault
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class ExascaleDbStorageVaultProperties
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class FailoverAutonomousDatabaseRequest
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
187
343
|
class GenerateAutonomousDatabaseWalletRequest
|
188
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
345
|
|
@@ -244,6 +400,18 @@ module Google
|
|
244
400
|
include Google::Apis::Core::JsonObjectSupport
|
245
401
|
end
|
246
402
|
|
403
|
+
class ListDatabaseCharacterSetsResponse
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class ListDatabasesResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
247
415
|
class ListDbNodesResponse
|
248
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
417
|
|
@@ -256,18 +424,48 @@ module Google
|
|
256
424
|
include Google::Apis::Core::JsonObjectSupport
|
257
425
|
end
|
258
426
|
|
427
|
+
class ListDbSystemInitialStorageSizesResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
259
433
|
class ListDbSystemShapesResponse
|
260
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
435
|
|
262
436
|
include Google::Apis::Core::JsonObjectSupport
|
263
437
|
end
|
264
438
|
|
439
|
+
class ListDbSystemsResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class ListDbVersionsResponse
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
265
451
|
class ListEntitlementsResponse
|
266
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
453
|
|
268
454
|
include Google::Apis::Core::JsonObjectSupport
|
269
455
|
end
|
270
456
|
|
457
|
+
class ListExadbVmClustersResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class ListExascaleDbStorageVaultsResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
271
469
|
class ListGiVersionsResponse
|
272
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
471
|
|
@@ -280,6 +478,12 @@ module Google
|
|
280
478
|
include Google::Apis::Core::JsonObjectSupport
|
281
479
|
end
|
282
480
|
|
481
|
+
class ListMinorVersionsResponse
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
283
487
|
class ListOdbNetworksResponse
|
284
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
489
|
|
@@ -298,6 +502,12 @@ module Google
|
|
298
502
|
include Google::Apis::Core::JsonObjectSupport
|
299
503
|
end
|
300
504
|
|
505
|
+
class ListPluggableDatabasesResponse
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
301
511
|
class Location
|
302
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
513
|
|
@@ -316,6 +526,12 @@ module Google
|
|
316
526
|
include Google::Apis::Core::JsonObjectSupport
|
317
527
|
end
|
318
528
|
|
529
|
+
class MinorVersion
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
319
535
|
class OdbNetwork
|
320
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
537
|
|
@@ -340,6 +556,36 @@ module Google
|
|
340
556
|
include Google::Apis::Core::JsonObjectSupport
|
341
557
|
end
|
342
558
|
|
559
|
+
class PluggableDatabase
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class PluggableDatabaseConnectionStrings
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class PluggableDatabaseNodeLevelDetails
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class PluggableDatabaseProperties
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class RemoveVirtualMachineExadbVmClusterRequest
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
343
589
|
class RestartAutonomousDatabaseRequest
|
344
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
591
|
|
@@ -382,6 +628,12 @@ module Google
|
|
382
628
|
include Google::Apis::Core::JsonObjectSupport
|
383
629
|
end
|
384
630
|
|
631
|
+
class StorageSizeDetails
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
385
637
|
class SwitchoverAutonomousDatabaseRequest
|
386
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
639
|
|
@@ -545,6 +797,10 @@ module Google
|
|
545
797
|
property :db_version, as: 'dbVersion'
|
546
798
|
property :db_workload, as: 'dbWorkload'
|
547
799
|
property :disaster_recovery_role_changed_time, as: 'disasterRecoveryRoleChangedTime'
|
800
|
+
property :encryption_key, as: 'encryptionKey', class: Google::Apis::OracledatabaseV1::EncryptionKey, decorator: Google::Apis::OracledatabaseV1::EncryptionKey::Representation
|
801
|
+
|
802
|
+
collection :encryption_key_history_entries, as: 'encryptionKeyHistoryEntries', class: Google::Apis::OracledatabaseV1::EncryptionKeyHistoryEntry, decorator: Google::Apis::OracledatabaseV1::EncryptionKeyHistoryEntry::Representation
|
803
|
+
|
548
804
|
property :failed_data_recovery_duration, as: 'failedDataRecoveryDuration'
|
549
805
|
property :is_auto_scaling_enabled, as: 'isAutoScalingEnabled'
|
550
806
|
property :is_local_data_guard_enabled, as: 'isLocalDataGuardEnabled'
|
@@ -578,6 +834,7 @@ module Google
|
|
578
834
|
collection :scheduled_operation_details, as: 'scheduledOperationDetails', class: Google::Apis::OracledatabaseV1::ScheduledOperationDetails, decorator: Google::Apis::OracledatabaseV1::ScheduledOperationDetails::Representation
|
579
835
|
|
580
836
|
property :secret_id, as: 'secretId'
|
837
|
+
property :service_agent_email, as: 'serviceAgentEmail'
|
581
838
|
property :sql_web_developer_url, as: 'sqlWebDeveloperUrl'
|
582
839
|
property :state, as: 'state'
|
583
840
|
collection :supported_clone_regions, as: 'supportedCloneRegions'
|
@@ -608,6 +865,13 @@ module Google
|
|
608
865
|
end
|
609
866
|
end
|
610
867
|
|
868
|
+
class BackupDestinationDetails
|
869
|
+
# @private
|
870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
871
|
+
property :type, as: 'type'
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
611
875
|
class CancelOperationRequest
|
612
876
|
# @private
|
613
877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -755,56 +1019,148 @@ module Google
|
|
755
1019
|
end
|
756
1020
|
end
|
757
1021
|
|
758
|
-
class
|
1022
|
+
class DataCollectionOptionsCommon
|
759
1023
|
# @private
|
760
1024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
-
property :
|
762
|
-
property :
|
763
|
-
property :
|
764
|
-
property :is_regional, as: 'isRegional'
|
765
|
-
property :protocol, as: 'protocol'
|
766
|
-
property :session_mode, as: 'sessionMode'
|
767
|
-
property :syntax_format, as: 'syntaxFormat'
|
768
|
-
property :tls_authentication, as: 'tlsAuthentication'
|
769
|
-
property :value, as: 'value'
|
1025
|
+
property :is_diagnostics_events_enabled, as: 'isDiagnosticsEventsEnabled'
|
1026
|
+
property :is_health_monitoring_enabled, as: 'isHealthMonitoringEnabled'
|
1027
|
+
property :is_incident_logs_enabled, as: 'isIncidentLogsEnabled'
|
770
1028
|
end
|
771
1029
|
end
|
772
1030
|
|
773
|
-
class
|
1031
|
+
class DataCollectionOptionsDbSystem
|
774
1032
|
# @private
|
775
1033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
776
|
-
property :
|
777
|
-
property :
|
778
|
-
|
1034
|
+
property :is_diagnostics_events_enabled, as: 'isDiagnosticsEventsEnabled'
|
1035
|
+
property :is_incident_logs_enabled, as: 'isIncidentLogsEnabled'
|
779
1036
|
end
|
780
1037
|
end
|
781
1038
|
|
782
|
-
class
|
1039
|
+
class Database
|
783
1040
|
# @private
|
784
1041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1042
|
+
property :admin_password, as: 'adminPassword'
|
1043
|
+
property :character_set, as: 'characterSet'
|
785
1044
|
property :create_time, as: 'createTime'
|
786
|
-
property :
|
787
|
-
property :
|
788
|
-
property :
|
789
|
-
property :
|
790
|
-
property :
|
791
|
-
property :
|
792
|
-
property :
|
793
|
-
property :
|
1045
|
+
property :database_id, as: 'databaseId'
|
1046
|
+
property :db_home_name, as: 'dbHomeName'
|
1047
|
+
property :db_name, as: 'dbName'
|
1048
|
+
property :db_unique_name, as: 'dbUniqueName'
|
1049
|
+
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
1050
|
+
property :name, as: 'name'
|
1051
|
+
property :ncharacter_set, as: 'ncharacterSet'
|
1052
|
+
property :oci_url, as: 'ociUrl'
|
1053
|
+
property :ops_insights_status, as: 'opsInsightsStatus'
|
1054
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DatabaseProperties, decorator: Google::Apis::OracledatabaseV1::DatabaseProperties::Representation
|
1055
|
+
|
1056
|
+
property :tde_wallet_password, as: 'tdeWalletPassword'
|
794
1057
|
end
|
795
1058
|
end
|
796
1059
|
|
797
|
-
class
|
1060
|
+
class DatabaseCharacterSet
|
798
1061
|
# @private
|
799
1062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
800
|
-
property :
|
1063
|
+
property :character_set, as: 'characterSet'
|
1064
|
+
property :character_set_type, as: 'characterSetType'
|
801
1065
|
property :name, as: 'name'
|
802
|
-
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbServerProperties, decorator: Google::Apis::OracledatabaseV1::DbServerProperties::Representation
|
803
|
-
|
804
1066
|
end
|
805
1067
|
end
|
806
1068
|
|
807
|
-
class
|
1069
|
+
class DatabaseConnectionStringProfile
|
1070
|
+
# @private
|
1071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1072
|
+
property :consumer_group, as: 'consumerGroup'
|
1073
|
+
property :display_name, as: 'displayName'
|
1074
|
+
property :host_format, as: 'hostFormat'
|
1075
|
+
property :is_regional, as: 'isRegional'
|
1076
|
+
property :protocol, as: 'protocol'
|
1077
|
+
property :session_mode, as: 'sessionMode'
|
1078
|
+
property :syntax_format, as: 'syntaxFormat'
|
1079
|
+
property :tls_authentication, as: 'tlsAuthentication'
|
1080
|
+
property :value, as: 'value'
|
1081
|
+
end
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class DatabaseManagementConfig
|
1085
|
+
# @private
|
1086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
+
property :management_state, as: 'managementState'
|
1088
|
+
property :management_type, as: 'managementType'
|
1089
|
+
end
|
1090
|
+
end
|
1091
|
+
|
1092
|
+
class DatabaseProperties
|
1093
|
+
# @private
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
+
property :database_management_config, as: 'databaseManagementConfig', class: Google::Apis::OracledatabaseV1::DatabaseManagementConfig, decorator: Google::Apis::OracledatabaseV1::DatabaseManagementConfig::Representation
|
1096
|
+
|
1097
|
+
property :db_backup_config, as: 'dbBackupConfig', class: Google::Apis::OracledatabaseV1::DbBackupConfig, decorator: Google::Apis::OracledatabaseV1::DbBackupConfig::Representation
|
1098
|
+
|
1099
|
+
property :db_version, as: 'dbVersion'
|
1100
|
+
property :state, as: 'state'
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class DbBackupConfig
|
1105
|
+
# @private
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1107
|
+
property :auto_backup_enabled, as: 'autoBackupEnabled'
|
1108
|
+
property :auto_full_backup_day, as: 'autoFullBackupDay'
|
1109
|
+
property :auto_full_backup_window, as: 'autoFullBackupWindow'
|
1110
|
+
property :auto_incremental_backup_window, as: 'autoIncrementalBackupWindow'
|
1111
|
+
property :backup_deletion_policy, as: 'backupDeletionPolicy'
|
1112
|
+
collection :backup_destination_details, as: 'backupDestinationDetails', class: Google::Apis::OracledatabaseV1::BackupDestinationDetails, decorator: Google::Apis::OracledatabaseV1::BackupDestinationDetails::Representation
|
1113
|
+
|
1114
|
+
property :retention_period_days, as: 'retentionPeriodDays'
|
1115
|
+
end
|
1116
|
+
end
|
1117
|
+
|
1118
|
+
class DbHome
|
1119
|
+
# @private
|
1120
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1121
|
+
property :database, as: 'database', class: Google::Apis::OracledatabaseV1::Database, decorator: Google::Apis::OracledatabaseV1::Database::Representation
|
1122
|
+
|
1123
|
+
property :db_version, as: 'dbVersion'
|
1124
|
+
property :display_name, as: 'displayName'
|
1125
|
+
property :is_unified_auditing_enabled, as: 'isUnifiedAuditingEnabled'
|
1126
|
+
end
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class DbNode
|
1130
|
+
# @private
|
1131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1132
|
+
property :name, as: 'name'
|
1133
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbNodeProperties, decorator: Google::Apis::OracledatabaseV1::DbNodeProperties::Representation
|
1134
|
+
|
1135
|
+
end
|
1136
|
+
end
|
1137
|
+
|
1138
|
+
class DbNodeProperties
|
1139
|
+
# @private
|
1140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1141
|
+
property :create_time, as: 'createTime'
|
1142
|
+
property :db_node_storage_size_gb, as: 'dbNodeStorageSizeGb'
|
1143
|
+
property :db_server_ocid, as: 'dbServerOcid'
|
1144
|
+
property :hostname, as: 'hostname'
|
1145
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
1146
|
+
property :ocid, as: 'ocid'
|
1147
|
+
property :ocpu_count, as: 'ocpuCount'
|
1148
|
+
property :state, as: 'state'
|
1149
|
+
property :total_cpu_core_count, as: 'totalCpuCoreCount'
|
1150
|
+
end
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class DbServer
|
1154
|
+
# @private
|
1155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1156
|
+
property :display_name, as: 'displayName'
|
1157
|
+
property :name, as: 'name'
|
1158
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbServerProperties, decorator: Google::Apis::OracledatabaseV1::DbServerProperties::Representation
|
1159
|
+
|
1160
|
+
end
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
class DbServerProperties
|
808
1164
|
# @private
|
809
1165
|
class Representation < Google::Apis::Core::JsonRepresentation
|
810
1166
|
collection :db_node_ids, as: 'dbNodeIds'
|
@@ -820,6 +1176,82 @@ module Google
|
|
820
1176
|
end
|
821
1177
|
end
|
822
1178
|
|
1179
|
+
class DbSystem
|
1180
|
+
# @private
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1182
|
+
property :create_time, as: 'createTime'
|
1183
|
+
property :display_name, as: 'displayName'
|
1184
|
+
property :entitlement_id, as: 'entitlementId'
|
1185
|
+
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
1186
|
+
hash :labels, as: 'labels'
|
1187
|
+
property :name, as: 'name'
|
1188
|
+
property :oci_url, as: 'ociUrl'
|
1189
|
+
property :odb_network, as: 'odbNetwork'
|
1190
|
+
property :odb_subnet, as: 'odbSubnet'
|
1191
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbSystemProperties, decorator: Google::Apis::OracledatabaseV1::DbSystemProperties::Representation
|
1192
|
+
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class DbSystemInitialStorageSize
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
property :name, as: 'name'
|
1200
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbSystemInitialStorageSizeProperties, decorator: Google::Apis::OracledatabaseV1::DbSystemInitialStorageSizeProperties::Representation
|
1201
|
+
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class DbSystemInitialStorageSizeProperties
|
1206
|
+
# @private
|
1207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1208
|
+
collection :launch_from_backup_storage_size_details, as: 'launchFromBackupStorageSizeDetails', class: Google::Apis::OracledatabaseV1::StorageSizeDetails, decorator: Google::Apis::OracledatabaseV1::StorageSizeDetails::Representation
|
1209
|
+
|
1210
|
+
property :shape_type, as: 'shapeType'
|
1211
|
+
property :storage_management, as: 'storageManagement'
|
1212
|
+
collection :storage_size_details, as: 'storageSizeDetails', class: Google::Apis::OracledatabaseV1::StorageSizeDetails, decorator: Google::Apis::OracledatabaseV1::StorageSizeDetails::Representation
|
1213
|
+
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class DbSystemOptions
|
1218
|
+
# @private
|
1219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1220
|
+
property :storage_management, as: 'storageManagement'
|
1221
|
+
end
|
1222
|
+
end
|
1223
|
+
|
1224
|
+
class DbSystemProperties
|
1225
|
+
# @private
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1227
|
+
property :compute_count, as: 'computeCount'
|
1228
|
+
property :compute_model, as: 'computeModel'
|
1229
|
+
property :data_collection_options, as: 'dataCollectionOptions', class: Google::Apis::OracledatabaseV1::DataCollectionOptionsDbSystem, decorator: Google::Apis::OracledatabaseV1::DataCollectionOptionsDbSystem::Representation
|
1230
|
+
|
1231
|
+
property :data_storage_size_gb, as: 'dataStorageSizeGb'
|
1232
|
+
property :database_edition, as: 'databaseEdition'
|
1233
|
+
property :db_home, as: 'dbHome', class: Google::Apis::OracledatabaseV1::DbHome, decorator: Google::Apis::OracledatabaseV1::DbHome::Representation
|
1234
|
+
|
1235
|
+
property :db_system_options, as: 'dbSystemOptions', class: Google::Apis::OracledatabaseV1::DbSystemOptions, decorator: Google::Apis::OracledatabaseV1::DbSystemOptions::Representation
|
1236
|
+
|
1237
|
+
property :domain, as: 'domain'
|
1238
|
+
property :hostname, as: 'hostname'
|
1239
|
+
property :hostname_prefix, as: 'hostnamePrefix'
|
1240
|
+
property :initial_data_storage_size_gb, as: 'initialDataStorageSizeGb'
|
1241
|
+
property :license_model, as: 'licenseModel'
|
1242
|
+
property :lifecycle_state, as: 'lifecycleState'
|
1243
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
1244
|
+
property :node_count, as: 'nodeCount'
|
1245
|
+
property :ocid, as: 'ocid'
|
1246
|
+
property :private_ip, as: 'privateIp'
|
1247
|
+
property :reco_storage_size_gb, as: 'recoStorageSizeGb'
|
1248
|
+
property :shape, as: 'shape'
|
1249
|
+
collection :ssh_public_keys, as: 'sshPublicKeys'
|
1250
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::OracledatabaseV1::TimeZone, decorator: Google::Apis::OracledatabaseV1::TimeZone::Representation
|
1251
|
+
|
1252
|
+
end
|
1253
|
+
end
|
1254
|
+
|
823
1255
|
class DbSystemShape
|
824
1256
|
# @private
|
825
1257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -838,12 +1270,56 @@ module Google
|
|
838
1270
|
end
|
839
1271
|
end
|
840
1272
|
|
1273
|
+
class DbVersion
|
1274
|
+
# @private
|
1275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1276
|
+
property :name, as: 'name'
|
1277
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbVersionProperties, decorator: Google::Apis::OracledatabaseV1::DbVersionProperties::Representation
|
1278
|
+
|
1279
|
+
end
|
1280
|
+
end
|
1281
|
+
|
1282
|
+
class DbVersionProperties
|
1283
|
+
# @private
|
1284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1285
|
+
property :is_latest_for_major_version, as: 'isLatestForMajorVersion'
|
1286
|
+
property :is_preview_db_version, as: 'isPreviewDbVersion'
|
1287
|
+
property :is_upgrade_supported, as: 'isUpgradeSupported'
|
1288
|
+
property :supports_pdb, as: 'supportsPdb'
|
1289
|
+
property :version, as: 'version'
|
1290
|
+
end
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class DefinedTagValue
|
1294
|
+
# @private
|
1295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1296
|
+
hash :tags, as: 'tags'
|
1297
|
+
end
|
1298
|
+
end
|
1299
|
+
|
841
1300
|
class Empty
|
842
1301
|
# @private
|
843
1302
|
class Representation < Google::Apis::Core::JsonRepresentation
|
844
1303
|
end
|
845
1304
|
end
|
846
1305
|
|
1306
|
+
class EncryptionKey
|
1307
|
+
# @private
|
1308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1309
|
+
property :kms_key, as: 'kmsKey'
|
1310
|
+
property :provider, as: 'provider'
|
1311
|
+
end
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class EncryptionKeyHistoryEntry
|
1315
|
+
# @private
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1317
|
+
property :activation_time, as: 'activationTime'
|
1318
|
+
property :encryption_key, as: 'encryptionKey', class: Google::Apis::OracledatabaseV1::EncryptionKey, decorator: Google::Apis::OracledatabaseV1::EncryptionKey::Representation
|
1319
|
+
|
1320
|
+
end
|
1321
|
+
end
|
1322
|
+
|
847
1323
|
class Entitlement
|
848
1324
|
# @private
|
849
1325
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -855,6 +1331,106 @@ module Google
|
|
855
1331
|
end
|
856
1332
|
end
|
857
1333
|
|
1334
|
+
class ExadbVmCluster
|
1335
|
+
# @private
|
1336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1337
|
+
property :backup_odb_subnet, as: 'backupOdbSubnet'
|
1338
|
+
property :create_time, as: 'createTime'
|
1339
|
+
property :display_name, as: 'displayName'
|
1340
|
+
property :entitlement_id, as: 'entitlementId'
|
1341
|
+
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
1342
|
+
hash :labels, as: 'labels'
|
1343
|
+
property :name, as: 'name'
|
1344
|
+
property :odb_network, as: 'odbNetwork'
|
1345
|
+
property :odb_subnet, as: 'odbSubnet'
|
1346
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::ExadbVmClusterProperties, decorator: Google::Apis::OracledatabaseV1::ExadbVmClusterProperties::Representation
|
1347
|
+
|
1348
|
+
end
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class ExadbVmClusterProperties
|
1352
|
+
# @private
|
1353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1354
|
+
property :additional_ecpu_count_per_node, as: 'additionalEcpuCountPerNode'
|
1355
|
+
property :cluster_name, as: 'clusterName'
|
1356
|
+
property :data_collection_options, as: 'dataCollectionOptions', class: Google::Apis::OracledatabaseV1::DataCollectionOptionsCommon, decorator: Google::Apis::OracledatabaseV1::DataCollectionOptionsCommon::Representation
|
1357
|
+
|
1358
|
+
property :enabled_ecpu_count_per_node, as: 'enabledEcpuCountPerNode'
|
1359
|
+
property :exascale_db_storage_vault, as: 'exascaleDbStorageVault'
|
1360
|
+
property :gi_version, as: 'giVersion'
|
1361
|
+
property :grid_image_id, as: 'gridImageId'
|
1362
|
+
property :hostname, as: 'hostname'
|
1363
|
+
property :hostname_prefix, as: 'hostnamePrefix'
|
1364
|
+
property :license_model, as: 'licenseModel'
|
1365
|
+
property :lifecycle_state, as: 'lifecycleState'
|
1366
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
1367
|
+
property :node_count, as: 'nodeCount'
|
1368
|
+
property :oci_uri, as: 'ociUri'
|
1369
|
+
property :scan_listener_port_tcp, as: 'scanListenerPortTcp'
|
1370
|
+
property :shape_attribute, as: 'shapeAttribute'
|
1371
|
+
collection :ssh_public_keys, as: 'sshPublicKeys'
|
1372
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::OracledatabaseV1::TimeZone, decorator: Google::Apis::OracledatabaseV1::TimeZone::Representation
|
1373
|
+
|
1374
|
+
property :vm_file_system_storage, as: 'vmFileSystemStorage', class: Google::Apis::OracledatabaseV1::ExadbVmClusterStorageDetails, decorator: Google::Apis::OracledatabaseV1::ExadbVmClusterStorageDetails::Representation
|
1375
|
+
|
1376
|
+
end
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
class ExadbVmClusterStorageDetails
|
1380
|
+
# @private
|
1381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1382
|
+
property :size_in_gbs_per_node, as: 'sizeInGbsPerNode'
|
1383
|
+
end
|
1384
|
+
end
|
1385
|
+
|
1386
|
+
class ExascaleDbStorageDetails
|
1387
|
+
# @private
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1389
|
+
property :available_size_gbs, as: 'availableSizeGbs'
|
1390
|
+
property :total_size_gbs, as: 'totalSizeGbs'
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class ExascaleDbStorageVault
|
1395
|
+
# @private
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
+
property :create_time, as: 'createTime'
|
1398
|
+
property :display_name, as: 'displayName'
|
1399
|
+
property :entitlement_id, as: 'entitlementId'
|
1400
|
+
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
1401
|
+
hash :labels, as: 'labels'
|
1402
|
+
property :name, as: 'name'
|
1403
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::ExascaleDbStorageVaultProperties, decorator: Google::Apis::OracledatabaseV1::ExascaleDbStorageVaultProperties::Representation
|
1404
|
+
|
1405
|
+
end
|
1406
|
+
end
|
1407
|
+
|
1408
|
+
class ExascaleDbStorageVaultProperties
|
1409
|
+
# @private
|
1410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1411
|
+
property :additional_flash_cache_percent, as: 'additionalFlashCachePercent'
|
1412
|
+
collection :attached_shape_attributes, as: 'attachedShapeAttributes'
|
1413
|
+
collection :available_shape_attributes, as: 'availableShapeAttributes'
|
1414
|
+
property :description, as: 'description'
|
1415
|
+
property :exascale_db_storage_details, as: 'exascaleDbStorageDetails', class: Google::Apis::OracledatabaseV1::ExascaleDbStorageDetails, decorator: Google::Apis::OracledatabaseV1::ExascaleDbStorageDetails::Representation
|
1416
|
+
|
1417
|
+
property :oci_uri, as: 'ociUri'
|
1418
|
+
property :ocid, as: 'ocid'
|
1419
|
+
property :state, as: 'state'
|
1420
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::OracledatabaseV1::TimeZone, decorator: Google::Apis::OracledatabaseV1::TimeZone::Representation
|
1421
|
+
|
1422
|
+
property :vm_cluster_count, as: 'vmClusterCount'
|
1423
|
+
collection :vm_cluster_ids, as: 'vmClusterIds'
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class FailoverAutonomousDatabaseRequest
|
1428
|
+
# @private
|
1429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1430
|
+
property :peer_autonomous_database, as: 'peerAutonomousDatabase'
|
1431
|
+
end
|
1432
|
+
end
|
1433
|
+
|
858
1434
|
class GenerateAutonomousDatabaseWalletRequest
|
859
1435
|
# @private
|
860
1436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -941,6 +1517,24 @@ module Google
|
|
941
1517
|
end
|
942
1518
|
end
|
943
1519
|
|
1520
|
+
class ListDatabaseCharacterSetsResponse
|
1521
|
+
# @private
|
1522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
|
+
collection :database_character_sets, as: 'databaseCharacterSets', class: Google::Apis::OracledatabaseV1::DatabaseCharacterSet, decorator: Google::Apis::OracledatabaseV1::DatabaseCharacterSet::Representation
|
1524
|
+
|
1525
|
+
property :next_page_token, as: 'nextPageToken'
|
1526
|
+
end
|
1527
|
+
end
|
1528
|
+
|
1529
|
+
class ListDatabasesResponse
|
1530
|
+
# @private
|
1531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1532
|
+
collection :databases, as: 'databases', class: Google::Apis::OracledatabaseV1::Database, decorator: Google::Apis::OracledatabaseV1::Database::Representation
|
1533
|
+
|
1534
|
+
property :next_page_token, as: 'nextPageToken'
|
1535
|
+
end
|
1536
|
+
end
|
1537
|
+
|
944
1538
|
class ListDbNodesResponse
|
945
1539
|
# @private
|
946
1540
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -959,6 +1553,15 @@ module Google
|
|
959
1553
|
end
|
960
1554
|
end
|
961
1555
|
|
1556
|
+
class ListDbSystemInitialStorageSizesResponse
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
collection :db_system_initial_storage_sizes, as: 'dbSystemInitialStorageSizes', class: Google::Apis::OracledatabaseV1::DbSystemInitialStorageSize, decorator: Google::Apis::OracledatabaseV1::DbSystemInitialStorageSize::Representation
|
1560
|
+
|
1561
|
+
property :next_page_token, as: 'nextPageToken'
|
1562
|
+
end
|
1563
|
+
end
|
1564
|
+
|
962
1565
|
class ListDbSystemShapesResponse
|
963
1566
|
# @private
|
964
1567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -968,6 +1571,24 @@ module Google
|
|
968
1571
|
end
|
969
1572
|
end
|
970
1573
|
|
1574
|
+
class ListDbSystemsResponse
|
1575
|
+
# @private
|
1576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1577
|
+
collection :db_systems, as: 'dbSystems', class: Google::Apis::OracledatabaseV1::DbSystem, decorator: Google::Apis::OracledatabaseV1::DbSystem::Representation
|
1578
|
+
|
1579
|
+
property :next_page_token, as: 'nextPageToken'
|
1580
|
+
end
|
1581
|
+
end
|
1582
|
+
|
1583
|
+
class ListDbVersionsResponse
|
1584
|
+
# @private
|
1585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1586
|
+
collection :db_versions, as: 'dbVersions', class: Google::Apis::OracledatabaseV1::DbVersion, decorator: Google::Apis::OracledatabaseV1::DbVersion::Representation
|
1587
|
+
|
1588
|
+
property :next_page_token, as: 'nextPageToken'
|
1589
|
+
end
|
1590
|
+
end
|
1591
|
+
|
971
1592
|
class ListEntitlementsResponse
|
972
1593
|
# @private
|
973
1594
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -977,6 +1598,24 @@ module Google
|
|
977
1598
|
end
|
978
1599
|
end
|
979
1600
|
|
1601
|
+
class ListExadbVmClustersResponse
|
1602
|
+
# @private
|
1603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1604
|
+
collection :exadb_vm_clusters, as: 'exadbVmClusters', class: Google::Apis::OracledatabaseV1::ExadbVmCluster, decorator: Google::Apis::OracledatabaseV1::ExadbVmCluster::Representation
|
1605
|
+
|
1606
|
+
property :next_page_token, as: 'nextPageToken'
|
1607
|
+
end
|
1608
|
+
end
|
1609
|
+
|
1610
|
+
class ListExascaleDbStorageVaultsResponse
|
1611
|
+
# @private
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1613
|
+
collection :exascale_db_storage_vaults, as: 'exascaleDbStorageVaults', class: Google::Apis::OracledatabaseV1::ExascaleDbStorageVault, decorator: Google::Apis::OracledatabaseV1::ExascaleDbStorageVault::Representation
|
1614
|
+
|
1615
|
+
property :next_page_token, as: 'nextPageToken'
|
1616
|
+
end
|
1617
|
+
end
|
1618
|
+
|
980
1619
|
class ListGiVersionsResponse
|
981
1620
|
# @private
|
982
1621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -995,6 +1634,15 @@ module Google
|
|
995
1634
|
end
|
996
1635
|
end
|
997
1636
|
|
1637
|
+
class ListMinorVersionsResponse
|
1638
|
+
# @private
|
1639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1640
|
+
collection :minor_versions, as: 'minorVersions', class: Google::Apis::OracledatabaseV1::MinorVersion, decorator: Google::Apis::OracledatabaseV1::MinorVersion::Representation
|
1641
|
+
|
1642
|
+
property :next_page_token, as: 'nextPageToken'
|
1643
|
+
end
|
1644
|
+
end
|
1645
|
+
|
998
1646
|
class ListOdbNetworksResponse
|
999
1647
|
# @private
|
1000
1648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1021,6 +1669,16 @@ module Google
|
|
1021
1669
|
property :next_page_token, as: 'nextPageToken'
|
1022
1670
|
collection :operations, as: 'operations', class: Google::Apis::OracledatabaseV1::Operation, decorator: Google::Apis::OracledatabaseV1::Operation::Representation
|
1023
1671
|
|
1672
|
+
collection :unreachable, as: 'unreachable'
|
1673
|
+
end
|
1674
|
+
end
|
1675
|
+
|
1676
|
+
class ListPluggableDatabasesResponse
|
1677
|
+
# @private
|
1678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1679
|
+
property :next_page_token, as: 'nextPageToken'
|
1680
|
+
collection :pluggable_databases, as: 'pluggableDatabases', class: Google::Apis::OracledatabaseV1::PluggableDatabase, decorator: Google::Apis::OracledatabaseV1::PluggableDatabase::Representation
|
1681
|
+
|
1024
1682
|
end
|
1025
1683
|
end
|
1026
1684
|
|
@@ -1057,6 +1715,15 @@ module Google
|
|
1057
1715
|
end
|
1058
1716
|
end
|
1059
1717
|
|
1718
|
+
class MinorVersion
|
1719
|
+
# @private
|
1720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1721
|
+
property :grid_image_id, as: 'gridImageId'
|
1722
|
+
property :name, as: 'name'
|
1723
|
+
property :version, as: 'version'
|
1724
|
+
end
|
1725
|
+
end
|
1726
|
+
|
1060
1727
|
class OdbNetwork
|
1061
1728
|
# @private
|
1062
1729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1108,6 +1775,66 @@ module Google
|
|
1108
1775
|
end
|
1109
1776
|
end
|
1110
1777
|
|
1778
|
+
class PluggableDatabase
|
1779
|
+
# @private
|
1780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1781
|
+
property :create_time, as: 'createTime'
|
1782
|
+
property :name, as: 'name'
|
1783
|
+
property :oci_url, as: 'ociUrl'
|
1784
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::PluggableDatabaseProperties, decorator: Google::Apis::OracledatabaseV1::PluggableDatabaseProperties::Representation
|
1785
|
+
|
1786
|
+
end
|
1787
|
+
end
|
1788
|
+
|
1789
|
+
class PluggableDatabaseConnectionStrings
|
1790
|
+
# @private
|
1791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1792
|
+
hash :all_connection_strings, as: 'allConnectionStrings'
|
1793
|
+
property :pdb_default, as: 'pdbDefault'
|
1794
|
+
property :pdb_ip_default, as: 'pdbIpDefault'
|
1795
|
+
end
|
1796
|
+
end
|
1797
|
+
|
1798
|
+
class PluggableDatabaseNodeLevelDetails
|
1799
|
+
# @private
|
1800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1801
|
+
property :node_name, as: 'nodeName'
|
1802
|
+
property :open_mode, as: 'openMode'
|
1803
|
+
property :pluggable_database_id, as: 'pluggableDatabaseId'
|
1804
|
+
end
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
class PluggableDatabaseProperties
|
1808
|
+
# @private
|
1809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1810
|
+
property :compartment_id, as: 'compartmentId'
|
1811
|
+
property :connection_strings, as: 'connectionStrings', class: Google::Apis::OracledatabaseV1::PluggableDatabaseConnectionStrings, decorator: Google::Apis::OracledatabaseV1::PluggableDatabaseConnectionStrings::Representation
|
1812
|
+
|
1813
|
+
property :container_database_ocid, as: 'containerDatabaseOcid'
|
1814
|
+
property :database_management_config, as: 'databaseManagementConfig', class: Google::Apis::OracledatabaseV1::DatabaseManagementConfig, decorator: Google::Apis::OracledatabaseV1::DatabaseManagementConfig::Representation
|
1815
|
+
|
1816
|
+
hash :defined_tags, as: 'definedTags', class: Google::Apis::OracledatabaseV1::DefinedTagValue, decorator: Google::Apis::OracledatabaseV1::DefinedTagValue::Representation
|
1817
|
+
|
1818
|
+
hash :freeform_tags, as: 'freeformTags'
|
1819
|
+
property :is_restricted, as: 'isRestricted'
|
1820
|
+
property :lifecycle_details, as: 'lifecycleDetails'
|
1821
|
+
property :lifecycle_state, as: 'lifecycleState'
|
1822
|
+
property :ocid, as: 'ocid'
|
1823
|
+
property :operations_insights_state, as: 'operationsInsightsState'
|
1824
|
+
property :pdb_name, as: 'pdbName'
|
1825
|
+
collection :pdb_node_level_details, as: 'pdbNodeLevelDetails', class: Google::Apis::OracledatabaseV1::PluggableDatabaseNodeLevelDetails, decorator: Google::Apis::OracledatabaseV1::PluggableDatabaseNodeLevelDetails::Representation
|
1826
|
+
|
1827
|
+
end
|
1828
|
+
end
|
1829
|
+
|
1830
|
+
class RemoveVirtualMachineExadbVmClusterRequest
|
1831
|
+
# @private
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1833
|
+
collection :hostnames, as: 'hostnames'
|
1834
|
+
property :request_id, as: 'requestId'
|
1835
|
+
end
|
1836
|
+
end
|
1837
|
+
|
1111
1838
|
class RestartAutonomousDatabaseRequest
|
1112
1839
|
# @private
|
1113
1840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1161,6 +1888,14 @@ module Google
|
|
1161
1888
|
end
|
1162
1889
|
end
|
1163
1890
|
|
1891
|
+
class StorageSizeDetails
|
1892
|
+
# @private
|
1893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1894
|
+
property :data_storage_size_in_gbs, as: 'dataStorageSizeInGbs'
|
1895
|
+
property :reco_storage_size_in_gbs, as: 'recoStorageSizeInGbs'
|
1896
|
+
end
|
1897
|
+
end
|
1898
|
+
|
1164
1899
|
class SwitchoverAutonomousDatabaseRequest
|
1165
1900
|
# @private
|
1166
1901
|
class Representation < Google::Apis::Core::JsonRepresentation
|