@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
@@ -111,11 +111,8 @@ export interface ErrorAdditionalInfo {
111
111
  export interface AutonomousDatabaseListResult {
112
112
  /** The AutonomousDatabase items on this page */
113
113
  value: AutonomousDatabase[];
114
- /**
115
- * The link to the next page of items
116
- * NOTE: This property will not be serialized. It can only be populated by the server.
117
- */
118
- readonly nextLink?: string;
114
+ /** The link to the next page of items */
115
+ nextLink?: string;
119
116
  }
120
117
  /** Autonomous Database base resource model. */
121
118
  export interface AutonomousDatabaseBaseProperties {
@@ -278,6 +275,13 @@ export interface AutonomousDatabaseBaseProperties {
278
275
  * NOTE: This property will not be serialized. It can only be populated by the server.
279
276
  */
280
277
  readonly inMemoryAreaInGbs?: number;
278
+ /**
279
+ * The date and time when the next long-term backup would be created.
280
+ * NOTE: This property will not be serialized. It can only be populated by the server.
281
+ */
282
+ readonly nextLongTermBackupTimeStamp?: Date;
283
+ /** Details for the long-term backup schedule. */
284
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
281
285
  /**
282
286
  * Indicates if the Autonomous Database version is a preview version.
283
287
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -487,6 +491,17 @@ export interface ConnectionUrlType {
487
491
  /** Oracle SQL Developer Web URL. */
488
492
  sqlDevWebUrl?: string;
489
493
  }
494
+ /** Details for the long-term backup schedule. */
495
+ export interface LongTermBackUpScheduleDetails {
496
+ /** The frequency of the long-term backup schedule */
497
+ repeatCadence?: RepeatCadenceType;
498
+ /** 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. */
499
+ timeOfBackup?: Date;
500
+ /** Retention period, in days, for backups. */
501
+ retentionPeriodInDays?: number;
502
+ /** Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`. */
503
+ isDisabled?: boolean;
504
+ }
490
505
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
491
506
  export interface Resource {
492
507
  /**
@@ -529,11 +544,8 @@ export interface SystemData {
529
544
  export interface CloudExadataInfrastructureListResult {
530
545
  /** The CloudExadataInfrastructure items on this page */
531
546
  value: CloudExadataInfrastructure[];
532
- /**
533
- * The link to the next page of items
534
- * NOTE: This property will not be serialized. It can only be populated by the server.
535
- */
536
- readonly nextLink?: string;
547
+ /** The link to the next page of items */
548
+ nextLink?: string;
537
549
  }
538
550
  /** CloudExadataInfrastructure resource model */
539
551
  export interface CloudExadataInfrastructureProperties {
@@ -730,11 +742,8 @@ export interface EstimatedPatchingTime {
730
742
  export interface CloudVmClusterListResult {
731
743
  /** The CloudVmCluster items on this page */
732
744
  value: CloudVmCluster[];
733
- /**
734
- * The link to the next page of items
735
- * NOTE: This property will not be serialized. It can only be populated by the server.
736
- */
737
- readonly nextLink?: string;
745
+ /** The link to the next page of items */
746
+ nextLink?: string;
738
747
  }
739
748
  /** CloudVmCluster resource model */
740
749
  export interface CloudVmClusterProperties {
@@ -793,11 +802,8 @@ export interface CloudVmClusterProperties {
793
802
  cloudExadataInfrastructureId: string;
794
803
  /** If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created. */
795
804
  isSparseDiskgroupEnabled?: boolean;
796
- /**
797
- * Operating system version of the image.
798
- * NOTE: This property will not be serialized. It can only be populated by the server.
799
- */
800
- readonly systemVersion?: string;
805
+ /** Operating system version of the image. */
806
+ systemVersion?: string;
801
807
  /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */
802
808
  sshPublicKeys: string[];
803
809
  /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */
@@ -865,7 +871,7 @@ export interface CloudVmClusterProperties {
865
871
  /** Client OCI backup subnet CIDR, default is 192.168.252.0/22 */
866
872
  backupSubnetCidr?: string;
867
873
  /** CIDR blocks for additional NSG ingress rules. The VNET CIDRs used to provision the VM Cluster will be added by default. */
868
- nsgCidrs?: NSGCidr[];
874
+ nsgCidrs?: NsgCidr[];
869
875
  /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */
870
876
  dataCollectionOptions?: DataCollectionOptions;
871
877
  /** Display Name */
@@ -896,7 +902,7 @@ export interface CloudVmClusterProperties {
896
902
  readonly subnetOcid?: string;
897
903
  }
898
904
  /** A rule for allowing inbound (INGRESS) IP packets */
899
- export interface NSGCidr {
905
+ export interface NsgCidr {
900
906
  /** Conceptually, this is the range of IP addresses that a packet coming into the instance can come from. */
901
907
  source: string;
902
908
  /** Destination port range to specify particular destination ports for TCP rules. */
@@ -942,11 +948,8 @@ export interface DbIormConfig {
942
948
  export interface AutonomousDatabaseCharacterSetListResult {
943
949
  /** The AutonomousDatabaseCharacterSet items on this page */
944
950
  value: AutonomousDatabaseCharacterSet[];
945
- /**
946
- * The link to the next page of items
947
- * NOTE: This property will not be serialized. It can only be populated by the server.
948
- */
949
- readonly nextLink?: string;
951
+ /** The link to the next page of items */
952
+ nextLink?: string;
950
953
  }
951
954
  /** AutonomousDatabaseCharacterSet resource model */
952
955
  export interface AutonomousDatabaseCharacterSetProperties {
@@ -960,11 +963,8 @@ export interface AutonomousDatabaseCharacterSetProperties {
960
963
  export interface AutonomousDatabaseNationalCharacterSetListResult {
961
964
  /** The AutonomousDatabaseNationalCharacterSet items on this page */
962
965
  value: AutonomousDatabaseNationalCharacterSet[];
963
- /**
964
- * The link to the next page of items
965
- * NOTE: This property will not be serialized. It can only be populated by the server.
966
- */
967
- readonly nextLink?: string;
966
+ /** The link to the next page of items */
967
+ nextLink?: string;
968
968
  }
969
969
  /** AutonomousDatabaseNationalCharacterSet resource model */
970
970
  export interface AutonomousDatabaseNationalCharacterSetProperties {
@@ -978,11 +978,8 @@ export interface AutonomousDatabaseNationalCharacterSetProperties {
978
978
  export interface AutonomousDbVersionListResult {
979
979
  /** The AutonomousDbVersion items on this page */
980
980
  value: AutonomousDbVersion[];
981
- /**
982
- * The link to the next page of items
983
- * NOTE: This property will not be serialized. It can only be populated by the server.
984
- */
985
- readonly nextLink?: string;
981
+ /** The link to the next page of items */
982
+ nextLink?: string;
986
983
  }
987
984
  /** AutonomousDbVersion resource model */
988
985
  export interface AutonomousDbVersionProperties {
@@ -1021,11 +1018,8 @@ export interface AutonomousDbVersionProperties {
1021
1018
  export interface DbSystemShapeListResult {
1022
1019
  /** The DbSystemShape items on this page */
1023
1020
  value: DbSystemShape[];
1024
- /**
1025
- * The link to the next page of items
1026
- * NOTE: This property will not be serialized. It can only be populated by the server.
1027
- */
1028
- readonly nextLink?: string;
1021
+ /** The link to the next page of items */
1022
+ nextLink?: string;
1029
1023
  }
1030
1024
  /** DbSystemShape resource model */
1031
1025
  export interface DbSystemShapeProperties {
@@ -1134,11 +1128,8 @@ export interface DbSystemShapeProperties {
1134
1128
  export interface DnsPrivateViewListResult {
1135
1129
  /** The DnsPrivateView items on this page */
1136
1130
  value: DnsPrivateView[];
1137
- /**
1138
- * The link to the next page of items
1139
- * NOTE: This property will not be serialized. It can only be populated by the server.
1140
- */
1141
- readonly nextLink?: string;
1131
+ /** The link to the next page of items */
1132
+ nextLink?: string;
1142
1133
  }
1143
1134
  /** Views resource model */
1144
1135
  export interface DnsPrivateViewProperties {
@@ -1187,11 +1178,8 @@ export interface DnsPrivateViewProperties {
1187
1178
  export interface DnsPrivateZoneListResult {
1188
1179
  /** The DnsPrivateZone items on this page */
1189
1180
  value: DnsPrivateZone[];
1190
- /**
1191
- * The link to the next page of items
1192
- * NOTE: This property will not be serialized. It can only be populated by the server.
1193
- */
1194
- readonly nextLink?: string;
1181
+ /** The link to the next page of items */
1182
+ nextLink?: string;
1195
1183
  }
1196
1184
  /** Zones resource model */
1197
1185
  export interface DnsPrivateZoneProperties {
@@ -1250,11 +1238,8 @@ export interface DnsPrivateZoneProperties {
1250
1238
  export interface GiVersionListResult {
1251
1239
  /** The GiVersion items on this page */
1252
1240
  value: GiVersion[];
1253
- /**
1254
- * The link to the next page of items
1255
- * NOTE: This property will not be serialized. It can only be populated by the server.
1256
- */
1257
- readonly nextLink?: string;
1241
+ /** The link to the next page of items */
1242
+ nextLink?: string;
1258
1243
  }
1259
1244
  /** GiVersion resource model */
1260
1245
  export interface GiVersionProperties {
@@ -1264,15 +1249,27 @@ export interface GiVersionProperties {
1264
1249
  */
1265
1250
  readonly version: string;
1266
1251
  }
1252
+ /** The response of a SystemVersion list operation. */
1253
+ export interface SystemVersionListResult {
1254
+ /** The SystemVersion items on this page */
1255
+ value: SystemVersion[];
1256
+ /** The link to the next page of items */
1257
+ nextLink?: string;
1258
+ }
1259
+ /** System Version Resource model */
1260
+ export interface SystemVersionProperties {
1261
+ /**
1262
+ * A valid Oracle System Version
1263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1264
+ */
1265
+ readonly systemVersion: string;
1266
+ }
1267
1267
  /** The response of a OracleSubscription list operation. */
1268
1268
  export interface OracleSubscriptionListResult {
1269
1269
  /** The OracleSubscription items on this page */
1270
1270
  value: OracleSubscription[];
1271
- /**
1272
- * The link to the next page of items
1273
- * NOTE: This property will not be serialized. It can only be populated by the server.
1274
- */
1275
- readonly nextLink?: string;
1271
+ /** The link to the next page of items */
1272
+ nextLink?: string;
1276
1273
  }
1277
1274
  /** Oracle Subscription resource model */
1278
1275
  export interface OracleSubscriptionProperties {
@@ -1319,12 +1316,12 @@ export interface Plan {
1319
1316
  /** The type used for update operations of the OracleSubscription. */
1320
1317
  export interface OracleSubscriptionUpdate {
1321
1318
  /** Details of the resource plan. */
1322
- plan?: ResourcePlanTypeUpdate;
1319
+ plan?: PlanUpdate;
1323
1320
  /** The updatable properties of the OracleSubscription. */
1324
1321
  properties?: OracleSubscriptionUpdateProperties;
1325
1322
  }
1326
1323
  /** ResourcePlanTypeUpdate model definition */
1327
- export interface ResourcePlanTypeUpdate {
1324
+ export interface PlanUpdate {
1328
1325
  /** A user defined name of the 3rd Party Artifact that is being procured. */
1329
1326
  name?: string;
1330
1327
  /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
@@ -1478,6 +1475,8 @@ export interface AutonomousDatabaseUpdateProperties {
1478
1475
  scheduledOperations?: ScheduledOperationsTypeUpdate;
1479
1476
  /** The Oracle Database Edition that applies to the Autonomous databases. */
1480
1477
  databaseEdition?: DatabaseEditionType;
1478
+ /** Details for the long-term backup schedule. */
1479
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
1481
1480
  /** 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 */
1482
1481
  localAdgAutoFailoverMaxDataLossLimit?: number;
1483
1482
  /** Indicates the Autonomous Database mode. */
@@ -1509,11 +1508,8 @@ export interface DayOfWeekUpdate {
1509
1508
  export interface AutonomousDatabaseBackupListResult {
1510
1509
  /** The AutonomousDatabaseBackup items on this page */
1511
1510
  value: AutonomousDatabaseBackup[];
1512
- /**
1513
- * The link to the next page of items
1514
- * NOTE: This property will not be serialized. It can only be populated by the server.
1515
- */
1516
- readonly nextLink?: string;
1511
+ /** The link to the next page of items */
1512
+ nextLink?: string;
1517
1513
  }
1518
1514
  /** AutonomousDatabaseBackup resource model */
1519
1515
  export interface AutonomousDatabaseBackupProperties {
@@ -1521,12 +1517,12 @@ export interface AutonomousDatabaseBackupProperties {
1521
1517
  * The OCID of the Autonomous Database.
1522
1518
  * NOTE: This property will not be serialized. It can only be populated by the server.
1523
1519
  */
1524
- readonly autonomousDatabaseId: string;
1520
+ readonly autonomousDatabaseOcid?: string;
1525
1521
  /**
1526
1522
  * The size of the database in terabytes at the time the backup was taken.
1527
1523
  * NOTE: This property will not be serialized. It can only be populated by the server.
1528
1524
  */
1529
- readonly databaseSizeInTBs?: number;
1525
+ readonly databaseSizeInTbs?: number;
1530
1526
  /**
1531
1527
  * A valid Oracle Database version for Autonomous Database.
1532
1528
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1565,12 +1561,17 @@ export interface AutonomousDatabaseBackupProperties {
1565
1561
  * The backup size in terabytes (TB).
1566
1562
  * NOTE: This property will not be serialized. It can only be populated by the server.
1567
1563
  */
1568
- readonly sizeInTBs?: number;
1564
+ readonly sizeInTbs?: number;
1569
1565
  /**
1570
1566
  * Timestamp until when the backup will be available.
1571
1567
  * NOTE: This property will not be serialized. It can only be populated by the server.
1572
1568
  */
1573
1569
  readonly timeAvailableTil?: Date;
1570
+ /**
1571
+ * The date and time the backup started.
1572
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1573
+ */
1574
+ readonly timeStarted?: string;
1574
1575
  /**
1575
1576
  * The date and time the backup completed.
1576
1577
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1580,7 +1581,7 @@ export interface AutonomousDatabaseBackupProperties {
1580
1581
  * The type of backup.
1581
1582
  * NOTE: This property will not be serialized. It can only be populated by the server.
1582
1583
  */
1583
- readonly type?: AutonomousDatabaseBackupType;
1584
+ readonly backupType?: AutonomousDatabaseBackupType;
1584
1585
  /**
1585
1586
  * Azure resource provisioning state.
1586
1587
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1619,6 +1620,11 @@ export interface AutonomousDatabaseWalletFile {
1619
1620
  /** The base64 encoded wallet files */
1620
1621
  walletFiles: string;
1621
1622
  }
1623
+ /** Details to restore an Oracle Autonomous Database. */
1624
+ export interface RestoreAutonomousDatabaseDetails {
1625
+ /** The time to restore the database to. */
1626
+ timestamp: Date;
1627
+ }
1622
1628
  /** The type used for update operations of the CloudExadataInfrastructure. */
1623
1629
  export interface CloudExadataInfrastructureUpdate {
1624
1630
  /** CloudExadataInfrastructure zones */
@@ -1647,11 +1653,8 @@ export interface CloudExadataInfrastructureUpdateProperties {
1647
1653
  export interface DbServerListResult {
1648
1654
  /** The DbServer items on this page */
1649
1655
  value: DbServer[];
1650
- /**
1651
- * The link to the next page of items
1652
- * NOTE: This property will not be serialized. It can only be populated by the server.
1653
- */
1654
- readonly nextLink?: string;
1656
+ /** The link to the next page of items */
1657
+ nextLink?: string;
1655
1658
  }
1656
1659
  /** DbServer resource properties */
1657
1660
  export interface DbServerProperties {
@@ -1822,11 +1825,8 @@ export interface AddRemoveDbNode {
1822
1825
  export interface DbNodeListResult {
1823
1826
  /** The DbNode items on this page */
1824
1827
  value: DbNode[];
1825
- /**
1826
- * The link to the next page of items
1827
- * NOTE: This property will not be serialized. It can only be populated by the server.
1828
- */
1829
- readonly nextLink?: string;
1828
+ /** The link to the next page of items */
1829
+ nextLink?: string;
1830
1830
  }
1831
1831
  /** The properties of DbNodeResource */
1832
1832
  export interface DbNodeProperties {
@@ -1975,11 +1975,8 @@ export interface PrivateIpAddressProperties {
1975
1975
  export interface VirtualNetworkAddressListResult {
1976
1976
  /** The VirtualNetworkAddress items on this page */
1977
1977
  value: VirtualNetworkAddress[];
1978
- /**
1979
- * The link to the next page of items
1980
- * NOTE: This property will not be serialized. It can only be populated by the server.
1981
- */
1982
- readonly nextLink?: string;
1978
+ /** The link to the next page of items */
1979
+ nextLink?: string;
1983
1980
  }
1984
1981
  /** virtualNetworkAddress resource properties */
1985
1982
  export interface VirtualNetworkAddressProperties {
@@ -2018,6 +2015,15 @@ export interface VirtualNetworkAddressProperties {
2018
2015
  */
2019
2016
  readonly timeAssigned?: Date;
2020
2017
  }
2018
+ /** SystemVersions filter */
2019
+ export interface SystemVersionsFilter {
2020
+ /** Grid Infrastructure version */
2021
+ giVersion: string;
2022
+ /** Exadata shape */
2023
+ shape: string;
2024
+ /** Check If we have to list only latest versions */
2025
+ isLatestVersion?: boolean;
2026
+ }
2021
2027
  /** validation error */
2022
2028
  export interface ValidationError {
2023
2029
  /** error code */
@@ -2134,6 +2140,11 @@ export interface GiVersion extends ProxyResource {
2134
2140
  /** The resource-specific properties for this resource. */
2135
2141
  properties?: GiVersionProperties;
2136
2142
  }
2143
+ /** SystemVersion resource Definition */
2144
+ export interface SystemVersion extends ProxyResource {
2145
+ /** The resource-specific properties for this resource. */
2146
+ properties?: SystemVersionProperties;
2147
+ }
2137
2148
  /** OracleSubscription resource definition */
2138
2149
  export interface OracleSubscription extends ProxyResource {
2139
2150
  /** The resource-specific properties for this resource. */
@@ -2168,31 +2179,45 @@ export interface AutonomousDatabasesCreateOrUpdateHeaders {
2168
2179
  }
2169
2180
  /** Defines headers for AutonomousDatabases_update operation. */
2170
2181
  export interface AutonomousDatabasesUpdateHeaders {
2171
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2172
- retryAfter?: number;
2173
2182
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2174
2183
  location?: string;
2184
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2185
+ retryAfter?: number;
2175
2186
  }
2176
2187
  /** Defines headers for AutonomousDatabases_delete operation. */
2177
2188
  export interface AutonomousDatabasesDeleteHeaders {
2178
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2179
- retryAfter?: number;
2180
2189
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2181
2190
  location?: string;
2191
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2192
+ retryAfter?: number;
2182
2193
  }
2183
2194
  /** Defines headers for AutonomousDatabases_failover operation. */
2184
2195
  export interface AutonomousDatabasesFailoverHeaders {
2196
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2197
+ location?: string;
2185
2198
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2186
2199
  retryAfter?: number;
2200
+ }
2201
+ /** Defines headers for AutonomousDatabases_restore operation. */
2202
+ export interface AutonomousDatabasesRestoreHeaders {
2187
2203
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2188
2204
  location?: string;
2205
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2206
+ retryAfter?: number;
2189
2207
  }
2190
- /** Defines headers for AutonomousDatabases_switchover operation. */
2191
- export interface AutonomousDatabasesSwitchoverHeaders {
2208
+ /** Defines headers for AutonomousDatabases_shrink operation. */
2209
+ export interface AutonomousDatabasesShrinkHeaders {
2210
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2211
+ location?: string;
2192
2212
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2193
2213
  retryAfter?: number;
2214
+ }
2215
+ /** Defines headers for AutonomousDatabases_switchover operation. */
2216
+ export interface AutonomousDatabasesSwitchoverHeaders {
2194
2217
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2195
2218
  location?: string;
2219
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2220
+ retryAfter?: number;
2196
2221
  }
2197
2222
  /** Defines headers for CloudExadataInfrastructures_createOrUpdate operation. */
2198
2223
  export interface CloudExadataInfrastructuresCreateOrUpdateHeaders {
@@ -2201,24 +2226,24 @@ export interface CloudExadataInfrastructuresCreateOrUpdateHeaders {
2201
2226
  }
2202
2227
  /** Defines headers for CloudExadataInfrastructures_update operation. */
2203
2228
  export interface CloudExadataInfrastructuresUpdateHeaders {
2204
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2205
- retryAfter?: number;
2206
2229
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2207
2230
  location?: string;
2231
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2232
+ retryAfter?: number;
2208
2233
  }
2209
2234
  /** Defines headers for CloudExadataInfrastructures_delete operation. */
2210
2235
  export interface CloudExadataInfrastructuresDeleteHeaders {
2211
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2212
- retryAfter?: number;
2213
2236
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2214
2237
  location?: string;
2238
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2239
+ retryAfter?: number;
2215
2240
  }
2216
2241
  /** Defines headers for CloudExadataInfrastructures_addStorageCapacity operation. */
2217
2242
  export interface CloudExadataInfrastructuresAddStorageCapacityHeaders {
2218
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2219
- retryAfter?: number;
2220
2243
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2221
2244
  location?: string;
2245
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2246
+ retryAfter?: number;
2222
2247
  }
2223
2248
  /** Defines headers for CloudVmClusters_createOrUpdate operation. */
2224
2249
  export interface CloudVmClustersCreateOrUpdateHeaders {
@@ -2227,31 +2252,31 @@ export interface CloudVmClustersCreateOrUpdateHeaders {
2227
2252
  }
2228
2253
  /** Defines headers for CloudVmClusters_update operation. */
2229
2254
  export interface CloudVmClustersUpdateHeaders {
2230
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2231
- retryAfter?: number;
2232
2255
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2233
2256
  location?: string;
2257
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2258
+ retryAfter?: number;
2234
2259
  }
2235
2260
  /** Defines headers for CloudVmClusters_delete operation. */
2236
2261
  export interface CloudVmClustersDeleteHeaders {
2237
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2238
- retryAfter?: number;
2239
2262
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2240
2263
  location?: string;
2264
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2265
+ retryAfter?: number;
2241
2266
  }
2242
2267
  /** Defines headers for CloudVmClusters_addVms operation. */
2243
2268
  export interface CloudVmClustersAddVmsHeaders {
2244
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2245
- retryAfter?: number;
2246
2269
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2247
2270
  location?: string;
2271
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2272
+ retryAfter?: number;
2248
2273
  }
2249
2274
  /** Defines headers for CloudVmClusters_removeVms operation. */
2250
2275
  export interface CloudVmClustersRemoveVmsHeaders {
2251
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2252
- retryAfter?: number;
2253
2276
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2254
2277
  location?: string;
2278
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2279
+ retryAfter?: number;
2255
2280
  }
2256
2281
  /** Defines headers for OracleSubscriptions_createOrUpdate operation. */
2257
2282
  export interface OracleSubscriptionsCreateOrUpdateHeaders {
@@ -2260,38 +2285,38 @@ export interface OracleSubscriptionsCreateOrUpdateHeaders {
2260
2285
  }
2261
2286
  /** Defines headers for OracleSubscriptions_update operation. */
2262
2287
  export interface OracleSubscriptionsUpdateHeaders {
2263
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2264
- retryAfter?: number;
2265
2288
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2266
2289
  location?: string;
2290
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2291
+ retryAfter?: number;
2267
2292
  }
2268
2293
  /** Defines headers for OracleSubscriptions_delete operation. */
2269
2294
  export interface OracleSubscriptionsDeleteHeaders {
2270
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2271
- retryAfter?: number;
2272
2295
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2273
2296
  location?: string;
2297
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2298
+ retryAfter?: number;
2274
2299
  }
2275
2300
  /** Defines headers for OracleSubscriptions_listActivationLinks operation. */
2276
2301
  export interface OracleSubscriptionsListActivationLinksHeaders {
2277
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2278
- retryAfter?: number;
2279
2302
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2280
2303
  location?: string;
2304
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2305
+ retryAfter?: number;
2281
2306
  }
2282
2307
  /** Defines headers for OracleSubscriptions_listCloudAccountDetails operation. */
2283
2308
  export interface OracleSubscriptionsListCloudAccountDetailsHeaders {
2284
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2285
- retryAfter?: number;
2286
2309
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2287
2310
  location?: string;
2311
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2312
+ retryAfter?: number;
2288
2313
  }
2289
2314
  /** Defines headers for OracleSubscriptions_listSaasSubscriptionDetails operation. */
2290
2315
  export interface OracleSubscriptionsListSaasSubscriptionDetailsHeaders {
2291
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2292
- retryAfter?: number;
2293
2316
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2294
2317
  location?: string;
2318
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2319
+ retryAfter?: number;
2295
2320
  }
2296
2321
  /** Defines headers for AutonomousDatabaseBackups_createOrUpdate operation. */
2297
2322
  export interface AutonomousDatabaseBackupsCreateOrUpdateHeaders {
@@ -2300,24 +2325,24 @@ export interface AutonomousDatabaseBackupsCreateOrUpdateHeaders {
2300
2325
  }
2301
2326
  /** Defines headers for AutonomousDatabaseBackups_update operation. */
2302
2327
  export interface AutonomousDatabaseBackupsUpdateHeaders {
2303
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2304
- retryAfter?: number;
2305
2328
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2306
2329
  location?: string;
2330
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2331
+ retryAfter?: number;
2307
2332
  }
2308
2333
  /** Defines headers for AutonomousDatabaseBackups_delete operation. */
2309
2334
  export interface AutonomousDatabaseBackupsDeleteHeaders {
2310
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2311
- retryAfter?: number;
2312
2335
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2313
2336
  location?: string;
2337
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2338
+ retryAfter?: number;
2314
2339
  }
2315
2340
  /** Defines headers for DbNodes_action operation. */
2316
2341
  export interface DbNodesActionHeaders {
2317
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2318
- retryAfter?: number;
2319
2342
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2320
2343
  location?: string;
2344
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2345
+ retryAfter?: number;
2321
2346
  }
2322
2347
  /** Defines headers for VirtualNetworkAddresses_createOrUpdate operation. */
2323
2348
  export interface VirtualNetworkAddressesCreateOrUpdateHeaders {
@@ -2326,10 +2351,10 @@ export interface VirtualNetworkAddressesCreateOrUpdateHeaders {
2326
2351
  }
2327
2352
  /** Defines headers for VirtualNetworkAddresses_delete operation. */
2328
2353
  export interface VirtualNetworkAddressesDeleteHeaders {
2329
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2330
- retryAfter?: number;
2331
2354
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2332
2355
  location?: string;
2356
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2357
+ retryAfter?: number;
2333
2358
  }
2334
2359
  /** Known values of {@link Origin} that the service accepts. */
2335
2360
  export declare enum KnownOrigin {
@@ -2365,9 +2390,9 @@ export declare enum KnownActionType {
2365
2390
  export type ActionType = string;
2366
2391
  /** Known values of {@link DataBaseType} that the service accepts. */
2367
2392
  export declare enum KnownDataBaseType {
2368
- /** REGULAR value */
2393
+ /** Regular DB */
2369
2394
  Regular = "Regular",
2370
- /** CLONE value */
2395
+ /** Clone DB */
2371
2396
  Clone = "Clone"
2372
2397
  }
2373
2398
  /**
@@ -2375,15 +2400,15 @@ export declare enum KnownDataBaseType {
2375
2400
  * {@link KnownDataBaseType} can be used interchangeably with DataBaseType,
2376
2401
  * this enum contains the known values that the service supports.
2377
2402
  * ### Known values supported by the service
2378
- * **Regular**: REGULAR value \
2379
- * **Clone**: CLONE value
2403
+ * **Regular**: Regular DB \
2404
+ * **Clone**: Clone DB
2380
2405
  */
2381
2406
  export type DataBaseType = string;
2382
2407
  /** Known values of {@link AutonomousMaintenanceScheduleType} that the service accepts. */
2383
2408
  export declare enum KnownAutonomousMaintenanceScheduleType {
2384
- /** EARLY value */
2409
+ /** Early maintenance schedule */
2385
2410
  Early = "Early",
2386
- /** REGULAR value */
2411
+ /** Regular maintenance schedule */
2387
2412
  Regular = "Regular"
2388
2413
  }
2389
2414
  /**
@@ -2391,15 +2416,15 @@ export declare enum KnownAutonomousMaintenanceScheduleType {
2391
2416
  * {@link KnownAutonomousMaintenanceScheduleType} can be used interchangeably with AutonomousMaintenanceScheduleType,
2392
2417
  * this enum contains the known values that the service supports.
2393
2418
  * ### Known values supported by the service
2394
- * **Early**: EARLY value \
2395
- * **Regular**: REGULAR value
2419
+ * **Early**: Early maintenance schedule \
2420
+ * **Regular**: Regular maintenance schedule
2396
2421
  */
2397
2422
  export type AutonomousMaintenanceScheduleType = string;
2398
2423
  /** Known values of {@link ComputeModel} that the service accepts. */
2399
2424
  export declare enum KnownComputeModel {
2400
- /** ECPU value */
2425
+ /** ECPU model type */
2401
2426
  Ecpu = "ECPU",
2402
- /** OCPU value */
2427
+ /** OCPU model type */
2403
2428
  Ocpu = "OCPU"
2404
2429
  }
2405
2430
  /**
@@ -2407,8 +2432,8 @@ export declare enum KnownComputeModel {
2407
2432
  * {@link KnownComputeModel} can be used interchangeably with ComputeModel,
2408
2433
  * this enum contains the known values that the service supports.
2409
2434
  * ### Known values supported by the service
2410
- * **ECPU**: ECPU value \
2411
- * **OCPU**: OCPU value
2435
+ * **ECPU**: ECPU model type \
2436
+ * **OCPU**: OCPU model type
2412
2437
  */
2413
2438
  export type ComputeModel = string;
2414
2439
  /** Known values of {@link WorkloadType} that the service accepts. */
@@ -2435,9 +2460,9 @@ export declare enum KnownWorkloadType {
2435
2460
  export type WorkloadType = string;
2436
2461
  /** Known values of {@link DisasterRecoveryType} that the service accepts. */
2437
2462
  export declare enum KnownDisasterRecoveryType {
2438
- /** ADG value */
2463
+ /** ADG type */
2439
2464
  Adg = "Adg",
2440
- /** BACKUP_BASED value */
2465
+ /** Backup based type */
2441
2466
  BackupBased = "BackupBased"
2442
2467
  }
2443
2468
  /**
@@ -2445,53 +2470,53 @@ export declare enum KnownDisasterRecoveryType {
2445
2470
  * {@link KnownDisasterRecoveryType} can be used interchangeably with DisasterRecoveryType,
2446
2471
  * this enum contains the known values that the service supports.
2447
2472
  * ### Known values supported by the service
2448
- * **Adg**: ADG value \
2449
- * **BackupBased**: BACKUP_BASED value
2473
+ * **Adg**: ADG type \
2474
+ * **BackupBased**: Backup based type
2450
2475
  */
2451
2476
  export type DisasterRecoveryType = string;
2452
2477
  /** Known values of {@link AutonomousDatabaseLifecycleState} that the service accepts. */
2453
2478
  export declare enum KnownAutonomousDatabaseLifecycleState {
2454
- /** PROVISIONING value */
2479
+ /** Indicates that resource in Provisioning state */
2455
2480
  Provisioning = "Provisioning",
2456
- /** AVAILABLE value */
2481
+ /** Indicates that resource in Available state */
2457
2482
  Available = "Available",
2458
- /** STOPPING value */
2483
+ /** Indicates that resource in Stopping state */
2459
2484
  Stopping = "Stopping",
2460
- /** STOPPED value */
2485
+ /** Indicates that resource in Stopped state */
2461
2486
  Stopped = "Stopped",
2462
- /** STARTING value */
2487
+ /** Indicates that resource in Starting state */
2463
2488
  Starting = "Starting",
2464
- /** TERMINATING value */
2489
+ /** Indicates that resource in Terminating state */
2465
2490
  Terminating = "Terminating",
2466
- /** TERMINATED value */
2491
+ /** Indicates that resource in Terminated state */
2467
2492
  Terminated = "Terminated",
2468
- /** UNAVAILABLE value */
2493
+ /** Indicates that resource in Unavailable state */
2469
2494
  Unavailable = "Unavailable",
2470
- /** RESTORE_IN_PROGRESS value */
2495
+ /** Indicates that resource in RestoreInProgress state */
2471
2496
  RestoreInProgress = "RestoreInProgress",
2472
- /** RESTORE_FAILED value */
2497
+ /** Indicates that resource in RestoreFailed state */
2473
2498
  RestoreFailed = "RestoreFailed",
2474
- /** BACKUP_IN_PROGRESS value */
2499
+ /** Indicates that resource in BackupInProgress state */
2475
2500
  BackupInProgress = "BackupInProgress",
2476
- /** SCALE_IN_PROGRESS value */
2501
+ /** Indicates that resource in ScaleInProgress state */
2477
2502
  ScaleInProgress = "ScaleInProgress",
2478
- /** AVAILABLE_NEEDS_ATTENTION value */
2503
+ /** Indicates that resource is available but needs attention */
2479
2504
  AvailableNeedsAttention = "AvailableNeedsAttention",
2480
- /** UPDATING value */
2505
+ /** Indicates that resource in Updating state */
2481
2506
  Updating = "Updating",
2482
- /** MAINTENANCE_IN_PROGRESS value */
2507
+ /** Indicates that resource maintenance in progress state */
2483
2508
  MaintenanceInProgress = "MaintenanceInProgress",
2484
- /** RESTARTING value */
2509
+ /** Indicates that resource in Restarting state */
2485
2510
  Restarting = "Restarting",
2486
- /** RECREATING value */
2511
+ /** Indicates that resource in Recreating state */
2487
2512
  Recreating = "Recreating",
2488
- /** ROLE_CHANGE_IN_PROGRESS value */
2513
+ /** Indicates that resource role change in progress state */
2489
2514
  RoleChangeInProgress = "RoleChangeInProgress",
2490
- /** UPGRADING value */
2515
+ /** Indicates that resource in Upgrading state */
2491
2516
  Upgrading = "Upgrading",
2492
- /** INACCESSIBLE value */
2517
+ /** IIndicates that resource in Inaccessible state */
2493
2518
  Inaccessible = "Inaccessible",
2494
- /** STANDBY value */
2519
+ /** Indicates that resource in Standby state */
2495
2520
  Standby = "Standby"
2496
2521
  }
2497
2522
  /**
@@ -2499,34 +2524,34 @@ export declare enum KnownAutonomousDatabaseLifecycleState {
2499
2524
  * {@link KnownAutonomousDatabaseLifecycleState} can be used interchangeably with AutonomousDatabaseLifecycleState,
2500
2525
  * this enum contains the known values that the service supports.
2501
2526
  * ### Known values supported by the service
2502
- * **Provisioning**: PROVISIONING value \
2503
- * **Available**: AVAILABLE value \
2504
- * **Stopping**: STOPPING value \
2505
- * **Stopped**: STOPPED value \
2506
- * **Starting**: STARTING value \
2507
- * **Terminating**: TERMINATING value \
2508
- * **Terminated**: TERMINATED value \
2509
- * **Unavailable**: UNAVAILABLE value \
2510
- * **RestoreInProgress**: RESTORE_IN_PROGRESS value \
2511
- * **RestoreFailed**: RESTORE_FAILED value \
2512
- * **BackupInProgress**: BACKUP_IN_PROGRESS value \
2513
- * **ScaleInProgress**: SCALE_IN_PROGRESS value \
2514
- * **AvailableNeedsAttention**: AVAILABLE_NEEDS_ATTENTION value \
2515
- * **Updating**: UPDATING value \
2516
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
2517
- * **Restarting**: RESTARTING value \
2518
- * **Recreating**: RECREATING value \
2519
- * **RoleChangeInProgress**: ROLE_CHANGE_IN_PROGRESS value \
2520
- * **Upgrading**: UPGRADING value \
2521
- * **Inaccessible**: INACCESSIBLE value \
2522
- * **Standby**: STANDBY value
2527
+ * **Provisioning**: Indicates that resource in Provisioning state \
2528
+ * **Available**: Indicates that resource in Available state \
2529
+ * **Stopping**: Indicates that resource in Stopping state \
2530
+ * **Stopped**: Indicates that resource in Stopped state \
2531
+ * **Starting**: Indicates that resource in Starting state \
2532
+ * **Terminating**: Indicates that resource in Terminating state \
2533
+ * **Terminated**: Indicates that resource in Terminated state \
2534
+ * **Unavailable**: Indicates that resource in Unavailable state \
2535
+ * **RestoreInProgress**: Indicates that resource in RestoreInProgress state \
2536
+ * **RestoreFailed**: Indicates that resource in RestoreFailed state \
2537
+ * **BackupInProgress**: Indicates that resource in BackupInProgress state \
2538
+ * **ScaleInProgress**: Indicates that resource in ScaleInProgress state \
2539
+ * **AvailableNeedsAttention**: Indicates that resource is available but needs attention \
2540
+ * **Updating**: Indicates that resource in Updating state \
2541
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
2542
+ * **Restarting**: Indicates that resource in Restarting state \
2543
+ * **Recreating**: Indicates that resource in Recreating state \
2544
+ * **RoleChangeInProgress**: Indicates that resource role change in progress state \
2545
+ * **Upgrading**: Indicates that resource in Upgrading state \
2546
+ * **Inaccessible**: IIndicates that resource in Inaccessible state \
2547
+ * **Standby**: Indicates that resource in Standby state
2523
2548
  */
2524
2549
  export type AutonomousDatabaseLifecycleState = string;
2525
2550
  /** Known values of {@link LicenseModel} that the service accepts. */
2526
2551
  export declare enum KnownLicenseModel {
2527
- /** LicenseIncluded value */
2552
+ /** License included */
2528
2553
  LicenseIncluded = "LicenseIncluded",
2529
- /** BringYourOwnLicense value */
2554
+ /** Bring Your Own License */
2530
2555
  BringYourOwnLicense = "BringYourOwnLicense"
2531
2556
  }
2532
2557
  /**
@@ -2534,8 +2559,8 @@ export declare enum KnownLicenseModel {
2534
2559
  * {@link KnownLicenseModel} can be used interchangeably with LicenseModel,
2535
2560
  * this enum contains the known values that the service supports.
2536
2561
  * ### Known values supported by the service
2537
- * **LicenseIncluded**: LicenseIncluded value \
2538
- * **BringYourOwnLicense**: BringYourOwnLicense value
2562
+ * **LicenseIncluded**: License included \
2563
+ * **BringYourOwnLicense**: Bring Your Own License
2539
2564
  */
2540
2565
  export type LicenseModel = string;
2541
2566
  /** Known values of {@link AzureResourceProvisioningState} that the service accepts. */
@@ -2546,7 +2571,7 @@ export declare enum KnownAzureResourceProvisioningState {
2546
2571
  Failed = "Failed",
2547
2572
  /** Resource creation was canceled. */
2548
2573
  Canceled = "Canceled",
2549
- /** Provisioning value */
2574
+ /** Indicates that resource in Provisioning state */
2550
2575
  Provisioning = "Provisioning"
2551
2576
  }
2552
2577
  /**
@@ -2557,7 +2582,7 @@ export declare enum KnownAzureResourceProvisioningState {
2557
2582
  * **Succeeded**: Resource has been created. \
2558
2583
  * **Failed**: Resource creation failed. \
2559
2584
  * **Canceled**: Resource creation was canceled. \
2560
- * **Provisioning**: Provisioning value
2585
+ * **Provisioning**: Indicates that resource in Provisioning state
2561
2586
  */
2562
2587
  export type AzureResourceProvisioningState = string;
2563
2588
  /** Known values of {@link DayOfWeekName} that the service accepts. */
@@ -2593,15 +2618,15 @@ export declare enum KnownDayOfWeekName {
2593
2618
  export type DayOfWeekName = string;
2594
2619
  /** Known values of {@link ConsumerGroup} that the service accepts. */
2595
2620
  export declare enum KnownConsumerGroup {
2596
- /** HIGH value */
2621
+ /** High group */
2597
2622
  High = "High",
2598
- /** MEDIUM value */
2623
+ /** Medium group */
2599
2624
  Medium = "Medium",
2600
- /** LOW value */
2625
+ /** Low group */
2601
2626
  Low = "Low",
2602
- /** TP value */
2627
+ /** TP group */
2603
2628
  Tp = "Tp",
2604
- /** TPURGENT value */
2629
+ /** TPurgent group */
2605
2630
  Tpurgent = "Tpurgent"
2606
2631
  }
2607
2632
  /**
@@ -2609,18 +2634,18 @@ export declare enum KnownConsumerGroup {
2609
2634
  * {@link KnownConsumerGroup} can be used interchangeably with ConsumerGroup,
2610
2635
  * this enum contains the known values that the service supports.
2611
2636
  * ### Known values supported by the service
2612
- * **High**: HIGH value \
2613
- * **Medium**: MEDIUM value \
2614
- * **Low**: LOW value \
2615
- * **Tp**: TP value \
2616
- * **Tpurgent**: TPURGENT value
2637
+ * **High**: High group \
2638
+ * **Medium**: Medium group \
2639
+ * **Low**: Low group \
2640
+ * **Tp**: TP group \
2641
+ * **Tpurgent**: TPurgent group
2617
2642
  */
2618
2643
  export type ConsumerGroup = string;
2619
2644
  /** Known values of {@link HostFormatType} that the service accepts. */
2620
2645
  export declare enum KnownHostFormatType {
2621
- /** FQDN value */
2646
+ /** FQDN format */
2622
2647
  Fqdn = "Fqdn",
2623
- /** IP value */
2648
+ /** IP format */
2624
2649
  Ip = "Ip"
2625
2650
  }
2626
2651
  /**
@@ -2628,15 +2653,15 @@ export declare enum KnownHostFormatType {
2628
2653
  * {@link KnownHostFormatType} can be used interchangeably with HostFormatType,
2629
2654
  * this enum contains the known values that the service supports.
2630
2655
  * ### Known values supported by the service
2631
- * **Fqdn**: FQDN value \
2632
- * **Ip**: IP value
2656
+ * **Fqdn**: FQDN format \
2657
+ * **Ip**: IP format
2633
2658
  */
2634
2659
  export type HostFormatType = string;
2635
2660
  /** Known values of {@link ProtocolType} that the service accepts. */
2636
2661
  export declare enum KnownProtocolType {
2637
- /** TCP value */
2662
+ /** TCP protocol */
2638
2663
  TCP = "TCP",
2639
- /** TCPS value */
2664
+ /** TCPS protocol */
2640
2665
  Tcps = "TCPS"
2641
2666
  }
2642
2667
  /**
@@ -2644,15 +2669,15 @@ export declare enum KnownProtocolType {
2644
2669
  * {@link KnownProtocolType} can be used interchangeably with ProtocolType,
2645
2670
  * this enum contains the known values that the service supports.
2646
2671
  * ### Known values supported by the service
2647
- * **TCP**: TCP value \
2648
- * **TCPS**: TCPS value
2672
+ * **TCP**: TCP protocol \
2673
+ * **TCPS**: TCPS protocol
2649
2674
  */
2650
2675
  export type ProtocolType = string;
2651
2676
  /** Known values of {@link SessionModeType} that the service accepts. */
2652
2677
  export declare enum KnownSessionModeType {
2653
- /** DIRECT value */
2678
+ /** Direct session mode */
2654
2679
  Direct = "Direct",
2655
- /** REDIRECT value */
2680
+ /** Redirect session mode */
2656
2681
  Redirect = "Redirect"
2657
2682
  }
2658
2683
  /**
@@ -2660,17 +2685,17 @@ export declare enum KnownSessionModeType {
2660
2685
  * {@link KnownSessionModeType} can be used interchangeably with SessionModeType,
2661
2686
  * this enum contains the known values that the service supports.
2662
2687
  * ### Known values supported by the service
2663
- * **Direct**: DIRECT value \
2664
- * **Redirect**: REDIRECT value
2688
+ * **Direct**: Direct session mode \
2689
+ * **Redirect**: Redirect session mode
2665
2690
  */
2666
2691
  export type SessionModeType = string;
2667
2692
  /** Known values of {@link SyntaxFormatType} that the service accepts. */
2668
2693
  export declare enum KnownSyntaxFormatType {
2669
- /** LONG value */
2694
+ /** Long format */
2670
2695
  Long = "Long",
2671
- /** EZCONNECT value */
2696
+ /** Ezconnect format */
2672
2697
  Ezconnect = "Ezconnect",
2673
- /** EZCONNECTPLUS value */
2698
+ /** Ezconnectplus format */
2674
2699
  Ezconnectplus = "Ezconnectplus"
2675
2700
  }
2676
2701
  /**
@@ -2678,16 +2703,16 @@ export declare enum KnownSyntaxFormatType {
2678
2703
  * {@link KnownSyntaxFormatType} can be used interchangeably with SyntaxFormatType,
2679
2704
  * this enum contains the known values that the service supports.
2680
2705
  * ### Known values supported by the service
2681
- * **Long**: LONG value \
2682
- * **Ezconnect**: EZCONNECT value \
2683
- * **Ezconnectplus**: EZCONNECTPLUS value
2706
+ * **Long**: Long format \
2707
+ * **Ezconnect**: Ezconnect format \
2708
+ * **Ezconnectplus**: Ezconnectplus format
2684
2709
  */
2685
2710
  export type SyntaxFormatType = string;
2686
2711
  /** Known values of {@link TlsAuthenticationType} that the service accepts. */
2687
2712
  export declare enum KnownTlsAuthenticationType {
2688
- /** SERVER value */
2713
+ /** Server authentication */
2689
2714
  Server = "Server",
2690
- /** MUTUAL value */
2715
+ /** Mutual TLS */
2691
2716
  Mutual = "Mutual"
2692
2717
  }
2693
2718
  /**
@@ -2695,21 +2720,21 @@ export declare enum KnownTlsAuthenticationType {
2695
2720
  * {@link KnownTlsAuthenticationType} can be used interchangeably with TlsAuthenticationType,
2696
2721
  * this enum contains the known values that the service supports.
2697
2722
  * ### Known values supported by the service
2698
- * **Server**: SERVER value \
2699
- * **Mutual**: MUTUAL value
2723
+ * **Server**: Server authentication \
2724
+ * **Mutual**: Mutual TLS
2700
2725
  */
2701
2726
  export type TlsAuthenticationType = string;
2702
2727
  /** Known values of {@link DataSafeStatusType} that the service accepts. */
2703
2728
  export declare enum KnownDataSafeStatusType {
2704
- /** REGISTERING value */
2729
+ /** Registering status */
2705
2730
  Registering = "Registering",
2706
- /** REGISTERED value */
2731
+ /** Registered status */
2707
2732
  Registered = "Registered",
2708
- /** DEREGISTERING value */
2733
+ /** Deregistering status */
2709
2734
  Deregistering = "Deregistering",
2710
- /** NOT_REGISTERED value */
2735
+ /** NotRegistered status */
2711
2736
  NotRegistered = "NotRegistered",
2712
- /** FAILED value */
2737
+ /** Failed status */
2713
2738
  Failed = "Failed"
2714
2739
  }
2715
2740
  /**
@@ -2717,18 +2742,18 @@ export declare enum KnownDataSafeStatusType {
2717
2742
  * {@link KnownDataSafeStatusType} can be used interchangeably with DataSafeStatusType,
2718
2743
  * this enum contains the known values that the service supports.
2719
2744
  * ### Known values supported by the service
2720
- * **Registering**: REGISTERING value \
2721
- * **Registered**: REGISTERED value \
2722
- * **Deregistering**: DEREGISTERING value \
2723
- * **NotRegistered**: NOT_REGISTERED value \
2724
- * **Failed**: FAILED value
2745
+ * **Registering**: Registering status \
2746
+ * **Registered**: Registered status \
2747
+ * **Deregistering**: Deregistering status \
2748
+ * **NotRegistered**: NotRegistered status \
2749
+ * **Failed**: Failed status
2725
2750
  */
2726
2751
  export type DataSafeStatusType = string;
2727
2752
  /** Known values of {@link DatabaseEditionType} that the service accepts. */
2728
2753
  export declare enum KnownDatabaseEditionType {
2729
- /** STANDARD_EDITION value */
2754
+ /** Standard edition */
2730
2755
  StandardEdition = "StandardEdition",
2731
- /** ENTERPRISE_EDITION value */
2756
+ /** Enterprise edition */
2732
2757
  EnterpriseEdition = "EnterpriseEdition"
2733
2758
  }
2734
2759
  /**
@@ -2736,15 +2761,37 @@ export declare enum KnownDatabaseEditionType {
2736
2761
  * {@link KnownDatabaseEditionType} can be used interchangeably with DatabaseEditionType,
2737
2762
  * this enum contains the known values that the service supports.
2738
2763
  * ### Known values supported by the service
2739
- * **StandardEdition**: STANDARD_EDITION value \
2740
- * **EnterpriseEdition**: ENTERPRISE_EDITION value
2764
+ * **StandardEdition**: Standard edition \
2765
+ * **EnterpriseEdition**: Enterprise edition
2741
2766
  */
2742
2767
  export type DatabaseEditionType = string;
2768
+ /** Known values of {@link RepeatCadenceType} that the service accepts. */
2769
+ export declare enum KnownRepeatCadenceType {
2770
+ /** Repeat one time */
2771
+ OneTime = "OneTime",
2772
+ /** Repeat weekly */
2773
+ Weekly = "Weekly",
2774
+ /** Repeat monthly */
2775
+ Monthly = "Monthly",
2776
+ /** Repeat yearly */
2777
+ Yearly = "Yearly"
2778
+ }
2779
+ /**
2780
+ * Defines values for RepeatCadenceType. \
2781
+ * {@link KnownRepeatCadenceType} can be used interchangeably with RepeatCadenceType,
2782
+ * this enum contains the known values that the service supports.
2783
+ * ### Known values supported by the service
2784
+ * **OneTime**: Repeat one time \
2785
+ * **Weekly**: Repeat weekly \
2786
+ * **Monthly**: Repeat monthly \
2787
+ * **Yearly**: Repeat yearly
2788
+ */
2789
+ export type RepeatCadenceType = string;
2743
2790
  /** Known values of {@link OpenModeType} that the service accepts. */
2744
2791
  export declare enum KnownOpenModeType {
2745
- /** READ_ONLY value */
2792
+ /** ReadOnly mode */
2746
2793
  ReadOnly = "ReadOnly",
2747
- /** READ_WRITE value */
2794
+ /** ReadWrite mode */
2748
2795
  ReadWrite = "ReadWrite"
2749
2796
  }
2750
2797
  /**
@@ -2752,23 +2799,23 @@ export declare enum KnownOpenModeType {
2752
2799
  * {@link KnownOpenModeType} can be used interchangeably with OpenModeType,
2753
2800
  * this enum contains the known values that the service supports.
2754
2801
  * ### Known values supported by the service
2755
- * **ReadOnly**: READ_ONLY value \
2756
- * **ReadWrite**: READ_WRITE value
2802
+ * **ReadOnly**: ReadOnly mode \
2803
+ * **ReadWrite**: ReadWrite mode
2757
2804
  */
2758
2805
  export type OpenModeType = string;
2759
2806
  /** Known values of {@link OperationsInsightsStatusType} that the service accepts. */
2760
2807
  export declare enum KnownOperationsInsightsStatusType {
2761
- /** ENABLING value */
2808
+ /** Enabling status */
2762
2809
  Enabling = "Enabling",
2763
- /** ENABLED value */
2810
+ /** Enabled status */
2764
2811
  Enabled = "Enabled",
2765
- /** DISABLING value */
2812
+ /** Disabling status */
2766
2813
  Disabling = "Disabling",
2767
- /** NOT_ENABLED value */
2814
+ /** NotEnabled status */
2768
2815
  NotEnabled = "NotEnabled",
2769
- /** FAILED_ENABLING value */
2816
+ /** FailedEnabling status */
2770
2817
  FailedEnabling = "FailedEnabling",
2771
- /** FAILED_DISABLING value */
2818
+ /** FailedDisabling status */
2772
2819
  FailedDisabling = "FailedDisabling"
2773
2820
  }
2774
2821
  /**
@@ -2776,19 +2823,19 @@ export declare enum KnownOperationsInsightsStatusType {
2776
2823
  * {@link KnownOperationsInsightsStatusType} can be used interchangeably with OperationsInsightsStatusType,
2777
2824
  * this enum contains the known values that the service supports.
2778
2825
  * ### Known values supported by the service
2779
- * **Enabling**: ENABLING value \
2780
- * **Enabled**: ENABLED value \
2781
- * **Disabling**: DISABLING value \
2782
- * **NotEnabled**: NOT_ENABLED value \
2783
- * **FailedEnabling**: FAILED_ENABLING value \
2784
- * **FailedDisabling**: FAILED_DISABLING value
2826
+ * **Enabling**: Enabling status \
2827
+ * **Enabled**: Enabled status \
2828
+ * **Disabling**: Disabling status \
2829
+ * **NotEnabled**: NotEnabled status \
2830
+ * **FailedEnabling**: FailedEnabling status \
2831
+ * **FailedDisabling**: FailedDisabling status
2785
2832
  */
2786
2833
  export type OperationsInsightsStatusType = string;
2787
2834
  /** Known values of {@link PermissionLevelType} that the service accepts. */
2788
2835
  export declare enum KnownPermissionLevelType {
2789
- /** RESTRICTED value */
2836
+ /** Restricted permission level */
2790
2837
  Restricted = "Restricted",
2791
- /** UNRESTRICTED value */
2838
+ /** Unrestricted permission level */
2792
2839
  Unrestricted = "Unrestricted"
2793
2840
  }
2794
2841
  /**
@@ -2796,21 +2843,21 @@ export declare enum KnownPermissionLevelType {
2796
2843
  * {@link KnownPermissionLevelType} can be used interchangeably with PermissionLevelType,
2797
2844
  * this enum contains the known values that the service supports.
2798
2845
  * ### Known values supported by the service
2799
- * **Restricted**: RESTRICTED value \
2800
- * **Unrestricted**: UNRESTRICTED value
2846
+ * **Restricted**: Restricted permission level \
2847
+ * **Unrestricted**: Unrestricted permission level
2801
2848
  */
2802
2849
  export type PermissionLevelType = string;
2803
2850
  /** Known values of {@link RoleType} that the service accepts. */
2804
2851
  export declare enum KnownRoleType {
2805
- /** PRIMARY value */
2852
+ /** Primary role */
2806
2853
  Primary = "Primary",
2807
- /** STANDBY value */
2854
+ /** Standby role */
2808
2855
  Standby = "Standby",
2809
- /** DISABLED_STANDBY value */
2856
+ /** DisabledStandby role */
2810
2857
  DisabledStandby = "DisabledStandby",
2811
- /** BACKUP_COPY value */
2858
+ /** BackupCopy role */
2812
2859
  BackupCopy = "BackupCopy",
2813
- /** SNAPSHOT_STANDBY value */
2860
+ /** SnapshotStandby role */
2814
2861
  SnapshotStandby = "SnapshotStandby"
2815
2862
  }
2816
2863
  /**
@@ -2818,11 +2865,11 @@ export declare enum KnownRoleType {
2818
2865
  * {@link KnownRoleType} can be used interchangeably with RoleType,
2819
2866
  * this enum contains the known values that the service supports.
2820
2867
  * ### Known values supported by the service
2821
- * **Primary**: PRIMARY value \
2822
- * **Standby**: STANDBY value \
2823
- * **DisabledStandby**: DISABLED_STANDBY value \
2824
- * **BackupCopy**: BACKUP_COPY value \
2825
- * **SnapshotStandby**: SNAPSHOT_STANDBY value
2868
+ * **Primary**: Primary role \
2869
+ * **Standby**: Standby role \
2870
+ * **DisabledStandby**: DisabledStandby role \
2871
+ * **BackupCopy**: BackupCopy role \
2872
+ * **SnapshotStandby**: SnapshotStandby role
2826
2873
  */
2827
2874
  export type RoleType = string;
2828
2875
  /** Known values of {@link CreatedByType} that the service accepts. */
@@ -2849,9 +2896,9 @@ export declare enum KnownCreatedByType {
2849
2896
  export type CreatedByType = string;
2850
2897
  /** Known values of {@link Preference} that the service accepts. */
2851
2898
  export declare enum KnownPreference {
2852
- /** NoPreference value */
2899
+ /** No preference */
2853
2900
  NoPreference = "NoPreference",
2854
- /** CustomPreference value */
2901
+ /** Custom preference */
2855
2902
  CustomPreference = "CustomPreference"
2856
2903
  }
2857
2904
  /**
@@ -2859,8 +2906,8 @@ export declare enum KnownPreference {
2859
2906
  * {@link KnownPreference} can be used interchangeably with Preference,
2860
2907
  * this enum contains the known values that the service supports.
2861
2908
  * ### Known values supported by the service
2862
- * **NoPreference**: NoPreference value \
2863
- * **CustomPreference**: CustomPreference value
2909
+ * **NoPreference**: No preference \
2910
+ * **CustomPreference**: Custom preference
2864
2911
  */
2865
2912
  export type Preference = string;
2866
2913
  /** Known values of {@link MonthName} that the service accepts. */
@@ -2911,9 +2958,9 @@ export declare enum KnownMonthName {
2911
2958
  export type MonthName = string;
2912
2959
  /** Known values of {@link PatchingMode} that the service accepts. */
2913
2960
  export declare enum KnownPatchingMode {
2914
- /** Rolling value */
2961
+ /** Rolling patching */
2915
2962
  Rolling = "Rolling",
2916
- /** Non Rolling value */
2963
+ /** Non Rolling patching */
2917
2964
  NonRolling = "NonRolling"
2918
2965
  }
2919
2966
  /**
@@ -2921,25 +2968,25 @@ export declare enum KnownPatchingMode {
2921
2968
  * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
2922
2969
  * this enum contains the known values that the service supports.
2923
2970
  * ### Known values supported by the service
2924
- * **Rolling**: Rolling value \
2925
- * **NonRolling**: Non Rolling value
2971
+ * **Rolling**: Rolling patching \
2972
+ * **NonRolling**: Non Rolling patching
2926
2973
  */
2927
2974
  export type PatchingMode = string;
2928
2975
  /** Known values of {@link CloudExadataInfrastructureLifecycleState} that the service accepts. */
2929
2976
  export declare enum KnownCloudExadataInfrastructureLifecycleState {
2930
- /** PROVISIONING value */
2977
+ /** Indicates that resource in Provisioning state */
2931
2978
  Provisioning = "Provisioning",
2932
- /** AVAILABLE value */
2979
+ /** Indicates that resource in Available state */
2933
2980
  Available = "Available",
2934
- /** UPDATING value */
2981
+ /** Indicates that resource in Updating state */
2935
2982
  Updating = "Updating",
2936
- /** TERMINATING value */
2983
+ /** Indicates that resource in Terminating state */
2937
2984
  Terminating = "Terminating",
2938
- /** TERMINATED value */
2985
+ /** Indicates that resource in Terminated state */
2939
2986
  Terminated = "Terminated",
2940
- /** MAINTENANCE_IN_PROGRESS value */
2987
+ /** Indicates that resource maintenance in progress state */
2941
2988
  MaintenanceInProgress = "MaintenanceInProgress",
2942
- /** FAILED value */
2989
+ /** Indicates that resource in Failed state */
2943
2990
  Failed = "Failed"
2944
2991
  }
2945
2992
  /**
@@ -2947,20 +2994,20 @@ export declare enum KnownCloudExadataInfrastructureLifecycleState {
2947
2994
  * {@link KnownCloudExadataInfrastructureLifecycleState} can be used interchangeably with CloudExadataInfrastructureLifecycleState,
2948
2995
  * this enum contains the known values that the service supports.
2949
2996
  * ### Known values supported by the service
2950
- * **Provisioning**: PROVISIONING value \
2951
- * **Available**: AVAILABLE value \
2952
- * **Updating**: UPDATING value \
2953
- * **Terminating**: TERMINATING value \
2954
- * **Terminated**: TERMINATED value \
2955
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
2956
- * **Failed**: FAILED value
2997
+ * **Provisioning**: Indicates that resource in Provisioning state \
2998
+ * **Available**: Indicates that resource in Available state \
2999
+ * **Updating**: Indicates that resource in Updating state \
3000
+ * **Terminating**: Indicates that resource in Terminating state \
3001
+ * **Terminated**: Indicates that resource in Terminated state \
3002
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
3003
+ * **Failed**: Indicates that resource in Failed state
2957
3004
  */
2958
3005
  export type CloudExadataInfrastructureLifecycleState = string;
2959
3006
  /** Known values of {@link DiskRedundancy} that the service accepts. */
2960
3007
  export declare enum KnownDiskRedundancy {
2961
- /** High value */
3008
+ /** High redundancy */
2962
3009
  High = "High",
2963
- /** Normal value */
3010
+ /** Normal redundancy */
2964
3011
  Normal = "Normal"
2965
3012
  }
2966
3013
  /**
@@ -2968,25 +3015,25 @@ export declare enum KnownDiskRedundancy {
2968
3015
  * {@link KnownDiskRedundancy} can be used interchangeably with DiskRedundancy,
2969
3016
  * this enum contains the known values that the service supports.
2970
3017
  * ### Known values supported by the service
2971
- * **High**: High value \
2972
- * **Normal**: Normal value
3018
+ * **High**: High redundancy \
3019
+ * **Normal**: Normal redundancy
2973
3020
  */
2974
3021
  export type DiskRedundancy = string;
2975
3022
  /** Known values of {@link CloudVmClusterLifecycleState} that the service accepts. */
2976
3023
  export declare enum KnownCloudVmClusterLifecycleState {
2977
- /** PROVISIONING value */
3024
+ /** Indicates that resource in Provisioning state */
2978
3025
  Provisioning = "Provisioning",
2979
- /** AVAILABLE value */
3026
+ /** Indicates that resource in Available state */
2980
3027
  Available = "Available",
2981
- /** UPDATING value */
3028
+ /** Indicates that resource in Updating state */
2982
3029
  Updating = "Updating",
2983
- /** TERMINATING value */
3030
+ /** Indicates that resource in Terminating state */
2984
3031
  Terminating = "Terminating",
2985
- /** TERMINATED value */
3032
+ /** Indicates that resource in Terminated state */
2986
3033
  Terminated = "Terminated",
2987
- /** MAINTENANCE_IN_PROGRESS value */
3034
+ /** Indicates that resource Maintenance in progress state */
2988
3035
  MaintenanceInProgress = "MaintenanceInProgress",
2989
- /** FAILED value */
3036
+ /** Indicates that resource in Failed state */
2990
3037
  Failed = "Failed"
2991
3038
  }
2992
3039
  /**
@@ -2994,26 +3041,26 @@ export declare enum KnownCloudVmClusterLifecycleState {
2994
3041
  * {@link KnownCloudVmClusterLifecycleState} can be used interchangeably with CloudVmClusterLifecycleState,
2995
3042
  * this enum contains the known values that the service supports.
2996
3043
  * ### Known values supported by the service
2997
- * **Provisioning**: PROVISIONING value \
2998
- * **Available**: AVAILABLE value \
2999
- * **Updating**: UPDATING value \
3000
- * **Terminating**: TERMINATING value \
3001
- * **Terminated**: TERMINATED value \
3002
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
3003
- * **Failed**: FAILED value
3044
+ * **Provisioning**: Indicates that resource in Provisioning state \
3045
+ * **Available**: Indicates that resource in Available state \
3046
+ * **Updating**: Indicates that resource in Updating state \
3047
+ * **Terminating**: Indicates that resource in Terminating state \
3048
+ * **Terminated**: Indicates that resource in Terminated state \
3049
+ * **MaintenanceInProgress**: Indicates that resource Maintenance in progress state \
3050
+ * **Failed**: Indicates that resource in Failed state
3004
3051
  */
3005
3052
  export type CloudVmClusterLifecycleState = string;
3006
3053
  /** Known values of {@link IormLifecycleState} that the service accepts. */
3007
3054
  export declare enum KnownIormLifecycleState {
3008
- /** BOOTSTRAPPING value */
3055
+ /** Indicates that resource in Provisioning state */
3009
3056
  BootStrapping = "BootStrapping",
3010
- /** ENABLED value */
3057
+ /** Indicates that resource in Enabled state */
3011
3058
  Enabled = "Enabled",
3012
- /** DISABLED value */
3059
+ /** Indicates that resource in Disabled state */
3013
3060
  Disabled = "Disabled",
3014
- /** UPDATING value */
3061
+ /** Indicates that resource in Updating state */
3015
3062
  Updating = "Updating",
3016
- /** FAILED value */
3063
+ /** Indicates that resource in Failed state */
3017
3064
  Failed = "Failed"
3018
3065
  }
3019
3066
  /**
@@ -3021,24 +3068,24 @@ export declare enum KnownIormLifecycleState {
3021
3068
  * {@link KnownIormLifecycleState} can be used interchangeably with IormLifecycleState,
3022
3069
  * this enum contains the known values that the service supports.
3023
3070
  * ### Known values supported by the service
3024
- * **BootStrapping**: BOOTSTRAPPING value \
3025
- * **Enabled**: ENABLED value \
3026
- * **Disabled**: DISABLED value \
3027
- * **Updating**: UPDATING value \
3028
- * **Failed**: FAILED value
3071
+ * **BootStrapping**: Indicates that resource in Provisioning state \
3072
+ * **Enabled**: Indicates that resource in Enabled state \
3073
+ * **Disabled**: Indicates that resource in Disabled state \
3074
+ * **Updating**: Indicates that resource in Updating state \
3075
+ * **Failed**: Indicates that resource in Failed state
3029
3076
  */
3030
3077
  export type IormLifecycleState = string;
3031
3078
  /** Known values of {@link Objective} that the service accepts. */
3032
3079
  export declare enum KnownObjective {
3033
- /** LOW_LATENCY value */
3080
+ /** Low latency objective */
3034
3081
  LowLatency = "LowLatency",
3035
- /** HIGH_THROUGHPUT value */
3082
+ /** High throughput objective */
3036
3083
  HighThroughput = "HighThroughput",
3037
- /** BALANCED value */
3084
+ /** Balanced objective */
3038
3085
  Balanced = "Balanced",
3039
- /** AUTO value */
3086
+ /** Auto objective */
3040
3087
  Auto = "Auto",
3041
- /** BASIC value */
3088
+ /** Basic objective */
3042
3089
  Basic = "Basic"
3043
3090
  }
3044
3091
  /**
@@ -3046,22 +3093,22 @@ export declare enum KnownObjective {
3046
3093
  * {@link KnownObjective} can be used interchangeably with Objective,
3047
3094
  * this enum contains the known values that the service supports.
3048
3095
  * ### Known values supported by the service
3049
- * **LowLatency**: LOW_LATENCY value \
3050
- * **HighThroughput**: HIGH_THROUGHPUT value \
3051
- * **Balanced**: BALANCED value \
3052
- * **Auto**: AUTO value \
3053
- * **Basic**: BASIC value
3096
+ * **LowLatency**: Low latency objective \
3097
+ * **HighThroughput**: High throughput objective \
3098
+ * **Balanced**: Balanced objective \
3099
+ * **Auto**: Auto objective \
3100
+ * **Basic**: Basic objective
3054
3101
  */
3055
3102
  export type Objective = string;
3056
3103
  /** Known values of {@link DnsPrivateViewsLifecycleState} that the service accepts. */
3057
3104
  export declare enum KnownDnsPrivateViewsLifecycleState {
3058
- /** Active value */
3105
+ /** DNS Private View is active */
3059
3106
  Active = "Active",
3060
- /** Deleted value */
3107
+ /** DNS Private View is deleted */
3061
3108
  Deleted = "Deleted",
3062
- /** Deleting value */
3109
+ /** DNS Private View is deleting */
3063
3110
  Deleting = "Deleting",
3064
- /** Updating value */
3111
+ /** DNS Private View is updating */
3065
3112
  Updating = "Updating"
3066
3113
  }
3067
3114
  /**
@@ -3069,10 +3116,10 @@ export declare enum KnownDnsPrivateViewsLifecycleState {
3069
3116
  * {@link KnownDnsPrivateViewsLifecycleState} can be used interchangeably with DnsPrivateViewsLifecycleState,
3070
3117
  * this enum contains the known values that the service supports.
3071
3118
  * ### Known values supported by the service
3072
- * **Active**: Active value \
3073
- * **Deleted**: Deleted value \
3074
- * **Deleting**: Deleting value \
3075
- * **Updating**: Updating value
3119
+ * **Active**: DNS Private View is active \
3120
+ * **Deleted**: DNS Private View is deleted \
3121
+ * **Deleting**: DNS Private View is deleting \
3122
+ * **Updating**: DNS Private View is updating
3076
3123
  */
3077
3124
  export type DnsPrivateViewsLifecycleState = string;
3078
3125
  /** Known values of {@link ResourceProvisioningState} that the service accepts. */
@@ -3096,15 +3143,15 @@ export declare enum KnownResourceProvisioningState {
3096
3143
  export type ResourceProvisioningState = string;
3097
3144
  /** Known values of {@link DnsPrivateZonesLifecycleState} that the service accepts. */
3098
3145
  export declare enum KnownDnsPrivateZonesLifecycleState {
3099
- /** Active value */
3146
+ /** DNS Private Zones is active */
3100
3147
  Active = "Active",
3101
- /** Creating value */
3148
+ /** DNS Private Zones is creating */
3102
3149
  Creating = "Creating",
3103
- /** Deleted value */
3150
+ /** DNS Private Zones is deleted */
3104
3151
  Deleted = "Deleted",
3105
- /** Deleting value */
3152
+ /** DNS Private Zones is deleting */
3106
3153
  Deleting = "Deleting",
3107
- /** Updating value */
3154
+ /** DNS Private Zones is updating */
3108
3155
  Updating = "Updating"
3109
3156
  }
3110
3157
  /**
@@ -3112,18 +3159,18 @@ export declare enum KnownDnsPrivateZonesLifecycleState {
3112
3159
  * {@link KnownDnsPrivateZonesLifecycleState} can be used interchangeably with DnsPrivateZonesLifecycleState,
3113
3160
  * this enum contains the known values that the service supports.
3114
3161
  * ### Known values supported by the service
3115
- * **Active**: Active value \
3116
- * **Creating**: Creating value \
3117
- * **Deleted**: Deleted value \
3118
- * **Deleting**: Deleting value \
3119
- * **Updating**: Updating value
3162
+ * **Active**: DNS Private Zones is active \
3163
+ * **Creating**: DNS Private Zones is creating \
3164
+ * **Deleted**: DNS Private Zones is deleted \
3165
+ * **Deleting**: DNS Private Zones is deleting \
3166
+ * **Updating**: DNS Private Zones is updating
3120
3167
  */
3121
3168
  export type DnsPrivateZonesLifecycleState = string;
3122
3169
  /** Known values of {@link ZoneType} that the service accepts. */
3123
3170
  export declare enum KnownZoneType {
3124
- /** Primary value */
3171
+ /** Primary zone */
3125
3172
  Primary = "Primary",
3126
- /** Secondary value */
3173
+ /** Secondary zone */
3127
3174
  Secondary = "Secondary"
3128
3175
  }
3129
3176
  /**
@@ -3131,8 +3178,8 @@ export declare enum KnownZoneType {
3131
3178
  * {@link KnownZoneType} can be used interchangeably with ZoneType,
3132
3179
  * this enum contains the known values that the service supports.
3133
3180
  * ### Known values supported by the service
3134
- * **Primary**: Primary value \
3135
- * **Secondary**: Secondary value
3181
+ * **Primary**: Primary zone \
3182
+ * **Secondary**: Secondary zone
3136
3183
  */
3137
3184
  export type ZoneType = string;
3138
3185
  /** Known values of {@link OracleSubscriptionProvisioningState} that the service accepts. */
@@ -3156,11 +3203,11 @@ export declare enum KnownOracleSubscriptionProvisioningState {
3156
3203
  export type OracleSubscriptionProvisioningState = string;
3157
3204
  /** Known values of {@link CloudAccountProvisioningState} that the service accepts. */
3158
3205
  export declare enum KnownCloudAccountProvisioningState {
3159
- /** Pending value */
3206
+ /** Pending - Initial state when Oracle cloud account is not configured */
3160
3207
  Pending = "Pending",
3161
- /** Provisioning value */
3208
+ /** Provisioning - State when Oracle cloud account is being provisioned */
3162
3209
  Provisioning = "Provisioning",
3163
- /** Available value */
3210
+ /** Available - State when Oracle cloud account cloud linking is complete and it is available */
3164
3211
  Available = "Available"
3165
3212
  }
3166
3213
  /**
@@ -3168,16 +3215,16 @@ export declare enum KnownCloudAccountProvisioningState {
3168
3215
  * {@link KnownCloudAccountProvisioningState} can be used interchangeably with CloudAccountProvisioningState,
3169
3216
  * this enum contains the known values that the service supports.
3170
3217
  * ### Known values supported by the service
3171
- * **Pending**: Pending value \
3172
- * **Provisioning**: Provisioning value \
3173
- * **Available**: Available value
3218
+ * **Pending**: Pending - Initial state when Oracle cloud account is not configured \
3219
+ * **Provisioning**: Provisioning - State when Oracle cloud account is being provisioned \
3220
+ * **Available**: Available - State when Oracle cloud account cloud linking is complete and it is available
3174
3221
  */
3175
3222
  export type CloudAccountProvisioningState = string;
3176
3223
  /** Known values of {@link Intent} that the service accepts. */
3177
3224
  export declare enum KnownIntent {
3178
- /** Retain value */
3225
+ /** Retain intent */
3179
3226
  Retain = "Retain",
3180
- /** Reset value */
3227
+ /** Reset intent */
3181
3228
  Reset = "Reset"
3182
3229
  }
3183
3230
  /**
@@ -3185,21 +3232,21 @@ export declare enum KnownIntent {
3185
3232
  * {@link KnownIntent} can be used interchangeably with Intent,
3186
3233
  * this enum contains the known values that the service supports.
3187
3234
  * ### Known values supported by the service
3188
- * **Retain**: Retain value \
3189
- * **Reset**: Reset value
3235
+ * **Retain**: Retain intent \
3236
+ * **Reset**: Reset intent
3190
3237
  */
3191
3238
  export type Intent = string;
3192
3239
  /** Known values of {@link AutonomousDatabaseBackupLifecycleState} that the service accepts. */
3193
3240
  export declare enum KnownAutonomousDatabaseBackupLifecycleState {
3194
- /** Creating */
3241
+ /** AutonomousDatabase backup is creating */
3195
3242
  Creating = "Creating",
3196
- /** Active */
3243
+ /** AutonomousDatabase backup is active */
3197
3244
  Active = "Active",
3198
- /** Deleting */
3245
+ /** AutonomousDatabase backup is deleting */
3199
3246
  Deleting = "Deleting",
3200
- /** Failed */
3247
+ /** AutonomousDatabase backup is failed */
3201
3248
  Failed = "Failed",
3202
- /** Updating */
3249
+ /** AutonomousDatabase backup is updating */
3203
3250
  Updating = "Updating"
3204
3251
  }
3205
3252
  /**
@@ -3207,20 +3254,20 @@ export declare enum KnownAutonomousDatabaseBackupLifecycleState {
3207
3254
  * {@link KnownAutonomousDatabaseBackupLifecycleState} can be used interchangeably with AutonomousDatabaseBackupLifecycleState,
3208
3255
  * this enum contains the known values that the service supports.
3209
3256
  * ### Known values supported by the service
3210
- * **Creating** \
3211
- * **Active** \
3212
- * **Deleting** \
3213
- * **Failed** \
3214
- * **Updating**
3257
+ * **Creating**: AutonomousDatabase backup is creating \
3258
+ * **Active**: AutonomousDatabase backup is active \
3259
+ * **Deleting**: AutonomousDatabase backup is deleting \
3260
+ * **Failed**: AutonomousDatabase backup is failed \
3261
+ * **Updating**: AutonomousDatabase backup is updating
3215
3262
  */
3216
3263
  export type AutonomousDatabaseBackupLifecycleState = string;
3217
3264
  /** Known values of {@link AutonomousDatabaseBackupType} that the service accepts. */
3218
3265
  export declare enum KnownAutonomousDatabaseBackupType {
3219
- /** Incremental */
3266
+ /** Incremental backup */
3220
3267
  Incremental = "Incremental",
3221
- /** Full */
3268
+ /** Full backup */
3222
3269
  Full = "Full",
3223
- /** LongTerm */
3270
+ /** LongTerm backup */
3224
3271
  LongTerm = "LongTerm"
3225
3272
  }
3226
3273
  /**
@@ -3228,16 +3275,16 @@ export declare enum KnownAutonomousDatabaseBackupType {
3228
3275
  * {@link KnownAutonomousDatabaseBackupType} can be used interchangeably with AutonomousDatabaseBackupType,
3229
3276
  * this enum contains the known values that the service supports.
3230
3277
  * ### Known values supported by the service
3231
- * **Incremental** \
3232
- * **Full** \
3233
- * **LongTerm**
3278
+ * **Incremental**: Incremental backup \
3279
+ * **Full**: Full backup \
3280
+ * **LongTerm**: LongTerm backup
3234
3281
  */
3235
3282
  export type AutonomousDatabaseBackupType = string;
3236
3283
  /** Known values of {@link GenerateType} that the service accepts. */
3237
3284
  export declare enum KnownGenerateType {
3238
- /** SINGLE value */
3285
+ /** Generate single */
3239
3286
  Single = "Single",
3240
- /** ALL value */
3287
+ /** Generate all */
3241
3288
  All = "All"
3242
3289
  }
3243
3290
  /**
@@ -3245,19 +3292,19 @@ export declare enum KnownGenerateType {
3245
3292
  * {@link KnownGenerateType} can be used interchangeably with GenerateType,
3246
3293
  * this enum contains the known values that the service supports.
3247
3294
  * ### Known values supported by the service
3248
- * **Single**: SINGLE value \
3249
- * **All**: ALL value
3295
+ * **Single**: Generate single \
3296
+ * **All**: Generate all
3250
3297
  */
3251
3298
  export type GenerateType = string;
3252
3299
  /** Known values of {@link DbServerPatchingStatus} that the service accepts. */
3253
3300
  export declare enum KnownDbServerPatchingStatus {
3254
- /** SCHEDULED value */
3301
+ /** Patching scheduled */
3255
3302
  Scheduled = "Scheduled",
3256
- /** MAINTENANCE_IN_PROGRESS value */
3303
+ /** Patching in progress */
3257
3304
  MaintenanceInProgress = "MaintenanceInProgress",
3258
- /** FAILED value */
3305
+ /** Patching failed */
3259
3306
  Failed = "Failed",
3260
- /** COMPLETE value */
3307
+ /** Patching completed */
3261
3308
  Complete = "Complete"
3262
3309
  }
3263
3310
  /**
@@ -3265,25 +3312,25 @@ export declare enum KnownDbServerPatchingStatus {
3265
3312
  * {@link KnownDbServerPatchingStatus} can be used interchangeably with DbServerPatchingStatus,
3266
3313
  * this enum contains the known values that the service supports.
3267
3314
  * ### Known values supported by the service
3268
- * **Scheduled**: SCHEDULED value \
3269
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
3270
- * **Failed**: FAILED value \
3271
- * **Complete**: COMPLETE value
3315
+ * **Scheduled**: Patching scheduled \
3316
+ * **MaintenanceInProgress**: Patching in progress \
3317
+ * **Failed**: Patching failed \
3318
+ * **Complete**: Patching completed
3272
3319
  */
3273
3320
  export type DbServerPatchingStatus = string;
3274
3321
  /** Known values of {@link DbServerProvisioningState} that the service accepts. */
3275
3322
  export declare enum KnownDbServerProvisioningState {
3276
- /** CREATING value */
3323
+ /** Indicates that resource in Creating state */
3277
3324
  Creating = "Creating",
3278
- /** AVAILABLE value */
3325
+ /** Indicates that resource in Available state */
3279
3326
  Available = "Available",
3280
- /** UNAVAILABLE value */
3327
+ /** Indicates that resource in Unavailable state */
3281
3328
  Unavailable = "Unavailable",
3282
- /** DELETING value */
3329
+ /** Indicates that resource in Deleting state */
3283
3330
  Deleting = "Deleting",
3284
- /** DELETED value */
3331
+ /** Indicates that resource in Deleted state */
3285
3332
  Deleted = "Deleted",
3286
- /** MAINTENANCE_IN_PROGRESS value */
3333
+ /** Indicates that resource maintenance in progress state */
3287
3334
  MaintenanceInProgress = "MaintenanceInProgress"
3288
3335
  }
3289
3336
  /**
@@ -3291,33 +3338,33 @@ export declare enum KnownDbServerProvisioningState {
3291
3338
  * {@link KnownDbServerProvisioningState} can be used interchangeably with DbServerProvisioningState,
3292
3339
  * this enum contains the known values that the service supports.
3293
3340
  * ### Known values supported by the service
3294
- * **Creating**: CREATING value \
3295
- * **Available**: AVAILABLE value \
3296
- * **Unavailable**: UNAVAILABLE value \
3297
- * **Deleting**: DELETING value \
3298
- * **Deleted**: DELETED value \
3299
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value
3341
+ * **Creating**: Indicates that resource in Creating state \
3342
+ * **Available**: Indicates that resource in Available state \
3343
+ * **Unavailable**: Indicates that resource in Unavailable state \
3344
+ * **Deleting**: Indicates that resource in Deleting state \
3345
+ * **Deleted**: Indicates that resource in Deleted state \
3346
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state
3300
3347
  */
3301
3348
  export type DbServerProvisioningState = string;
3302
3349
  /** Known values of {@link DbNodeProvisioningState} that the service accepts. */
3303
3350
  export declare enum KnownDbNodeProvisioningState {
3304
- /** PROVISIONING value */
3351
+ /** Indicates that resource in Provisioning state */
3305
3352
  Provisioning = "Provisioning",
3306
- /** AVAILABLE value */
3353
+ /** Indicates that resource in Available state */
3307
3354
  Available = "Available",
3308
- /** UPDATING value */
3355
+ /** Indicates that resource in Updating state */
3309
3356
  Updating = "Updating",
3310
- /** STOPPING value */
3357
+ /** Indicates that resource in Stopping state */
3311
3358
  Stopping = "Stopping",
3312
- /** STOPPED value */
3359
+ /** Indicates that resource in Stopped state */
3313
3360
  Stopped = "Stopped",
3314
- /** STARTING value */
3361
+ /** Indicates that resource in Starting state */
3315
3362
  Starting = "Starting",
3316
- /** TERMINATING value */
3363
+ /** Indicates that resource in Terminating state */
3317
3364
  Terminating = "Terminating",
3318
- /** TERMINATED value */
3365
+ /** Indicates that resource in Terminated state */
3319
3366
  Terminated = "Terminated",
3320
- /** FAILED value */
3367
+ /** Indicates that resource in Failed state */
3321
3368
  Failed = "Failed"
3322
3369
  }
3323
3370
  /**
@@ -3325,20 +3372,20 @@ export declare enum KnownDbNodeProvisioningState {
3325
3372
  * {@link KnownDbNodeProvisioningState} can be used interchangeably with DbNodeProvisioningState,
3326
3373
  * this enum contains the known values that the service supports.
3327
3374
  * ### Known values supported by the service
3328
- * **Provisioning**: PROVISIONING value \
3329
- * **Available**: AVAILABLE value \
3330
- * **Updating**: UPDATING value \
3331
- * **Stopping**: STOPPING value \
3332
- * **Stopped**: STOPPED value \
3333
- * **Starting**: STARTING value \
3334
- * **Terminating**: TERMINATING value \
3335
- * **Terminated**: TERMINATED value \
3336
- * **Failed**: FAILED value
3375
+ * **Provisioning**: Indicates that resource in Provisioning state \
3376
+ * **Available**: Indicates that resource in Available state \
3377
+ * **Updating**: Indicates that resource in Updating state \
3378
+ * **Stopping**: Indicates that resource in Stopping state \
3379
+ * **Stopped**: Indicates that resource in Stopped state \
3380
+ * **Starting**: Indicates that resource in Starting state \
3381
+ * **Terminating**: Indicates that resource in Terminating state \
3382
+ * **Terminated**: Indicates that resource in Terminated state \
3383
+ * **Failed**: Indicates that resource in Failed state
3337
3384
  */
3338
3385
  export type DbNodeProvisioningState = string;
3339
3386
  /** Known values of {@link DbNodeMaintenanceType} that the service accepts. */
3340
3387
  export declare enum KnownDbNodeMaintenanceType {
3341
- /** Provisioning value */
3388
+ /** VMDB reboot migration maintenance type */
3342
3389
  VmdbRebootMigration = "VmdbRebootMigration"
3343
3390
  }
3344
3391
  /**
@@ -3346,7 +3393,7 @@ export declare enum KnownDbNodeMaintenanceType {
3346
3393
  * {@link KnownDbNodeMaintenanceType} can be used interchangeably with DbNodeMaintenanceType,
3347
3394
  * this enum contains the known values that the service supports.
3348
3395
  * ### Known values supported by the service
3349
- * **VmdbRebootMigration**: Provisioning value
3396
+ * **VmdbRebootMigration**: VMDB reboot migration maintenance type
3350
3397
  */
3351
3398
  export type DbNodeMaintenanceType = string;
3352
3399
  /** Known values of {@link DbNodeActionEnum} that the service accepts. */
@@ -3373,15 +3420,15 @@ export declare enum KnownDbNodeActionEnum {
3373
3420
  export type DbNodeActionEnum = string;
3374
3421
  /** Known values of {@link VirtualNetworkAddressLifecycleState} that the service accepts. */
3375
3422
  export declare enum KnownVirtualNetworkAddressLifecycleState {
3376
- /** Provisioning value */
3423
+ /** Indicates that resource in Provisioning state */
3377
3424
  Provisioning = "Provisioning",
3378
- /** Available value */
3425
+ /** Indicates that resource in Available state */
3379
3426
  Available = "Available",
3380
- /** Terminating value */
3427
+ /** Indicates that resource in Terminating state */
3381
3428
  Terminating = "Terminating",
3382
- /** Terminated value */
3429
+ /** Indicates that resource in Terminated state */
3383
3430
  Terminated = "Terminated",
3384
- /** Failed value */
3431
+ /** Indicates that resource in Failed state */
3385
3432
  Failed = "Failed"
3386
3433
  }
3387
3434
  /**
@@ -3389,28 +3436,28 @@ export declare enum KnownVirtualNetworkAddressLifecycleState {
3389
3436
  * {@link KnownVirtualNetworkAddressLifecycleState} can be used interchangeably with VirtualNetworkAddressLifecycleState,
3390
3437
  * this enum contains the known values that the service supports.
3391
3438
  * ### Known values supported by the service
3392
- * **Provisioning**: Provisioning value \
3393
- * **Available**: Available value \
3394
- * **Terminating**: Terminating value \
3395
- * **Terminated**: Terminated value \
3396
- * **Failed**: Failed value
3439
+ * **Provisioning**: Indicates that resource in Provisioning state \
3440
+ * **Available**: Indicates that resource in Available state \
3441
+ * **Terminating**: Indicates that resource in Terminating state \
3442
+ * **Terminated**: Indicates that resource in Terminated state \
3443
+ * **Failed**: Indicates that resource in Failed state
3397
3444
  */
3398
3445
  export type VirtualNetworkAddressLifecycleState = string;
3399
3446
  /** Known values of {@link SourceType} that the service accepts. */
3400
3447
  export declare enum KnownSourceType {
3401
- /** NONE value */
3448
+ /** None source */
3402
3449
  None = "None",
3403
- /** DATABASE value */
3450
+ /** Database source */
3404
3451
  Database = "Database",
3405
- /** BACKUP_FROM_ID value */
3452
+ /** Backup from ID source */
3406
3453
  BackupFromId = "BackupFromId",
3407
- /** BACKUP_FROM_TIMESTAMP value */
3454
+ /** Backup from timestamp source */
3408
3455
  BackupFromTimestamp = "BackupFromTimestamp",
3409
- /** CLONE_TO_REFRESHABLE value */
3456
+ /** Clone to refreshable source */
3410
3457
  CloneToRefreshable = "CloneToRefreshable",
3411
- /** CROSS_REGION_DATAGUARD value */
3458
+ /** Cross region dataguard source */
3412
3459
  CrossRegionDataguard = "CrossRegionDataguard",
3413
- /** CROSS_REGION_DISASTER_RECOVERY value */
3460
+ /** cross region disaster recovery source */
3414
3461
  CrossRegionDisasterRecovery = "CrossRegionDisasterRecovery"
3415
3462
  }
3416
3463
  /**
@@ -3418,20 +3465,20 @@ export declare enum KnownSourceType {
3418
3465
  * {@link KnownSourceType} can be used interchangeably with SourceType,
3419
3466
  * this enum contains the known values that the service supports.
3420
3467
  * ### Known values supported by the service
3421
- * **None**: NONE value \
3422
- * **Database**: DATABASE value \
3423
- * **BackupFromId**: BACKUP_FROM_ID value \
3424
- * **BackupFromTimestamp**: BACKUP_FROM_TIMESTAMP value \
3425
- * **CloneToRefreshable**: CLONE_TO_REFRESHABLE value \
3426
- * **CrossRegionDataguard**: CROSS_REGION_DATAGUARD value \
3427
- * **CrossRegionDisasterRecovery**: CROSS_REGION_DISASTER_RECOVERY value
3468
+ * **None**: None source \
3469
+ * **Database**: Database source \
3470
+ * **BackupFromId**: Backup from ID source \
3471
+ * **BackupFromTimestamp**: Backup from timestamp source \
3472
+ * **CloneToRefreshable**: Clone to refreshable source \
3473
+ * **CrossRegionDataguard**: Cross region dataguard source \
3474
+ * **CrossRegionDisasterRecovery**: cross region disaster recovery source
3428
3475
  */
3429
3476
  export type SourceType = string;
3430
3477
  /** Known values of {@link CloneType} that the service accepts. */
3431
3478
  export declare enum KnownCloneType {
3432
- /** FULL value */
3479
+ /** Full clone */
3433
3480
  Full = "Full",
3434
- /** METADATA value */
3481
+ /** Metadata only */
3435
3482
  Metadata = "Metadata"
3436
3483
  }
3437
3484
  /**
@@ -3439,15 +3486,15 @@ export declare enum KnownCloneType {
3439
3486
  * {@link KnownCloneType} can be used interchangeably with CloneType,
3440
3487
  * this enum contains the known values that the service supports.
3441
3488
  * ### Known values supported by the service
3442
- * **Full**: FULL value \
3443
- * **Metadata**: METADATA value
3489
+ * **Full**: Full clone \
3490
+ * **Metadata**: Metadata only
3444
3491
  */
3445
3492
  export type CloneType = string;
3446
3493
  /** Known values of {@link RefreshableModelType} that the service accepts. */
3447
3494
  export declare enum KnownRefreshableModelType {
3448
- /** AUTOMATIC value */
3495
+ /** Automatic refreshable model type */
3449
3496
  Automatic = "Automatic",
3450
- /** MANUAL value */
3497
+ /** Manual refreshable model type */
3451
3498
  Manual = "Manual"
3452
3499
  }
3453
3500
  /**
@@ -3455,15 +3502,15 @@ export declare enum KnownRefreshableModelType {
3455
3502
  * {@link KnownRefreshableModelType} can be used interchangeably with RefreshableModelType,
3456
3503
  * this enum contains the known values that the service supports.
3457
3504
  * ### Known values supported by the service
3458
- * **Automatic**: AUTOMATIC value \
3459
- * **Manual**: MANUAL value
3505
+ * **Automatic**: Automatic refreshable model type \
3506
+ * **Manual**: Manual refreshable model type
3460
3507
  */
3461
3508
  export type RefreshableModelType = string;
3462
3509
  /** Known values of {@link RefreshableStatusType} that the service accepts. */
3463
3510
  export declare enum KnownRefreshableStatusType {
3464
- /** REFRESHING value */
3511
+ /** Refreshing status */
3465
3512
  Refreshing = "Refreshing",
3466
- /** NOT_REFRESHING value */
3513
+ /** NotRefreshing status */
3467
3514
  NotRefreshing = "NotRefreshing"
3468
3515
  }
3469
3516
  /**
@@ -3471,15 +3518,15 @@ export declare enum KnownRefreshableStatusType {
3471
3518
  * {@link KnownRefreshableStatusType} can be used interchangeably with RefreshableStatusType,
3472
3519
  * this enum contains the known values that the service supports.
3473
3520
  * ### Known values supported by the service
3474
- * **Refreshing**: REFRESHING value \
3475
- * **NotRefreshing**: NOT_REFRESHING value
3521
+ * **Refreshing**: Refreshing status \
3522
+ * **NotRefreshing**: NotRefreshing status
3476
3523
  */
3477
3524
  export type RefreshableStatusType = string;
3478
3525
  /** Known values of {@link ValidationStatus} that the service accepts. */
3479
3526
  export declare enum KnownValidationStatus {
3480
- /** Succeeded value */
3527
+ /** Validation succeeded */
3481
3528
  Succeeded = "Succeeded",
3482
- /** Failed value */
3529
+ /** Validation failed */
3483
3530
  Failed = "Failed"
3484
3531
  }
3485
3532
  /**
@@ -3487,19 +3534,19 @@ export declare enum KnownValidationStatus {
3487
3534
  * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,
3488
3535
  * this enum contains the known values that the service supports.
3489
3536
  * ### Known values supported by the service
3490
- * **Succeeded**: Succeeded value \
3491
- * **Failed**: Failed value
3537
+ * **Succeeded**: Validation succeeded \
3538
+ * **Failed**: Validation failed
3492
3539
  */
3493
3540
  export type ValidationStatus = string;
3494
3541
  /** Known values of {@link UpdateAction} that the service accepts. */
3495
3542
  export declare enum KnownUpdateAction {
3496
- /** ROLLING_APPLY value */
3543
+ /** Rolling apply action */
3497
3544
  RollingApply = "RollingApply",
3498
- /** NON_ROLLING_APPLY value */
3545
+ /** Non rolling apply action */
3499
3546
  NonRollingApply = "NonRollingApply",
3500
- /** PRECHECK value */
3547
+ /** Pre-check action */
3501
3548
  PreCheck = "PreCheck",
3502
- /** ROLLBACK value */
3549
+ /** Rollback action */
3503
3550
  RollBack = "RollBack"
3504
3551
  }
3505
3552
  /**
@@ -3507,28 +3554,12 @@ export declare enum KnownUpdateAction {
3507
3554
  * {@link KnownUpdateAction} can be used interchangeably with UpdateAction,
3508
3555
  * this enum contains the known values that the service supports.
3509
3556
  * ### Known values supported by the service
3510
- * **RollingApply**: ROLLING_APPLY value \
3511
- * **NonRollingApply**: NON_ROLLING_APPLY value \
3512
- * **PreCheck**: PRECHECK value \
3513
- * **RollBack**: ROLLBACK value
3557
+ * **RollingApply**: Rolling apply action \
3558
+ * **NonRollingApply**: Non rolling apply action \
3559
+ * **PreCheck**: Pre-check action \
3560
+ * **RollBack**: Rollback action
3514
3561
  */
3515
3562
  export type UpdateAction = string;
3516
- /** Known values of {@link Versions} that the service accepts. */
3517
- export declare enum KnownVersions {
3518
- /** 2023-09-01-preview */
3519
- V20230901 = "2023-09-01-preview",
3520
- /** internal api - RPaaS to ORP */
3521
- VInternalApi = "internal"
3522
- }
3523
- /**
3524
- * Defines values for Versions. \
3525
- * {@link KnownVersions} can be used interchangeably with Versions,
3526
- * this enum contains the known values that the service supports.
3527
- * ### Known values supported by the service
3528
- * **2023-09-01-preview**: 2023-09-01-preview \
3529
- * **internal**: internal api - RPaaS to ORP
3530
- */
3531
- export type Versions = string;
3532
3563
  /** Optional parameters. */
3533
3564
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3534
3565
  }
@@ -3596,6 +3627,24 @@ export interface AutonomousDatabasesGenerateWalletOptionalParams extends coreCli
3596
3627
  /** Contains response data for the generateWallet operation. */
3597
3628
  export type AutonomousDatabasesGenerateWalletResponse = AutonomousDatabaseWalletFile;
3598
3629
  /** Optional parameters. */
3630
+ export interface AutonomousDatabasesRestoreOptionalParams extends coreClient.OperationOptions {
3631
+ /** Delay to wait until next poll, in milliseconds. */
3632
+ updateIntervalInMs?: number;
3633
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3634
+ resumeFrom?: string;
3635
+ }
3636
+ /** Contains response data for the restore operation. */
3637
+ export type AutonomousDatabasesRestoreResponse = AutonomousDatabase;
3638
+ /** Optional parameters. */
3639
+ export interface AutonomousDatabasesShrinkOptionalParams extends coreClient.OperationOptions {
3640
+ /** Delay to wait until next poll, in milliseconds. */
3641
+ updateIntervalInMs?: number;
3642
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3643
+ resumeFrom?: string;
3644
+ }
3645
+ /** Contains response data for the shrink operation. */
3646
+ export type AutonomousDatabasesShrinkResponse = AutonomousDatabase;
3647
+ /** Optional parameters. */
3599
3648
  export interface AutonomousDatabasesSwitchoverOptionalParams extends coreClient.OperationOptions {
3600
3649
  /** Delay to wait until next poll, in milliseconds. */
3601
3650
  updateIntervalInMs?: number;
@@ -3856,6 +3905,21 @@ export interface GiVersionsListByLocationNextOptionalParams extends coreClient.O
3856
3905
  /** Contains response data for the listByLocationNext operation. */
3857
3906
  export type GiVersionsListByLocationNextResponse = GiVersionListResult;
3858
3907
  /** Optional parameters. */
3908
+ export interface SystemVersionsListByLocationOptionalParams extends coreClient.OperationOptions {
3909
+ }
3910
+ /** Contains response data for the listByLocation operation. */
3911
+ export type SystemVersionsListByLocationResponse = SystemVersionListResult;
3912
+ /** Optional parameters. */
3913
+ export interface SystemVersionsGetOptionalParams extends coreClient.OperationOptions {
3914
+ }
3915
+ /** Contains response data for the get operation. */
3916
+ export type SystemVersionsGetResponse = SystemVersion;
3917
+ /** Optional parameters. */
3918
+ export interface SystemVersionsListByLocationNextOptionalParams extends coreClient.OperationOptions {
3919
+ }
3920
+ /** Contains response data for the listByLocationNext operation. */
3921
+ export type SystemVersionsListByLocationNextResponse = SystemVersionListResult;
3922
+ /** Optional parameters. */
3859
3923
  export interface OracleSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3860
3924
  }
3861
3925
  /** Contains response data for the listBySubscription operation. */