@azure/arm-oracledatabase 1.0.0-alpha.20240530.1 → 1.0.0-alpha.20240627.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +52 -0
- package/dist/index.js +1095 -497
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js +28 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js +20 -0
- package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js +20 -0
- package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js +36 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js +21 -0
- package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js +75 -2
- package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js +20 -0
- package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabasesGetSample.js +19 -0
- package/dist-esm/samples-dev/autonomousDatabasesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts +2 -0
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js +64 -0
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js.map +1 -0
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts +2 -0
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js +39 -0
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js.map +1 -0
- package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js +20 -0
- package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js.map +1 -1
- package/dist-esm/samples-dev/dbNodesActionSample.js +21 -0
- package/dist-esm/samples-dev/dbNodesActionSample.js.map +1 -1
- package/dist-esm/samples-dev/systemVersionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/systemVersionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/systemVersionsGetSample.js +58 -0
- package/dist-esm/samples-dev/systemVersionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts +2 -0
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.js +88 -0
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +546 -482
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +182 -178
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +10 -2
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +333 -143
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +53 -4
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/autonomousDatabases.d.ts +31 -1
- package/dist-esm/src/operations/autonomousDatabases.d.ts.map +1 -1
- package/dist-esm/src/operations/autonomousDatabases.js +176 -0
- package/dist-esm/src/operations/autonomousDatabases.js.map +1 -1
- package/dist-esm/src/operations/cloudVmClusters.js +3 -3
- package/dist-esm/src/operations/dbNodes.js +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/systemVersions.d.ts +42 -0
- package/dist-esm/src/operations/systemVersions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemVersions.js +175 -0
- package/dist-esm/src/operations/systemVersions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts +31 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/systemVersions.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/systemVersions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemVersions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemVersions.js.map +1 -0
- package/dist-esm/src/oracleDatabaseManagementClient.d.ts +2 -1
- package/dist-esm/src/oracleDatabaseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/oracleDatabaseManagementClient.js +3 -2
- package/dist-esm/src/oracleDatabaseManagementClient.js.map +1 -1
- package/dist-esm/test/oracledatabase_operations_test.spec.d.ts.map +1 -1
- package/dist-esm/test/oracledatabase_operations_test.spec.js +5 -1
- package/dist-esm/test/oracledatabase_operations_test.spec.js.map +1 -1
- package/package.json +1 -1
- package/review/arm-oracledatabase.api.md +145 -40
- package/src/models/index.ts +568 -484
- package/src/models/mappers.ts +344 -143
- package/src/models/parameters.ts +55 -3
- package/src/operations/autonomousDatabases.ts +252 -0
- package/src/operations/cloudVmClusters.ts +3 -3
- package/src/operations/dbNodes.ts +1 -1
- package/src/operations/index.ts +1 -0
- package/src/operations/systemVersions.ts +213 -0
- package/src/operationsInterfaces/autonomousDatabases.ts +63 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/systemVersions.ts +40 -0
- package/src/oracleDatabaseManagementClient.ts +5 -1
- package/types/arm-oracledatabase.d.ts +629 -499
- 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
|
-
/**
|
|
27
|
+
/** Regular DB */
|
|
28
28
|
KnownDataBaseType["Regular"] = "Regular";
|
|
29
|
-
/**
|
|
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
|
-
/**
|
|
35
|
+
/** Early maintenance schedule */
|
|
36
36
|
KnownAutonomousMaintenanceScheduleType["Early"] = "Early";
|
|
37
|
-
/**
|
|
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
|
|
43
|
+
/** ECPU model type */
|
|
44
44
|
KnownComputeModel["Ecpu"] = "ECPU";
|
|
45
|
-
/** OCPU
|
|
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
|
|
63
|
+
/** ADG type */
|
|
64
64
|
KnownDisasterRecoveryType["Adg"] = "Adg";
|
|
65
|
-
/**
|
|
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
|
-
/**
|
|
71
|
+
/** Indicates that resource in Provisioning state */
|
|
72
72
|
KnownAutonomousDatabaseLifecycleState["Provisioning"] = "Provisioning";
|
|
73
|
-
/**
|
|
73
|
+
/** Indicates that resource in Available state */
|
|
74
74
|
KnownAutonomousDatabaseLifecycleState["Available"] = "Available";
|
|
75
|
-
/**
|
|
75
|
+
/** Indicates that resource in Stopping state */
|
|
76
76
|
KnownAutonomousDatabaseLifecycleState["Stopping"] = "Stopping";
|
|
77
|
-
/**
|
|
77
|
+
/** Indicates that resource in Stopped state */
|
|
78
78
|
KnownAutonomousDatabaseLifecycleState["Stopped"] = "Stopped";
|
|
79
|
-
/**
|
|
79
|
+
/** Indicates that resource in Starting state */
|
|
80
80
|
KnownAutonomousDatabaseLifecycleState["Starting"] = "Starting";
|
|
81
|
-
/**
|
|
81
|
+
/** Indicates that resource in Terminating state */
|
|
82
82
|
KnownAutonomousDatabaseLifecycleState["Terminating"] = "Terminating";
|
|
83
|
-
/**
|
|
83
|
+
/** Indicates that resource in Terminated state */
|
|
84
84
|
KnownAutonomousDatabaseLifecycleState["Terminated"] = "Terminated";
|
|
85
|
-
/**
|
|
85
|
+
/** Indicates that resource in Unavailable state */
|
|
86
86
|
KnownAutonomousDatabaseLifecycleState["Unavailable"] = "Unavailable";
|
|
87
|
-
/**
|
|
87
|
+
/** Indicates that resource in RestoreInProgress state */
|
|
88
88
|
KnownAutonomousDatabaseLifecycleState["RestoreInProgress"] = "RestoreInProgress";
|
|
89
|
-
/**
|
|
89
|
+
/** Indicates that resource in RestoreFailed state */
|
|
90
90
|
KnownAutonomousDatabaseLifecycleState["RestoreFailed"] = "RestoreFailed";
|
|
91
|
-
/**
|
|
91
|
+
/** Indicates that resource in BackupInProgress state */
|
|
92
92
|
KnownAutonomousDatabaseLifecycleState["BackupInProgress"] = "BackupInProgress";
|
|
93
|
-
/**
|
|
93
|
+
/** Indicates that resource in ScaleInProgress state */
|
|
94
94
|
KnownAutonomousDatabaseLifecycleState["ScaleInProgress"] = "ScaleInProgress";
|
|
95
|
-
/**
|
|
95
|
+
/** Indicates that resource is available but needs attention */
|
|
96
96
|
KnownAutonomousDatabaseLifecycleState["AvailableNeedsAttention"] = "AvailableNeedsAttention";
|
|
97
|
-
/**
|
|
97
|
+
/** Indicates that resource in Updating state */
|
|
98
98
|
KnownAutonomousDatabaseLifecycleState["Updating"] = "Updating";
|
|
99
|
-
/**
|
|
99
|
+
/** Indicates that resource maintenance in progress state */
|
|
100
100
|
KnownAutonomousDatabaseLifecycleState["MaintenanceInProgress"] = "MaintenanceInProgress";
|
|
101
|
-
/**
|
|
101
|
+
/** Indicates that resource in Restarting state */
|
|
102
102
|
KnownAutonomousDatabaseLifecycleState["Restarting"] = "Restarting";
|
|
103
|
-
/**
|
|
103
|
+
/** Indicates that resource in Recreating state */
|
|
104
104
|
KnownAutonomousDatabaseLifecycleState["Recreating"] = "Recreating";
|
|
105
|
-
/**
|
|
105
|
+
/** Indicates that resource role change in progress state */
|
|
106
106
|
KnownAutonomousDatabaseLifecycleState["RoleChangeInProgress"] = "RoleChangeInProgress";
|
|
107
|
-
/**
|
|
107
|
+
/** Indicates that resource in Upgrading state */
|
|
108
108
|
KnownAutonomousDatabaseLifecycleState["Upgrading"] = "Upgrading";
|
|
109
|
-
/**
|
|
109
|
+
/** IIndicates that resource in Inaccessible state */
|
|
110
110
|
KnownAutonomousDatabaseLifecycleState["Inaccessible"] = "Inaccessible";
|
|
111
|
-
/**
|
|
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
|
-
/**
|
|
117
|
+
/** License included */
|
|
118
118
|
KnownLicenseModel["LicenseIncluded"] = "LicenseIncluded";
|
|
119
|
-
/**
|
|
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
|
|
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
|
-
/**
|
|
155
|
+
/** High group */
|
|
156
156
|
KnownConsumerGroup["High"] = "High";
|
|
157
|
-
/**
|
|
157
|
+
/** Medium group */
|
|
158
158
|
KnownConsumerGroup["Medium"] = "Medium";
|
|
159
|
-
/**
|
|
159
|
+
/** Low group */
|
|
160
160
|
KnownConsumerGroup["Low"] = "Low";
|
|
161
|
-
/** TP
|
|
161
|
+
/** TP group */
|
|
162
162
|
KnownConsumerGroup["Tp"] = "Tp";
|
|
163
|
-
/**
|
|
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
|
|
169
|
+
/** FQDN format */
|
|
170
170
|
KnownHostFormatType["Fqdn"] = "Fqdn";
|
|
171
|
-
/** IP
|
|
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
|
|
177
|
+
/** TCP protocol */
|
|
178
178
|
KnownProtocolType["TCP"] = "TCP";
|
|
179
|
-
/** TCPS
|
|
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
|
-
/**
|
|
185
|
+
/** Direct session mode */
|
|
186
186
|
KnownSessionModeType["Direct"] = "Direct";
|
|
187
|
-
/**
|
|
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
|
-
/**
|
|
193
|
+
/** Long format */
|
|
194
194
|
KnownSyntaxFormatType["Long"] = "Long";
|
|
195
|
-
/**
|
|
195
|
+
/** Ezconnect format */
|
|
196
196
|
KnownSyntaxFormatType["Ezconnect"] = "Ezconnect";
|
|
197
|
-
/**
|
|
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
|
-
/**
|
|
203
|
+
/** Server authentication */
|
|
204
204
|
KnownTlsAuthenticationType["Server"] = "Server";
|
|
205
|
-
/**
|
|
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
|
-
/**
|
|
211
|
+
/** Registering status */
|
|
212
212
|
KnownDataSafeStatusType["Registering"] = "Registering";
|
|
213
|
-
/**
|
|
213
|
+
/** Registered status */
|
|
214
214
|
KnownDataSafeStatusType["Registered"] = "Registered";
|
|
215
|
-
/**
|
|
215
|
+
/** Deregistering status */
|
|
216
216
|
KnownDataSafeStatusType["Deregistering"] = "Deregistering";
|
|
217
|
-
/**
|
|
217
|
+
/** NotRegistered status */
|
|
218
218
|
KnownDataSafeStatusType["NotRegistered"] = "NotRegistered";
|
|
219
|
-
/**
|
|
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
|
-
/**
|
|
225
|
+
/** Standard edition */
|
|
226
226
|
KnownDatabaseEditionType["StandardEdition"] = "StandardEdition";
|
|
227
|
-
/**
|
|
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
|
-
/**
|
|
245
|
+
/** ReadOnly mode */
|
|
234
246
|
KnownOpenModeType["ReadOnly"] = "ReadOnly";
|
|
235
|
-
/**
|
|
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
|
-
/**
|
|
253
|
+
/** Enabling status */
|
|
242
254
|
KnownOperationsInsightsStatusType["Enabling"] = "Enabling";
|
|
243
|
-
/**
|
|
255
|
+
/** Enabled status */
|
|
244
256
|
KnownOperationsInsightsStatusType["Enabled"] = "Enabled";
|
|
245
|
-
/**
|
|
257
|
+
/** Disabling status */
|
|
246
258
|
KnownOperationsInsightsStatusType["Disabling"] = "Disabling";
|
|
247
|
-
/**
|
|
259
|
+
/** NotEnabled status */
|
|
248
260
|
KnownOperationsInsightsStatusType["NotEnabled"] = "NotEnabled";
|
|
249
|
-
/**
|
|
261
|
+
/** FailedEnabling status */
|
|
250
262
|
KnownOperationsInsightsStatusType["FailedEnabling"] = "FailedEnabling";
|
|
251
|
-
/**
|
|
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
|
-
/**
|
|
269
|
+
/** Restricted permission level */
|
|
258
270
|
KnownPermissionLevelType["Restricted"] = "Restricted";
|
|
259
|
-
/**
|
|
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
|
-
/**
|
|
277
|
+
/** Primary role */
|
|
266
278
|
KnownRoleType["Primary"] = "Primary";
|
|
267
|
-
/**
|
|
279
|
+
/** Standby role */
|
|
268
280
|
KnownRoleType["Standby"] = "Standby";
|
|
269
|
-
/**
|
|
281
|
+
/** DisabledStandby role */
|
|
270
282
|
KnownRoleType["DisabledStandby"] = "DisabledStandby";
|
|
271
|
-
/**
|
|
283
|
+
/** BackupCopy role */
|
|
272
284
|
KnownRoleType["BackupCopy"] = "BackupCopy";
|
|
273
|
-
/**
|
|
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
|
-
/**
|
|
303
|
+
/** No preference */
|
|
292
304
|
KnownPreference["NoPreference"] = "NoPreference";
|
|
293
|
-
/**
|
|
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
|
|
339
|
+
/** Rolling patching */
|
|
328
340
|
KnownPatchingMode["Rolling"] = "Rolling";
|
|
329
|
-
/** Non Rolling
|
|
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
|
-
/**
|
|
347
|
+
/** Indicates that resource in Provisioning state */
|
|
336
348
|
KnownCloudExadataInfrastructureLifecycleState["Provisioning"] = "Provisioning";
|
|
337
|
-
/**
|
|
349
|
+
/** Indicates that resource in Available state */
|
|
338
350
|
KnownCloudExadataInfrastructureLifecycleState["Available"] = "Available";
|
|
339
|
-
/**
|
|
351
|
+
/** Indicates that resource in Updating state */
|
|
340
352
|
KnownCloudExadataInfrastructureLifecycleState["Updating"] = "Updating";
|
|
341
|
-
/**
|
|
353
|
+
/** Indicates that resource in Terminating state */
|
|
342
354
|
KnownCloudExadataInfrastructureLifecycleState["Terminating"] = "Terminating";
|
|
343
|
-
/**
|
|
355
|
+
/** Indicates that resource in Terminated state */
|
|
344
356
|
KnownCloudExadataInfrastructureLifecycleState["Terminated"] = "Terminated";
|
|
345
|
-
/**
|
|
357
|
+
/** Indicates that resource maintenance in progress state */
|
|
346
358
|
KnownCloudExadataInfrastructureLifecycleState["MaintenanceInProgress"] = "MaintenanceInProgress";
|
|
347
|
-
/**
|
|
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
|
|
365
|
+
/** High redundancy */
|
|
354
366
|
KnownDiskRedundancy["High"] = "High";
|
|
355
|
-
/** Normal
|
|
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
|
-
/**
|
|
373
|
+
/** Indicates that resource in Provisioning state */
|
|
362
374
|
KnownCloudVmClusterLifecycleState["Provisioning"] = "Provisioning";
|
|
363
|
-
/**
|
|
375
|
+
/** Indicates that resource in Available state */
|
|
364
376
|
KnownCloudVmClusterLifecycleState["Available"] = "Available";
|
|
365
|
-
/**
|
|
377
|
+
/** Indicates that resource in Updating state */
|
|
366
378
|
KnownCloudVmClusterLifecycleState["Updating"] = "Updating";
|
|
367
|
-
/**
|
|
379
|
+
/** Indicates that resource in Terminating state */
|
|
368
380
|
KnownCloudVmClusterLifecycleState["Terminating"] = "Terminating";
|
|
369
|
-
/**
|
|
381
|
+
/** Indicates that resource in Terminated state */
|
|
370
382
|
KnownCloudVmClusterLifecycleState["Terminated"] = "Terminated";
|
|
371
|
-
/**
|
|
383
|
+
/** Indicates that resource Maintenance in progress state */
|
|
372
384
|
KnownCloudVmClusterLifecycleState["MaintenanceInProgress"] = "MaintenanceInProgress";
|
|
373
|
-
/**
|
|
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
|
-
/**
|
|
391
|
+
/** Indicates that resource in Provisioning state */
|
|
380
392
|
KnownIormLifecycleState["BootStrapping"] = "BootStrapping";
|
|
381
|
-
/**
|
|
393
|
+
/** Indicates that resource in Enabled state */
|
|
382
394
|
KnownIormLifecycleState["Enabled"] = "Enabled";
|
|
383
|
-
/**
|
|
395
|
+
/** Indicates that resource in Disabled state */
|
|
384
396
|
KnownIormLifecycleState["Disabled"] = "Disabled";
|
|
385
|
-
/**
|
|
397
|
+
/** Indicates that resource in Updating state */
|
|
386
398
|
KnownIormLifecycleState["Updating"] = "Updating";
|
|
387
|
-
/**
|
|
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
|
-
/**
|
|
405
|
+
/** Low latency objective */
|
|
394
406
|
KnownObjective["LowLatency"] = "LowLatency";
|
|
395
|
-
/**
|
|
407
|
+
/** High throughput objective */
|
|
396
408
|
KnownObjective["HighThroughput"] = "HighThroughput";
|
|
397
|
-
/**
|
|
409
|
+
/** Balanced objective */
|
|
398
410
|
KnownObjective["Balanced"] = "Balanced";
|
|
399
|
-
/**
|
|
411
|
+
/** Auto objective */
|
|
400
412
|
KnownObjective["Auto"] = "Auto";
|
|
401
|
-
/**
|
|
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
|
-
/**
|
|
419
|
+
/** DNS Private View is active */
|
|
408
420
|
KnownDnsPrivateViewsLifecycleState["Active"] = "Active";
|
|
409
|
-
/**
|
|
421
|
+
/** DNS Private View is deleted */
|
|
410
422
|
KnownDnsPrivateViewsLifecycleState["Deleted"] = "Deleted";
|
|
411
|
-
/**
|
|
423
|
+
/** DNS Private View is deleting */
|
|
412
424
|
KnownDnsPrivateViewsLifecycleState["Deleting"] = "Deleting";
|
|
413
|
-
/**
|
|
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
|
-
/**
|
|
441
|
+
/** DNS Private Zones is active */
|
|
430
442
|
KnownDnsPrivateZonesLifecycleState["Active"] = "Active";
|
|
431
|
-
/**
|
|
443
|
+
/** DNS Private Zones is creating */
|
|
432
444
|
KnownDnsPrivateZonesLifecycleState["Creating"] = "Creating";
|
|
433
|
-
/**
|
|
445
|
+
/** DNS Private Zones is deleted */
|
|
434
446
|
KnownDnsPrivateZonesLifecycleState["Deleted"] = "Deleted";
|
|
435
|
-
/**
|
|
447
|
+
/** DNS Private Zones is deleting */
|
|
436
448
|
KnownDnsPrivateZonesLifecycleState["Deleting"] = "Deleting";
|
|
437
|
-
/**
|
|
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
|
|
455
|
+
/** Primary zone */
|
|
444
456
|
KnownZoneType["Primary"] = "Primary";
|
|
445
|
-
/** Secondary
|
|
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
|
|
473
|
+
/** Pending - Initial state when Oracle cloud account is not configured */
|
|
462
474
|
KnownCloudAccountProvisioningState["Pending"] = "Pending";
|
|
463
|
-
/** Provisioning
|
|
475
|
+
/** Provisioning - State when Oracle cloud account is being provisioned */
|
|
464
476
|
KnownCloudAccountProvisioningState["Provisioning"] = "Provisioning";
|
|
465
|
-
/** Available
|
|
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
|
|
483
|
+
/** Retain intent */
|
|
472
484
|
KnownIntent["Retain"] = "Retain";
|
|
473
|
-
/** Reset
|
|
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
|
-
/**
|
|
491
|
+
/** AutonomousDatabase backup is creating */
|
|
480
492
|
KnownAutonomousDatabaseBackupLifecycleState["Creating"] = "Creating";
|
|
481
|
-
/**
|
|
493
|
+
/** AutonomousDatabase backup is active */
|
|
482
494
|
KnownAutonomousDatabaseBackupLifecycleState["Active"] = "Active";
|
|
483
|
-
/**
|
|
495
|
+
/** AutonomousDatabase backup is deleting */
|
|
484
496
|
KnownAutonomousDatabaseBackupLifecycleState["Deleting"] = "Deleting";
|
|
485
|
-
/**
|
|
497
|
+
/** AutonomousDatabase backup is failed */
|
|
486
498
|
KnownAutonomousDatabaseBackupLifecycleState["Failed"] = "Failed";
|
|
487
|
-
/**
|
|
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
|
-
/**
|
|
515
|
+
/** Generate single */
|
|
504
516
|
KnownGenerateType["Single"] = "Single";
|
|
505
|
-
/**
|
|
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
|
-
/**
|
|
523
|
+
/** Patching scheduled */
|
|
512
524
|
KnownDbServerPatchingStatus["Scheduled"] = "Scheduled";
|
|
513
|
-
/**
|
|
525
|
+
/** Patching in progress */
|
|
514
526
|
KnownDbServerPatchingStatus["MaintenanceInProgress"] = "MaintenanceInProgress";
|
|
515
|
-
/**
|
|
527
|
+
/** Patching failed */
|
|
516
528
|
KnownDbServerPatchingStatus["Failed"] = "Failed";
|
|
517
|
-
/**
|
|
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
|
-
/**
|
|
535
|
+
/** Indicates that resource in Creating state */
|
|
524
536
|
KnownDbServerProvisioningState["Creating"] = "Creating";
|
|
525
|
-
/**
|
|
537
|
+
/** Indicates that resource in Available state */
|
|
526
538
|
KnownDbServerProvisioningState["Available"] = "Available";
|
|
527
|
-
/**
|
|
539
|
+
/** Indicates that resource in Unavailable state */
|
|
528
540
|
KnownDbServerProvisioningState["Unavailable"] = "Unavailable";
|
|
529
|
-
/**
|
|
541
|
+
/** Indicates that resource in Deleting state */
|
|
530
542
|
KnownDbServerProvisioningState["Deleting"] = "Deleting";
|
|
531
|
-
/**
|
|
543
|
+
/** Indicates that resource in Deleted state */
|
|
532
544
|
KnownDbServerProvisioningState["Deleted"] = "Deleted";
|
|
533
|
-
/**
|
|
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
|
-
/**
|
|
551
|
+
/** Indicates that resource in Provisioning state */
|
|
540
552
|
KnownDbNodeProvisioningState["Provisioning"] = "Provisioning";
|
|
541
|
-
/**
|
|
553
|
+
/** Indicates that resource in Available state */
|
|
542
554
|
KnownDbNodeProvisioningState["Available"] = "Available";
|
|
543
|
-
/**
|
|
555
|
+
/** Indicates that resource in Updating state */
|
|
544
556
|
KnownDbNodeProvisioningState["Updating"] = "Updating";
|
|
545
|
-
/**
|
|
557
|
+
/** Indicates that resource in Stopping state */
|
|
546
558
|
KnownDbNodeProvisioningState["Stopping"] = "Stopping";
|
|
547
|
-
/**
|
|
559
|
+
/** Indicates that resource in Stopped state */
|
|
548
560
|
KnownDbNodeProvisioningState["Stopped"] = "Stopped";
|
|
549
|
-
/**
|
|
561
|
+
/** Indicates that resource in Starting state */
|
|
550
562
|
KnownDbNodeProvisioningState["Starting"] = "Starting";
|
|
551
|
-
/**
|
|
563
|
+
/** Indicates that resource in Terminating state */
|
|
552
564
|
KnownDbNodeProvisioningState["Terminating"] = "Terminating";
|
|
553
|
-
/**
|
|
565
|
+
/** Indicates that resource in Terminated state */
|
|
554
566
|
KnownDbNodeProvisioningState["Terminated"] = "Terminated";
|
|
555
|
-
/**
|
|
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
|
-
/**
|
|
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
|
|
591
|
+
/** Indicates that resource in Provisioning state */
|
|
580
592
|
KnownVirtualNetworkAddressLifecycleState["Provisioning"] = "Provisioning";
|
|
581
|
-
/** Available
|
|
593
|
+
/** Indicates that resource in Available state */
|
|
582
594
|
KnownVirtualNetworkAddressLifecycleState["Available"] = "Available";
|
|
583
|
-
/** Terminating
|
|
595
|
+
/** Indicates that resource in Terminating state */
|
|
584
596
|
KnownVirtualNetworkAddressLifecycleState["Terminating"] = "Terminating";
|
|
585
|
-
/** Terminated
|
|
597
|
+
/** Indicates that resource in Terminated state */
|
|
586
598
|
KnownVirtualNetworkAddressLifecycleState["Terminated"] = "Terminated";
|
|
587
|
-
/** Failed
|
|
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
|
-
/**
|
|
605
|
+
/** None source */
|
|
594
606
|
KnownSourceType["None"] = "None";
|
|
595
|
-
/**
|
|
607
|
+
/** Database source */
|
|
596
608
|
KnownSourceType["Database"] = "Database";
|
|
597
|
-
/**
|
|
609
|
+
/** Backup from ID source */
|
|
598
610
|
KnownSourceType["BackupFromId"] = "BackupFromId";
|
|
599
|
-
/**
|
|
611
|
+
/** Backup from timestamp source */
|
|
600
612
|
KnownSourceType["BackupFromTimestamp"] = "BackupFromTimestamp";
|
|
601
|
-
/**
|
|
613
|
+
/** Clone to refreshable source */
|
|
602
614
|
KnownSourceType["CloneToRefreshable"] = "CloneToRefreshable";
|
|
603
|
-
/**
|
|
615
|
+
/** Cross region dataguard source */
|
|
604
616
|
KnownSourceType["CrossRegionDataguard"] = "CrossRegionDataguard";
|
|
605
|
-
/**
|
|
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
|
-
/**
|
|
623
|
+
/** Full clone */
|
|
612
624
|
KnownCloneType["Full"] = "Full";
|
|
613
|
-
/**
|
|
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
|
-
/**
|
|
631
|
+
/** Automatic refreshable model type */
|
|
620
632
|
KnownRefreshableModelType["Automatic"] = "Automatic";
|
|
621
|
-
/**
|
|
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
|
-
/**
|
|
639
|
+
/** Refreshing status */
|
|
628
640
|
KnownRefreshableStatusType["Refreshing"] = "Refreshing";
|
|
629
|
-
/**
|
|
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
|
-
/**
|
|
647
|
+
/** Validation succeeded */
|
|
636
648
|
KnownValidationStatus["Succeeded"] = "Succeeded";
|
|
637
|
-
/**
|
|
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
|
-
/**
|
|
655
|
+
/** Rolling apply action */
|
|
644
656
|
KnownUpdateAction["RollingApply"] = "RollingApply";
|
|
645
|
-
/**
|
|
657
|
+
/** Non rolling apply action */
|
|
646
658
|
KnownUpdateAction["NonRollingApply"] = "NonRollingApply";
|
|
647
|
-
/**
|
|
659
|
+
/** Pre-check action */
|
|
648
660
|
KnownUpdateAction["PreCheck"] = "PreCheck";
|
|
649
|
-
/**
|
|
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
|