@azure/arm-oracledatabase 1.0.0-alpha.20240530.1 → 1.0.0-alpha.20240627.1

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 (100) 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/autonomousDatabasesGetSample.js +19 -0
  21. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js.map +1 -1
  22. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts +2 -0
  23. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts.map +1 -0
  24. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js +64 -0
  25. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js.map +1 -0
  26. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts +2 -0
  27. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts.map +1 -0
  28. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js +39 -0
  29. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js.map +1 -0
  30. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js +20 -0
  31. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js.map +1 -1
  32. package/dist-esm/samples-dev/dbNodesActionSample.js +21 -0
  33. package/dist-esm/samples-dev/dbNodesActionSample.js.map +1 -1
  34. package/dist-esm/samples-dev/systemVersionsGetSample.d.ts +2 -0
  35. package/dist-esm/samples-dev/systemVersionsGetSample.d.ts.map +1 -0
  36. package/dist-esm/samples-dev/systemVersionsGetSample.js +58 -0
  37. package/dist-esm/samples-dev/systemVersionsGetSample.js.map +1 -0
  38. package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts +2 -0
  39. package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts.map +1 -0
  40. package/dist-esm/samples-dev/systemVersionsListByLocationSample.js +88 -0
  41. package/dist-esm/samples-dev/systemVersionsListByLocationSample.js.map +1 -0
  42. package/dist-esm/src/models/index.d.ts +546 -482
  43. package/dist-esm/src/models/index.d.ts.map +1 -1
  44. package/dist-esm/src/models/index.js +182 -178
  45. package/dist-esm/src/models/index.js.map +1 -1
  46. package/dist-esm/src/models/mappers.d.ts +10 -2
  47. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  48. package/dist-esm/src/models/mappers.js +333 -143
  49. package/dist-esm/src/models/mappers.js.map +1 -1
  50. package/dist-esm/src/models/parameters.d.ts +4 -2
  51. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  52. package/dist-esm/src/models/parameters.js +53 -4
  53. package/dist-esm/src/models/parameters.js.map +1 -1
  54. package/dist-esm/src/operations/autonomousDatabases.d.ts +31 -1
  55. package/dist-esm/src/operations/autonomousDatabases.d.ts.map +1 -1
  56. package/dist-esm/src/operations/autonomousDatabases.js +176 -0
  57. package/dist-esm/src/operations/autonomousDatabases.js.map +1 -1
  58. package/dist-esm/src/operations/cloudVmClusters.js +3 -3
  59. package/dist-esm/src/operations/dbNodes.js +1 -1
  60. package/dist-esm/src/operations/index.d.ts +1 -0
  61. package/dist-esm/src/operations/index.d.ts.map +1 -1
  62. package/dist-esm/src/operations/index.js +1 -0
  63. package/dist-esm/src/operations/index.js.map +1 -1
  64. package/dist-esm/src/operations/systemVersions.d.ts +42 -0
  65. package/dist-esm/src/operations/systemVersions.d.ts.map +1 -0
  66. package/dist-esm/src/operations/systemVersions.js +175 -0
  67. package/dist-esm/src/operations/systemVersions.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts +31 -1
  69. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts.map +1 -1
  70. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  71. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  72. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  73. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  74. package/dist-esm/src/operationsInterfaces/systemVersions.d.ts +19 -0
  75. package/dist-esm/src/operationsInterfaces/systemVersions.d.ts.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/systemVersions.js +9 -0
  77. package/dist-esm/src/operationsInterfaces/systemVersions.js.map +1 -0
  78. package/dist-esm/src/oracleDatabaseManagementClient.d.ts +2 -1
  79. package/dist-esm/src/oracleDatabaseManagementClient.d.ts.map +1 -1
  80. package/dist-esm/src/oracleDatabaseManagementClient.js +3 -2
  81. package/dist-esm/src/oracleDatabaseManagementClient.js.map +1 -1
  82. package/dist-esm/test/oracledatabase_operations_test.spec.d.ts.map +1 -1
  83. package/dist-esm/test/oracledatabase_operations_test.spec.js +5 -1
  84. package/dist-esm/test/oracledatabase_operations_test.spec.js.map +1 -1
  85. package/package.json +1 -1
  86. package/review/arm-oracledatabase.api.md +145 -40
  87. package/src/models/index.ts +568 -484
  88. package/src/models/mappers.ts +344 -143
  89. package/src/models/parameters.ts +55 -3
  90. package/src/operations/autonomousDatabases.ts +252 -0
  91. package/src/operations/cloudVmClusters.ts +3 -3
  92. package/src/operations/dbNodes.ts +1 -1
  93. package/src/operations/index.ts +1 -0
  94. package/src/operations/systemVersions.ts +213 -0
  95. package/src/operationsInterfaces/autonomousDatabases.ts +63 -0
  96. package/src/operationsInterfaces/index.ts +1 -0
  97. package/src/operationsInterfaces/systemVersions.ts +40 -0
  98. package/src/oracleDatabaseManagementClient.ts +5 -1
  99. package/types/arm-oracledatabase.d.ts +629 -499
  100. package/types/tsdoc-metadata.json +1 -1
