@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
@@ -24,25 +24,25 @@ export var KnownActionType;
24
24
  /** Known values of {@link DataBaseType} that the service accepts. */
25
25
  export var KnownDataBaseType;
26
26
  (function (KnownDataBaseType) {
27
- /** REGULAR value */
27
+ /** Regular DB */
28
28
  KnownDataBaseType["Regular"] = "Regular";
29
- /** CLONE value */
29
+ /** Clone DB */
30
30
  KnownDataBaseType["Clone"] = "Clone";
31
31
  })(KnownDataBaseType || (KnownDataBaseType = {}));
32
32
  /** Known values of {@link AutonomousMaintenanceScheduleType} that the service accepts. */
33
33
  export var KnownAutonomousMaintenanceScheduleType;
34
34
  (function (KnownAutonomousMaintenanceScheduleType) {
35
- /** EARLY value */
35
+ /** Early maintenance schedule */
36
36
  KnownAutonomousMaintenanceScheduleType["Early"] = "Early";
37
- /** REGULAR value */
37
+ /** Regular maintenance schedule */
38
38
  KnownAutonomousMaintenanceScheduleType["Regular"] = "Regular";
39
39
  })(KnownAutonomousMaintenanceScheduleType || (KnownAutonomousMaintenanceScheduleType = {}));
40
40
  /** Known values of {@link ComputeModel} that the service accepts. */
41
41
  export var KnownComputeModel;
42
42
  (function (KnownComputeModel) {
43
- /** ECPU value */
43
+ /** ECPU model type */
44
44
  KnownComputeModel["Ecpu"] = "ECPU";
45
- /** OCPU value */
45
+ /** OCPU model type */
46
46
  KnownComputeModel["Ocpu"] = "OCPU";
47
47
  })(KnownComputeModel || (KnownComputeModel = {}));
48
48
  /** Known values of {@link WorkloadType} that the service accepts. */
@@ -60,63 +60,63 @@ export var KnownWorkloadType;
60
60
  /** Known values of {@link DisasterRecoveryType} that the service accepts. */
61
61
  export var KnownDisasterRecoveryType;
62
62
  (function (KnownDisasterRecoveryType) {
63
- /** ADG value */
63
+ /** ADG type */
64
64
  KnownDisasterRecoveryType["Adg"] = "Adg";
65
- /** BACKUP_BASED value */
65
+ /** Backup based type */
66
66
  KnownDisasterRecoveryType["BackupBased"] = "BackupBased";
67
67
  })(KnownDisasterRecoveryType || (KnownDisasterRecoveryType = {}));
68
68
  /** Known values of {@link AutonomousDatabaseLifecycleState} that the service accepts. */
69
69
  export var KnownAutonomousDatabaseLifecycleState;
70
70
  (function (KnownAutonomousDatabaseLifecycleState) {
71
- /** PROVISIONING value */
71
+ /** Indicates that resource in Provisioning state */
72
72
  KnownAutonomousDatabaseLifecycleState["Provisioning"] = "Provisioning";
73
- /** AVAILABLE value */
73
+ /** Indicates that resource in Available state */
74
74
  KnownAutonomousDatabaseLifecycleState["Available"] = "Available";
75
- /** STOPPING value */
75
+ /** Indicates that resource in Stopping state */
76
76
  KnownAutonomousDatabaseLifecycleState["Stopping"] = "Stopping";
77
- /** STOPPED value */
77
+ /** Indicates that resource in Stopped state */
78
78
  KnownAutonomousDatabaseLifecycleState["Stopped"] = "Stopped";
79
- /** STARTING value */
79
+ /** Indicates that resource in Starting state */
80
80
  KnownAutonomousDatabaseLifecycleState["Starting"] = "Starting";
81
- /** TERMINATING value */
81
+ /** Indicates that resource in Terminating state */
82
82
  KnownAutonomousDatabaseLifecycleState["Terminating"] = "Terminating";
83
- /** TERMINATED value */
83
+ /** Indicates that resource in Terminated state */
84
84
  KnownAutonomousDatabaseLifecycleState["Terminated"] = "Terminated";
85
- /** UNAVAILABLE value */
85
+ /** Indicates that resource in Unavailable state */
86
86
  KnownAutonomousDatabaseLifecycleState["Unavailable"] = "Unavailable";
87
- /** RESTORE_IN_PROGRESS value */
87
+ /** Indicates that resource in RestoreInProgress state */
88
88
  KnownAutonomousDatabaseLifecycleState["RestoreInProgress"] = "RestoreInProgress";
89
- /** RESTORE_FAILED value */
89
+ /** Indicates that resource in RestoreFailed state */
90
90
  KnownAutonomousDatabaseLifecycleState["RestoreFailed"] = "RestoreFailed";
91
- /** BACKUP_IN_PROGRESS value */
91
+ /** Indicates that resource in BackupInProgress state */
92
92
  KnownAutonomousDatabaseLifecycleState["BackupInProgress"] = "BackupInProgress";
93
- /** SCALE_IN_PROGRESS value */
93
+ /** Indicates that resource in ScaleInProgress state */
94
94
  KnownAutonomousDatabaseLifecycleState["ScaleInProgress"] = "ScaleInProgress";
95
- /** AVAILABLE_NEEDS_ATTENTION value */
95
+ /** Indicates that resource is available but needs attention */
96
96
  KnownAutonomousDatabaseLifecycleState["AvailableNeedsAttention"] = "AvailableNeedsAttention";
97
- /** UPDATING value */
97
+ /** Indicates that resource in Updating state */
98
98
  KnownAutonomousDatabaseLifecycleState["Updating"] = "Updating";
99
- /** MAINTENANCE_IN_PROGRESS value */
99
+ /** Indicates that resource maintenance in progress state */
100
100
  KnownAutonomousDatabaseLifecycleState["MaintenanceInProgress"] = "MaintenanceInProgress";
101
- /** RESTARTING value */
101
+ /** Indicates that resource in Restarting state */
102
102
  KnownAutonomousDatabaseLifecycleState["Restarting"] = "Restarting";
103
- /** RECREATING value */
103
+ /** Indicates that resource in Recreating state */
104
104
  KnownAutonomousDatabaseLifecycleState["Recreating"] = "Recreating";
105
- /** ROLE_CHANGE_IN_PROGRESS value */
105
+ /** Indicates that resource role change in progress state */
106
106
  KnownAutonomousDatabaseLifecycleState["RoleChangeInProgress"] = "RoleChangeInProgress";
107
- /** UPGRADING value */
107
+ /** Indicates that resource in Upgrading state */
108
108
  KnownAutonomousDatabaseLifecycleState["Upgrading"] = "Upgrading";
109
- /** INACCESSIBLE value */
109
+ /** IIndicates that resource in Inaccessible state */
110
110
  KnownAutonomousDatabaseLifecycleState["Inaccessible"] = "Inaccessible";
111
- /** STANDBY value */
111
+ /** Indicates that resource in Standby state */
112
112
  KnownAutonomousDatabaseLifecycleState["Standby"] = "Standby";
113
113
  })(KnownAutonomousDatabaseLifecycleState || (KnownAutonomousDatabaseLifecycleState = {}));
