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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -68,11 +68,11 @@ export declare interface AutonomousDatabaseBackup extends ProxyResource {
68
68
  * {@link KnownAutonomousDatabaseBackupLifecycleState} can be used interchangeably with AutonomousDatabaseBackupLifecycleState,
69
69
  * this enum contains the known values that the service supports.
70
70
  * ### Known values supported by the service
71
- * **Creating** \
72
- * **Active** \
73
- * **Deleting** \
74
- * **Failed** \
75
- * **Updating**
71
+ * **Creating**: AutonomousDatabase backup is creating \
72
+ * **Active**: AutonomousDatabase backup is active \
73
+ * **Deleting**: AutonomousDatabase backup is deleting \
74
+ * **Failed**: AutonomousDatabase backup is failed \
75
+ * **Updating**: AutonomousDatabase backup is updating
76
76
  */
77
77
  export declare type AutonomousDatabaseBackupLifecycleState = string;
78
78
 
@@ -80,11 +80,8 @@ export declare type AutonomousDatabaseBackupLifecycleState = string;
80
80
  export declare interface AutonomousDatabaseBackupListResult {
81
81
  /** The AutonomousDatabaseBackup items on this page */
82
82
  value: AutonomousDatabaseBackup[];
83
- /**
84
- * The link to the next page of items
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly nextLink?: string;
83
+ /** The link to the next page of items */
84
+ nextLink?: string;
88
85
  }
89
86
 
90
87
  /** AutonomousDatabaseBackup resource model */
@@ -93,12 +90,12 @@ export declare interface AutonomousDatabaseBackupProperties {
93
90
  * The OCID of the Autonomous Database.
94
91
  * NOTE: This property will not be serialized. It can only be populated by the server.
95
92
  */
96
- readonly autonomousDatabaseId: string;
93
+ readonly autonomousDatabaseOcid?: string;
97
94
  /**
98
95
  * The size of the database in terabytes at the time the backup was taken.
99
96
  * NOTE: This property will not be serialized. It can only be populated by the server.
100
97
  */
101
- readonly databaseSizeInTBs?: number;
98
+ readonly databaseSizeInTbs?: number;
102
99
  /**
103
100
  * A valid Oracle Database version for Autonomous Database.
104
101
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -137,12 +134,17 @@ export declare interface AutonomousDatabaseBackupProperties {
137
134
  * The backup size in terabytes (TB).
138
135
  * NOTE: This property will not be serialized. It can only be populated by the server.
139
136
  */
140
- readonly sizeInTBs?: number;
137
+ readonly sizeInTbs?: number;
141
138
  /**
142
139
  * Timestamp until when the backup will be available.
143
140
  * NOTE: This property will not be serialized. It can only be populated by the server.
144
141
  */
145
142
  readonly timeAvailableTil?: Date;
143
+ /**
144
+ * The date and time the backup started.
145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
146
+ */
147
+ readonly timeStarted?: string;
146
148
  /**
147
149
  * The date and time the backup completed.
148
150
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -152,7 +154,7 @@ export declare interface AutonomousDatabaseBackupProperties {
152
154
  * The type of backup.
153
155
  * NOTE: This property will not be serialized. It can only be populated by the server.
154
156
  */
155
- readonly type?: AutonomousDatabaseBackupType;
157
+ readonly backupType?: AutonomousDatabaseBackupType;
156
158
  /**
157
159
  * Azure resource provisioning state.
158
160
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -250,10 +252,10 @@ export declare type AutonomousDatabaseBackupsCreateOrUpdateResponse = Autonomous
250
252
 
251
253
  /** Defines headers for AutonomousDatabaseBackups_delete operation. */
252
254
  export declare interface AutonomousDatabaseBackupsDeleteHeaders {
253
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
254
- retryAfter?: number;
255
255
  /** The Location header contains the URL where the status of the long running operation can be checked. */
256
256
  location?: string;
257
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
258
+ retryAfter?: number;
257
259
  }
258
260
 
259
261
  /** Optional parameters. */
@@ -290,10 +292,10 @@ export declare type AutonomousDatabaseBackupsListByAutonomousDatabaseResponse =
290
292
 
291
293
  /** Defines headers for AutonomousDatabaseBackups_update operation. */
292
294
  export declare interface AutonomousDatabaseBackupsUpdateHeaders {
293
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
294
- retryAfter?: number;
295
295
  /** The Location header contains the URL where the status of the long running operation can be checked. */
296
296
  location?: string;
297
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
298
+ retryAfter?: number;
297
299
  }
298
300
 
299
301
  /** Optional parameters. */
@@ -312,9 +314,9 @@ export declare type AutonomousDatabaseBackupsUpdateResponse = AutonomousDatabase
312
314
  * {@link KnownAutonomousDatabaseBackupType} can be used interchangeably with AutonomousDatabaseBackupType,
313
315
  * this enum contains the known values that the service supports.
314
316
  * ### Known values supported by the service
315
- * **Incremental** \
316
- * **Full** \
317
- * **LongTerm**
317
+ * **Incremental**: Incremental backup \
318
+ * **Full**: Full backup \
319
+ * **LongTerm**: LongTerm backup
318
320
  */
319
321
  export declare type AutonomousDatabaseBackupType = string;
320
322
 
@@ -491,6 +493,13 @@ export declare interface AutonomousDatabaseBaseProperties {
491
493
  * NOTE: This property will not be serialized. It can only be populated by the server.
492
494
  */
493
495
  readonly inMemoryAreaInGbs?: number;
496
+ /**
497
+ * The date and time when the next long-term backup would be created.
498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
499
+ */
500
+ readonly nextLongTermBackupTimeStamp?: Date;
501
+ /** Details for the long-term backup schedule. */
502
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
494
503
  /**
495
504
  * Indicates if the Autonomous Database version is a preview version.
496
505
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -612,11 +621,8 @@ export declare interface AutonomousDatabaseCharacterSet extends ProxyResource {
612
621
  export declare interface AutonomousDatabaseCharacterSetListResult {
613
622
  /** The AutonomousDatabaseCharacterSet items on this page */
614
623
  value: AutonomousDatabaseCharacterSet[];
615
- /**
616
- * The link to the next page of items
617
- * NOTE: This property will not be serialized. It can only be populated by the server.
618
- */
619
- readonly nextLink?: string;
624
+ /** The link to the next page of items */
625
+ nextLink?: string;
620
626
  }
621
627
 
622
628
  /** AutonomousDatabaseCharacterSet resource model */
@@ -702,27 +708,27 @@ export declare interface AutonomousDatabaseCloneProperties extends AutonomousDat
702
708
  * {@link KnownAutonomousDatabaseLifecycleState} can be used interchangeably with AutonomousDatabaseLifecycleState,
703
709
  * this enum contains the known values that the service supports.
704
710
  * ### Known values supported by the service
705
- * **Provisioning**: PROVISIONING value \
706
- * **Available**: AVAILABLE value \
707
- * **Stopping**: STOPPING value \
708
- * **Stopped**: STOPPED value \
709
- * **Starting**: STARTING value \
710
- * **Terminating**: TERMINATING value \
711
- * **Terminated**: TERMINATED value \
712
- * **Unavailable**: UNAVAILABLE value \
713
- * **RestoreInProgress**: RESTORE_IN_PROGRESS value \
714
- * **RestoreFailed**: RESTORE_FAILED value \
715
- * **BackupInProgress**: BACKUP_IN_PROGRESS value \
716
- * **ScaleInProgress**: SCALE_IN_PROGRESS value \
717
- * **AvailableNeedsAttention**: AVAILABLE_NEEDS_ATTENTION value \
718
- * **Updating**: UPDATING value \
719
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
720
- * **Restarting**: RESTARTING value \
721
- * **Recreating**: RECREATING value \
722
- * **RoleChangeInProgress**: ROLE_CHANGE_IN_PROGRESS value \
723
- * **Upgrading**: UPGRADING value \
724
- * **Inaccessible**: INACCESSIBLE value \
725
- * **Standby**: STANDBY value
711
+ * **Provisioning**: Indicates that resource in Provisioning state \
712
+ * **Available**: Indicates that resource in Available state \
713
+ * **Stopping**: Indicates that resource in Stopping state \
714
+ * **Stopped**: Indicates that resource in Stopped state \
715
+ * **Starting**: Indicates that resource in Starting state \
716
+ * **Terminating**: Indicates that resource in Terminating state \
717
+ * **Terminated**: Indicates that resource in Terminated state \
718
+ * **Unavailable**: Indicates that resource in Unavailable state \
719
+ * **RestoreInProgress**: Indicates that resource in RestoreInProgress state \
720
+ * **RestoreFailed**: Indicates that resource in RestoreFailed state \
721
+ * **BackupInProgress**: Indicates that resource in BackupInProgress state \
722
+ * **ScaleInProgress**: Indicates that resource in ScaleInProgress state \
723
+ * **AvailableNeedsAttention**: Indicates that resource is available but needs attention \
724
+ * **Updating**: Indicates that resource in Updating state \
725
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
726
+ * **Restarting**: Indicates that resource in Restarting state \
727
+ * **Recreating**: Indicates that resource in Recreating state \
728
+ * **RoleChangeInProgress**: Indicates that resource role change in progress state \
729
+ * **Upgrading**: Indicates that resource in Upgrading state \
730
+ * **Inaccessible**: IIndicates that resource in Inaccessible state \
731
+ * **Standby**: Indicates that resource in Standby state
726
732
  */
727
733
  export declare type AutonomousDatabaseLifecycleState = string;
728
734
 
@@ -730,11 +736,8 @@ export declare type AutonomousDatabaseLifecycleState = string;
730
736
  export declare interface AutonomousDatabaseListResult {
731
737
  /** The AutonomousDatabase items on this page */
732
738
  value: AutonomousDatabase[];
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;
739
+ /** The link to the next page of items */
740
+ nextLink?: string;
738
741
  }
739
742
 
740
743
  /** AutonomousDatabaseNationalCharacterSets resource definition */
@@ -747,11 +750,8 @@ export declare interface AutonomousDatabaseNationalCharacterSet extends ProxyRes
747
750
  export declare interface AutonomousDatabaseNationalCharacterSetListResult {
748
751
  /** The AutonomousDatabaseNationalCharacterSet items on this page */
749
752
  value: AutonomousDatabaseNationalCharacterSet[];
750
- /**
751
- * The link to the next page of items
752
- * NOTE: This property will not be serialized. It can only be populated by the server.
753
- */
754
- readonly nextLink?: string;
753
+ /** The link to the next page of items */
754
+ nextLink?: string;
755
755
  }
756
756
 
757
757
  /** AutonomousDatabaseNationalCharacterSet resource model */
@@ -897,6 +897,36 @@ export declare interface AutonomousDatabases {
897
897
  * @param options The options parameters.
898
898
  */
899
899
  generateWallet(resourceGroupName: string, autonomousdatabasename: string, body: GenerateAutonomousDatabaseWalletDetails, options?: AutonomousDatabasesGenerateWalletOptionalParams): Promise<AutonomousDatabasesGenerateWalletResponse>;
900
+ /**
901
+ * Restores an Autonomous Database based on the provided request parameters.
902
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
903
+ * @param autonomousdatabasename The database name.
904
+ * @param body The content of the action request
905
+ * @param options The options parameters.
906
+ */
907
+ beginRestore(resourceGroupName: string, autonomousdatabasename: string, body: RestoreAutonomousDatabaseDetails, options?: AutonomousDatabasesRestoreOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesRestoreResponse>, AutonomousDatabasesRestoreResponse>>;
908
+ /**
909
+ * Restores an Autonomous Database based on the provided request parameters.
910
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
911
+ * @param autonomousdatabasename The database name.
912
+ * @param body The content of the action request
913
+ * @param options The options parameters.
914
+ */
915
+ beginRestoreAndWait(resourceGroupName: string, autonomousdatabasename: string, body: RestoreAutonomousDatabaseDetails, options?: AutonomousDatabasesRestoreOptionalParams): Promise<AutonomousDatabasesRestoreResponse>;
916
+ /**
917
+ * This operation shrinks the current allocated storage down to the current actual used data storage.
918
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
919
+ * @param autonomousdatabasename The database name.
920
+ * @param options The options parameters.
921
+ */
922
+ beginShrink(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesShrinkOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesShrinkResponse>, AutonomousDatabasesShrinkResponse>>;
923
+ /**
924
+ * This operation shrinks the current allocated storage down to the current actual used data storage.
925
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
926
+ * @param autonomousdatabasename The database name.
927
+ * @param options The options parameters.
928
+ */
929
+ beginShrinkAndWait(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesShrinkOptionalParams): Promise<AutonomousDatabasesShrinkResponse>;
900
930
  /**
901
931
  * Perform switchover action on Autonomous Database
902
932
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -934,10 +964,10 @@ export declare type AutonomousDatabasesCreateOrUpdateResponse = AutonomousDataba
934
964
 
935
965
  /** Defines headers for AutonomousDatabases_delete operation. */
936
966
  export declare interface AutonomousDatabasesDeleteHeaders {
937
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
938
- retryAfter?: number;
939
967
  /** The Location header contains the URL where the status of the long running operation can be checked. */
940
968
  location?: string;
969
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
970
+ retryAfter?: number;
941
971
  }
942
972
 
943
973
  /** Optional parameters. */
@@ -953,10 +983,10 @@ export declare type AutonomousDatabasesDeleteResponse = AutonomousDatabasesDelet
953
983
 
954
984
  /** Defines headers for AutonomousDatabases_failover operation. */
955
985
  export declare interface AutonomousDatabasesFailoverHeaders {
956
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
957
- retryAfter?: number;
958
986
  /** The Location header contains the URL where the status of the long running operation can be checked. */
959
987
  location?: string;
988
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
989
+ retryAfter?: number;
960
990
  }
961
991
 
962
992
  /** Optional parameters. */
@@ -1012,12 +1042,50 @@ export declare interface AutonomousDatabasesListBySubscriptionOptionalParams ext
1012
1042
  /** Contains response data for the listBySubscription operation. */
1013
1043
  export declare type AutonomousDatabasesListBySubscriptionResponse = AutonomousDatabaseListResult;
1014
1044
 
1015
- /** Defines headers for AutonomousDatabases_switchover operation. */
1016
- export declare interface AutonomousDatabasesSwitchoverHeaders {
1045
+ /** Defines headers for AutonomousDatabases_restore operation. */
1046
+ export declare interface AutonomousDatabasesRestoreHeaders {
1047
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1048
+ location?: string;
1049
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1050
+ retryAfter?: number;
1051
+ }
1052
+
1053
+ /** Optional parameters. */
1054
+ export declare interface AutonomousDatabasesRestoreOptionalParams extends coreClient.OperationOptions {
1055
+ /** Delay to wait until next poll, in milliseconds. */
1056
+ updateIntervalInMs?: number;
1057
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1058
+ resumeFrom?: string;
1059
+ }
1060
+
1061
+ /** Contains response data for the restore operation. */
1062
+ export declare type AutonomousDatabasesRestoreResponse = AutonomousDatabase;
1063
+
1064
+ /** Defines headers for AutonomousDatabases_shrink operation. */
1065
+ export declare interface AutonomousDatabasesShrinkHeaders {
1066
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1067
+ location?: string;
1017
1068
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1018
1069
  retryAfter?: number;
1070
+ }
1071
+
1072
+ /** Optional parameters. */
1073
+ export declare interface AutonomousDatabasesShrinkOptionalParams extends coreClient.OperationOptions {
1074
+ /** Delay to wait until next poll, in milliseconds. */
1075
+ updateIntervalInMs?: number;
1076
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1077
+ resumeFrom?: string;
1078
+ }
1079
+
1080
+ /** Contains response data for the shrink operation. */
1081
+ export declare type AutonomousDatabasesShrinkResponse = AutonomousDatabase;
1082
+
1083
+ /** Defines headers for AutonomousDatabases_switchover operation. */
1084
+ export declare interface AutonomousDatabasesSwitchoverHeaders {
1019
1085
  /** The Location header contains the URL where the status of the long running operation can be checked. */
1020
1086
  location?: string;
1087
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1088
+ retryAfter?: number;
1021
1089
  }
1022
1090
 
1023
1091
  /** Optional parameters. */
@@ -1047,10 +1115,10 @@ export declare interface AutonomousDatabaseStandbySummary {
1047
1115
 
1048
1116
  /** Defines headers for AutonomousDatabases_update operation. */
1049
1117
  export declare interface AutonomousDatabasesUpdateHeaders {
1050
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1051
- retryAfter?: number;
1052
1118
  /** The Location header contains the URL where the status of the long running operation can be checked. */
1053
1119
  location?: string;
1120
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1121
+ retryAfter?: number;
1054
1122
  }
1055
1123
 
1056
1124
  /** Optional parameters. */
@@ -1111,6 +1179,8 @@ export declare interface AutonomousDatabaseUpdateProperties {
1111
1179
  scheduledOperations?: ScheduledOperationsTypeUpdate;
1112
1180
  /** The Oracle Database Edition that applies to the Autonomous databases. */
1113
1181
  databaseEdition?: DatabaseEditionType;
1182
+ /** Details for the long-term backup schedule. */
1183
+ longTermBackupSchedule?: LongTermBackUpScheduleDetails;
1114
1184
  /** 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 */
1115
1185
  localAdgAutoFailoverMaxDataLossLimit?: number;
1116
1186
  /** Indicates the Autonomous Database mode. */
@@ -1179,11 +1249,8 @@ export declare interface AutonomousDbVersion extends ProxyResource {
1179
1249
  export declare interface AutonomousDbVersionListResult {
1180
1250
  /** The AutonomousDbVersion items on this page */
1181
1251
  value: AutonomousDbVersion[];
1182
- /**
1183
- * The link to the next page of items
1184
- * NOTE: This property will not be serialized. It can only be populated by the server.
1185
- */
1186
- readonly nextLink?: string;
1252
+ /** The link to the next page of items */
1253
+ nextLink?: string;
1187
1254
  }
1188
1255
 
1189
1256
  /** AutonomousDbVersion resource model */
@@ -1225,8 +1292,8 @@ export declare interface AutonomousDbVersionProperties {
1225
1292
  * {@link KnownAutonomousMaintenanceScheduleType} can be used interchangeably with AutonomousMaintenanceScheduleType,
1226
1293
  * this enum contains the known values that the service supports.
1227
1294
  * ### Known values supported by the service
1228
- * **Early**: EARLY value \
1229
- * **Regular**: REGULAR value
1295
+ * **Early**: Early maintenance schedule \
1296
+ * **Regular**: Regular maintenance schedule
1230
1297
  */
1231
1298
  export declare type AutonomousMaintenanceScheduleType = string;
1232
1299
 
@@ -1238,7 +1305,7 @@ export declare type AutonomousMaintenanceScheduleType = string;
1238
1305
  * **Succeeded**: Resource has been created. \
1239
1306
  * **Failed**: Resource creation failed. \
1240
1307
  * **Canceled**: Resource creation was canceled. \
1241
- * **Provisioning**: Provisioning value
1308
+ * **Provisioning**: Indicates that resource in Provisioning state
1242
1309
  */
1243
1310
  export declare type AzureResourceProvisioningState = string;
1244
1311
 
@@ -1247,8 +1314,8 @@ export declare type AzureResourceProvisioningState = string;
1247
1314
  * {@link KnownCloneType} can be used interchangeably with CloneType,
1248
1315
  * this enum contains the known values that the service supports.
1249
1316
  * ### Known values supported by the service
1250
- * **Full**: FULL value \
1251
- * **Metadata**: METADATA value
1317
+ * **Full**: Full clone \
1318
+ * **Metadata**: Metadata only
1252
1319
  */
1253
1320
  export declare type CloneType = string;
1254
1321
 
@@ -1271,9 +1338,9 @@ export declare interface CloudAccountDetails {
1271
1338
  * {@link KnownCloudAccountProvisioningState} can be used interchangeably with CloudAccountProvisioningState,
1272
1339
  * this enum contains the known values that the service supports.
1273
1340
  * ### Known values supported by the service
1274
- * **Pending**: Pending value \
1275
- * **Provisioning**: Provisioning value \
1276
- * **Available**: Available value
1341
+ * **Pending**: Pending - Initial state when Oracle cloud account is not configured \
1342
+ * **Provisioning**: Provisioning - State when Oracle cloud account is being provisioned \
1343
+ * **Available**: Available - State when Oracle cloud account cloud linking is complete and it is available
1277
1344
  */
1278
1345
  export declare type CloudAccountProvisioningState = string;
1279
1346
 
@@ -1290,13 +1357,13 @@ export declare interface CloudExadataInfrastructure extends TrackedResource {
1290
1357
  * {@link KnownCloudExadataInfrastructureLifecycleState} can be used interchangeably with CloudExadataInfrastructureLifecycleState,
1291
1358
  * this enum contains the known values that the service supports.
1292
1359
  * ### Known values supported by the service
1293
- * **Provisioning**: PROVISIONING value \
1294
- * **Available**: AVAILABLE value \
1295
- * **Updating**: UPDATING value \
1296
- * **Terminating**: TERMINATING value \
1297
- * **Terminated**: TERMINATED value \
1298
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
1299
- * **Failed**: FAILED value
1360
+ * **Provisioning**: Indicates that resource in Provisioning state \
1361
+ * **Available**: Indicates that resource in Available state \
1362
+ * **Updating**: Indicates that resource in Updating state \
1363
+ * **Terminating**: Indicates that resource in Terminating state \
1364
+ * **Terminated**: Indicates that resource in Terminated state \
1365
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
1366
+ * **Failed**: Indicates that resource in Failed state
1300
1367
  */
1301
1368
  export declare type CloudExadataInfrastructureLifecycleState = string;
1302
1369
 
@@ -1304,11 +1371,8 @@ export declare type CloudExadataInfrastructureLifecycleState = string;
1304
1371
  export declare interface CloudExadataInfrastructureListResult {
1305
1372
  /** The CloudExadataInfrastructure items on this page */
1306
1373
  value: CloudExadataInfrastructure[];
1307
- /**
1308
- * The link to the next page of items
1309
- * NOTE: This property will not be serialized. It can only be populated by the server.
1310
- */
1311
- readonly nextLink?: string;
1374
+ /** The link to the next page of items */
1375
+ nextLink?: string;
1312
1376
  }
1313
1377
 
1314
1378
  /** CloudExadataInfrastructure resource model */
@@ -1536,10 +1600,10 @@ export declare interface CloudExadataInfrastructures {
1536
1600
 
1537
1601
  /** Defines headers for CloudExadataInfrastructures_addStorageCapacity operation. */
1538
1602
  export declare interface CloudExadataInfrastructuresAddStorageCapacityHeaders {
1539
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1540
- retryAfter?: number;
1541
1603
  /** The Location header contains the URL where the status of the long running operation can be checked. */
1542
1604
  location?: string;
1605
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1606
+ retryAfter?: number;
1543
1607
  }
1544
1608
 
1545
1609
  /** Optional parameters. */
@@ -1572,10 +1636,10 @@ export declare type CloudExadataInfrastructuresCreateOrUpdateResponse = CloudExa
1572
1636
 
1573
1637
  /** Defines headers for CloudExadataInfrastructures_delete operation. */
1574
1638
  export declare interface CloudExadataInfrastructuresDeleteHeaders {
1575
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1576
- retryAfter?: number;
1577
1639
  /** The Location header contains the URL where the status of the long running operation can be checked. */
1578
1640
  location?: string;
1641
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1642
+ retryAfter?: number;
1579
1643
  }
1580
1644
 
1581
1645
  /** Optional parameters. */
@@ -1626,10 +1690,10 @@ export declare type CloudExadataInfrastructuresListBySubscriptionResponse = Clou
1626
1690
 
1627
1691
  /** Defines headers for CloudExadataInfrastructures_update operation. */
1628
1692
  export declare interface CloudExadataInfrastructuresUpdateHeaders {
1629
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1630
- retryAfter?: number;
1631
1693
  /** The Location header contains the URL where the status of the long running operation can be checked. */
1632
1694
  location?: string;
1695
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1696
+ retryAfter?: number;
1633
1697
  }
1634
1698
 
1635
1699
  /** Optional parameters. */
@@ -1680,13 +1744,13 @@ export declare interface CloudVmCluster extends TrackedResource {
1680
1744
  * {@link KnownCloudVmClusterLifecycleState} can be used interchangeably with CloudVmClusterLifecycleState,
1681
1745
  * this enum contains the known values that the service supports.
1682
1746
  * ### Known values supported by the service
1683
- * **Provisioning**: PROVISIONING value \
1684
- * **Available**: AVAILABLE value \
1685
- * **Updating**: UPDATING value \
1686
- * **Terminating**: TERMINATING value \
1687
- * **Terminated**: TERMINATED value \
1688
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
1689
- * **Failed**: FAILED value
1747
+ * **Provisioning**: Indicates that resource in Provisioning state \
1748
+ * **Available**: Indicates that resource in Available state \
1749
+ * **Updating**: Indicates that resource in Updating state \
1750
+ * **Terminating**: Indicates that resource in Terminating state \
1751
+ * **Terminated**: Indicates that resource in Terminated state \
1752
+ * **MaintenanceInProgress**: Indicates that resource Maintenance in progress state \
1753
+ * **Failed**: Indicates that resource in Failed state
1690
1754
  */
1691
1755
  export declare type CloudVmClusterLifecycleState = string;
1692
1756
 
@@ -1694,11 +1758,8 @@ export declare type CloudVmClusterLifecycleState = string;
1694
1758
  export declare interface CloudVmClusterListResult {
1695
1759
  /** The CloudVmCluster items on this page */
1696
1760
  value: CloudVmCluster[];
1697
- /**
1698
- * The link to the next page of items
1699
- * NOTE: This property will not be serialized. It can only be populated by the server.
1700
- */
1701
- readonly nextLink?: string;
1761
+ /** The link to the next page of items */
1762
+ nextLink?: string;
1702
1763
  }
1703
1764
 
1704
1765
  /** CloudVmCluster resource model */
@@ -1758,11 +1819,8 @@ export declare interface CloudVmClusterProperties {
1758
1819
  cloudExadataInfrastructureId: string;
1759
1820
  /** If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created. */
1760
1821
  isSparseDiskgroupEnabled?: boolean;
1761
- /**
1762
- * Operating system version of the image.
1763
- * NOTE: This property will not be serialized. It can only be populated by the server.
1764
- */
1765
- readonly systemVersion?: string;
1822
+ /** Operating system version of the image. */
1823
+ systemVersion?: string;
1766
1824
  /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */
1767
1825
  sshPublicKeys: string[];
1768
1826
  /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */
@@ -1830,7 +1888,7 @@ export declare interface CloudVmClusterProperties {
1830
1888
  /** Client OCI backup subnet CIDR, default is 192.168.252.0/22 */
1831
1889
  backupSubnetCidr?: string;
1832
1890
  /** CIDR blocks for additional NSG ingress rules. The VNET CIDRs used to provision the VM Cluster will be added by default. */
1833
- nsgCidrs?: NSGCidr[];
1891
+ nsgCidrs?: NsgCidr[];
1834
1892
  /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */
1835
1893
  dataCollectionOptions?: DataCollectionOptions;
1836
1894
  /** Display Name */
@@ -1971,10 +2029,10 @@ export declare interface CloudVmClusters {
1971
2029
 
1972
2030
  /** Defines headers for CloudVmClusters_addVms operation. */
1973
2031
  export declare interface CloudVmClustersAddVmsHeaders {
1974
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1975
- retryAfter?: number;
1976
2032
  /** The Location header contains the URL where the status of the long running operation can be checked. */
1977
2033
  location?: string;
2034
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2035
+ retryAfter?: number;
1978
2036
  }
1979
2037
 
1980
2038
  /** Optional parameters. */
@@ -2007,10 +2065,10 @@ export declare type CloudVmClustersCreateOrUpdateResponse = CloudVmCluster;
2007
2065
 
2008
2066
  /** Defines headers for CloudVmClusters_delete operation. */
2009
2067
  export declare interface CloudVmClustersDeleteHeaders {
2010
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2011
- retryAfter?: number;
2012
2068
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2013
2069
  location?: string;
2070
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2071
+ retryAfter?: number;
2014
2072
  }
2015
2073
 
2016
2074
  /** Optional parameters. */
@@ -2068,10 +2126,10 @@ export declare type CloudVmClustersListPrivateIpAddressesResponse = PrivateIpAdd
2068
2126
 
2069
2127
  /** Defines headers for CloudVmClusters_removeVms operation. */
2070
2128
  export declare interface CloudVmClustersRemoveVmsHeaders {
2071
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2072
- retryAfter?: number;
2073
2129
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2074
2130
  location?: string;
2131
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2132
+ retryAfter?: number;
2075
2133
  }
2076
2134
 
2077
2135
  /** Optional parameters. */
@@ -2087,10 +2145,10 @@ export declare type CloudVmClustersRemoveVmsResponse = CloudVmCluster;
2087
2145
 
2088
2146
  /** Defines headers for CloudVmClusters_update operation. */
2089
2147
  export declare interface CloudVmClustersUpdateHeaders {
2090
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2091
- retryAfter?: number;
2092
2148
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2093
2149
  location?: string;
2150
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2151
+ retryAfter?: number;
2094
2152
  }
2095
2153
 
2096
2154
  /** Optional parameters. */
@@ -2145,8 +2203,8 @@ export declare interface CloudVmClusterUpdateProperties {
2145
2203
  * {@link KnownComputeModel} can be used interchangeably with ComputeModel,
2146
2204
  * this enum contains the known values that the service supports.
2147
2205
  * ### Known values supported by the service
2148
- * **ECPU**: ECPU value \
2149
- * **OCPU**: OCPU value
2206
+ * **ECPU**: ECPU model type \
2207
+ * **OCPU**: OCPU model type
2150
2208
  */
2151
2209
  export declare type ComputeModel = string;
2152
2210
 
@@ -2189,11 +2247,11 @@ export declare interface ConnectionUrlType {
2189
2247
  * {@link KnownConsumerGroup} can be used interchangeably with ConsumerGroup,
2190
2248
  * this enum contains the known values that the service supports.
2191
2249
  * ### Known values supported by the service
2192
- * **High**: HIGH value \
2193
- * **Medium**: MEDIUM value \
2194
- * **Low**: LOW value \
2195
- * **Tp**: TP value \
2196
- * **Tpurgent**: TPURGENT value
2250
+ * **High**: High group \
2251
+ * **Medium**: Medium group \
2252
+ * **Low**: Low group \
2253
+ * **Tp**: TP group \
2254
+ * **Tpurgent**: TPurgent group
2197
2255
  */
2198
2256
  export declare type ConsumerGroup = string;
2199
2257
 
@@ -2220,8 +2278,8 @@ export declare interface CustomerContact {
2220
2278
  * {@link KnownDatabaseEditionType} can be used interchangeably with DatabaseEditionType,
2221
2279
  * this enum contains the known values that the service supports.
2222
2280
  * ### Known values supported by the service
2223
- * **StandardEdition**: STANDARD_EDITION value \
2224
- * **EnterpriseEdition**: ENTERPRISE_EDITION value
2281
+ * **StandardEdition**: Standard edition \
2282
+ * **EnterpriseEdition**: Enterprise edition
2225
2283
  */
2226
2284
  export declare type DatabaseEditionType = string;
2227
2285
 
@@ -2230,8 +2288,8 @@ export declare type DatabaseEditionType = string;
2230
2288
  * {@link KnownDataBaseType} can be used interchangeably with DataBaseType,
2231
2289
  * this enum contains the known values that the service supports.
2232
2290
  * ### Known values supported by the service
2233
- * **Regular**: REGULAR value \
2234
- * **Clone**: CLONE value
2291
+ * **Regular**: Regular DB \
2292
+ * **Clone**: Clone DB
2235
2293
  */
2236
2294
  export declare type DataBaseType = string;
2237
2295
 
@@ -2250,11 +2308,11 @@ export declare interface DataCollectionOptions {
2250
2308
  * {@link KnownDataSafeStatusType} can be used interchangeably with DataSafeStatusType,
2251
2309
  * this enum contains the known values that the service supports.
2252
2310
  * ### Known values supported by the service
2253
- * **Registering**: REGISTERING value \
2254
- * **Registered**: REGISTERED value \
2255
- * **Deregistering**: DEREGISTERING value \
2256
- * **NotRegistered**: NOT_REGISTERED value \
2257
- * **Failed**: FAILED value
2311
+ * **Registering**: Registering status \
2312
+ * **Registered**: Registered status \
2313
+ * **Deregistering**: Deregistering status \
2314
+ * **NotRegistered**: NotRegistered status \
2315
+ * **Failed**: Failed status
2258
2316
  */
2259
2317
  export declare type DataSafeStatusType = string;
2260
2318
 
@@ -2323,11 +2381,8 @@ export declare type DbNodeActionEnum = string;
2323
2381
  export declare interface DbNodeListResult {
2324
2382
  /** The DbNode items on this page */
2325
2383
  value: DbNode[];
2326
- /**
2327
- * The link to the next page of items
2328
- * NOTE: This property will not be serialized. It can only be populated by the server.
2329
- */
2330
- readonly nextLink?: string;
2384
+ /** The link to the next page of items */
2385
+ nextLink?: string;
2331
2386
  }
2332
2387
 
2333
2388
  /**
@@ -2335,7 +2390,7 @@ export declare interface DbNodeListResult {
2335
2390
  * {@link KnownDbNodeMaintenanceType} can be used interchangeably with DbNodeMaintenanceType,
2336
2391
  * this enum contains the known values that the service supports.
2337
2392
  * ### Known values supported by the service
2338
- * **VmdbRebootMigration**: Provisioning value
2393
+ * **VmdbRebootMigration**: VMDB reboot migration maintenance type
2339
2394
  */
2340
2395
  export declare type DbNodeMaintenanceType = string;
2341
2396
 
@@ -2463,15 +2518,15 @@ export declare interface DbNodeProperties {
2463
2518
  * {@link KnownDbNodeProvisioningState} can be used interchangeably with DbNodeProvisioningState,
2464
2519
  * this enum contains the known values that the service supports.
2465
2520
  * ### Known values supported by the service
2466
- * **Provisioning**: PROVISIONING value \
2467
- * **Available**: AVAILABLE value \
2468
- * **Updating**: UPDATING value \
2469
- * **Stopping**: STOPPING value \
2470
- * **Stopped**: STOPPED value \
2471
- * **Starting**: STARTING value \
2472
- * **Terminating**: TERMINATING value \
2473
- * **Terminated**: TERMINATED value \
2474
- * **Failed**: FAILED value
2521
+ * **Provisioning**: Indicates that resource in Provisioning state \
2522
+ * **Available**: Indicates that resource in Available state \
2523
+ * **Updating**: Indicates that resource in Updating state \
2524
+ * **Stopping**: Indicates that resource in Stopping state \
2525
+ * **Stopped**: Indicates that resource in Stopped state \
2526
+ * **Starting**: Indicates that resource in Starting state \
2527
+ * **Terminating**: Indicates that resource in Terminating state \
2528
+ * **Terminated**: Indicates that resource in Terminated state \
2529
+ * **Failed**: Indicates that resource in Failed state
2475
2530
  */
2476
2531
  export declare type DbNodeProvisioningState = string;
2477
2532
 
@@ -2514,10 +2569,10 @@ export declare interface DbNodes {
2514
2569
 
2515
2570
  /** Defines headers for DbNodes_action operation. */
2516
2571
  export declare interface DbNodesActionHeaders {
2517
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2518
- retryAfter?: number;
2519
2572
  /** The Location header contains the URL where the status of the long running operation can be checked. */
2520
2573
  location?: string;
2574
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2575
+ retryAfter?: number;
2521
2576
  }
2522
2577
 
2523
2578
  /** Optional parameters. */
@@ -2562,11 +2617,8 @@ export declare interface DbServer extends ProxyResource {
2562
2617
  export declare interface DbServerListResult {
2563
2618
  /** The DbServer items on this page */
2564
2619
  value: DbServer[];
2565
- /**
2566
- * The link to the next page of items
2567
- * NOTE: This property will not be serialized. It can only be populated by the server.
2568
- */
2569
- readonly nextLink?: string;
2620
+ /** The link to the next page of items */
2621
+ nextLink?: string;
2570
2622
  }
2571
2623
 
2572
2624
  /** DbServer Patching Properties */
@@ -2598,10 +2650,10 @@ export declare interface DbServerPatchingDetails {
2598
2650
  * {@link KnownDbServerPatchingStatus} can be used interchangeably with DbServerPatchingStatus,
2599
2651
  * this enum contains the known values that the service supports.
2600
2652
  * ### Known values supported by the service
2601
- * **Scheduled**: SCHEDULED value \
2602
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value \
2603
- * **Failed**: FAILED value \
2604
- * **Complete**: COMPLETE value
2653
+ * **Scheduled**: Patching scheduled \
2654
+ * **MaintenanceInProgress**: Patching in progress \
2655
+ * **Failed**: Patching failed \
2656
+ * **Complete**: Patching completed
2605
2657
  */
2606
2658
  export declare type DbServerPatchingStatus = string;
2607
2659
 
@@ -2714,12 +2766,12 @@ export declare interface DbServerProperties {
2714
2766
  * {@link KnownDbServerProvisioningState} can be used interchangeably with DbServerProvisioningState,
2715
2767
  * this enum contains the known values that the service supports.
2716
2768
  * ### Known values supported by the service
2717
- * **Creating**: CREATING value \
2718
- * **Available**: AVAILABLE value \
2719
- * **Unavailable**: UNAVAILABLE value \
2720
- * **Deleting**: DELETING value \
2721
- * **Deleted**: DELETED value \
2722
- * **MaintenanceInProgress**: MAINTENANCE_IN_PROGRESS value
2769
+ * **Creating**: Indicates that resource in Creating state \
2770
+ * **Available**: Indicates that resource in Available state \
2771
+ * **Unavailable**: Indicates that resource in Unavailable state \
2772
+ * **Deleting**: Indicates that resource in Deleting state \
2773
+ * **Deleted**: Indicates that resource in Deleted state \
2774
+ * **MaintenanceInProgress**: Indicates that resource maintenance in progress state
2723
2775
  */
2724
2776
  export declare type DbServerProvisioningState = string;
2725
2777
 
@@ -2773,11 +2825,8 @@ export declare interface DbSystemShape extends ProxyResource {
2773
2825
  export declare interface DbSystemShapeListResult {
2774
2826
  /** The DbSystemShape items on this page */
2775
2827
  value: DbSystemShape[];
2776
- /**
2777
- * The link to the next page of items
2778
- * NOTE: This property will not be serialized. It can only be populated by the server.
2779
- */
2780
- readonly nextLink?: string;
2828
+ /** The link to the next page of items */
2829
+ nextLink?: string;
2781
2830
  }
2782
2831
 
2783
2832
  /** DbSystemShape resource model */
@@ -2927,8 +2976,8 @@ export declare type DbSystemShapesListByLocationResponse = DbSystemShapeListResu
2927
2976
  * {@link KnownDisasterRecoveryType} can be used interchangeably with DisasterRecoveryType,
2928
2977
  * this enum contains the known values that the service supports.
2929
2978
  * ### Known values supported by the service
2930
- * **Adg**: ADG value \
2931
- * **BackupBased**: BACKUP_BASED value
2979
+ * **Adg**: ADG type \
2980
+ * **BackupBased**: Backup based type
2932
2981
  */
2933
2982
  export declare type DisasterRecoveryType = string;
2934
2983
 
@@ -2937,8 +2986,8 @@ export declare type DisasterRecoveryType = string;
2937
2986
  * {@link KnownDiskRedundancy} can be used interchangeably with DiskRedundancy,
2938
2987
  * this enum contains the known values that the service supports.
2939
2988
  * ### Known values supported by the service
2940
- * **High**: High value \
2941
- * **Normal**: Normal value
2989
+ * **High**: High redundancy \
2990
+ * **Normal**: Normal redundancy
2942
2991
  */
2943
2992
  export declare type DiskRedundancy = string;
2944
2993
 
@@ -2952,11 +3001,8 @@ export declare interface DnsPrivateView extends ProxyResource {
2952
3001
  export declare interface DnsPrivateViewListResult {
2953
3002
  /** The DnsPrivateView items on this page */
2954
3003
  value: DnsPrivateView[];
2955
- /**
2956
- * The link to the next page of items
2957
- * NOTE: This property will not be serialized. It can only be populated by the server.
2958
- */
2959
- readonly nextLink?: string;
3004
+ /** The link to the next page of items */
3005
+ nextLink?: string;
2960
3006
  }
2961
3007
 
2962
3008
  /** Views resource model */
@@ -3032,10 +3078,10 @@ export declare type DnsPrivateViewsGetResponse = DnsPrivateView;
3032
3078
  * {@link KnownDnsPrivateViewsLifecycleState} can be used interchangeably with DnsPrivateViewsLifecycleState,
3033
3079
  * this enum contains the known values that the service supports.
3034
3080
  * ### Known values supported by the service
3035
- * **Active**: Active value \
3036
- * **Deleted**: Deleted value \
3037
- * **Deleting**: Deleting value \
3038
- * **Updating**: Updating value
3081
+ * **Active**: DNS Private View is active \
3082
+ * **Deleted**: DNS Private View is deleted \
3083
+ * **Deleting**: DNS Private View is deleting \
3084
+ * **Updating**: DNS Private View is updating
3039
3085
  */
3040
3086
  export declare type DnsPrivateViewsLifecycleState = string;
3041
3087
 
@@ -3063,11 +3109,8 @@ export declare interface DnsPrivateZone extends ProxyResource {
3063
3109
  export declare interface DnsPrivateZoneListResult {
3064
3110
  /** The DnsPrivateZone items on this page */
3065
3111
  value: DnsPrivateZone[];
3066
- /**
3067
- * The link to the next page of items
3068
- * NOTE: This property will not be serialized. It can only be populated by the server.
3069
- */
3070
- readonly nextLink?: string;
3112
+ /** The link to the next page of items */
3113
+ nextLink?: string;
3071
3114
  }
3072
3115
 
3073
3116
  /** Zones resource model */
@@ -3153,11 +3196,11 @@ export declare type DnsPrivateZonesGetResponse = DnsPrivateZone;
3153
3196
  * {@link KnownDnsPrivateZonesLifecycleState} can be used interchangeably with DnsPrivateZonesLifecycleState,
3154
3197
  * this enum contains the known values that the service supports.
3155
3198
  * ### Known values supported by the service
3156
- * **Active**: Active value \
3157
- * **Creating**: Creating value \
3158
- * **Deleted**: Deleted value \
3159
- * **Deleting**: Deleting value \
3160
- * **Updating**: Updating value
3199
+ * **Active**: DNS Private Zones is active \
3200
+ * **Creating**: DNS Private Zones is creating \
3201
+ * **Deleted**: DNS Private Zones is deleted \
3202
+ * **Deleting**: DNS Private Zones is deleting \
3203
+ * **Updating**: DNS Private Zones is updating
3161
3204
  */
3162
3205
  export declare type DnsPrivateZonesLifecycleState = string;
3163
3206
 
@@ -3278,8 +3321,8 @@ export declare interface GenerateAutonomousDatabaseWalletDetails {
3278
3321
  * {@link KnownGenerateType} can be used interchangeably with GenerateType,
3279
3322
  * this enum contains the known values that the service supports.
3280
3323
  * ### Known values supported by the service
3281
- * **Single**: SINGLE value \
3282
- * **All**: ALL value
3324
+ * **Single**: Generate single \
3325
+ * **All**: Generate all
3283
3326
  */
3284
3327
  export declare type GenerateType = string;
3285
3328
 
@@ -3302,11 +3345,8 @@ export declare interface GiVersion extends ProxyResource {
3302
3345
  export declare interface GiVersionListResult {
3303
3346
  /** The GiVersion items on this page */
3304
3347
  value: GiVersion[];
3305
- /**
3306
- * The link to the next page of items
3307
- * NOTE: This property will not be serialized. It can only be populated by the server.
3308
- */
3309
- readonly nextLink?: string;
3348
+ /** The link to the next page of items */
3349
+ nextLink?: string;
3310
3350
  }
3311
3351
 
3312
3352
  /** GiVersion resource model */
@@ -3361,8 +3401,8 @@ export declare type GiVersionsListByLocationResponse = GiVersionListResult;
3361
3401
  * {@link KnownHostFormatType} can be used interchangeably with HostFormatType,
3362
3402
  * this enum contains the known values that the service supports.
3363
3403
  * ### Known values supported by the service
3364
- * **Fqdn**: FQDN value \
3365
- * **Ip**: IP value
3404
+ * **Fqdn**: FQDN format \
3405
+ * **Ip**: IP format
3366
3406
  */
3367
3407
  export declare type HostFormatType = string;
3368
3408
 
@@ -3371,8 +3411,8 @@ export declare type HostFormatType = string;
3371
3411
  * {@link KnownIntent} can be used interchangeably with Intent,
3372
3412
  * this enum contains the known values that the service supports.
3373
3413
  * ### Known values supported by the service
3374
- * **Retain**: Retain value \
3375
- * **Reset**: Reset value
3414
+ * **Retain**: Retain intent \
3415
+ * **Reset**: Reset intent
3376
3416
  */
3377
3417
  export declare type Intent = string;
3378
3418
 
@@ -3381,11 +3421,11 @@ export declare type Intent = string;
3381
3421
  * {@link KnownIormLifecycleState} can be used interchangeably with IormLifecycleState,
3382
3422
  * this enum contains the known values that the service supports.
3383
3423
  * ### Known values supported by the service
3384
- * **BootStrapping**: BOOTSTRAPPING value \
3385
- * **Enabled**: ENABLED value \
3386
- * **Disabled**: DISABLED value \
3387
- * **Updating**: UPDATING value \
3388
- * **Failed**: FAILED value
3424
+ * **BootStrapping**: Indicates that resource in Provisioning state \
3425
+ * **Enabled**: Indicates that resource in Enabled state \
3426
+ * **Disabled**: Indicates that resource in Disabled state \
3427
+ * **Updating**: Indicates that resource in Updating state \
3428
+ * **Failed**: Indicates that resource in Failed state
3389
3429
  */
3390
3430
  export declare type IormLifecycleState = string;
3391
3431
 
@@ -3397,79 +3437,79 @@ export declare enum KnownActionType {
3397
3437
 
3398
3438
  /** Known values of {@link AutonomousDatabaseBackupLifecycleState} that the service accepts. */
3399
3439
  export declare enum KnownAutonomousDatabaseBackupLifecycleState {
3400
- /** Creating */
3440
+ /** AutonomousDatabase backup is creating */
3401
3441
  Creating = "Creating",
3402
- /** Active */
3442
+ /** AutonomousDatabase backup is active */
3403
3443
  Active = "Active",
3404
- /** Deleting */
3444
+ /** AutonomousDatabase backup is deleting */
3405
3445
  Deleting = "Deleting",
3406
- /** Failed */
3446
+ /** AutonomousDatabase backup is failed */
3407
3447
  Failed = "Failed",
3408
- /** Updating */
3448
+ /** AutonomousDatabase backup is updating */
3409
3449
  Updating = "Updating"
3410
3450
  }
3411
3451
 
3412
3452
  /** Known values of {@link AutonomousDatabaseBackupType} that the service accepts. */
3413
3453
  export declare enum KnownAutonomousDatabaseBackupType {
3414
- /** Incremental */
3454
+ /** Incremental backup */
3415
3455
  Incremental = "Incremental",
3416
- /** Full */
3456
+ /** Full backup */
3417
3457
  Full = "Full",
3418
- /** LongTerm */
3458
+ /** LongTerm backup */
3419
3459
  LongTerm = "LongTerm"
3420
3460
  }
3421
3461
 
3422
3462
  /** Known values of {@link AutonomousDatabaseLifecycleState} that the service accepts. */
3423
3463
  export declare enum KnownAutonomousDatabaseLifecycleState {
3424
- /** PROVISIONING value */
3464
+ /** Indicates that resource in Provisioning state */
3425
3465
  Provisioning = "Provisioning",
3426
- /** AVAILABLE value */
3466
+ /** Indicates that resource in Available state */
3427
3467
  Available = "Available",
3428
- /** STOPPING value */
3468
+ /** Indicates that resource in Stopping state */
3429
3469
  Stopping = "Stopping",
3430
- /** STOPPED value */
3470
+ /** Indicates that resource in Stopped state */
3431
3471
  Stopped = "Stopped",
3432
- /** STARTING value */
3472
+ /** Indicates that resource in Starting state */
3433
3473
  Starting = "Starting",
3434
- /** TERMINATING value */
3474
+ /** Indicates that resource in Terminating state */
3435
3475
  Terminating = "Terminating",
3436
- /** TERMINATED value */
3476
+ /** Indicates that resource in Terminated state */
3437
3477
  Terminated = "Terminated",
3438
- /** UNAVAILABLE value */
3478
+ /** Indicates that resource in Unavailable state */
3439
3479
  Unavailable = "Unavailable",
3440
- /** RESTORE_IN_PROGRESS value */
3480
+ /** Indicates that resource in RestoreInProgress state */
3441
3481
  RestoreInProgress = "RestoreInProgress",
3442
- /** RESTORE_FAILED value */
3482
+ /** Indicates that resource in RestoreFailed state */
3443
3483
  RestoreFailed = "RestoreFailed",
3444
- /** BACKUP_IN_PROGRESS value */
3484
+ /** Indicates that resource in BackupInProgress state */
3445
3485
  BackupInProgress = "BackupInProgress",
3446
- /** SCALE_IN_PROGRESS value */
3486
+ /** Indicates that resource in ScaleInProgress state */
3447
3487
  ScaleInProgress = "ScaleInProgress",
3448
- /** AVAILABLE_NEEDS_ATTENTION value */
3488
+ /** Indicates that resource is available but needs attention */
3449
3489
  AvailableNeedsAttention = "AvailableNeedsAttention",
3450
- /** UPDATING value */
3490
+ /** Indicates that resource in Updating state */
3451
3491
  Updating = "Updating",
3452
- /** MAINTENANCE_IN_PROGRESS value */
3492
+ /** Indicates that resource maintenance in progress state */
3453
3493
  MaintenanceInProgress = "MaintenanceInProgress",
3454
- /** RESTARTING value */
3494
+ /** Indicates that resource in Restarting state */
3455
3495
  Restarting = "Restarting",
3456
- /** RECREATING value */
3496
+ /** Indicates that resource in Recreating state */
3457
3497
  Recreating = "Recreating",
3458
- /** ROLE_CHANGE_IN_PROGRESS value */
3498
+ /** Indicates that resource role change in progress state */
3459
3499
  RoleChangeInProgress = "RoleChangeInProgress",
3460
- /** UPGRADING value */
3500
+ /** Indicates that resource in Upgrading state */
3461
3501
  Upgrading = "Upgrading",
3462
- /** INACCESSIBLE value */
3502
+ /** IIndicates that resource in Inaccessible state */
3463
3503
  Inaccessible = "Inaccessible",
3464
- /** STANDBY value */
3504
+ /** Indicates that resource in Standby state */
3465
3505
  Standby = "Standby"
3466
3506
  }
3467
3507
 
3468
3508
  /** Known values of {@link AutonomousMaintenanceScheduleType} that the service accepts. */
3469
3509
  export declare enum KnownAutonomousMaintenanceScheduleType {
3470
- /** EARLY value */
3510
+ /** Early maintenance schedule */
3471
3511
  Early = "Early",
3472
- /** REGULAR value */
3512
+ /** Regular maintenance schedule */
3473
3513
  Regular = "Regular"
3474
3514
  }
3475
3515
 
@@ -3481,83 +3521,83 @@ export declare enum KnownAzureResourceProvisioningState {
3481
3521
  Failed = "Failed",
3482
3522
  /** Resource creation was canceled. */
3483
3523
  Canceled = "Canceled",
3484
- /** Provisioning value */
3524
+ /** Indicates that resource in Provisioning state */
3485
3525
  Provisioning = "Provisioning"
3486
3526
  }
3487
3527
 
3488
3528
  /** Known values of {@link CloneType} that the service accepts. */
3489
3529
  export declare enum KnownCloneType {
3490
- /** FULL value */
3530
+ /** Full clone */
3491
3531
  Full = "Full",
3492
- /** METADATA value */
3532
+ /** Metadata only */
3493
3533
  Metadata = "Metadata"
3494
3534
  }
3495
3535
 
3496
3536
  /** Known values of {@link CloudAccountProvisioningState} that the service accepts. */
3497
3537
  export declare enum KnownCloudAccountProvisioningState {
3498
- /** Pending value */
3538
+ /** Pending - Initial state when Oracle cloud account is not configured */
3499
3539
  Pending = "Pending",
3500
- /** Provisioning value */
3540
+ /** Provisioning - State when Oracle cloud account is being provisioned */
3501
3541
  Provisioning = "Provisioning",
3502
- /** Available value */
3542
+ /** Available - State when Oracle cloud account cloud linking is complete and it is available */
3503
3543
  Available = "Available"
3504
3544
  }
3505
3545
 
3506
3546
  /** Known values of {@link CloudExadataInfrastructureLifecycleState} that the service accepts. */
3507
3547
  export declare enum KnownCloudExadataInfrastructureLifecycleState {
3508
- /** PROVISIONING value */
3548
+ /** Indicates that resource in Provisioning state */
3509
3549
  Provisioning = "Provisioning",
3510
- /** AVAILABLE value */
3550
+ /** Indicates that resource in Available state */
3511
3551
  Available = "Available",
3512
- /** UPDATING value */
3552
+ /** Indicates that resource in Updating state */
3513
3553
  Updating = "Updating",
3514
- /** TERMINATING value */
3554
+ /** Indicates that resource in Terminating state */
3515
3555
  Terminating = "Terminating",
3516
- /** TERMINATED value */
3556
+ /** Indicates that resource in Terminated state */
3517
3557
  Terminated = "Terminated",
3518
- /** MAINTENANCE_IN_PROGRESS value */
3558
+ /** Indicates that resource maintenance in progress state */
3519
3559
  MaintenanceInProgress = "MaintenanceInProgress",
3520
- /** FAILED value */
3560
+ /** Indicates that resource in Failed state */
3521
3561
  Failed = "Failed"
3522
3562
  }
3523
3563
 
3524
3564
  /** Known values of {@link CloudVmClusterLifecycleState} that the service accepts. */
3525
3565
  export declare enum KnownCloudVmClusterLifecycleState {
3526
- /** PROVISIONING value */
3566
+ /** Indicates that resource in Provisioning state */
3527
3567
  Provisioning = "Provisioning",
3528
- /** AVAILABLE value */
3568
+ /** Indicates that resource in Available state */
3529
3569
  Available = "Available",
3530
- /** UPDATING value */
3570
+ /** Indicates that resource in Updating state */
3531
3571
  Updating = "Updating",
3532
- /** TERMINATING value */
3572
+ /** Indicates that resource in Terminating state */
3533
3573
  Terminating = "Terminating",
3534
- /** TERMINATED value */
3574
+ /** Indicates that resource in Terminated state */
3535
3575
  Terminated = "Terminated",
3536
- /** MAINTENANCE_IN_PROGRESS value */
3576
+ /** Indicates that resource Maintenance in progress state */
3537
3577
  MaintenanceInProgress = "MaintenanceInProgress",
3538
- /** FAILED value */
3578
+ /** Indicates that resource in Failed state */
3539
3579
  Failed = "Failed"
3540
3580
  }
3541
3581
 
3542
3582
  /** Known values of {@link ComputeModel} that the service accepts. */
3543
3583
  export declare enum KnownComputeModel {
3544
- /** ECPU value */
3584
+ /** ECPU model type */
3545
3585
  Ecpu = "ECPU",
3546
- /** OCPU value */
3586
+ /** OCPU model type */
3547
3587
  Ocpu = "OCPU"
3548
3588
  }
3549
3589
 
3550
3590
  /** Known values of {@link ConsumerGroup} that the service accepts. */
3551
3591
  export declare enum KnownConsumerGroup {
3552
- /** HIGH value */
3592
+ /** High group */
3553
3593
  High = "High",
3554
- /** MEDIUM value */
3594
+ /** Medium group */
3555
3595
  Medium = "Medium",
3556
- /** LOW value */
3596
+ /** Low group */
3557
3597
  Low = "Low",
3558
- /** TP value */
3598
+ /** TP group */
3559
3599
  Tp = "Tp",
3560
- /** TPURGENT value */
3600
+ /** TPurgent group */
3561
3601
  Tpurgent = "Tpurgent"
3562
3602
  }
3563
3603
 
@@ -3575,31 +3615,31 @@ export declare enum KnownCreatedByType {
3575
3615
 
3576
3616
  /** Known values of {@link DatabaseEditionType} that the service accepts. */
3577
3617
  export declare enum KnownDatabaseEditionType {
3578
- /** STANDARD_EDITION value */
3618
+ /** Standard edition */
3579
3619
  StandardEdition = "StandardEdition",
3580
- /** ENTERPRISE_EDITION value */
3620
+ /** Enterprise edition */
3581
3621
  EnterpriseEdition = "EnterpriseEdition"
3582
3622
  }
3583
3623
 
3584
3624
  /** Known values of {@link DataBaseType} that the service accepts. */
3585
3625
  export declare enum KnownDataBaseType {
3586
- /** REGULAR value */
3626
+ /** Regular DB */
3587
3627
  Regular = "Regular",
3588
- /** CLONE value */
3628
+ /** Clone DB */
3589
3629
  Clone = "Clone"
3590
3630
  }
3591
3631
 
3592
3632
  /** Known values of {@link DataSafeStatusType} that the service accepts. */
3593
3633
  export declare enum KnownDataSafeStatusType {
3594
- /** REGISTERING value */
3634
+ /** Registering status */
3595
3635
  Registering = "Registering",
3596
- /** REGISTERED value */
3636
+ /** Registered status */
3597
3637
  Registered = "Registered",
3598
- /** DEREGISTERING value */
3638
+ /** Deregistering status */
3599
3639
  Deregistering = "Deregistering",
3600
- /** NOT_REGISTERED value */
3640
+ /** NotRegistered status */
3601
3641
  NotRegistered = "NotRegistered",
3602
- /** FAILED value */
3642
+ /** Failed status */
3603
3643
  Failed = "Failed"
3604
3644
  }
3605
3645
 
@@ -3635,145 +3675,145 @@ export declare enum KnownDbNodeActionEnum {
3635
3675
 
3636
3676
  /** Known values of {@link DbNodeMaintenanceType} that the service accepts. */
3637
3677
  export declare enum KnownDbNodeMaintenanceType {
3638
- /** Provisioning value */
3678
+ /** VMDB reboot migration maintenance type */
3639
3679
  VmdbRebootMigration = "VmdbRebootMigration"
3640
3680
  }
3641
3681
 
3642
3682
  /** Known values of {@link DbNodeProvisioningState} that the service accepts. */
3643
3683
  export declare enum KnownDbNodeProvisioningState {
3644
- /** PROVISIONING value */
3684
+ /** Indicates that resource in Provisioning state */
3645
3685
  Provisioning = "Provisioning",
3646
- /** AVAILABLE value */
3686
+ /** Indicates that resource in Available state */
3647
3687
  Available = "Available",
3648
- /** UPDATING value */
3688
+ /** Indicates that resource in Updating state */
3649
3689
  Updating = "Updating",
3650
- /** STOPPING value */
3690
+ /** Indicates that resource in Stopping state */
3651
3691
  Stopping = "Stopping",
3652
- /** STOPPED value */
3692
+ /** Indicates that resource in Stopped state */
3653
3693
  Stopped = "Stopped",
3654
- /** STARTING value */
3694
+ /** Indicates that resource in Starting state */
3655
3695
  Starting = "Starting",
3656
- /** TERMINATING value */
3696
+ /** Indicates that resource in Terminating state */
3657
3697
  Terminating = "Terminating",
3658
- /** TERMINATED value */
3698
+ /** Indicates that resource in Terminated state */
3659
3699
  Terminated = "Terminated",
3660
- /** FAILED value */
3700
+ /** Indicates that resource in Failed state */
3661
3701
  Failed = "Failed"
3662
3702
  }
3663
3703
 
3664
3704
  /** Known values of {@link DbServerPatchingStatus} that the service accepts. */
3665
3705
  export declare enum KnownDbServerPatchingStatus {
3666
- /** SCHEDULED value */
3706
+ /** Patching scheduled */
3667
3707
  Scheduled = "Scheduled",
3668
- /** MAINTENANCE_IN_PROGRESS value */
3708
+ /** Patching in progress */
3669
3709
  MaintenanceInProgress = "MaintenanceInProgress",
3670
- /** FAILED value */
3710
+ /** Patching failed */
3671
3711
  Failed = "Failed",
3672
- /** COMPLETE value */
3712
+ /** Patching completed */
3673
3713
  Complete = "Complete"
3674
3714
  }
3675
3715
 
3676
3716
  /** Known values of {@link DbServerProvisioningState} that the service accepts. */
3677
3717
  export declare enum KnownDbServerProvisioningState {
3678
- /** CREATING value */
3718
+ /** Indicates that resource in Creating state */
3679
3719
  Creating = "Creating",
3680
- /** AVAILABLE value */
3720
+ /** Indicates that resource in Available state */
3681
3721
  Available = "Available",
3682
- /** UNAVAILABLE value */
3722
+ /** Indicates that resource in Unavailable state */
3683
3723
  Unavailable = "Unavailable",
3684
- /** DELETING value */
3724
+ /** Indicates that resource in Deleting state */
3685
3725
  Deleting = "Deleting",
3686
- /** DELETED value */
3726
+ /** Indicates that resource in Deleted state */
3687
3727
  Deleted = "Deleted",
3688
- /** MAINTENANCE_IN_PROGRESS value */
3728
+ /** Indicates that resource maintenance in progress state */
3689
3729
  MaintenanceInProgress = "MaintenanceInProgress"
3690
3730
  }
3691
3731
 
3692
3732
  /** Known values of {@link DisasterRecoveryType} that the service accepts. */
3693
3733
  export declare enum KnownDisasterRecoveryType {
3694
- /** ADG value */
3734
+ /** ADG type */
3695
3735
  Adg = "Adg",
3696
- /** BACKUP_BASED value */
3736
+ /** Backup based type */
3697
3737
  BackupBased = "BackupBased"
3698
3738
  }
3699
3739
 
3700
3740
  /** Known values of {@link DiskRedundancy} that the service accepts. */
3701
3741
  export declare enum KnownDiskRedundancy {
3702
- /** High value */
3742
+ /** High redundancy */
3703
3743
  High = "High",
3704
- /** Normal value */
3744
+ /** Normal redundancy */
3705
3745
  Normal = "Normal"
3706
3746
  }
3707
3747
 
3708
3748
  /** Known values of {@link DnsPrivateViewsLifecycleState} that the service accepts. */
3709
3749
  export declare enum KnownDnsPrivateViewsLifecycleState {
3710
- /** Active value */
3750
+ /** DNS Private View is active */
3711
3751
  Active = "Active",
3712
- /** Deleted value */
3752
+ /** DNS Private View is deleted */
3713
3753
  Deleted = "Deleted",
3714
- /** Deleting value */
3754
+ /** DNS Private View is deleting */
3715
3755
  Deleting = "Deleting",
3716
- /** Updating value */
3756
+ /** DNS Private View is updating */
3717
3757
  Updating = "Updating"
3718
3758
  }
3719
3759
 
3720
3760
  /** Known values of {@link DnsPrivateZonesLifecycleState} that the service accepts. */
3721
3761
  export declare enum KnownDnsPrivateZonesLifecycleState {
3722
- /** Active value */
3762
+ /** DNS Private Zones is active */
3723
3763
  Active = "Active",
3724
- /** Creating value */
3764
+ /** DNS Private Zones is creating */
3725
3765
  Creating = "Creating",
3726
- /** Deleted value */
3766
+ /** DNS Private Zones is deleted */
3727
3767
  Deleted = "Deleted",
3728
- /** Deleting value */
3768
+ /** DNS Private Zones is deleting */
3729
3769
  Deleting = "Deleting",
3730
- /** Updating value */
3770
+ /** DNS Private Zones is updating */
3731
3771
  Updating = "Updating"
3732
3772
  }
3733
3773
 
3734
3774
  /** Known values of {@link GenerateType} that the service accepts. */
3735
3775
  export declare enum KnownGenerateType {
3736
- /** SINGLE value */
3776
+ /** Generate single */
3737
3777
  Single = "Single",
3738
- /** ALL value */
3778
+ /** Generate all */
3739
3779
  All = "All"
3740
3780
  }
3741
3781
 
3742
3782
  /** Known values of {@link HostFormatType} that the service accepts. */
3743
3783
  export declare enum KnownHostFormatType {
3744
- /** FQDN value */
3784
+ /** FQDN format */
3745
3785
  Fqdn = "Fqdn",
3746
- /** IP value */
3786
+ /** IP format */
3747
3787
  Ip = "Ip"
3748
3788
  }
3749
3789
 
3750
3790
  /** Known values of {@link Intent} that the service accepts. */
3751
3791
  export declare enum KnownIntent {
3752
- /** Retain value */
3792
+ /** Retain intent */
3753
3793
  Retain = "Retain",
3754
- /** Reset value */
3794
+ /** Reset intent */
3755
3795
  Reset = "Reset"
3756
3796
  }
3757
3797
 
3758
3798
  /** Known values of {@link IormLifecycleState} that the service accepts. */
3759
3799
  export declare enum KnownIormLifecycleState {
3760
- /** BOOTSTRAPPING value */
3800
+ /** Indicates that resource in Provisioning state */
3761
3801
  BootStrapping = "BootStrapping",
3762
- /** ENABLED value */
3802
+ /** Indicates that resource in Enabled state */
3763
3803
  Enabled = "Enabled",
3764
- /** DISABLED value */
3804
+ /** Indicates that resource in Disabled state */
3765
3805
  Disabled = "Disabled",
3766
- /** UPDATING value */
3806
+ /** Indicates that resource in Updating state */
3767
3807
  Updating = "Updating",
3768
- /** FAILED value */
3808
+ /** Indicates that resource in Failed state */
3769
3809
  Failed = "Failed"
3770
3810
  }
3771
3811
 
3772
3812
  /** Known values of {@link LicenseModel} that the service accepts. */
3773
3813
  export declare enum KnownLicenseModel {
3774
- /** LicenseIncluded value */
3814
+ /** License included */
3775
3815
  LicenseIncluded = "LicenseIncluded",
3776
- /** BringYourOwnLicense value */
3816
+ /** Bring Your Own License */
3777
3817
  BringYourOwnLicense = "BringYourOwnLicense"
3778
3818
  }
3779
3819
 
@@ -3807,39 +3847,39 @@ export declare enum KnownMonthName {
3807
3847
 
3808
3848
  /** Known values of {@link Objective} that the service accepts. */
3809
3849
  export declare enum KnownObjective {
3810
- /** LOW_LATENCY value */
3850
+ /** Low latency objective */
3811
3851
  LowLatency = "LowLatency",
3812
- /** HIGH_THROUGHPUT value */
3852
+ /** High throughput objective */
3813
3853
  HighThroughput = "HighThroughput",
3814
- /** BALANCED value */
3854
+ /** Balanced objective */
3815
3855
  Balanced = "Balanced",
3816
- /** AUTO value */
3856
+ /** Auto objective */
3817
3857
  Auto = "Auto",
3818
- /** BASIC value */
3858
+ /** Basic objective */
3819
3859
  Basic = "Basic"
3820
3860
  }
3821
3861
 
3822
3862
  /** Known values of {@link OpenModeType} that the service accepts. */
3823
3863
  export declare enum KnownOpenModeType {
3824
- /** READ_ONLY value */
3864
+ /** ReadOnly mode */
3825
3865
  ReadOnly = "ReadOnly",
3826
- /** READ_WRITE value */
3866
+ /** ReadWrite mode */
3827
3867
  ReadWrite = "ReadWrite"
3828
3868
  }
3829
3869
 
3830
3870
  /** Known values of {@link OperationsInsightsStatusType} that the service accepts. */
3831
3871
  export declare enum KnownOperationsInsightsStatusType {
3832
- /** ENABLING value */
3872
+ /** Enabling status */
3833
3873
  Enabling = "Enabling",
3834
- /** ENABLED value */
3874
+ /** Enabled status */
3835
3875
  Enabled = "Enabled",
3836
- /** DISABLING value */
3876
+ /** Disabling status */
3837
3877
  Disabling = "Disabling",
3838
- /** NOT_ENABLED value */
3878
+ /** NotEnabled status */
3839
3879
  NotEnabled = "NotEnabled",
3840
- /** FAILED_ENABLING value */
3880
+ /** FailedEnabling status */
3841
3881
  FailedEnabling = "FailedEnabling",
3842
- /** FAILED_DISABLING value */
3882
+ /** FailedDisabling status */
3843
3883
  FailedDisabling = "FailedDisabling"
3844
3884
  }
3845
3885
 
@@ -3865,52 +3905,64 @@ export declare enum KnownOrigin {
3865
3905
 
3866
3906
  /** Known values of {@link PatchingMode} that the service accepts. */
3867
3907
  export declare enum KnownPatchingMode {
3868
- /** Rolling value */
3908
+ /** Rolling patching */
3869
3909
  Rolling = "Rolling",
3870
- /** Non Rolling value */
3910
+ /** Non Rolling patching */
3871
3911
  NonRolling = "NonRolling"
3872
3912
  }
3873
3913
 
3874
3914
  /** Known values of {@link PermissionLevelType} that the service accepts. */
3875
3915
  export declare enum KnownPermissionLevelType {
3876
- /** RESTRICTED value */
3916
+ /** Restricted permission level */
3877
3917
  Restricted = "Restricted",
3878
- /** UNRESTRICTED value */
3918
+ /** Unrestricted permission level */
3879
3919
  Unrestricted = "Unrestricted"
3880
3920
  }
3881
3921
 
3882
3922
  /** Known values of {@link Preference} that the service accepts. */
3883
3923
  export declare enum KnownPreference {
3884
- /** NoPreference value */
3924
+ /** No preference */
3885
3925
  NoPreference = "NoPreference",
3886
- /** CustomPreference value */
3926
+ /** Custom preference */
3887
3927
  CustomPreference = "CustomPreference"
3888
3928
  }
3889
3929
 
3890
3930
  /** Known values of {@link ProtocolType} that the service accepts. */
3891
3931
  export declare enum KnownProtocolType {
3892
- /** TCP value */
3932
+ /** TCP protocol */
3893
3933
  TCP = "TCP",
3894
- /** TCPS value */
3934
+ /** TCPS protocol */
3895
3935
  Tcps = "TCPS"
3896
3936
  }
3897
3937
 
3898
3938
  /** Known values of {@link RefreshableModelType} that the service accepts. */
3899
3939
  export declare enum KnownRefreshableModelType {
3900
- /** AUTOMATIC value */
3940
+ /** Automatic refreshable model type */
3901
3941
  Automatic = "Automatic",
3902
- /** MANUAL value */
3942
+ /** Manual refreshable model type */
3903
3943
  Manual = "Manual"
3904
3944
  }
3905
3945
 
3906
3946
  /** Known values of {@link RefreshableStatusType} that the service accepts. */
3907
3947
  export declare enum KnownRefreshableStatusType {
3908
- /** REFRESHING value */
3948
+ /** Refreshing status */
3909
3949
  Refreshing = "Refreshing",
3910
- /** NOT_REFRESHING value */
3950
+ /** NotRefreshing status */
3911
3951
  NotRefreshing = "NotRefreshing"
3912
3952
  }
3913
3953
 
3954
+ /** Known values of {@link RepeatCadenceType} that the service accepts. */
3955
+ export declare enum KnownRepeatCadenceType {
3956
+ /** Repeat one time */
3957
+ OneTime = "OneTime",
3958
+ /** Repeat weekly */
3959
+ Weekly = "Weekly",
3960
+ /** Repeat monthly */
3961
+ Monthly = "Monthly",
3962
+ /** Repeat yearly */
3963
+ Yearly = "Yearly"
3964
+ }
3965
+
3914
3966
  /** Known values of {@link ResourceProvisioningState} that the service accepts. */
3915
3967
  export declare enum KnownResourceProvisioningState {
3916
3968
  /** Resource has been created. */
@@ -3923,101 +3975,93 @@ export declare enum KnownResourceProvisioningState {
3923
3975
 
3924
3976
  /** Known values of {@link RoleType} that the service accepts. */
3925
3977
  export declare enum KnownRoleType {
3926
- /** PRIMARY value */
3978
+ /** Primary role */
3927
3979
  Primary = "Primary",
3928
- /** STANDBY value */
3980
+ /** Standby role */
3929
3981
  Standby = "Standby",
3930
- /** DISABLED_STANDBY value */
3982
+ /** DisabledStandby role */
3931
3983
  DisabledStandby = "DisabledStandby",
3932
- /** BACKUP_COPY value */
3984
+ /** BackupCopy role */
3933
3985
  BackupCopy = "BackupCopy",
3934
- /** SNAPSHOT_STANDBY value */
3986
+ /** SnapshotStandby role */
3935
3987
  SnapshotStandby = "SnapshotStandby"
3936
3988
  }
3937
3989
 
3938
3990
  /** Known values of {@link SessionModeType} that the service accepts. */
3939
3991
  export declare enum KnownSessionModeType {
3940
- /** DIRECT value */
3992
+ /** Direct session mode */
3941
3993
  Direct = "Direct",
3942
- /** REDIRECT value */
3994
+ /** Redirect session mode */
3943
3995
  Redirect = "Redirect"
3944
3996
  }
3945
3997
 
3946
3998
  /** Known values of {@link SourceType} that the service accepts. */
3947
3999
  export declare enum KnownSourceType {
3948
- /** NONE value */
4000
+ /** None source */
3949
4001
  None = "None",
3950
- /** DATABASE value */
4002
+ /** Database source */
3951
4003
  Database = "Database",
3952
- /** BACKUP_FROM_ID value */
4004
+ /** Backup from ID source */
3953
4005
  BackupFromId = "BackupFromId",
3954
- /** BACKUP_FROM_TIMESTAMP value */
4006
+ /** Backup from timestamp source */
3955
4007
  BackupFromTimestamp = "BackupFromTimestamp",
3956
- /** CLONE_TO_REFRESHABLE value */
4008
+ /** Clone to refreshable source */
3957
4009
  CloneToRefreshable = "CloneToRefreshable",
3958
- /** CROSS_REGION_DATAGUARD value */
4010
+ /** Cross region dataguard source */
3959
4011
  CrossRegionDataguard = "CrossRegionDataguard",
3960
- /** CROSS_REGION_DISASTER_RECOVERY value */
4012
+ /** cross region disaster recovery source */
3961
4013
  CrossRegionDisasterRecovery = "CrossRegionDisasterRecovery"
3962
4014
  }
3963
4015
 
3964
4016
  /** Known values of {@link SyntaxFormatType} that the service accepts. */
3965
4017
  export declare enum KnownSyntaxFormatType {
3966
- /** LONG value */
4018
+ /** Long format */
3967
4019
  Long = "Long",
3968
- /** EZCONNECT value */
4020
+ /** Ezconnect format */
3969
4021
  Ezconnect = "Ezconnect",
3970
- /** EZCONNECTPLUS value */
4022
+ /** Ezconnectplus format */
3971
4023
  Ezconnectplus = "Ezconnectplus"
3972
4024
  }
3973
4025
 
3974
4026
  /** Known values of {@link TlsAuthenticationType} that the service accepts. */
3975
4027
  export declare enum KnownTlsAuthenticationType {
3976
- /** SERVER value */
4028
+ /** Server authentication */
3977
4029
  Server = "Server",
3978
- /** MUTUAL value */
4030
+ /** Mutual TLS */
3979
4031
  Mutual = "Mutual"
3980
4032
  }
3981
4033
 
3982
4034
  /** Known values of {@link UpdateAction} that the service accepts. */
3983
4035
  export declare enum KnownUpdateAction {
3984
- /** ROLLING_APPLY value */
4036
+ /** Rolling apply action */
3985
4037
  RollingApply = "RollingApply",
3986
- /** NON_ROLLING_APPLY value */
4038
+ /** Non rolling apply action */
3987
4039
  NonRollingApply = "NonRollingApply",
3988
- /** PRECHECK value */
4040
+ /** Pre-check action */
3989
4041
  PreCheck = "PreCheck",
3990
- /** ROLLBACK value */
4042
+ /** Rollback action */
3991
4043
  RollBack = "RollBack"
3992
4044
  }
3993
4045
 
3994
4046
  /** Known values of {@link ValidationStatus} that the service accepts. */
3995
4047
  export declare enum KnownValidationStatus {
3996
- /** Succeeded value */
4048
+ /** Validation succeeded */
3997
4049
  Succeeded = "Succeeded",
3998
- /** Failed value */
4050
+ /** Validation failed */
3999
4051
  Failed = "Failed"
4000
4052
  }
4001
4053
 
4002
- /** Known values of {@link Versions} that the service accepts. */
4003
- export declare enum KnownVersions {
4004
- /** 2023-09-01-preview */
4005
- V20230901 = "2023-09-01-preview",
4006
- /** internal api - RPaaS to ORP */
4007
- VInternalApi = "internal"
4008
- }
4009
-
4010
4054
  /** Known values of {@link VirtualNetworkAddressLifecycleState} that the service accepts. */
4011
4055
  export declare enum KnownVirtualNetworkAddressLifecycleState {
4012
- /** Provisioning value */
4056
+ /** Indicates that resource in Provisioning state */
4013
4057
  Provisioning = "Provisioning",
4014
- /** Available value */
4058
+ /** Indicates that resource in Available state */
4015
4059
  Available = "Available",
4016
- /** Terminating value */
4060
+ /** Indicates that resource in Terminating state */
4017
4061
  Terminating = "Terminating",
4018
- /** Terminated value */
4062
+ /** Indicates that resource in Terminated state */
4019
4063
  Terminated = "Terminated",
4020
- /** Failed value */
4064
+ /** Indicates that resource in Failed state */
4021
4065
  Failed = "Failed"
4022
4066
  }
4023
4067
 
@@ -4035,9 +4079,9 @@ export declare enum KnownWorkloadType {
4035
4079
 
4036
4080
  /** Known values of {@link ZoneType} that the service accepts. */
4037
4081
  export declare enum KnownZoneType {
4038
- /** Primary value */
4082
+ /** Primary zone */
4039
4083
  Primary = "Primary",
4040
- /** Secondary value */
4084
+ /** Secondary zone */
4041
4085
  Secondary = "Secondary"
4042
4086
  }
4043
4087
 
@@ -4046,11 +4090,23 @@ export declare enum KnownZoneType {
4046
4090
  * {@link KnownLicenseModel} can be used interchangeably with LicenseModel,
4047
4091
  * this enum contains the known values that the service supports.
4048
4092
  * ### Known values supported by the service
4049
- * **LicenseIncluded**: LicenseIncluded value \
4050
- * **BringYourOwnLicense**: BringYourOwnLicense value
4093
+ * **LicenseIncluded**: License included \
4094
+ * **BringYourOwnLicense**: Bring Your Own License
4051
4095
  */
4052
4096
  export declare type LicenseModel = string;
4053
4097
 
4098
+ /** Details for the long-term backup schedule. */
4099
+ export declare interface LongTermBackUpScheduleDetails {
4100
+ /** The frequency of the long-term backup schedule */
4101
+ repeatCadence?: RepeatCadenceType;
4102
+ /** 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. */
4103
+ timeOfBackup?: Date;
4104
+ /** Retention period, in days, for backups. */
4105
+ retentionPeriodInDays?: number;
4106
+ /** Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`. */
4107
+ isDisabled?: boolean;
4108
+ }
4109
+
4054
4110
  /** MaintenanceWindow resource properties */
4055
4111
  export declare interface MaintenanceWindow {
4056
4112
  /** The maintenance window scheduling preference. */
@@ -4102,7 +4158,7 @@ export declare interface Month {
4102
4158
  export declare type MonthName = string;
4103
4159
 
4104
4160
  /** A rule for allowing inbound (INGRESS) IP packets */
4105
- export declare interface NSGCidr {
4161
+ export declare interface NsgCidr {
4106
4162
  /** Conceptually, this is the range of IP addresses that a packet coming into the instance can come from. */
4107
4163
  source: string;
4108
4164
  /** Destination port range to specify particular destination ports for TCP rules. */
@@ -4114,11 +4170,11 @@ export declare interface NSGCidr {
4114
4170
  * {@link KnownObjective} can be used interchangeably with Objective,
4115
4171
  * this enum contains the known values that the service supports.
4116
4172
  * ### Known values supported by the service
4117
- * **LowLatency**: LOW_LATENCY value \
4118
- * **HighThroughput**: HIGH_THROUGHPUT value \
4119
- * **Balanced**: BALANCED value \
4120
- * **Auto**: AUTO value \
4121
- * **Basic**: BASIC value
4173
+ * **LowLatency**: Low latency objective \
4174
+ * **HighThroughput**: High throughput objective \
4175
+ * **Balanced**: Balanced objective \
4176
+ * **Auto**: Auto objective \
4177
+ * **Basic**: Basic objective
4122
4178
  */
4123
4179
  export declare type Objective = string;
4124
4180
 
@@ -4127,8 +4183,8 @@ export declare type Objective = string;
4127
4183
  * {@link KnownOpenModeType} can be used interchangeably with OpenModeType,
4128
4184
  * this enum contains the known values that the service supports.
4129
4185
  * ### Known values supported by the service
4130
- * **ReadOnly**: READ_ONLY value \
4131
- * **ReadWrite**: READ_WRITE value
4186
+ * **ReadOnly**: ReadOnly mode \
4187
+ * **ReadWrite**: ReadWrite mode
4132
4188
  */
4133
4189
  export declare type OpenModeType = string;
4134
4190
 
@@ -4210,12 +4266,12 @@ export declare interface Operations {
4210
4266
  * {@link KnownOperationsInsightsStatusType} can be used interchangeably with OperationsInsightsStatusType,
4211
4267
  * this enum contains the known values that the service supports.
4212
4268
  * ### Known values supported by the service
4213
- * **Enabling**: ENABLING value \
4214
- * **Enabled**: ENABLED value \
4215
- * **Disabling**: DISABLING value \
4216
- * **NotEnabled**: NOT_ENABLED value \
4217
- * **FailedEnabling**: FAILED_ENABLING value \
4218
- * **FailedDisabling**: FAILED_DISABLING value
4269
+ * **Enabling**: Enabling status \
4270
+ * **Enabled**: Enabled status \
4271
+ * **Disabling**: Disabling status \
4272
+ * **NotEnabled**: NotEnabled status \
4273
+ * **FailedEnabling**: FailedEnabling status \
4274
+ * **FailedDisabling**: FailedDisabling status
4219
4275
  */
4220
4276
  export declare type OperationsInsightsStatusType = string;
4221
4277
 
@@ -4257,6 +4313,7 @@ export declare class OracleDatabaseManagementClient extends coreClient.ServiceCl
4257
4313
  dnsPrivateViews: DnsPrivateViews;
4258
4314
  dnsPrivateZones: DnsPrivateZones;
4259
4315
  giVersions: GiVersions;
4316
+ systemVersions: SystemVersions;
4260
4317
  oracleSubscriptions: OracleSubscriptions;
4261
4318
  autonomousDatabaseBackups: AutonomousDatabaseBackups;
4262
4319
  dbServers: DbServers;
@@ -4286,11 +4343,8 @@ export declare interface OracleSubscription extends ProxyResource {
4286
4343
  export declare interface OracleSubscriptionListResult {
4287
4344
  /** The OracleSubscription items on this page */
4288
4345
  value: OracleSubscription[];
4289
- /**
4290
- * The link to the next page of items
4291
- * NOTE: This property will not be serialized. It can only be populated by the server.
4292
- */
4293
- readonly nextLink?: string;
4346
+ /** The link to the next page of items */
4347
+ nextLink?: string;
4294
4348
  }
4295
4349
 
4296
4350
  /** Oracle Subscription resource model */
@@ -4431,10 +4485,10 @@ export declare type OracleSubscriptionsCreateOrUpdateResponse = OracleSubscripti
4431
4485
 
4432
4486
  /** Defines headers for OracleSubscriptions_delete operation. */
4433
4487
  export declare interface OracleSubscriptionsDeleteHeaders {
4434
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4435
- retryAfter?: number;
4436
4488
  /** The Location header contains the URL where the status of the long running operation can be checked. */
4437
4489
  location?: string;
4490
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4491
+ retryAfter?: number;
4438
4492
  }
4439
4493
 
4440
4494
  /** Optional parameters. */
@@ -4457,10 +4511,10 @@ export declare type OracleSubscriptionsGetResponse = OracleSubscription;
4457
4511
 
4458
4512
  /** Defines headers for OracleSubscriptions_listActivationLinks operation. */
4459
4513
  export declare interface OracleSubscriptionsListActivationLinksHeaders {
4460
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4461
- retryAfter?: number;
4462
4514
  /** The Location header contains the URL where the status of the long running operation can be checked. */
4463
4515
  location?: string;
4516
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4517
+ retryAfter?: number;
4464
4518
  }
4465
4519
 
4466
4520
  /** Optional parameters. */
@@ -4490,10 +4544,10 @@ export declare type OracleSubscriptionsListBySubscriptionResponse = OracleSubscr
4490
4544
 
4491
4545
  /** Defines headers for OracleSubscriptions_listCloudAccountDetails operation. */
4492
4546
  export declare interface OracleSubscriptionsListCloudAccountDetailsHeaders {
4493
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4494
- retryAfter?: number;
4495
4547
  /** The Location header contains the URL where the status of the long running operation can be checked. */
4496
4548
  location?: string;
4549
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4550
+ retryAfter?: number;
4497
4551
  }
4498
4552
 
4499
4553
  /** Optional parameters. */
@@ -4509,10 +4563,10 @@ export declare type OracleSubscriptionsListCloudAccountDetailsResponse = CloudAc
4509
4563
 
4510
4564
  /** Defines headers for OracleSubscriptions_listSaasSubscriptionDetails operation. */
4511
4565
  export declare interface OracleSubscriptionsListSaasSubscriptionDetailsHeaders {
4512
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4513
- retryAfter?: number;
4514
4566
  /** The Location header contains the URL where the status of the long running operation can be checked. */
4515
4567
  location?: string;
4568
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4569
+ retryAfter?: number;
4516
4570
  }
4517
4571
 
4518
4572
  /** Optional parameters. */
@@ -4528,10 +4582,10 @@ export declare type OracleSubscriptionsListSaasSubscriptionDetailsResponse = Saa
4528
4582
 
4529
4583
  /** Defines headers for OracleSubscriptions_update operation. */
4530
4584
  export declare interface OracleSubscriptionsUpdateHeaders {
4531
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4532
- retryAfter?: number;
4533
4585
  /** The Location header contains the URL where the status of the long running operation can be checked. */
4534
4586
  location?: string;
4587
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
4588
+ retryAfter?: number;
4535
4589
  }
4536
4590
 
4537
4591
  /** Optional parameters. */
@@ -4548,7 +4602,7 @@ export declare type OracleSubscriptionsUpdateResponse = OracleSubscription;
4548
4602
  /** The type used for update operations of the OracleSubscription. */
4549
4603
  export declare interface OracleSubscriptionUpdate {
4550
4604
  /** Details of the resource plan. */
4551
- plan?: ResourcePlanTypeUpdate;
4605
+ plan?: PlanUpdate;
4552
4606
  /** The updatable properties of the OracleSubscription. */
4553
4607
  properties?: OracleSubscriptionUpdateProperties;
4554
4608
  }
@@ -4577,8 +4631,8 @@ export declare type Origin = string;
4577
4631
  * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
4578
4632
  * this enum contains the known values that the service supports.
4579
4633
  * ### Known values supported by the service
4580
- * **Rolling**: Rolling value \
4581
- * **NonRolling**: Non Rolling value
4634
+ * **Rolling**: Rolling patching \
4635
+ * **NonRolling**: Non Rolling patching
4582
4636
  */
4583
4637
  export declare type PatchingMode = string;
4584
4638
 
@@ -4593,8 +4647,8 @@ export declare interface PeerDbDetails {
4593
4647
  * {@link KnownPermissionLevelType} can be used interchangeably with PermissionLevelType,
4594
4648
  * this enum contains the known values that the service supports.
4595
4649
  * ### Known values supported by the service
4596
- * **Restricted**: RESTRICTED value \
4597
- * **Unrestricted**: UNRESTRICTED value
4650
+ * **Restricted**: Restricted permission level \
4651
+ * **Unrestricted**: Unrestricted permission level
4598
4652
  */
4599
4653
  export declare type PermissionLevelType = string;
4600
4654
 
@@ -4612,6 +4666,20 @@ export declare interface Plan {
4612
4666
  version?: string;
4613
4667
  }
4614
4668
 
4669
+ /** ResourcePlanTypeUpdate model definition */
4670
+ export declare interface PlanUpdate {
4671
+ /** A user defined name of the 3rd Party Artifact that is being procured. */
4672
+ name?: string;
4673
+ /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
4674
+ publisher?: string;
4675
+ /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
4676
+ product?: string;
4677
+ /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
4678
+ promotionCode?: string;
4679
+ /** The version of the desired product/artifact. */
4680
+ version?: string;
4681
+ }
4682
+
4615
4683
  /** Port Range to specify particular destination ports for TCP rules. */
4616
4684
  export declare interface PortRange {
4617
4685
  /** The minimum port number, which must not be greater than the maximum port number. */
@@ -4625,8 +4693,8 @@ export declare interface PortRange {
4625
4693
  * {@link KnownPreference} can be used interchangeably with Preference,
4626
4694
  * this enum contains the known values that the service supports.
4627
4695
  * ### Known values supported by the service
4628
- * **NoPreference**: NoPreference value \
4629
- * **CustomPreference**: CustomPreference value
4696
+ * **NoPreference**: No preference \
4697
+ * **CustomPreference**: Custom preference
4630
4698
  */
4631
4699
  export declare type Preference = string;
4632
4700
 
@@ -4679,8 +4747,8 @@ export declare interface ProfileType {
4679
4747
  * {@link KnownProtocolType} can be used interchangeably with ProtocolType,
4680
4748
  * this enum contains the known values that the service supports.
4681
4749
  * ### Known values supported by the service
4682
- * **TCP**: TCP value \
4683
- * **TCPS**: TCPS value
4750
+ * **TCP**: TCP protocol \
4751
+ * **TCPS**: TCPS protocol
4684
4752
  */
4685
4753
  export declare type ProtocolType = string;
4686
4754
 
@@ -4693,8 +4761,8 @@ export declare interface ProxyResource extends Resource {
4693
4761
  * {@link KnownRefreshableModelType} can be used interchangeably with RefreshableModelType,
4694
4762
  * this enum contains the known values that the service supports.
4695
4763
  * ### Known values supported by the service
4696
- * **Automatic**: AUTOMATIC value \
4697
- * **Manual**: MANUAL value
4764
+ * **Automatic**: Automatic refreshable model type \
4765
+ * **Manual**: Manual refreshable model type
4698
4766
  */
4699
4767
  export declare type RefreshableModelType = string;
4700
4768
 
@@ -4703,11 +4771,23 @@ export declare type RefreshableModelType = string;
4703
4771
  * {@link KnownRefreshableStatusType} can be used interchangeably with RefreshableStatusType,
4704
4772
  * this enum contains the known values that the service supports.
4705
4773
  * ### Known values supported by the service
4706
- * **Refreshing**: REFRESHING value \
4707
- * **NotRefreshing**: NOT_REFRESHING value
4774
+ * **Refreshing**: Refreshing status \
4775
+ * **NotRefreshing**: NotRefreshing status
4708
4776
  */
4709
4777
  export declare type RefreshableStatusType = string;
4710
4778
 
4779
+ /**
4780
+ * Defines values for RepeatCadenceType. \
4781
+ * {@link KnownRepeatCadenceType} can be used interchangeably with RepeatCadenceType,
4782
+ * this enum contains the known values that the service supports.
4783
+ * ### Known values supported by the service
4784
+ * **OneTime**: Repeat one time \
4785
+ * **Weekly**: Repeat weekly \
4786
+ * **Monthly**: Repeat monthly \
4787
+ * **Yearly**: Repeat yearly
4788
+ */
4789
+ export declare type RepeatCadenceType = string;
4790
+
4711
4791
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
4712
4792
  export declare interface Resource {
4713
4793
  /**
@@ -4732,20 +4812,6 @@ export declare interface Resource {
4732
4812
  readonly systemData?: SystemData;
4733
4813
  }
4734
4814
 
4735
- /** ResourcePlanTypeUpdate model definition */
4736
- export declare interface ResourcePlanTypeUpdate {
4737
- /** A user defined name of the 3rd Party Artifact that is being procured. */
4738
- name?: string;
4739
- /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
4740
- publisher?: string;
4741
- /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
4742
- product?: string;
4743
- /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
4744
- promotionCode?: string;
4745
- /** The version of the desired product/artifact. */
4746
- version?: string;
4747
- }
4748
-
4749
4815
  /**
4750
4816
  * Defines values for ResourceProvisioningState. \
4751
4817
  * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
@@ -4757,16 +4823,22 @@ export declare interface ResourcePlanTypeUpdate {
4757
4823
  */
4758
4824
  export declare type ResourceProvisioningState = string;
4759
4825
 
4826
+ /** Details to restore an Oracle Autonomous Database. */
4827
+ export declare interface RestoreAutonomousDatabaseDetails {
4828
+ /** The time to restore the database to. */
4829
+ timestamp: Date;
4830
+ }
4831
+
4760
4832
  /**
4761
4833
  * Defines values for RoleType. \
4762
4834
  * {@link KnownRoleType} can be used interchangeably with RoleType,
4763
4835
  * this enum contains the known values that the service supports.
4764
4836
  * ### Known values supported by the service
4765
- * **Primary**: PRIMARY value \
4766
- * **Standby**: STANDBY value \
4767
- * **DisabledStandby**: DISABLED_STANDBY value \
4768
- * **BackupCopy**: BACKUP_COPY value \
4769
- * **SnapshotStandby**: SNAPSHOT_STANDBY value
4837
+ * **Primary**: Primary role \
4838
+ * **Standby**: Standby role \
4839
+ * **DisabledStandby**: DisabledStandby role \
4840
+ * **BackupCopy**: BackupCopy role \
4841
+ * **SnapshotStandby**: SnapshotStandby role
4770
4842
  */
4771
4843
  export declare type RoleType = string;
4772
4844
 
@@ -4859,8 +4931,8 @@ export declare interface ScheduledOperationsTypeUpdate {
4859
4931
  * {@link KnownSessionModeType} can be used interchangeably with SessionModeType,
4860
4932
  * this enum contains the known values that the service supports.
4861
4933
  * ### Known values supported by the service
4862
- * **Direct**: DIRECT value \
4863
- * **Redirect**: REDIRECT value
4934
+ * **Direct**: Direct session mode \
4935
+ * **Redirect**: Redirect session mode
4864
4936
  */
4865
4937
  export declare type SessionModeType = string;
4866
4938
 
@@ -4869,13 +4941,13 @@ export declare type SessionModeType = string;
4869
4941
  * {@link KnownSourceType} can be used interchangeably with SourceType,
4870
4942
  * this enum contains the known values that the service supports.
4871
4943
  * ### Known values supported by the service
4872
- * **None**: NONE value \
4873
- * **Database**: DATABASE value \
4874
- * **BackupFromId**: BACKUP_FROM_ID value \
4875
- * **BackupFromTimestamp**: BACKUP_FROM_TIMESTAMP value \
4876
- * **CloneToRefreshable**: CLONE_TO_REFRESHABLE value \
4877
- * **CrossRegionDataguard**: CROSS_REGION_DATAGUARD value \
4878
- * **CrossRegionDisasterRecovery**: CROSS_REGION_DISASTER_RECOVERY value
4944
+ * **None**: None source \
4945
+ * **Database**: Database source \
4946
+ * **BackupFromId**: Backup from ID source \
4947
+ * **BackupFromTimestamp**: Backup from timestamp source \
4948
+ * **CloneToRefreshable**: Clone to refreshable source \
4949
+ * **CrossRegionDataguard**: Cross region dataguard source \
4950
+ * **CrossRegionDisasterRecovery**: cross region disaster recovery source
4879
4951
  */
4880
4952
  export declare type SourceType = string;
4881
4953
 
@@ -4884,9 +4956,9 @@ export declare type SourceType = string;
4884
4956
  * {@link KnownSyntaxFormatType} can be used interchangeably with SyntaxFormatType,
4885
4957
  * this enum contains the known values that the service supports.
4886
4958
  * ### Known values supported by the service
4887
- * **Long**: LONG value \
4888
- * **Ezconnect**: EZCONNECT value \
4889
- * **Ezconnectplus**: EZCONNECTPLUS value
4959
+ * **Long**: Long format \
4960
+ * **Ezconnect**: Ezconnect format \
4961
+ * **Ezconnectplus**: Ezconnectplus format
4890
4962
  */
4891
4963
  export declare type SyntaxFormatType = string;
4892
4964
 
@@ -4906,13 +4978,84 @@ export declare interface SystemData {
4906
4978
  lastModifiedAt?: Date;
4907
4979
  }
4908
4980
 
4981
+ /** SystemVersion resource Definition */
4982
+ export declare interface SystemVersion extends ProxyResource {
4983
+ /** The resource-specific properties for this resource. */
4984
+ properties?: SystemVersionProperties;
4985
+ }
4986
+
4987
+ /** The response of a SystemVersion list operation. */
4988
+ export declare interface SystemVersionListResult {
4989
+ /** The SystemVersion items on this page */
4990
+ value: SystemVersion[];
4991
+ /** The link to the next page of items */
4992
+ nextLink?: string;
4993
+ }
4994
+
4995
+ /** System Version Resource model */
4996
+ export declare interface SystemVersionProperties {
4997
+ /**
4998
+ * A valid Oracle System Version
4999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5000
+ */
5001
+ readonly systemVersion: string;
5002
+ }
5003
+
5004
+ /** Interface representing a SystemVersions. */
5005
+ export declare interface SystemVersions {
5006
+ /**
5007
+ * List SystemVersion resources by Location
5008
+ * @param location The name of the Azure region.
5009
+ * @param options The options parameters.
5010
+ */
5011
+ listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion>;
5012
+ /**
5013
+ * Get a SystemVersion
5014
+ * @param location The name of the Azure region.
5015
+ * @param systemversionname SystemVersion name
5016
+ * @param options The options parameters.
5017
+ */
5018
+ get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersionsGetResponse>;
5019
+ }
5020
+
5021
+ /** SystemVersions filter */
5022
+ export declare interface SystemVersionsFilter {
5023
+ /** Grid Infrastructure version */
5024
+ giVersion: string;
5025
+ /** Exadata shape */
5026
+ shape: string;
5027
+ /** Check If we have to list only latest versions */
5028
+ isLatestVersion?: boolean;
5029
+ }
5030
+
5031
+ /** Optional parameters. */
5032
+ export declare interface SystemVersionsGetOptionalParams extends coreClient.OperationOptions {
5033
+ }
5034
+
5035
+ /** Contains response data for the get operation. */
5036
+ export declare type SystemVersionsGetResponse = SystemVersion;
5037
+
5038
+ /** Optional parameters. */
5039
+ export declare interface SystemVersionsListByLocationNextOptionalParams extends coreClient.OperationOptions {
5040
+ }
5041
+
5042
+ /** Contains response data for the listByLocationNext operation. */
5043
+ export declare type SystemVersionsListByLocationNextResponse = SystemVersionListResult;
5044
+
5045
+ /** Optional parameters. */
5046
+ export declare interface SystemVersionsListByLocationOptionalParams extends coreClient.OperationOptions {
5047
+ }
5048
+
5049
+ /** Contains response data for the listByLocation operation. */
5050
+ export declare type SystemVersionsListByLocationResponse = SystemVersionListResult;
5051
+
4909
5052
  /**
4910
5053
  * Defines values for TlsAuthenticationType. \
4911
5054
  * {@link KnownTlsAuthenticationType} can be used interchangeably with TlsAuthenticationType,
4912
5055
  * this enum contains the known values that the service supports.
4913
5056
  * ### Known values supported by the service
4914
- * **Server**: SERVER value \
4915
- * **Mutual**: MUTUAL value
5057
+ * **Server**: Server authentication \
5058
+ * **Mutual**: Mutual TLS
4916
5059
  */
4917
5060
  export declare type TlsAuthenticationType = string;
4918
5061
 
@@ -4931,10 +5074,10 @@ export declare interface TrackedResource extends Resource {
4931
5074
  * {@link KnownUpdateAction} can be used interchangeably with UpdateAction,
4932
5075
  * this enum contains the known values that the service supports.
4933
5076
  * ### Known values supported by the service
4934
- * **RollingApply**: ROLLING_APPLY value \
4935
- * **NonRollingApply**: NON_ROLLING_APPLY value \
4936
- * **PreCheck**: PRECHECK value \
4937
- * **RollBack**: ROLLBACK value
5077
+ * **RollingApply**: Rolling apply action \
5078
+ * **NonRollingApply**: Non rolling apply action \
5079
+ * **PreCheck**: Pre-check action \
5080
+ * **RollBack**: Rollback action
4938
5081
  */
4939
5082
  export declare type UpdateAction = string;
4940
5083
 
@@ -4962,21 +5105,11 @@ export declare interface ValidationResult {
4962
5105
  * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,
4963
5106
  * this enum contains the known values that the service supports.
4964
5107
  * ### Known values supported by the service
4965
- * **Succeeded**: Succeeded value \
4966
- * **Failed**: Failed value
5108
+ * **Succeeded**: Validation succeeded \
5109
+ * **Failed**: Validation failed
4967
5110
  */
4968
5111
  export declare type ValidationStatus = string;
4969
5112
 
4970
- /**
4971
- * Defines values for Versions. \
4972
- * {@link KnownVersions} can be used interchangeably with Versions,
4973
- * this enum contains the known values that the service supports.
4974
- * ### Known values supported by the service
4975
- * **2023-09-01-preview**: 2023-09-01-preview \
4976
- * **internal**: internal api - RPaaS to ORP
4977
- */
4978
- export declare type Versions = string;
4979
-
4980
5113
  /** Virtual IP resource belonging to a vm cluster resource. */
4981
5114
  export declare interface VirtualNetworkAddress extends ProxyResource {
4982
5115
  /** The resource-specific properties for this resource. */
@@ -5055,10 +5188,10 @@ export declare type VirtualNetworkAddressesCreateOrUpdateResponse = VirtualNetwo
5055
5188
 
5056
5189
  /** Defines headers for VirtualNetworkAddresses_delete operation. */
5057
5190
  export declare interface VirtualNetworkAddressesDeleteHeaders {
5058
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
5059
- retryAfter?: number;
5060
5191
  /** The Location header contains the URL where the status of the long running operation can be checked. */
5061
5192
  location?: string;
5193
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
5194
+ retryAfter?: number;
5062
5195
  }
5063
5196
 
5064
5197
  /** Optional parameters. */
@@ -5098,11 +5231,11 @@ export declare type VirtualNetworkAddressesListByCloudVmClusterResponse = Virtua
5098
5231
  * {@link KnownVirtualNetworkAddressLifecycleState} can be used interchangeably with VirtualNetworkAddressLifecycleState,
5099
5232
  * this enum contains the known values that the service supports.
5100
5233
  * ### Known values supported by the service
5101
- * **Provisioning**: Provisioning value \
5102
- * **Available**: Available value \
5103
- * **Terminating**: Terminating value \
5104
- * **Terminated**: Terminated value \
5105
- * **Failed**: Failed value
5234
+ * **Provisioning**: Indicates that resource in Provisioning state \
5235
+ * **Available**: Indicates that resource in Available state \
5236
+ * **Terminating**: Indicates that resource in Terminating state \
5237
+ * **Terminated**: Indicates that resource in Terminated state \
5238
+ * **Failed**: Indicates that resource in Failed state
5106
5239
  */
5107
5240
  export declare type VirtualNetworkAddressLifecycleState = string;
5108
5241
 
@@ -5110,11 +5243,8 @@ export declare type VirtualNetworkAddressLifecycleState = string;
5110
5243
  export declare interface VirtualNetworkAddressListResult {
5111
5244
  /** The VirtualNetworkAddress items on this page */
5112
5245
  value: VirtualNetworkAddress[];
5113
- /**
5114
- * The link to the next page of items
5115
- * NOTE: This property will not be serialized. It can only be populated by the server.
5116
- */
5117
- readonly nextLink?: string;
5246
+ /** The link to the next page of items */
5247
+ nextLink?: string;
5118
5248
  }
5119
5249
 
5120
5250
  /** virtualNetworkAddress resource properties */
@@ -5172,8 +5302,8 @@ export declare type WorkloadType = string;
5172
5302
  * {@link KnownZoneType} can be used interchangeably with ZoneType,
5173
5303
  * this enum contains the known values that the service supports.
5174
5304
  * ### Known values supported by the service
5175
- * **Primary**: Primary value \
5176
- * **Secondary**: Secondary value
5305
+ * **Primary**: Primary zone \
5306
+ * **Secondary**: Secondary zone
5177
5307
  */
5178
5308
  export declare type ZoneType = string;
5179
5309