@pulumi/alicloud 3.62.0 → 3.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/amqp/binding.d.ts +12 -13
- package/amqp/binding.js +12 -13
- package/amqp/binding.js.map +1 -1
- package/cen/trafficMarkingPolicy.d.ts +43 -23
- package/cen/trafficMarkingPolicy.js +3 -1
- package/cen/trafficMarkingPolicy.js.map +1 -1
- package/cen/transitRouterVpcAttachment.d.ts +120 -46
- package/cen/transitRouterVpcAttachment.js +10 -5
- package/cen/transitRouterVpcAttachment.js.map +1 -1
- package/cr/chartNamespace.d.ts +8 -3
- package/cr/chartNamespace.js +8 -3
- package/cr/chartNamespace.js.map +1 -1
- package/cr/endpointAclPolicy.d.ts +6 -1
- package/cr/endpointAclPolicy.js +6 -1
- package/cr/endpointAclPolicy.js.map +1 -1
- package/cr/namespace.d.ts +6 -1
- package/cr/namespace.js +6 -1
- package/cr/namespace.js.map +1 -1
- package/cs/registryEnterpriseSyncRule.d.ts +5 -5
- package/cs/registryEnterpriseSyncRule.js +5 -5
- package/ddos/bgpIp.d.ts +1 -1
- package/ens/instance.d.ts +157 -79
- package/ens/instance.js +9 -1
- package/ens/instance.js.map +1 -1
- package/expressconnect/physicalConnection.d.ts +118 -80
- package/expressconnect/physicalConnection.js +7 -1
- package/expressconnect/physicalConnection.js.map +1 -1
- package/fc/trigger.d.ts +8 -9
- package/fc/trigger.js +8 -9
- package/fc/trigger.js.map +1 -1
- package/ga/endpointGroup.d.ts +21 -6
- package/ga/endpointGroup.js +2 -0
- package/ga/endpointGroup.js.map +1 -1
- package/mongodb/instance.d.ts +24 -0
- package/mongodb/instance.js +4 -0
- package/mongodb/instance.js.map +1 -1
- package/nlb/getListeners.d.ts +36 -2
- package/nlb/getListeners.js +30 -2
- package/nlb/getListeners.js.map +1 -1
- package/nlb/getServerGroupServerAttachments.d.ts +8 -2
- package/nlb/getServerGroupServerAttachments.js +2 -2
- package/nlb/getServerGroupServerAttachments.js.map +1 -1
- package/nlb/listener.d.ts +135 -105
- package/nlb/listener.js.map +1 -1
- package/nlb/listenerAdditionalCertificateAttachment.d.ts +11 -11
- package/nlb/loadBalancer.d.ts +78 -105
- package/nlb/loadBalancer.js +1 -1
- package/nlb/loadBalancer.js.map +1 -1
- package/nlb/loadBalancerSecurityGroupAttachment.d.ts +13 -17
- package/nlb/loadBalancerSecurityGroupAttachment.js +4 -2
- package/nlb/loadBalancerSecurityGroupAttachment.js.map +1 -1
- package/nlb/loadbalancerCommonBandwidthPackageAttachment.d.ts +10 -8
- package/nlb/loadbalancerCommonBandwidthPackageAttachment.js +4 -2
- package/nlb/loadbalancerCommonBandwidthPackageAttachment.js.map +1 -1
- package/nlb/securityPolicy.d.ts +23 -11
- package/nlb/securityPolicy.js.map +1 -1
- package/nlb/serverGroup.d.ts +84 -57
- package/nlb/serverGroup.js.map +1 -1
- package/ocean/baseInstance.d.ts +181 -70
- package/ocean/baseInstance.js +8 -0
- package/ocean/baseInstance.js.map +1 -1
- package/package.json +2 -2
- package/servicemesh/extensionProvider.d.ts +1 -1
- package/servicemesh/extensionProvider.js +1 -1
- package/types/input.d.ts +134 -43
- package/types/output.d.ts +135 -44
- package/vpc/commonBandwithPackageAttachment.d.ts +1 -1
- package/vpc/commonBandwithPackageAttachment.js +1 -1
package/types/output.d.ts
CHANGED
|
@@ -7112,15 +7112,61 @@ export declare namespace cen {
|
|
|
7112
7112
|
*/
|
|
7113
7113
|
vbrInstanceRegionId: string;
|
|
7114
7114
|
}
|
|
7115
|
+
interface TrafficMarkingPolicyTrafficMatchRule {
|
|
7116
|
+
/**
|
|
7117
|
+
* IP Address Family.
|
|
7118
|
+
*/
|
|
7119
|
+
addressFamily: string;
|
|
7120
|
+
/**
|
|
7121
|
+
* The destination network segment of the traffic message. The flow classification matches the traffic of the destination IP address in the destination network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination IP address.
|
|
7122
|
+
*/
|
|
7123
|
+
dstCidr: string;
|
|
7124
|
+
/**
|
|
7125
|
+
* The destination port of the traffic message. Valid values: **-1**, `1` to `65535`. The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number. The current parameter supports a maximum of 2 port numbers. The input format is described as follows:
|
|
7126
|
+
* - If you only enter a port number, such as 1, the system defaults to match the traffic with the destination port of 1.
|
|
7127
|
+
* - If you enter 2 port numbers, such as 1 and 200, the system defaults to match the traffic of the destination port in the range of 1 to 200.
|
|
7128
|
+
* - If you enter 2 port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any destination port.
|
|
7129
|
+
*/
|
|
7130
|
+
dstPortRanges: number[];
|
|
7131
|
+
/**
|
|
7132
|
+
* The DSCP value of the traffic message. Valid values: `0` to **63 * *. The flow classification rule matches the flow with the specified DSCP value. If the flow classification rule is not set, it means that the flow classification rule matches the flow with any DSCP value.> **NOTE:** The current DSCP value refers to the DSCP value that the traffic message has carried before entering the cross-region connection.
|
|
7133
|
+
*/
|
|
7134
|
+
matchDscp: number;
|
|
7135
|
+
/**
|
|
7136
|
+
* The protocol type of the traffic message. Stream classification rules can match traffic of multiple protocol types, such as `HTTP`, `HTTPS`, `TCP`, `UDP`, `SSH`, and **Telnet. For more protocol types, please log on to the [Cloud Enterprise Network Management Console](https://cen.console.aliyun.com/cen/list) to view.
|
|
7137
|
+
*/
|
|
7138
|
+
protocol: string;
|
|
7139
|
+
/**
|
|
7140
|
+
* The source network segment of the traffic message. The flow classification rule matches the traffic of the source IP address in the source network segment. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any source IP address.
|
|
7141
|
+
*/
|
|
7142
|
+
srcCidr: string;
|
|
7143
|
+
/**
|
|
7144
|
+
* The source port of the traffic message. Valid values: **-1**, `1` to `65535`. The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number. The current parameter supports entering up to two port numbers. The input format is described as follows:
|
|
7145
|
+
* - If you only enter a port number, such as 1, the system defaults to match the traffic with source port 1.
|
|
7146
|
+
* - If you enter two port numbers, such as 1 and 200, the system defaults to match the traffic with the source port in the range of 1 to 200.
|
|
7147
|
+
* - If you enter two port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any source port.
|
|
7148
|
+
*/
|
|
7149
|
+
srcPortRanges: number[];
|
|
7150
|
+
/**
|
|
7151
|
+
* The description information of the stream classification rule. The description must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
|
|
7152
|
+
*/
|
|
7153
|
+
trafficMatchRuleDescription: string;
|
|
7154
|
+
/**
|
|
7155
|
+
* The name of the stream classification rule. The name must be 2 to 128 characters in length and can contain numbers, dashes (-), and underscores (_).
|
|
7156
|
+
*/
|
|
7157
|
+
trafficMatchRuleName: string;
|
|
7158
|
+
}
|
|
7115
7159
|
interface TransitRouterVpcAttachmentZoneMapping {
|
|
7116
7160
|
/**
|
|
7117
|
-
* The
|
|
7161
|
+
* The ID of the vSwitch that you want to add to the VPC connection. You can specify at most 10 vSwitches in each call.
|
|
7162
|
+
* - If the VPC connection belongs to the current Alibaba Cloud account, you can call the [DescribeVSwitches](https://www.alibabacloud.com/help/en/doc-detail/35748.html) operation to query the IDs of the vSwitches and zones of the VPC.
|
|
7163
|
+
* - If the VPC connection belongs to another Alibaba Cloud account, you can call the [ListGrantVSwitchesToCen](https://www.alibabacloud.com/help/en/doc-detail/427599.html) operation to query the IDs of the vSwitches and zones of the VPC.
|
|
7118
7164
|
*/
|
|
7119
|
-
vswitchId
|
|
7165
|
+
vswitchId: string;
|
|
7120
7166
|
/**
|
|
7121
|
-
* The zone
|
|
7167
|
+
* The ID of the zone that supports Enterprise Edition transit routers. You can call the [DescribeZones](https://www.alibabacloud.com/help/en/doc-detail/36064.html) operation to query the most recent zone list. You can specify at most 10 zones in each call.
|
|
7122
7168
|
*/
|
|
7123
|
-
zoneId
|
|
7169
|
+
zoneId: string;
|
|
7124
7170
|
}
|
|
7125
7171
|
interface TransitRouterVpnAttachmentZone {
|
|
7126
7172
|
/**
|
|
@@ -20068,6 +20114,10 @@ export declare namespace ecs {
|
|
|
20068
20114
|
* The description of the data disk.
|
|
20069
20115
|
*/
|
|
20070
20116
|
description?: string;
|
|
20117
|
+
/**
|
|
20118
|
+
* The mount point of the data disk.
|
|
20119
|
+
*/
|
|
20120
|
+
device?: string;
|
|
20071
20121
|
/**
|
|
20072
20122
|
* Encrypted the data in this disk.
|
|
20073
20123
|
*/
|
|
@@ -23242,6 +23292,7 @@ export declare namespace ecs {
|
|
|
23242
23292
|
* The description of the data disk.
|
|
23243
23293
|
*/
|
|
23244
23294
|
description?: string;
|
|
23295
|
+
device?: string;
|
|
23245
23296
|
/**
|
|
23246
23297
|
* Encrypted the data in this disk.
|
|
23247
23298
|
*
|
|
@@ -26007,7 +26058,7 @@ export declare namespace emrv2 {
|
|
|
26007
26058
|
}
|
|
26008
26059
|
interface ClusterNodeGroup {
|
|
26009
26060
|
/**
|
|
26010
|
-
* Additional security Group IDS for Cluster, you can also specify this key for each node group.
|
|
26061
|
+
* Additional security Group IDS for Cluster, you can also specify this key for each node group. **NOTE:** From version 1.230.1, `additionalSecurityGroupIds` can not be modified.
|
|
26011
26062
|
*/
|
|
26012
26063
|
additionalSecurityGroupIds?: string[];
|
|
26013
26064
|
/**
|
|
@@ -26015,7 +26066,7 @@ export declare namespace emrv2 {
|
|
|
26015
26066
|
*/
|
|
26016
26067
|
autoScalingPolicy?: outputs.emrv2.ClusterNodeGroupAutoScalingPolicy;
|
|
26017
26068
|
/**
|
|
26018
|
-
* The detail cost optimized configuration of emr cluster. See `costOptimizedConfig` below.
|
|
26069
|
+
* The detail cost optimized configuration of emr cluster. See `costOptimizedConfig` below. **NOTE:** From version 1.230.1, `costOptimizedConfig` can not be modified.
|
|
26019
26070
|
*/
|
|
26020
26071
|
costOptimizedConfig?: outputs.emrv2.ClusterNodeGroupCostOptimizedConfig;
|
|
26021
26072
|
/**
|
|
@@ -26023,7 +26074,7 @@ export declare namespace emrv2 {
|
|
|
26023
26074
|
*/
|
|
26024
26075
|
dataDisks: outputs.emrv2.ClusterNodeGroupDataDisk[];
|
|
26025
26076
|
/**
|
|
26026
|
-
* Deployment set strategy for this cluster node group. Supported value: NONE, CLUSTER or NODE_GROUP.
|
|
26077
|
+
* Deployment set strategy for this cluster node group. Supported value: NONE, CLUSTER or NODE_GROUP. **NOTE:** From version 1.230.1, `deploymentSetStrategy` can not be modified.
|
|
26027
26078
|
*/
|
|
26028
26079
|
deploymentSetStrategy: string;
|
|
26029
26080
|
/**
|
|
@@ -26031,7 +26082,7 @@ export declare namespace emrv2 {
|
|
|
26031
26082
|
*/
|
|
26032
26083
|
gracefulShutdown: boolean;
|
|
26033
26084
|
/**
|
|
26034
|
-
* Host Ecs instance types.
|
|
26085
|
+
* Host Ecs instance types. **NOTE:** From version 1.230.1, `instanceTypes` can not be modified.
|
|
26035
26086
|
*/
|
|
26036
26087
|
instanceTypes: string[];
|
|
26037
26088
|
/**
|
|
@@ -26071,11 +26122,11 @@ export declare namespace emrv2 {
|
|
|
26071
26122
|
*/
|
|
26072
26123
|
systemDisk: outputs.emrv2.ClusterNodeGroupSystemDisk;
|
|
26073
26124
|
/**
|
|
26074
|
-
* Global vSwitch ids, you can also specify it in node group.
|
|
26125
|
+
* Global vSwitch ids, you can also specify it in node group. **NOTE:** From version 1.230.1, `vswitchIds` can not be modified.
|
|
26075
26126
|
*/
|
|
26076
26127
|
vswitchIds?: string[];
|
|
26077
26128
|
/**
|
|
26078
|
-
* Whether the node has a public IP address enabled.
|
|
26129
|
+
* Whether the node has a public IP address enabled. **NOTE:** From version 1.230.1, `withPublicIp` can not be modified.
|
|
26079
26130
|
*/
|
|
26080
26131
|
withPublicIp: boolean;
|
|
26081
26132
|
}
|
|
@@ -26436,6 +26487,18 @@ export declare namespace ens {
|
|
|
26436
26487
|
* - local_ssd: local disk ssd.
|
|
26437
26488
|
*/
|
|
26438
26489
|
category?: string;
|
|
26490
|
+
/**
|
|
26491
|
+
* Cloud Disk ID.
|
|
26492
|
+
*/
|
|
26493
|
+
diskId: string;
|
|
26494
|
+
/**
|
|
26495
|
+
* The ID of the KMS key used by the cloud disk.
|
|
26496
|
+
*/
|
|
26497
|
+
encryptKeyId?: string;
|
|
26498
|
+
/**
|
|
26499
|
+
* Whether to encrypt the cloud disk. Value range: true: Yes false (default): No.
|
|
26500
|
+
*/
|
|
26501
|
+
encrypted?: boolean;
|
|
26439
26502
|
/**
|
|
26440
26503
|
* Data disk size, unit: GB.
|
|
26441
26504
|
*/
|
|
@@ -26443,7 +26506,7 @@ export declare namespace ens {
|
|
|
26443
26506
|
}
|
|
26444
26507
|
interface InstanceSystemDisk {
|
|
26445
26508
|
/**
|
|
26446
|
-
* System disk type.
|
|
26509
|
+
* System disk type. Value
|
|
26447
26510
|
* - cloud_efficiency: Ultra cloud disk
|
|
26448
26511
|
* - cloud_ssd: Full Flash cloud disk
|
|
26449
26512
|
* - local_hdd: local hdd disk
|
|
@@ -36181,7 +36244,7 @@ export declare namespace nlb {
|
|
|
36181
36244
|
*/
|
|
36182
36245
|
description: string;
|
|
36183
36246
|
/**
|
|
36184
|
-
* The ID of the server group.
|
|
36247
|
+
* The ID of the server group. The value is formulated as `<server_group_id>:<server_id>:<server_type>:<port>`.
|
|
36185
36248
|
*/
|
|
36186
36249
|
id: string;
|
|
36187
36250
|
/**
|
|
@@ -36347,47 +36410,56 @@ export declare namespace nlb {
|
|
|
36347
36410
|
}
|
|
36348
36411
|
interface LoadBalancerDeletionProtectionConfig {
|
|
36349
36412
|
/**
|
|
36350
|
-
*
|
|
36413
|
+
* Specifies whether to enable deletion protection. Valid values:
|
|
36351
36414
|
*/
|
|
36352
36415
|
enabled: boolean;
|
|
36353
36416
|
/**
|
|
36354
|
-
* Opening time.
|
|
36417
|
+
* Opening time of the configuration read-only mode.
|
|
36355
36418
|
*/
|
|
36356
36419
|
enabledTime: string;
|
|
36357
36420
|
/**
|
|
36358
|
-
*
|
|
36421
|
+
* The reason why deletion protection is enabled. The reason must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). The reason must start with a letter.
|
|
36422
|
+
*
|
|
36423
|
+
*
|
|
36424
|
+
* > **NOTE:** This parameter takes effect only when `DeletionProtectionEnabled` is set to `true`.
|
|
36359
36425
|
*/
|
|
36360
36426
|
reason: string;
|
|
36361
36427
|
}
|
|
36362
36428
|
interface LoadBalancerModificationProtectionConfig {
|
|
36363
36429
|
/**
|
|
36364
|
-
* Opening time.
|
|
36430
|
+
* Opening time of the configuration read-only mode.
|
|
36365
36431
|
*/
|
|
36366
36432
|
enabledTime: string;
|
|
36367
36433
|
/**
|
|
36368
|
-
*
|
|
36434
|
+
* The reason why the configuration read-only mode is enabled. The value must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). The value must start with a letter.
|
|
36435
|
+
*
|
|
36436
|
+
* > **NOTE:** This parameter takes effect only if the `status` parameter is set to `ConsoleProtection`.
|
|
36369
36437
|
*/
|
|
36370
36438
|
reason: string;
|
|
36371
36439
|
/**
|
|
36372
|
-
*
|
|
36440
|
+
* Specifies whether to enable the configuration read-only mode. Valid values:
|
|
36441
|
+
* - `NonProtection`: disables the configuration read-only mode. In this case, you cannot set the `ModificationProtectionReason` parameter. If you specify `ModificationProtectionReason`, the value is cleared.
|
|
36442
|
+
* - `ConsoleProtection`: enables the configuration read-only mode. In this case, you can specify `ModificationProtectionReason`.
|
|
36443
|
+
*
|
|
36444
|
+
* > **NOTE:** If you set this parameter to `ConsoleProtection`, you cannot use the NLB console to modify instance configurations. However, you can call API operations to modify instance configurations.
|
|
36373
36445
|
*/
|
|
36374
36446
|
status: string;
|
|
36375
36447
|
}
|
|
36376
36448
|
interface LoadBalancerZoneMapping {
|
|
36377
36449
|
/**
|
|
36378
|
-
* The ID of the elastic IP address.
|
|
36450
|
+
* The ID of the elastic IP address (EIP) that is associated with the Internet-facing NLB instance. You can specify one EIP for each zone. You must add at least two zones. You can add a maximum of 10 zones.
|
|
36379
36451
|
*/
|
|
36380
36452
|
allocationId: string;
|
|
36381
36453
|
/**
|
|
36382
|
-
* The ID of ENI.
|
|
36454
|
+
* The ID of the elastic network interface (ENI).
|
|
36383
36455
|
*/
|
|
36384
36456
|
eniId: string;
|
|
36385
36457
|
/**
|
|
36386
|
-
* The IPv6 address of
|
|
36458
|
+
* The IPv6 address of the NLB instance.
|
|
36387
36459
|
*/
|
|
36388
36460
|
ipv6Address: string;
|
|
36389
36461
|
/**
|
|
36390
|
-
* The private
|
|
36462
|
+
* The private IP address. You must add at least two zones. You can add a maximum of 10 zones.
|
|
36391
36463
|
*/
|
|
36392
36464
|
privateIpv4Address: string;
|
|
36393
36465
|
/**
|
|
@@ -36395,69 +36467,88 @@ export declare namespace nlb {
|
|
|
36395
36467
|
*/
|
|
36396
36468
|
publicIpv4Address: string;
|
|
36397
36469
|
/**
|
|
36398
|
-
* Zone Status
|
|
36470
|
+
* Zone Status
|
|
36399
36471
|
*/
|
|
36400
36472
|
status: string;
|
|
36401
36473
|
/**
|
|
36402
|
-
* The
|
|
36474
|
+
* The vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of an NLB instance. You must add at least two zones. You can add a maximum of 10 zones.
|
|
36403
36475
|
*/
|
|
36404
36476
|
vswitchId: string;
|
|
36405
36477
|
/**
|
|
36406
|
-
* The
|
|
36478
|
+
* The ID of the zone of the NLB instance. You must add at least two zones. You can add a maximum of 10 zones.
|
|
36479
|
+
*
|
|
36480
|
+
* You can call the [DescribeZones](https://www.alibabacloud.com/help/en/doc-detail/443890.html) operation to query the most recent zone list.
|
|
36407
36481
|
*/
|
|
36408
36482
|
zoneId: string;
|
|
36409
36483
|
}
|
|
36410
36484
|
interface ServerGroupHealthCheck {
|
|
36411
36485
|
/**
|
|
36412
|
-
* The port
|
|
36486
|
+
* The port that you want to use for health checks on backend servers.
|
|
36487
|
+
*
|
|
36488
|
+
* Valid values: `0` to `65535`.
|
|
36489
|
+
*
|
|
36490
|
+
* Default value: `0`. If you set the value to 0, the port of the backend server is used for health checks.
|
|
36413
36491
|
*/
|
|
36414
36492
|
healthCheckConnectPort: number;
|
|
36415
36493
|
/**
|
|
36416
|
-
*
|
|
36494
|
+
* The maximum timeout period of a health check. Unit: seconds. Valid values: `1` to `300`. Default value: `5`.
|
|
36417
36495
|
*/
|
|
36418
36496
|
healthCheckConnectTimeout: number;
|
|
36419
36497
|
/**
|
|
36420
|
-
* The domain name
|
|
36421
|
-
* -
|
|
36422
|
-
* - **domain**: Specify a specific domain name. The length is limited to 1 to 80 characters. Only lowercase letters, numbers, dashes (-), and half-width periods (.) can be used.
|
|
36423
|
-
* > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
|
|
36498
|
+
* The domain name that you want to use for health checks. Valid values:
|
|
36499
|
+
* - `$SERVER_IP`: the private IP address of a backend server.
|
|
36424
36500
|
*/
|
|
36425
36501
|
healthCheckDomain: string;
|
|
36426
36502
|
/**
|
|
36427
|
-
*
|
|
36428
|
-
* - **true**: on.
|
|
36429
|
-
* - **false**: closed.
|
|
36503
|
+
* Specifies whether to enable the health check feature. Valid values:
|
|
36430
36504
|
*/
|
|
36431
36505
|
healthCheckEnabled: boolean;
|
|
36432
36506
|
/**
|
|
36433
|
-
*
|
|
36434
|
-
*
|
|
36507
|
+
* The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: `http\_2xx` (default), `http\_3xx`, `http\_4xx`, and `http\_5xx`.
|
|
36508
|
+
*
|
|
36509
|
+
* > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
|
|
36435
36510
|
*/
|
|
36436
36511
|
healthCheckHttpCodes: string[];
|
|
36437
36512
|
/**
|
|
36438
|
-
*
|
|
36513
|
+
* The interval at which health checks are performed. Unit: seconds.
|
|
36514
|
+
*
|
|
36515
|
+
* Valid values: `5` to `50`.
|
|
36516
|
+
*
|
|
36517
|
+
* Default value: `10`.
|
|
36439
36518
|
*/
|
|
36440
36519
|
healthCheckInterval: number;
|
|
36441
36520
|
/**
|
|
36442
|
-
*
|
|
36521
|
+
* The protocol that you want to use for health checks. Valid values: `TCP` (default) and `HTTP`.
|
|
36443
36522
|
*/
|
|
36444
36523
|
healthCheckType: string;
|
|
36445
36524
|
/**
|
|
36446
|
-
*
|
|
36447
|
-
*
|
|
36525
|
+
* The path to which health check requests are sent.
|
|
36526
|
+
*
|
|
36527
|
+
* The path must be 1 to 80 characters in length, and can contain only letters, digits, and the following special characters: `- / . % ? # & =`. It can also contain the following extended characters: `_ ; ~ ! ( ) * [ ] @ $ ^ : ' , +`. The path must start with a forward slash (/).
|
|
36528
|
+
*
|
|
36529
|
+
* > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
|
|
36448
36530
|
*/
|
|
36449
36531
|
healthCheckUrl: string;
|
|
36450
36532
|
/**
|
|
36451
|
-
*
|
|
36533
|
+
* The number of times that an unhealthy backend server must consecutively pass health checks before it is declared healthy. In this case, the health status changes from `fail` to `success`.
|
|
36534
|
+
*
|
|
36535
|
+
* Valid values: `2` to `10`.
|
|
36536
|
+
*
|
|
36537
|
+
* Default value: `2`.
|
|
36452
36538
|
*/
|
|
36453
36539
|
healthyThreshold: number;
|
|
36454
36540
|
/**
|
|
36455
|
-
* The health
|
|
36456
|
-
*
|
|
36541
|
+
* The HTTP method that is used for health checks. Valid values: `GET` (default) and `HEAD`.
|
|
36542
|
+
*
|
|
36543
|
+
* > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
|
|
36457
36544
|
*/
|
|
36458
36545
|
httpCheckMethod?: string;
|
|
36459
36546
|
/**
|
|
36460
|
-
*
|
|
36547
|
+
* The number of times that a healthy backend server must consecutively fail health checks before it is declared unhealthy. In this case, the health status changes from `success` to `fail`.
|
|
36548
|
+
*
|
|
36549
|
+
* Valid values: `2` to `10`.
|
|
36550
|
+
*
|
|
36551
|
+
* Default value: `2`.
|
|
36461
36552
|
*/
|
|
36462
36553
|
unhealthyThreshold: number;
|
|
36463
36554
|
}
|
|
@@ -12,7 +12,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
12
12
|
* const name = config.get("name") || "terraform-example";
|
|
13
13
|
* const _default = new alicloud.vpc.CommonBandwithPackage("default", {
|
|
14
14
|
* bandwidth: "3",
|
|
15
|
-
* internetChargeType: "
|
|
15
|
+
* internetChargeType: "PayByTraffic",
|
|
16
16
|
* });
|
|
17
17
|
* const defaultEipAddress = new alicloud.ecs.EipAddress("default", {
|
|
18
18
|
* bandwidth: "3",
|
|
@@ -18,7 +18,7 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* const name = config.get("name") || "terraform-example";
|
|
19
19
|
* const _default = new alicloud.vpc.CommonBandwithPackage("default", {
|
|
20
20
|
* bandwidth: "3",
|
|
21
|
-
* internetChargeType: "
|
|
21
|
+
* internetChargeType: "PayByTraffic",
|
|
22
22
|
* });
|
|
23
23
|
* const defaultEipAddress = new alicloud.ecs.EipAddress("default", {
|
|
24
24
|
* bandwidth: "3",
|