114
114
  /** Known values of {@link LicenseModel} that the service accepts. */
115
115
  export var KnownLicenseModel;
116
116
  (function (KnownLicenseModel) {
117
- /** LicenseIncluded value */
117
+ /** License included */
118
118
  KnownLicenseModel["LicenseIncluded"] = "LicenseIncluded";
119
- /** BringYourOwnLicense value */
119
+ /** Bring Your Own License */
120
120
  KnownLicenseModel["BringYourOwnLicense"] = "BringYourOwnLicense";
121
121
  })(KnownLicenseModel || (KnownLicenseModel = {}));
122
122
  /** Known values of {@link AzureResourceProvisioningState} that the service accepts. */
@@ -128,7 +128,7 @@ export var KnownAzureResourceProvisioningState;
128
128
  KnownAzureResourceProvisioningState["Failed"] = "Failed";
129
129
  /** Resource creation was canceled. */
130
130
  KnownAzureResourceProvisioningState["Canceled"] = "Canceled";
131
- /** Provisioning value */
131
+ /** Indicates that resource in Provisioning state */
132
132
  KnownAzureResourceProvisioningState["Provisioning"] = "Provisioning";
133
133
  })(KnownAzureResourceProvisioningState || (KnownAzureResourceProvisioningState = {}));
134
134
  /** Known values of {@link DayOfWeekName} that the service accepts. */
@@ -152,125 +152,137 @@ export var KnownDayOfWeekName;
152
152
  /** Known values of {@link ConsumerGroup} that the service accepts. */
153
153
  export var KnownConsumerGroup;
154
154
  (function (KnownConsumerGroup) {
155
- /** HIGH value */
155
+ /** High group */
156
156
  KnownConsumerGroup["High"] = "High";
157
- /** MEDIUM value */
157
+ /** Medium group */
158
158
  KnownConsumerGroup["Medium"] = "Medium";
159
- /** LOW value */
159
+ /** Low group */
160
160
  KnownConsumerGroup["Low"] = "Low";
161
- /** TP value */
161
+ /** TP group */
162
162
  KnownConsumerGroup["Tp"] = "Tp";
163
- /** TPURGENT value */
163
+ /** TPurgent group */
164
164
  KnownConsumerGroup["Tpurgent"] = "Tpurgent";
165
165
  })(KnownConsumerGroup || (KnownConsumerGroup = {}));
166
166
  /** Known values of {@link HostFormatType} that the service accepts. */
167
167
  export var KnownHostFormatType;
168
168
  (function (KnownHostFormatType) {
169
- /** FQDN value */
169
+ /** FQDN format */
170
170
  KnownHostFormatType["Fqdn"] = "Fqdn";
171
- /** IP value */
171
+ /** IP format */
172
172
  KnownHostFormatType["Ip"] = "Ip";
173
173
  })(KnownHostFormatType || (KnownHostFormatType = {}));
174
174
  /** Known values of {@link ProtocolType} that the service accepts. */
175
175
  export var KnownProtocolType;
176
176
  (function (KnownProtocolType) {
177
- /** TCP value */
177
+ /** TCP protocol */
178
178
  KnownProtocolType["TCP"] = "TCP";
179
- /** TCPS value */
179
+ /** TCPS protocol */
180
180
  KnownProtocolType["Tcps"] = "TCPS";
181
181
  })(KnownProtocolType || (KnownProtocolType = {}));
182
182
  /** Known values of {@link SessionModeType} that the service accepts. */
183
183
  export var KnownSessionModeType;
184
184
  (function (KnownSessionModeType) {
185
- /** DIRECT value */
185
+ /** Direct session mode */
186
186
  KnownSessionModeType["Direct"] = "Direct";
187
- /** REDIRECT value */
187
+ /** Redirect session mode */
188
188
  KnownSessionModeType["Redirect"] = "Redirect";
189
189
  })(KnownSessionModeType || (KnownSessionModeType = {}));