@@ -130,11 +130,8 @@ export interface ErrorAdditionalInfo {
130
130
  export interface AutonomousDatabaseListResult {
131
131
  /** The AutonomousDatabase items on this page */
132
132
  value: AutonomousDatabase[];
133
- /**
134
- * The link to the next page of items
135
- * NOTE: This property will not be serialized. It can only be populated by the server.
136
- */
137
- readonly nextLink?: string;
133
+ /** The link to the next page of items */
134
+ nextLink?: string;
138
135
  }
139
136
 
140
137
  /** Autonomous Database base resource model. */
@@ -298,6 +295,13 @@ export interface AutonomousDatabaseBaseProperties {
298
295
  * NOTE: This property will not be serialized. It can only be populated by the server.
299
296
  */
300
297
  readonly inMemoryAreaInGbs?: number;
298
+ /**
299
+ * The date and time when the next long-term backup would be created.
300
+ * NOTE: This property will not be serialized. It can only be populated by the server.
301
+ */
302
+ readonly nextLongTermBackupTimeStamp?: Date;
303
+ /** Details for the long-term backup schedule. */
304
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
301
305
  /**
302
306
  * Indicates if the Autonomous Database version is a preview version.
303
307
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -517,6 +521,18 @@ export interface ConnectionUrlType {
517
521
  sqlDevWebUrl?: string;
518
522
  }
519
523
 
524
+ /** Details for the long-term backup schedule. */
525
+ export interface LongTermBackUpScheduleDetails {
526
+ /** The frequency of the long-term backup schedule */
527
+ repeatCadence?: RepeatCadenceType;
528
+ /** The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month. */
529
+ timeOfBackup?: Date;
530
+ /** Retention period, in days, for backups. */
531
+ retentionPeriodInDays?: number;
532
+ /** Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`. */
533
+ isDisabled?: boolean;
534
+ }
535
+
520
536
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
521
537
  export interface Resource {
522
538
  /**
@@ -561,11 +577,8 @@ export interface SystemData {
561
577
  export interface CloudExadataInfrastructureListResult {
562
578
  /** The CloudExadataInfrastructure items on this page */
563
579
  value: CloudExadataInfrastructure[];
564
- /**
565
- * The link to the next page of items
566
- * NOTE: This property will not be serialized. It can only be populated by the server.
567
- */
568
- readonly nextLink?: string;
580
+ /** The link to the next page of items */
581
+ nextLink?: string;
569
582
  }
570
583
 
571
584
  /** CloudExadataInfrastructure resource model */
@@ -767,11 +780,8 @@ export interface EstimatedPatchingTime {
767
780
  export interface CloudVmClusterListResult {
768
781
  /** The CloudVmCluster items on this page */
769
782
  value: CloudVmCluster[];
770
- /**
771
- * The link to the next page of items
772
- * NOTE: This property will not be serialized. It can only be populated by the server.
773
- */
774
- readonly nextLink?: string;
783
+ /** The link to the next page of items */
784
+ nextLink?: string;
775
785
  }
776
786
 
777
787
  /** CloudVmCluster resource model */
@@ -831,11 +841,8 @@ export interface CloudVmClusterProperties {
831
841
  cloudExadataInfrastructureId: string;
832
842
  /** If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created. */
833
843
  isSparseDiskgroupEnabled?: boolean;
834
- /**
835
- * Operating system version of the image.
836
- * NOTE: This property will not be serialized. It can only be populated by the server.
837
- */
838
- readonly systemVersion?: string;
844
+ /** Operating system version of the image. */
845
+ systemVersion?: string;
839
846
  /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */
840
847
  sshPublicKeys: string[];
841
848
  /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */
@@ -903,7 +910,7 @@ export interface CloudVmClusterProperties {
903
910
  /** Client OCI backup subnet CIDR, default is 192.168.252.0/22 */
904
911
  backupSubnetCidr?: string;
905
912
  /** CIDR blocks for additional NSG ingress rules. The VNET CIDRs used to provision the VM Cluster will be added by default. */
906
- nsgCidrs?: NSGCidr[];
913
+ nsgCidrs?: NsgCidr[];
907
914
  /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */
908
915
  dataCollectionOptions?: DataCollectionOptions;
909
916
  /** Display Name */
@@ -935,7 +942,7 @@ export interface CloudVmClusterProperties {
935
942
  }
936
943
 
937
944
  /** A rule for allowing inbound (INGRESS) IP packets */
938
- export interface NSGCidr {
945
+ export interface NsgCidr {
939
946
  /** Conceptually, this is the range of IP addresses that a packet coming into the instance can come from. */
940
947
  source: string;
941
948
  /** Destination port range to specify particular destination ports for TCP rules. */
@@ -986,11 +993,8 @@ export interface DbIormConfig {
986
993
  export interface AutonomousDatabaseCharacterSetListResult {
987
994
  /** The AutonomousDatabaseCharacterSet items on this page */
988
995
  value: AutonomousDatabaseCharacterSet[];
989
- /**
990
- * The link to the next page of items
991
- * NOTE: This property will not be serialized. It can only be populated by the server.
992
- */
993
- readonly nextLink?: string;
996
+ /** The link to the next page of items */
997
+ nextLink?: string;
994
998
  }
995
999
 
996
1000
  /** AutonomousDatabaseCharacterSet resource model */
@@ -1006,11 +1010,8 @@ export interface AutonomousDatabaseCharacterSetProperties {
1006
1010
  export interface AutonomousDatabaseNationalCharacterSetListResult {
1007
1011
  /** The AutonomousDatabaseNationalCharacterSet items on this page */
1008
1012
  value: AutonomousDatabaseNationalCharacterSet[];
1009
- /**
1010
- * The link to the next page of items
1011
- * NOTE: This property will not be serialized. It can only be populated by the server.
1012
- */
1013
- readonly nextLink?: string;
1013
+ /** The link to the next page of items */
1014
+ nextLink?: string;
1014
1015
  }
1015
1016
 
1016
1017
  /** AutonomousDatabaseNationalCharacterSet resource model */
@@ -1026,11 +1027,8 @@ export interface AutonomousDatabaseNationalCharacterSetProperties {
1026
1027
  export interface AutonomousDbVersionListResult {
1027
1028
  /** The AutonomousDbVersion items on this page */
1028
1029
  value: AutonomousDbVersion[];
1029
- /**
1030
- * The link to the next page of items
1031
- * NOTE: This property will not be serialized. It can only be populated by the server.
1032
- */
1033
- readonly nextLink?: string;
1030
+ /** The link to the next page of items */
1031
+ nextLink?: string;
1034
1032
  }
1035
1033
 
1036
1034
  /** AutonomousDbVersion resource model */
@@ -1071,11 +1069,8 @@ export interface AutonomousDbVersionProperties {
1071
1069
  export interface DbSystemShapeListResult {
1072
1070
  /** The DbSystemShape items on this page */
1073
1071
  value: DbSystemShape[];
1074
- /**
1075
- * The link to the next page of items
1076
- * NOTE: This property will not be serialized. It can only be populated by the server.
1077
- */
1078
- readonly nextLink?: string;
1072
+ /** The link to the next page of items */
1073
+ nextLink?: string;
1079
1074
  }
1080
1075
 
1081
1076
  /** DbSystemShape resource model */
@@ -1186,11 +1181,8 @@ export interface DbSystemShapeProperties {
1186
1181
  export interface DnsPrivateViewListResult {
1187
1182
  /** The DnsPrivateView items on this page */
1188
1183
  value: DnsPrivateView[];
1189
- /**
1190
- * The link to the next page of items
1191
- * NOTE: This property will not be serialized. It can only be populated by the server.
1192
- */
1193
- readonly nextLink?: string;
1184
+ /** The link to the next page of items */
1185
+ nextLink?: string;
1194
1186
  }
1195
1187
 
1196
1188
  /** Views resource model */
@@ -1241,11 +1233,8 @@ export interface DnsPrivateViewProperties {
1241
1233
  export interface DnsPrivateZoneListResult {
1242
1234
  /** The DnsPrivateZone items on this page */
1243
1235
  value: DnsPrivateZone[];
1244
- /**
1245
- * The link to the next page of items
1246
- * NOTE: This property will not be serialized. It can only be populated by the server.
1247
- */
1248
- readonly nextLink?: string;
1236
+ /** The link to the next page of items */
1237
+ nextLink?: string;
1249
1238
  }
1250
1239
 
1251
1240
  /** Zones resource model */
@@ -1306,11 +1295,8 @@ export interface DnsPrivateZoneProperties {
1306
1295
  export interface GiVersionListResult {
1307
1296
  /** The GiVersion items on this page */
1308
1297
  value: GiVersion[];
1309
- /**
1310
- * The link to the next page of items
1311
- * NOTE: This property will not be serialized. It can only be populated by the server.
1312
- */
1313
- readonly nextLink?: string;
1298
+ /** The link to the next page of items */
1299
+ nextLink?: string;
1314
1300
  }
1315
1301
 
1316
1302
  /** GiVersion resource model */
@@ -1322,15 +1308,29 @@ export interface GiVersionProperties {
1322
1308
  readonly version: string;
1323
1309
  }
1324
1310
 
1311
+ /** The response of a SystemVersion list operation. */
1312
+ export interface SystemVersionListResult {
1313
+ /** The SystemVersion items on this page */
1314
+ value: SystemVersion[];
1315
+ /** The link to the next page of items */
1316
+ nextLink?: string;
1317
+ }
1318
+
1319
+ /** System Version Resource model */
1320
+ export interface SystemVersionProperties {
1321
+ /**
1322
+ * A valid Oracle System Version
1323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1324
+ */
1325
+ readonly systemVersion: string;
1326
+ }
1327
+
1325
1328
  /** The response of a OracleSubscription list operation. */
1326
1329
  export interface OracleSubscriptionListResult {
1327
1330
  /** The OracleSubscription items on this page */
1328
1331
  value: OracleSubscription[];
1329
- /**
1330
- * The link to the next page of items
1331
- * NOTE: This property will not be serialized. It can only be populated by the server.
1332
- */
1333
- readonly nextLink?: string;
1332
+ /** The link to the next page of items */
1333
+ nextLink?: string;
1334
1334
  }
1335
1335
 
1336
1336
  /** Oracle Subscription resource model */
@@ -1380,13 +1380,13 @@ export interface Plan {
1380
1380
  /** The type used for update operations of the OracleSubscription. */
1381
1381
  export interface OracleSubscriptionUpdate {
1382
1382
  /** Details of the resource plan. */
1383
- plan?: ResourcePlanTypeUpdate;
1383
+ plan?: PlanUpdate;
1384
1384
  /** The updatable properties of the OracleSubscription. */
1385
1385
  properties?: OracleSubscriptionUpdateProperties;
1386
1386
  }
1387
1387
 
1388
1388
  /** ResourcePlanTypeUpdate model definition */
1389
- export interface ResourcePlanTypeUpdate {
1389
+ export interface PlanUpdate {
1390
1390
  /** A user defined name of the 3rd Party Artifact that is being procured. */
1391
1391
  name?: string;
1392
1392
  /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
@@ -1544,6 +1544,8 @@ export interface AutonomousDatabaseUpdateProperties {
1544
1544
  scheduledOperations?: ScheduledOperationsTypeUpdate;
1545
1545
  /** The Oracle Database Edition that applies to the Autonomous databases. */
1546
1546
  databaseEdition?: DatabaseEditionType;
1547
+ /** Details for the long-term backup schedule. */
1548
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
1547
1549
  /** Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard */
1548
1550
  localAdgAutoFailoverMaxDataLossLimit?: number;
1549
1551
  /** Indicates the Autonomous Database mode. */
@@ -1578,11 +1580,8 @@ export interface DayOfWeekUpdate {
1578
1580
  export interface AutonomousDatabaseBackupListResult {
1579
1581
  /** The AutonomousDatabaseBackup items on this page */
1580
1582
  value: AutonomousDatabaseBackup[];
1581
- /**
1582
- * The link to the next page of items
1583
- * NOTE: This property will not be serialized. It can only be populated by the server.
1584
- */
1585
- readonly nextLink?: string;
1583
+ /** The link to the next page of items */
1584
+ nextLink?: string;
1586
1585
  }
1587
1586
 
1588
1587
  /** AutonomousDatabaseBackup resource model */
@@ -1591,12 +1590,12 @@ export interface AutonomousDatabaseBackupProperties {
1591
1590
  * The OCID of the Autonomous Database.
1592
1591
  * NOTE: This property will not be serialized. It can only be populated by the server.
1593
1592
  */
1594
- readonly autonomousDatabaseId: string;
1593
+ readonly autonomousDatabaseOcid?: string;
1595
1594
  /**
1596
1595
  * The size of the database in terabytes at the time the backup was taken.
1597
1596
  * NOTE: This property will not be serialized. It can only be populated by the server.
1598
1597
  */
1599
- readonly databaseSizeInTBs?: number;
1598
+ readonly databaseSizeInTbs?: number;
1600
1599
  /**
1601
1600
  * A valid Oracle Database version for Autonomous Database.
1602
1601
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1635,12 +1634,17 @@ export interface AutonomousDatabaseBackupProperties {
1635
1634
  * The backup size in terabytes (TB).
1636
1635
  * NOTE: This property will not be serialized. It can only be populated by the server.
1637
1636
  */
1638
- readonly sizeInTBs?: number;
1637
+ readonly sizeInTbs?: number;
1639
1638
  /**
1640
1639
  * Timestamp until when the backup will be available.
1641
1640
  * NOTE: This property will not be serialized. It can only be populated by the server.
1642
1641
  */
1643
1642
  readonly timeAvailableTil?: Date;
1643
+ /**
1644
+ * The date and time the backup started.
1645
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1646
+ */
1647
+ readonly timeStarted?: string;
1644
1648
  /**
1645
1649
  * The date and time the backup completed.
1646
1650
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1650,7 +1654,7 @@ export interface AutonomousDatabaseBackupProperties {
1650
1654
  * The type of backup.
1651
1655
  * NOTE: This property will not be serialized. It can only be populated by the server.
1652
1656
  */
1653
- readonly type?: AutonomousDatabaseBackupType;
1657
+ readonly backupType?: AutonomousDatabaseBackupType;
1654
1658
  /**
1655
1659
  * Azure resource provisioning state.
1656
1660
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1695,6 +1699,12 @@ export interface AutonomousDatabaseWalletFile {
1695
1699
  walletFiles: string;
1696
1700
  }
1697
1701
 
1702
+ /** Details to restore an Oracle Autonomous Database. */
1703
+ export interface RestoreAutonomousDatabaseDetails {
1704
+ /** The time to restore the database to. */
1705
+ timestamp: Date;
1706
+ }
1707
+
1698
1708
  /** The type used for update operations of the CloudExadataInfrastructure. */
1699
1709
  export interface CloudExadataInfrastructureUpdate {
1700
1710
  /** CloudExadataInfrastructure zones */
@@ -1723,11 +1733,8 @@ export interface CloudExadataInfrastructureUpdateProperties {
1723
1733
  export interface DbServerListResult {
1724
1734
  /** The DbServer items on this page */
1725
1735
  value: DbServer[];
1726
- /**
1727
- * The link to the next page of items
1728
- * NOTE: This property will not be serialized. It can only be populated by the server.
1729
- */
1730
- readonly nextLink?: string;
1736
+ /** The link to the next page of items */
1737
+ nextLink?: string;
1731
1738
  }
1732
1739
 
1733
1740
  /** DbServer resource properties */
@@ -1902,11 +1909,8 @@ export interface AddRemoveDbNode {
1902
1909
  export interface DbNodeListResult {
1903
1910
  /** The DbNode items on this page */
1904
1911
  value: DbNode[];
1905
- /**
1906
- * The link to the next page of items
1907
- * NOTE: This property will not be serialized. It can only be populated by the server.
1908
- */
1909
- readonly nextLink?: string;
1912
+ /** The link to the next page of items */
1913
+ nextLink?: string;
1910
1914
  }
1911
1915
 
1912
1916
  /** The properties of DbNodeResource */
@@ -2060,11 +2064,8 @@ export interface PrivateIpAddressProperties {
2060
2064
  export interface VirtualNetworkAddressListResult {
2061
2065
  /** The VirtualNetworkAddress items on this page */
2062
2066
  value: VirtualNetworkAddress[];
2063
- /**
2064
- * The link to the next page of items
2065
- * NOTE: This property will not be serialized. It can only be populated by the server.
2066
- */
2067
- readonly nextLink?: string;
2067
+ /** The link to the next page of items */
2068
+ nextLink?: string;
2068
2069
  }
2069
2070
 
2070
2071
  /** virtualNetworkAddress resource properties */
@@ -2105,6 +2106,16 @@ export interface VirtualNetworkAddressProperties {
2105
2106
  readonly timeAssigned?: Date;
2106
2107
  }
2107
2108
 
2109
+ /** SystemVersions filter */
2110
+ export interface SystemVersionsFilter {
2111
+ /** Grid Infrastructure version */
2112
+ giVersion: string;
2113
+ /** Exadata shape */
2114
+ shape: string;
2115
+ /** Check If we have to list only latest versions */
2116
+ isLatestVersion?: boolean;
2117
+ }
2118
+
2108
2119
  /** validation error */
2109
2120
  export interface ValidationError {
2110
2121
  /** error code */
@@ -2236,6 +2247,12 @@ export interface GiVersion extends ProxyResource {
2236
2247
  properties?: GiVersionProperties;
2237
2248
  }
2238
2249
 
2250
+ /** SystemVersion resource Definition */
2251
+ export interface SystemVersion extends ProxyResource {
2252
+ /** The resource-specific properties for this resource. */
2253
+ properties?: SystemVersionProperties;
2254
+ }
2255
+
2239
2256
  /** OracleSubscription resource definition */
2240
2257
  export interface OracleSubscription extends ProxyResource {
2241
2258
  /** The resource-specific properties for this resource. */
@@ -2276,34 +2293,50 @@ export interface AutonomousDatabasesCreateOrUpdateHeaders {
2276
2293
 
2277
2294
  /** Defines headers for AutonomousDatabases_update operation. */
2278
2295
  export interface AutonomousDatabasesUpdateHeaders {
2279
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2280
- retryAfter?: number;
2281
2296
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2282
2297
  location?: string;
2298
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2299
+ retryAfter?: number;
2283
2300
  }
2284
2301
 
2285
2302
  /** Defines headers for AutonomousDatabases_delete operation. */
2286
2303
  export interface AutonomousDatabasesDeleteHeaders {
2287
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2288
- retryAfter?: number;
2289
2304
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2290
2305
  location?: string;
2306
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2307
+ retryAfter?: number;
2291
2308
  }
2292
2309
 
2293
2310
  /** Defines headers for AutonomousDatabases_failover operation. */
2294
2311
  export interface AutonomousDatabasesFailoverHeaders {
2312
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2313
+ location?: string;
2295
2314
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2296
2315
  retryAfter?: number;
2316
+ }
2317
+
2318
+ /** Defines headers for AutonomousDatabases_restore operation. */
2319
+ export interface AutonomousDatabasesRestoreHeaders {
2297
2320
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2298
2321
  location?: string;
2322
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2323
+ retryAfter?: number;
2299
2324
  }
2300
2325
 
2301
- /** Defines headers for AutonomousDatabases_switchover operation. */
2302
- export interface AutonomousDatabasesSwitchoverHeaders {
2326
+ /** Defines headers for AutonomousDatabases_shrink operation. */
2327
+ export interface AutonomousDatabasesShrinkHeaders {
2328
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2329
+ location?: string;
2303
2330
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2304
2331
  retryAfter?: number;
2332
+ }
2333
+
2334
+ /** Defines headers for AutonomousDatabases_switchover operation. */
2335
+ export interface AutonomousDatabasesSwitchoverHeaders {
2305
2336
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2306
2337
  location?: string;
2338
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2339
+ retryAfter?: number;
2307
2340
  }
2308
2341
 
2309
2342
  /** Defines headers for CloudExadataInfrastructures_createOrUpdate operation. */
@@ -2314,26 +2347,26 @@ export interface CloudExadataInfrastructuresCreateOrUpdateHeaders {
2314
2347
 
2315
2348
  /** Defines headers for CloudExadataInfrastructures_update operation. */
2316
2349
  export interface CloudExadataInfrastructuresUpdateHeaders {
2317
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2318
- retryAfter?: number;
2319
2350
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2320
2351
  location?: string;
2352
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2353
+ retryAfter?: number;
2321
2354
  }
2322
2355
 
2323
2356
  /** Defines headers for CloudExadataInfrastructures_delete operation. */
2324
2357
  export interface CloudExadataInfrastructuresDeleteHeaders {
2325
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2326
- retryAfter?: number;
2327
2358
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2328
2359
  location?: string;
2360
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2361
+ retryAfter?: number;
2329
2362
  }
2330
2363
 
2331
2364
  /** Defines headers for CloudExadataInfrastructures_addStorageCapacity operation. */
2332
2365
  export interface CloudExadataInfrastructuresAddStorageCapacityHeaders {
2333
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2334
- retryAfter?: number;
2335
2366
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2336
2367
  location?: string;
2368
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2369
+ retryAfter?: number;
2337
2370
  }
2338
2371
 
2339
2372
  /** Defines headers for CloudVmClusters_createOrUpdate operation. */
@@ -2344,34 +2377,34 @@ export interface CloudVmClustersCreateOrUpdateHeaders {
2344
2377
 
2345
2378
  /** Defines headers for CloudVmClusters_update operation. */
2346
2379
  export interface CloudVmClustersUpdateHeaders {
2347
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2348
- retryAfter?: number;
2349
2380
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2350
2381
  location?: string;
2382
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2383
+ retryAfter?: number;
2351
2384
  }
2352
2385
 
2353
2386
  /** Defines headers for CloudVmClusters_delete operation. */
2354
2387
  export interface CloudVmClustersDeleteHeaders {
2355
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2356
- retryAfter?: number;
2357
2388
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2358
2389
  location?: string;
2390
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2391
+ retryAfter?: number;
2359
2392
  }
2360
2393
 
2361
2394
  /** Defines headers for CloudVmClusters_addVms operation. */
2362
2395
  export interface CloudVmClustersAddVmsHeaders {
2363
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2364
- retryAfter?: number;
2365
2396
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2366
2397
  location?: string;
2398
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2399
+ retryAfter?: number;
2367
2400
  }
2368
2401
 
2369
2402
  /** Defines headers for CloudVmClusters_removeVms operation. */
2370
2403
  export interface CloudVmClustersRemoveVmsHeaders {
2371
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2372
- retryAfter?: number;
2373
2404
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2374
2405
  location?: string;
2406
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2407
+ retryAfter?: number;
2375
2408
  }
2376
2409
 
2377
2410
  /** Defines headers for OracleSubscriptions_createOrUpdate operation. */
@@ -2382,42 +2415,42 @@ export interface OracleSubscriptionsCreateOrUpdateHeaders {
2382
2415
 
2383
2416
  /** Defines headers for OracleSubscriptions_update operation. */
2384
2417
  export interface OracleSubscriptionsUpdateHeaders {
2385
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2386
- retryAfter?: number;
2387
2418
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2388
2419
  location?: string;
2420
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2421
+ retryAfter?: number;
2389
2422
  }
2390
2423
 
2391
2424
  /** Defines headers for OracleSubscriptions_delete operation. */
2392
2425
  export interface OracleSubscriptionsDeleteHeaders {
2393
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2394
- retryAfter?: number;
2395
2426
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2396
2427
  location?: string;
2428
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2429
+ retryAfter?: number;
2397
2430
  }
2398
2431
 
2399
2432
  /** Defines headers for OracleSubscriptions_listActivationLinks operation. */
2400
2433
  export interface OracleSubscriptionsListActivationLinksHeaders {
2401
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2402
- retryAfter?: number;
2403
2434
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2404
2435
  location?: string;
2436
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2437
+ retryAfter?: number;
2405
2438
  }
2406
2439
 
2407
2440
  /** Defines headers for OracleSubscriptions_listCloudAccountDetails operation. */
2408
2441
  export interface OracleSubscriptionsListCloudAccountDetailsHeaders {
2409
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2410
- retryAfter?: number;
2411
2442
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2412
2443
  location?: string;
2444
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2445
+ retryAfter?: number;
2413
2446
  }
2414
2447
 
2415
2448
  /** Defines headers for OracleSubscriptions_listSaasSubscriptionDetails operation. */
2416
2449
  export interface OracleSubscriptionsListSaasSubscriptionDetailsHeaders {
2417
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2418
- retryAfter?: number;
2419
2450
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2420
2451
  location?: string;
2452
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2453
+ retryAfter?: number;
2421
2454
  }
2422
2455
 
2423
2456
  /** Defines headers for AutonomousDatabaseBackups_createOrUpdate operation. */
@@ -2428,26 +2461,26 @@ export interface AutonomousDatabaseBackupsCreateOrUpdateHeaders {
2428
2461
 
2429
2462
  /** Defines headers for AutonomousDatabaseBackups_update operation. */
2430
2463
  export interface AutonomousDatabaseBackupsUpdateHeaders {
2431
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2432
- retryAfter?: number;
2433
2464
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2434
2465
  location?: string;
2466
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2467
+ retryAfter?: number;
2435
2468
  }
2436
2469
 
2437
2470
  /** Defines headers for AutonomousDatabaseBackups_delete operation. */
2438
2471
  export interface AutonomousDatabaseBackupsDeleteHeaders {
2439
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2440
- retryAfter?: number;
2441
2472
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2442
2473
  location?: string;
2474
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2475
+ retryAfter?: number;
2443
2476
  }
2444
2477
 
2445
2478
  /** Defines headers for DbNodes_action operation. */
2446
2479
  export interface DbNodesActionHeaders {
2447
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2448
- retryAfter?: number;
2449
2480
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2450
2481
  location?: string;
2482
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2483
+ retryAfter?: number;
2451
2484
  }
2452
2485
 
2453
2486
  /** Defines headers for VirtualNetworkAddresses_createOrUpdate operation. */
@@ -2458,10 +2491,10 @@ export interface VirtualNetworkAddressesCreateOrUpdateHeaders {
2458
2491
 
2459
2492
  /** Defines headers for VirtualNetworkAddresses_delete operation. */
2460
2493
  export interface VirtualNetworkAddressesDeleteHeaders {
2461
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2462
- retryAfter?: number;
2463
2494
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2464
2495
  location?: string;
2496
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2497
+ retryAfter?: number;
2465
2498
  }
2466
2499
 
2467
2500
  /** Known values of {@link Origin} that the service accepts. */
@@ -2502,9 +2535,9 @@ export type ActionType = string;
2502
2535
 
2503
2536
  /** Known values of {@link DataBaseType} that the service accepts. */
2504
2537
  export enum KnownDataBaseType {
2505
- /** REGULAR value */
2538
+ /** Regular DB */
2506
2539
  Regular = "Regular",
2507
- /** CLONE value */
2540
+ /** Clone DB */
2508
2541
  Clone = "Clone",
2509
2542
  }
2510
2543
 
@@ -2513,16 +2546,16 @@ export enum KnownDataBaseType {
2513
2546
  * {@link KnownDataBaseType} can be used interchangeably with DataBaseType,
2514
2547
  * this enum contains the known values that the service supports.
2515
2548
  * ### Known values supported by the service
2516
- * **Regular**: REGULAR value \
2517
- * **Clone**: CLONE value
2549
+ * **Regular**: Regular DB \
2550
+ * **Clone**: Clone DB
2518
2551
  */
2519
2552
  export type DataBaseType = string;
2520
2553
 
2521
2554
  /** Known values of {@link AutonomousMaintenanceScheduleType} that the service accepts. */
2522
2555
  export enum KnownAutonomousMaintenanceScheduleType {
2523
- /** EARLY value */
2556
+ /** Early maintenance schedule */
2524
2557
  Early = "Early",
2525
- /** REGULAR value */
2558
+ /** Regular maintenance schedule */
2526
2559
  Regular = "Regular",
2527
2560
  }
2528
2561
 
@@ -2531,16 +2564,16 @@ export enum KnownAutonomousMaintenanceScheduleType {
2531
2564
  * {@link KnownAutonomousMaintenanceScheduleType} can be used interchangeably with AutonomousMaintenanceScheduleType,
2532
2565
  * this enum contains the known values that the service supports.
2533
2566
  * ### Known values supported by the service
2534
- * **Early**: EARLY value \
2535
- * **Regular**: REGULAR value
2567
+ * **Early**: Early maintenance schedule \
2568
+ * **Regular**: Regular maintenance schedule
2536
2569
  */
2537
2570
  export type AutonomousMaintenanceScheduleType = string;
2538
2571
 
2539
2572
  /** Known values of {@link ComputeModel} that the service accepts. */
2540
2573
  export enum KnownComputeModel {
2541
- /** ECPU value */
2574
+ /** ECPU model type */
2542
2575
  Ecpu = "ECPU",
2543
- /** OCPU value */
2576
+ /** OCPU model type */
2544
2577
  Ocpu = "OCPU",
2545
2578
  }
2546
2579
 
@@ -2549,8 +2582,8 @@ export enum KnownComputeModel {
2549
2582
  * {@link KnownComputeModel} can be used interchangeably with ComputeModel,
2550
2583
  * this enum contains the known values that the service supports.
2551
2584
  * ### Known values supported by the service
2552
- * **ECPU**: ECPU value \
2553
- * **OCPU**: OCPU value
2585
+ * **ECPU**: ECPU model type \
2586
+ * **OCPU**: OCPU model type
2554
2587
  */
2555
2588
  export type ComputeModel = string;
2556
2589
 
@@ -2580,9 +2613,9 @@ export type WorkloadType = string;
2580
2613
 
2581
2614
  /** Known values of {@link DisasterRecoveryType} that the service accepts. */
2582
2615
  export enum KnownDisasterRecoveryType {
2583
- /** ADG value */
2616
+ /** ADG type */
2584
2617
  Adg = "Adg",
2585
- /** BACKUP_BASED value */
2618
+ /** Backup based type */
2586
2619
  BackupBased = "BackupBased",
2587
2620
  }
2588
2621
 
@@ -2591,54 +2624,54 @@ export enum KnownDisasterRecoveryType {
2591
2624
  * {@link KnownDisasterRecoveryType} can be used interchangeably with DisasterRecoveryType,
2592
2625
  * this enum contains the known values that the service supports.
2593
2626
  * ### Known values supported by the service
2594
- * **Adg**: ADG value \
2595
- * **BackupBased**: BACKUP_BASED value
2627
+ * **Adg**: ADG type \
2628
+ * **BackupBased**: Backup based type
2596
2629
  */
2597
2630
  export type DisasterRecoveryType = string;
2598
2631
 
2599
2632
  /** Known values of {@link AutonomousDatabaseLifecycleState} that the service accepts. */
2600
2633
  export enum KnownAutonomousDatabaseLifecycleState {
2601
- /** PROVISIONING value */
2634
+ /** Indicates that resource in Provisioning state */
2602
2635
  Provisioning = "Provisioning",
2603
- /** AVAILABLE value */
2636
+ /** Indicates that resource in Available state */
2604
2637
  Available = "Available",
2605
- /** STOPPING value */
2638
+ /** Indicates that resource in Stopping state */
2606
2639
  Stopping = "Stopping",
2607
- /** STOPPED value */
2640
+ /** Indicates that resource in Stopped state */
2608
2641
  Stopped = "Stopped",
2609
- /** STARTING value */
2642
+ /** Indicates that resource in Starting state */
2610
2643
  Starting = "Starting",
2611
- /** TERMINATING value */
2644
+ /** Indicates that resource in Terminating state */
2612
2645
  Terminating = "Terminating",
2613
- /** TERMINATED value */
2646
+ /** Indicates that resource in Terminated state */
2614
2647
  Terminated = "Terminated",
2615
- /** UNAVAILABLE value */
2648
+ /** Indicates that resource in Unavailable state */
2616
2649
  Unavailable = "Unavailable",
2617
- /** RESTORE_IN_PROGRESS value */
2650
+ /** Indicates that resource in RestoreInProgress state */
2618
2651
  RestoreInProgress = "RestoreInProgress",
2619
- /** RESTORE_FAILED value */
2652
+ /** Indicates that resource in RestoreFailed state */
2620
2653
  RestoreFailed = "RestoreFailed",
2621
- /** BACKUP_IN_PROGRESS value */
2654
+ /** Indicates that resource in BackupInProgress state */
2622
2655
  BackupInProgress = "BackupInProgress",
2623
- /** SCALE_IN_PROGRESS value */
2656
+ /** Indicates that resource in ScaleInProgress state */
2624
2657
  ScaleInProgress = "ScaleInProgress",
2625
- /** AVAILABLE_NEEDS_ATTENTION value */
2658
+ /** Indicates that resource is available but needs attention */
2626
2659
  AvailableNeedsAttention = "AvailableNeedsAttention",
2627
- /** UPDATING value */
2660
+ /** Indicates that resource in Updating state */
2628
2661
  Updating = "Updating",
2629
- /** MAINTENANCE_IN_PROGRESS value */
2662
+ /** Indicates that resource maintenance in progress state */
2630
2663
  MaintenanceInProgress = "MaintenanceInProgress",
2631
- /** RESTARTING value */
2664
+ /** Indicates that resource in Restarting state */
2632
2665
  Restarting = "Restarting",
2633
- /** RECREATING value */
2666
+ /** Indicates that resource in Recreating state */
2634
2667
  Recreating = "Recreating",
2635
- /** ROLE_CHANGE_IN_PROGRESS value */
2668
+ /** Indicates that resource role change in progress state */
2636
2669
  RoleChangeInProgress = "RoleChangeInProgress",
2637
- /** UPGRADING value */
2670
+ /** Indicates that resource in Upgrading state */
2638
2671
  Upgrading = "Upgrading",
2639
- /** INACCESSIBLE value */
2672
+ /** IIndicates that resource in Inaccessible state */
2640
2673
  Inaccessible = "Inaccessible",
2641
- /** STANDBY value */
2674
+ /** Indicates that resource in Standby state */
2642
2675
  Standby = "Standby",
2643
2676
  }
2644
2677
 
@@ -2647,35 +2680,35 @@ export enum KnownAutonomousDatabaseLifecycleState {
2647
2680
  * {@link KnownAutonomousDatabaseLifecycleState} can be used interchangeably with AutonomousDatabaseLifecycleState,
2648
2681
  * this enum contains the known values that the service supports.
2649
2682
  * ### Known values supported by the service
2650
- * **Provisioning**: PROVISIONING value \
2651
- * **Available**: AVAILABLE value \
2652
- * **Stopping**: STOPPING value \
2653
- * **Stopped**: STOPPED value \
2654
- * **Starting**: STARTING value \
2655
- * **Terminating**: TERMINATING value \
2656
- * **Terminated**: TERMINATED value \
2657
- * **Unavailable**: UNAVAILABLE value \
2658
- * **RestoreInProgress**: RESTORE_IN_PROGRESS value \
2659
- * **RestoreFailed**: RESTORE_FAILED value \
2660
- * **BackupInProgress**: BACKUP_IN_PROGRESS value \
2661
- * **ScaleInProgress**: SCALE_IN_PROGRESS value \
2662
- * **AvailableNeedsAttention**: AVAILABLE_NEEDS_ATTENTION value \
2663
- * **Updating**: UPDATING value \
2664
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
2665
- * **Restarting**: RESTARTING value \
2666
- * **Recreating**: RECREATING value \
2667
- * **RoleChangeInProgress**: ROLE_CHANGE_IN_PROGRESS value \
2668
- * **Upgrading**: UPGRADING value \
2669
- * **Inaccessible**: INACCESSIBLE value \
2670
- * **Standby**: STANDBY value
2683
+ * **Provisioning**: Indicates that resource in Provisioning state \
2684
+ * **Available**: Indicates that resource in Available state \
2685
+ * **Stopping**: Indicates that resource in Stopping state \
2686
+ * **Stopped**: Indicates that resource in Stopped state \
2687
+ * **Starting**: Indicates that resource in Starting state \
2688
+ * **Terminating**: Indicates that resource in Terminating state \
2689
+ * **Terminated**: Indicates that resource in Terminated state \
2690
+ * **Unavailable**: Indicates that resource in Unavailable state \
2691
+ * **RestoreInProgress**: Indicates that resource in RestoreInProgress state \
2692
+ * **RestoreFailed**: Indicates that resource in RestoreFailed state \
2693
+ * **BackupInProgress**: Indicates that resource in BackupInProgress state \
2694
+ * **ScaleInProgress**: Indicates that resource in ScaleInProgress state \
2695
+ * **AvailableNeedsAttention**: Indicates that resource is available but needs attention \
2696
+ * **Updating**: Indicates that resource in Updating state \
2697
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
2698
+ * **Restarting**: Indicates that resource in Restarting state \
2699
+ * **Recreating**: Indicates that resource in Recreating state \
2700
+ * **RoleChangeInProgress**: Indicates that resource role change in progress state \
2701
+ * **Upgrading**: Indicates that resource in Upgrading state \
2702
+ * **Inaccessible**: IIndicates that resource in Inaccessible state \
2703
+ * **Standby**: Indicates that resource in Standby state
2671
2704
  */
2672
2705
  export type AutonomousDatabaseLifecycleState = string;
2673
2706
 
2674
2707
  /** Known values of {@link LicenseModel} that the service accepts. */
2675
2708
  export enum KnownLicenseModel {
2676
- /** LicenseIncluded value */
2709
+ /** License included */
2677
2710
  LicenseIncluded = "LicenseIncluded",
2678
- /** BringYourOwnLicense value */
2711
+ /** Bring Your Own License */
2679
2712
  BringYourOwnLicense = "BringYourOwnLicense",
2680
2713
  }
2681
2714
 
@@ -2684,8 +2717,8 @@ export enum KnownLicenseModel {
2684
2717
  * {@link KnownLicenseModel} can be used interchangeably with LicenseModel,
2685
2718
  * this enum contains the known values that the service supports.
2686
2719
  * ### Known values supported by the service
2687
- * **LicenseIncluded**: LicenseIncluded value \
2688
- * **BringYourOwnLicense**: BringYourOwnLicense value
2720
+ * **LicenseIncluded**: License included \
2721
+ * **BringYourOwnLicense**: Bring Your Own License
2689
2722
  */
2690
2723
  export type LicenseModel = string;
2691
2724
 
@@ -2697,7 +2730,7 @@ export enum KnownAzureResourceProvisioningState {
2697
2730
  Failed = "Failed",
2698
2731
  /** Resource creation was canceled. */
2699
2732
  Canceled = "Canceled",
2700
- /** Provisioning value */
2733
+ /** Indicates that resource in Provisioning state */
2701
2734
  Provisioning = "Provisioning",
2702
2735
  }
2703
2736
 
@@ -2709,7 +2742,7 @@ export enum KnownAzureResourceProvisioningState {
2709
2742
  * **Succeeded**: Resource has been created. \
2710
2743
  * **Failed**: Resource creation failed. \
2711
2744
  * **Canceled**: Resource creation was canceled. \
2712
- * **Provisioning**: Provisioning value
2745
+ * **Provisioning**: Indicates that resource in Provisioning state
2713
2746
  */
2714
2747
  export type AzureResourceProvisioningState = string;
2715
2748
 
@@ -2748,15 +2781,15 @@ export type DayOfWeekName = string;
2748
2781
 
2749
2782
  /** Known values of {@link ConsumerGroup} that the service accepts. */
2750
2783
  export enum KnownConsumerGroup {
2751
- /** HIGH value */
2784
+ /** High group */
2752
2785
  High = "High",
2753
- /** MEDIUM value */
2786
+ /** Medium group */
2754
2787
  Medium = "Medium",
2755
- /** LOW value */
2788
+ /** Low group */
2756
2789
  Low = "Low",
2757
- /** TP value */
2790
+ /** TP group */
2758
2791
  Tp = "Tp",
2759
- /** TPURGENT value */
2792
+ /** TPurgent group */
2760
2793
  Tpurgent = "Tpurgent",
2761
2794
  }
2762
2795
 
@@ -2765,19 +2798,19 @@ export enum KnownConsumerGroup {
2765
2798
  * {@link KnownConsumerGroup} can be used interchangeably with ConsumerGroup,
2766
2799
  * this enum contains the known values that the service supports.
2767
2800
  * ### Known values supported by the service
2768
- * **High**: HIGH value \
2769
- * **Medium**: MEDIUM value \
2770
- * **Low**: LOW value \
2771
- * **Tp**: TP value \
2772
- * **Tpurgent**: TPURGENT value
2801
+ * **High**: High group \
2802
+ * **Medium**: Medium group \
2803
+ * **Low**: Low group \
2804
+ * **Tp**: TP group \
2805
+ * **Tpurgent**: TPurgent group
2773
2806
  */
2774
2807
  export type ConsumerGroup = string;
2775
2808
 
2776
2809
  /** Known values of {@link HostFormatType} that the service accepts. */
2777
2810
  export enum KnownHostFormatType {
2778
- /** FQDN value */
2811
+ /** FQDN format */
2779
2812
  Fqdn = "Fqdn",
2780
- /** IP value */
2813
+ /** IP format */
2781
2814
  Ip = "Ip",
2782
2815
  }
2783
2816
 
@@ -2786,16 +2819,16 @@ export enum KnownHostFormatType {
2786
2819
  * {@link KnownHostFormatType} can be used interchangeably with HostFormatType,
2787
2820
  * this enum contains the known values that the service supports.
2788
2821
  * ### Known values supported by the service
2789
- * **Fqdn**: FQDN value \
2790
- * **Ip**: IP value
2822
+ * **Fqdn**: FQDN format \
2823
+ * **Ip**: IP format
2791
2824
  */
2792
2825
  export type HostFormatType = string;
2793
2826
 
2794
2827
  /** Known values of {@link ProtocolType} that the service accepts. */
2795
2828
  export enum KnownProtocolType {
2796
- /** TCP value */
2829
+ /** TCP protocol */
2797
2830
  TCP = "TCP",
2798
- /** TCPS value */
2831
+ /** TCPS protocol */
2799
2832
  Tcps = "TCPS",
2800
2833
  }
2801
2834
 
@@ -2804,16 +2837,16 @@ export enum KnownProtocolType {
2804
2837
  * {@link KnownProtocolType} can be used interchangeably with ProtocolType,
2805
2838
  * this enum contains the known values that the service supports.
2806
2839
  * ### Known values supported by the service
2807
- * **TCP**: TCP value \
2808
- * **TCPS**: TCPS value
2840
+ * **TCP**: TCP protocol \
2841
+ * **TCPS**: TCPS protocol
2809
2842
  */
2810
2843
  export type ProtocolType = string;
2811
2844
 
2812
2845
  /** Known values of {@link SessionModeType} that the service accepts. */
2813
2846
  export enum KnownSessionModeType {
2814
- /** DIRECT value */
2847
+ /** Direct session mode */
2815
2848
  Direct = "Direct",
2816
- /** REDIRECT value */
2849
+ /** Redirect session mode */
2817
2850
  Redirect = "Redirect",
2818
2851
  }
2819
2852
 
@@ -2822,18 +2855,18 @@ export enum KnownSessionModeType {
2822
2855
  * {@link KnownSessionModeType} can be used interchangeably with SessionModeType,
2823
2856
  * this enum contains the known values that the service supports.
2824
2857
  * ### Known values supported by the service
2825
- * **Direct**: DIRECT value \
2826
- * **Redirect**: REDIRECT value
2858
+ * **Direct**: Direct session mode \
2859
+ * **Redirect**: Redirect session mode
2827
2860
  */
2828
2861
  export type SessionModeType = string;
2829
2862
 
2830
2863
  /** Known values of {@link SyntaxFormatType} that the service accepts. */
2831
2864
  export enum KnownSyntaxFormatType {
2832
- /** LONG value */
2865
+ /** Long format */
2833
2866
  Long = "Long",
2834
- /** EZCONNECT value */
2867
+ /** Ezconnect format */
2835
2868
  Ezconnect = "Ezconnect",
2836
- /** EZCONNECTPLUS value */
2869
+ /** Ezconnectplus format */
2837
2870
  Ezconnectplus = "Ezconnectplus",
2838
2871
  }
2839
2872
 
@@ -2842,17 +2875,17 @@ export enum KnownSyntaxFormatType {
2842
2875
  * {@link KnownSyntaxFormatType} can be used interchangeably with SyntaxFormatType,
2843
2876
  * this enum contains the known values that the service supports.
2844
2877
  * ### Known values supported by the service
2845
- * **Long**: LONG value \
2846
- * **Ezconnect**: EZCONNECT value \
2847
- * **Ezconnectplus**: EZCONNECTPLUS value
2878
+ * **Long**: Long format \
2879
+ * **Ezconnect**: Ezconnect format \
2880
+ * **Ezconnectplus**: Ezconnectplus format
2848
2881
  */
2849
2882
  export type SyntaxFormatType = string;
2850
2883
 
2851
2884
  /** Known values of {@link TlsAuthenticationType} that the service accepts. */
2852
2885
  export enum KnownTlsAuthenticationType {
2853
- /** SERVER value */
2886
+ /** Server authentication */
2854
2887
  Server = "Server",
2855
- /** MUTUAL value */
2888
+ /** Mutual TLS */
2856
2889
  Mutual = "Mutual",
2857
2890
  }
2858
2891
 
@@ -2861,22 +2894,22 @@ export enum KnownTlsAuthenticationType {
2861
2894
  * {@link KnownTlsAuthenticationType} can be used interchangeably with TlsAuthenticationType,
2862
2895
  * this enum contains the known values that the service supports.
2863
2896
  * ### Known values supported by the service
2864
- * **Server**: SERVER value \
2865
- * **Mutual**: MUTUAL value
2897
+ * **Server**: Server authentication \
2898
+ * **Mutual**: Mutual TLS
2866
2899
  */
2867
2900
  export type TlsAuthenticationType = string;
2868
2901
 
2869
2902
  /** Known values of {@link DataSafeStatusType} that the service accepts. */
2870
2903
  export enum KnownDataSafeStatusType {
2871
- /** REGISTERING value */
2904
+ /** Registering status */
2872
2905
  Registering = "Registering",
2873
- /** REGISTERED value */
2906
+ /** Registered status */
2874
2907
  Registered = "Registered",
2875
- /** DEREGISTERING value */
2908
+ /** Deregistering status */
2876
2909
  Deregistering = "Deregistering",
2877
- /** NOT_REGISTERED value */
2910
+ /** NotRegistered status */
2878
2911
  NotRegistered = "NotRegistered",
2879
- /** FAILED value */
2912
+ /** Failed status */
2880
2913
  Failed = "Failed",
2881
2914
  }
2882
2915
 
@@ -2885,19 +2918,19 @@ export enum KnownDataSafeStatusType {
2885
2918
  * {@link KnownDataSafeStatusType} can be used interchangeably with DataSafeStatusType,
2886
2919
  * this enum contains the known values that the service supports.
2887
2920
  * ### Known values supported by the service
2888
- * **Registering**: REGISTERING value \
2889
- * **Registered**: REGISTERED value \
2890
- * **Deregistering**: DEREGISTERING value \
2891
- * **NotRegistered**: NOT_REGISTERED value \
2892
- * **Failed**: FAILED value
2921
+ * **Registering**: Registering status \
2922
+ * **Registered**: Registered status \
2923
+ * **Deregistering**: Deregistering status \
2924
+ * **NotRegistered**: NotRegistered status \
2925
+ * **Failed**: Failed status
2893
2926
  */
2894
2927
  export type DataSafeStatusType = string;
2895
2928
 
2896
2929
  /** Known values of {@link DatabaseEditionType} that the service accepts. */
2897
2930
  export enum KnownDatabaseEditionType {
2898
- /** STANDARD_EDITION value */
2931
+ /** Standard edition */
2899
2932
  StandardEdition = "StandardEdition",
2900
- /** ENTERPRISE_EDITION value */
2933
+ /** Enterprise edition */
2901
2934
  EnterpriseEdition = "EnterpriseEdition",
2902
2935
  }
2903
2936
 
@@ -2906,16 +2939,40 @@ export enum KnownDatabaseEditionType {
2906
2939
  * {@link KnownDatabaseEditionType} can be used interchangeably with DatabaseEditionType,
2907
2940
  * this enum contains the known values that the service supports.
2908
2941
  * ### Known values supported by the service
2909
- * **StandardEdition**: STANDARD_EDITION value \
2910
- * **EnterpriseEdition**: ENTERPRISE_EDITION value
2942
+ * **StandardEdition**: Standard edition \
2943
+ * **EnterpriseEdition**: Enterprise edition
2911
2944
  */
2912
2945
  export type DatabaseEditionType = string;
2913
2946
 
2947
+ /** Known values of {@link RepeatCadenceType} that the service accepts. */
2948
+ export enum KnownRepeatCadenceType {
2949
+ /** Repeat one time */
2950
+ OneTime = "OneTime",
2951
+ /** Repeat weekly */
2952
+ Weekly = "Weekly",
2953
+ /** Repeat monthly */
2954
+ Monthly = "Monthly",
2955
+ /** Repeat yearly */
2956
+ Yearly = "Yearly",
2957
+ }
2958
+
2959
+ /**
2960
+ * Defines values for RepeatCadenceType. \
2961
+ * {@link KnownRepeatCadenceType} can be used interchangeably with RepeatCadenceType,
2962
+ * this enum contains the known values that the service supports.
2963
+ * ### Known values supported by the service
2964
+ * **OneTime**: Repeat one time \
2965
+ * **Weekly**: Repeat weekly \
2966
+ * **Monthly**: Repeat monthly \
2967
+ * **Yearly**: Repeat yearly
2968
+ */
2969
+ export type RepeatCadenceType = string;
2970
+
2914
2971
  /** Known values of {@link OpenModeType} that the service accepts. */
2915
2972
  export enum KnownOpenModeType {
2916
- /** READ_ONLY value */
2973
+ /** ReadOnly mode */
2917
2974
  ReadOnly = "ReadOnly",
2918
- /** READ_WRITE value */
2975
+ /** ReadWrite mode */
2919
2976
  ReadWrite = "ReadWrite",
2920
2977
  }
2921
2978
 
@@ -2924,24 +2981,24 @@ export enum KnownOpenModeType {
2924
2981
  * {@link KnownOpenModeType} can be used interchangeably with OpenModeType,
2925
2982
  * this enum contains the known values that the service supports.
2926
2983
  * ### Known values supported by the service
2927
- * **ReadOnly**: READ_ONLY value \
2928
- * **ReadWrite**: READ_WRITE value
2984
+ * **ReadOnly**: ReadOnly mode \
2985
+ * **ReadWrite**: ReadWrite mode
2929
2986
  */
2930
2987
  export type OpenModeType = string;
2931
2988
 
2932
2989
  /** Known values of {@link OperationsInsightsStatusType} that the service accepts. */
2933
2990
  export enum KnownOperationsInsightsStatusType {
2934
- /** ENABLING value */
2991
+ /** Enabling status */
2935
2992
  Enabling = "Enabling",
2936
- /** ENABLED value */
2993
+ /** Enabled status */
2937
2994
  Enabled = "Enabled",
2938
- /** DISABLING value */
2995
+ /** Disabling status */
2939
2996
  Disabling = "Disabling",
2940
- /** NOT_ENABLED value */
2997
+ /** NotEnabled status */
2941
2998
  NotEnabled = "NotEnabled",
2942
- /** FAILED_ENABLING value */
2999
+ /** FailedEnabling status */
2943
3000
  FailedEnabling = "FailedEnabling",
2944
- /** FAILED_DISABLING value */
3001
+ /** FailedDisabling status */
2945
3002
  FailedDisabling = "FailedDisabling",
2946
3003
  }
2947
3004
 
@@ -2950,20 +3007,20 @@ export enum KnownOperationsInsightsStatusType {
2950
3007
  * {@link KnownOperationsInsightsStatusType} can be used interchangeably with OperationsInsightsStatusType,
2951
3008
  * this enum contains the known values that the service supports.
2952
3009
  * ### Known values supported by the service
2953
- * **Enabling**: ENABLING value \
2954
- * **Enabled**: ENABLED value \
2955
- * **Disabling**: DISABLING value \
2956
- * **NotEnabled**: NOT_ENABLED value \
2957
- * **FailedEnabling**: FAILED_ENABLING value \
2958
- * **FailedDisabling**: FAILED_DISABLING value
3010
+ * **Enabling**: Enabling status \
3011
+ * **Enabled**: Enabled status \
3012
+ * **Disabling**: Disabling status \
3013
+ * **NotEnabled**: NotEnabled status \
3014
+ * **FailedEnabling**: FailedEnabling status \
3015
+ * **FailedDisabling**: FailedDisabling status
2959
3016
  */
2960
3017
  export type OperationsInsightsStatusType = string;
2961
3018
 
2962
3019
  /** Known values of {@link PermissionLevelType} that the service accepts. */
2963
3020
  export enum KnownPermissionLevelType {
2964
- /** RESTRICTED value */
3021
+ /** Restricted permission level */
2965
3022
  Restricted = "Restricted",
2966
- /** UNRESTRICTED value */
3023
+ /** Unrestricted permission level */
2967
3024
  Unrestricted = "Unrestricted",
2968
3025
  }
2969
3026
 
@@ -2972,22 +3029,22 @@ export enum KnownPermissionLevelType {
2972
3029
  * {@link KnownPermissionLevelType} can be used interchangeably with PermissionLevelType,
2973
3030
  * this enum contains the known values that the service supports.
2974
3031
  * ### Known values supported by the service
2975
- * **Restricted**: RESTRICTED value \
2976
- * **Unrestricted**: UNRESTRICTED value
3032
+ * **Restricted**: Restricted permission level \
3033
+ * **Unrestricted**: Unrestricted permission level
2977
3034
  */
2978
3035
  export type PermissionLevelType = string;
2979
3036
 
2980
3037
  /** Known values of {@link RoleType} that the service accepts. */
2981
3038
  export enum KnownRoleType {
2982
- /** PRIMARY value */
3039
+ /** Primary role */
2983
3040
  Primary = "Primary",
2984
- /** STANDBY value */
3041
+ /** Standby role */
2985
3042
  Standby = "Standby",
2986
- /** DISABLED_STANDBY value */
3043
+ /** DisabledStandby role */
2987
3044
  DisabledStandby = "DisabledStandby",
2988
- /** BACKUP_COPY value */
3045
+ /** BackupCopy role */
2989
3046
  BackupCopy = "BackupCopy",
2990
- /** SNAPSHOT_STANDBY value */
3047
+ /** SnapshotStandby role */
2991
3048
  SnapshotStandby = "SnapshotStandby",
2992
3049
  }
2993
3050
 
@@ -2996,11 +3053,11 @@ export enum KnownRoleType {
2996
3053
  * {@link KnownRoleType} can be used interchangeably with RoleType,
2997
3054
  * this enum contains the known values that the service supports.
2998
3055
  * ### Known values supported by the service
2999
- * **Primary**: PRIMARY value \
3000
- * **Standby**: STANDBY value \
3001
- * **DisabledStandby**: DISABLED_STANDBY value \
3002
- * **BackupCopy**: BACKUP_COPY value \
3003
- * **SnapshotStandby**: SNAPSHOT_STANDBY value
3056
+ * **Primary**: Primary role \
3057
+ * **Standby**: Standby role \
3058
+ * **DisabledStandby**: DisabledStandby role \
3059
+ * **BackupCopy**: BackupCopy role \
3060
+ * **SnapshotStandby**: SnapshotStandby role
3004
3061
  */
3005
3062
  export type RoleType = string;
3006
3063
 
@@ -3030,9 +3087,9 @@ export type CreatedByType = string;
3030
3087
 
3031
3088
  /** Known values of {@link Preference} that the service accepts. */
3032
3089
  export enum KnownPreference {
3033
- /** NoPreference value */
3090
+ /** No preference */
3034
3091
  NoPreference = "NoPreference",
3035
- /** CustomPreference value */
3092
+ /** Custom preference */
3036
3093
  CustomPreference = "CustomPreference",
3037
3094
  }
3038
3095
 
@@ -3041,8 +3098,8 @@ export enum KnownPreference {
3041
3098
  * {@link KnownPreference} can be used interchangeably with Preference,
3042
3099
  * this enum contains the known values that the service supports.
3043
3100
  * ### Known values supported by the service
3044
- * **NoPreference**: NoPreference value \
3045
- * **CustomPreference**: CustomPreference value
3101
+ * **NoPreference**: No preference \
3102
+ * **CustomPreference**: Custom preference
3046
3103
  */
3047
3104
  export type Preference = string;
3048
3105
 
@@ -3096,9 +3153,9 @@ export type MonthName = string;
3096
3153
 
3097
3154
  /** Known values of {@link PatchingMode} that the service accepts. */
3098
3155
  export enum KnownPatchingMode {
3099
- /** Rolling value */
3156
+ /** Rolling patching */
3100
3157
  Rolling = "Rolling",
3101
- /** Non Rolling value */
3158
+ /** Non Rolling patching */
3102
3159
  NonRolling = "NonRolling",
3103
3160
  }
3104
3161
 
@@ -3107,26 +3164,26 @@ export enum KnownPatchingMode {
3107
3164
  * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
3108
3165
  * this enum contains the known values that the service supports.
3109
3166
  * ### Known values supported by the service
3110
- * **Rolling**: Rolling value \
3111
- * **NonRolling**: Non Rolling value
3167
+ * **Rolling**: Rolling patching \
3168
+ * **NonRolling**: Non Rolling patching
3112
3169
  */
3113
3170
  export type PatchingMode = string;
3114
3171
 
3115
3172
  /** Known values of {@link CloudExadataInfrastructureLifecycleState} that the service accepts. */
3116
3173
  export enum KnownCloudExadataInfrastructureLifecycleState {
3117
- /** PROVISIONING value */
3174
+ /** Indicates that resource in Provisioning state */
3118
3175
  Provisioning = "Provisioning",
3119
- /** AVAILABLE value */
3176
+ /** Indicates that resource in Available state */
3120
3177
  Available = "Available",
3121
- /** UPDATING value */
3178
+ /** Indicates that resource in Updating state */
3122
3179
  Updating = "Updating",
3123
- /** TERMINATING value */
3180
+ /** Indicates that resource in Terminating state */
3124
3181
  Terminating = "Terminating",
3125
- /** TERMINATED value */
3182
+ /** Indicates that resource in Terminated state */
3126
3183
  Terminated = "Terminated",
3127
- /** MAINTENANCE_IN_PROGRESS value */
3184
+ /** Indicates that resource maintenance in progress state */
3128
3185
  MaintenanceInProgress = "MaintenanceInProgress",
3129
- /** FAILED value */
3186
+ /** Indicates that resource in Failed state */
3130
3187
  Failed = "Failed",
3131
3188
  }
3132
3189
 
@@ -3135,21 +3192,21 @@ export enum KnownCloudExadataInfrastructureLifecycleState {
3135
3192
  * {@link KnownCloudExadataInfrastructureLifecycleState} can be used interchangeably with CloudExadataInfrastructureLifecycleState,
3136
3193
  * this enum contains the known values that the service supports.
3137
3194
  * ### Known values supported by the service
3138
- * **Provisioning**: PROVISIONING value \
3139
- * **Available**: AVAILABLE value \
3140
- * **Updating**: UPDATING value \
3141
- * **Terminating**: TERMINATING value \
3142
- * **Terminated**: TERMINATED value \
3143
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
3144
- * **Failed**: FAILED value
3195
+ * **Provisioning**: Indicates that resource in Provisioning state \
3196
+ * **Available**: Indicates that resource in Available state \
3197
+ * **Updating**: Indicates that resource in Updating state \
3198
+ * **Terminating**: Indicates that resource in Terminating state \
3199
+ * **Terminated**: Indicates that resource in Terminated state \
3200
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
3201
+ * **Failed**: Indicates that resource in Failed state
3145
3202
  */
3146
3203
  export type CloudExadataInfrastructureLifecycleState = string;
3147
3204
 
3148
3205
  /** Known values of {@link DiskRedundancy} that the service accepts. */
3149
3206
  export enum KnownDiskRedundancy {
3150
- /** High value */
3207
+ /** High redundancy */
3151
3208
  High = "High",
3152
- /** Normal value */
3209
+ /** Normal redundancy */
3153
3210
  Normal = "Normal",
3154
3211
  }
3155
3212
 
@@ -3158,26 +3215,26 @@ export enum KnownDiskRedundancy {
3158
3215
  * {@link KnownDiskRedundancy} can be used interchangeably with DiskRedundancy,
3159
3216
  * this enum contains the known values that the service supports.
3160
3217
  * ### Known values supported by the service
3161
- * **High**: High value \
3162
- * **Normal**: Normal value
3218
+ * **High**: High redundancy \
3219
+ * **Normal**: Normal redundancy
3163
3220
  */
3164
3221
  export type DiskRedundancy = string;
3165
3222
 
3166
3223
  /** Known values of {@link CloudVmClusterLifecycleState} that the service accepts. */
3167
3224
  export enum KnownCloudVmClusterLifecycleState {
3168
- /** PROVISIONING value */
3225
+ /** Indicates that resource in Provisioning state */
3169
3226
  Provisioning = "Provisioning",
3170
- /** AVAILABLE value */
3227
+ /** Indicates that resource in Available state */
3171
3228
  Available = "Available",
3172
- /** UPDATING value */
3229
+ /** Indicates that resource in Updating state */
3173
3230
  Updating = "Updating",
3174
- /** TERMINATING value */
3231
+ /** Indicates that resource in Terminating state */
3175
3232
  Terminating = "Terminating",
3176
- /** TERMINATED value */
3233
+ /** Indicates that resource in Terminated state */
3177
3234
  Terminated = "Terminated",
3178
- /** MAINTENANCE_IN_PROGRESS value */
3235
+ /** Indicates that resource Maintenance in progress state */
3179
3236
  MaintenanceInProgress = "MaintenanceInProgress",
3180
- /** FAILED value */
3237
+ /** Indicates that resource in Failed state */
3181
3238
  Failed = "Failed",
3182
3239
  }
3183
3240
 
@@ -3186,27 +3243,27 @@ export enum KnownCloudVmClusterLifecycleState {
3186
3243
  * {@link KnownCloudVmClusterLifecycleState} can be used interchangeably with CloudVmClusterLifecycleState,
3187
3244
  * this enum contains the known values that the service supports.
3188
3245
  * ### Known values supported by the service
3189
- * **Provisioning**: PROVISIONING value \
3190
- * **Available**: AVAILABLE value \
3191
- * **Updating**: UPDATING value \
3192
- * **Terminating**: TERMINATING value \
3193
- * **Terminated**: TERMINATED value \
3194
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
3195
- * **Failed**: FAILED value
3246
+ * **Provisioning**: Indicates that resource in Provisioning state \
3247
+ * **Available**: Indicates that resource in Available state \
3248
+ * **Updating**: Indicates that resource in Updating state \
3249
+ * **Terminating**: Indicates that resource in Terminating state \
3250
+ * **Terminated**: Indicates that resource in Terminated state \
3251
+ * **MaintenanceInProgress**: Indicates that resource Maintenance in progress state \
3252
+ * **Failed**: Indicates that resource in Failed state
3196
3253
  */
3197
3254
  export type CloudVmClusterLifecycleState = string;
3198
3255
 
3199
3256
  /** Known values of {@link IormLifecycleState} that the service accepts. */
3200
3257
  export enum KnownIormLifecycleState {
3201
- /** BOOTSTRAPPING value */
3258
+ /** Indicates that resource in Provisioning state */
3202
3259
  BootStrapping = "BootStrapping",
3203
- /** ENABLED value */
3260
+ /** Indicates that resource in Enabled state */
3204
3261
  Enabled = "Enabled",
3205
- /** DISABLED value */
3262
+ /** Indicates that resource in Disabled state */
3206
3263
  Disabled = "Disabled",
3207
- /** UPDATING value */
3264
+ /** Indicates that resource in Updating state */
3208
3265
  Updating = "Updating",
3209
- /** FAILED value */
3266
+ /** Indicates that resource in Failed state */
3210
3267
  Failed = "Failed",
3211
3268
  }
3212
3269
 
@@ -3215,25 +3272,25 @@ export enum KnownIormLifecycleState {
3215
3272
  * {@link KnownIormLifecycleState} can be used interchangeably with IormLifecycleState,
3216
3273
  * this enum contains the known values that the service supports.
3217
3274
  * ### Known values supported by the service
3218
- * **BootStrapping**: BOOTSTRAPPING value \
3219
- * **Enabled**: ENABLED value \
3220
- * **Disabled**: DISABLED value \
3221
- * **Updating**: UPDATING value \
3222
- * **Failed**: FAILED value
3275
+ * **BootStrapping**: Indicates that resource in Provisioning state \
3276
+ * **Enabled**: Indicates that resource in Enabled state \
3277
+ * **Disabled**: Indicates that resource in Disabled state \
3278
+ * **Updating**: Indicates that resource in Updating state \
3279
+ * **Failed**: Indicates that resource in Failed state
3223
3280
  */
3224
3281
  export type IormLifecycleState = string;
3225
3282
 
3226
3283
  /** Known values of {@link Objective} that the service accepts. */
3227
3284
  export enum KnownObjective {
3228
- /** LOW_LATENCY value */
3285
+ /** Low latency objective */
3229
3286
  LowLatency = "LowLatency",
3230
- /** HIGH_THROUGHPUT value */
3287
+ /** High throughput objective */
3231
3288
  HighThroughput = "HighThroughput",
3232
- /** BALANCED value */
3289
+ /** Balanced objective */
3233
3290
  Balanced = "Balanced",
3234
- /** AUTO value */
3291
+ /** Auto objective */
3235
3292
  Auto = "Auto",
3236
- /** BASIC value */
3293
+ /** Basic objective */
3237
3294
  Basic = "Basic",
3238
3295
  }
3239
3296
 
@@ -3242,23 +3299,23 @@ export enum KnownObjective {
3242
3299
  * {@link KnownObjective} can be used interchangeably with Objective,
3243
3300
  * this enum contains the known values that the service supports.
3244
3301
  * ### Known values supported by the service
3245
- * **LowLatency**: LOW_LATENCY value \
3246
- * **HighThroughput**: HIGH_THROUGHPUT value \
3247
- * **Balanced**: BALANCED value \
3248
- * **Auto**: AUTO value \
3249
- * **Basic**: BASIC value
3302
+ * **LowLatency**: Low latency objective \
3303
+ * **HighThroughput**: High throughput objective \
3304
+ * **Balanced**: Balanced objective \
3305
+ * **Auto**: Auto objective \
3306
+ * **Basic**: Basic objective
3250
3307
  */
3251
3308
  export type Objective = string;
3252
3309
 
3253
3310
  /** Known values of {@link DnsPrivateViewsLifecycleState} that the service accepts. */
3254
3311
  export enum KnownDnsPrivateViewsLifecycleState {
3255
- /** Active value */
3312
+ /** DNS Private View is active */
3256
3313
  Active = "Active",
3257
- /** Deleted value */
3314
+ /** DNS Private View is deleted */
3258
3315
  Deleted = "Deleted",
3259
- /** Deleting value */
3316
+ /** DNS Private View is deleting */
3260
3317
  Deleting = "Deleting",
3261
- /** Updating value */
3318
+ /** DNS Private View is updating */
3262
3319
  Updating = "Updating",
3263
3320
  }
3264
3321
 
@@ -3267,10 +3324,10 @@ export enum KnownDnsPrivateViewsLifecycleState {
3267
3324
  * {@link KnownDnsPrivateViewsLifecycleState} can be used interchangeably with DnsPrivateViewsLifecycleState,
3268
3325
  * this enum contains the known values that the service supports.
3269
3326
  * ### Known values supported by the service
3270
- * **Active**: Active value \
3271
- * **Deleted**: Deleted value \
3272
- * **Deleting**: Deleting value \
3273
- * **Updating**: Updating value
3327
+ * **Active**: DNS Private View is active \
3328
+ * **Deleted**: DNS Private View is deleted \
3329
+ * **Deleting**: DNS Private View is deleting \
3330
+ * **Updating**: DNS Private View is updating
3274
3331
  */
3275
3332
  export type DnsPrivateViewsLifecycleState = string;
3276
3333
 
@@ -3297,15 +3354,15 @@ export type ResourceProvisioningState = string;
3297
3354
 
3298
3355
  /** Known values of {@link DnsPrivateZonesLifecycleState} that the service accepts. */
3299
3356
  export enum KnownDnsPrivateZonesLifecycleState {
3300
- /** Active value */
3357
+ /** DNS Private Zones is active */
3301
3358
  Active = "Active",
3302
- /** Creating value */
3359
+ /** DNS Private Zones is creating */
3303
3360
  Creating = "Creating",
3304
- /** Deleted value */
3361
+ /** DNS Private Zones is deleted */
3305
3362
  Deleted = "Deleted",
3306
- /** Deleting value */
3363
+ /** DNS Private Zones is deleting */
3307
3364
  Deleting = "Deleting",
3308
- /** Updating value */
3365
+ /** DNS Private Zones is updating */
3309
3366
  Updating = "Updating",
3310
3367
  }
3311
3368
 
@@ -3314,19 +3371,19 @@ export enum KnownDnsPrivateZonesLifecycleState {
3314
3371
  * {@link KnownDnsPrivateZonesLifecycleState} can be used interchangeably with DnsPrivateZonesLifecycleState,
3315
3372
  * this enum contains the known values that the service supports.
3316
3373
  * ### Known values supported by the service
3317
- * **Active**: Active value \
3318
- * **Creating**: Creating value \
3319
- * **Deleted**: Deleted value \
3320
- * **Deleting**: Deleting value \
3321
- * **Updating**: Updating value
3374
+ * **Active**: DNS Private Zones is active \
3375
+ * **Creating**: DNS Private Zones is creating \
3376
+ * **Deleted**: DNS Private Zones is deleted \
3377
+ * **Deleting**: DNS Private Zones is deleting \
3378
+ * **Updating**: DNS Private Zones is updating
3322
3379
  */
3323
3380
  export type DnsPrivateZonesLifecycleState = string;
3324
3381
 
3325
3382
  /** Known values of {@link ZoneType} that the service accepts. */
3326
3383
  export enum KnownZoneType {
3327
- /** Primary value */
3384
+ /** Primary zone */
3328
3385
  Primary = "Primary",
3329
- /** Secondary value */
3386
+ /** Secondary zone */
3330
3387
  Secondary = "Secondary",
3331
3388
  }
3332
3389
 
@@ -3335,8 +3392,8 @@ export enum KnownZoneType {
3335
3392
  * {@link KnownZoneType} can be used interchangeably with ZoneType,
3336
3393
  * this enum contains the known values that the service supports.
3337
3394
  * ### Known values supported by the service
3338
- * **Primary**: Primary value \
3339
- * **Secondary**: Secondary value
3395
+ * **Primary**: Primary zone \
3396
+ * **Secondary**: Secondary zone
3340
3397
  */
3341
3398
  export type ZoneType = string;
3342
3399
 
@@ -3363,11 +3420,11 @@ export type OracleSubscriptionProvisioningState = string;
3363
3420
 
3364
3421
  /** Known values of {@link CloudAccountProvisioningState} that the service accepts. */
3365
3422
  export enum KnownCloudAccountProvisioningState {
3366
- /** Pending value */
3423
+ /** Pending - Initial state when Oracle cloud account is not configured */
3367
3424
  Pending = "Pending",
3368
- /** Provisioning value */
3425
+ /** Provisioning - State when Oracle cloud account is being provisioned */
3369
3426
  Provisioning = "Provisioning",
3370
- /** Available value */
3427
+ /** Available - State when Oracle cloud account cloud linking is complete and it is available */
3371
3428
  Available = "Available",
3372
3429
  }
3373
3430
 
@@ -3376,17 +3433,17 @@ export enum KnownCloudAccountProvisioningState {
3376
3433
  * {@link KnownCloudAccountProvisioningState} can be used interchangeably with CloudAccountProvisioningState,
3377
3434
  * this enum contains the known values that the service supports.
3378
3435
  * ### Known values supported by the service
3379
- * **Pending**: Pending value \
3380
- * **Provisioning**: Provisioning value \
3381
- * **Available**: Available value
3436
+ * **Pending**: Pending - Initial state when Oracle cloud account is not configured \
3437
+ * **Provisioning**: Provisioning - State when Oracle cloud account is being provisioned \
3438
+ * **Available**: Available - State when Oracle cloud account cloud linking is complete and it is available
3382
3439
  */
3383
3440
  export type CloudAccountProvisioningState = string;
3384
3441
 
3385
3442
  /** Known values of {@link Intent} that the service accepts. */
3386
3443
  export enum KnownIntent {
3387
- /** Retain value */
3444
+ /** Retain intent */
3388
3445
  Retain = "Retain",
3389
- /** Reset value */
3446
+ /** Reset intent */
3390
3447
  Reset = "Reset",
3391
3448
  }
3392
3449
 
@@ -3395,22 +3452,22 @@ export enum KnownIntent {
3395
3452
  * {@link KnownIntent} can be used interchangeably with Intent,
3396
3453
  * this enum contains the known values that the service supports.
3397
3454
  * ### Known values supported by the service
3398
- * **Retain**: Retain value \
3399
- * **Reset**: Reset value
3455
+ * **Retain**: Retain intent \
3456
+ * **Reset**: Reset intent
3400
3457
  */
3401
3458
  export type Intent = string;
3402
3459
 
3403
3460
  /** Known values of {@link AutonomousDatabaseBackupLifecycleState} that the service accepts. */
3404
3461
  export enum KnownAutonomousDatabaseBackupLifecycleState {
3405
- /** Creating */
3462
+ /** AutonomousDatabase backup is creating */
3406
3463
  Creating = "Creating",
3407
- /** Active */
3464
+ /** AutonomousDatabase backup is active */
3408
3465
  Active = "Active",
3409
- /** Deleting */
3466
+ /** AutonomousDatabase backup is deleting */
3410
3467
  Deleting = "Deleting",
3411
- /** Failed */
3468
+ /** AutonomousDatabase backup is failed */
3412
3469
  Failed = "Failed",
3413
- /** Updating */
3470
+ /** AutonomousDatabase backup is updating */
3414
3471
  Updating = "Updating",
3415
3472
  }
3416
3473
 
@@ -3419,21 +3476,21 @@ export enum KnownAutonomousDatabaseBackupLifecycleState {
3419
3476
  * {@link KnownAutonomousDatabaseBackupLifecycleState} can be used interchangeably with AutonomousDatabaseBackupLifecycleState,
3420
3477
  * this enum contains the known values that the service supports.
3421
3478
  * ### Known values supported by the service
3422
- * **Creating** \
3423
- * **Active** \
3424
- * **Deleting** \
3425
- * **Failed** \
3426
- * **Updating**
3479
+ * **Creating**: AutonomousDatabase backup is creating \
3480
+ * **Active**: AutonomousDatabase backup is active \
3481
+ * **Deleting**: AutonomousDatabase backup is deleting \
3482
+ * **Failed**: AutonomousDatabase backup is failed \
3483
+ * **Updating**: AutonomousDatabase backup is updating
3427
3484
  */
3428
3485
  export type AutonomousDatabaseBackupLifecycleState = string;
3429
3486
 
3430
3487
  /** Known values of {@link AutonomousDatabaseBackupType} that the service accepts. */
3431
3488
  export enum KnownAutonomousDatabaseBackupType {
3432
- /** Incremental */
3489
+ /** Incremental backup */
3433
3490
  Incremental = "Incremental",
3434
- /** Full */
3491
+ /** Full backup */
3435
3492
  Full = "Full",
3436
- /** LongTerm */
3493
+ /** LongTerm backup */
3437
3494
  LongTerm = "LongTerm",
3438
3495
  }
3439
3496
 
@@ -3442,17 +3499,17 @@ export enum KnownAutonomousDatabaseBackupType {
3442
3499
  * {@link KnownAutonomousDatabaseBackupType} can be used interchangeably with AutonomousDatabaseBackupType,
3443
3500
  * this enum contains the known values that the service supports.
3444
3501
  * ### Known values supported by the service
3445
- * **Incremental** \
3446
- * **Full** \
3447
- * **LongTerm**
3502
+ * **Incremental**: Incremental backup \
3503
+ * **Full**: Full backup \
3504
+ * **LongTerm**: LongTerm backup
3448
3505
  */
3449
3506
  export type AutonomousDatabaseBackupType = string;
3450
3507
 
3451
3508
  /** Known values of {@link GenerateType} that the service accepts. */
3452
3509
  export enum KnownGenerateType {
3453
- /** SINGLE value */
3510
+ /** Generate single */
3454
3511
  Single = "Single",
3455
- /** ALL value */
3512
+ /** Generate all */
3456
3513
  All = "All",
3457
3514
  }
3458
3515
 
@@ -3461,20 +3518,20 @@ export enum KnownGenerateType {
3461
3518
  * {@link KnownGenerateType} can be used interchangeably with GenerateType,
3462
3519
  * this enum contains the known values that the service supports.
3463
3520
  * ### Known values supported by the service
3464
- * **Single**: SINGLE value \
3465
- * **All**: ALL value
3521
+ * **Single**: Generate single \
3522
+ * **All**: Generate all
3466
3523
  */
3467
3524
  export type GenerateType = string;
3468
3525
 
3469
3526
  /** Known values of {@link DbServerPatchingStatus} that the service accepts. */
3470
3527
  export enum KnownDbServerPatchingStatus {
3471
- /** SCHEDULED value */
3528
+ /** Patching scheduled */
3472
3529
  Scheduled = "Scheduled",
3473
- /** MAINTENANCE_IN_PROGRESS value */
3530
+ /** Patching in progress */
3474
3531
  MaintenanceInProgress = "MaintenanceInProgress",
3475
- /** FAILED value */
3532
+ /** Patching failed */
3476
3533
  Failed = "Failed",
3477
- /** COMPLETE value */
3534
+ /** Patching completed */
3478
3535
  Complete = "Complete",
3479
3536
  }
3480
3537
 
@@ -3483,26 +3540,26 @@ export enum KnownDbServerPatchingStatus {
3483
3540
  * {@link KnownDbServerPatchingStatus} can be used interchangeably with DbServerPatchingStatus,
3484
3541
  * this enum contains the known values that the service supports.
3485
3542
  * ### Known values supported by the service
3486
- * **Scheduled**: SCHEDULED value \
3487
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
3488
- * **Failed**: FAILED value \
3489
- * **Complete**: COMPLETE value
3543
+ * **Scheduled**: Patching scheduled \
3544
+ * **MaintenanceInProgress**: Patching in progress \
3545
+ * **Failed**: Patching failed \
3546
+ * **Complete**: Patching completed
3490
3547
  */
3491
3548
  export type DbServerPatchingStatus = string;
3492
3549
 
3493
3550
  /** Known values of {@link DbServerProvisioningState} that the service accepts. */
3494
3551
  export enum KnownDbServerProvisioningState {
3495
- /** CREATING value */
3552
+ /** Indicates that resource in Creating state */
3496
3553
  Creating = "Creating",
3497
- /** AVAILABLE value */
3554
+ /** Indicates that resource in Available state */
3498
3555
  Available = "Available",
3499
- /** UNAVAILABLE value */
3556
+ /** Indicates that resource in Unavailable state */
3500
3557
  Unavailable = "Unavailable",
3501
- /** DELETING value */
3558
+ /** Indicates that resource in Deleting state */
3502
3559
  Deleting = "Deleting",
3503
- /** DELETED value */
3560
+ /** Indicates that resource in Deleted state */
3504
3561
  Deleted = "Deleted",
3505
- /** MAINTENANCE_IN_PROGRESS value */
3562
+ /** Indicates that resource maintenance in progress state */
3506
3563
  MaintenanceInProgress = "MaintenanceInProgress",
3507
3564
  }
3508
3565
 
@@ -3511,34 +3568,34 @@ export enum KnownDbServerProvisioningState {
3511
3568
  * {@link KnownDbServerProvisioningState} can be used interchangeably with DbServerProvisioningState,
3512
3569
  * this enum contains the known values that the service supports.
3513
3570
  * ### Known values supported by the service
3514
- * **Creating**: CREATING value \
3515
- * **Available**: AVAILABLE value \
3516
- * **Unavailable**: UNAVAILABLE value \
3517
- * **Deleting**: DELETING value \
3518
- * **Deleted**: DELETED value \
3519
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value
3571
+ * **Creating**: Indicates that resource in Creating state \
3572
+ * **Available**: Indicates that resource in Available state \
3573
+ * **Unavailable**: Indicates that resource in Unavailable state \
3574
+ * **Deleting**: Indicates that resource in Deleting state \
3575
+ * **Deleted**: Indicates that resource in Deleted state \
3576
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state
3520
3577
  */
3521
3578
  export type DbServerProvisioningState = string;
3522
3579
 
3523
3580
  /** Known values of {@link DbNodeProvisioningState} that the service accepts. */
3524
3581
  export enum KnownDbNodeProvisioningState {
3525
- /** PROVISIONING value */
3582
+ /** Indicates that resource in Provisioning state */
3526
3583
  Provisioning = "Provisioning",
3527
- /** AVAILABLE value */
3584
+ /** Indicates that resource in Available state */
3528
3585
  Available = "Available",
3529
- /** UPDATING value */
3586
+ /** Indicates that resource in Updating state */
3530
3587
  Updating = "Updating",
3531
- /** STOPPING value */
3588
+ /** Indicates that resource in Stopping state */
3532
3589
  Stopping = "Stopping",
3533
- /** STOPPED value */
3590
+ /** Indicates that resource in Stopped state */
3534
3591
  Stopped = "Stopped",
3535
- /** STARTING value */
3592
+ /** Indicates that resource in Starting state */
3536
3593
  Starting = "Starting",
3537
- /** TERMINATING value */
3594
+ /** Indicates that resource in Terminating state */
3538
3595
  Terminating = "Terminating",
3539
- /** TERMINATED value */
3596
+ /** Indicates that resource in Terminated state */
3540
3597
  Terminated = "Terminated",
3541
- /** FAILED value */
3598
+ /** Indicates that resource in Failed state */
3542
3599
  Failed = "Failed",
3543
3600
  }
3544
3601
 
@@ -3547,21 +3604,21 @@ export enum KnownDbNodeProvisioningState {
3547
3604
  * {@link KnownDbNodeProvisioningState} can be used interchangeably with DbNodeProvisioningState,
3548
3605
  * this enum contains the known values that the service supports.
3549
3606
  * ### Known values supported by the service
3550
- * **Provisioning**: PROVISIONING value \
3551
- * **Available**: AVAILABLE value \
3552
- * **Updating**: UPDATING value \
3553
- * **Stopping**: STOPPING value \
3554
- * **Stopped**: STOPPED value \
3555
- * **Starting**: STARTING value \
3556
- * **Terminating**: TERMINATING value \
3557
- * **Terminated**: TERMINATED value \
3558
- * **Failed**: FAILED value
3607
+ * **Provisioning**: Indicates that resource in Provisioning state \
3608
+ * **Available**: Indicates that resource in Available state \
3609
+ * **Updating**: Indicates that resource in Updating state \
3610
+ * **Stopping**: Indicates that resource in Stopping state \
3611
+ * **Stopped**: Indicates that resource in Stopped state \
3612
+ * **Starting**: Indicates that resource in Starting state \
3613
+ * **Terminating**: Indicates that resource in Terminating state \
3614
+ * **Terminated**: Indicates that resource in Terminated state \
3615
+ * **Failed**: Indicates that resource in Failed state
3559
3616
  */
3560
3617
  export type DbNodeProvisioningState = string;
3561
3618
 
3562
3619
  /** Known values of {@link DbNodeMaintenanceType} that the service accepts. */
3563
3620
  export enum KnownDbNodeMaintenanceType {
3564
- /** Provisioning value */
3621
+ /** VMDB reboot migration maintenance type */
3565
3622
  VmdbRebootMigration = "VmdbRebootMigration",
3566
3623
  }
3567
3624
 
@@ -3570,7 +3627,7 @@ export enum KnownDbNodeMaintenanceType {
3570
3627
  * {@link KnownDbNodeMaintenanceType} can be used interchangeably with DbNodeMaintenanceType,
3571
3628
  * this enum contains the known values that the service supports.
3572
3629
  * ### Known values supported by the service
3573
- * **VmdbRebootMigration**: Provisioning value
3630
+ * **VmdbRebootMigration**: VMDB reboot migration maintenance type
3574
3631
  */
3575
3632
  export type DbNodeMaintenanceType = string;
3576
3633
 
@@ -3600,15 +3657,15 @@ export type DbNodeActionEnum = string;
3600
3657
 
3601
3658
  /** Known values of {@link VirtualNetworkAddressLifecycleState} that the service accepts. */
3602
3659
  export enum KnownVirtualNetworkAddressLifecycleState {
3603
- /** Provisioning value */
3660
+ /** Indicates that resource in Provisioning state */
3604
3661
  Provisioning = "Provisioning",
3605
- /** Available value */
3662
+ /** Indicates that resource in Available state */
3606
3663
  Available = "Available",
3607
- /** Terminating value */
3664
+ /** Indicates that resource in Terminating state */
3608
3665
  Terminating = "Terminating",
3609
- /** Terminated value */
3666
+ /** Indicates that resource in Terminated state */
3610
3667
  Terminated = "Terminated",
3611
- /** Failed value */
3668
+ /** Indicates that resource in Failed state */
3612
3669
  Failed = "Failed",
3613
3670
  }
3614
3671
 
@@ -3617,29 +3674,29 @@ export enum KnownVirtualNetworkAddressLifecycleState {
3617
3674
  * {@link KnownVirtualNetworkAddressLifecycleState} can be used interchangeably with VirtualNetworkAddressLifecycleState,
3618
3675
  * this enum contains the known values that the service supports.
3619
3676
  * ### Known values supported by the service
3620
- * **Provisioning**: Provisioning value \
3621
- * **Available**: Available value \
3622
- * **Terminating**: Terminating value \
3623
- * **Terminated**: Terminated value \
3624
- * **Failed**: Failed value
3677
+ * **Provisioning**: Indicates that resource in Provisioning state \
3678
+ * **Available**: Indicates that resource in Available state \
3679
+ * **Terminating**: Indicates that resource in Terminating state \
3680
+ * **Terminated**: Indicates that resource in Terminated state \
3681
+ * **Failed**: Indicates that resource in Failed state
3625
3682
  */
3626
3683
  export type VirtualNetworkAddressLifecycleState = string;
3627
3684
 
3628
3685
  /** Known values of {@link SourceType} that the service accepts. */
3629
3686
  export enum KnownSourceType {
3630
- /** NONE value */
3687
+ /** None source */
3631
3688
  None = "None",
3632
- /** DATABASE value */
3689
+ /** Database source */
3633
3690
  Database = "Database",
3634
- /** BACKUP_FROM_ID value */
3691
+ /** Backup from ID source */
3635
3692
  BackupFromId = "BackupFromId",
3636
- /** BACKUP_FROM_TIMESTAMP value */
3693
+ /** Backup from timestamp source */
3637
3694
  BackupFromTimestamp = "BackupFromTimestamp",
3638
- /** CLONE_TO_REFRESHABLE value */
3695
+ /** Clone to refreshable source */
3639
3696
  CloneToRefreshable = "CloneToRefreshable",
3640
- /** CROSS_REGION_DATAGUARD value */
3697
+ /** Cross region dataguard source */
3641
3698
  CrossRegionDataguard = "CrossRegionDataguard",
3642
- /** CROSS_REGION_DISASTER_RECOVERY value */
3699
+ /** cross region disaster recovery source */
3643
3700
  CrossRegionDisasterRecovery = "CrossRegionDisasterRecovery",
3644
3701
  }
3645
3702
 
@@ -3648,21 +3705,21 @@ export enum KnownSourceType {
3648
3705
  * {@link KnownSourceType} can be used interchangeably with SourceType,
3649
3706
  * this enum contains the known values that the service supports.
3650
3707
  * ### Known values supported by the service
3651
- * **None**: NONE value \
3652
- * **Database**: DATABASE value \
3653
- * **BackupFromId**: BACKUP_FROM_ID value \
3654
- * **BackupFromTimestamp**: BACKUP_FROM_TIMESTAMP value \
3655
- * **CloneToRefreshable**: CLONE_TO_REFRESHABLE value \
3656
- * **CrossRegionDataguard**: CROSS_REGION_DATAGUARD value \
3657
- * **CrossRegionDisasterRecovery**: CROSS_REGION_DISASTER_RECOVERY value
3708
+ * **None**: None source \
3709
+ * **Database**: Database source \
3710
+ * **BackupFromId**: Backup from ID source \
3711
+ * **BackupFromTimestamp**: Backup from timestamp source \
3712
+ * **CloneToRefreshable**: Clone to refreshable source \
3713
+ * **CrossRegionDataguard**: Cross region dataguard source \
3714
+ * **CrossRegionDisasterRecovery**: cross region disaster recovery source
3658
3715
  */
3659
3716
  export type SourceType = string;
3660
3717
 
3661
3718
  /** Known values of {@link CloneType} that the service accepts. */
3662
3719
  export enum KnownCloneType {
3663
- /** FULL value */
3720
+ /** Full clone */
3664
3721
  Full = "Full",
3665
- /** METADATA value */
3722
+ /** Metadata only */
3666
3723
  Metadata = "Metadata",
3667
3724
  }
3668
3725
 
@@ -3671,16 +3728,16 @@ export enum KnownCloneType {
3671
3728
  * {@link KnownCloneType} can be used interchangeably with CloneType,
3672
3729
  * this enum contains the known values that the service supports.
3673
3730
  * ### Known values supported by the service
3674
- * **Full**: FULL value \
3675
- * **Metadata**: METADATA value
3731
+ * **Full**: Full clone \
3732
+ * **Metadata**: Metadata only
3676
3733
  */
3677
3734
  export type CloneType = string;
3678
3735
 
3679
3736
  /** Known values of {@link RefreshableModelType} that the service accepts. */
3680
3737
  export enum KnownRefreshableModelType {
3681
- /** AUTOMATIC value */
3738
+ /** Automatic refreshable model type */
3682
3739
  Automatic = "Automatic",
3683
- /** MANUAL value */
3740
+ /** Manual refreshable model type */
3684
3741
  Manual = "Manual",
3685
3742
  }
3686
3743
 
@@ -3689,16 +3746,16 @@ export enum KnownRefreshableModelType {
3689
3746
  * {@link KnownRefreshableModelType} can be used interchangeably with RefreshableModelType,
3690
3747
  * this enum contains the known values that the service supports.
3691
3748
  * ### Known values supported by the service
3692
- * **Automatic**: AUTOMATIC value \
3693
- * **Manual**: MANUAL value
3749
+ * **Automatic**: Automatic refreshable model type \
3750
+ * **Manual**: Manual refreshable model type
3694
3751
  */
3695
3752
  export type RefreshableModelType = string;
3696
3753
 
3697
3754
  /** Known values of {@link RefreshableStatusType} that the service accepts. */
3698
3755
  export enum KnownRefreshableStatusType {
3699
- /** REFRESHING value */
3756
+ /** Refreshing status */
3700
3757
  Refreshing = "Refreshing",
3701
- /** NOT_REFRESHING value */
3758
+ /** NotRefreshing status */
3702
3759
  NotRefreshing = "NotRefreshing",
3703
3760
  }
3704
3761
 
@@ -3707,16 +3764,16 @@ export enum KnownRefreshableStatusType {
3707
3764
  * {@link KnownRefreshableStatusType} can be used interchangeably with RefreshableStatusType,
3708
3765
  * this enum contains the known values that the service supports.
3709
3766
  * ### Known values supported by the service
3710
- * **Refreshing**: REFRESHING value \
3711
- * **NotRefreshing**: NOT_REFRESHING value
3767
+ * **Refreshing**: Refreshing status \
3768
+ * **NotRefreshing**: NotRefreshing status
3712
3769
  */
3713
3770
  export type RefreshableStatusType = string;
3714
3771
 
3715
3772
  /** Known values of {@link ValidationStatus} that the service accepts. */
3716
3773
  export enum KnownValidationStatus {
3717
- /** Succeeded value */
3774
+ /** Validation succeeded */
3718
3775
  Succeeded = "Succeeded",
3719
- /** Failed value */
3776
+ /** Validation failed */
3720
3777
  Failed = "Failed",
3721
3778
  }
3722
3779
 
@@ -3725,20 +3782,20 @@ export enum KnownValidationStatus {
3725
3782
  * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,
3726
3783
  * this enum contains the known values that the service supports.
3727
3784
  * ### Known values supported by the service
3728
- * **Succeeded**: Succeeded value \
3729
- * **Failed**: Failed value
3785
+ * **Succeeded**: Validation succeeded \
3786
+ * **Failed**: Validation failed
3730
3787
  */
3731
3788
  export type ValidationStatus = string;
3732
3789
 
3733
3790
  /** Known values of {@link UpdateAction} that the service accepts. */
3734
3791
  export enum KnownUpdateAction {
3735
- /** ROLLING_APPLY value */
3792
+ /** Rolling apply action */
3736
3793
  RollingApply = "RollingApply",
3737
- /** NON_ROLLING_APPLY value */
3794
+ /** Non rolling apply action */
3738
3795
  NonRollingApply = "NonRollingApply",
3739
- /** PRECHECK value */
3796
+ /** Pre-check action */
3740
3797
  PreCheck = "PreCheck",
3741
- /** ROLLBACK value */
3798
+ /** Rollback action */
3742
3799
  RollBack = "RollBack",
3743
3800
  }
3744
3801
 
@@ -3747,31 +3804,13 @@ export enum KnownUpdateAction {
3747
3804
  * {@link KnownUpdateAction} can be used interchangeably with UpdateAction,
3748
3805
  * this enum contains the known values that the service supports.
3749
3806
  * ### Known values supported by the service
3750
- * **RollingApply**: ROLLING_APPLY value \
3751
- * **NonRollingApply**: NON_ROLLING_APPLY value \
3752
- * **PreCheck**: PRECHECK value \
3753
- * **RollBack**: ROLLBACK value
3807
+ * **RollingApply**: Rolling apply action \
3808
+ * **NonRollingApply**: Non rolling apply action \
3809
+ * **PreCheck**: Pre-check action \
3810
+ * **RollBack**: Rollback action
3754
3811
  */
3755
3812
  export type UpdateAction = string;
3756
3813
 
3757
- /** Known values of {@link Versions} that the service accepts. */
3758
- export enum KnownVersions {
3759
- /** 2023-09-01-preview */
3760
- V20230901 = "2023-09-01-preview",
3761
- /** internal api - RPaaS to ORP */
3762
- VInternalApi = "internal",
3763
- }
3764
-
3765
- /**
3766
- * Defines values for Versions. \
3767
- * {@link KnownVersions} can be used interchangeably with Versions,
3768
- * this enum contains the known values that the service supports.
3769
- * ### Known values supported by the service
3770
- * **2023-09-01-preview**: 2023-09-01-preview \
3771
- * **internal**: internal api - RPaaS to ORP
3772
- */
3773
- export type Versions = string;
3774
-
3775
3814
  /** Optional parameters. */
3776
3815
  export interface OperationsListOptionalParams
3777
3816
  extends coreClient.OperationOptions {}
@@ -3866,6 +3905,30 @@ export interface AutonomousDatabasesGenerateWalletOptionalParams
3866
3905
  export type AutonomousDatabasesGenerateWalletResponse =
3867
3906
  AutonomousDatabaseWalletFile;
3868
3907
 
3908
+ /** Optional parameters. */
3909
+ export interface AutonomousDatabasesRestoreOptionalParams
3910
+ extends coreClient.OperationOptions {
3911
+ /** Delay to wait until next poll, in milliseconds. */
3912
+ updateIntervalInMs?: number;
3913
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3914
+ resumeFrom?: string;
3915
+ }
3916
+
3917
+ /** Contains response data for the restore operation. */
3918
+ export type AutonomousDatabasesRestoreResponse = AutonomousDatabase;
3919
+
3920
+ /** Optional parameters. */
3921
+ export interface AutonomousDatabasesShrinkOptionalParams
3922
+ extends coreClient.OperationOptions {
3923
+ /** Delay to wait until next poll, in milliseconds. */
3924
+ updateIntervalInMs?: number;
3925
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3926
+ resumeFrom?: string;
3927
+ }
3928
+
3929
+ /** Contains response data for the shrink operation. */
3930
+ export type AutonomousDatabasesShrinkResponse = AutonomousDatabase;
3931
+
3869
3932
  /** Optional parameters. */
3870
3933
  export interface AutonomousDatabasesSwitchoverOptionalParams
3871
3934
  extends coreClient.OperationOptions {
@@ -4249,6 +4312,27 @@ export interface GiVersionsListByLocationNextOptionalParams
4249
4312
  /** Contains response data for the listByLocationNext operation. */
4250
4313
  export type GiVersionsListByLocationNextResponse = GiVersionListResult;
4251
4314
 
4315
+ /** Optional parameters. */
4316
+ export interface SystemVersionsListByLocationOptionalParams
4317
+ extends coreClient.OperationOptions {}
4318
+
4319
+ /** Contains response data for the listByLocation operation. */
4320
+ export type SystemVersionsListByLocationResponse = SystemVersionListResult;
4321
+
4322
+ /** Optional parameters. */
4323
+ export interface SystemVersionsGetOptionalParams
4324
+ extends coreClient.OperationOptions {}
4325
+
4326
+ /** Contains response data for the get operation. */
4327
+ export type SystemVersionsGetResponse = SystemVersion;
4328
+
4329
+ /** Optional parameters. */
4330
+ export interface SystemVersionsListByLocationNextOptionalParams
4331
+ extends coreClient.OperationOptions {}
4332
+
4333
+ /** Contains response data for the listByLocationNext operation. */
4334
+ export type SystemVersionsListByLocationNextResponse = SystemVersionListResult;
4335
+
4252
4336
  /** Optional parameters. */
4253
4337
  export interface OracleSubscriptionsListBySubscriptionOptionalParams
4254
4338
  extends coreClient.OperationOptions {}