@azure/arm-oracledatabase 1.0.0-beta.1 → 1.0.0-beta.2

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.
Files changed (102) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/index.js +1095 -497
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js +28 -1
  7. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js.map +1 -1
  8. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js +20 -0
  9. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js.map +1 -1
  10. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js +20 -0
  11. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js.map +1 -1
  12. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js +36 -1
  13. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js.map +1 -1
  14. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js +21 -0
  15. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js.map +1 -1
  16. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js +75 -2
  17. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js.map +1 -1
  18. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js +20 -0
  19. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js.map +1 -1
  20. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js +1 -1
  21. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js.map +1 -1
  22. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js +19 -0
  23. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js.map +1 -1
  24. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js +64 -0
  27. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js.map +1 -0
  28. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js +39 -0
  31. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js.map +1 -0
  32. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js +20 -0
  33. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js.map +1 -1
  34. package/dist-esm/samples-dev/dbNodesActionSample.js +21 -0
  35. package/dist-esm/samples-dev/dbNodesActionSample.js.map +1 -1
  36. package/dist-esm/samples-dev/systemVersionsGetSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/systemVersionsGetSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/systemVersionsGetSample.js +58 -0
  39. package/dist-esm/samples-dev/systemVersionsGetSample.js.map +1 -0
  40. package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/systemVersionsListByLocationSample.js +88 -0
  43. package/dist-esm/samples-dev/systemVersionsListByLocationSample.js.map +1 -0
  44. package/dist-esm/src/models/index.d.ts +546 -482
  45. package/dist-esm/src/models/index.d.ts.map +1 -1
  46. package/dist-esm/src/models/index.js +182 -178
  47. package/dist-esm/src/models/index.js.map +1 -1
  48. package/dist-esm/src/models/mappers.d.ts +10 -2
  49. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  50. package/dist-esm/src/models/mappers.js +333 -143
  51. package/dist-esm/src/models/mappers.js.map +1 -1
  52. package/dist-esm/src/models/parameters.d.ts +4 -2
  53. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  54. package/dist-esm/src/models/parameters.js +53 -4
  55. package/dist-esm/src/models/parameters.js.map +1 -1
  56. package/dist-esm/src/operations/autonomousDatabases.d.ts +31 -1
  57. package/dist-esm/src/operations/autonomousDatabases.d.ts.map +1 -1
  58. package/dist-esm/src/operations/autonomousDatabases.js +176 -0
  59. package/dist-esm/src/operations/autonomousDatabases.js.map +1 -1
  60. package/dist-esm/src/operations/cloudVmClusters.js +3 -3
  61. package/dist-esm/src/operations/dbNodes.js +1 -1
  62. package/dist-esm/src/operations/index.d.ts +1 -0
  63. package/dist-esm/src/operations/index.d.ts.map +1 -1
  64. package/dist-esm/src/operations/index.js +1 -0
  65. package/dist-esm/src/operations/index.js.map +1 -1
  66. package/dist-esm/src/operations/systemVersions.d.ts +42 -0
  67. package/dist-esm/src/operations/systemVersions.d.ts.map +1 -0
  68. package/dist-esm/src/operations/systemVersions.js +175 -0
  69. package/dist-esm/src/operations/systemVersions.js.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts +31 -1
  71. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts.map +1 -1
  72. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  73. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  74. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  75. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  76. package/dist-esm/src/operationsInterfaces/systemVersions.d.ts +19 -0
  77. package/dist-esm/src/operationsInterfaces/systemVersions.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/systemVersions.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/systemVersions.js.map +1 -0
  80. package/dist-esm/src/oracleDatabaseManagementClient.d.ts +2 -1
  81. package/dist-esm/src/oracleDatabaseManagementClient.d.ts.map +1 -1
  82. package/dist-esm/src/oracleDatabaseManagementClient.js +3 -2
  83. package/dist-esm/src/oracleDatabaseManagementClient.js.map +1 -1
  84. package/dist-esm/test/oracledatabase_operations_test.spec.d.ts.map +1 -1
  85. package/dist-esm/test/oracledatabase_operations_test.spec.js +5 -1
  86. package/dist-esm/test/oracledatabase_operations_test.spec.js.map +1 -1
  87. package/package.json +2 -2
  88. package/review/arm-oracledatabase.api.md +145 -40
  89. package/src/models/index.ts +568 -484
  90. package/src/models/mappers.ts +344 -143
  91. package/src/models/parameters.ts +55 -3
  92. package/src/operations/autonomousDatabases.ts +252 -0
  93. package/src/operations/cloudVmClusters.ts +3 -3
  94. package/src/operations/dbNodes.ts +1 -1
  95. package/src/operations/index.ts +1 -0
  96. package/src/operations/systemVersions.ts +213 -0
  97. package/src/operationsInterfaces/autonomousDatabases.ts +63 -0
  98. package/src/operationsInterfaces/index.ts +1 -0
  99. package/src/operationsInterfaces/systemVersions.ts +40 -0
  100. package/src/oracleDatabaseManagementClient.ts +5 -1
  101. package/types/arm-oracledatabase.d.ts +629 -499
  102. package/types/tsdoc-metadata.json +1 -1