190
190
  /** Known values of {@link SyntaxFormatType} that the service accepts. */
191
191
  export var KnownSyntaxFormatType;
192
192
  (function (KnownSyntaxFormatType) {
193
- /** LONG value */
193
+ /** Long format */
194
194
  KnownSyntaxFormatType["Long"] = "Long";
195
- /** EZCONNECT value */
195
+ /** Ezconnect format */
196
196
  KnownSyntaxFormatType["Ezconnect"] = "Ezconnect";
197
- /** EZCONNECTPLUS value */
197
+ /** Ezconnectplus format */
198
198
  KnownSyntaxFormatType["Ezconnectplus"] = "Ezconnectplus";
199
199
  })(KnownSyntaxFormatType || (KnownSyntaxFormatType = {}));
200
200
  /** Known values of {@link TlsAuthenticationType} that the service accepts. */
201
201
  export var KnownTlsAuthenticationType;
202
202
  (function (KnownTlsAuthenticationType) {
203
- /** SERVER value */
203
+ /** Server authentication */
204
204
  KnownTlsAuthenticationType["Server"] = "Server";
205
- /** MUTUAL value */
205
+ /** Mutual TLS */
206
206
  KnownTlsAuthenticationType["Mutual"] = "Mutual";
207
207
  })(KnownTlsAuthenticationType || (KnownTlsAuthenticationType = {}));
208
208
  /** Known values of {@link DataSafeStatusType} that the service accepts. */
209
209
  export var KnownDataSafeStatusType;
210
210
  (function (KnownDataSafeStatusType) {
211
- /** REGISTERING value */
211
+ /** Registering status */
212
212
  KnownDataSafeStatusType["Registering"] = "Registering";
213
- /** REGISTERED value */
213
+ /** Registered status */
214
214
  KnownDataSafeStatusType["Registered"] = "Registered";
215
- /** DEREGISTERING value */
215
+ /** Deregistering status */
216
216
  KnownDataSafeStatusType["Deregistering"] = "Deregistering";
217
- /** NOT_REGISTERED value */
217
+ /** NotRegistered status */
218
218
  KnownDataSafeStatusType["NotRegistered"] = "NotRegistered";
219
- /** FAILED value */
219
+ /** Failed status */
220
220
  KnownDataSafeStatusType["Failed"] = "Failed";
221
221
  })(KnownDataSafeStatusType || (KnownDataSafeStatusType = {}));
222
222
  /** Known values of {@link DatabaseEditionType} that the service accepts. */
223
223
  export var KnownDatabaseEditionType;
224
224
  (function (KnownDatabaseEditionType) {
225
- /** STANDARD_EDITION value */
225
+ /** Standard edition */
226
226
  KnownDatabaseEditionType["StandardEdition"] = "StandardEdition";
227
- /** ENTERPRISE_EDITION value */
227
+ /** Enterprise edition */
228
228
  KnownDatabaseEditionType["EnterpriseEdition"] = "EnterpriseEdition";
229
229
  })(KnownDatabaseEditionType || (KnownDatabaseEditionType = {}));
230
+ /** Known values of {@link RepeatCadenceType} that the service accepts. */
231
+ export var KnownRepeatCadenceType;
232
+ (function (KnownRepeatCadenceType) {
233
+ /** Repeat one time */
234
+ KnownRepeatCadenceType["OneTime"] = "OneTime";
235
+ /** Repeat weekly */
236
+ KnownRepeatCadenceType["Weekly"] = "Weekly";
237
+ /** Repeat monthly */
238
+ KnownRepeatCadenceType["Monthly"] = "Monthly";
239
+ /** Repeat yearly */
240
+ KnownRepeatCadenceType["Yearly"] = "Yearly";
241
+ })(KnownRepeatCadenceType || (KnownRepeatCadenceType = {}));
230
242
  /** Known values of {@link OpenModeType} that the service accepts. */
231
243
  export var KnownOpenModeType;
232
244
  (function (KnownOpenModeType) {
233
- /** READ_ONLY value */
245
+ /** ReadOnly mode */
234
246
  KnownOpenModeType["ReadOnly"] = "ReadOnly";
235
- /** READ_WRITE value */
247
+ /** ReadWrite mode */
236
248
  KnownOpenModeType["ReadWrite"] = "ReadWrite";
237
249
  })(KnownOpenModeType || (KnownOpenModeType = {}));
238
250
  /** Known values of {@link OperationsInsightsStatusType} that the service accepts. */
239
251
  export var KnownOperationsInsightsStatusType;
240
252
  (function (KnownOperationsInsightsStatusType) {
241
- /** ENABLING value */
253
+ /** Enabling status */
242
254
  KnownOperationsInsightsStatusType["Enabling"] = "Enabling";
243
- /** ENABLED value */
255
+ /** Enabled status */
244
256
  KnownOperationsInsightsStatusType["Enabled"] = "Enabled";
245
- /** DISABLING value */
257
+ /** Disabling status */
246
258
  KnownOperationsInsightsStatusType["Disabling"] = "Disabling";
247
- /** NOT_ENABLED value */
259
+ /** NotEnabled status */
248
260
  KnownOperationsInsightsStatusType["NotEnabled"] = "NotEnabled";
249
- /** FAILED_ENABLING value */
261
+ /** FailedEnabling status */
250
262
  KnownOperationsInsightsStatusType["FailedEnabling"] = "FailedEnabling";
251
- /** FAILED_DISABLING value */
263
+ /** FailedDisabling status */
252
264
  KnownOperationsInsightsStatusType["FailedDisabling"] = "FailedDisabling";
253
265
  })(KnownOperationsInsightsStatusType || (KnownOperationsInsightsStatusType = {}));
