google-apis-oracledatabase_v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/oracledatabase_v1/classes.rb +2899 -0
- data/lib/google/apis/oracledatabase_v1/gem_version.rb +28 -0
- data/lib/google/apis/oracledatabase_v1/representations.rb +1025 -0
- data/lib/google/apis/oracledatabase_v1/service.rb +1170 -0
- data/lib/google/apis/oracledatabase_v1.rb +37 -0
- data/lib/google-apis-oracledatabase_v1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,1025 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module OracledatabaseV1
|
24
|
+
|
25
|
+
class AllConnectionStrings
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AutonomousDatabase
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AutonomousDatabaseApex
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AutonomousDatabaseBackup
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AutonomousDatabaseBackupProperties
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AutonomousDatabaseCharacterSet
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AutonomousDatabaseConnectionStrings
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AutonomousDatabaseConnectionUrls
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AutonomousDatabaseProperties
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class AutonomousDatabaseStandbySummary
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class AutonomousDbVersion
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CancelOperationRequest
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class CloudAccountDetails
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class CloudExadataInfrastructure
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CloudExadataInfrastructureProperties
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class CloudVmCluster
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class CloudVmClusterProperties
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CustomerContact
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class DataCollectionOptions
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class DatabaseConnectionStringProfile
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class DbNode
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DbNodeProperties
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class DbServer
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class DbServerProperties
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class DbSystemShape
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Empty
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class Entitlement
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GenerateAutonomousDatabaseWalletRequest
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GenerateAutonomousDatabaseWalletResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GiVersion
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ListAutonomousDatabaseBackupsResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class ListAutonomousDatabaseCharacterSetsResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class ListAutonomousDatabasesResponse
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class ListAutonomousDbVersionsResponse
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class ListCloudExadataInfrastructuresResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ListCloudVmClustersResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ListDbNodesResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ListDbServersResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ListDbSystemShapesResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ListEntitlementsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class ListGiVersionsResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ListLocationsResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ListOperationsResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class Location
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class LocationMetadata
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class MaintenanceWindow
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class Operation
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class OperationMetadata
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class RestoreAutonomousDatabaseRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ScheduledOperationDetails
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class Status
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class TimeOfDay
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class TimeZone
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class AllConnectionStrings
|
344
|
+
# @private
|
345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
346
|
+
property :high, as: 'high'
|
347
|
+
property :low, as: 'low'
|
348
|
+
property :medium, as: 'medium'
|
349
|
+
end
|
350
|
+
end
|
351
|
+
|
352
|
+
class AutonomousDatabase
|
353
|
+
# @private
|
354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
355
|
+
property :admin_password, as: 'adminPassword'
|
356
|
+
property :cidr, as: 'cidr'
|
357
|
+
property :create_time, as: 'createTime'
|
358
|
+
property :database, as: 'database'
|
359
|
+
property :display_name, as: 'displayName'
|
360
|
+
property :entitlement_id, as: 'entitlementId'
|
361
|
+
hash :labels, as: 'labels'
|
362
|
+
property :name, as: 'name'
|
363
|
+
property :network, as: 'network'
|
364
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseProperties, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseProperties::Representation
|
365
|
+
|
366
|
+
end
|
367
|
+
end
|
368
|
+
|
369
|
+
class AutonomousDatabaseApex
|
370
|
+
# @private
|
371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
372
|
+
property :apex_version, as: 'apexVersion'
|
373
|
+
property :ords_version, as: 'ordsVersion'
|
374
|
+
end
|
375
|
+
end
|
376
|
+
|
377
|
+
class AutonomousDatabaseBackup
|
378
|
+
# @private
|
379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
380
|
+
property :autonomous_database, as: 'autonomousDatabase'
|
381
|
+
property :display_name, as: 'displayName'
|
382
|
+
hash :labels, as: 'labels'
|
383
|
+
property :name, as: 'name'
|
384
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseBackupProperties, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseBackupProperties::Representation
|
385
|
+
|
386
|
+
end
|
387
|
+
end
|
388
|
+
|
389
|
+
class AutonomousDatabaseBackupProperties
|
390
|
+
# @private
|
391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
392
|
+
property :available_till_time, as: 'availableTillTime'
|
393
|
+
property :compartment_id, as: 'compartmentId'
|
394
|
+
property :database_size_tb, as: 'databaseSizeTb'
|
395
|
+
property :db_version, as: 'dbVersion'
|
396
|
+
property :end_time, as: 'endTime'
|
397
|
+
property :is_automatic_backup, as: 'isAutomaticBackup'
|
398
|
+
property :is_long_term_backup, as: 'isLongTermBackup'
|
399
|
+
property :is_restorable, as: 'isRestorable'
|
400
|
+
property :key_store_id, as: 'keyStoreId'
|
401
|
+
property :key_store_wallet, as: 'keyStoreWallet'
|
402
|
+
property :kms_key_id, as: 'kmsKeyId'
|
403
|
+
property :kms_key_version_id, as: 'kmsKeyVersionId'
|
404
|
+
property :lifecycle_details, as: 'lifecycleDetails'
|
405
|
+
property :lifecycle_state, as: 'lifecycleState'
|
406
|
+
property :ocid, as: 'ocid'
|
407
|
+
property :retention_period_days, as: 'retentionPeriodDays'
|
408
|
+
property :size_tb, as: 'sizeTb'
|
409
|
+
property :start_time, as: 'startTime'
|
410
|
+
property :type, as: 'type'
|
411
|
+
property :vault_id, as: 'vaultId'
|
412
|
+
end
|
413
|
+
end
|
414
|
+
|
415
|
+
class AutonomousDatabaseCharacterSet
|
416
|
+
# @private
|
417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
418
|
+
property :character_set, as: 'characterSet'
|
419
|
+
property :character_set_type, as: 'characterSetType'
|
420
|
+
property :name, as: 'name'
|
421
|
+
end
|
422
|
+
end
|
423
|
+
|
424
|
+
class AutonomousDatabaseConnectionStrings
|
425
|
+
# @private
|
426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
+
property :all_connection_strings, as: 'allConnectionStrings', class: Google::Apis::OracledatabaseV1::AllConnectionStrings, decorator: Google::Apis::OracledatabaseV1::AllConnectionStrings::Representation
|
428
|
+
|
429
|
+
property :dedicated, as: 'dedicated'
|
430
|
+
property :high, as: 'high'
|
431
|
+
property :low, as: 'low'
|
432
|
+
property :medium, as: 'medium'
|
433
|
+
collection :profiles, as: 'profiles', class: Google::Apis::OracledatabaseV1::DatabaseConnectionStringProfile, decorator: Google::Apis::OracledatabaseV1::DatabaseConnectionStringProfile::Representation
|
434
|
+
|
435
|
+
end
|
436
|
+
end
|
437
|
+
|
438
|
+
class AutonomousDatabaseConnectionUrls
|
439
|
+
# @private
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
441
|
+
property :apex_uri, as: 'apexUri'
|
442
|
+
property :database_transforms_uri, as: 'databaseTransformsUri'
|
443
|
+
property :graph_studio_uri, as: 'graphStudioUri'
|
444
|
+
property :machine_learning_notebook_uri, as: 'machineLearningNotebookUri'
|
445
|
+
property :machine_learning_user_management_uri, as: 'machineLearningUserManagementUri'
|
446
|
+
property :mongo_db_uri, as: 'mongoDbUri'
|
447
|
+
property :ords_uri, as: 'ordsUri'
|
448
|
+
property :sql_dev_web_uri, as: 'sqlDevWebUri'
|
449
|
+
end
|
450
|
+
end
|
451
|
+
|
452
|
+
class AutonomousDatabaseProperties
|
453
|
+
# @private
|
454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
455
|
+
property :actual_used_data_storage_size_tb, as: 'actualUsedDataStorageSizeTb'
|
456
|
+
property :allocated_storage_size_tb, as: 'allocatedStorageSizeTb'
|
457
|
+
property :apex_details, as: 'apexDetails', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseApex, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseApex::Representation
|
458
|
+
|
459
|
+
property :are_primary_allowlisted_ips_used, as: 'arePrimaryAllowlistedIpsUsed'
|
460
|
+
property :autonomous_container_database_id, as: 'autonomousContainerDatabaseId'
|
461
|
+
collection :available_upgrade_versions, as: 'availableUpgradeVersions'
|
462
|
+
property :backup_retention_period_days, as: 'backupRetentionPeriodDays'
|
463
|
+
property :character_set, as: 'characterSet'
|
464
|
+
property :compute_count, as: 'computeCount'
|
465
|
+
property :connection_strings, as: 'connectionStrings', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseConnectionStrings, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseConnectionStrings::Representation
|
466
|
+
|
467
|
+
property :connection_urls, as: 'connectionUrls', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseConnectionUrls, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseConnectionUrls::Representation
|
468
|
+
|
469
|
+
property :cpu_core_count, as: 'cpuCoreCount'
|
470
|
+
collection :customer_contacts, as: 'customerContacts', class: Google::Apis::OracledatabaseV1::CustomerContact, decorator: Google::Apis::OracledatabaseV1::CustomerContact::Representation
|
471
|
+
|
472
|
+
property :data_safe_state, as: 'dataSafeState'
|
473
|
+
property :data_storage_size_gb, as: 'dataStorageSizeGb'
|
474
|
+
property :data_storage_size_tb, as: 'dataStorageSizeTb'
|
475
|
+
property :database_management_state, as: 'databaseManagementState'
|
476
|
+
property :db_edition, as: 'dbEdition'
|
477
|
+
property :db_version, as: 'dbVersion'
|
478
|
+
property :db_workload, as: 'dbWorkload'
|
479
|
+
property :failed_data_recovery_duration, as: 'failedDataRecoveryDuration'
|
480
|
+
property :is_auto_scaling_enabled, as: 'isAutoScalingEnabled'
|
481
|
+
property :is_local_data_guard_enabled, as: 'isLocalDataGuardEnabled'
|
482
|
+
property :is_storage_auto_scaling_enabled, as: 'isStorageAutoScalingEnabled'
|
483
|
+
property :license_type, as: 'licenseType'
|
484
|
+
property :lifecycle_details, as: 'lifecycleDetails'
|
485
|
+
property :local_adg_auto_failover_max_data_loss_limit, as: 'localAdgAutoFailoverMaxDataLossLimit'
|
486
|
+
property :local_disaster_recovery_type, as: 'localDisasterRecoveryType'
|
487
|
+
property :local_standby_db, as: 'localStandbyDb', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseStandbySummary, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseStandbySummary::Representation
|
488
|
+
|
489
|
+
property :maintenance_begin_time, as: 'maintenanceBeginTime'
|
490
|
+
property :maintenance_end_time, as: 'maintenanceEndTime'
|
491
|
+
property :maintenance_schedule_type, as: 'maintenanceScheduleType'
|
492
|
+
property :memory_per_oracle_compute_unit_gbs, as: 'memoryPerOracleComputeUnitGbs'
|
493
|
+
property :memory_table_gbs, as: 'memoryTableGbs'
|
494
|
+
property :mtls_connection_required, as: 'mtlsConnectionRequired'
|
495
|
+
property :n_character_set, as: 'nCharacterSet'
|
496
|
+
property :next_long_term_backup_time, as: 'nextLongTermBackupTime'
|
497
|
+
property :oci_url, as: 'ociUrl'
|
498
|
+
property :ocid, as: 'ocid'
|
499
|
+
property :open_mode, as: 'openMode'
|
500
|
+
property :operations_insights_state, as: 'operationsInsightsState'
|
501
|
+
collection :peer_db_ids, as: 'peerDbIds'
|
502
|
+
property :permission_level, as: 'permissionLevel'
|
503
|
+
property :private_endpoint, as: 'privateEndpoint'
|
504
|
+
property :private_endpoint_ip, as: 'privateEndpointIp'
|
505
|
+
property :private_endpoint_label, as: 'privateEndpointLabel'
|
506
|
+
property :refreshable_mode, as: 'refreshableMode'
|
507
|
+
property :refreshable_state, as: 'refreshableState'
|
508
|
+
property :role, as: 'role'
|
509
|
+
collection :scheduled_operation_details, as: 'scheduledOperationDetails', class: Google::Apis::OracledatabaseV1::ScheduledOperationDetails, decorator: Google::Apis::OracledatabaseV1::ScheduledOperationDetails::Representation
|
510
|
+
|
511
|
+
property :secret_id, as: 'secretId'
|
512
|
+
property :sql_web_developer_url, as: 'sqlWebDeveloperUrl'
|
513
|
+
property :state, as: 'state'
|
514
|
+
collection :supported_clone_regions, as: 'supportedCloneRegions'
|
515
|
+
property :total_auto_backup_storage_size_gbs, as: 'totalAutoBackupStorageSizeGbs'
|
516
|
+
property :used_data_storage_size_tbs, as: 'usedDataStorageSizeTbs'
|
517
|
+
property :vault_id, as: 'vaultId'
|
518
|
+
end
|
519
|
+
end
|
520
|
+
|
521
|
+
class AutonomousDatabaseStandbySummary
|
522
|
+
# @private
|
523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
524
|
+
property :data_guard_role_changed_time, as: 'dataGuardRoleChangedTime'
|
525
|
+
property :disaster_recovery_role_changed_time, as: 'disasterRecoveryRoleChangedTime'
|
526
|
+
property :lag_time_duration, as: 'lagTimeDuration'
|
527
|
+
property :lifecycle_details, as: 'lifecycleDetails'
|
528
|
+
property :state, as: 'state'
|
529
|
+
end
|
530
|
+
end
|
531
|
+
|
532
|
+
class AutonomousDbVersion
|
533
|
+
# @private
|
534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
535
|
+
property :db_workload, as: 'dbWorkload'
|
536
|
+
property :name, as: 'name'
|
537
|
+
property :version, as: 'version'
|
538
|
+
property :workload_uri, as: 'workloadUri'
|
539
|
+
end
|
540
|
+
end
|
541
|
+
|
542
|
+
class CancelOperationRequest
|
543
|
+
# @private
|
544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
545
|
+
end
|
546
|
+
end
|
547
|
+
|
548
|
+
class CloudAccountDetails
|
549
|
+
# @private
|
550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
551
|
+
property :account_creation_uri, as: 'accountCreationUri'
|
552
|
+
property :cloud_account, as: 'cloudAccount'
|
553
|
+
property :cloud_account_home_region, as: 'cloudAccountHomeRegion'
|
554
|
+
property :link_existing_account_uri, as: 'linkExistingAccountUri'
|
555
|
+
end
|
556
|
+
end
|
557
|
+
|
558
|
+
class CloudExadataInfrastructure
|
559
|
+
# @private
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
561
|
+
property :create_time, as: 'createTime'
|
562
|
+
property :display_name, as: 'displayName'
|
563
|
+
property :entitlement_id, as: 'entitlementId'
|
564
|
+
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
565
|
+
hash :labels, as: 'labels'
|
566
|
+
property :name, as: 'name'
|
567
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::CloudExadataInfrastructureProperties, decorator: Google::Apis::OracledatabaseV1::CloudExadataInfrastructureProperties::Representation
|
568
|
+
|
569
|
+
end
|
570
|
+
end
|
571
|
+
|
572
|
+
class CloudExadataInfrastructureProperties
|
573
|
+
# @private
|
574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
575
|
+
property :activated_storage_count, as: 'activatedStorageCount'
|
576
|
+
property :additional_storage_count, as: 'additionalStorageCount'
|
577
|
+
property :available_storage_size_gb, as: 'availableStorageSizeGb'
|
578
|
+
property :compute_count, as: 'computeCount'
|
579
|
+
property :cpu_count, as: 'cpuCount'
|
580
|
+
collection :customer_contacts, as: 'customerContacts', class: Google::Apis::OracledatabaseV1::CustomerContact, decorator: Google::Apis::OracledatabaseV1::CustomerContact::Representation
|
581
|
+
|
582
|
+
property :data_storage_size_tb, as: 'dataStorageSizeTb'
|
583
|
+
property :db_node_storage_size_gb, as: 'dbNodeStorageSizeGb'
|
584
|
+
property :db_server_version, as: 'dbServerVersion'
|
585
|
+
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::OracledatabaseV1::MaintenanceWindow, decorator: Google::Apis::OracledatabaseV1::MaintenanceWindow::Representation
|
586
|
+
|
587
|
+
property :max_cpu_count, as: 'maxCpuCount'
|
588
|
+
property :max_data_storage_tb, as: 'maxDataStorageTb'
|
589
|
+
property :max_db_node_storage_size_gb, as: 'maxDbNodeStorageSizeGb'
|
590
|
+
property :max_memory_gb, as: 'maxMemoryGb'
|
591
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
592
|
+
property :monthly_db_server_version, as: 'monthlyDbServerVersion'
|
593
|
+
property :monthly_storage_server_version, as: 'monthlyStorageServerVersion'
|
594
|
+
property :next_maintenance_run_id, as: 'nextMaintenanceRunId'
|
595
|
+
property :next_maintenance_run_time, as: 'nextMaintenanceRunTime'
|
596
|
+
property :next_security_maintenance_run_time, as: 'nextSecurityMaintenanceRunTime'
|
597
|
+
property :oci_url, as: 'ociUrl'
|
598
|
+
property :ocid, as: 'ocid'
|
599
|
+
property :shape, as: 'shape'
|
600
|
+
property :state, as: 'state'
|
601
|
+
property :storage_count, as: 'storageCount'
|
602
|
+
property :storage_server_version, as: 'storageServerVersion'
|
603
|
+
property :total_storage_size_gb, as: 'totalStorageSizeGb'
|
604
|
+
end
|
605
|
+
end
|
606
|
+
|
607
|
+
class CloudVmCluster
|
608
|
+
# @private
|
609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
610
|
+
property :backup_subnet_cidr, as: 'backupSubnetCidr'
|
611
|
+
property :cidr, as: 'cidr'
|
612
|
+
property :create_time, as: 'createTime'
|
613
|
+
property :display_name, as: 'displayName'
|
614
|
+
property :exadata_infrastructure, as: 'exadataInfrastructure'
|
615
|
+
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
616
|
+
hash :labels, as: 'labels'
|
617
|
+
property :name, as: 'name'
|
618
|
+
property :network, as: 'network'
|
619
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::CloudVmClusterProperties, decorator: Google::Apis::OracledatabaseV1::CloudVmClusterProperties::Representation
|
620
|
+
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
class CloudVmClusterProperties
|
625
|
+
# @private
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
627
|
+
property :cluster_name, as: 'clusterName'
|
628
|
+
property :compartment_id, as: 'compartmentId'
|
629
|
+
property :cpu_core_count, as: 'cpuCoreCount'
|
630
|
+
property :data_storage_size_tb, as: 'dataStorageSizeTb'
|
631
|
+
property :db_node_storage_size_gb, as: 'dbNodeStorageSizeGb'
|
632
|
+
collection :db_server_ocids, as: 'dbServerOcids'
|
633
|
+
property :diagnostics_data_collection_options, as: 'diagnosticsDataCollectionOptions', class: Google::Apis::OracledatabaseV1::DataCollectionOptions, decorator: Google::Apis::OracledatabaseV1::DataCollectionOptions::Representation
|
634
|
+
|
635
|
+
property :disk_redundancy, as: 'diskRedundancy'
|
636
|
+
property :dns_listener_ip, as: 'dnsListenerIp'
|
637
|
+
property :domain, as: 'domain'
|
638
|
+
property :gi_version, as: 'giVersion'
|
639
|
+
property :hostname, as: 'hostname'
|
640
|
+
property :hostname_prefix, as: 'hostnamePrefix'
|
641
|
+
property :license_type, as: 'licenseType'
|
642
|
+
property :local_backup_enabled, as: 'localBackupEnabled'
|
643
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
644
|
+
property :node_count, as: 'nodeCount'
|
645
|
+
property :oci_url, as: 'ociUrl'
|
646
|
+
property :ocid, as: 'ocid'
|
647
|
+
property :ocpu_count, as: 'ocpuCount'
|
648
|
+
property :scan_dns, as: 'scanDns'
|
649
|
+
property :scan_dns_record_id, as: 'scanDnsRecordId'
|
650
|
+
collection :scan_ip_ids, as: 'scanIpIds'
|
651
|
+
property :scan_listener_port_tcp, as: 'scanListenerPortTcp'
|
652
|
+
property :scan_listener_port_tcp_ssl, as: 'scanListenerPortTcpSsl'
|
653
|
+
property :shape, as: 'shape'
|
654
|
+
property :sparse_diskgroup_enabled, as: 'sparseDiskgroupEnabled'
|
655
|
+
collection :ssh_public_keys, as: 'sshPublicKeys'
|
656
|
+
property :state, as: 'state'
|
657
|
+
property :storage_size_gb, as: 'storageSizeGb'
|
658
|
+
property :system_version, as: 'systemVersion'
|
659
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::OracledatabaseV1::TimeZone, decorator: Google::Apis::OracledatabaseV1::TimeZone::Representation
|
660
|
+
|
661
|
+
end
|
662
|
+
end
|
663
|
+
|
664
|
+
class CustomerContact
|
665
|
+
# @private
|
666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
667
|
+
property :email, as: 'email'
|
668
|
+
end
|
669
|
+
end
|
670
|
+
|
671
|
+
class DataCollectionOptions
|
672
|
+
# @private
|
673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
674
|
+
property :diagnostics_events_enabled, as: 'diagnosticsEventsEnabled'
|
675
|
+
property :health_monitoring_enabled, as: 'healthMonitoringEnabled'
|
676
|
+
property :incident_logs_enabled, as: 'incidentLogsEnabled'
|
677
|
+
end
|
678
|
+
end
|
679
|
+
|
680
|
+
class DatabaseConnectionStringProfile
|
681
|
+
# @private
|
682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
683
|
+
property :consumer_group, as: 'consumerGroup'
|
684
|
+
property :display_name, as: 'displayName'
|
685
|
+
property :host_format, as: 'hostFormat'
|
686
|
+
property :is_regional, as: 'isRegional'
|
687
|
+
property :protocol, as: 'protocol'
|
688
|
+
property :session_mode, as: 'sessionMode'
|
689
|
+
property :syntax_format, as: 'syntaxFormat'
|
690
|
+
property :tls_authentication, as: 'tlsAuthentication'
|
691
|
+
property :value, as: 'value'
|
692
|
+
end
|
693
|
+
end
|
694
|
+
|
695
|
+
class DbNode
|
696
|
+
# @private
|
697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
+
property :name, as: 'name'
|
699
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbNodeProperties, decorator: Google::Apis::OracledatabaseV1::DbNodeProperties::Representation
|
700
|
+
|
701
|
+
end
|
702
|
+
end
|
703
|
+
|
704
|
+
class DbNodeProperties
|
705
|
+
# @private
|
706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
707
|
+
property :db_node_storage_size_gb, as: 'dbNodeStorageSizeGb'
|
708
|
+
property :db_server_ocid, as: 'dbServerOcid'
|
709
|
+
property :hostname, as: 'hostname'
|
710
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
711
|
+
property :ocid, as: 'ocid'
|
712
|
+
property :ocpu_count, as: 'ocpuCount'
|
713
|
+
property :state, as: 'state'
|
714
|
+
property :total_cpu_core_count, as: 'totalCpuCoreCount'
|
715
|
+
end
|
716
|
+
end
|
717
|
+
|
718
|
+
class DbServer
|
719
|
+
# @private
|
720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
721
|
+
property :display_name, as: 'displayName'
|
722
|
+
property :name, as: 'name'
|
723
|
+
property :properties, as: 'properties', class: Google::Apis::OracledatabaseV1::DbServerProperties, decorator: Google::Apis::OracledatabaseV1::DbServerProperties::Representation
|
724
|
+
|
725
|
+
end
|
726
|
+
end
|
727
|
+
|
728
|
+
class DbServerProperties
|
729
|
+
# @private
|
730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
731
|
+
collection :db_node_ids, as: 'dbNodeIds'
|
732
|
+
property :db_node_storage_size_gb, as: 'dbNodeStorageSizeGb'
|
733
|
+
property :max_db_node_storage_size_gb, as: 'maxDbNodeStorageSizeGb'
|
734
|
+
property :max_memory_size_gb, as: 'maxMemorySizeGb'
|
735
|
+
property :max_ocpu_count, as: 'maxOcpuCount'
|
736
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
737
|
+
property :ocid, as: 'ocid'
|
738
|
+
property :ocpu_count, as: 'ocpuCount'
|
739
|
+
property :state, as: 'state'
|
740
|
+
property :vm_count, as: 'vmCount'
|
741
|
+
end
|
742
|
+
end
|
743
|
+
|
744
|
+
class DbSystemShape
|
745
|
+
# @private
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
747
|
+
property :available_core_count_per_node, as: 'availableCoreCountPerNode'
|
748
|
+
property :available_data_storage_tb, as: 'availableDataStorageTb'
|
749
|
+
property :available_memory_per_node_gb, as: 'availableMemoryPerNodeGb'
|
750
|
+
property :max_node_count, as: 'maxNodeCount'
|
751
|
+
property :max_storage_count, as: 'maxStorageCount'
|
752
|
+
property :min_core_count_per_node, as: 'minCoreCountPerNode'
|
753
|
+
property :min_db_node_storage_per_node_gb, as: 'minDbNodeStoragePerNodeGb'
|
754
|
+
property :min_memory_per_node_gb, as: 'minMemoryPerNodeGb'
|
755
|
+
property :min_node_count, as: 'minNodeCount'
|
756
|
+
property :min_storage_count, as: 'minStorageCount'
|
757
|
+
property :name, as: 'name'
|
758
|
+
property :shape, as: 'shape'
|
759
|
+
end
|
760
|
+
end
|
761
|
+
|
762
|
+
class Empty
|
763
|
+
# @private
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
768
|
+
class Entitlement
|
769
|
+
# @private
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
+
property :cloud_account_details, as: 'cloudAccountDetails', class: Google::Apis::OracledatabaseV1::CloudAccountDetails, decorator: Google::Apis::OracledatabaseV1::CloudAccountDetails::Representation
|
772
|
+
|
773
|
+
property :entitlement_id, as: 'entitlementId'
|
774
|
+
property :name, as: 'name'
|
775
|
+
property :state, as: 'state'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class GenerateAutonomousDatabaseWalletRequest
|
780
|
+
# @private
|
781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
782
|
+
property :is_regional, as: 'isRegional'
|
783
|
+
property :password, as: 'password'
|
784
|
+
property :type, as: 'type'
|
785
|
+
end
|
786
|
+
end
|
787
|
+
|
788
|
+
class GenerateAutonomousDatabaseWalletResponse
|
789
|
+
# @private
|
790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
791
|
+
property :archive_content, :base64 => true, as: 'archiveContent'
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
795
|
+
class GiVersion
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
property :name, as: 'name'
|
799
|
+
property :version, as: 'version'
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class ListAutonomousDatabaseBackupsResponse
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
collection :autonomous_database_backups, as: 'autonomousDatabaseBackups', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseBackup, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseBackup::Representation
|
807
|
+
|
808
|
+
property :next_page_token, as: 'nextPageToken'
|
809
|
+
end
|
810
|
+
end
|
811
|
+
|
812
|
+
class ListAutonomousDatabaseCharacterSetsResponse
|
813
|
+
# @private
|
814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
815
|
+
collection :autonomous_database_character_sets, as: 'autonomousDatabaseCharacterSets', class: Google::Apis::OracledatabaseV1::AutonomousDatabaseCharacterSet, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabaseCharacterSet::Representation
|
816
|
+
|
817
|
+
property :next_page_token, as: 'nextPageToken'
|
818
|
+
end
|
819
|
+
end
|
820
|
+
|
821
|
+
class ListAutonomousDatabasesResponse
|
822
|
+
# @private
|
823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
824
|
+
collection :autonomous_databases, as: 'autonomousDatabases', class: Google::Apis::OracledatabaseV1::AutonomousDatabase, decorator: Google::Apis::OracledatabaseV1::AutonomousDatabase::Representation
|
825
|
+
|
826
|
+
property :next_page_token, as: 'nextPageToken'
|
827
|
+
end
|
828
|
+
end
|
829
|
+
|
830
|
+
class ListAutonomousDbVersionsResponse
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
collection :autonomous_db_versions, as: 'autonomousDbVersions', class: Google::Apis::OracledatabaseV1::AutonomousDbVersion, decorator: Google::Apis::OracledatabaseV1::AutonomousDbVersion::Representation
|
834
|
+
|
835
|
+
property :next_page_token, as: 'nextPageToken'
|
836
|
+
end
|
837
|
+
end
|
838
|
+
|
839
|
+
class ListCloudExadataInfrastructuresResponse
|
840
|
+
# @private
|
841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
842
|
+
collection :cloud_exadata_infrastructures, as: 'cloudExadataInfrastructures', class: Google::Apis::OracledatabaseV1::CloudExadataInfrastructure, decorator: Google::Apis::OracledatabaseV1::CloudExadataInfrastructure::Representation
|
843
|
+
|
844
|
+
property :next_page_token, as: 'nextPageToken'
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class ListCloudVmClustersResponse
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
collection :cloud_vm_clusters, as: 'cloudVmClusters', class: Google::Apis::OracledatabaseV1::CloudVmCluster, decorator: Google::Apis::OracledatabaseV1::CloudVmCluster::Representation
|
852
|
+
|
853
|
+
property :next_page_token, as: 'nextPageToken'
|
854
|
+
end
|
855
|
+
end
|
856
|
+
|
857
|
+
class ListDbNodesResponse
|
858
|
+
# @private
|
859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
860
|
+
collection :db_nodes, as: 'dbNodes', class: Google::Apis::OracledatabaseV1::DbNode, decorator: Google::Apis::OracledatabaseV1::DbNode::Representation
|
861
|
+
|
862
|
+
property :next_page_token, as: 'nextPageToken'
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
class ListDbServersResponse
|
867
|
+
# @private
|
868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
869
|
+
collection :db_servers, as: 'dbServers', class: Google::Apis::OracledatabaseV1::DbServer, decorator: Google::Apis::OracledatabaseV1::DbServer::Representation
|
870
|
+
|
871
|
+
property :next_page_token, as: 'nextPageToken'
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
875
|
+
class ListDbSystemShapesResponse
|
876
|
+
# @private
|
877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
878
|
+
collection :db_system_shapes, as: 'dbSystemShapes', class: Google::Apis::OracledatabaseV1::DbSystemShape, decorator: Google::Apis::OracledatabaseV1::DbSystemShape::Representation
|
879
|
+
|
880
|
+
property :next_page_token, as: 'nextPageToken'
|
881
|
+
end
|
882
|
+
end
|
883
|
+
|
884
|
+
class ListEntitlementsResponse
|
885
|
+
# @private
|
886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
887
|
+
collection :entitlements, as: 'entitlements', class: Google::Apis::OracledatabaseV1::Entitlement, decorator: Google::Apis::OracledatabaseV1::Entitlement::Representation
|
888
|
+
|
889
|
+
property :next_page_token, as: 'nextPageToken'
|
890
|
+
end
|
891
|
+
end
|
892
|
+
|
893
|
+
class ListGiVersionsResponse
|
894
|
+
# @private
|
895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
896
|
+
collection :gi_versions, as: 'giVersions', class: Google::Apis::OracledatabaseV1::GiVersion, decorator: Google::Apis::OracledatabaseV1::GiVersion::Representation
|
897
|
+
|
898
|
+
property :next_page_token, as: 'nextPageToken'
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class ListLocationsResponse
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
collection :locations, as: 'locations', class: Google::Apis::OracledatabaseV1::Location, decorator: Google::Apis::OracledatabaseV1::Location::Representation
|
906
|
+
|
907
|
+
property :next_page_token, as: 'nextPageToken'
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
911
|
+
class ListOperationsResponse
|
912
|
+
# @private
|
913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
914
|
+
property :next_page_token, as: 'nextPageToken'
|
915
|
+
collection :operations, as: 'operations', class: Google::Apis::OracledatabaseV1::Operation, decorator: Google::Apis::OracledatabaseV1::Operation::Representation
|
916
|
+
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
920
|
+
class Location
|
921
|
+
# @private
|
922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
923
|
+
property :display_name, as: 'displayName'
|
924
|
+
hash :labels, as: 'labels'
|
925
|
+
property :location_id, as: 'locationId'
|
926
|
+
hash :metadata, as: 'metadata'
|
927
|
+
property :name, as: 'name'
|
928
|
+
end
|
929
|
+
end
|
930
|
+
|
931
|
+
class LocationMetadata
|
932
|
+
# @private
|
933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
934
|
+
collection :gcp_oracle_zones, as: 'gcpOracleZones'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
class MaintenanceWindow
|
939
|
+
# @private
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
941
|
+
property :custom_action_timeout_mins, as: 'customActionTimeoutMins'
|
942
|
+
collection :days_of_week, as: 'daysOfWeek'
|
943
|
+
collection :hours_of_day, as: 'hoursOfDay'
|
944
|
+
property :is_custom_action_timeout_enabled, as: 'isCustomActionTimeoutEnabled'
|
945
|
+
property :lead_time_week, as: 'leadTimeWeek'
|
946
|
+
collection :months, as: 'months'
|
947
|
+
property :patching_mode, as: 'patchingMode'
|
948
|
+
property :preference, as: 'preference'
|
949
|
+
collection :weeks_of_month, as: 'weeksOfMonth'
|
950
|
+
end
|
951
|
+
end
|
952
|
+
|
953
|
+
class Operation
|
954
|
+
# @private
|
955
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
956
|
+
property :done, as: 'done'
|
957
|
+
property :error, as: 'error', class: Google::Apis::OracledatabaseV1::Status, decorator: Google::Apis::OracledatabaseV1::Status::Representation
|
958
|
+
|
959
|
+
hash :metadata, as: 'metadata'
|
960
|
+
property :name, as: 'name'
|
961
|
+
hash :response, as: 'response'
|
962
|
+
end
|
963
|
+
end
|
964
|
+
|
965
|
+
class OperationMetadata
|
966
|
+
# @private
|
967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
968
|
+
property :api_version, as: 'apiVersion'
|
969
|
+
property :create_time, as: 'createTime'
|
970
|
+
property :end_time, as: 'endTime'
|
971
|
+
property :percent_complete, as: 'percentComplete'
|
972
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
973
|
+
property :status_message, as: 'statusMessage'
|
974
|
+
property :target, as: 'target'
|
975
|
+
property :verb, as: 'verb'
|
976
|
+
end
|
977
|
+
end
|
978
|
+
|
979
|
+
class RestoreAutonomousDatabaseRequest
|
980
|
+
# @private
|
981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
982
|
+
property :restore_time, as: 'restoreTime'
|
983
|
+
end
|
984
|
+
end
|
985
|
+
|
986
|
+
class ScheduledOperationDetails
|
987
|
+
# @private
|
988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
989
|
+
property :day_of_week, as: 'dayOfWeek'
|
990
|
+
property :start_time, as: 'startTime', class: Google::Apis::OracledatabaseV1::TimeOfDay, decorator: Google::Apis::OracledatabaseV1::TimeOfDay::Representation
|
991
|
+
|
992
|
+
property :stop_time, as: 'stopTime', class: Google::Apis::OracledatabaseV1::TimeOfDay, decorator: Google::Apis::OracledatabaseV1::TimeOfDay::Representation
|
993
|
+
|
994
|
+
end
|
995
|
+
end
|
996
|
+
|
997
|
+
class Status
|
998
|
+
# @private
|
999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1000
|
+
property :code, as: 'code'
|
1001
|
+
collection :details, as: 'details'
|
1002
|
+
property :message, as: 'message'
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class TimeOfDay
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
property :hours, as: 'hours'
|
1010
|
+
property :minutes, as: 'minutes'
|
1011
|
+
property :nanos, as: 'nanos'
|
1012
|
+
property :seconds, as: 'seconds'
|
1013
|
+
end
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
class TimeZone
|
1017
|
+
# @private
|
1018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1019
|
+
property :id, as: 'id'
|
1020
|
+
property :version, as: 'version'
|
1021
|
+
end
|
1022
|
+
end
|
1023
|
+
end
|
1024
|
+
end
|
1025
|
+
end
|