@@ -52,14 +52,15 @@ export type AutonomousDatabaseBackupLifecycleState = string;
52
52
 
53
53
  // @public
54
54
  export interface AutonomousDatabaseBackupListResult {
55
- readonly nextLink?: string;
55
+ nextLink?: string;
56
56
  value: AutonomousDatabaseBackup[];
57
57
  }
58
58
 
59
59
  // @public
60
60
  export interface AutonomousDatabaseBackupProperties {
61
- readonly autonomousDatabaseId: string;
62
- readonly databaseSizeInTBs?: number;
61
+ readonly autonomousDatabaseOcid?: string;
62
+ readonly backupType?: AutonomousDatabaseBackupType;
63
+ readonly databaseSizeInTbs?: number;
63
64
  readonly dbVersion?: string;
64
65
  displayName?: string;
65
66
  readonly isAutomatic?: boolean;
@@ -69,10 +70,10 @@ export interface AutonomousDatabaseBackupProperties {
69
70
  readonly ocid?: string;
70
71
  readonly provisioningState?: AzureResourceProvisioningState;
71
72
  retentionPeriodInDays?: number;
72
- readonly sizeInTBs?: number;
73
+ readonly sizeInTbs?: number;
73
74
  readonly timeAvailableTil?: Date;
74
75
  readonly timeEnded?: string;
75
- readonly type?: AutonomousDatabaseBackupType;
76
+ readonly timeStarted?: string;
76
77
  }
77
78
 
78
79
  // @public
@@ -205,8 +206,10 @@ export interface AutonomousDatabaseBaseProperties {
205
206
  localAdgAutoFailoverMaxDataLossLimit?: number;
206
207
  readonly localDisasterRecoveryType?: DisasterRecoveryType;
207
208
  readonly localStandbyDb?: AutonomousDatabaseStandbySummary;
209
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
208
210
  readonly memoryPerOracleComputeUnitInGbs?: number;
209
211
  ncharacterSet?: string;
212
+ readonly nextLongTermBackupTimeStamp?: Date;
210
213
  readonly ocid?: string;
211
214
  readonly ociUrl?: string;
212
215
  openMode?: OpenModeType;
@@ -252,7 +255,7 @@ export interface AutonomousDatabaseCharacterSet extends ProxyResource {
252
255
 
253
256
  // @public
254
257
  export interface AutonomousDatabaseCharacterSetListResult {
255
- readonly nextLink?: string;
258
+ nextLink?: string;
256
259
  value: AutonomousDatabaseCharacterSet[];
257
260
  }
258
261
 
@@ -306,7 +309,7 @@ export type AutonomousDatabaseLifecycleState = string;
306
309
 
307
310
  // @public
308
311
  export interface AutonomousDatabaseListResult {
309
- readonly nextLink?: string;
312
+ nextLink?: string;
310
313
  value: AutonomousDatabase[];
311
314
  }
312
315
 
@@ -317,7 +320,7 @@ export interface AutonomousDatabaseNationalCharacterSet extends ProxyResource {
317
320
 
318
321
  // @public
319
322
  export interface AutonomousDatabaseNationalCharacterSetListResult {
320
- readonly nextLink?: string;
323
+ nextLink?: string;
321
324
  value: AutonomousDatabaseNationalCharacterSet[];
322
325
  }
323
326
 
@@ -366,6 +369,10 @@ export interface AutonomousDatabases {
366
369
  beginDeleteAndWait(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesDeleteOptionalParams): Promise<AutonomousDatabasesDeleteResponse>;
367
370
  beginFailover(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesFailoverOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesFailoverResponse>, AutonomousDatabasesFailoverResponse>>;
368
371
  beginFailoverAndWait(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesFailoverOptionalParams): Promise<AutonomousDatabasesFailoverResponse>;
372
+ beginRestore(resourceGroupName: string, autonomousdatabasename: string, body: RestoreAutonomousDatabaseDetails, options?: AutonomousDatabasesRestoreOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesRestoreResponse>, AutonomousDatabasesRestoreResponse>>;
373
+ beginRestoreAndWait(resourceGroupName: string, autonomousdatabasename: string, body: RestoreAutonomousDatabaseDetails, options?: AutonomousDatabasesRestoreOptionalParams): Promise<AutonomousDatabasesRestoreResponse>;
374
+ beginShrink(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesShrinkOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesShrinkResponse>, AutonomousDatabasesShrinkResponse>>;
375
+ beginShrinkAndWait(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesShrinkOptionalParams): Promise<AutonomousDatabasesShrinkResponse>;
369
376
  beginSwitchover(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesSwitchoverOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesSwitchoverResponse>, AutonomousDatabasesSwitchoverResponse>>;
370
377
  beginSwitchoverAndWait(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesSwitchoverOptionalParams): Promise<AutonomousDatabasesSwitchoverResponse>;
371
378
  beginUpdate(resourceGroupName: string, autonomousdatabasename: string, properties: AutonomousDatabaseUpdate, options?: AutonomousDatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesUpdateResponse>, AutonomousDatabasesUpdateResponse>>;
@@ -462,6 +469,36 @@ export interface AutonomousDatabasesListBySubscriptionOptionalParams extends cor
462
469
  // @public
463
470
  export type AutonomousDatabasesListBySubscriptionResponse = AutonomousDatabaseListResult;
464
471
 
472
+ // @public
473
+ export interface AutonomousDatabasesRestoreHeaders {
474
+ location?: string;
475
+ retryAfter?: number;
476
+ }
477
+
478
+ // @public
479
+ export interface AutonomousDatabasesRestoreOptionalParams extends coreClient.OperationOptions {
480
+ resumeFrom?: string;
481
+ updateIntervalInMs?: number;
482
+ }
483
+
484
+ // @public
485
+ export type AutonomousDatabasesRestoreResponse = AutonomousDatabase;
486
+
487
+ // @public
488
+ export interface AutonomousDatabasesShrinkHeaders {
489
+ location?: string;
490
+ retryAfter?: number;
491
+ }
492
+
493
+ // @public
494
+ export interface AutonomousDatabasesShrinkOptionalParams extends coreClient.OperationOptions {
495
+ resumeFrom?: string;
496
+ updateIntervalInMs?: number;
497
+ }
498
+
499
+ // @public
500
+ export type AutonomousDatabasesShrinkResponse = AutonomousDatabase;
501
+
465
502
  // @public
466
503
  export interface AutonomousDatabasesSwitchoverHeaders {
467
504
  location?: string;
@@ -527,6 +564,7 @@ export interface AutonomousDatabaseUpdateProperties {
527
564
  isMtlsConnectionRequired?: boolean;
528
565
  licenseModel?: LicenseModel;
529
566
  localAdgAutoFailoverMaxDataLossLimit?: number;
567
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
530
568
  openMode?: OpenModeType;
531
569
  peerDbId?: string;
532
570
  permissionLevel?: PermissionLevelType;
@@ -574,7 +612,7 @@ export interface AutonomousDbVersion extends ProxyResource {
574
612
 
575
613
  // @public
576
614
  export interface AutonomousDbVersionListResult {
577
- readonly nextLink?: string;
615
+ nextLink?: string;
578
616
  value: AutonomousDbVersion[];
579
617
  }
580
618
 
@@ -617,7 +655,7 @@ export type CloudExadataInfrastructureLifecycleState = string;
617
655
 
618
656
  // @public
619
657
  export interface CloudExadataInfrastructureListResult {
620
- readonly nextLink?: string;
658
+ nextLink?: string;
621
659
  value: CloudExadataInfrastructure[];
622
660
  }
623
661
 
@@ -793,7 +831,7 @@ export type CloudVmClusterLifecycleState = string;
793
831
 
794
832
  // @public
795
833
  export interface CloudVmClusterListResult {
796
- readonly nextLink?: string;
834
+ nextLink?: string;
797
835
  value: CloudVmCluster[];
798
836
  }
799
837
 
@@ -825,7 +863,7 @@ export interface CloudVmClusterProperties {
825
863
  readonly listenerPort?: number;
826
864
  memorySizeInGbs?: number;
827
865
  readonly nodeCount?: number;
828
- nsgCidrs?: NSGCidr[];
866
+ nsgCidrs?: NsgCidr[];
829
867
  readonly nsgUrl?: string;
830
868
  readonly ocid?: string;
831
869
  readonly ociUrl?: string;
@@ -841,7 +879,7 @@ export interface CloudVmClusterProperties {
841
879
  storageSizeInGbs?: number;
842
880
  subnetId: string;
843
881
  readonly subnetOcid?: string;
844
- readonly systemVersion?: string;
882
+ systemVersion?: string;
845
883
  readonly timeCreated?: Date;
846
884
  timeZone?: string;
847
885
  readonly vipIds?: string[];
@@ -1092,7 +1130,7 @@ export type DbNodeActionEnum = string;
1092
1130
 
1093
1131
  // @public
1094
1132
  export interface DbNodeListResult {
1095
- readonly nextLink?: string;
1133
+ nextLink?: string;
1096
1134
  value: DbNode[];
1097
1135
  }
1098
1136
 
@@ -1180,7 +1218,7 @@ export interface DbServer extends ProxyResource {
1180
1218
 
1181
1219
  // @public
1182
1220
  export interface DbServerListResult {
1183
- readonly nextLink?: string;
1221
+ nextLink?: string;
1184
1222
  value: DbServer[];
1185
1223
  }
1186
1224
 
@@ -1256,7 +1294,7 @@ export interface DbSystemShape extends ProxyResource {
1256
1294
 
1257
1295
  // @public
1258
1296
  export interface DbSystemShapeListResult {
1259
- readonly nextLink?: string;
1297
+ nextLink?: string;
1260
1298
  value: DbSystemShape[];
1261
1299
  }
1262
1300
 
@@ -1324,7 +1362,7 @@ export interface DnsPrivateView extends ProxyResource {
1324
1362
 
1325
1363
  // @public
1326
1364
  export interface DnsPrivateViewListResult {
1327
- readonly nextLink?: string;
1365
+ nextLink?: string;
1328
1366
  value: DnsPrivateView[];
1329
1367
  }
1330
1368
 
@@ -1377,7 +1415,7 @@ export interface DnsPrivateZone extends ProxyResource {
1377
1415
 
1378
1416
  // @public
1379
1417
  export interface DnsPrivateZoneListResult {
1380
- readonly nextLink?: string;
1418
+ nextLink?: string;
1381
1419
  value: DnsPrivateZone[];
1382
1420
  }
1383
1421
 
@@ -1481,7 +1519,7 @@ export interface GiVersion extends ProxyResource {
1481
1519
 
1482
1520
  // @public
1483
1521
  export interface GiVersionListResult {
1484
- readonly nextLink?: string;
1522
+ nextLink?: string;
1485
1523
  value: GiVersion[];
1486
1524
  }
1487
1525
 
@@ -1873,6 +1911,14 @@ export enum KnownRefreshableStatusType {
1873
1911
  Refreshing = "Refreshing"
1874
1912
  }
1875
1913
 
1914
+ // @public
1915
+ export enum KnownRepeatCadenceType {
1916
+ Monthly = "Monthly",
1917
+ OneTime = "OneTime",
1918
+ Weekly = "Weekly",
1919
+ Yearly = "Yearly"
1920
+ }
1921
+
1876
1922
  // @public
1877
1923
  export enum KnownResourceProvisioningState {
1878
1924
  Canceled = "Canceled",
@@ -1933,12 +1979,6 @@ export enum KnownValidationStatus {
1933
1979
  Succeeded = "Succeeded"
1934
1980
  }
1935
1981
 
1936
- // @public
1937
- export enum KnownVersions {
1938
- V20230901 = "2023-09-01-preview",
1939
- VInternalApi = "internal"
1940
- }
1941
-
1942
1982
  // @public
1943
1983
  export enum KnownVirtualNetworkAddressLifecycleState {
1944
1984
  Available = "Available",
@@ -1965,6 +2005,14 @@ export enum KnownZoneType {
1965
2005
  // @public
1966
2006
  export type LicenseModel = string;
1967
2007
 
2008
+ // @public
2009
+ export interface LongTermBackUpScheduleDetails {
2010
+ isDisabled?: boolean;
2011
+ repeatCadence?: RepeatCadenceType;
2012
+ retentionPeriodInDays?: number;
2013
+ timeOfBackup?: Date;
2014
+ }
2015
+
1968
2016
  // @public
1969
2017
  export interface MaintenanceWindow {
1970
2018
  customActionTimeoutInMins?: number;
@@ -1988,7 +2036,7 @@ export interface Month {
1988
2036
  export type MonthName = string;
1989
2037
 
1990
2038
  // @public
1991
- export interface NSGCidr {
2039
+ export interface NsgCidr {
1992
2040
  destinationPortRange?: PortRange;
1993
2041
  source: string;
1994
2042
  }
@@ -2084,6 +2132,8 @@ export class OracleDatabaseManagementClient extends coreClient.ServiceClient {
2084
2132
  // (undocumented)
2085
2133
  subscriptionId: string;
2086
2134
  // (undocumented)
2135
+ systemVersions: SystemVersions;
2136
+ // (undocumented)
2087
2137
  virtualNetworkAddresses: VirtualNetworkAddresses;
2088
2138
  }
2089
2139
 
@@ -2102,7 +2152,7 @@ export interface OracleSubscription extends ProxyResource {
2102
2152
 
2103
2153
  // @public
2104
2154
  export interface OracleSubscriptionListResult {
2105
- readonly nextLink?: string;
2155
+ nextLink?: string;
2106
2156
  value: OracleSubscription[];
2107
2157
  }
2108
2158
 
@@ -2250,7 +2300,7 @@ export type OracleSubscriptionsUpdateResponse = OracleSubscription;
2250
2300
 
2251
2301
  // @public
2252
2302
  export interface OracleSubscriptionUpdate {
2253
- plan?: ResourcePlanTypeUpdate;
2303
+ plan?: PlanUpdate;
2254
2304
  properties?: OracleSubscriptionUpdateProperties;
2255
2305
  }
2256
2306
 
@@ -2283,6 +2333,15 @@ export interface Plan {
2283
2333
  version?: string;
2284
2334
  }
2285
2335
 
2336
+ // @public
2337
+ export interface PlanUpdate {
2338
+ name?: string;
2339
+ product?: string;
2340
+ promotionCode?: string;
2341
+ publisher?: string;
2342
+ version?: string;
2343
+ }
2344
+
2286
2345
  // @public
2287
2346
  export interface PortRange {
2288
2347
  max: number;
@@ -2333,6 +2392,9 @@ export type RefreshableModelType = string;
2333
2392
  // @public
2334
2393
  export type RefreshableStatusType = string;
2335
2394
 
2395
+ // @public
2396
+ export type RepeatCadenceType = string;
2397
+
2336
2398
  // @public
2337
2399
  export interface Resource {
2338
2400
  readonly id?: string;
@@ -2342,16 +2404,12 @@ export interface Resource {
2342
2404
  }
2343
2405
 
2344
2406
  // @public
2345
- export interface ResourcePlanTypeUpdate {
2346
- name?: string;
2347
- product?: string;
2348
- promotionCode?: string;
2349
- publisher?: string;
2350
- version?: string;
2351
- }
2407
+ export type ResourceProvisioningState = string;
2352
2408
 
2353
2409
  // @public
2354
- export type ResourceProvisioningState = string;
2410
+ export interface RestoreAutonomousDatabaseDetails {
2411
+ timestamp: Date;
2412
+ }
2355
2413
 
2356
2414
  // @public
2357
2415
  export type RoleType = string;
@@ -2405,6 +2463,56 @@ export interface SystemData {
2405
2463
  lastModifiedByType?: CreatedByType;
2406
2464
  }
2407
2465
 
2466
+ // @public
2467
+ export interface SystemVersion extends ProxyResource {
2468
+ properties?: SystemVersionProperties;
2469
+ }
2470
+
2471
+ // @public
2472
+ export interface SystemVersionListResult {
2473
+ nextLink?: string;
2474
+ value: SystemVersion[];
2475
+ }
2476
+
2477
+ // @public
2478
+ export interface SystemVersionProperties {
2479
+ readonly systemVersion: string;
2480
+ }
2481
+
2482
+ // @public
2483
+ export interface SystemVersions {
2484
+ get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersionsGetResponse>;
2485
+ listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion>;
2486
+ }
2487
+
2488
+ // @public
2489
+ export interface SystemVersionsFilter {
2490
+ giVersion: string;
2491
+ isLatestVersion?: boolean;
2492
+ shape: string;
2493
+ }
2494
+
2495
+ // @public
2496
+ export interface SystemVersionsGetOptionalParams extends coreClient.OperationOptions {
2497
+ }
2498
+
2499
+ // @public
2500
+ export type SystemVersionsGetResponse = SystemVersion;
2501
+
2502
+ // @public
2503
+ export interface SystemVersionsListByLocationNextOptionalParams extends coreClient.OperationOptions {
2504
+ }
2505
+
2506
+ // @public
2507
+ export type SystemVersionsListByLocationNextResponse = SystemVersionListResult;
2508
+
2509
+ // @public
2510
+ export interface SystemVersionsListByLocationOptionalParams extends coreClient.OperationOptions {
2511
+ }
2512
+
2513
+ // @public
2514
+ export type SystemVersionsListByLocationResponse = SystemVersionListResult;
2515
+
2408
2516
  // @public
2409
2517
  export type TlsAuthenticationType = string;
2410
2518
 
@@ -2434,9 +2542,6 @@ export interface ValidationResult {
2434
2542
  // @public
2435
2543
  export type ValidationStatus = string;
2436
2544
 
2437
- // @public
2438
- export type Versions = string;
2439
-
2440
2545
  // @public
2441
2546
  export interface VirtualNetworkAddress extends ProxyResource {
2442
2547
  properties?: VirtualNetworkAddressProperties;
@@ -2507,7 +2612,7 @@ export type VirtualNetworkAddressLifecycleState = string;
2507
2612
 
2508
2613
  // @public
2509
2614
  export interface VirtualNetworkAddressListResult {
2510
- readonly nextLink?: string;
2615
+ nextLink?: string;
2511
2616
  value: VirtualNetworkAddress[];
2512
2617
  }
2513
2618