254
266
  /** Known values of {@link PermissionLevelType} that the service accepts. */
255
267
  export var KnownPermissionLevelType;
256
268
  (function (KnownPermissionLevelType) {
257
- /** RESTRICTED value */
269
+ /** Restricted permission level */
258
270
  KnownPermissionLevelType["Restricted"] = "Restricted";
259
- /** UNRESTRICTED value */
271
+ /** Unrestricted permission level */
260
272
  KnownPermissionLevelType["Unrestricted"] = "Unrestricted";
261
273
  })(KnownPermissionLevelType || (KnownPermissionLevelType = {}));
262
274
  /** Known values of {@link RoleType} that the service accepts. */
263
275
  export var KnownRoleType;
264
276
  (function (KnownRoleType) {
265
- /** PRIMARY value */
277
+ /** Primary role */
266
278
  KnownRoleType["Primary"] = "Primary";
267
- /** STANDBY value */
279
+ /** Standby role */
268
280
  KnownRoleType["Standby"] = "Standby";
269
- /** DISABLED_STANDBY value */
281
+ /** DisabledStandby role */
270
282
  KnownRoleType["DisabledStandby"] = "DisabledStandby";
271
- /** BACKUP_COPY value */
283
+ /** BackupCopy role */
272
284
  KnownRoleType["BackupCopy"] = "BackupCopy";
273
- /** SNAPSHOT_STANDBY value */
285
+ /** SnapshotStandby role */
274
286
  KnownRoleType["SnapshotStandby"] = "SnapshotStandby";
275
287
  })(KnownRoleType || (KnownRoleType = {}));
276
288
  /** Known values of {@link CreatedByType} that the service accepts. */
@@ -288,9 +300,9 @@ export var KnownCreatedByType;
288
300
  /** Known values of {@link Preference} that the service accepts. */
289
301
  export var KnownPreference;
290
302
  (function (KnownPreference) {
291
- /** NoPreference value */
303
+ /** No preference */
292
304
  KnownPreference["NoPreference"] = "NoPreference";
293
- /** CustomPreference value */
305
+ /** Custom preference */
294
306
  KnownPreference["CustomPreference"] = "CustomPreference";
295
307
  })(KnownPreference || (KnownPreference = {}));
296
308
  /** Known values of {@link MonthName} that the service accepts. */
@@ -324,93 +336,93 @@ export var KnownMonthName;
324
336
  /** Known values of {@link PatchingMode} that the service accepts. */
325
337
  export var KnownPatchingMode;
326
338
  (function (KnownPatchingMode) {
327
- /** Rolling value */
339
+ /** Rolling patching */
328
340
  KnownPatchingMode["Rolling"] = "Rolling";
329
- /** Non Rolling value */
341
+ /** Non Rolling patching */
330
342
  KnownPatchingMode["NonRolling"] = "NonRolling";
331
343
  })(KnownPatchingMode || (KnownPatchingMode = {}));
332
344
  /** Known values of {@link CloudExadataInfrastructureLifecycleState} that the service accepts. */
333
345
  export var KnownCloudExadataInfrastructureLifecycleState;
334
346
  (function (KnownCloudExadataInfrastructureLifecycleState) {
335
- /** PROVISIONING value */
347
+ /** Indicates that resource in Provisioning state */
336
348
  KnownCloudExadataInfrastructureLifecycleState["Provisioning"] = "Provisioning";
337
- /** AVAILABLE value */
349
+ /** Indicates that resource in Available state */
338
350
  KnownCloudExadataInfrastructureLifecycleState["Available"] = "Available";
339
- /** UPDATING value */
351
+ /** Indicates that resource in Updating state */
340
352
  KnownCloudExadataInfrastructureLifecycleState["Updating"] = "Updating";
341
- /** TERMINATING value */
353
+ /** Indicates that resource in Terminating state */
342
354
  KnownCloudExadataInfrastructureLifecycleState["Terminating"] = "Terminating";
343
- /** TERMINATED value */
355
+ /** Indicates that resource in Terminated state */
344
356
  KnownCloudExadataInfrastructureLifecycleState["Terminated"] = "Terminated";
345
- /** MAINTENANCE_IN_PROGRESS value */
357
+ /** Indicates that resource maintenance in progress state */
346
358
  KnownCloudExadataInfrastructureLifecycleState["MaintenanceInProgress"] = "MaintenanceInProgress";
347
- /** FAILED value */
359
+ /** Indicates that resource in Failed state */
348
360
  KnownCloudExadataInfrastructureLifecycleState["Failed"] = "Failed";
349
361
  })(KnownCloudExadataInfrastructureLifecycleState || (KnownCloudExadataInfrastructureLifecycleState = {}));
350
362
  /** Known values of {@link DiskRedundancy} that the service accepts. */
351
363
  export var KnownDiskRedundancy;
352
364
  (function (KnownDiskRedundancy) {
353
- /** High value */
365
+ /** High redundancy */
354
366
  KnownDiskRedundancy["High"] = "High";
355
- /** Normal value */
367
+ /** Normal redundancy */
356
368
  KnownDiskRedundancy["Normal"] = "Normal";
357
369
  })(KnownDiskRedundancy || (KnownDiskRedundancy = {}));
