@pulumi/azure 5.69.0-alpha.1710169074 → 5.69.0-alpha.1710420885
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/certificate.d.ts +27 -3
- package/appservice/certificate.js +2 -0
- package/appservice/certificate.js.map +1 -1
- package/appservice/environmentV3.d.ts +9 -0
- package/appservice/environmentV3.js.map +1 -1
- package/appservice/getFunctionAppHostKeys.d.ts +1 -0
- package/appservice/getFunctionAppHostKeys.js.map +1 -1
- package/appservice/getStaticWebApp.d.ts +90 -0
- package/appservice/getStaticWebApp.js +54 -0
- package/appservice/getStaticWebApp.js.map +1 -0
- package/appservice/index.d.ts +9 -0
- package/appservice/index.js +15 -2
- package/appservice/index.js.map +1 -1
- package/appservice/servicePlan.d.ts +9 -9
- package/appservice/staticSite.d.ts +2 -0
- package/appservice/staticSite.js +2 -0
- package/appservice/staticSite.js.map +1 -1
- package/appservice/staticWebApp.d.ts +228 -0
- package/appservice/staticWebApp.js +108 -0
- package/appservice/staticWebApp.js.map +1 -0
- package/appservice/staticWebAppCustomDomain.d.ts +146 -0
- package/appservice/staticWebAppCustomDomain.js +141 -0
- package/appservice/staticWebAppCustomDomain.js.map +1 -0
- package/armmsi/federatedIdentityCredential.d.ts +3 -3
- package/authorization/assignment.d.ts +3 -3
- package/authorization/getRoleDefinition.d.ts +3 -3
- package/containerapp/customDomain.d.ts +101 -0
- package/containerapp/customDomain.js +75 -0
- package/containerapp/customDomain.js.map +1 -0
- package/containerapp/index.d.ts +3 -0
- package/containerapp/index.js +6 -1
- package/containerapp/index.js.map +1 -1
- package/containerservice/fleetMember.d.ts +0 -3
- package/containerservice/fleetMember.js +0 -3
- package/containerservice/fleetMember.js.map +1 -1
- package/containerservice/fleetUpdateRun.d.ts +0 -3
- package/containerservice/fleetUpdateRun.js +0 -3
- package/containerservice/fleetUpdateRun.js.map +1 -1
- package/containerservice/fleetUpdateStrategy.d.ts +0 -3
- package/containerservice/fleetUpdateStrategy.js +0 -3
- package/containerservice/fleetUpdateStrategy.js.map +1 -1
- package/containerservice/kubernetesFleetManager.d.ts +3 -3
- package/datafactory/integrationRuntimeManaged.d.ts +12 -0
- package/datafactory/integrationRuntimeManaged.js +2 -0
- package/datafactory/integrationRuntimeManaged.js.map +1 -1
- package/dataprotection/backupInstanceKubernetesCluster.d.ts +272 -0
- package/dataprotection/backupInstanceKubernetesCluster.js +223 -0
- package/dataprotection/backupInstanceKubernetesCluster.js.map +1 -0
- package/dataprotection/index.d.ts +3 -0
- package/dataprotection/index.js +6 -1
- package/dataprotection/index.js.map +1 -1
- package/eventhub/topic.d.ts +3 -3
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/keyvault/keyVault.d.ts +6 -0
- package/keyvault/keyVault.js.map +1 -1
- package/lb/probe.d.ts +3 -3
- package/mssql/managedDatabase.d.ts +3 -3
- package/mssql/managedInstance.d.ts +9 -0
- package/mssql/managedInstance.js.map +1 -1
- package/netapp/account.d.ts +3 -3
- package/netapp/accountEncryption.d.ts +86 -3
- package/netapp/accountEncryption.js +83 -0
- package/netapp/accountEncryption.js.map +1 -1
- package/netapp/volume.d.ts +9 -9
- package/package.json +1 -1
- package/redhatopenshift/cluster.d.ts +18 -18
- package/role/assignment.d.ts +3 -3
- package/role/getRoleDefinition.d.ts +3 -3
- package/servicebus/topic.d.ts +3 -3
- package/siterecovery/vmwareReplicatedVm.d.ts +54 -54
- package/streamanalytics/job.d.ts +0 -3
- package/streamanalytics/job.js.map +1 -1
- package/streamanalytics/outputBlob.d.ts +12 -0
- package/streamanalytics/outputBlob.js +2 -0
- package/streamanalytics/outputBlob.js.map +1 -1
- package/systemcenter/index.d.ts +3 -0
- package/systemcenter/index.js +6 -1
- package/systemcenter/index.js.map +1 -1
- package/systemcenter/virtualMachineManagerAvailabilitySet.d.ts +155 -0
- package/systemcenter/virtualMachineManagerAvailabilitySet.js +109 -0
- package/systemcenter/virtualMachineManagerAvailabilitySet.js.map +1 -0
- package/types/input.d.ts +802 -11
- package/types/output.d.ts +922 -17
- package/workloadssap/index.d.ts +6 -0
- package/workloadssap/index.js +27 -0
- package/workloadssap/index.js.map +1 -0
- package/workloadssap/singleNodeVirtualInstance.d.ts +189 -0
- package/workloadssap/singleNodeVirtualInstance.js +100 -0
- package/workloadssap/singleNodeVirtualInstance.js.map +1 -0
- package/workloadssap/threeTierVirtualInstance.d.ts +189 -0
- package/workloadssap/threeTierVirtualInstance.js +100 -0
- package/workloadssap/threeTierVirtualInstance.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -5063,6 +5063,10 @@ export declare namespace appservice {
|
|
|
5063
5063
|
* Specifies if the HTTP2 protocol should be enabled. Defaults to `false`.
|
|
5064
5064
|
*/
|
|
5065
5065
|
http2Enabled?: pulumi.Input<boolean>;
|
|
5066
|
+
/**
|
|
5067
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
5068
|
+
*/
|
|
5069
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
5066
5070
|
/**
|
|
5067
5071
|
* One or more `ipRestriction` blocks as defined above.
|
|
5068
5072
|
*/
|
|
@@ -5101,6 +5105,10 @@ export declare namespace appservice {
|
|
|
5101
5105
|
* > **NOTE:** Functions runtime scale monitoring can only be enabled for Elastic Premium Function Apps or Workflow Standard Logic Apps and requires a minimum prewarmed instance count of 1.
|
|
5102
5106
|
*/
|
|
5103
5107
|
runtimeScaleMonitoringEnabled?: pulumi.Input<boolean>;
|
|
5108
|
+
/**
|
|
5109
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
5110
|
+
*/
|
|
5111
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
5104
5112
|
/**
|
|
5105
5113
|
* One or more `scmIpRestriction` blocks as defined above.
|
|
5106
5114
|
*/
|
|
@@ -5221,6 +5229,10 @@ export declare namespace appservice {
|
|
|
5221
5229
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
5222
5230
|
*/
|
|
5223
5231
|
action?: pulumi.Input<string>;
|
|
5232
|
+
/**
|
|
5233
|
+
* The Description of this IP Restriction.
|
|
5234
|
+
*/
|
|
5235
|
+
description?: pulumi.Input<string>;
|
|
5224
5236
|
/**
|
|
5225
5237
|
* A `headers` block as defined above.
|
|
5226
5238
|
*/
|
|
@@ -5271,6 +5283,10 @@ export declare namespace appservice {
|
|
|
5271
5283
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
5272
5284
|
*/
|
|
5273
5285
|
action?: pulumi.Input<string>;
|
|
5286
|
+
/**
|
|
5287
|
+
* The Description of this IP Restriction.
|
|
5288
|
+
*/
|
|
5289
|
+
description?: pulumi.Input<string>;
|
|
5274
5290
|
/**
|
|
5275
5291
|
* A `headers` block as defined above.
|
|
5276
5292
|
*/
|
|
@@ -6011,6 +6027,10 @@ export declare namespace appservice {
|
|
|
6011
6027
|
* Specifies if the HTTP2 protocol should be enabled. Defaults to `false`.
|
|
6012
6028
|
*/
|
|
6013
6029
|
http2Enabled?: pulumi.Input<boolean>;
|
|
6030
|
+
/**
|
|
6031
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
6032
|
+
*/
|
|
6033
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
6014
6034
|
/**
|
|
6015
6035
|
* an `ipRestriction` block as detailed below.
|
|
6016
6036
|
*/
|
|
@@ -6049,6 +6069,10 @@ export declare namespace appservice {
|
|
|
6049
6069
|
* > **NOTE:** Functions runtime scale monitoring can only be enabled for Elastic Premium Function Apps or Workflow Standard Logic Apps and requires a minimum prewarmed instance count of 1.
|
|
6050
6070
|
*/
|
|
6051
6071
|
runtimeScaleMonitoringEnabled?: pulumi.Input<boolean>;
|
|
6072
|
+
/**
|
|
6073
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
6074
|
+
*/
|
|
6075
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
6052
6076
|
/**
|
|
6053
6077
|
* a `scmIpRestriction` block as detailed below.
|
|
6054
6078
|
*/
|
|
@@ -6169,6 +6193,10 @@ export declare namespace appservice {
|
|
|
6169
6193
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
6170
6194
|
*/
|
|
6171
6195
|
action?: pulumi.Input<string>;
|
|
6196
|
+
/**
|
|
6197
|
+
* The Description of this IP Restriction.
|
|
6198
|
+
*/
|
|
6199
|
+
description?: pulumi.Input<string>;
|
|
6172
6200
|
/**
|
|
6173
6201
|
* a `headers` block as detailed below.
|
|
6174
6202
|
*/
|
|
@@ -6219,6 +6247,10 @@ export declare namespace appservice {
|
|
|
6219
6247
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
6220
6248
|
*/
|
|
6221
6249
|
action?: pulumi.Input<string>;
|
|
6250
|
+
/**
|
|
6251
|
+
* The Description of this IP Restriction.
|
|
6252
|
+
*/
|
|
6253
|
+
description?: pulumi.Input<string>;
|
|
6222
6254
|
/**
|
|
6223
6255
|
* a `headers` block as detailed below.
|
|
6224
6256
|
*/
|
|
@@ -7073,6 +7105,10 @@ export declare namespace appservice {
|
|
|
7073
7105
|
* Should the HTTP2 be enabled?
|
|
7074
7106
|
*/
|
|
7075
7107
|
http2Enabled?: pulumi.Input<boolean>;
|
|
7108
|
+
/**
|
|
7109
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
7110
|
+
*/
|
|
7111
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
7076
7112
|
/**
|
|
7077
7113
|
* One or more `ipRestriction` blocks as defined above.
|
|
7078
7114
|
*/
|
|
@@ -7102,6 +7138,10 @@ export declare namespace appservice {
|
|
|
7102
7138
|
* The Remote Debugging Version. Possible values include `VS2017`, `VS2019` and `VS2022`.
|
|
7103
7139
|
*/
|
|
7104
7140
|
remoteDebuggingVersion?: pulumi.Input<string>;
|
|
7141
|
+
/**
|
|
7142
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
7143
|
+
*/
|
|
7144
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
7105
7145
|
/**
|
|
7106
7146
|
* One or more `scmIpRestriction` blocks as defined above.
|
|
7107
7147
|
*/
|
|
@@ -7307,6 +7347,10 @@ export declare namespace appservice {
|
|
|
7307
7347
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
7308
7348
|
*/
|
|
7309
7349
|
action?: pulumi.Input<string>;
|
|
7350
|
+
/**
|
|
7351
|
+
* The Description of this IP Restriction.
|
|
7352
|
+
*/
|
|
7353
|
+
description?: pulumi.Input<string>;
|
|
7310
7354
|
/**
|
|
7311
7355
|
* A `headers` block as defined above.
|
|
7312
7356
|
*/
|
|
@@ -7357,6 +7401,10 @@ export declare namespace appservice {
|
|
|
7357
7401
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
7358
7402
|
*/
|
|
7359
7403
|
action?: pulumi.Input<string>;
|
|
7404
|
+
/**
|
|
7405
|
+
* The Description of this IP Restriction.
|
|
7406
|
+
*/
|
|
7407
|
+
description?: pulumi.Input<string>;
|
|
7360
7408
|
/**
|
|
7361
7409
|
* A `headers` block as defined above.
|
|
7362
7410
|
*/
|
|
@@ -8153,6 +8201,10 @@ export declare namespace appservice {
|
|
|
8153
8201
|
* Should the HTTP2 be enabled?
|
|
8154
8202
|
*/
|
|
8155
8203
|
http2Enabled?: pulumi.Input<boolean>;
|
|
8204
|
+
/**
|
|
8205
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
8206
|
+
*/
|
|
8207
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
8156
8208
|
/**
|
|
8157
8209
|
* One or more `ipRestriction` blocks as defined above.
|
|
8158
8210
|
*/
|
|
@@ -8182,6 +8234,10 @@ export declare namespace appservice {
|
|
|
8182
8234
|
* The Remote Debugging Version. Possible values include `VS2017` and `VS2019`
|
|
8183
8235
|
*/
|
|
8184
8236
|
remoteDebuggingVersion?: pulumi.Input<string>;
|
|
8237
|
+
/**
|
|
8238
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
8239
|
+
*/
|
|
8240
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
8185
8241
|
/**
|
|
8186
8242
|
* One or more `scmIpRestriction` blocks as defined above.
|
|
8187
8243
|
*/
|
|
@@ -8387,6 +8443,10 @@ export declare namespace appservice {
|
|
|
8387
8443
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
8388
8444
|
*/
|
|
8389
8445
|
action?: pulumi.Input<string>;
|
|
8446
|
+
/**
|
|
8447
|
+
* The Description of this IP Restriction.
|
|
8448
|
+
*/
|
|
8449
|
+
description?: pulumi.Input<string>;
|
|
8390
8450
|
/**
|
|
8391
8451
|
* A `headers` block as defined above.
|
|
8392
8452
|
*/
|
|
@@ -8437,6 +8497,10 @@ export declare namespace appservice {
|
|
|
8437
8497
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
8438
8498
|
*/
|
|
8439
8499
|
action?: pulumi.Input<string>;
|
|
8500
|
+
/**
|
|
8501
|
+
* The Description of this IP Restriction.
|
|
8502
|
+
*/
|
|
8503
|
+
description?: pulumi.Input<string>;
|
|
8440
8504
|
/**
|
|
8441
8505
|
* A `headers` block as defined above.
|
|
8442
8506
|
*/
|
|
@@ -9196,6 +9260,28 @@ export declare namespace appservice {
|
|
|
9196
9260
|
*/
|
|
9197
9261
|
type: pulumi.Input<string>;
|
|
9198
9262
|
}
|
|
9263
|
+
interface StaticWebAppBasicAuth {
|
|
9264
|
+
/**
|
|
9265
|
+
* The Environment types to use the Basic Auth for access. Possible values include `AllEnvironments` and `StagingEnvironments`.
|
|
9266
|
+
*/
|
|
9267
|
+
environments: pulumi.Input<string>;
|
|
9268
|
+
/**
|
|
9269
|
+
* The password for the basic authentication access.
|
|
9270
|
+
*/
|
|
9271
|
+
password: pulumi.Input<string>;
|
|
9272
|
+
}
|
|
9273
|
+
interface StaticWebAppIdentity {
|
|
9274
|
+
/**
|
|
9275
|
+
* A list of Managed Identity IDs which should be assigned to this Static Web App resource.
|
|
9276
|
+
*/
|
|
9277
|
+
identityIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9278
|
+
principalId?: pulumi.Input<string>;
|
|
9279
|
+
tenantId?: pulumi.Input<string>;
|
|
9280
|
+
/**
|
|
9281
|
+
* The Type of Managed Identity assigned to this Static Web App resource. Possible values are `SystemAssigned`, `UserAssigned` and `SystemAssigned, UserAssigned`.
|
|
9282
|
+
*/
|
|
9283
|
+
type: pulumi.Input<string>;
|
|
9284
|
+
}
|
|
9199
9285
|
interface WindowsFunctionAppAuthSettings {
|
|
9200
9286
|
/**
|
|
9201
9287
|
* An `activeDirectory` block as defined above.
|
|
@@ -9873,6 +9959,10 @@ export declare namespace appservice {
|
|
|
9873
9959
|
* Specifies if the HTTP2 protocol should be enabled. Defaults to `false`.
|
|
9874
9960
|
*/
|
|
9875
9961
|
http2Enabled?: pulumi.Input<boolean>;
|
|
9962
|
+
/**
|
|
9963
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
9964
|
+
*/
|
|
9965
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
9876
9966
|
/**
|
|
9877
9967
|
* One or more `ipRestriction` blocks as defined above.
|
|
9878
9968
|
*/
|
|
@@ -9907,6 +9997,10 @@ export declare namespace appservice {
|
|
|
9907
9997
|
* > **NOTE:** Functions runtime scale monitoring can only be enabled for Elastic Premium Function Apps or Workflow Standard Logic Apps and requires a minimum prewarmed instance count of 1.
|
|
9908
9998
|
*/
|
|
9909
9999
|
runtimeScaleMonitoringEnabled?: pulumi.Input<boolean>;
|
|
10000
|
+
/**
|
|
10001
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
10002
|
+
*/
|
|
10003
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
9910
10004
|
/**
|
|
9911
10005
|
* One or more `scmIpRestriction` blocks as defined above.
|
|
9912
10006
|
*/
|
|
@@ -9999,6 +10093,10 @@ export declare namespace appservice {
|
|
|
9999
10093
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
10000
10094
|
*/
|
|
10001
10095
|
action?: pulumi.Input<string>;
|
|
10096
|
+
/**
|
|
10097
|
+
* The Description of this IP Restriction.
|
|
10098
|
+
*/
|
|
10099
|
+
description?: pulumi.Input<string>;
|
|
10002
10100
|
/**
|
|
10003
10101
|
* A `headers` block as defined above.
|
|
10004
10102
|
*/
|
|
@@ -10049,6 +10147,10 @@ export declare namespace appservice {
|
|
|
10049
10147
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
10050
10148
|
*/
|
|
10051
10149
|
action?: pulumi.Input<string>;
|
|
10150
|
+
/**
|
|
10151
|
+
* The Description of this IP Restriction.
|
|
10152
|
+
*/
|
|
10153
|
+
description?: pulumi.Input<string>;
|
|
10052
10154
|
/**
|
|
10053
10155
|
* A `headers` block as defined above.
|
|
10054
10156
|
*/
|
|
@@ -10781,6 +10883,10 @@ export declare namespace appservice {
|
|
|
10781
10883
|
* Specifies if the HTTP2 protocol should be enabled. Defaults to `false`.
|
|
10782
10884
|
*/
|
|
10783
10885
|
http2Enabled?: pulumi.Input<boolean>;
|
|
10886
|
+
/**
|
|
10887
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
10888
|
+
*/
|
|
10889
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
10784
10890
|
/**
|
|
10785
10891
|
* an `ipRestriction` block as detailed below.
|
|
10786
10892
|
*/
|
|
@@ -10815,6 +10921,10 @@ export declare namespace appservice {
|
|
|
10815
10921
|
* > **NOTE:** Functions runtime scale monitoring can only be enabled for Elastic Premium Function Apps or Workflow Standard Logic Apps and requires a minimum prewarmed instance count of 1.
|
|
10816
10922
|
*/
|
|
10817
10923
|
runtimeScaleMonitoringEnabled?: pulumi.Input<boolean>;
|
|
10924
|
+
/**
|
|
10925
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
10926
|
+
*/
|
|
10927
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
10818
10928
|
/**
|
|
10819
10929
|
* a `scmIpRestriction` block as detailed below.
|
|
10820
10930
|
*/
|
|
@@ -10905,6 +11015,10 @@ export declare namespace appservice {
|
|
|
10905
11015
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
10906
11016
|
*/
|
|
10907
11017
|
action?: pulumi.Input<string>;
|
|
11018
|
+
/**
|
|
11019
|
+
* The Description of this IP Restriction.
|
|
11020
|
+
*/
|
|
11021
|
+
description?: pulumi.Input<string>;
|
|
10908
11022
|
/**
|
|
10909
11023
|
* a `headers` block as detailed below.
|
|
10910
11024
|
*/
|
|
@@ -10955,6 +11069,10 @@ export declare namespace appservice {
|
|
|
10955
11069
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
10956
11070
|
*/
|
|
10957
11071
|
action?: pulumi.Input<string>;
|
|
11072
|
+
/**
|
|
11073
|
+
* The Description of this IP Restriction.
|
|
11074
|
+
*/
|
|
11075
|
+
description?: pulumi.Input<string>;
|
|
10958
11076
|
/**
|
|
10959
11077
|
* a `headers` block as detailed below.
|
|
10960
11078
|
*/
|
|
@@ -11809,6 +11927,10 @@ export declare namespace appservice {
|
|
|
11809
11927
|
* Should the HTTP2 be enabled?
|
|
11810
11928
|
*/
|
|
11811
11929
|
http2Enabled?: pulumi.Input<boolean>;
|
|
11930
|
+
/**
|
|
11931
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
11932
|
+
*/
|
|
11933
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
11812
11934
|
/**
|
|
11813
11935
|
* One or more `ipRestriction` blocks as defined above.
|
|
11814
11936
|
*/
|
|
@@ -11838,6 +11960,10 @@ export declare namespace appservice {
|
|
|
11838
11960
|
* The Remote Debugging Version. Possible values include `VS2017`, `VS2019` and `VS2022`.
|
|
11839
11961
|
*/
|
|
11840
11962
|
remoteDebuggingVersion?: pulumi.Input<string>;
|
|
11963
|
+
/**
|
|
11964
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
11965
|
+
*/
|
|
11966
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
11841
11967
|
/**
|
|
11842
11968
|
* One or more `scmIpRestriction` blocks as defined above.
|
|
11843
11969
|
*/
|
|
@@ -12095,6 +12221,10 @@ export declare namespace appservice {
|
|
|
12095
12221
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
12096
12222
|
*/
|
|
12097
12223
|
action?: pulumi.Input<string>;
|
|
12224
|
+
/**
|
|
12225
|
+
* The Description of this IP Restriction.
|
|
12226
|
+
*/
|
|
12227
|
+
description?: pulumi.Input<string>;
|
|
12098
12228
|
/**
|
|
12099
12229
|
* A `headers` block as defined above.
|
|
12100
12230
|
*/
|
|
@@ -12145,6 +12275,10 @@ export declare namespace appservice {
|
|
|
12145
12275
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
12146
12276
|
*/
|
|
12147
12277
|
action?: pulumi.Input<string>;
|
|
12278
|
+
/**
|
|
12279
|
+
* The Description of this IP Restriction.
|
|
12280
|
+
*/
|
|
12281
|
+
description?: pulumi.Input<string>;
|
|
12148
12282
|
/**
|
|
12149
12283
|
* A `headers` block as defined above.
|
|
12150
12284
|
*/
|
|
@@ -12969,6 +13103,10 @@ export declare namespace appservice {
|
|
|
12969
13103
|
* Should the HTTP2 be enabled?
|
|
12970
13104
|
*/
|
|
12971
13105
|
http2Enabled?: pulumi.Input<boolean>;
|
|
13106
|
+
/**
|
|
13107
|
+
* The Default action for traffic that does not match any `ipRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
13108
|
+
*/
|
|
13109
|
+
ipRestrictionDefaultAction?: pulumi.Input<string>;
|
|
12972
13110
|
/**
|
|
12973
13111
|
* One or more `ipRestriction` blocks as defined above.
|
|
12974
13112
|
*/
|
|
@@ -12997,6 +13135,10 @@ export declare namespace appservice {
|
|
|
12997
13135
|
* The Remote Debugging Version. Possible values include `VS2017` and `VS2019`
|
|
12998
13136
|
*/
|
|
12999
13137
|
remoteDebuggingVersion?: pulumi.Input<string>;
|
|
13138
|
+
/**
|
|
13139
|
+
* The Default action for traffic that does not match any `scmIpRestriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
13140
|
+
*/
|
|
13141
|
+
scmIpRestrictionDefaultAction?: pulumi.Input<string>;
|
|
13000
13142
|
/**
|
|
13001
13143
|
* One or more `scmIpRestriction` blocks as defined above.
|
|
13002
13144
|
*/
|
|
@@ -13243,6 +13385,10 @@ export declare namespace appservice {
|
|
|
13243
13385
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
13244
13386
|
*/
|
|
13245
13387
|
action?: pulumi.Input<string>;
|
|
13388
|
+
/**
|
|
13389
|
+
* The Description of this IP Restriction.
|
|
13390
|
+
*/
|
|
13391
|
+
description?: pulumi.Input<string>;
|
|
13246
13392
|
/**
|
|
13247
13393
|
* A `headers` block as defined above.
|
|
13248
13394
|
*/
|
|
@@ -13293,6 +13439,10 @@ export declare namespace appservice {
|
|
|
13293
13439
|
* The action to take. Possible values are `Allow` or `Deny`. Defaults to `Allow`.
|
|
13294
13440
|
*/
|
|
13295
13441
|
action?: pulumi.Input<string>;
|
|
13442
|
+
/**
|
|
13443
|
+
* The Description of this IP Restriction.
|
|
13444
|
+
*/
|
|
13445
|
+
description?: pulumi.Input<string>;
|
|
13296
13446
|
/**
|
|
13297
13447
|
* A `headers` block as defined above.
|
|
13298
13448
|
*/
|
|
@@ -20525,6 +20675,8 @@ export declare namespace containerapp {
|
|
|
20525
20675
|
allowInsecureConnections?: pulumi.Input<boolean>;
|
|
20526
20676
|
/**
|
|
20527
20677
|
* One or more `customDomain` block as detailed below.
|
|
20678
|
+
*
|
|
20679
|
+
* @deprecated This property is deprecated in favour of the new `azurerm_container_app_custom_domain` resource and will become computed only in a future release.
|
|
20528
20680
|
*/
|
|
20529
20681
|
customDomain?: pulumi.Input<inputs.containerapp.AppIngressCustomDomain>;
|
|
20530
20682
|
/**
|
|
@@ -24850,7 +25002,6 @@ export declare namespace dashboard {
|
|
|
24850
25002
|
host: pulumi.Input<string>;
|
|
24851
25003
|
/**
|
|
24852
25004
|
* Password of SMTP authentication.
|
|
24853
|
-
* *
|
|
24854
25005
|
*/
|
|
24855
25006
|
password: pulumi.Input<string>;
|
|
24856
25007
|
/**
|
|
@@ -26832,6 +26983,36 @@ export declare namespace datafactory {
|
|
|
26832
26983
|
}
|
|
26833
26984
|
}
|
|
26834
26985
|
export declare namespace dataprotection {
|
|
26986
|
+
interface BackupInstanceKubernetesClusterBackupDatasourceParameters {
|
|
26987
|
+
/**
|
|
26988
|
+
* Whether to include cluster scope resources during backup. Default to `false`. Changing this forces a new resource to be created.
|
|
26989
|
+
*/
|
|
26990
|
+
clusterScopedResourcesEnabled?: pulumi.Input<boolean>;
|
|
26991
|
+
/**
|
|
26992
|
+
* Specifies the namespaces to be excluded during backup. Changing this forces a new resource to be created.
|
|
26993
|
+
*/
|
|
26994
|
+
excludedNamespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
26995
|
+
/**
|
|
26996
|
+
* Specifies the resource types to be excluded during backup. Changing this forces a new resource to be created.
|
|
26997
|
+
*/
|
|
26998
|
+
excludedResourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
26999
|
+
/**
|
|
27000
|
+
* Specifies the namespaces to be included during backup. Changing this forces a new resource to be created.
|
|
27001
|
+
*/
|
|
27002
|
+
includedNamespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27003
|
+
/**
|
|
27004
|
+
* Specifies the resource types to be included during backup. Changing this forces a new resource to be created.
|
|
27005
|
+
*/
|
|
27006
|
+
includedResourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27007
|
+
/**
|
|
27008
|
+
* Specifies the resources with such label selectors to be included during backup. Changing this forces a new resource to be created.
|
|
27009
|
+
*/
|
|
27010
|
+
labelSelectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27011
|
+
/**
|
|
27012
|
+
* Whether to take volume snapshots during backup. Default to `false`. Changing this forces a new resource to be created.
|
|
27013
|
+
*/
|
|
27014
|
+
volumeSnapshotEnabled?: pulumi.Input<boolean>;
|
|
27015
|
+
}
|
|
26835
27016
|
interface BackupPolicyDiskRetentionRule {
|
|
26836
27017
|
/**
|
|
26837
27018
|
* A `criteria` block as defined below. Changing this forces a new Backup Policy Disk to be created.
|
|
@@ -26864,7 +27045,7 @@ export declare namespace dataprotection {
|
|
|
26864
27045
|
}
|
|
26865
27046
|
interface BackupPolicyKubernetesClusterDefaultRetentionRuleLifeCycle {
|
|
26866
27047
|
/**
|
|
26867
|
-
* The type of data store. The only possible value is `OperationalStore`.
|
|
27048
|
+
* The type of data store. The only possible value is `OperationalStore`. Changing this forces a new resource to be created.
|
|
26868
27049
|
*/
|
|
26869
27050
|
dataStoreType: pulumi.Input<string>;
|
|
26870
27051
|
/**
|
|
@@ -26914,7 +27095,7 @@ export declare namespace dataprotection {
|
|
|
26914
27095
|
}
|
|
26915
27096
|
interface BackupPolicyKubernetesClusterRetentionRuleLifeCycle {
|
|
26916
27097
|
/**
|
|
26917
|
-
* The type of data store. The only possible value is `OperationalStore`.
|
|
27098
|
+
* The type of data store. The only possible value is `OperationalStore`. Changing this forces a new resource to be created.
|
|
26918
27099
|
*/
|
|
26919
27100
|
dataStoreType: pulumi.Input<string>;
|
|
26920
27101
|
/**
|
|
@@ -32908,6 +33089,8 @@ export declare namespace iot {
|
|
|
32908
33089
|
capacity: pulumi.Input<number>;
|
|
32909
33090
|
/**
|
|
32910
33091
|
* The name of the sku. Possible values are `B1`, `B2`, `B3`, `F1`, `S1`, `S2`, and `S3`.
|
|
33092
|
+
*
|
|
33093
|
+
* > **NOTE:** The `F1` sku is on `Free` tier.
|
|
32911
33094
|
*/
|
|
32912
33095
|
name: pulumi.Input<string>;
|
|
32913
33096
|
}
|
|
@@ -40359,6 +40542,8 @@ export declare namespace mysql {
|
|
|
40359
40542
|
iops?: pulumi.Input<number>;
|
|
40360
40543
|
/**
|
|
40361
40544
|
* The max storage allowed for the MySQL Flexible Server. Possible values are between `20` and `16384`.
|
|
40545
|
+
*
|
|
40546
|
+
* > **Note:** Decreasing `sizeGb` forces a new resource to be created.
|
|
40362
40547
|
*/
|
|
40363
40548
|
sizeGb?: pulumi.Input<number>;
|
|
40364
40549
|
}
|
|
@@ -44251,7 +44436,7 @@ export declare namespace operationalinsights {
|
|
|
44251
44436
|
export declare namespace orbital {
|
|
44252
44437
|
interface ContactProfileLink {
|
|
44253
44438
|
/**
|
|
44254
|
-
* A list of contact profile link channels. A `channels` block as defined below.
|
|
44439
|
+
* A list of contact profile link channels. A `channels` block as defined below.
|
|
44255
44440
|
*/
|
|
44256
44441
|
channels: pulumi.Input<pulumi.Input<inputs.orbital.ContactProfileLinkChannel>[]>;
|
|
44257
44442
|
/**
|
|
@@ -45287,7 +45472,7 @@ export declare namespace redhatopenshift {
|
|
|
45287
45472
|
*/
|
|
45288
45473
|
url?: pulumi.Input<string>;
|
|
45289
45474
|
/**
|
|
45290
|
-
* Cluster API server visibility. Supported values are `Public` and `Private`.
|
|
45475
|
+
* Cluster API server visibility. Supported values are `Public` and `Private`. Changing this forces a new resource to be created.
|
|
45291
45476
|
*/
|
|
45292
45477
|
visibility: pulumi.Input<string>;
|
|
45293
45478
|
}
|
|
@@ -45323,7 +45508,7 @@ export declare namespace redhatopenshift {
|
|
|
45323
45508
|
*/
|
|
45324
45509
|
name?: pulumi.Input<string>;
|
|
45325
45510
|
/**
|
|
45326
|
-
* Cluster Ingress visibility. Supported values are `Public` and `Private`.
|
|
45511
|
+
* Cluster Ingress visibility. Supported values are `Public` and `Private`. Changing this forces a new resource to be created.
|
|
45327
45512
|
*/
|
|
45328
45513
|
visibility: pulumi.Input<string>;
|
|
45329
45514
|
}
|
|
@@ -45335,7 +45520,7 @@ export declare namespace redhatopenshift {
|
|
|
45335
45520
|
/**
|
|
45336
45521
|
* Whether main virtual machines are encrypted at host. Defaults to `false`. Changing this forces a new resource to be created.
|
|
45337
45522
|
*
|
|
45338
|
-
* **NOTE:** `encryptionAtHostEnabled` is only available for certain VM sizes and the `EncryptionAtHost` feature must be enabled for your subscription. Please see the [Azure documentation](https://learn.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal?tabs=azure-powershell) for more information.
|
|
45523
|
+
* > **NOTE:** `encryptionAtHostEnabled` is only available for certain VM sizes and the `EncryptionAtHost` feature must be enabled for your subscription. Please see the [Azure documentation](https://learn.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal?tabs=azure-powershell) for more information.
|
|
45339
45524
|
*/
|
|
45340
45525
|
encryptionAtHostEnabled?: pulumi.Input<boolean>;
|
|
45341
45526
|
/**
|
|
@@ -45349,7 +45534,7 @@ export declare namespace redhatopenshift {
|
|
|
45349
45534
|
}
|
|
45350
45535
|
interface ClusterNetworkProfile {
|
|
45351
45536
|
/**
|
|
45352
|
-
* The outbound (egress) routing method. Possible values are `Loadbalancer` and `UserDefinedRouting`. Defaults to `
|
|
45537
|
+
* The outbound (egress) routing method. Possible values are `Loadbalancer` and `UserDefinedRouting`. Defaults to `Loadbalancer`. Changing this forces a new resource to be created.
|
|
45353
45538
|
*/
|
|
45354
45539
|
outboundType?: pulumi.Input<string>;
|
|
45355
45540
|
/**
|
|
@@ -45385,7 +45570,7 @@ export declare namespace redhatopenshift {
|
|
|
45385
45570
|
/**
|
|
45386
45571
|
* Whether worker virtual machines are encrypted at host. Defaults to `false`. Changing this forces a new resource to be created.
|
|
45387
45572
|
*
|
|
45388
|
-
* **NOTE:** `encryptionAtHostEnabled` is only available for certain VM sizes and the `EncryptionAtHost` feature must be enabled for your subscription. Please see the [Azure documentation](https://learn.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal?tabs=azure-powershell) for more information.
|
|
45573
|
+
* > **NOTE:** `encryptionAtHostEnabled` is only available for certain VM sizes and the `EncryptionAtHost` feature must be enabled for your subscription. Please see the [Azure documentation](https://learn.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal?tabs=azure-powershell) for more information.
|
|
45389
45574
|
*/
|
|
45390
45575
|
encryptionAtHostEnabled?: pulumi.Input<boolean>;
|
|
45391
45576
|
/**
|
|
@@ -47558,7 +47743,7 @@ export declare namespace siterecovery {
|
|
|
47558
47743
|
}
|
|
47559
47744
|
interface VmwareReplicatedVmManagedDisk {
|
|
47560
47745
|
/**
|
|
47561
|
-
* The ID of the disk to be replicated.
|
|
47746
|
+
* The ID of the disk to be replicated.
|
|
47562
47747
|
*/
|
|
47563
47748
|
diskId: pulumi.Input<string>;
|
|
47564
47749
|
/**
|
|
@@ -47570,7 +47755,7 @@ export declare namespace siterecovery {
|
|
|
47570
47755
|
*/
|
|
47571
47756
|
targetDiskEncryptionSetId?: pulumi.Input<string>;
|
|
47572
47757
|
/**
|
|
47573
|
-
* The disk type of the disk to be created when a failover is done. Possible values are `
|
|
47758
|
+
* The disk type of the disk to be created when a failover is done. Possible values are `Premium_LRS`, `Standard_LRS` and `StandardSSD_LRS`.
|
|
47574
47759
|
*/
|
|
47575
47760
|
targetDiskType: pulumi.Input<string>;
|
|
47576
47761
|
}
|
|
@@ -49761,3 +49946,609 @@ export declare namespace webpubsub {
|
|
|
49761
49946
|
messagingLogsEnabled?: pulumi.Input<boolean>;
|
|
49762
49947
|
}
|
|
49763
49948
|
}
|
|
49949
|
+
export declare namespace workloadssap {
|
|
49950
|
+
interface SingleNodeVirtualInstanceIdentity {
|
|
49951
|
+
/**
|
|
49952
|
+
* A list of User Assigned Managed Identity IDs to be assigned to this SAP Single Node Virtual Instance.
|
|
49953
|
+
*/
|
|
49954
|
+
identityIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
49955
|
+
/**
|
|
49956
|
+
* The type of Managed Service Identity that should be configured on this SAP Single Node Virtual Instance. The only possible value is `UserAssigned`.
|
|
49957
|
+
*/
|
|
49958
|
+
type: pulumi.Input<string>;
|
|
49959
|
+
}
|
|
49960
|
+
interface SingleNodeVirtualInstanceSingleServerConfiguration {
|
|
49961
|
+
appResourceGroupName: pulumi.Input<string>;
|
|
49962
|
+
/**
|
|
49963
|
+
* The supported SAP database type. Possible values are `DB2` and `HANA`. Changing this forces a new resource to be created.
|
|
49964
|
+
*/
|
|
49965
|
+
databaseType?: pulumi.Input<string>;
|
|
49966
|
+
/**
|
|
49967
|
+
* One or more `diskVolumeConfiguration` blocks as defined below. Changing this forces a new resource to be created.
|
|
49968
|
+
*/
|
|
49969
|
+
diskVolumeConfigurations?: pulumi.Input<pulumi.Input<inputs.workloadssap.SingleNodeVirtualInstanceSingleServerConfigurationDiskVolumeConfiguration>[]>;
|
|
49970
|
+
/**
|
|
49971
|
+
* Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed. Defaults to `false`. Changing this forces a new resource to be created.
|
|
49972
|
+
*/
|
|
49973
|
+
secondaryIpEnabled?: pulumi.Input<boolean>;
|
|
49974
|
+
/**
|
|
49975
|
+
* The resource ID of the Subnet for the SAP Single Node Virtual Instance. Changing this forces a new resource to be created.
|
|
49976
|
+
*/
|
|
49977
|
+
subnetId: pulumi.Input<string>;
|
|
49978
|
+
/**
|
|
49979
|
+
* A `virtualMachineConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
49980
|
+
*/
|
|
49981
|
+
virtualMachineConfiguration: pulumi.Input<inputs.workloadssap.SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfiguration>;
|
|
49982
|
+
/**
|
|
49983
|
+
* A `virtualMachineResourceNames` block as defined below. Changing this forces a new resource to be created.
|
|
49984
|
+
*/
|
|
49985
|
+
virtualMachineResourceNames?: pulumi.Input<inputs.workloadssap.SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNames>;
|
|
49986
|
+
}
|
|
49987
|
+
interface SingleNodeVirtualInstanceSingleServerConfigurationDiskVolumeConfiguration {
|
|
49988
|
+
/**
|
|
49989
|
+
* The total number of disks required for the concerned volume. Possible values are at least `1`. Changing this forces a new resource to be created.
|
|
49990
|
+
*/
|
|
49991
|
+
numberOfDisks: pulumi.Input<number>;
|
|
49992
|
+
/**
|
|
49993
|
+
* The size of the Disk in GB. Changing this forces a new resource to be created.
|
|
49994
|
+
*/
|
|
49995
|
+
sizeInGb: pulumi.Input<number>;
|
|
49996
|
+
/**
|
|
49997
|
+
* The name of the Disk SKU. Possible values are `Premium_LRS`, `PremiumV2_LRS`, `Premium_ZRS`, `Standard_LRS`, `StandardSSD_LRS`, `StandardSSD_ZRS` and `UltraSSD_LRS`. Changing this forces a new resource to be created.
|
|
49998
|
+
*/
|
|
49999
|
+
skuName: pulumi.Input<string>;
|
|
50000
|
+
/**
|
|
50001
|
+
* Specifies the volumn name of the database disk. Possible values are `backup`, `hana/data`, `hana/log`, `hana/shared`, `os` and `usr/sap`. Changing this forces a new resource to be created.
|
|
50002
|
+
*/
|
|
50003
|
+
volumeName: pulumi.Input<string>;
|
|
50004
|
+
}
|
|
50005
|
+
interface SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfiguration {
|
|
50006
|
+
/**
|
|
50007
|
+
* An `image` block as defined below. Changing this forces a new resource to be created.
|
|
50008
|
+
*/
|
|
50009
|
+
image: pulumi.Input<inputs.workloadssap.SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfigurationImage>;
|
|
50010
|
+
/**
|
|
50011
|
+
* An `osProfile` block as defined below. Changing this forces a new resource to be created.
|
|
50012
|
+
*/
|
|
50013
|
+
osProfile: pulumi.Input<inputs.workloadssap.SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfigurationOsProfile>;
|
|
50014
|
+
/**
|
|
50015
|
+
* The size of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50016
|
+
*/
|
|
50017
|
+
virtualMachineSize: pulumi.Input<string>;
|
|
50018
|
+
}
|
|
50019
|
+
interface SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfigurationImage {
|
|
50020
|
+
/**
|
|
50021
|
+
* Specifies the offer of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50022
|
+
*/
|
|
50023
|
+
offer: pulumi.Input<string>;
|
|
50024
|
+
/**
|
|
50025
|
+
* The publisher of the Image. Possible values are `RedHat` and `SUSE`. Changing this forces a new resource to be created.
|
|
50026
|
+
*/
|
|
50027
|
+
publisher: pulumi.Input<string>;
|
|
50028
|
+
/**
|
|
50029
|
+
* The SKU of the Image. Changing this forces a new resource to be created.
|
|
50030
|
+
*/
|
|
50031
|
+
sku: pulumi.Input<string>;
|
|
50032
|
+
/**
|
|
50033
|
+
* Specifies the version of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50034
|
+
*/
|
|
50035
|
+
version: pulumi.Input<string>;
|
|
50036
|
+
}
|
|
50037
|
+
interface SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfigurationOsProfile {
|
|
50038
|
+
/**
|
|
50039
|
+
* The name of the administrator account. Changing this forces a new resource to be created.
|
|
50040
|
+
*/
|
|
50041
|
+
adminUsername: pulumi.Input<string>;
|
|
50042
|
+
/**
|
|
50043
|
+
* The SSH public key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50044
|
+
*/
|
|
50045
|
+
sshPrivateKey: pulumi.Input<string>;
|
|
50046
|
+
/**
|
|
50047
|
+
* The SSH private key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50048
|
+
*/
|
|
50049
|
+
sshPublicKey: pulumi.Input<string>;
|
|
50050
|
+
}
|
|
50051
|
+
interface SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNames {
|
|
50052
|
+
/**
|
|
50053
|
+
* (Optional) One or more `dataDisk` blocks as defined below. Changing this forces a new resource to be created.
|
|
50054
|
+
*/
|
|
50055
|
+
dataDisks?: pulumi.Input<pulumi.Input<inputs.workloadssap.SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNamesDataDisk>[]>;
|
|
50056
|
+
/**
|
|
50057
|
+
* The full name of the host of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50058
|
+
*/
|
|
50059
|
+
hostName?: pulumi.Input<string>;
|
|
50060
|
+
/**
|
|
50061
|
+
* A list of full names for the Network Interface of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50062
|
+
*/
|
|
50063
|
+
networkInterfaceNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50064
|
+
/**
|
|
50065
|
+
* The full name of the OS Disk attached to the Virtual Machine. Changing this forces a new resource to be created.
|
|
50066
|
+
*/
|
|
50067
|
+
osDiskName?: pulumi.Input<string>;
|
|
50068
|
+
/**
|
|
50069
|
+
* The full name of the Virtual Machine in a single server SAP system. Changing this forces a new resource to be created.
|
|
50070
|
+
*/
|
|
50071
|
+
virtualMachineName?: pulumi.Input<string>;
|
|
50072
|
+
}
|
|
50073
|
+
interface SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNamesDataDisk {
|
|
50074
|
+
/**
|
|
50075
|
+
* A list of full names of Data Disks per Volume. Changing this forces a new resource to be created.
|
|
50076
|
+
*/
|
|
50077
|
+
names: pulumi.Input<pulumi.Input<string>[]>;
|
|
50078
|
+
/**
|
|
50079
|
+
* The name of the Volume. The only possible value is `default`. Changing this forces a new resource to be created.
|
|
50080
|
+
*/
|
|
50081
|
+
volumeName: pulumi.Input<string>;
|
|
50082
|
+
}
|
|
50083
|
+
interface ThreeTierVirtualInstanceIdentity {
|
|
50084
|
+
/**
|
|
50085
|
+
* A list of User Assigned Managed Identity IDs to be assigned to this SAP Three Tier Virtual Instance.
|
|
50086
|
+
*/
|
|
50087
|
+
identityIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
50088
|
+
/**
|
|
50089
|
+
* The type of Managed Service Identity that should be configured on this SAP Three Tier Virtual Instance. Only possible value is `UserAssigned`.
|
|
50090
|
+
*/
|
|
50091
|
+
type: pulumi.Input<string>;
|
|
50092
|
+
}
|
|
50093
|
+
interface ThreeTierVirtualInstanceThreeTierConfiguration {
|
|
50094
|
+
appResourceGroupName: pulumi.Input<string>;
|
|
50095
|
+
/**
|
|
50096
|
+
* An `applicationServerConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
50097
|
+
*/
|
|
50098
|
+
applicationServerConfiguration: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfiguration>;
|
|
50099
|
+
/**
|
|
50100
|
+
* A `centralServerConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
50101
|
+
*/
|
|
50102
|
+
centralServerConfiguration: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfiguration>;
|
|
50103
|
+
/**
|
|
50104
|
+
* A `databaseServerConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
50105
|
+
*/
|
|
50106
|
+
databaseServerConfiguration: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfiguration>;
|
|
50107
|
+
/**
|
|
50108
|
+
* The high availability type for the three tier configuration. Possible values are `AvailabilitySet` and `AvailabilityZone`. Changing this forces a new resource to be created.
|
|
50109
|
+
*/
|
|
50110
|
+
highAvailabilityType?: pulumi.Input<string>;
|
|
50111
|
+
/**
|
|
50112
|
+
* A `resourceNames` block as defined below. Changing this forces a new resource to be created.
|
|
50113
|
+
*/
|
|
50114
|
+
resourceNames?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNames>;
|
|
50115
|
+
/**
|
|
50116
|
+
* Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed. Defaults to `false`. Changing this forces a new resource to be created.
|
|
50117
|
+
*/
|
|
50118
|
+
secondaryIpEnabled?: pulumi.Input<boolean>;
|
|
50119
|
+
/**
|
|
50120
|
+
* A `transportCreateAndMount` block as defined below. Changing this forces a new resource to be created.
|
|
50121
|
+
*
|
|
50122
|
+
* > **Note:** The file share configuration uses `skip` by default when `transportCreateAndMount` isn't set.
|
|
50123
|
+
*
|
|
50124
|
+
* > **Note:** Due to [a bug in the Azure API](https://github.com/Azure/azure-rest-api-specs/issues/25209) where the Storage File Share Id is not defined correctly, it is not currently possible to support using Transport Mount.
|
|
50125
|
+
*/
|
|
50126
|
+
transportCreateAndMount?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationTransportCreateAndMount>;
|
|
50127
|
+
}
|
|
50128
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfiguration {
|
|
50129
|
+
/**
|
|
50130
|
+
* The number of instances for the Application Server. Possible values are at least `1`. Changing this forces a new resource to be created.
|
|
50131
|
+
*/
|
|
50132
|
+
instanceCount: pulumi.Input<number>;
|
|
50133
|
+
/**
|
|
50134
|
+
* The resource ID of the Subnet for the Application Server. Changing this forces a new resource to be created.
|
|
50135
|
+
*/
|
|
50136
|
+
subnetId: pulumi.Input<string>;
|
|
50137
|
+
/**
|
|
50138
|
+
* A `virtualMachineConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
50139
|
+
*/
|
|
50140
|
+
virtualMachineConfiguration: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfiguration>;
|
|
50141
|
+
}
|
|
50142
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfiguration {
|
|
50143
|
+
/**
|
|
50144
|
+
* An `image` block as defined below. Changing this forces a new resource to be created.
|
|
50145
|
+
*/
|
|
50146
|
+
image: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationImage>;
|
|
50147
|
+
/**
|
|
50148
|
+
* An `osProfile` block as defined below. Changing this forces a new resource to be created.
|
|
50149
|
+
*/
|
|
50150
|
+
osProfile: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationOsProfile>;
|
|
50151
|
+
/**
|
|
50152
|
+
* The size of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50153
|
+
*/
|
|
50154
|
+
virtualMachineSize: pulumi.Input<string>;
|
|
50155
|
+
}
|
|
50156
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationImage {
|
|
50157
|
+
/**
|
|
50158
|
+
* Specifies the offer of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50159
|
+
*/
|
|
50160
|
+
offer: pulumi.Input<string>;
|
|
50161
|
+
/**
|
|
50162
|
+
* The publisher of the Image. Possible values are `RedHat` and `SUSE`. Changing this forces a new resource to be created.
|
|
50163
|
+
*/
|
|
50164
|
+
publisher: pulumi.Input<string>;
|
|
50165
|
+
/**
|
|
50166
|
+
* The SKU of the Image. Changing this forces a new resource to be created.
|
|
50167
|
+
*/
|
|
50168
|
+
sku: pulumi.Input<string>;
|
|
50169
|
+
/**
|
|
50170
|
+
* Specifies the version of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50171
|
+
*/
|
|
50172
|
+
version: pulumi.Input<string>;
|
|
50173
|
+
}
|
|
50174
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationOsProfile {
|
|
50175
|
+
/**
|
|
50176
|
+
* The name of the administrator account. Changing this forces a new resource to be created.
|
|
50177
|
+
*/
|
|
50178
|
+
adminUsername: pulumi.Input<string>;
|
|
50179
|
+
/**
|
|
50180
|
+
* The SSH public key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50181
|
+
*/
|
|
50182
|
+
sshPrivateKey: pulumi.Input<string>;
|
|
50183
|
+
/**
|
|
50184
|
+
* The SSH private key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50185
|
+
*/
|
|
50186
|
+
sshPublicKey: pulumi.Input<string>;
|
|
50187
|
+
}
|
|
50188
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfiguration {
|
|
50189
|
+
/**
|
|
50190
|
+
* The number of instances for the Central Server. Possible values are at least `1`. Changing this forces a new resource to be created.
|
|
50191
|
+
*/
|
|
50192
|
+
instanceCount: pulumi.Input<number>;
|
|
50193
|
+
/**
|
|
50194
|
+
* The resource ID of the Subnet for the Central Server. Changing this forces a new resource to be created.
|
|
50195
|
+
*/
|
|
50196
|
+
subnetId: pulumi.Input<string>;
|
|
50197
|
+
/**
|
|
50198
|
+
* A `virtualMachineConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
50199
|
+
*/
|
|
50200
|
+
virtualMachineConfiguration: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfigurationVirtualMachineConfiguration>;
|
|
50201
|
+
}
|
|
50202
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfigurationVirtualMachineConfiguration {
|
|
50203
|
+
/**
|
|
50204
|
+
* An `image` block as defined below. Changing this forces a new resource to be created.
|
|
50205
|
+
*/
|
|
50206
|
+
image: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfigurationVirtualMachineConfigurationImage>;
|
|
50207
|
+
/**
|
|
50208
|
+
* An `osProfile` block as defined below. Changing this forces a new resource to be created.
|
|
50209
|
+
*/
|
|
50210
|
+
osProfile: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfigurationVirtualMachineConfigurationOsProfile>;
|
|
50211
|
+
/**
|
|
50212
|
+
* The size of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50213
|
+
*/
|
|
50214
|
+
virtualMachineSize: pulumi.Input<string>;
|
|
50215
|
+
}
|
|
50216
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfigurationVirtualMachineConfigurationImage {
|
|
50217
|
+
/**
|
|
50218
|
+
* Specifies the offer of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50219
|
+
*/
|
|
50220
|
+
offer: pulumi.Input<string>;
|
|
50221
|
+
/**
|
|
50222
|
+
* The publisher of the Image. Possible values are `RedHat` and `SUSE`. Changing this forces a new resource to be created.
|
|
50223
|
+
*/
|
|
50224
|
+
publisher: pulumi.Input<string>;
|
|
50225
|
+
/**
|
|
50226
|
+
* The SKU of the Image. Changing this forces a new resource to be created.
|
|
50227
|
+
*/
|
|
50228
|
+
sku: pulumi.Input<string>;
|
|
50229
|
+
/**
|
|
50230
|
+
* Specifies the version of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50231
|
+
*/
|
|
50232
|
+
version: pulumi.Input<string>;
|
|
50233
|
+
}
|
|
50234
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationCentralServerConfigurationVirtualMachineConfigurationOsProfile {
|
|
50235
|
+
/**
|
|
50236
|
+
* The name of the administrator account. Changing this forces a new resource to be created.
|
|
50237
|
+
*/
|
|
50238
|
+
adminUsername: pulumi.Input<string>;
|
|
50239
|
+
/**
|
|
50240
|
+
* The SSH public key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50241
|
+
*/
|
|
50242
|
+
sshPrivateKey: pulumi.Input<string>;
|
|
50243
|
+
/**
|
|
50244
|
+
* The SSH private key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50245
|
+
*/
|
|
50246
|
+
sshPublicKey: pulumi.Input<string>;
|
|
50247
|
+
}
|
|
50248
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfiguration {
|
|
50249
|
+
/**
|
|
50250
|
+
* The database type for the Database Server. Possible values are `DB2` and `HANA`. Changing this forces a new resource to be created.
|
|
50251
|
+
*/
|
|
50252
|
+
databaseType?: pulumi.Input<string>;
|
|
50253
|
+
/**
|
|
50254
|
+
* One or more `diskVolumeConfiguration` blocks as defined below. Changing this forces a new resource to be created.
|
|
50255
|
+
*/
|
|
50256
|
+
diskVolumeConfigurations?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfiguration>[]>;
|
|
50257
|
+
/**
|
|
50258
|
+
* The number of instances for the Database Server. Possible values are at least `1`. Changing this forces a new resource to be created.
|
|
50259
|
+
*/
|
|
50260
|
+
instanceCount: pulumi.Input<number>;
|
|
50261
|
+
/**
|
|
50262
|
+
* The resource ID of the Subnet for the Database Server. Changing this forces a new resource to be created.
|
|
50263
|
+
*/
|
|
50264
|
+
subnetId: pulumi.Input<string>;
|
|
50265
|
+
/**
|
|
50266
|
+
* A `virtualMachineConfiguration` block as defined below. Changing this forces a new resource to be created.
|
|
50267
|
+
*/
|
|
50268
|
+
virtualMachineConfiguration: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationVirtualMachineConfiguration>;
|
|
50269
|
+
}
|
|
50270
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationDiskVolumeConfiguration {
|
|
50271
|
+
/**
|
|
50272
|
+
* The total number of disks required for the concerned volume. Possible values are at least `1`. Changing this forces a new resource to be created.
|
|
50273
|
+
*/
|
|
50274
|
+
numberOfDisks: pulumi.Input<number>;
|
|
50275
|
+
/**
|
|
50276
|
+
* The size of the Disk in GB. Changing this forces a new resource to be created.
|
|
50277
|
+
*/
|
|
50278
|
+
sizeInGb: pulumi.Input<number>;
|
|
50279
|
+
/**
|
|
50280
|
+
* The name of the Disk SKU. Possible values are `Premium_LRS`, `PremiumV2_LRS`, `Premium_ZRS`, `Standard_LRS`, `StandardSSD_LRS`, `StandardSSD_ZRS` and `UltraSSD_LRS`. Changing this forces a new resource to be created.
|
|
50281
|
+
*/
|
|
50282
|
+
skuName: pulumi.Input<string>;
|
|
50283
|
+
/**
|
|
50284
|
+
* Specifies the volumn name of the database disk. Possible values are `backup`, `hana/data`, `hana/log`, `hana/shared`, `os` and `usr/sap`. Changing this forces a new resource to be created.
|
|
50285
|
+
*/
|
|
50286
|
+
volumeName: pulumi.Input<string>;
|
|
50287
|
+
}
|
|
50288
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationVirtualMachineConfiguration {
|
|
50289
|
+
/**
|
|
50290
|
+
* An `image` block as defined below. Changing this forces a new resource to be created.
|
|
50291
|
+
*/
|
|
50292
|
+
image: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationVirtualMachineConfigurationImage>;
|
|
50293
|
+
/**
|
|
50294
|
+
* An `osProfile` block as defined below. Changing this forces a new resource to be created.
|
|
50295
|
+
*/
|
|
50296
|
+
osProfile: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationVirtualMachineConfigurationOsProfile>;
|
|
50297
|
+
/**
|
|
50298
|
+
* The size of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50299
|
+
*/
|
|
50300
|
+
virtualMachineSize: pulumi.Input<string>;
|
|
50301
|
+
}
|
|
50302
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationVirtualMachineConfigurationImage {
|
|
50303
|
+
/**
|
|
50304
|
+
* Specifies the offer of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50305
|
+
*/
|
|
50306
|
+
offer: pulumi.Input<string>;
|
|
50307
|
+
/**
|
|
50308
|
+
* The publisher of the Image. Possible values are `RedHat` and `SUSE`. Changing this forces a new resource to be created.
|
|
50309
|
+
*/
|
|
50310
|
+
publisher: pulumi.Input<string>;
|
|
50311
|
+
/**
|
|
50312
|
+
* The SKU of the Image. Changing this forces a new resource to be created.
|
|
50313
|
+
*/
|
|
50314
|
+
sku: pulumi.Input<string>;
|
|
50315
|
+
/**
|
|
50316
|
+
* Specifies the version of the platform image or marketplace image used to create the virtual machine. Changing this forces a new resource to be created.
|
|
50317
|
+
*/
|
|
50318
|
+
version: pulumi.Input<string>;
|
|
50319
|
+
}
|
|
50320
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationDatabaseServerConfigurationVirtualMachineConfigurationOsProfile {
|
|
50321
|
+
/**
|
|
50322
|
+
* The name of the administrator account. Changing this forces a new resource to be created.
|
|
50323
|
+
*/
|
|
50324
|
+
adminUsername: pulumi.Input<string>;
|
|
50325
|
+
/**
|
|
50326
|
+
* The SSH public key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50327
|
+
*/
|
|
50328
|
+
sshPrivateKey: pulumi.Input<string>;
|
|
50329
|
+
/**
|
|
50330
|
+
* The SSH private key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.
|
|
50331
|
+
*/
|
|
50332
|
+
sshPublicKey: pulumi.Input<string>;
|
|
50333
|
+
}
|
|
50334
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNames {
|
|
50335
|
+
/**
|
|
50336
|
+
* An `applicationServer` block as defined below. Changing this forces a new resource to be created.
|
|
50337
|
+
*/
|
|
50338
|
+
applicationServer?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServer>;
|
|
50339
|
+
/**
|
|
50340
|
+
* A `centralServer` block as defined below. Changing this forces a new resource to be created.
|
|
50341
|
+
*/
|
|
50342
|
+
centralServer?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServer>;
|
|
50343
|
+
/**
|
|
50344
|
+
* A `databaseServer` block as defined below. Changing this forces a new resource to be created.
|
|
50345
|
+
*/
|
|
50346
|
+
databaseServer?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServer>;
|
|
50347
|
+
/**
|
|
50348
|
+
* A `sharedStorage` block as defined below. Changing this forces a new resource to be created.
|
|
50349
|
+
*/
|
|
50350
|
+
sharedStorage?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesSharedStorage>;
|
|
50351
|
+
}
|
|
50352
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServer {
|
|
50353
|
+
/**
|
|
50354
|
+
* The full name for the availability set. Changing this forces a new resource to be created.
|
|
50355
|
+
*/
|
|
50356
|
+
availabilitySetName?: pulumi.Input<string>;
|
|
50357
|
+
/**
|
|
50358
|
+
* One or more `virtualMachine` blocks as defined below. Changing this forces a new resource to be created.
|
|
50359
|
+
*/
|
|
50360
|
+
virtualMachines?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerVirtualMachine>[]>;
|
|
50361
|
+
}
|
|
50362
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerVirtualMachine {
|
|
50363
|
+
/**
|
|
50364
|
+
* One or more `dataDisk` blocks as defined below. Changing this forces a new resource to be created.
|
|
50365
|
+
*/
|
|
50366
|
+
dataDisks?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerVirtualMachineDataDisk>[]>;
|
|
50367
|
+
/**
|
|
50368
|
+
* The full name of the host of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50369
|
+
*/
|
|
50370
|
+
hostName?: pulumi.Input<string>;
|
|
50371
|
+
/**
|
|
50372
|
+
* A list of full names for the Network Interface of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50373
|
+
*/
|
|
50374
|
+
networkInterfaceNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50375
|
+
/**
|
|
50376
|
+
* The full name of the OS Disk attached to the Virtual Machine. Changing this forces a new resource to be created.
|
|
50377
|
+
*/
|
|
50378
|
+
osDiskName?: pulumi.Input<string>;
|
|
50379
|
+
/**
|
|
50380
|
+
* The full name of the Virtual Machine in a single server SAP system. Changing this forces a new resource to be created.
|
|
50381
|
+
*/
|
|
50382
|
+
virtualMachineName?: pulumi.Input<string>;
|
|
50383
|
+
}
|
|
50384
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerVirtualMachineDataDisk {
|
|
50385
|
+
/**
|
|
50386
|
+
* A list of full names of Data Disks per Volume. Changing this forces a new resource to be created.
|
|
50387
|
+
*/
|
|
50388
|
+
names: pulumi.Input<pulumi.Input<string>[]>;
|
|
50389
|
+
/**
|
|
50390
|
+
* The name of the Volume. Changing this forces a new resource to be created.
|
|
50391
|
+
*
|
|
50392
|
+
* > **Note:** Possible value for Application Server and Central Server is `default`.
|
|
50393
|
+
*
|
|
50394
|
+
* > **Note:** Possible values for Database Server are `hanaData`, `hanaLog`, `hanaShared` and `usrSap`.
|
|
50395
|
+
*/
|
|
50396
|
+
volumeName: pulumi.Input<string>;
|
|
50397
|
+
}
|
|
50398
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServer {
|
|
50399
|
+
/**
|
|
50400
|
+
* The full name for the availability set. Changing this forces a new resource to be created.
|
|
50401
|
+
*/
|
|
50402
|
+
availabilitySetName?: pulumi.Input<string>;
|
|
50403
|
+
/**
|
|
50404
|
+
* A `loadBalancer` block as defined below. Changing this forces a new resource to be created.
|
|
50405
|
+
*/
|
|
50406
|
+
loadBalancer?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerLoadBalancer>;
|
|
50407
|
+
/**
|
|
50408
|
+
* One or more `virtualMachine` blocks as defined below. Changing this forces a new resource to be created.
|
|
50409
|
+
*/
|
|
50410
|
+
virtualMachines?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerVirtualMachine>[]>;
|
|
50411
|
+
}
|
|
50412
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerLoadBalancer {
|
|
50413
|
+
/**
|
|
50414
|
+
* A list of Backend Pool names for the Load Balancer. Changing this forces a new resource to be created.
|
|
50415
|
+
*/
|
|
50416
|
+
backendPoolNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50417
|
+
/**
|
|
50418
|
+
* A list of Frontend IP Configuration names. Changing this forces a new resource to be created.
|
|
50419
|
+
*/
|
|
50420
|
+
frontendIpConfigurationNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50421
|
+
/**
|
|
50422
|
+
* A list of Health Probe names. Changing this forces a new resource to be created.
|
|
50423
|
+
*/
|
|
50424
|
+
healthProbeNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50425
|
+
/**
|
|
50426
|
+
* The full resource name of the Load Balancer. Changing this forces a new resource to be created.
|
|
50427
|
+
*/
|
|
50428
|
+
name?: pulumi.Input<string>;
|
|
50429
|
+
}
|
|
50430
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerVirtualMachine {
|
|
50431
|
+
/**
|
|
50432
|
+
* One or more `dataDisk` blocks as defined below. Changing this forces a new resource to be created.
|
|
50433
|
+
*/
|
|
50434
|
+
dataDisks?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerVirtualMachineDataDisk>[]>;
|
|
50435
|
+
/**
|
|
50436
|
+
* The full name of the host of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50437
|
+
*/
|
|
50438
|
+
hostName?: pulumi.Input<string>;
|
|
50439
|
+
/**
|
|
50440
|
+
* A list of full names for the Network Interface of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50441
|
+
*/
|
|
50442
|
+
networkInterfaceNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50443
|
+
/**
|
|
50444
|
+
* The full name of the OS Disk attached to the Virtual Machine. Changing this forces a new resource to be created.
|
|
50445
|
+
*/
|
|
50446
|
+
osDiskName?: pulumi.Input<string>;
|
|
50447
|
+
/**
|
|
50448
|
+
* The full name of the Virtual Machine in a single server SAP system. Changing this forces a new resource to be created.
|
|
50449
|
+
*/
|
|
50450
|
+
virtualMachineName?: pulumi.Input<string>;
|
|
50451
|
+
}
|
|
50452
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerVirtualMachineDataDisk {
|
|
50453
|
+
/**
|
|
50454
|
+
* A list of full names of Data Disks per Volume. Changing this forces a new resource to be created.
|
|
50455
|
+
*/
|
|
50456
|
+
names: pulumi.Input<pulumi.Input<string>[]>;
|
|
50457
|
+
/**
|
|
50458
|
+
* The name of the Volume. Changing this forces a new resource to be created.
|
|
50459
|
+
*
|
|
50460
|
+
* > **Note:** Possible value for Application Server and Central Server is `default`.
|
|
50461
|
+
*
|
|
50462
|
+
* > **Note:** Possible values for Database Server are `hanaData`, `hanaLog`, `hanaShared` and `usrSap`.
|
|
50463
|
+
*/
|
|
50464
|
+
volumeName: pulumi.Input<string>;
|
|
50465
|
+
}
|
|
50466
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServer {
|
|
50467
|
+
/**
|
|
50468
|
+
* The full name for the availability set. Changing this forces a new resource to be created.
|
|
50469
|
+
*/
|
|
50470
|
+
availabilitySetName?: pulumi.Input<string>;
|
|
50471
|
+
/**
|
|
50472
|
+
* A `loadBalancer` block as defined below. Changing this forces a new resource to be created.
|
|
50473
|
+
*/
|
|
50474
|
+
loadBalancer?: pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerLoadBalancer>;
|
|
50475
|
+
/**
|
|
50476
|
+
* One or more `virtualMachine` blocks as defined below. Changing this forces a new resource to be created.
|
|
50477
|
+
*/
|
|
50478
|
+
virtualMachines?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachine>[]>;
|
|
50479
|
+
}
|
|
50480
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerLoadBalancer {
|
|
50481
|
+
/**
|
|
50482
|
+
* A list of Backend Pool names for the Load Balancer. Changing this forces a new resource to be created.
|
|
50483
|
+
*/
|
|
50484
|
+
backendPoolNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50485
|
+
/**
|
|
50486
|
+
* A list of Frontend IP Configuration names. Changing this forces a new resource to be created.
|
|
50487
|
+
*/
|
|
50488
|
+
frontendIpConfigurationNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50489
|
+
/**
|
|
50490
|
+
* A list of Health Probe names. Changing this forces a new resource to be created.
|
|
50491
|
+
*/
|
|
50492
|
+
healthProbeNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50493
|
+
/**
|
|
50494
|
+
* The full resource name of the Load Balancer. Changing this forces a new resource to be created.
|
|
50495
|
+
*/
|
|
50496
|
+
name?: pulumi.Input<string>;
|
|
50497
|
+
}
|
|
50498
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachine {
|
|
50499
|
+
/**
|
|
50500
|
+
* One or more `dataDisk` blocks as defined below. Changing this forces a new resource to be created.
|
|
50501
|
+
*/
|
|
50502
|
+
dataDisks?: pulumi.Input<pulumi.Input<inputs.workloadssap.ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineDataDisk>[]>;
|
|
50503
|
+
/**
|
|
50504
|
+
* The full name of the host of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50505
|
+
*/
|
|
50506
|
+
hostName?: pulumi.Input<string>;
|
|
50507
|
+
/**
|
|
50508
|
+
* A list of full names for the Network Interface of the Virtual Machine. Changing this forces a new resource to be created.
|
|
50509
|
+
*/
|
|
50510
|
+
networkInterfaceNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
50511
|
+
/**
|
|
50512
|
+
* The full name of the OS Disk attached to the Virtual Machine. Changing this forces a new resource to be created.
|
|
50513
|
+
*/
|
|
50514
|
+
osDiskName?: pulumi.Input<string>;
|
|
50515
|
+
/**
|
|
50516
|
+
* The full name of the Virtual Machine in a single server SAP system. Changing this forces a new resource to be created.
|
|
50517
|
+
*/
|
|
50518
|
+
virtualMachineName?: pulumi.Input<string>;
|
|
50519
|
+
}
|
|
50520
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineDataDisk {
|
|
50521
|
+
/**
|
|
50522
|
+
* A list of full names of Data Disks per Volume. Changing this forces a new resource to be created.
|
|
50523
|
+
*/
|
|
50524
|
+
names: pulumi.Input<pulumi.Input<string>[]>;
|
|
50525
|
+
/**
|
|
50526
|
+
* The name of the Volume. Changing this forces a new resource to be created.
|
|
50527
|
+
*
|
|
50528
|
+
* > **Note:** Possible value for Application Server and Central Server is `default`.
|
|
50529
|
+
*
|
|
50530
|
+
* > **Note:** Possible values for Database Server are `hanaData`, `hanaLog`, `hanaShared` and `usrSap`.
|
|
50531
|
+
*/
|
|
50532
|
+
volumeName: pulumi.Input<string>;
|
|
50533
|
+
}
|
|
50534
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesSharedStorage {
|
|
50535
|
+
/**
|
|
50536
|
+
* The full name of the Shared Storage Account. Changing this forces a new resource to be created.
|
|
50537
|
+
*/
|
|
50538
|
+
accountName?: pulumi.Input<string>;
|
|
50539
|
+
/**
|
|
50540
|
+
* The full name of Private Endpoint for the Shared Storage Account. Changing this forces a new resource to be created.
|
|
50541
|
+
*/
|
|
50542
|
+
privateEndpointName?: pulumi.Input<string>;
|
|
50543
|
+
}
|
|
50544
|
+
interface ThreeTierVirtualInstanceThreeTierConfigurationTransportCreateAndMount {
|
|
50545
|
+
/**
|
|
50546
|
+
* The ID of the Resource Group of the transport File Share. Changing this forces a new resource to be created.
|
|
50547
|
+
*/
|
|
50548
|
+
resourceGroupId?: pulumi.Input<string>;
|
|
50549
|
+
/**
|
|
50550
|
+
* The name of the Storage Account of the File Share. Changing this forces a new resource to be created.
|
|
50551
|
+
*/
|
|
50552
|
+
storageAccountName?: pulumi.Input<string>;
|
|
50553
|
+
}
|
|
50554
|
+
}
|