@pulumi/alicloud 3.84.0 → 3.85.0
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/getInstances.d.ts +47 -24
- package/amqp/getInstances.js +34 -20
- package/amqp/getInstances.js.map +1 -1
- package/amqp/virtualHost.d.ts +21 -9
- package/amqp/virtualHost.js +21 -9
- package/amqp/virtualHost.js.map +1 -1
- package/cloudsso/delegateAccount.d.ts +85 -0
- package/cloudsso/delegateAccount.js +89 -0
- package/cloudsso/delegateAccount.js.map +1 -0
- package/cloudsso/index.d.ts +3 -0
- package/cloudsso/index.js +6 -1
- package/cloudsso/index.js.map +1 -1
- package/cs/nodePool.d.ts +3 -0
- package/cs/nodePool.js.map +1 -1
- package/ddos/bgpIp.d.ts +28 -22
- package/ddos/bgpIp.js +8 -8
- package/ddos/bgpIp.js.map +1 -1
- package/ddos/ddosBgpInstance.d.ts +86 -49
- package/ddos/ddosBgpInstance.js +10 -27
- package/ddos/ddosBgpInstance.js.map +1 -1
- package/dms/enterpriseWorkspace.d.ts +123 -0
- package/dms/enterpriseWorkspace.js +107 -0
- package/dms/enterpriseWorkspace.js.map +1 -0
- package/dms/index.d.ts +3 -0
- package/dms/index.js +6 -1
- package/dms/index.js.map +1 -1
- package/dns/ddosBgpInstance.d.ts +86 -49
- package/dns/ddosBgpInstance.js +10 -27
- package/dns/ddosBgpInstance.js.map +1 -1
- package/eflo/node.d.ts +15 -3
- package/eflo/node.js +2 -0
- package/eflo/node.js.map +1 -1
- package/esa/index.d.ts +9 -0
- package/esa/index.js +16 -1
- package/esa/index.js.map +1 -1
- package/esa/kvAccount.d.ts +53 -0
- package/esa/kvAccount.js +58 -0
- package/esa/kvAccount.js.map +1 -0
- package/esa/routineRelatedRecord.d.ts +47 -0
- package/esa/routineRelatedRecord.js +61 -0
- package/esa/routineRelatedRecord.js.map +1 -0
- package/esa/urlObservation.d.ts +123 -0
- package/esa/urlObservation.js +107 -0
- package/esa/urlObservation.js.map +1 -0
- package/fc/getService.d.ts +2 -2
- package/fc/getService.js +2 -2
- package/hologram/instance.d.ts +11 -0
- package/hologram/instance.js +2 -0
- package/hologram/instance.js.map +1 -1
- package/kms/instance.d.ts +18 -0
- package/kms/instance.js +2 -0
- package/kms/instance.js.map +1 -1
- package/log/ossExport.d.ts +3 -0
- package/log/ossExport.js +3 -0
- package/log/ossExport.js.map +1 -1
- package/message/serviceSubscription.d.ts +12 -0
- package/message/serviceSubscription.js +2 -0
- package/message/serviceSubscription.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +92 -0
- package/mongodb/shardingInstance.js +14 -0
- package/mongodb/shardingInstance.js.map +1 -1
- package/nlb/serverGroup.d.ts +12 -9
- package/nlb/serverGroup.js.map +1 -1
- package/oss/bucket.d.ts +32 -0
- package/oss/bucket.js +32 -0
- package/oss/bucket.js.map +1 -1
- package/package.json +2 -2
- package/privatelink/vpcEndpoint.d.ts +9 -3
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/resourcemanager/delegatedAdministrator.d.ts +10 -20
- package/resourcemanager/delegatedAdministrator.js +4 -14
- package/resourcemanager/delegatedAdministrator.js.map +1 -1
- package/resourcemanager/folder.d.ts +39 -12
- package/resourcemanager/folder.js +11 -6
- package/resourcemanager/folder.js.map +1 -1
- package/resourcemanager/getAccounts.d.ts +29 -14
- package/resourcemanager/getAccounts.js +6 -4
- package/resourcemanager/getAccounts.js.map +1 -1
- package/resourcemanager/index.d.ts +3 -0
- package/resourcemanager/index.js +7 -1
- package/resourcemanager/index.js.map +1 -1
- package/resourcemanager/messageContact.d.ts +193 -0
- package/resourcemanager/messageContact.js +109 -0
- package/resourcemanager/messageContact.js.map +1 -0
- package/resourcemanager/resourceDirectory.d.ts +47 -21
- package/resourcemanager/resourceDirectory.js +7 -9
- package/resourcemanager/resourceDirectory.js.map +1 -1
- package/resourcemanager/sharedResource.d.ts +34 -21
- package/resourcemanager/sharedResource.js +19 -12
- package/resourcemanager/sharedResource.js.map +1 -1
- package/resourcemanager/sharedTarget.d.ts +24 -11
- package/resourcemanager/sharedTarget.js +12 -5
- package/resourcemanager/sharedTarget.js.map +1 -1
- package/sls/getLogtailConfigs.d.ts +263 -0
- package/sls/getLogtailConfigs.js +190 -0
- package/sls/getLogtailConfigs.js.map +1 -0
- package/sls/getMachineGroups.d.ts +141 -0
- package/sls/getMachineGroups.js +100 -0
- package/sls/getMachineGroups.js.map +1 -0
- package/sls/index.d.ts +12 -0
- package/sls/index.js +17 -1
- package/sls/index.js.map +1 -1
- package/sls/logtailConfig.d.ts +227 -0
- package/sls/logtailConfig.js +149 -0
- package/sls/logtailConfig.js.map +1 -0
- package/sls/machineGroup.d.ts +164 -0
- package/sls/machineGroup.js +113 -0
- package/sls/machineGroup.js.map +1 -0
- package/types/input.d.ts +53 -18
- package/types/output.d.ts +99 -38
- package/vpc/dhcpOptionsSet.d.ts +42 -25
- package/vpc/dhcpOptionsSet.js +3 -1
- package/vpc/dhcpOptionsSet.js.map +1 -1
- package/vpc/flowLog.d.ts +11 -11
- package/vpc/haVipv2.d.ts +47 -41
- package/vpc/haVipv2.js +11 -9
- package/vpc/haVipv2.js.map +1 -1
- package/vpc/havipAttachment.d.ts +19 -26
- package/vpc/havipAttachment.js +8 -0
- package/vpc/havipAttachment.js.map +1 -1
- package/vpc/networkAcl.d.ts +15 -10
- package/vpc/networkAcl.js +3 -1
- package/vpc/networkAcl.js.map +1 -1
package/vpc/dhcpOptionsSet.d.ts
CHANGED
|
@@ -2,7 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Provides a VPC Dhcp Options Set resource.
|
|
5
|
+
* Provides a VPC Dhcp Options Set resource.
|
|
6
|
+
*
|
|
7
|
+
* DHCP option set.
|
|
6
8
|
*
|
|
7
9
|
* For information about VPC Dhcp Options Set and how to use it, see [What is Dhcp Options Set](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/dhcp-options-sets-overview).
|
|
8
10
|
*
|
|
@@ -62,29 +64,34 @@ export declare class DhcpOptionsSet extends pulumi.CustomResource {
|
|
|
62
64
|
*/
|
|
63
65
|
readonly dhcpOptionsSetDescription: pulumi.Output<string | undefined>;
|
|
64
66
|
/**
|
|
65
|
-
* The name
|
|
67
|
+
* The name of the DHCP options set.
|
|
68
|
+
* The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
|
|
66
69
|
*/
|
|
67
70
|
readonly dhcpOptionsSetName: pulumi.Output<string | undefined>;
|
|
68
71
|
/**
|
|
69
|
-
* The root domain
|
|
72
|
+
* The root domain. For example, you can set the value to example.com.
|
|
73
|
+
* After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
|
|
70
74
|
*/
|
|
71
75
|
readonly domainName: pulumi.Output<string | undefined>;
|
|
72
76
|
/**
|
|
73
|
-
* The
|
|
77
|
+
* The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
|
|
78
|
+
* If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
|
|
74
79
|
*/
|
|
75
80
|
readonly domainNameServers: pulumi.Output<string | undefined>;
|
|
76
81
|
/**
|
|
77
82
|
* Whether to PreCheck only this request, value:
|
|
78
|
-
* - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
|
|
79
|
-
* - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
|
|
80
83
|
*/
|
|
81
84
|
readonly dryRun: pulumi.Output<boolean | undefined>;
|
|
82
85
|
/**
|
|
83
|
-
* The lease time of the IPv6 DHCP option set.
|
|
86
|
+
* The lease time of the IPv6 DHCP option set.
|
|
87
|
+
* When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
|
|
88
|
+
* When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
|
|
84
89
|
*/
|
|
85
90
|
readonly ipv6LeaseTime: pulumi.Output<string>;
|
|
86
91
|
/**
|
|
87
|
-
* The lease time of the IPv4
|
|
92
|
+
* The lease time of the IPv4 addresses for the DHCP options set.
|
|
93
|
+
* If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
|
|
94
|
+
* If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
|
|
88
95
|
*/
|
|
89
96
|
readonly leaseTime: pulumi.Output<string>;
|
|
90
97
|
/**
|
|
@@ -92,7 +99,7 @@ export declare class DhcpOptionsSet extends pulumi.CustomResource {
|
|
|
92
99
|
*/
|
|
93
100
|
readonly ownerId: pulumi.Output<number>;
|
|
94
101
|
/**
|
|
95
|
-
* The ID of the resource group.
|
|
102
|
+
* The ID of the resource group to which the DHCP options set belongs.
|
|
96
103
|
*/
|
|
97
104
|
readonly resourceGroupId: pulumi.Output<string>;
|
|
98
105
|
/**
|
|
@@ -129,29 +136,34 @@ export interface DhcpOptionsSetState {
|
|
|
129
136
|
*/
|
|
130
137
|
dhcpOptionsSetDescription?: pulumi.Input<string>;
|
|
131
138
|
/**
|
|
132
|
-
* The name
|
|
139
|
+
* The name of the DHCP options set.
|
|
140
|
+
* The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
|
|
133
141
|
*/
|
|
134
142
|
dhcpOptionsSetName?: pulumi.Input<string>;
|
|
135
143
|
/**
|
|
136
|
-
* The root domain
|
|
144
|
+
* The root domain. For example, you can set the value to example.com.
|
|
145
|
+
* After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
|
|
137
146
|
*/
|
|
138
147
|
domainName?: pulumi.Input<string>;
|
|
139
148
|
/**
|
|
140
|
-
* The
|
|
149
|
+
* The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
|
|
150
|
+
* If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
|
|
141
151
|
*/
|
|
142
152
|
domainNameServers?: pulumi.Input<string>;
|
|
143
153
|
/**
|
|
144
154
|
* Whether to PreCheck only this request, value:
|
|
145
|
-
* - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
|
|
146
|
-
* - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
|
|
147
155
|
*/
|
|
148
156
|
dryRun?: pulumi.Input<boolean>;
|
|
149
157
|
/**
|
|
150
|
-
* The lease time of the IPv6 DHCP option set.
|
|
158
|
+
* The lease time of the IPv6 DHCP option set.
|
|
159
|
+
* When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
|
|
160
|
+
* When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
|
|
151
161
|
*/
|
|
152
162
|
ipv6LeaseTime?: pulumi.Input<string>;
|
|
153
163
|
/**
|
|
154
|
-
* The lease time of the IPv4
|
|
164
|
+
* The lease time of the IPv4 addresses for the DHCP options set.
|
|
165
|
+
* If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
|
|
166
|
+
* If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
|
|
155
167
|
*/
|
|
156
168
|
leaseTime?: pulumi.Input<string>;
|
|
157
169
|
/**
|
|
@@ -159,7 +171,7 @@ export interface DhcpOptionsSetState {
|
|
|
159
171
|
*/
|
|
160
172
|
ownerId?: pulumi.Input<number>;
|
|
161
173
|
/**
|
|
162
|
-
* The ID of the resource group.
|
|
174
|
+
* The ID of the resource group to which the DHCP options set belongs.
|
|
163
175
|
*/
|
|
164
176
|
resourceGroupId?: pulumi.Input<string>;
|
|
165
177
|
/**
|
|
@@ -188,33 +200,38 @@ export interface DhcpOptionsSetArgs {
|
|
|
188
200
|
*/
|
|
189
201
|
dhcpOptionsSetDescription?: pulumi.Input<string>;
|
|
190
202
|
/**
|
|
191
|
-
* The name
|
|
203
|
+
* The name of the DHCP options set.
|
|
204
|
+
* The name must be 1 to 128 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.
|
|
192
205
|
*/
|
|
193
206
|
dhcpOptionsSetName?: pulumi.Input<string>;
|
|
194
207
|
/**
|
|
195
|
-
* The root domain
|
|
208
|
+
* The root domain. For example, you can set the value to example.com.
|
|
209
|
+
* After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
|
|
196
210
|
*/
|
|
197
211
|
domainName?: pulumi.Input<string>;
|
|
198
212
|
/**
|
|
199
|
-
* The
|
|
213
|
+
* The IP address of the DNS server. You can enter at most four DNS server IP addresses. Separate IP addresses with commas (,).
|
|
214
|
+
* If no IP address is specified, the Elastic Compute Service (ECS) instance uses the IP addresses 100.100.2.136 and 100.100.2.138, which are provided by Alibaba Cloud by default.
|
|
200
215
|
*/
|
|
201
216
|
domainNameServers?: pulumi.Input<string>;
|
|
202
217
|
/**
|
|
203
218
|
* Whether to PreCheck only this request, value:
|
|
204
|
-
* - **true**: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
|
|
205
|
-
* - **false** (default): Sends a normal request and directly deletes the DHCP option set after checking.
|
|
206
219
|
*/
|
|
207
220
|
dryRun?: pulumi.Input<boolean>;
|
|
208
221
|
/**
|
|
209
|
-
* The lease time of the IPv6 DHCP option set.
|
|
222
|
+
* The lease time of the IPv6 DHCP option set.
|
|
223
|
+
* When the lease time is set to hours: Unit: h. Value range: 24h ~ 1176h,87600h ~ 175200h. Default value: 87600h.
|
|
224
|
+
* When the lease time is set to day: Unit: d. Value range: 1d ~ 49d,3650d ~ 7300d. Default value: 1d.
|
|
210
225
|
*/
|
|
211
226
|
ipv6LeaseTime?: pulumi.Input<string>;
|
|
212
227
|
/**
|
|
213
|
-
* The lease time of the IPv4
|
|
228
|
+
* The lease time of the IPv4 addresses for the DHCP options set.
|
|
229
|
+
* If you use hours as the unit, valid values are 24h to 1176h and 87600h to 175200h. Default value: 87600h.
|
|
230
|
+
* If you use days as the unit, valid values are 1d to 49d and 3650d to 7300d. Default value: 3650d.
|
|
214
231
|
*/
|
|
215
232
|
leaseTime?: pulumi.Input<string>;
|
|
216
233
|
/**
|
|
217
|
-
* The ID of the resource group.
|
|
234
|
+
* The ID of the resource group to which the DHCP options set belongs.
|
|
218
235
|
*/
|
|
219
236
|
resourceGroupId?: pulumi.Input<string>;
|
|
220
237
|
/**
|
package/vpc/dhcpOptionsSet.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.DhcpOptionsSet = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a VPC Dhcp Options Set resource.
|
|
9
|
+
* Provides a VPC Dhcp Options Set resource.
|
|
10
|
+
*
|
|
11
|
+
* DHCP option set.
|
|
10
12
|
*
|
|
11
13
|
* For information about VPC Dhcp Options Set and how to use it, see [What is Dhcp Options Set](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/dhcp-options-sets-overview).
|
|
12
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dhcpOptionsSet.js","sourceRoot":"","sources":["../../vpc/dhcpOptionsSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"dhcpOptionsSet.js","sourceRoot":"","sources":["../../vpc/dhcpOptionsSet.ts"],"names":[],"mappings":"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"}
|
package/vpc/flowLog.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class FlowLog extends pulumi.CustomResource {
|
|
|
87
87
|
*/
|
|
88
88
|
static isInstance(obj: any): obj is FlowLog;
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
|
|
91
91
|
*/
|
|
92
92
|
readonly aggregationInterval: pulumi.Output<string>;
|
|
93
93
|
/**
|
|
@@ -115,15 +115,15 @@ export declare class FlowLog extends pulumi.CustomResource {
|
|
|
115
115
|
*/
|
|
116
116
|
readonly ipVersion: pulumi.Output<string>;
|
|
117
117
|
/**
|
|
118
|
-
* The
|
|
118
|
+
* The Logstore that stores the captured traffic data.
|
|
119
119
|
*/
|
|
120
120
|
readonly logStoreName: pulumi.Output<string>;
|
|
121
121
|
/**
|
|
122
|
-
* The
|
|
122
|
+
* The project that manages the captured traffic data.
|
|
123
123
|
*/
|
|
124
124
|
readonly projectName: pulumi.Output<string>;
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
126
|
+
* The region ID.
|
|
127
127
|
*/
|
|
128
128
|
readonly regionId: pulumi.Output<string>;
|
|
129
129
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class FlowLog extends pulumi.CustomResource {
|
|
|
178
178
|
*/
|
|
179
179
|
export interface FlowLogState {
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
|
|
182
182
|
*/
|
|
183
183
|
aggregationInterval?: pulumi.Input<string>;
|
|
184
184
|
/**
|
|
@@ -206,15 +206,15 @@ export interface FlowLogState {
|
|
|
206
206
|
*/
|
|
207
207
|
ipVersion?: pulumi.Input<string>;
|
|
208
208
|
/**
|
|
209
|
-
* The
|
|
209
|
+
* The Logstore that stores the captured traffic data.
|
|
210
210
|
*/
|
|
211
211
|
logStoreName?: pulumi.Input<string>;
|
|
212
212
|
/**
|
|
213
|
-
* The
|
|
213
|
+
* The project that manages the captured traffic data.
|
|
214
214
|
*/
|
|
215
215
|
projectName?: pulumi.Input<string>;
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* The region ID.
|
|
218
218
|
*/
|
|
219
219
|
regionId?: pulumi.Input<string>;
|
|
220
220
|
/**
|
|
@@ -261,7 +261,7 @@ export interface FlowLogState {
|
|
|
261
261
|
*/
|
|
262
262
|
export interface FlowLogArgs {
|
|
263
263
|
/**
|
|
264
|
-
*
|
|
264
|
+
* The sampling interval of the flow log. Unit: seconds. Valid values: 1, 5, and 10 (default).
|
|
265
265
|
*/
|
|
266
266
|
aggregationInterval?: pulumi.Input<string>;
|
|
267
267
|
/**
|
|
@@ -277,11 +277,11 @@ export interface FlowLogArgs {
|
|
|
277
277
|
*/
|
|
278
278
|
ipVersion?: pulumi.Input<string>;
|
|
279
279
|
/**
|
|
280
|
-
* The
|
|
280
|
+
* The Logstore that stores the captured traffic data.
|
|
281
281
|
*/
|
|
282
282
|
logStoreName: pulumi.Input<string>;
|
|
283
283
|
/**
|
|
284
|
-
* The
|
|
284
|
+
* The project that manages the captured traffic data.
|
|
285
285
|
*/
|
|
286
286
|
projectName: pulumi.Input<string>;
|
|
287
287
|
/**
|
package/vpc/haVipv2.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a VPC Ha Vip resource.
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Highly available virtual IP.
|
|
6
|
+
*
|
|
7
|
+
* For information about VPC Ha Vip and how to use it, see [What is Ha Vip](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createhavip).
|
|
6
8
|
*
|
|
7
9
|
* > **NOTE:** Available since v1.205.0.
|
|
8
10
|
*
|
|
@@ -15,12 +17,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
17
|
* import * as alicloud from "@pulumi/alicloud";
|
|
16
18
|
*
|
|
17
19
|
* const config = new pulumi.Config();
|
|
18
|
-
* const name = config.get("name") || "tf-
|
|
20
|
+
* const name = config.get("name") || "tf-example";
|
|
19
21
|
* const _default = alicloud.getZones({
|
|
20
22
|
* availableResourceCreation: "VSwitch",
|
|
21
23
|
* });
|
|
22
24
|
* const defaultVpc = new alicloud.vpc.Network("defaultVpc", {
|
|
23
|
-
* description:
|
|
25
|
+
* description: name,
|
|
24
26
|
* vpcName: name,
|
|
25
27
|
* cidrBlock: "192.168.0.0/16",
|
|
26
28
|
* });
|
|
@@ -29,18 +31,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
31
|
* cidrBlock: "192.168.0.0/21",
|
|
30
32
|
* vswitchName: `${name}1`,
|
|
31
33
|
* zoneId: _default.then(_default => _default.zones?.[0]?.id),
|
|
32
|
-
* description:
|
|
34
|
+
* description: name,
|
|
33
35
|
* });
|
|
34
36
|
* const defaultRg = new alicloud.resourcemanager.ResourceGroup("defaultRg", {
|
|
35
|
-
* displayName: "tf-
|
|
37
|
+
* displayName: "tf-example-defaultRg",
|
|
36
38
|
* resourceGroupName: `${name}2`,
|
|
37
39
|
* });
|
|
38
40
|
* const changeRg = new alicloud.resourcemanager.ResourceGroup("changeRg", {
|
|
39
|
-
* displayName: "tf-
|
|
41
|
+
* displayName: "tf-example-changeRg",
|
|
40
42
|
* resourceGroupName: `${name}3`,
|
|
41
43
|
* });
|
|
42
44
|
* const defaultHaVipv2 = new alicloud.vpc.HaVipv2("default", {
|
|
43
|
-
* description:
|
|
45
|
+
* description: name,
|
|
44
46
|
* vswitchId: defaultVswitch.id,
|
|
45
47
|
* haVipName: name,
|
|
46
48
|
* ipAddress: "192.168.1.101",
|
|
@@ -50,7 +52,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
50
52
|
*
|
|
51
53
|
* ## Import
|
|
52
54
|
*
|
|
53
|
-
*
|
|
55
|
+
* VPC Ha Vip can be imported using the id, e.g.
|
|
54
56
|
*
|
|
55
57
|
* ```sh
|
|
56
58
|
* $ pulumi import alicloud:vpc/haVipv2:HaVipv2 example <id>
|
|
@@ -73,49 +75,51 @@ export declare class HaVipv2 extends pulumi.CustomResource {
|
|
|
73
75
|
*/
|
|
74
76
|
static isInstance(obj: any): obj is HaVipv2;
|
|
75
77
|
/**
|
|
76
|
-
* EIP bound to HaVip
|
|
78
|
+
* EIP bound to HaVip
|
|
77
79
|
*/
|
|
78
80
|
readonly associatedEipAddresses: pulumi.Output<string[]>;
|
|
79
81
|
/**
|
|
80
|
-
* The type of the instance that is bound to the HaVip. Value
|
|
82
|
+
* The type of the instance that is bound to the HaVip. Value:
|
|
83
|
+
* - `EcsInstance`: ECS instance.
|
|
84
|
+
* - `NetworkInterface`: ENI instance.
|
|
81
85
|
*/
|
|
82
86
|
readonly associatedInstanceType: pulumi.Output<string>;
|
|
83
87
|
/**
|
|
84
|
-
*
|
|
88
|
+
* The ID of the ECS instance to be associated with the HAVIP.
|
|
85
89
|
*/
|
|
86
90
|
readonly associatedInstances: pulumi.Output<string[]>;
|
|
87
91
|
/**
|
|
88
|
-
* The creation time of the resource
|
|
92
|
+
* The creation time of the resource
|
|
89
93
|
*/
|
|
90
94
|
readonly createTime: pulumi.Output<string>;
|
|
91
95
|
/**
|
|
92
|
-
* The description of the
|
|
96
|
+
* The description of the HAVIP. The description must be 1 to 255 characters in length and cannot start with `http://` or `https://`.
|
|
93
97
|
*/
|
|
94
98
|
readonly description: pulumi.Output<string | undefined>;
|
|
95
99
|
/**
|
|
96
|
-
* The ID of the
|
|
100
|
+
* The ID of the HaVip instance.
|
|
97
101
|
*/
|
|
98
102
|
readonly haVipId: pulumi.Output<string>;
|
|
99
103
|
/**
|
|
100
|
-
* The name of the
|
|
104
|
+
* The name of the HAVIP. The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
101
105
|
*/
|
|
102
106
|
readonly haVipName: pulumi.Output<string>;
|
|
103
107
|
/**
|
|
104
|
-
* Field 'havip_name' has been deprecated from provider version 1.
|
|
108
|
+
* . Field 'havip_name' has been deprecated from provider version 1.259.0. New field 'ha_vip_name' instead.
|
|
105
109
|
*
|
|
106
110
|
* @deprecated Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
|
|
107
111
|
*/
|
|
108
112
|
readonly havipName: pulumi.Output<string>;
|
|
109
113
|
/**
|
|
110
|
-
* The
|
|
114
|
+
* The IP address of the HAVIP. The specified IP address must be an idle IP address that falls within the CIDR block of the vSwitch. If this parameter is not set, an idle IP address from the CIDR block of the vSwitch is randomly assigned to the HAVIP.
|
|
111
115
|
*/
|
|
112
116
|
readonly ipAddress: pulumi.Output<string>;
|
|
113
117
|
/**
|
|
114
|
-
* The primary instance ID bound to HaVip
|
|
118
|
+
* The primary instance ID bound to HaVip
|
|
115
119
|
*/
|
|
116
120
|
readonly masterInstanceId: pulumi.Output<string>;
|
|
117
121
|
/**
|
|
118
|
-
* The ID of the resource group.
|
|
122
|
+
* The ID of the resource group to which the HAVIP belongs.
|
|
119
123
|
*/
|
|
120
124
|
readonly resourceGroupId: pulumi.Output<string>;
|
|
121
125
|
/**
|
|
@@ -129,11 +133,11 @@ export declare class HaVipv2 extends pulumi.CustomResource {
|
|
|
129
133
|
[key: string]: string;
|
|
130
134
|
} | undefined>;
|
|
131
135
|
/**
|
|
132
|
-
* The VPC ID to which the HaVip instance belongs
|
|
136
|
+
* The VPC ID to which the HaVip instance belongs
|
|
133
137
|
*/
|
|
134
138
|
readonly vpcId: pulumi.Output<string>;
|
|
135
139
|
/**
|
|
136
|
-
* The switch ID to which the HaVip instance belongs
|
|
140
|
+
* The switch ID to which the HaVip instance belongs
|
|
137
141
|
*
|
|
138
142
|
* The following arguments will be discarded. Please use new fields as soon as possible:
|
|
139
143
|
*/
|
|
@@ -152,49 +156,51 @@ export declare class HaVipv2 extends pulumi.CustomResource {
|
|
|
152
156
|
*/
|
|
153
157
|
export interface HaVipv2State {
|
|
154
158
|
/**
|
|
155
|
-
* EIP bound to HaVip
|
|
159
|
+
* EIP bound to HaVip
|
|
156
160
|
*/
|
|
157
161
|
associatedEipAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
162
|
/**
|
|
159
|
-
* The type of the instance that is bound to the HaVip. Value
|
|
163
|
+
* The type of the instance that is bound to the HaVip. Value:
|
|
164
|
+
* - `EcsInstance`: ECS instance.
|
|
165
|
+
* - `NetworkInterface`: ENI instance.
|
|
160
166
|
*/
|
|
161
167
|
associatedInstanceType?: pulumi.Input<string>;
|
|
162
168
|
/**
|
|
163
|
-
*
|
|
169
|
+
* The ID of the ECS instance to be associated with the HAVIP.
|
|
164
170
|
*/
|
|
165
171
|
associatedInstances?: pulumi.Input<pulumi.Input<string>[]>;
|
|
166
172
|
/**
|
|
167
|
-
* The creation time of the resource
|
|
173
|
+
* The creation time of the resource
|
|
168
174
|
*/
|
|
169
175
|
createTime?: pulumi.Input<string>;
|
|
170
176
|
/**
|
|
171
|
-
* The description of the
|
|
177
|
+
* The description of the HAVIP. The description must be 1 to 255 characters in length and cannot start with `http://` or `https://`.
|
|
172
178
|
*/
|
|
173
179
|
description?: pulumi.Input<string>;
|
|
174
180
|
/**
|
|
175
|
-
* The ID of the
|
|
181
|
+
* The ID of the HaVip instance.
|
|
176
182
|
*/
|
|
177
183
|
haVipId?: pulumi.Input<string>;
|
|
178
184
|
/**
|
|
179
|
-
* The name of the
|
|
185
|
+
* The name of the HAVIP. The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
180
186
|
*/
|
|
181
187
|
haVipName?: pulumi.Input<string>;
|
|
182
188
|
/**
|
|
183
|
-
* Field 'havip_name' has been deprecated from provider version 1.
|
|
189
|
+
* . Field 'havip_name' has been deprecated from provider version 1.259.0. New field 'ha_vip_name' instead.
|
|
184
190
|
*
|
|
185
191
|
* @deprecated Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
|
|
186
192
|
*/
|
|
187
193
|
havipName?: pulumi.Input<string>;
|
|
188
194
|
/**
|
|
189
|
-
* The
|
|
195
|
+
* The IP address of the HAVIP. The specified IP address must be an idle IP address that falls within the CIDR block of the vSwitch. If this parameter is not set, an idle IP address from the CIDR block of the vSwitch is randomly assigned to the HAVIP.
|
|
190
196
|
*/
|
|
191
197
|
ipAddress?: pulumi.Input<string>;
|
|
192
198
|
/**
|
|
193
|
-
* The primary instance ID bound to HaVip
|
|
199
|
+
* The primary instance ID bound to HaVip
|
|
194
200
|
*/
|
|
195
201
|
masterInstanceId?: pulumi.Input<string>;
|
|
196
202
|
/**
|
|
197
|
-
* The ID of the resource group.
|
|
203
|
+
* The ID of the resource group to which the HAVIP belongs.
|
|
198
204
|
*/
|
|
199
205
|
resourceGroupId?: pulumi.Input<string>;
|
|
200
206
|
/**
|
|
@@ -208,11 +214,11 @@ export interface HaVipv2State {
|
|
|
208
214
|
[key: string]: pulumi.Input<string>;
|
|
209
215
|
}>;
|
|
210
216
|
/**
|
|
211
|
-
* The VPC ID to which the HaVip instance belongs
|
|
217
|
+
* The VPC ID to which the HaVip instance belongs
|
|
212
218
|
*/
|
|
213
219
|
vpcId?: pulumi.Input<string>;
|
|
214
220
|
/**
|
|
215
|
-
* The switch ID to which the HaVip instance belongs
|
|
221
|
+
* The switch ID to which the HaVip instance belongs
|
|
216
222
|
*
|
|
217
223
|
* The following arguments will be discarded. Please use new fields as soon as possible:
|
|
218
224
|
*/
|
|
@@ -223,25 +229,25 @@ export interface HaVipv2State {
|
|
|
223
229
|
*/
|
|
224
230
|
export interface HaVipv2Args {
|
|
225
231
|
/**
|
|
226
|
-
* The description of the
|
|
232
|
+
* The description of the HAVIP. The description must be 1 to 255 characters in length and cannot start with `http://` or `https://`.
|
|
227
233
|
*/
|
|
228
234
|
description?: pulumi.Input<string>;
|
|
229
235
|
/**
|
|
230
|
-
* The name of the
|
|
236
|
+
* The name of the HAVIP. The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
231
237
|
*/
|
|
232
238
|
haVipName?: pulumi.Input<string>;
|
|
233
239
|
/**
|
|
234
|
-
* Field 'havip_name' has been deprecated from provider version 1.
|
|
240
|
+
* . Field 'havip_name' has been deprecated from provider version 1.259.0. New field 'ha_vip_name' instead.
|
|
235
241
|
*
|
|
236
242
|
* @deprecated Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
|
|
237
243
|
*/
|
|
238
244
|
havipName?: pulumi.Input<string>;
|
|
239
245
|
/**
|
|
240
|
-
* The
|
|
246
|
+
* The IP address of the HAVIP. The specified IP address must be an idle IP address that falls within the CIDR block of the vSwitch. If this parameter is not set, an idle IP address from the CIDR block of the vSwitch is randomly assigned to the HAVIP.
|
|
241
247
|
*/
|
|
242
248
|
ipAddress?: pulumi.Input<string>;
|
|
243
249
|
/**
|
|
244
|
-
* The ID of the resource group.
|
|
250
|
+
* The ID of the resource group to which the HAVIP belongs.
|
|
245
251
|
*/
|
|
246
252
|
resourceGroupId?: pulumi.Input<string>;
|
|
247
253
|
/**
|
|
@@ -251,7 +257,7 @@ export interface HaVipv2Args {
|
|
|
251
257
|
[key: string]: pulumi.Input<string>;
|
|
252
258
|
}>;
|
|
253
259
|
/**
|
|
254
|
-
* The switch ID to which the HaVip instance belongs
|
|
260
|
+
* The switch ID to which the HaVip instance belongs
|
|
255
261
|
*
|
|
256
262
|
* The following arguments will be discarded. Please use new fields as soon as possible:
|
|
257
263
|
*/
|
package/vpc/haVipv2.js
CHANGED
|
@@ -6,9 +6,11 @@ exports.HaVipv2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a VPC Ha Vip resource.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Highly available virtual IP.
|
|
12
|
+
*
|
|
13
|
+
* For information about VPC Ha Vip and how to use it, see [What is Ha Vip](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createhavip).
|
|
12
14
|
*
|
|
13
15
|
* > **NOTE:** Available since v1.205.0.
|
|
14
16
|
*
|
|
@@ -21,12 +23,12 @@ const utilities = require("../utilities");
|
|
|
21
23
|
* import * as alicloud from "@pulumi/alicloud";
|
|
22
24
|
*
|
|
23
25
|
* const config = new pulumi.Config();
|
|
24
|
-
* const name = config.get("name") || "tf-
|
|
26
|
+
* const name = config.get("name") || "tf-example";
|
|
25
27
|
* const _default = alicloud.getZones({
|
|
26
28
|
* availableResourceCreation: "VSwitch",
|
|
27
29
|
* });
|
|
28
30
|
* const defaultVpc = new alicloud.vpc.Network("defaultVpc", {
|
|
29
|
-
* description:
|
|
31
|
+
* description: name,
|
|
30
32
|
* vpcName: name,
|
|
31
33
|
* cidrBlock: "192.168.0.0/16",
|
|
32
34
|
* });
|
|
@@ -35,18 +37,18 @@ const utilities = require("../utilities");
|
|
|
35
37
|
* cidrBlock: "192.168.0.0/21",
|
|
36
38
|
* vswitchName: `${name}1`,
|
|
37
39
|
* zoneId: _default.then(_default => _default.zones?.[0]?.id),
|
|
38
|
-
* description:
|
|
40
|
+
* description: name,
|
|
39
41
|
* });
|
|
40
42
|
* const defaultRg = new alicloud.resourcemanager.ResourceGroup("defaultRg", {
|
|
41
|
-
* displayName: "tf-
|
|
43
|
+
* displayName: "tf-example-defaultRg",
|
|
42
44
|
* resourceGroupName: `${name}2`,
|
|
43
45
|
* });
|
|
44
46
|
* const changeRg = new alicloud.resourcemanager.ResourceGroup("changeRg", {
|
|
45
|
-
* displayName: "tf-
|
|
47
|
+
* displayName: "tf-example-changeRg",
|
|
46
48
|
* resourceGroupName: `${name}3`,
|
|
47
49
|
* });
|
|
48
50
|
* const defaultHaVipv2 = new alicloud.vpc.HaVipv2("default", {
|
|
49
|
-
* description:
|
|
51
|
+
* description: name,
|
|
50
52
|
* vswitchId: defaultVswitch.id,
|
|
51
53
|
* haVipName: name,
|
|
52
54
|
* ipAddress: "192.168.1.101",
|
|
@@ -56,7 +58,7 @@ const utilities = require("../utilities");
|
|
|
56
58
|
*
|
|
57
59
|
* ## Import
|
|
58
60
|
*
|
|
59
|
-
*
|
|
61
|
+
* VPC Ha Vip can be imported using the id, e.g.
|
|
60
62
|
*
|
|
61
63
|
* ```sh
|
|
62
64
|
* $ pulumi import alicloud:vpc/haVipv2:HaVipv2 example <id>
|
package/vpc/haVipv2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"haVipv2.js","sourceRoot":"","sources":["../../vpc/haVipv2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"haVipv2.js","sourceRoot":"","sources":["../../vpc/haVipv2.ts"],"names":[],"mappings":"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"}
|