358
370
  /** Known values of {@link CloudVmClusterLifecycleState} that the service accepts. */
359
371
  export var KnownCloudVmClusterLifecycleState;
360
372
  (function (KnownCloudVmClusterLifecycleState) {
361
- /** PROVISIONING value */
373
+ /** Indicates that resource in Provisioning state */
362
374
  KnownCloudVmClusterLifecycleState["Provisioning"] = "Provisioning";
363
- /** AVAILABLE value */
375
+ /** Indicates that resource in Available state */
364
376
  KnownCloudVmClusterLifecycleState["Available"] = "Available";
365
- /** UPDATING value */
377
+ /** Indicates that resource in Updating state */
366
378
  KnownCloudVmClusterLifecycleState["Updating"] = "Updating";
367
- /** TERMINATING value */
379
+ /** Indicates that resource in Terminating state */
368
380
  KnownCloudVmClusterLifecycleState["Terminating"] = "Terminating";
369
- /** TERMINATED value */
381
+ /** Indicates that resource in Terminated state */
370
382
  KnownCloudVmClusterLifecycleState["Terminated"] = "Terminated";
371
- /** MAINTENANCE_IN_PROGRESS value */
383
+ /** Indicates that resource Maintenance in progress state */
372
384
  KnownCloudVmClusterLifecycleState["MaintenanceInProgress"] = "MaintenanceInProgress";
373
- /** FAILED value */
385
+ /** Indicates that resource in Failed state */
374
386
  KnownCloudVmClusterLifecycleState["Failed"] = "Failed";
375
387
  })(KnownCloudVmClusterLifecycleState || (KnownCloudVmClusterLifecycleState = {}));
376
388
  /** Known values of {@link IormLifecycleState} that the service accepts. */
377
389
  export var KnownIormLifecycleState;
378
390
  (function (KnownIormLifecycleState) {
379
- /** BOOTSTRAPPING value */
391
+ /** Indicates that resource in Provisioning state */
380
392
  KnownIormLifecycleState["BootStrapping"] = "BootStrapping";
381
- /** ENABLED value */
393
+ /** Indicates that resource in Enabled state */
382
394
  KnownIormLifecycleState["Enabled"] = "Enabled";
383
- /** DISABLED value */
395
+ /** Indicates that resource in Disabled state */
384
396
  KnownIormLifecycleState["Disabled"] = "Disabled";
385
- /** UPDATING value */
397
+ /** Indicates that resource in Updating state */
386
398
  KnownIormLifecycleState["Updating"] = "Updating";
387
- /** FAILED value */
399
+ /** Indicates that resource in Failed state */
388
400
  KnownIormLifecycleState["Failed"] = "Failed";
389
401
  })(KnownIormLifecycleState || (KnownIormLifecycleState = {}));
390
402
  /** Known values of {@link Objective} that the service accepts. */
391
403
  export var KnownObjective;
392
404
  (function (KnownObjective) {
393
- /** LOW_LATENCY value */
405
+ /** Low latency objective */
394
406
  KnownObjective["LowLatency"] = "LowLatency";
395
- /** HIGH_THROUGHPUT value */
407
+ /** High throughput objective */
396
408
  KnownObjective["HighThroughput"] = "HighThroughput";
397
- /** BALANCED value */
409
+ /** Balanced objective */
398
410
  KnownObjective["Balanced"] = "Balanced";
399
- /** AUTO value */
411
+ /** Auto objective */
400
412
  KnownObjective["Auto"] = "Auto";
401
- /** BASIC value */
413
+ /** Basic objective */
402
414
  KnownObjective["Basic"] = "Basic";
403
415
  })(KnownObjective || (KnownObjective = {}));
404
416
  /** Known values of {@link DnsPrivateViewsLifecycleState} that the service accepts. */
405
417
  export var KnownDnsPrivateViewsLifecycleState;
406
418
  (function (KnownDnsPrivateViewsLifecycleState) {
407
- /** Active value */
419
+ /** DNS Private View is active */
408
420
  KnownDnsPrivateViewsLifecycleState["Active"] = "Active";
409
- /** Deleted value */
421
+ /** DNS Private View is deleted */
410
422
  KnownDnsPrivateViewsLifecycleState["Deleted"] = "Deleted";
411
- /** Deleting value */
423
+ /** DNS Private View is deleting */
412
424
  KnownDnsPrivateViewsLifecycleState["Deleting"] = "Deleting";
413
- /** Updating value */
425
+ /** DNS Private View is updating */
414
426
  KnownDnsPrivateViewsLifecycleState["Updating"] = "Updating";
415
427
  })(KnownDnsPrivateViewsLifecycleState || (KnownDnsPrivateViewsLifecycleState = {}));
416
428
  /** Known values of {@link ResourceProvisioningState} that the service accepts. */
@@ -426,23 +438,23 @@ export var KnownResourceProvisioningState;
426
438
  /** Known values of {@link DnsPrivateZonesLifecycleState} that the service accepts. */
427
439
  export var KnownDnsPrivateZonesLifecycleState;
