@pulumi/azure 6.7.0-alpha.1730181554 → 6.7.0-alpha.1730309595
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/appservice/linuxFunctionApp.d.ts +1 -1
- package/appservice/linuxFunctionApp.js +1 -1
- package/cosmosdb/sqlContainer.d.ts +9 -3
- package/cosmosdb/sqlContainer.js.map +1 -1
- package/desktopvirtualization/applicationGroup.d.ts +3 -3
- package/devcenter/index.d.ts +3 -0
- package/devcenter/index.js +6 -1
- package/devcenter/index.js.map +1 -1
- package/devcenter/projectPool.d.ts +215 -0
- package/devcenter/projectPool.js +152 -0
- package/devcenter/projectPool.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/mssql/managedInstance.d.ts +3 -3
- package/network/applicationGateway.d.ts +3 -3
- package/oracle/autonomousDatabase.d.ts +317 -0
- package/oracle/autonomousDatabase.js +153 -0
- package/oracle/autonomousDatabase.js.map +1 -0
- package/oracle/getAdbsCharacterSets.d.ts +74 -0
- package/oracle/getAdbsCharacterSets.js +60 -0
- package/oracle/getAdbsCharacterSets.js.map +1 -0
- package/oracle/getAdbsNationalCharacterSets.d.ts +74 -0
- package/oracle/getAdbsNationalCharacterSets.js +60 -0
- package/oracle/getAdbsNationalCharacterSets.js.map +1 -0
- package/oracle/getAutonomousDatabase.d.ts +295 -0
- package/oracle/getAutonomousDatabase.js +56 -0
- package/oracle/getAutonomousDatabase.js.map +1 -0
- package/oracle/getDbNodes.d.ts +74 -0
- package/oracle/getDbNodes.js +60 -0
- package/oracle/getDbNodes.js.map +1 -0
- package/oracle/getDbSystemShapes.d.ts +78 -0
- package/oracle/getDbSystemShapes.js +64 -0
- package/oracle/getDbSystemShapes.js.map +1 -0
- package/oracle/getGiVersions.d.ts +77 -0
- package/oracle/getGiVersions.js +64 -0
- package/oracle/getGiVersions.js.map +1 -0
- package/oracle/index.d.ts +21 -0
- package/oracle/index.js +24 -1
- package/oracle/index.js.map +1 -1
- package/package.json +2 -2
- package/storage/account.d.ts +6 -0
- package/storage/account.js.map +1 -1
- package/types/input.d.ts +52 -12
- package/types/output.d.ts +239 -17
- package/videoindexer/account.d.ts +157 -0
- package/videoindexer/account.js +109 -0
- package/videoindexer/account.js.map +1 -0
- package/videoindexer/index.d.ts +3 -0
- package/videoindexer/index.js +22 -0
- package/videoindexer/index.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -14448,7 +14448,7 @@ export declare namespace automation {
|
|
|
14448
14448
|
*/
|
|
14449
14449
|
day: pulumi.Input<string>;
|
|
14450
14450
|
/**
|
|
14451
|
-
* Occurrence of the week within the month. Must be between `1` and `
|
|
14451
|
+
* Occurrence of the week within the month. Must be between `1` and `4`. `-1` for last week within the month.
|
|
14452
14452
|
*/
|
|
14453
14453
|
occurrence: pulumi.Input<number>;
|
|
14454
14454
|
}
|
|
@@ -20712,7 +20712,7 @@ export declare namespace consumption {
|
|
|
20712
20712
|
*/
|
|
20713
20713
|
threshold: pulumi.Input<number>;
|
|
20714
20714
|
/**
|
|
20715
|
-
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
20715
|
+
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
20716
20716
|
*/
|
|
20717
20717
|
thresholdType?: pulumi.Input<string>;
|
|
20718
20718
|
}
|
|
@@ -20792,7 +20792,7 @@ export declare namespace consumption {
|
|
|
20792
20792
|
*/
|
|
20793
20793
|
threshold: pulumi.Input<number>;
|
|
20794
20794
|
/**
|
|
20795
|
-
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
20795
|
+
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
20796
20796
|
*/
|
|
20797
20797
|
thresholdType?: pulumi.Input<string>;
|
|
20798
20798
|
}
|
|
@@ -20872,7 +20872,7 @@ export declare namespace consumption {
|
|
|
20872
20872
|
*/
|
|
20873
20873
|
threshold: pulumi.Input<number>;
|
|
20874
20874
|
/**
|
|
20875
|
-
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
20875
|
+
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
20876
20876
|
*/
|
|
20877
20877
|
thresholdType?: pulumi.Input<string>;
|
|
20878
20878
|
}
|
|
@@ -21214,7 +21214,7 @@ export declare namespace containerapp {
|
|
|
21214
21214
|
*/
|
|
21215
21215
|
host?: pulumi.Input<string>;
|
|
21216
21216
|
/**
|
|
21217
|
-
* The
|
|
21217
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `1` seconds.
|
|
21218
21218
|
*/
|
|
21219
21219
|
initialDelay?: pulumi.Input<number>;
|
|
21220
21220
|
/**
|
|
@@ -21254,7 +21254,7 @@ export declare namespace containerapp {
|
|
|
21254
21254
|
}
|
|
21255
21255
|
interface AppTemplateContainerReadinessProbe {
|
|
21256
21256
|
/**
|
|
21257
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
21257
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
21258
21258
|
*/
|
|
21259
21259
|
failureCountThreshold?: pulumi.Input<number>;
|
|
21260
21260
|
/**
|
|
@@ -21265,6 +21265,10 @@ export declare namespace containerapp {
|
|
|
21265
21265
|
* The probe hostname. Defaults to the pod IP address. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21266
21266
|
*/
|
|
21267
21267
|
host?: pulumi.Input<string>;
|
|
21268
|
+
/**
|
|
21269
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
21270
|
+
*/
|
|
21271
|
+
initialDelay?: pulumi.Input<number>;
|
|
21268
21272
|
/**
|
|
21269
21273
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
21270
21274
|
*/
|
|
@@ -21302,7 +21306,7 @@ export declare namespace containerapp {
|
|
|
21302
21306
|
}
|
|
21303
21307
|
interface AppTemplateContainerStartupProbe {
|
|
21304
21308
|
/**
|
|
21305
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
21309
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
21306
21310
|
*/
|
|
21307
21311
|
failureCountThreshold?: pulumi.Input<number>;
|
|
21308
21312
|
/**
|
|
@@ -21313,6 +21317,10 @@ export declare namespace containerapp {
|
|
|
21313
21317
|
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21314
21318
|
*/
|
|
21315
21319
|
host?: pulumi.Input<string>;
|
|
21320
|
+
/**
|
|
21321
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
21322
|
+
*/
|
|
21323
|
+
initialDelay?: pulumi.Input<number>;
|
|
21316
21324
|
/**
|
|
21317
21325
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
21318
21326
|
*/
|
|
@@ -21863,6 +21871,10 @@ export declare namespace containerapp {
|
|
|
21863
21871
|
* The probe hostname. Defaults to the pod IP address. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21864
21872
|
*/
|
|
21865
21873
|
host?: pulumi.Input<string>;
|
|
21874
|
+
/**
|
|
21875
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
21876
|
+
*/
|
|
21877
|
+
initialDelay?: pulumi.Input<number>;
|
|
21866
21878
|
/**
|
|
21867
21879
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
21868
21880
|
*/
|
|
@@ -21911,6 +21923,10 @@ export declare namespace containerapp {
|
|
|
21911
21923
|
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
21912
21924
|
*/
|
|
21913
21925
|
host?: pulumi.Input<string>;
|
|
21926
|
+
/**
|
|
21927
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
21928
|
+
*/
|
|
21929
|
+
initialDelay?: pulumi.Input<number>;
|
|
21914
21930
|
/**
|
|
21915
21931
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
21916
21932
|
*/
|
|
@@ -39739,7 +39755,7 @@ export declare namespace network {
|
|
|
39739
39755
|
*/
|
|
39740
39756
|
pickHostNameFromBackendHttpSettings?: pulumi.Input<boolean>;
|
|
39741
39757
|
/**
|
|
39742
|
-
* Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from HTTP settings will be used. This property is valid for Standard_v2 and WAF_v2 only.
|
|
39758
|
+
* Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from HTTP settings will be used. This property is valid for Basic, Standard_v2 and WAF_v2 only.
|
|
39743
39759
|
*/
|
|
39744
39760
|
port?: pulumi.Input<number>;
|
|
39745
39761
|
/**
|
|
@@ -39966,17 +39982,17 @@ export declare namespace network {
|
|
|
39966
39982
|
}
|
|
39967
39983
|
interface ApplicationGatewaySku {
|
|
39968
39984
|
/**
|
|
39969
|
-
* The Capacity of the SKU to use for this Application Gateway. When using a V1 SKU this value must be between `1` and `32`, and `1` to `125` for a V2 SKU. This property is optional if `autoscaleConfiguration` is set.
|
|
39985
|
+
* The Capacity of the SKU to use for this Application Gateway. When using a V1 SKU this value must be between `1` and `32`, and `1` to `125` for a V2 SKU. When using a `Basic` SKU this property must be between `1` and `2`. This property is optional if `autoscaleConfiguration` is set.
|
|
39970
39986
|
*/
|
|
39971
39987
|
capacity?: pulumi.Input<number>;
|
|
39972
39988
|
/**
|
|
39973
|
-
* The Name of the SKU to use for this Application Gateway. Possible values are `Standard_Small`, `Standard_Medium`, `Standard_Large`, `Standard_v2`, `WAF_Medium`, `WAF_Large`, and `WAF_v2`.
|
|
39989
|
+
* The Name of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_Small`, `Standard_Medium`, `Standard_Large`, `Basic`, `Standard_v2`, `WAF_Medium`, `WAF_Large`, and `WAF_v2`.
|
|
39974
39990
|
*/
|
|
39975
39991
|
name: pulumi.Input<string>;
|
|
39976
39992
|
/**
|
|
39977
|
-
* The Tier of the SKU to use for this Application Gateway. Possible values are `Standard`, `Standard_v2`, `WAF` and `WAF_v2`.
|
|
39993
|
+
* The Tier of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard`, `Standard_v2`, `WAF` and `WAF_v2`.
|
|
39978
39994
|
*
|
|
39979
|
-
* !> **NOTE:** The `Standard` and `WAF` SKU have been deprecated in favour of the `Standard_v2` and `WAF_v2` SKU. Please see the [Azure documentation](https://aka.ms/V1retirement) for more details.
|
|
39995
|
+
* !> **NOTE:** The `Standard` and `WAF` SKU have been deprecated in favour of the `Basic`, `Standard_v2` and `WAF_v2` SKU. Please see the [Azure documentation](https://aka.ms/V1retirement) for more details.
|
|
39980
39996
|
*/
|
|
39981
39997
|
tier: pulumi.Input<string>;
|
|
39982
39998
|
}
|
|
@@ -48373,6 +48389,30 @@ export declare namespace trafficmanager {
|
|
|
48373
48389
|
value: pulumi.Input<string>;
|
|
48374
48390
|
}
|
|
48375
48391
|
}
|
|
48392
|
+
export declare namespace videoindexer {
|
|
48393
|
+
interface AccountIdentity {
|
|
48394
|
+
/**
|
|
48395
|
+
* Specifies a list of user managed identity ids to be assigned. Required if `type` is `UserAssigned`.
|
|
48396
|
+
*/
|
|
48397
|
+
identityIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
48398
|
+
principalId?: pulumi.Input<string>;
|
|
48399
|
+
tenantId?: pulumi.Input<string>;
|
|
48400
|
+
/**
|
|
48401
|
+
* Specifies the identity type of the Video Indexer Account. Possible values are `SystemAssigned` (where Azure will generate a Service Principal for you), `UserAssigned` where you can specify the Service Principal IDs in the `identityIds` field, and `SystemAssigned, UserAssigned` which assigns both a system managed identity as well as the specified user assigned identities.
|
|
48402
|
+
*/
|
|
48403
|
+
type: pulumi.Input<string>;
|
|
48404
|
+
}
|
|
48405
|
+
interface AccountStorage {
|
|
48406
|
+
/**
|
|
48407
|
+
* The ID of the storage account to be associated with the Video Indexer Account. Changing this forces a new Video Indexer Account to be created.
|
|
48408
|
+
*/
|
|
48409
|
+
storageAccountId: pulumi.Input<string>;
|
|
48410
|
+
/**
|
|
48411
|
+
* The reference to the user assigned identity to use to access the Storage Account.
|
|
48412
|
+
*/
|
|
48413
|
+
userAssignedIdentityId?: pulumi.Input<string>;
|
|
48414
|
+
}
|
|
48415
|
+
}
|
|
48376
48416
|
export declare namespace voice {
|
|
48377
48417
|
interface ServicesCommunicationsGatewayServiceLocation {
|
|
48378
48418
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -19783,7 +19783,7 @@ export declare namespace automation {
|
|
|
19783
19783
|
*/
|
|
19784
19784
|
day: string;
|
|
19785
19785
|
/**
|
|
19786
|
-
* Occurrence of the week within the month. Must be between `1` and `
|
|
19786
|
+
* Occurrence of the week within the month. Must be between `1` and `4`. `-1` for last week within the month.
|
|
19787
19787
|
*/
|
|
19788
19788
|
occurrence: number;
|
|
19789
19789
|
}
|
|
@@ -27417,7 +27417,7 @@ export declare namespace consumption {
|
|
|
27417
27417
|
*/
|
|
27418
27418
|
threshold: number;
|
|
27419
27419
|
/**
|
|
27420
|
-
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
27420
|
+
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
27421
27421
|
*/
|
|
27422
27422
|
thresholdType?: string;
|
|
27423
27423
|
}
|
|
@@ -27497,7 +27497,7 @@ export declare namespace consumption {
|
|
|
27497
27497
|
*/
|
|
27498
27498
|
threshold: number;
|
|
27499
27499
|
/**
|
|
27500
|
-
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
27500
|
+
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
27501
27501
|
*/
|
|
27502
27502
|
thresholdType?: string;
|
|
27503
27503
|
}
|
|
@@ -27577,7 +27577,7 @@ export declare namespace consumption {
|
|
|
27577
27577
|
*/
|
|
27578
27578
|
threshold: number;
|
|
27579
27579
|
/**
|
|
27580
|
-
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
27580
|
+
* The type of threshold for the notification. This determines whether the notification is triggered by forecasted costs or actual costs. The allowed values are `Actual` and `Forecasted`. Default is `Actual`.
|
|
27581
27581
|
*/
|
|
27582
27582
|
thresholdType?: string;
|
|
27583
27583
|
}
|
|
@@ -28153,7 +28153,7 @@ export declare namespace containerapp {
|
|
|
28153
28153
|
*/
|
|
28154
28154
|
host?: string;
|
|
28155
28155
|
/**
|
|
28156
|
-
* The
|
|
28156
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `1` seconds.
|
|
28157
28157
|
*/
|
|
28158
28158
|
initialDelay?: number;
|
|
28159
28159
|
/**
|
|
@@ -28193,7 +28193,7 @@ export declare namespace containerapp {
|
|
|
28193
28193
|
}
|
|
28194
28194
|
interface AppTemplateContainerReadinessProbe {
|
|
28195
28195
|
/**
|
|
28196
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
28196
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
28197
28197
|
*/
|
|
28198
28198
|
failureCountThreshold?: number;
|
|
28199
28199
|
/**
|
|
@@ -28204,6 +28204,10 @@ export declare namespace containerapp {
|
|
|
28204
28204
|
* The probe hostname. Defaults to the pod IP address. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
28205
28205
|
*/
|
|
28206
28206
|
host?: string;
|
|
28207
|
+
/**
|
|
28208
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
28209
|
+
*/
|
|
28210
|
+
initialDelay?: number;
|
|
28207
28211
|
/**
|
|
28208
28212
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
28209
28213
|
*/
|
|
@@ -28241,7 +28245,7 @@ export declare namespace containerapp {
|
|
|
28241
28245
|
}
|
|
28242
28246
|
interface AppTemplateContainerStartupProbe {
|
|
28243
28247
|
/**
|
|
28244
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
28248
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
28245
28249
|
*/
|
|
28246
28250
|
failureCountThreshold?: number;
|
|
28247
28251
|
/**
|
|
@@ -28252,6 +28256,10 @@ export declare namespace containerapp {
|
|
|
28252
28256
|
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
28253
28257
|
*/
|
|
28254
28258
|
host?: string;
|
|
28259
|
+
/**
|
|
28260
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
28261
|
+
*/
|
|
28262
|
+
initialDelay?: number;
|
|
28255
28263
|
/**
|
|
28256
28264
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
28257
28265
|
*/
|
|
@@ -28775,7 +28783,7 @@ export declare namespace containerapp {
|
|
|
28775
28783
|
}
|
|
28776
28784
|
interface GetAppTemplateContainerLivenessProbe {
|
|
28777
28785
|
/**
|
|
28778
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
28786
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
28779
28787
|
*/
|
|
28780
28788
|
failureCountThreshold: number;
|
|
28781
28789
|
/**
|
|
@@ -28787,7 +28795,7 @@ export declare namespace containerapp {
|
|
|
28787
28795
|
*/
|
|
28788
28796
|
host: string;
|
|
28789
28797
|
/**
|
|
28790
|
-
* The
|
|
28798
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
28791
28799
|
*/
|
|
28792
28800
|
initialDelay: number;
|
|
28793
28801
|
/**
|
|
@@ -28827,7 +28835,7 @@ export declare namespace containerapp {
|
|
|
28827
28835
|
}
|
|
28828
28836
|
interface GetAppTemplateContainerReadinessProbe {
|
|
28829
28837
|
/**
|
|
28830
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
28838
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
28831
28839
|
*/
|
|
28832
28840
|
failureCountThreshold: number;
|
|
28833
28841
|
/**
|
|
@@ -28838,6 +28846,10 @@ export declare namespace containerapp {
|
|
|
28838
28846
|
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
28839
28847
|
*/
|
|
28840
28848
|
host: string;
|
|
28849
|
+
/**
|
|
28850
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
28851
|
+
*/
|
|
28852
|
+
initialDelay: number;
|
|
28841
28853
|
/**
|
|
28842
28854
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
28843
28855
|
*/
|
|
@@ -28875,7 +28887,7 @@ export declare namespace containerapp {
|
|
|
28875
28887
|
}
|
|
28876
28888
|
interface GetAppTemplateContainerStartupProbe {
|
|
28877
28889
|
/**
|
|
28878
|
-
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `
|
|
28890
|
+
* The number of consecutive failures required to consider this probe as failed. Possible values are between `1` and `30`. Defaults to `3`.
|
|
28879
28891
|
*/
|
|
28880
28892
|
failureCountThreshold: number;
|
|
28881
28893
|
/**
|
|
@@ -28886,6 +28898,10 @@ export declare namespace containerapp {
|
|
|
28886
28898
|
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
28887
28899
|
*/
|
|
28888
28900
|
host: string;
|
|
28901
|
+
/**
|
|
28902
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
28903
|
+
*/
|
|
28904
|
+
initialDelay: number;
|
|
28889
28905
|
/**
|
|
28890
28906
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
28891
28907
|
*/
|
|
@@ -29344,6 +29360,10 @@ export declare namespace containerapp {
|
|
|
29344
29360
|
* The probe hostname. Defaults to the pod IP address. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
29345
29361
|
*/
|
|
29346
29362
|
host?: string;
|
|
29363
|
+
/**
|
|
29364
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
29365
|
+
*/
|
|
29366
|
+
initialDelay?: number;
|
|
29347
29367
|
/**
|
|
29348
29368
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
29349
29369
|
*/
|
|
@@ -29392,6 +29412,10 @@ export declare namespace containerapp {
|
|
|
29392
29412
|
* The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for `Host` in `headers` can be used to override this for `HTTP` and `HTTPS` type probes.
|
|
29393
29413
|
*/
|
|
29394
29414
|
host?: string;
|
|
29415
|
+
/**
|
|
29416
|
+
* The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between `0` and `60`. Defaults to `0` seconds.
|
|
29417
|
+
*/
|
|
29418
|
+
initialDelay?: number;
|
|
29395
29419
|
/**
|
|
29396
29420
|
* How often, in seconds, the probe should run. Possible values are between `1` and `240`. Defaults to `10`
|
|
29397
29421
|
*/
|
|
@@ -50307,7 +50331,7 @@ export declare namespace network {
|
|
|
50307
50331
|
*/
|
|
50308
50332
|
pickHostNameFromBackendHttpSettings?: boolean;
|
|
50309
50333
|
/**
|
|
50310
|
-
* Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from HTTP settings will be used. This property is valid for Standard_v2 and WAF_v2 only.
|
|
50334
|
+
* Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from HTTP settings will be used. This property is valid for Basic, Standard_v2 and WAF_v2 only.
|
|
50311
50335
|
*/
|
|
50312
50336
|
port?: number;
|
|
50313
50337
|
/**
|
|
@@ -50534,17 +50558,17 @@ export declare namespace network {
|
|
|
50534
50558
|
}
|
|
50535
50559
|
interface ApplicationGatewaySku {
|
|
50536
50560
|
/**
|
|
50537
|
-
* The Capacity of the SKU to use for this Application Gateway. When using a V1 SKU this value must be between `1` and `32`, and `1` to `125` for a V2 SKU. This property is optional if `autoscaleConfiguration` is set.
|
|
50561
|
+
* The Capacity of the SKU to use for this Application Gateway. When using a V1 SKU this value must be between `1` and `32`, and `1` to `125` for a V2 SKU. When using a `Basic` SKU this property must be between `1` and `2`. This property is optional if `autoscaleConfiguration` is set.
|
|
50538
50562
|
*/
|
|
50539
50563
|
capacity?: number;
|
|
50540
50564
|
/**
|
|
50541
|
-
* The Name of the SKU to use for this Application Gateway. Possible values are `Standard_Small`, `Standard_Medium`, `Standard_Large`, `Standard_v2`, `WAF_Medium`, `WAF_Large`, and `WAF_v2`.
|
|
50565
|
+
* The Name of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard_Small`, `Standard_Medium`, `Standard_Large`, `Basic`, `Standard_v2`, `WAF_Medium`, `WAF_Large`, and `WAF_v2`.
|
|
50542
50566
|
*/
|
|
50543
50567
|
name: string;
|
|
50544
50568
|
/**
|
|
50545
|
-
* The Tier of the SKU to use for this Application Gateway. Possible values are `Standard`, `Standard_v2`, `WAF` and `WAF_v2`.
|
|
50569
|
+
* The Tier of the SKU to use for this Application Gateway. Possible values are `Basic`, `Standard`, `Standard_v2`, `WAF` and `WAF_v2`.
|
|
50546
50570
|
*
|
|
50547
|
-
* !> **NOTE:** The `Standard` and `WAF` SKU have been deprecated in favour of the `Standard_v2` and `WAF_v2` SKU. Please see the [Azure documentation](https://aka.ms/V1retirement) for more details.
|
|
50571
|
+
* !> **NOTE:** The `Standard` and `WAF` SKU have been deprecated in favour of the `Basic`, `Standard_v2` and `WAF_v2` SKU. Please see the [Azure documentation](https://aka.ms/V1retirement) for more details.
|
|
50548
50572
|
*/
|
|
50549
50573
|
tier: string;
|
|
50550
50574
|
}
|
|
@@ -55324,6 +55348,18 @@ export declare namespace oracle {
|
|
|
55324
55348
|
*/
|
|
55325
55349
|
weeksOfMonths: number[];
|
|
55326
55350
|
}
|
|
55351
|
+
interface GetAdbsCharacterSetsCharacterSet {
|
|
55352
|
+
/**
|
|
55353
|
+
* A valid Oracle character set.
|
|
55354
|
+
*/
|
|
55355
|
+
characterSet: string;
|
|
55356
|
+
}
|
|
55357
|
+
interface GetAdbsNationalCharacterSetsCharacterSet {
|
|
55358
|
+
/**
|
|
55359
|
+
* A valid Oracle national character set.
|
|
55360
|
+
*/
|
|
55361
|
+
characterSet: string;
|
|
55362
|
+
}
|
|
55327
55363
|
interface GetCloudVmClusterDataCollectionOption {
|
|
55328
55364
|
/**
|
|
55329
55365
|
* Indicates whether diagnostic collection is enabled for the VM Cluster/Cloud VM Cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM Cluster/Cloud VM Cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
|
|
@@ -55370,6 +55406,87 @@ export declare namespace oracle {
|
|
|
55370
55406
|
*/
|
|
55371
55407
|
share: number;
|
|
55372
55408
|
}
|
|
55409
|
+
interface GetDbNodesDbNode {
|
|
55410
|
+
/**
|
|
55411
|
+
* Additional information about the planned maintenance.
|
|
55412
|
+
*/
|
|
55413
|
+
additionalDetails: string;
|
|
55414
|
+
/**
|
|
55415
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
|
|
55416
|
+
*/
|
|
55417
|
+
backupIpId: string;
|
|
55418
|
+
backupVnic2Id: string;
|
|
55419
|
+
/**
|
|
55420
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
|
|
55421
|
+
*/
|
|
55422
|
+
backupVnicId: string;
|
|
55423
|
+
/**
|
|
55424
|
+
* The number of CPU cores enabled on the DB node.
|
|
55425
|
+
*/
|
|
55426
|
+
cpuCoreCount: number;
|
|
55427
|
+
/**
|
|
55428
|
+
* The allocated local node storage in GBs on the DB node.
|
|
55429
|
+
*/
|
|
55430
|
+
dbNodeStorageSizeInGbs: number;
|
|
55431
|
+
/**
|
|
55432
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ExaCC DB server associated with the database node.
|
|
55433
|
+
*/
|
|
55434
|
+
dbServerId: string;
|
|
55435
|
+
/**
|
|
55436
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
|
55437
|
+
*/
|
|
55438
|
+
dbSystemId: string;
|
|
55439
|
+
/**
|
|
55440
|
+
* The name of the Fault Domain the instance is contained in.
|
|
55441
|
+
*/
|
|
55442
|
+
faultDomain: string;
|
|
55443
|
+
/**
|
|
55444
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
|
|
55445
|
+
*/
|
|
55446
|
+
hostIpId: string;
|
|
55447
|
+
hostname: string;
|
|
55448
|
+
/**
|
|
55449
|
+
* Information about the current lifecycle details.
|
|
55450
|
+
*/
|
|
55451
|
+
lifecycleDetails: string;
|
|
55452
|
+
/**
|
|
55453
|
+
* Information about the current lifecycle state.
|
|
55454
|
+
*/
|
|
55455
|
+
lifecycleState: string;
|
|
55456
|
+
/**
|
|
55457
|
+
* The type of database node maintenance.
|
|
55458
|
+
*/
|
|
55459
|
+
maintenanceType: string;
|
|
55460
|
+
/**
|
|
55461
|
+
* The allocated memory in GBs on the DB Node.
|
|
55462
|
+
*/
|
|
55463
|
+
memorySizeInGbs: number;
|
|
55464
|
+
/**
|
|
55465
|
+
* The [OCID](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm) of the DB node.
|
|
55466
|
+
*/
|
|
55467
|
+
ocid: string;
|
|
55468
|
+
/**
|
|
55469
|
+
* The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
|
|
55470
|
+
*/
|
|
55471
|
+
softwareStorageSizeInGb: number;
|
|
55472
|
+
/**
|
|
55473
|
+
* The date and time that the DB node was created.
|
|
55474
|
+
*/
|
|
55475
|
+
timeCreated: string;
|
|
55476
|
+
/**
|
|
55477
|
+
* End date and time of maintenance window.
|
|
55478
|
+
*/
|
|
55479
|
+
timeMaintenanceWindowEnd: string;
|
|
55480
|
+
/**
|
|
55481
|
+
* Start date and time of maintenance window.
|
|
55482
|
+
*/
|
|
55483
|
+
timeMaintenanceWindowStart: string;
|
|
55484
|
+
vnic2Id: string;
|
|
55485
|
+
/**
|
|
55486
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
55487
|
+
*/
|
|
55488
|
+
vnicId: string;
|
|
55489
|
+
}
|
|
55373
55490
|
interface GetDbServersDbServer {
|
|
55374
55491
|
/**
|
|
55375
55492
|
* The list of [OCIDs](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Virtual Machines associated with the DB Server.
|
|
@@ -55431,7 +55548,6 @@ export declare namespace oracle {
|
|
|
55431
55548
|
* The [OCID](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm) of the DB Server.
|
|
55432
55549
|
*/
|
|
55433
55550
|
ocid: string;
|
|
55434
|
-
provisioningState: string;
|
|
55435
55551
|
/**
|
|
55436
55552
|
* The shape of the DB Server. The shape determines the amount of CPU, storage, and memory resources available.
|
|
55437
55553
|
*/
|
|
@@ -55445,6 +55561,88 @@ export declare namespace oracle {
|
|
|
55445
55561
|
*/
|
|
55446
55562
|
vmClusterIds: string[];
|
|
55447
55563
|
}
|
|
55564
|
+
interface GetDbSystemShapesDbSystemShape {
|
|
55565
|
+
/**
|
|
55566
|
+
* The maximum number of CPU cores that can be enabled on the DB system for this shape.
|
|
55567
|
+
*/
|
|
55568
|
+
availableCoreCount: number;
|
|
55569
|
+
/**
|
|
55570
|
+
* The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
|
|
55571
|
+
*/
|
|
55572
|
+
availableCoreCountPerNode: number;
|
|
55573
|
+
/**
|
|
55574
|
+
* The maximum data storage that can be enabled for this shape.
|
|
55575
|
+
*/
|
|
55576
|
+
availableDataStorageInTbs: number;
|
|
55577
|
+
/**
|
|
55578
|
+
* The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
|
|
55579
|
+
*/
|
|
55580
|
+
availableDataStoragePerServerInTbs: number;
|
|
55581
|
+
/**
|
|
55582
|
+
* The maximum DB Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
|
|
55583
|
+
*/
|
|
55584
|
+
availableDbNodePerNodeInGbs: number;
|
|
55585
|
+
/**
|
|
55586
|
+
* The maximum DB Node storage that can be enabled for this shape.
|
|
55587
|
+
*/
|
|
55588
|
+
availableDbNodeStorageInGbs: number;
|
|
55589
|
+
/**
|
|
55590
|
+
* The maximum memory that can be enabled for this shape.
|
|
55591
|
+
*/
|
|
55592
|
+
availableMemoryInGbs: number;
|
|
55593
|
+
/**
|
|
55594
|
+
* The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
|
|
55595
|
+
*/
|
|
55596
|
+
availableMemoryPerNodeInGbs: number;
|
|
55597
|
+
/**
|
|
55598
|
+
* The discrete number by which the CPU core count for this shape can be increased or decreased.
|
|
55599
|
+
*/
|
|
55600
|
+
coreCountIncrement: number;
|
|
55601
|
+
/**
|
|
55602
|
+
* The maximum number of compute servers available for this shape.
|
|
55603
|
+
*/
|
|
55604
|
+
maximumNodeCount: number;
|
|
55605
|
+
/**
|
|
55606
|
+
* The maximum number of Exadata storage servers available for the Exadata infrastructure.
|
|
55607
|
+
*/
|
|
55608
|
+
maximumStorageCount: number;
|
|
55609
|
+
/**
|
|
55610
|
+
* The minimum number of CPU cores that can be enabled on the DB system for this shape.
|
|
55611
|
+
*/
|
|
55612
|
+
minimumCoreCount: number;
|
|
55613
|
+
/**
|
|
55614
|
+
* The minimum number of CPU cores that can be enabled per node for this shape.
|
|
55615
|
+
*/
|
|
55616
|
+
minimumCoreCountPerNode: number;
|
|
55617
|
+
/**
|
|
55618
|
+
* The minimum data storage that need be allocated for this shape.
|
|
55619
|
+
*/
|
|
55620
|
+
minimumDataStorageInTbs: number;
|
|
55621
|
+
/**
|
|
55622
|
+
* The minimum DB Node storage that need be allocated per node for this shape.
|
|
55623
|
+
*/
|
|
55624
|
+
minimumDbNodeStoragePerNodeInGbs: number;
|
|
55625
|
+
/**
|
|
55626
|
+
* The minimum memory that need be allocated per node for this shape.
|
|
55627
|
+
*/
|
|
55628
|
+
minimumMemoryPerNodeInGbs: number;
|
|
55629
|
+
/**
|
|
55630
|
+
* The minimum number of compute servers available for this shape.
|
|
55631
|
+
*/
|
|
55632
|
+
minimumNodeCount: number;
|
|
55633
|
+
/**
|
|
55634
|
+
* The minimum number of Exadata storage servers available for the Exadata infrastructure.
|
|
55635
|
+
*/
|
|
55636
|
+
minimumStorageCount: number;
|
|
55637
|
+
/**
|
|
55638
|
+
* The runtime minimum number of compute servers available for this shape.
|
|
55639
|
+
*/
|
|
55640
|
+
runtimeMinimumCoreCount: number;
|
|
55641
|
+
/**
|
|
55642
|
+
* The family of the shape used for the DB system.
|
|
55643
|
+
*/
|
|
55644
|
+
shapeFamily: string;
|
|
55645
|
+
}
|
|
55448
55646
|
interface GetExadataInfrastructureEstimatedPatchingTime {
|
|
55449
55647
|
/**
|
|
55450
55648
|
* The estimated time required in minutes for database server patching.
|
|
@@ -62005,6 +62203,30 @@ export declare namespace trafficmanager {
|
|
|
62005
62203
|
value: string;
|
|
62006
62204
|
}
|
|
62007
62205
|
}
|
|
62206
|
+
export declare namespace videoindexer {
|
|
62207
|
+
interface AccountIdentity {
|
|
62208
|
+
/**
|
|
62209
|
+
* Specifies a list of user managed identity ids to be assigned. Required if `type` is `UserAssigned`.
|
|
62210
|
+
*/
|
|
62211
|
+
identityIds?: string[];
|
|
62212
|
+
principalId: string;
|
|
62213
|
+
tenantId: string;
|
|
62214
|
+
/**
|
|
62215
|
+
* Specifies the identity type of the Video Indexer Account. Possible values are `SystemAssigned` (where Azure will generate a Service Principal for you), `UserAssigned` where you can specify the Service Principal IDs in the `identityIds` field, and `SystemAssigned, UserAssigned` which assigns both a system managed identity as well as the specified user assigned identities.
|
|
62216
|
+
*/
|
|
62217
|
+
type: string;
|
|
62218
|
+
}
|
|
62219
|
+
interface AccountStorage {
|
|
62220
|
+
/**
|
|
62221
|
+
* The ID of the storage account to be associated with the Video Indexer Account. Changing this forces a new Video Indexer Account to be created.
|
|
62222
|
+
*/
|
|
62223
|
+
storageAccountId: string;
|
|
62224
|
+
/**
|
|
62225
|
+
* The reference to the user assigned identity to use to access the Storage Account.
|
|
62226
|
+
*/
|
|
62227
|
+
userAssignedIdentityId?: string;
|
|
62228
|
+
}
|
|
62229
|
+
}
|
|
62008
62230
|
export declare namespace voice {
|
|
62009
62231
|
interface ServicesCommunicationsGatewayServiceLocation {
|
|
62010
62232
|
/**
|