@volcengine/pulumi 0.0.24 → 0.0.26
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/autoscaling/scalingConfiguration.d.ts +1 -1
- package/cen/bandwidthPackage.d.ts +1 -1
- package/cen/cen.d.ts +1 -1
- package/ebs/volume.d.ts +3 -3
- package/ecs/instances.d.ts +12 -0
- package/ecs/instances.js +1 -0
- package/ecs/instances.js.map +1 -1
- package/ecs/launchTemplate.d.ts +1 -1
- package/ecs/state.d.ts +3 -0
- package/ecs/state.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/nat/snatEntries.d.ts +4 -4
- package/nat/snatEntries.js +4 -4
- package/nat/snatEntry.d.ts +1 -1
- package/nat/snatEntry.js +1 -1
- package/package.json +2 -2
- package/private_zone/index.d.ts +33 -0
- package/private_zone/index.js +62 -0
- package/private_zone/index.js.map +1 -0
- package/private_zone/privateZone.d.ts +144 -0
- package/private_zone/privateZone.js +99 -0
- package/private_zone/privateZone.js.map +1 -0
- package/private_zone/privateZones.d.ts +133 -0
- package/private_zone/privateZones.js +34 -0
- package/private_zone/privateZones.js.map +1 -0
- package/private_zone/record.d.ts +143 -0
- package/private_zone/record.js +86 -0
- package/private_zone/record.js.map +1 -0
- package/private_zone/recordSets.d.ts +88 -0
- package/private_zone/recordSets.js +29 -0
- package/private_zone/recordSets.js.map +1 -0
- package/private_zone/recordWeightEnabler.d.ts +83 -0
- package/private_zone/recordWeightEnabler.js +73 -0
- package/private_zone/recordWeightEnabler.js.map +1 -0
- package/private_zone/records.d.ts +148 -0
- package/private_zone/records.js +35 -0
- package/private_zone/records.js.map +1 -0
- package/private_zone/resolverEndpoint.d.ts +155 -0
- package/private_zone/resolverEndpoint.js +116 -0
- package/private_zone/resolverEndpoint.js.map +1 -0
- package/private_zone/resolverEndpoints.d.ts +119 -0
- package/private_zone/resolverEndpoints.js +47 -0
- package/private_zone/resolverEndpoints.js.map +1 -0
- package/private_zone/resolverRule.d.ts +153 -0
- package/private_zone/resolverRule.js +98 -0
- package/private_zone/resolverRule.js.map +1 -0
- package/private_zone/resolverRules.d.ts +107 -0
- package/private_zone/resolverRules.js +46 -0
- package/private_zone/resolverRules.js.map +1 -0
- package/private_zone/userVpcAuthorization.d.ts +67 -0
- package/private_zone/userVpcAuthorization.js +71 -0
- package/private_zone/userVpcAuthorization.js.map +1 -0
- package/rds_postgresql/allowlist.d.ts +129 -0
- package/rds_postgresql/allowlist.js +92 -0
- package/rds_postgresql/allowlist.js.map +1 -0
- package/rds_postgresql/allowlistAssociate.d.ts +130 -0
- package/rds_postgresql/allowlistAssociate.js +127 -0
- package/rds_postgresql/allowlistAssociate.js.map +1 -0
- package/rds_postgresql/allowlists.d.ts +83 -0
- package/rds_postgresql/allowlists.js +44 -0
- package/rds_postgresql/allowlists.js.map +1 -0
- package/rds_postgresql/index.d.ts +9 -0
- package/rds_postgresql/index.js +14 -1
- package/rds_postgresql/index.js.map +1 -1
- package/transit_router/transitRouter.d.ts +13 -0
- package/transit_router/transitRouter.js +3 -0
- package/transit_router/transitRouter.js.map +1 -1
- package/transit_router/vpcAttachment.d.ts +15 -1
- package/transit_router/vpcAttachment.js +5 -1
- package/transit_router/vpcAttachment.js.map +1 -1
- package/types/input.d.ts +106 -0
- package/types/output.d.ts +707 -1
- package/vepfs/fileSystem.d.ts +311 -0
- package/vepfs/fileSystem.js +150 -0
- package/vepfs/fileSystem.js.map +1 -0
- package/vepfs/fileSystems.d.ts +192 -0
- package/vepfs/fileSystems.js +101 -0
- package/vepfs/fileSystems.js.map +1 -0
- package/vepfs/fileset.d.ts +210 -0
- package/vepfs/fileset.js +130 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/filesets.d.ts +200 -0
- package/vepfs/filesets.js +119 -0
- package/vepfs/filesets.js.map +1 -0
- package/vepfs/index.d.ts +21 -0
- package/vepfs/index.js +46 -0
- package/vepfs/index.js.map +1 -0
- package/vepfs/mountService.d.ts +192 -0
- package/vepfs/mountService.js +116 -0
- package/vepfs/mountService.js.map +1 -0
- package/vepfs/mountServiceAttachment.d.ts +131 -0
- package/vepfs/mountServiceAttachment.js +112 -0
- package/vepfs/mountServiceAttachment.js.map +1 -0
- package/vepfs/mountServices.d.ts +157 -0
- package/vepfs/mountServices.js +85 -0
- package/vepfs/mountServices.js.map +1 -0
- package/vke/cluster.d.ts +3 -3
- package/vke/node.d.ts +18 -18
- package/vke/nodePool.d.ts +109 -0
- package/vke/nodePool.js +80 -0
- package/vke/nodePool.js.map +1 -1
|
@@ -168,7 +168,7 @@ export declare class ScalingConfiguration extends pulumi.CustomResource {
|
|
|
168
168
|
/**
|
|
169
169
|
* The project to which the instance created by the scaling configuration belongs.
|
|
170
170
|
*/
|
|
171
|
-
readonly projectName: pulumi.Output<string
|
|
171
|
+
readonly projectName: pulumi.Output<string>;
|
|
172
172
|
/**
|
|
173
173
|
* The id of the scaling configuration.
|
|
174
174
|
*/
|
|
@@ -112,7 +112,7 @@ export declare class BandwidthPackage extends pulumi.CustomResource {
|
|
|
112
112
|
/**
|
|
113
113
|
* The ProjectName of the cen bandwidth package.
|
|
114
114
|
*/
|
|
115
|
-
readonly projectName: pulumi.Output<string
|
|
115
|
+
readonly projectName: pulumi.Output<string>;
|
|
116
116
|
/**
|
|
117
117
|
* The remain bandwidth of the cen bandwidth package.
|
|
118
118
|
*/
|
package/cen/cen.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class Cen extends pulumi.CustomResource {
|
|
|
71
71
|
/**
|
|
72
72
|
* The ProjectName of the cen instance.
|
|
73
73
|
*/
|
|
74
|
-
readonly projectName: pulumi.Output<string
|
|
74
|
+
readonly projectName: pulumi.Output<string>;
|
|
75
75
|
/**
|
|
76
76
|
* The status of the cen.
|
|
77
77
|
*/
|
package/ebs/volume.d.ts
CHANGED
|
@@ -148,7 +148,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
148
148
|
*/
|
|
149
149
|
readonly tradeStatus: pulumi.Output<number>;
|
|
150
150
|
/**
|
|
151
|
-
* The charge type of the Volume, the value is `PostPaid` or `PrePaid`. The `PrePaid` volume cannot be detached.
|
|
151
|
+
* The charge type of the Volume, the value is `PostPaid` or `PrePaid`. The `PrePaid` volume cannot be detached. Please note that `PrePaid` type needs to ask the system administrator to apply for a whitelist.
|
|
152
152
|
*/
|
|
153
153
|
readonly volumeChargeType: pulumi.Output<string | undefined>;
|
|
154
154
|
/**
|
|
@@ -220,7 +220,7 @@ export interface VolumeState {
|
|
|
220
220
|
*/
|
|
221
221
|
tradeStatus?: pulumi.Input<number>;
|
|
222
222
|
/**
|
|
223
|
-
* The charge type of the Volume, the value is `PostPaid` or `PrePaid`. The `PrePaid` volume cannot be detached.
|
|
223
|
+
* The charge type of the Volume, the value is `PostPaid` or `PrePaid`. The `PrePaid` volume cannot be detached. Please note that `PrePaid` type needs to ask the system administrator to apply for a whitelist.
|
|
224
224
|
*/
|
|
225
225
|
volumeChargeType?: pulumi.Input<string>;
|
|
226
226
|
/**
|
|
@@ -272,7 +272,7 @@ export interface VolumeArgs {
|
|
|
272
272
|
*/
|
|
273
273
|
tags?: pulumi.Input<pulumi.Input<inputs.ebs.VolumeTag>[]>;
|
|
274
274
|
/**
|
|
275
|
-
* The charge type of the Volume, the value is `PostPaid` or `PrePaid`. The `PrePaid` volume cannot be detached.
|
|
275
|
+
* The charge type of the Volume, the value is `PostPaid` or `PrePaid`. The `PrePaid` volume cannot be detached. Please note that `PrePaid` type needs to ask the system administrator to apply for a whitelist.
|
|
276
276
|
*/
|
|
277
277
|
volumeChargeType?: pulumi.Input<string>;
|
|
278
278
|
/**
|
package/ecs/instances.d.ts
CHANGED
|
@@ -82,6 +82,10 @@ export interface InstancesArgs {
|
|
|
82
82
|
* The charge type of ECS instance.
|
|
83
83
|
*/
|
|
84
84
|
instanceChargeType?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The name of ECS instance. This field support fuzzy query.
|
|
87
|
+
*/
|
|
88
|
+
instanceName?: string;
|
|
85
89
|
/**
|
|
86
90
|
* The key pair name of ECS instance.
|
|
87
91
|
*/
|
|
@@ -134,6 +138,10 @@ export interface InstancesResult {
|
|
|
134
138
|
* The charge type of ECS instance.
|
|
135
139
|
*/
|
|
136
140
|
readonly instanceChargeType?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The name of ECS instance.
|
|
143
|
+
*/
|
|
144
|
+
readonly instanceName?: string;
|
|
137
145
|
/**
|
|
138
146
|
* The collection of ECS instance query.
|
|
139
147
|
*/
|
|
@@ -254,6 +262,10 @@ export interface InstancesOutputArgs {
|
|
|
254
262
|
* The charge type of ECS instance.
|
|
255
263
|
*/
|
|
256
264
|
instanceChargeType?: pulumi.Input<string>;
|
|
265
|
+
/**
|
|
266
|
+
* The name of ECS instance. This field support fuzzy query.
|
|
267
|
+
*/
|
|
268
|
+
instanceName?: pulumi.Input<string>;
|
|
257
269
|
/**
|
|
258
270
|
* The key pair name of ECS instance.
|
|
259
271
|
*/
|
package/ecs/instances.js
CHANGED
|
@@ -73,6 +73,7 @@ function instances(args, opts) {
|
|
|
73
73
|
"hpcClusterId": args.hpcClusterId,
|
|
74
74
|
"ids": args.ids,
|
|
75
75
|
"instanceChargeType": args.instanceChargeType,
|
|
76
|
+
"instanceName": args.instanceName,
|
|
76
77
|
"keyPairName": args.keyPairName,
|
|
77
78
|
"nameRegex": args.nameRegex,
|
|
78
79
|
"outputFile": args.outputFile,
|
package/ecs/instances.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instances.js","sourceRoot":"","sources":["../../ecs/instances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"instances.js","sourceRoot":"","sources":["../../ecs/instances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AApBD,8BAoBC;AA0HD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
package/ecs/launchTemplate.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export declare class LaunchTemplate extends pulumi.CustomResource {
|
|
|
111
111
|
/**
|
|
112
112
|
* The index of the ordered suffix.
|
|
113
113
|
*/
|
|
114
|
-
readonly suffixIndex: pulumi.Output<number
|
|
114
|
+
readonly suffixIndex: pulumi.Output<number>;
|
|
115
115
|
/**
|
|
116
116
|
* Indicates whether the ordered suffix is automatically added to Hostname and InstanceName when multiple instances are created.
|
|
117
117
|
*/
|
package/ecs/state.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export declare class State extends pulumi.CustomResource {
|
|
|
72
72
|
static isInstance(obj: any): obj is State;
|
|
73
73
|
/**
|
|
74
74
|
* Start or Stop of Instance Action, the value can be `Start`, `Stop` or `ForceStop`.
|
|
75
|
+
* If the target status of the action is consistent with the current status of the instance, the action will not actually be executed.
|
|
75
76
|
*/
|
|
76
77
|
readonly action: pulumi.Output<string>;
|
|
77
78
|
/**
|
|
@@ -101,6 +102,7 @@ export declare class State extends pulumi.CustomResource {
|
|
|
101
102
|
export interface StateState {
|
|
102
103
|
/**
|
|
103
104
|
* Start or Stop of Instance Action, the value can be `Start`, `Stop` or `ForceStop`.
|
|
105
|
+
* If the target status of the action is consistent with the current status of the instance, the action will not actually be executed.
|
|
104
106
|
*/
|
|
105
107
|
action?: pulumi.Input<string>;
|
|
106
108
|
/**
|
|
@@ -122,6 +124,7 @@ export interface StateState {
|
|
|
122
124
|
export interface StateArgs {
|
|
123
125
|
/**
|
|
124
126
|
* Start or Stop of Instance Action, the value can be `Start`, `Stop` or `ForceStop`.
|
|
127
|
+
* If the target status of the action is consistent with the current status of the instance, the action will not actually be executed.
|
|
125
128
|
*/
|
|
126
129
|
action: pulumi.Input<string>;
|
|
127
130
|
/**
|
package/ecs/state.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../ecs/state.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../ecs/state.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA4BD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AA9EL,sBA+EC;AAjEG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import * as mongodb from "./mongodb";
|
|
|
25
25
|
import * as nas from "./nas";
|
|
26
26
|
import * as nat from "./nat";
|
|
27
27
|
import * as organization from "./organization";
|
|
28
|
+
import * as private_zone from "./private_zone";
|
|
28
29
|
import * as privatelink from "./privatelink";
|
|
29
30
|
import * as rds from "./rds";
|
|
30
31
|
import * as rds_mssql from "./rds_mssql";
|
|
@@ -37,7 +38,8 @@ import * as tos from "./tos";
|
|
|
37
38
|
import * as transit_router from "./transit_router";
|
|
38
39
|
import * as types from "./types";
|
|
39
40
|
import * as veenedge from "./veenedge";
|
|
41
|
+
import * as vepfs from "./vepfs";
|
|
40
42
|
import * as vke from "./vke";
|
|
41
43
|
import * as vpc from "./vpc";
|
|
42
44
|
import * as vpn from "./vpn";
|
|
43
|
-
export { alb, autoscaling, bandwidth_package, bioos, cdn, cen, clb, cloud_identity, cloud_monitor, cloudfs, config, cr, direct_connect, ebs, ecs, eip, escloud, financial_relation, iam, kafka, mongodb, nas, nat, organization, privatelink, rds, rds_mssql, rds_mysql, rds_postgresql, rds_v2, redis, tls, tos, transit_router, types, veenedge, vke, vpc, vpn, };
|
|
45
|
+
export { alb, autoscaling, bandwidth_package, bioos, cdn, cen, clb, cloud_identity, cloud_monitor, cloudfs, config, cr, direct_connect, ebs, ecs, eip, escloud, financial_relation, iam, kafka, mongodb, nas, nat, organization, private_zone, privatelink, rds, rds_mssql, rds_mysql, rds_postgresql, rds_v2, redis, tls, tos, transit_router, types, veenedge, vepfs, vke, vpc, vpn, };
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.vpn = exports.vpc = exports.vke = exports.veenedge = exports.types = exports.transit_router = exports.tos = exports.tls = exports.redis = exports.rds_v2 = exports.rds_postgresql = exports.rds_mysql = exports.rds_mssql = exports.rds = exports.privatelink = exports.organization = exports.nat = exports.nas = exports.mongodb = exports.kafka = exports.iam = exports.financial_relation = exports.escloud = exports.eip = exports.ecs = exports.ebs = exports.direct_connect = exports.cr = exports.config = exports.cloudfs = exports.cloud_monitor = exports.cloud_identity = exports.clb = exports.cen = exports.cdn = exports.bioos = exports.bandwidth_package = exports.autoscaling = exports.alb = exports.Provider = void 0;
|
|
5
|
+
exports.vpn = exports.vpc = exports.vke = exports.vepfs = exports.veenedge = exports.types = exports.transit_router = exports.tos = exports.tls = exports.redis = exports.rds_v2 = exports.rds_postgresql = exports.rds_mysql = exports.rds_mssql = exports.rds = exports.privatelink = exports.private_zone = exports.organization = exports.nat = exports.nas = exports.mongodb = exports.kafka = exports.iam = exports.financial_relation = exports.escloud = exports.eip = exports.ecs = exports.ebs = exports.direct_connect = exports.cr = exports.config = exports.cloudfs = exports.cloud_monitor = exports.cloud_identity = exports.clb = exports.cen = exports.cdn = exports.bioos = exports.bandwidth_package = exports.autoscaling = exports.alb = exports.Provider = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
exports.Provider = null;
|
|
@@ -56,6 +56,8 @@ const nat = require("./nat");
|
|
|
56
56
|
exports.nat = nat;
|
|
57
57
|
const organization = require("./organization");
|
|
58
58
|
exports.organization = organization;
|
|
59
|
+
const private_zone = require("./private_zone");
|
|
60
|
+
exports.private_zone = private_zone;
|
|
59
61
|
const privatelink = require("./privatelink");
|
|
60
62
|
exports.privatelink = privatelink;
|
|
61
63
|
const rds = require("./rds");
|
|
@@ -80,6 +82,8 @@ const types = require("./types");
|
|
|
80
82
|
exports.types = types;
|
|
81
83
|
const veenedge = require("./veenedge");
|
|
82
84
|
exports.veenedge = veenedge;
|
|
85
|
+
const vepfs = require("./vepfs");
|
|
86
|
+
exports.vepfs = vepfs;
|
|
83
87
|
const vke = require("./vke");
|
|
84
88
|
exports.vke = vke;
|
|
85
89
|
const vpc = require("./vpc");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAK5B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,sBAAsB;AACtB,6BAA6B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAK5B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,sBAAsB;AACtB,6BAA6B;AA2CzB,kBAAG;AA1CP,6CAA6C;AA2CzC,kCAAW;AA1Cf,yDAAyD;AA2CrD,8CAAiB;AA1CrB,iCAAiC;AA2C7B,sBAAK;AA1CT,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,mDAAmD;AA2C/C,wCAAc;AA1ClB,iDAAiD;AA2C7C,sCAAa;AA1CjB,qCAAqC;AA2CjC,0BAAO;AA1CX,mCAAmC;AA2C/B,wBAAM;AA1CV,2BAA2B;AA2CvB,gBAAE;AA1CN,mDAAmD;AA2C/C,wCAAc;AA1ClB,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,qCAAqC;AA2CjC,0BAAO;AA1CX,2DAA2D;AA2CvD,gDAAkB;AA1CtB,6BAA6B;AA2CzB,kBAAG;AA1CP,iCAAiC;AA2C7B,sBAAK;AA1CT,qCAAqC;AA2CjC,0BAAO;AA1CX,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,+CAA+C;AA2C3C,oCAAY;AA1ChB,+CAA+C;AA2C3C,oCAAY;AA1ChB,6CAA6C;AA2CzC,kCAAW;AA1Cf,6BAA6B;AA2CzB,kBAAG;AA1CP,yCAAyC;AA2CrC,8BAAS;AA1Cb,yCAAyC;AA2CrC,8BAAS;AA1Cb,mDAAmD;AA2C/C,wCAAc;AA1ClB,mCAAmC;AA2C/B,wBAAM;AA1CV,iCAAiC;AA2C7B,sBAAK;AA1CT,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,mDAAmD;AA2C/C,wCAAc;AA1ClB,iCAAiC;AA2C7B,sBAAK;AA1CT,uCAAuC;AA2CnC,4BAAQ;AA1CZ,iCAAiC;AA2C7B,sBAAK;AA1CT,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AA1CP,6BAA6B;AA2CzB,kBAAG;AAEP,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,YAAY,EAAE;IACjD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,6BAA6B,EAAE;YACxC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
package/nat/snatEntries.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ import * as outputs from "../types/output";
|
|
|
50
50
|
* eipId: fooAddress.id,
|
|
51
51
|
* sourceCidr: "172.16.0.0/24",
|
|
52
52
|
* }, {
|
|
53
|
-
* dependsOn: [
|
|
53
|
+
* dependsOn: [fooAssociate],
|
|
54
54
|
* });
|
|
55
55
|
* const foo2 = new volcengine.nat.SnatEntry("foo2", {
|
|
56
56
|
* snatEntryName: "acc-test-snat-entry",
|
|
@@ -58,7 +58,7 @@ import * as outputs from "../types/output";
|
|
|
58
58
|
* eipId: fooAddress.id,
|
|
59
59
|
* sourceCidr: "172.16.0.0/16",
|
|
60
60
|
* }, {
|
|
61
|
-
* dependsOn: [
|
|
61
|
+
* dependsOn: [fooAssociate],
|
|
62
62
|
* });
|
|
63
63
|
* const fooSnatEntries = volcengine.nat.SnatEntriesOutput({
|
|
64
64
|
* ids: [
|
|
@@ -191,7 +191,7 @@ export interface SnatEntriesResult {
|
|
|
191
191
|
* eipId: fooAddress.id,
|
|
192
192
|
* sourceCidr: "172.16.0.0/24",
|
|
193
193
|
* }, {
|
|
194
|
-
* dependsOn: [
|
|
194
|
+
* dependsOn: [fooAssociate],
|
|
195
195
|
* });
|
|
196
196
|
* const foo2 = new volcengine.nat.SnatEntry("foo2", {
|
|
197
197
|
* snatEntryName: "acc-test-snat-entry",
|
|
@@ -199,7 +199,7 @@ export interface SnatEntriesResult {
|
|
|
199
199
|
* eipId: fooAddress.id,
|
|
200
200
|
* sourceCidr: "172.16.0.0/16",
|
|
201
201
|
* }, {
|
|
202
|
-
* dependsOn: [
|
|
202
|
+
* dependsOn: [fooAssociate],
|
|
203
203
|
* });
|
|
204
204
|
* const fooSnatEntries = volcengine.nat.SnatEntriesOutput({
|
|
205
205
|
* ids: [
|
package/nat/snatEntries.js
CHANGED
|
@@ -55,7 +55,7 @@ const utilities = require("../utilities");
|
|
|
55
55
|
* eipId: fooAddress.id,
|
|
56
56
|
* sourceCidr: "172.16.0.0/24",
|
|
57
57
|
* }, {
|
|
58
|
-
* dependsOn: [
|
|
58
|
+
* dependsOn: [fooAssociate],
|
|
59
59
|
* });
|
|
60
60
|
* const foo2 = new volcengine.nat.SnatEntry("foo2", {
|
|
61
61
|
* snatEntryName: "acc-test-snat-entry",
|
|
@@ -63,7 +63,7 @@ const utilities = require("../utilities");
|
|
|
63
63
|
* eipId: fooAddress.id,
|
|
64
64
|
* sourceCidr: "172.16.0.0/16",
|
|
65
65
|
* }, {
|
|
66
|
-
* dependsOn: [
|
|
66
|
+
* dependsOn: [fooAssociate],
|
|
67
67
|
* });
|
|
68
68
|
* const fooSnatEntries = volcengine.nat.SnatEntriesOutput({
|
|
69
69
|
* ids: [
|
|
@@ -137,7 +137,7 @@ exports.snatEntries = snatEntries;
|
|
|
137
137
|
* eipId: fooAddress.id,
|
|
138
138
|
* sourceCidr: "172.16.0.0/24",
|
|
139
139
|
* }, {
|
|
140
|
-
* dependsOn: [
|
|
140
|
+
* dependsOn: [fooAssociate],
|
|
141
141
|
* });
|
|
142
142
|
* const foo2 = new volcengine.nat.SnatEntry("foo2", {
|
|
143
143
|
* snatEntryName: "acc-test-snat-entry",
|
|
@@ -145,7 +145,7 @@ exports.snatEntries = snatEntries;
|
|
|
145
145
|
* eipId: fooAddress.id,
|
|
146
146
|
* sourceCidr: "172.16.0.0/16",
|
|
147
147
|
* }, {
|
|
148
|
-
* dependsOn: [
|
|
148
|
+
* dependsOn: [fooAssociate],
|
|
149
149
|
* });
|
|
150
150
|
* const fooSnatEntries = volcengine.nat.SnatEntriesOutput({
|
|
151
151
|
* ids: [
|
package/nat/snatEntry.d.ts
CHANGED
package/nat/snatEntry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volcengine/pulumi",
|
|
3
|
-
"version": "v0.0.
|
|
3
|
+
"version": "v0.0.26",
|
|
4
4
|
"description": "A Pulumi package for creating and managing volcengine cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource volcengine v0.0.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource volcengine v0.0.26"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export { PrivateZoneArgs, PrivateZoneState } from "./privateZone";
|
|
2
|
+
export type PrivateZone = import("./privateZone").PrivateZone;
|
|
3
|
+
export declare const PrivateZone: typeof import("./privateZone").PrivateZone;
|
|
4
|
+
export { PrivateZonesArgs, PrivateZonesResult, PrivateZonesOutputArgs } from "./privateZones";
|
|
5
|
+
export declare const privateZones: typeof import("./privateZones").privateZones;
|
|
6
|
+
export declare const privateZonesOutput: typeof import("./privateZones").privateZonesOutput;
|
|
7
|
+
export { RecordArgs, RecordState } from "./record";
|
|
8
|
+
export type Record = import("./record").Record;
|
|
9
|
+
export declare const Record: typeof import("./record").Record;
|
|
10
|
+
export { RecordSetsArgs, RecordSetsResult, RecordSetsOutputArgs } from "./recordSets";
|
|
11
|
+
export declare const recordSets: typeof import("./recordSets").recordSets;
|
|
12
|
+
export declare const recordSetsOutput: typeof import("./recordSets").recordSetsOutput;
|
|
13
|
+
export { RecordWeightEnablerArgs, RecordWeightEnablerState } from "./recordWeightEnabler";
|
|
14
|
+
export type RecordWeightEnabler = import("./recordWeightEnabler").RecordWeightEnabler;
|
|
15
|
+
export declare const RecordWeightEnabler: typeof import("./recordWeightEnabler").RecordWeightEnabler;
|
|
16
|
+
export { RecordsArgs, RecordsResult, RecordsOutputArgs } from "./records";
|
|
17
|
+
export declare const records: typeof import("./records").records;
|
|
18
|
+
export declare const recordsOutput: typeof import("./records").recordsOutput;
|
|
19
|
+
export { ResolverEndpointArgs, ResolverEndpointState } from "./resolverEndpoint";
|
|
20
|
+
export type ResolverEndpoint = import("./resolverEndpoint").ResolverEndpoint;
|
|
21
|
+
export declare const ResolverEndpoint: typeof import("./resolverEndpoint").ResolverEndpoint;
|
|
22
|
+
export { ResolverEndpointsArgs, ResolverEndpointsResult, ResolverEndpointsOutputArgs } from "./resolverEndpoints";
|
|
23
|
+
export declare const resolverEndpoints: typeof import("./resolverEndpoints").resolverEndpoints;
|
|
24
|
+
export declare const resolverEndpointsOutput: typeof import("./resolverEndpoints").resolverEndpointsOutput;
|
|
25
|
+
export { ResolverRuleArgs, ResolverRuleState } from "./resolverRule";
|
|
26
|
+
export type ResolverRule = import("./resolverRule").ResolverRule;
|
|
27
|
+
export declare const ResolverRule: typeof import("./resolverRule").ResolverRule;
|
|
28
|
+
export { ResolverRulesArgs, ResolverRulesResult, ResolverRulesOutputArgs } from "./resolverRules";
|
|
29
|
+
export declare const resolverRules: typeof import("./resolverRules").resolverRules;
|
|
30
|
+
export declare const resolverRulesOutput: typeof import("./resolverRules").resolverRulesOutput;
|
|
31
|
+
export { UserVpcAuthorizationArgs, UserVpcAuthorizationState } from "./userVpcAuthorization";
|
|
32
|
+
export type UserVpcAuthorization = import("./userVpcAuthorization").UserVpcAuthorization;
|
|
33
|
+
export declare const UserVpcAuthorization: typeof import("./userVpcAuthorization").UserVpcAuthorization;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.UserVpcAuthorization = exports.resolverRulesOutput = exports.resolverRules = exports.ResolverRule = exports.resolverEndpointsOutput = exports.resolverEndpoints = exports.ResolverEndpoint = exports.recordsOutput = exports.records = exports.RecordWeightEnabler = exports.recordSetsOutput = exports.recordSets = exports.Record = exports.privateZonesOutput = exports.privateZones = exports.PrivateZone = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.PrivateZone = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["PrivateZone"], () => require("./privateZone"));
|
|
10
|
+
exports.privateZones = null;
|
|
11
|
+
exports.privateZonesOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["privateZones", "privateZonesOutput"], () => require("./privateZones"));
|
|
13
|
+
exports.Record = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["Record"], () => require("./record"));
|
|
15
|
+
exports.recordSets = null;
|
|
16
|
+
exports.recordSetsOutput = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["recordSets", "recordSetsOutput"], () => require("./recordSets"));
|
|
18
|
+
exports.RecordWeightEnabler = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["RecordWeightEnabler"], () => require("./recordWeightEnabler"));
|
|
20
|
+
exports.records = null;
|
|
21
|
+
exports.recordsOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["records", "recordsOutput"], () => require("./records"));
|
|
23
|
+
exports.ResolverEndpoint = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["ResolverEndpoint"], () => require("./resolverEndpoint"));
|
|
25
|
+
exports.resolverEndpoints = null;
|
|
26
|
+
exports.resolverEndpointsOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["resolverEndpoints", "resolverEndpointsOutput"], () => require("./resolverEndpoints"));
|
|
28
|
+
exports.ResolverRule = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["ResolverRule"], () => require("./resolverRule"));
|
|
30
|
+
exports.resolverRules = null;
|
|
31
|
+
exports.resolverRulesOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["resolverRules", "resolverRulesOutput"], () => require("./resolverRules"));
|
|
33
|
+
exports.UserVpcAuthorization = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["UserVpcAuthorization"], () => require("./userVpcAuthorization"));
|
|
35
|
+
const _module = {
|
|
36
|
+
version: utilities.getVersion(),
|
|
37
|
+
construct: (name, type, urn) => {
|
|
38
|
+
switch (type) {
|
|
39
|
+
case "volcengine:private_zone/privateZone:PrivateZone":
|
|
40
|
+
return new exports.PrivateZone(name, undefined, { urn });
|
|
41
|
+
case "volcengine:private_zone/record:Record":
|
|
42
|
+
return new exports.Record(name, undefined, { urn });
|
|
43
|
+
case "volcengine:private_zone/recordWeightEnabler:RecordWeightEnabler":
|
|
44
|
+
return new exports.RecordWeightEnabler(name, undefined, { urn });
|
|
45
|
+
case "volcengine:private_zone/resolverEndpoint:ResolverEndpoint":
|
|
46
|
+
return new exports.ResolverEndpoint(name, undefined, { urn });
|
|
47
|
+
case "volcengine:private_zone/resolverRule:ResolverRule":
|
|
48
|
+
return new exports.ResolverRule(name, undefined, { urn });
|
|
49
|
+
case "volcengine:private_zone/userVpcAuthorization:UserVpcAuthorization":
|
|
50
|
+
return new exports.UserVpcAuthorization(name, undefined, { urn });
|
|
51
|
+
default:
|
|
52
|
+
throw new Error(`unknown resource type ${type}`);
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
pulumi.runtime.registerResourceModule("volcengine", "private_zone/privateZone", _module);
|
|
57
|
+
pulumi.runtime.registerResourceModule("volcengine", "private_zone/record", _module);
|
|
58
|
+
pulumi.runtime.registerResourceModule("volcengine", "private_zone/recordWeightEnabler", _module);
|
|
59
|
+
pulumi.runtime.registerResourceModule("volcengine", "private_zone/resolverEndpoint", _module);
|
|
60
|
+
pulumi.runtime.registerResourceModule("volcengine", "private_zone/resolverRule", _module);
|
|
61
|
+
pulumi.runtime.registerResourceModule("volcengine", "private_zone/userVpcAuthorization", _module);
|
|
62
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../private_zone/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a resource to manage private zone
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const foo = new volcengine.private_zone.PrivateZone("foo", {
|
|
13
|
+
* intelligentMode: true,
|
|
14
|
+
* loadBalanceMode: true,
|
|
15
|
+
* recursionMode: true,
|
|
16
|
+
* remark: "acc-test-new",
|
|
17
|
+
* vpcs: [
|
|
18
|
+
* {
|
|
19
|
+
* vpcId: "vpc-rs4mi0jedipsv0x57pf****",
|
|
20
|
+
* },
|
|
21
|
+
* {
|
|
22
|
+
* region: "cn-shanghai",
|
|
23
|
+
* vpcId: "vpc-3qdzk9xju6o747prml0jk****",
|
|
24
|
+
* },
|
|
25
|
+
* ],
|
|
26
|
+
* zoneName: "acc-test-pz.com",
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* ## Import
|
|
31
|
+
*
|
|
32
|
+
* PrivateZone can be imported using the id, e.g.
|
|
33
|
+
*
|
|
34
|
+
* ```sh
|
|
35
|
+
* $ pulumi import volcengine:private_zone/privateZone:PrivateZone default resource_id
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare class PrivateZone extends pulumi.CustomResource {
|
|
39
|
+
/**
|
|
40
|
+
* Get an existing PrivateZone resource's state with the given name, ID, and optional extra
|
|
41
|
+
* properties used to qualify the lookup.
|
|
42
|
+
*
|
|
43
|
+
* @param name The _unique_ name of the resulting resource.
|
|
44
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
45
|
+
* @param state Any extra arguments used during the lookup.
|
|
46
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
47
|
+
*/
|
|
48
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PrivateZoneState, opts?: pulumi.CustomResourceOptions): PrivateZone;
|
|
49
|
+
/**
|
|
50
|
+
* Returns true if the given object is an instance of PrivateZone. This is designed to work even
|
|
51
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
|
+
*/
|
|
53
|
+
static isInstance(obj: any): obj is PrivateZone;
|
|
54
|
+
/**
|
|
55
|
+
* Whether to enable the intelligent mode of the private zone.
|
|
56
|
+
*/
|
|
57
|
+
readonly intelligentMode: pulumi.Output<boolean | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Whether to enable the load balance mode of the private zone.
|
|
60
|
+
*/
|
|
61
|
+
readonly loadBalanceMode: pulumi.Output<boolean | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* Whether to enable the recursion mode of the private zone.
|
|
64
|
+
*/
|
|
65
|
+
readonly recursionMode: pulumi.Output<boolean | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* The remark of the private zone.
|
|
68
|
+
*/
|
|
69
|
+
readonly remark: pulumi.Output<string | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* The bind vpc object of the private zone. If you want to bind another account's VPC, you need to first use resource volcengine.private_zone.UserVpcAuthorization to complete the authorization.
|
|
72
|
+
*/
|
|
73
|
+
readonly vpcs: pulumi.Output<outputs.private_zone.PrivateZoneVpc[]>;
|
|
74
|
+
/**
|
|
75
|
+
* The name of the private zone.
|
|
76
|
+
*/
|
|
77
|
+
readonly zoneName: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Create a PrivateZone resource with the given unique name, arguments, and options.
|
|
80
|
+
*
|
|
81
|
+
* @param name The _unique_ name of the resource.
|
|
82
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
83
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
84
|
+
*/
|
|
85
|
+
constructor(name: string, args: PrivateZoneArgs, opts?: pulumi.CustomResourceOptions);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Input properties used for looking up and filtering PrivateZone resources.
|
|
89
|
+
*/
|
|
90
|
+
export interface PrivateZoneState {
|
|
91
|
+
/**
|
|
92
|
+
* Whether to enable the intelligent mode of the private zone.
|
|
93
|
+
*/
|
|
94
|
+
intelligentMode?: pulumi.Input<boolean>;
|
|
95
|
+
/**
|
|
96
|
+
* Whether to enable the load balance mode of the private zone.
|
|
97
|
+
*/
|
|
98
|
+
loadBalanceMode?: pulumi.Input<boolean>;
|
|
99
|
+
/**
|
|
100
|
+
* Whether to enable the recursion mode of the private zone.
|
|
101
|
+
*/
|
|
102
|
+
recursionMode?: pulumi.Input<boolean>;
|
|
103
|
+
/**
|
|
104
|
+
* The remark of the private zone.
|
|
105
|
+
*/
|
|
106
|
+
remark?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The bind vpc object of the private zone. If you want to bind another account's VPC, you need to first use resource volcengine.private_zone.UserVpcAuthorization to complete the authorization.
|
|
109
|
+
*/
|
|
110
|
+
vpcs?: pulumi.Input<pulumi.Input<inputs.private_zone.PrivateZoneVpc>[]>;
|
|
111
|
+
/**
|
|
112
|
+
* The name of the private zone.
|
|
113
|
+
*/
|
|
114
|
+
zoneName?: pulumi.Input<string>;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* The set of arguments for constructing a PrivateZone resource.
|
|
118
|
+
*/
|
|
119
|
+
export interface PrivateZoneArgs {
|
|
120
|
+
/**
|
|
121
|
+
* Whether to enable the intelligent mode of the private zone.
|
|
122
|
+
*/
|
|
123
|
+
intelligentMode?: pulumi.Input<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* Whether to enable the load balance mode of the private zone.
|
|
126
|
+
*/
|
|
127
|
+
loadBalanceMode?: pulumi.Input<boolean>;
|
|
128
|
+
/**
|
|
129
|
+
* Whether to enable the recursion mode of the private zone.
|
|
130
|
+
*/
|
|
131
|
+
recursionMode?: pulumi.Input<boolean>;
|
|
132
|
+
/**
|
|
133
|
+
* The remark of the private zone.
|
|
134
|
+
*/
|
|
135
|
+
remark?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The bind vpc object of the private zone. If you want to bind another account's VPC, you need to first use resource volcengine.private_zone.UserVpcAuthorization to complete the authorization.
|
|
138
|
+
*/
|
|
139
|
+
vpcs: pulumi.Input<pulumi.Input<inputs.private_zone.PrivateZoneVpc>[]>;
|
|
140
|
+
/**
|
|
141
|
+
* The name of the private zone.
|
|
142
|
+
*/
|
|
143
|
+
zoneName: pulumi.Input<string>;
|
|
144
|
+
}
|