428
440
  (function (KnownDnsPrivateZonesLifecycleState) {
429
- /** Active value */
441
+ /** DNS Private Zones is active */
430
442
  KnownDnsPrivateZonesLifecycleState["Active"] = "Active";
431
- /** Creating value */
443
+ /** DNS Private Zones is creating */
432
444
  KnownDnsPrivateZonesLifecycleState["Creating"] = "Creating";
433
- /** Deleted value */
445
+ /** DNS Private Zones is deleted */
434
446
  KnownDnsPrivateZonesLifecycleState["Deleted"] = "Deleted";
435
- /** Deleting value */
447
+ /** DNS Private Zones is deleting */
436
448
  KnownDnsPrivateZonesLifecycleState["Deleting"] = "Deleting";
437
- /** Updating value */
449
+ /** DNS Private Zones is updating */
438
450
  KnownDnsPrivateZonesLifecycleState["Updating"] = "Updating";
439
451
  })(KnownDnsPrivateZonesLifecycleState || (KnownDnsPrivateZonesLifecycleState = {}));
440
452
  /** Known values of {@link ZoneType} that the service accepts. */
441
453
  export var KnownZoneType;
442
454
  (function (KnownZoneType) {
443
- /** Primary value */
455
+ /** Primary zone */
444
456
  KnownZoneType["Primary"] = "Primary";
445
- /** Secondary value */
457
+ /** Secondary zone */
446
458
  KnownZoneType["Secondary"] = "Secondary";
447
459
  })(KnownZoneType || (KnownZoneType = {}));
448
460
  /** Known values of {@link OracleSubscriptionProvisioningState} that the service accepts. */
@@ -458,107 +470,107 @@ export var KnownOracleSubscriptionProvisioningState;
458
470
  /** Known values of {@link CloudAccountProvisioningState} that the service accepts. */
459
471
  export var KnownCloudAccountProvisioningState;
460
472
  (function (KnownCloudAccountProvisioningState) {
461
- /** Pending value */
473
+ /** Pending - Initial state when Oracle cloud account is not configured */
462
474
  KnownCloudAccountProvisioningState["Pending"] = "Pending";
463
- /** Provisioning value */
475
+ /** Provisioning - State when Oracle cloud account is being provisioned */
464
476
  KnownCloudAccountProvisioningState["Provisioning"] = "Provisioning";
465
- /** Available value */
477
+ /** Available - State when Oracle cloud account cloud linking is complete and it is available */
466
478
  KnownCloudAccountProvisioningState["Available"] = "Available";
467
479
  })(KnownCloudAccountProvisioningState || (KnownCloudAccountProvisioningState = {}));
468
480
  /** Known values of {@link Intent} that the service accepts. */
469
481
  export var KnownIntent;
470
482
  (function (KnownIntent) {
471
- /** Retain value */
483
+ /** Retain intent */
472
484
  KnownIntent["Retain"] = "Retain";
473
- /** Reset value */
485
+ /** Reset intent */
474
486
  KnownIntent["Reset"] = "Reset";
475
487
  })(KnownIntent || (KnownIntent = {}));
476
488
  /** Known values of {@link AutonomousDatabaseBackupLifecycleState} that the service accepts. */
477
489
  export var KnownAutonomousDatabaseBackupLifecycleState;
478
490
  (function (KnownAutonomousDatabaseBackupLifecycleState) {
479
- /** Creating */
491
+ /** AutonomousDatabase backup is creating */
480
492
  KnownAutonomousDatabaseBackupLifecycleState["Creating"] = "Creating";
481
- /** Active */
493
+ /** AutonomousDatabase backup is active */
482
494
  KnownAutonomousDatabaseBackupLifecycleState["Active"] = "Active";
483
- /** Deleting */
495
+ /** AutonomousDatabase backup is deleting */
484
496
  KnownAutonomousDatabaseBackupLifecycleState["Deleting"] = "Deleting";
485
- /** Failed */
497
+ /** AutonomousDatabase backup is failed */
486
498
  KnownAutonomousDatabaseBackupLifecycleState["Failed"] = "Failed";
487
- /** Updating */
499
+ /** AutonomousDatabase backup is updating */
488
500
  KnownAutonomousDatabaseBackupLifecycleState["Updating"] = "Updating";
489
501
  })(KnownAutonomousDatabaseBackupLifecycleState || (KnownAutonomousDatabaseBackupLifecycleState = {}));
490
502
  /** Known values of {@link AutonomousDatabaseBackupType} that the service accepts. */
491
503
  export var KnownAutonomousDatabaseBackupType;
492
504
  (function (KnownAutonomousDatabaseBackupType) {
493
- /** Incremental */
505
+ /** Incremental backup */
494
506
  KnownAutonomousDatabaseBackupType["Incremental"] = "Incremental";
495
- /** Full */
507
+ /** Full backup */
496
508
  KnownAutonomousDatabaseBackupType["Full"] = "Full";
497
- /** LongTerm */
509
+ /** LongTerm backup */
498
510
  KnownAutonomousDatabaseBackupType["LongTerm"] = "LongTerm";
499
511
  })(KnownAutonomousDatabaseBackupType || (KnownAutonomousDatabaseBackupType = {}));
500
512
  /** Known values of {@link GenerateType} that the service accepts. */
501
513
  export var KnownGenerateType;
502
514
  (function (KnownGenerateType) {
503
- /** SINGLE value */
515
+ /** Generate single */
504
516
  KnownGenerateType["Single"] = "Single";
505
- /** ALL value */
517
+ /** Generate all */
506
518
  KnownGenerateType["All"] = "All";
507
519
  })(KnownGenerateType || (KnownGenerateType = {}));
508
520
  /** Known values of {@link DbServerPatchingStatus} that the service accepts. */
509
521
  export var KnownDbServerPatchingStatus;
510
522
  (function (KnownDbServerPatchingStatus) {
511
- /** SCHEDULED value */
523
+ /** Patching scheduled */
512
524
  KnownDbServerPatchingStatus["Scheduled"] = "Scheduled";
513
- /** MAINTENANCE_IN_PROGRESS value */
525
+ /** Patching in progress */
514
526
  KnownDbServerPatchingStatus["MaintenanceInProgress"] = "MaintenanceInProgress";
515
- /** FAILED value */
527
+ /** Patching failed */
516
528
  KnownDbServerPatchingStatus["Failed"] = "Failed";
517
- /** COMPLETE value */
529
+ /** Patching completed */
518
530
  KnownDbServerPatchingStatus["Complete"] = "Complete";
519
531
  })(KnownDbServerPatchingStatus || (KnownDbServerPatchingStatus = {}));
520
532
  /** Known values of {@link DbServerProvisioningState} that the service accepts. */
521
533
  export var KnownDbServerProvisioningState;
522
534
  (function (KnownDbServerProvisioningState) {
523
- /** CREATING value */
535
+ /** Indicates that resource in Creating state */
524
536
  KnownDbServerProvisioningState["Creating"] = "Creating";
525
- /** AVAILABLE value */
537
+ /** Indicates that resource in Available state */
526
538
  KnownDbServerProvisioningState["Available"] = "Available";
527
- /** UNAVAILABLE value */
539
+ /** Indicates that resource in Unavailable state */
528
540
  KnownDbServerProvisioningState["Unavailable"] = "Unavailable";
529
- /** DELETING value */
541
+ /** Indicates that resource in Deleting state */
530
542
  KnownDbServerProvisioningState["Deleting"] = "Deleting";
531
- /** DELETED value */
543
+ /** Indicates that resource in Deleted state */
532
544
  KnownDbServerProvisioningState["Deleted"] = "Deleted";
533
- /** MAINTENANCE_IN_PROGRESS value */
545
+ /** Indicates that resource maintenance in progress state */
534
546
  KnownDbServerProvisioningState["MaintenanceInProgress"] = "MaintenanceInProgress";
535
547
  })(KnownDbServerProvisioningState || (KnownDbServerProvisioningState = {}));
536
548
  /** Known values of {@link DbNodeProvisioningState} that the service accepts. */
537
549
  export var KnownDbNodeProvisioningState;
538
550
  (function (KnownDbNodeProvisioningState) {
539
- /** PROVISIONING value */
551
+ /** Indicates that resource in Provisioning state */
540
552
  KnownDbNodeProvisioningState["Provisioning"] = "Provisioning";
541
- /** AVAILABLE value */
553
+ /** Indicates that resource in Available state */
542
554
  KnownDbNodeProvisioningState["Available"] = "Available";
543
- /** UPDATING value */
555
+ /** Indicates that resource in Updating state */
544
556
  KnownDbNodeProvisioningState["Updating"] = "Updating";
545
- /** STOPPING value */
557
+ /** Indicates that resource in Stopping state */
546
558
  KnownDbNodeProvisioningState["Stopping"] = "Stopping";
547
- /** STOPPED value */
559
+ /** Indicates that resource in Stopped state */
548
560
  KnownDbNodeProvisioningState["Stopped"] = "Stopped";
549
- /** STARTING value */
561
+ /** Indicates that resource in Starting state */
550
562
  KnownDbNodeProvisioningState["Starting"] = "Starting";
551
- /** TERMINATING value */
563
+ /** Indicates that resource in Terminating state */
552
564
  KnownDbNodeProvisioningState["Terminating"] = "Terminating";
553
- /** TERMINATED value */
565
+ /** Indicates that resource in Terminated state */
554
566
  KnownDbNodeProvisioningState["Terminated"] = "Terminated";
555
- /** FAILED value */
567
+ /** Indicates that resource in Failed state */
556
568
  KnownDbNodeProvisioningState["Failed"] = "Failed";
557
569
  })(KnownDbNodeProvisioningState || (KnownDbNodeProvisioningState = {}));
558
570
  /** Known values of {@link DbNodeMaintenanceType} that the service accepts. */
559
571
  export var KnownDbNodeMaintenanceType;
560
572
  (function (KnownDbNodeMaintenanceType) {
561
- /** Provisioning value */
573
+ /** VMDB reboot migration maintenance type */
562
574
  KnownDbNodeMaintenanceType["VmdbRebootMigration"] = "VmdbRebootMigration";
563
575
  })(KnownDbNodeMaintenanceType || (KnownDbNodeMaintenanceType = {}));
564
576
  /** Known values of {@link DbNodeActionEnum} that the service accepts. */
@@ -576,85 +588,77 @@ export var KnownDbNodeActionEnum;
576
588
  /** Known values of {@link VirtualNetworkAddressLifecycleState} that the service accepts. */
577
589
  export var KnownVirtualNetworkAddressLifecycleState;
578
590
  (function (KnownVirtualNetworkAddressLifecycleState) {
579
- /** Provisioning value */
591
+ /** Indicates that resource in Provisioning state */
580
592
  KnownVirtualNetworkAddressLifecycleState["Provisioning"] = "Provisioning";
581
- /** Available value */
593
+ /** Indicates that resource in Available state */
582
594
  KnownVirtualNetworkAddressLifecycleState["Available"] = "Available";
583
- /** Terminating value */
595
+ /** Indicates that resource in Terminating state */
584
596
  KnownVirtualNetworkAddressLifecycleState["Terminating"] = "Terminating";
585
- /** Terminated value */
597
+ /** Indicates that resource in Terminated state */
586
598
  KnownVirtualNetworkAddressLifecycleState["Terminated"] = "Terminated";
587
- /** Failed value */
599
+ /** Indicates that resource in Failed state */
588
600
  KnownVirtualNetworkAddressLifecycleState["Failed"] = "Failed";
589
601
  })(KnownVirtualNetworkAddressLifecycleState || (KnownVirtualNetworkAddressLifecycleState = {}));
590
602
  /** Known values of {@link SourceType} that the service accepts. */
591
603
  export var KnownSourceType;
592
604
  (function (KnownSourceType) {
593
- /** NONE value */
605
+ /** None source */
594
606
  KnownSourceType["None"] = "None";
595
- /** DATABASE value */
607
+ /** Database source */
596
608
  KnownSourceType["Database"] = "Database";
597
- /** BACKUP_FROM_ID value */
609
+ /** Backup from ID source */
598
610
  KnownSourceType["BackupFromId"] = "BackupFromId";
599
- /** BACKUP_FROM_TIMESTAMP value */
611
+ /** Backup from timestamp source */
600
612
  KnownSourceType["BackupFromTimestamp"] = "BackupFromTimestamp";
601
- /** CLONE_TO_REFRESHABLE value */
613
+ /** Clone to refreshable source */
602
614
  KnownSourceType["CloneToRefreshable"] = "CloneToRefreshable";
603
- /** CROSS_REGION_DATAGUARD value */
615
+ /** Cross region dataguard source */
604
616
  KnownSourceType["CrossRegionDataguard"] = "CrossRegionDataguard";
605
- /** CROSS_REGION_DISASTER_RECOVERY value */
617
+ /** cross region disaster recovery source */
606
618
  KnownSourceType["CrossRegionDisasterRecovery"] = "CrossRegionDisasterRecovery";
607
619
  })(KnownSourceType || (KnownSourceType = {}));
608
620
  /** Known values of {@link CloneType} that the service accepts. */
609
621
  export var KnownCloneType;
610
622
  (function (KnownCloneType) {
611
- /** FULL value */
623
+ /** Full clone */
612
624
  KnownCloneType["Full"] = "Full";
613
- /** METADATA value */
625
+ /** Metadata only */
614
626
  KnownCloneType["Metadata"] = "Metadata";
615
627
  })(KnownCloneType || (KnownCloneType = {}));
616
628
  /** Known values of {@link RefreshableModelType} that the service accepts. */
617
629
  export var KnownRefreshableModelType;
618
630
  (function (KnownRefreshableModelType) {
619
- /** AUTOMATIC value */
631
+ /** Automatic refreshable model type */
620
632
  KnownRefreshableModelType["Automatic"] = "Automatic";
621
- /** MANUAL value */
633
+ /** Manual refreshable model type */
622
634
  KnownRefreshableModelType["Manual"] = "Manual";
623
635
  })(KnownRefreshableModelType || (KnownRefreshableModelType = {}));
624
636
  /** Known values of {@link RefreshableStatusType} that the service accepts. */
625
637
  export var KnownRefreshableStatusType;
626
638
  (function (KnownRefreshableStatusType) {
627
- /** REFRESHING value */
639
+ /** Refreshing status */
628
640
  KnownRefreshableStatusType["Refreshing"] = "Refreshing";
629
- /** NOT_REFRESHING value */
641
+ /** NotRefreshing status */
630
642
  KnownRefreshableStatusType["NotRefreshing"] = "NotRefreshing";
631
643
  })(KnownRefreshableStatusType || (KnownRefreshableStatusType = {}));
632
644
  /** Known values of {@link ValidationStatus} that the service accepts. */
633
645
  export var KnownValidationStatus;
634
646
  (function (KnownValidationStatus) {
635
- /** Succeeded value */
647
+ /** Validation succeeded */
636
648
  KnownValidationStatus["Succeeded"] = "Succeeded";
637
- /** Failed value */
649
+ /** Validation failed */
638
650
  KnownValidationStatus["Failed"] = "Failed";
639
651
  })(KnownValidationStatus || (KnownValidationStatus = {}));
640
652
  /** Known values of {@link UpdateAction} that the service accepts. */
641
653
  export var KnownUpdateAction;
642
654
  (function (KnownUpdateAction) {
643
- /** ROLLING_APPLY value */
655
+ /** Rolling apply action */
644
656
  KnownUpdateAction["RollingApply"] = "RollingApply";
645
- /** NON_ROLLING_APPLY value */
657
+ /** Non rolling apply action */
646
658
  KnownUpdateAction["NonRollingApply"] = "NonRollingApply";
647
- /** PRECHECK value */
659
+ /** Pre-check action */
648
660
  KnownUpdateAction["PreCheck"] = "PreCheck";
649
- /** ROLLBACK value */
661
+ /** Rollback action */
650
662
  KnownUpdateAction["RollBack"] = "RollBack";
651
663
  })(KnownUpdateAction || (KnownUpdateAction = {}));
652
- /** Known values of {@link Versions} that the service accepts. */
653
- export var KnownVersions;
654
- (function (KnownVersions) {
655
- /** 2023-09-01-preview */
656
- KnownVersions["V20230901"] = "2023-09-01-preview";
657
- /** internal api - RPaaS to ORP */
658
- KnownVersions["VInternalApi"] = "internal";
659
- })(KnownVersions || (KnownVersions = {}));
660
664
  //# sourceMappingURL=index.js.map