@volcengine/pulumi 0.0.18 → 0.0.20
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/scalingGroup.d.ts +1 -1
- package/bioos/cluster.d.ts +11 -11
- package/bioos/cluster.js +6 -6
- package/bioos/cluster.js.map +1 -1
- package/bioos/clusters.d.ts +3 -0
- package/bioos/clusters.js.map +1 -1
- package/bioos/workspace.d.ts +1 -1
- package/cen/grantInstance.d.ts +1 -1
- package/cen/grantInstance.js +1 -1
- package/clb/acl.d.ts +1 -1
- package/clb/certificate.d.ts +1 -1
- package/clb/clb.d.ts +68 -18
- package/clb/clb.js +38 -17
- package/clb/clb.js.map +1 -1
- package/clb/listener.d.ts +101 -0
- package/clb/listener.js +26 -0
- package/clb/listener.js.map +1 -1
- package/clb/serverGroup.d.ts +12 -0
- package/clb/serverGroup.js +2 -0
- package/clb/serverGroup.js.map +1 -1
- package/direct_connect/bgpPeer.d.ts +175 -0
- package/direct_connect/bgpPeer.js +100 -0
- package/direct_connect/bgpPeer.js.map +1 -0
- package/direct_connect/bgpPeers.d.ts +129 -0
- package/direct_connect/bgpPeers.js +52 -0
- package/direct_connect/bgpPeers.js.map +1 -0
- package/direct_connect/connection.d.ts +217 -0
- package/direct_connect/connection.js +133 -0
- package/direct_connect/connection.js.map +1 -0
- package/direct_connect/connections.d.ts +154 -0
- package/direct_connect/connections.js +54 -0
- package/direct_connect/connections.js.map +1 -0
- package/direct_connect/gateway.d.ts +100 -0
- package/direct_connect/gateway.js +79 -0
- package/direct_connect/gateway.js.map +1 -0
- package/direct_connect/gatewayRoute.d.ts +143 -0
- package/direct_connect/gatewayRoute.js +97 -0
- package/direct_connect/gatewayRoute.js.map +1 -0
- package/direct_connect/gatewayRoutes.d.ts +141 -0
- package/direct_connect/gatewayRoutes.js +58 -0
- package/direct_connect/gatewayRoutes.js.map +1 -0
- package/direct_connect/gateways.d.ts +118 -0
- package/direct_connect/gateways.js +51 -0
- package/direct_connect/gateways.js.map +1 -0
- package/direct_connect/index.d.ts +30 -0
- package/direct_connect/index.js +57 -0
- package/direct_connect/index.js.map +1 -0
- package/direct_connect/virtualInterface.d.ts +263 -0
- package/direct_connect/virtualInterface.js +127 -0
- package/direct_connect/virtualInterface.js.map +1 -0
- package/direct_connect/virtualInterfaces.d.ts +178 -0
- package/direct_connect/virtualInterfaces.js +56 -0
- package/direct_connect/virtualInterfaces.js.map +1 -0
- package/ebs/volume.d.ts +1 -1
- package/ecs/availableResources.d.ts +114 -0
- package/ecs/availableResources.js +50 -0
- package/ecs/availableResources.js.map +1 -0
- package/ecs/index.d.ts +3 -0
- package/ecs/index.js +4 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +24 -3
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/eip/address.d.ts +1 -1
- package/iam/index.d.ts +15 -0
- package/iam/index.js +22 -1
- package/iam/index.js.map +1 -1
- package/iam/userGroup.d.ts +95 -0
- package/iam/userGroup.js +79 -0
- package/iam/userGroup.js.map +1 -0
- package/iam/userGroupAttachment.d.ts +92 -0
- package/iam/userGroupAttachment.js +89 -0
- package/iam/userGroupAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachment.d.ts +105 -0
- package/iam/userGroupPolicyAttachment.js +95 -0
- package/iam/userGroupPolicyAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachments.d.ts +107 -0
- package/iam/userGroupPolicyAttachments.js +78 -0
- package/iam/userGroupPolicyAttachments.js.map +1 -0
- package/iam/userGroups.d.ts +87 -0
- package/iam/userGroups.js +59 -0
- package/iam/userGroups.js.map +1 -0
- package/index.d.ts +4 -1
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/nas/fileSystem.d.ts +241 -0
- package/nas/fileSystem.js +123 -0
- package/nas/fileSystem.js.map +1 -0
- package/nas/fileSystems.d.ts +231 -0
- package/nas/fileSystems.js +90 -0
- package/nas/fileSystems.js.map +1 -0
- package/nas/index.d.ts +30 -0
- package/nas/index.js +55 -0
- package/nas/index.js.map +1 -0
- package/nas/mountPoint.d.ts +103 -0
- package/nas/mountPoint.js +80 -0
- package/nas/mountPoint.js.map +1 -0
- package/nas/mountPoints.d.ts +91 -0
- package/nas/mountPoints.js +29 -0
- package/nas/mountPoints.js.map +1 -0
- package/nas/permissionGroup.d.ts +116 -0
- package/nas/permissionGroup.js +92 -0
- package/nas/permissionGroup.js.map +1 -0
- package/nas/permissionGroups.d.ts +116 -0
- package/nas/permissionGroups.js +87 -0
- package/nas/permissionGroups.js.map +1 -0
- package/nas/regions.d.ts +62 -0
- package/nas/regions.js +42 -0
- package/nas/regions.js.map +1 -0
- package/nas/snapshot.d.ts +167 -0
- package/nas/snapshot.js +100 -0
- package/nas/snapshot.js.map +1 -0
- package/nas/snapshots.d.ts +131 -0
- package/nas/snapshots.js +59 -0
- package/nas/snapshots.js.map +1 -0
- package/nas/zones.d.ts +62 -0
- package/nas/zones.js +42 -0
- package/nas/zones.js.map +1 -0
- package/nat/gateway.d.ts +1 -1
- package/package.json +2 -2
- package/redis/instance.d.ts +7 -4
- package/redis/instance.js +1 -1
- package/redis/instance.js.map +1 -1
- package/tls/alarmNotifyGroup.d.ts +1 -1
- package/transit_router/bandwidthPackage.d.ts +211 -0
- package/transit_router/bandwidthPackage.js +102 -0
- package/transit_router/bandwidthPackage.js.map +1 -0
- package/transit_router/bandwidthPackages.d.ts +115 -0
- package/transit_router/bandwidthPackages.js +65 -0
- package/transit_router/bandwidthPackages.js.map +1 -0
- package/transit_router/directConnectGatewayAttachment.d.ts +116 -0
- package/transit_router/directConnectGatewayAttachment.js +87 -0
- package/transit_router/directConnectGatewayAttachment.js.map +1 -0
- package/transit_router/directConnectGatewayAttachments.d.ts +99 -0
- package/transit_router/directConnectGatewayAttachments.js +48 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -0
- package/transit_router/grantRule.d.ts +95 -0
- package/transit_router/grantRule.js +82 -0
- package/transit_router/grantRule.js.map +1 -0
- package/transit_router/grantRules.d.ts +90 -0
- package/transit_router/grantRules.js +47 -0
- package/transit_router/grantRules.js.map +1 -0
- package/transit_router/index.d.ts +69 -0
- package/transit_router/index.js +110 -0
- package/transit_router/index.js.map +1 -0
- package/transit_router/peerAttachment.d.ts +179 -0
- package/transit_router/peerAttachment.js +105 -0
- package/transit_router/peerAttachment.js.map +1 -0
- package/transit_router/peerAttachments.d.ts +132 -0
- package/transit_router/peerAttachments.js +52 -0
- package/transit_router/peerAttachments.js.map +1 -0
- package/transit_router/routeEntries.d.ts +122 -0
- package/transit_router/routeEntries.js +52 -0
- package/transit_router/routeEntries.js.map +1 -0
- package/transit_router/routeEntry.d.ts +173 -0
- package/transit_router/routeEntry.js +103 -0
- package/transit_router/routeEntry.js.map +1 -0
- package/transit_router/routeTable.d.ts +135 -0
- package/transit_router/routeTable.js +89 -0
- package/transit_router/routeTable.js.map +1 -0
- package/transit_router/routeTableAssociation.d.ts +82 -0
- package/transit_router/routeTableAssociation.js +79 -0
- package/transit_router/routeTableAssociation.js.map +1 -0
- package/transit_router/routeTableAssociations.d.ts +92 -0
- package/transit_router/routeTableAssociations.js +49 -0
- package/transit_router/routeTableAssociations.js.map +1 -0
- package/transit_router/routeTablePropagation.d.ts +82 -0
- package/transit_router/routeTablePropagation.js +79 -0
- package/transit_router/routeTablePropagation.js.map +1 -0
- package/transit_router/routeTablePropagations.d.ts +92 -0
- package/transit_router/routeTablePropagations.js +49 -0
- package/transit_router/routeTablePropagations.js.map +1 -0
- package/transit_router/routeTables.d.ts +98 -0
- package/transit_router/routeTables.js +50 -0
- package/transit_router/routeTables.js.map +1 -0
- package/transit_router/sharedTransitRouterState.d.ts +82 -0
- package/transit_router/sharedTransitRouterState.js +79 -0
- package/transit_router/sharedTransitRouterState.js.map +1 -0
- package/transit_router/transitRouter.d.ts +148 -0
- package/transit_router/transitRouter.js +89 -0
- package/transit_router/transitRouter.js.map +1 -0
- package/transit_router/transitRouters.d.ts +89 -0
- package/transit_router/transitRouters.js +50 -0
- package/transit_router/transitRouters.js.map +1 -0
- package/transit_router/vpcAttachment.d.ts +164 -0
- package/transit_router/vpcAttachment.js +108 -0
- package/transit_router/vpcAttachment.js.map +1 -0
- package/transit_router/vpcAttachments.d.ts +101 -0
- package/transit_router/vpcAttachments.js +50 -0
- package/transit_router/vpcAttachments.js.map +1 -0
- package/transit_router/vpnAttachment.d.ts +153 -0
- package/transit_router/vpnAttachment.js +99 -0
- package/transit_router/vpnAttachment.js.map +1 -0
- package/transit_router/vpnAttachments.d.ts +101 -0
- package/transit_router/vpnAttachments.js +50 -0
- package/transit_router/vpnAttachments.js.map +1 -0
- package/types/input.d.ts +280 -2
- package/types/output.d.ts +5318 -3363
- package/vke/index.d.ts +3 -0
- package/vke/index.js +4 -1
- package/vke/index.js.map +1 -1
- package/vke/supportResourceTypes.d.ts +80 -0
- package/vke/supportResourceTypes.js +44 -0
- package/vke/supportResourceTypes.js.map +1 -0
- package/vpc/haVip.d.ts +206 -0
- package/vpc/haVip.js +120 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/haVipAssociate.d.ts +131 -0
- package/vpc/haVipAssociate.js +118 -0
- package/vpc/haVipAssociate.js.map +1 -0
- package/vpc/haVips.d.ts +192 -0
- package/vpc/haVips.js +90 -0
- package/vpc/haVips.js.map +1 -0
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +22 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +1 -1
- package/vpc/networkInterface.d.ts +31 -1
- package/vpc/networkInterface.js +4 -0
- package/vpc/networkInterface.js.map +1 -1
- package/vpc/prefixList.d.ts +166 -0
- package/vpc/prefixList.js +106 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/prefixLists.d.ts +151 -0
- package/vpc/prefixLists.js +92 -0
- package/vpc/prefixLists.js.map +1 -0
- package/vpc/routeTable.d.ts +1 -1
- package/vpn/connection.d.ts +1 -1
- package/vpn/customerGateway.d.ts +1 -1
- package/vpn/gateway.d.ts +37 -1
- package/vpn/gateway.js +6 -0
- package/vpn/gateway.js.map +1 -1
- package/vpn/index.d.ts +12 -0
- package/vpn/index.js +17 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +201 -0
- package/vpn/sslVpnClientCert.js +131 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
- package/vpn/sslVpnClientCerts.d.ts +192 -0
- package/vpn/sslVpnClientCerts.js +134 -0
- package/vpn/sslVpnClientCerts.js.map +1 -0
- package/vpn/sslVpnServer.d.ts +231 -0
- package/vpn/sslVpnServer.js +128 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/sslVpnServers.d.ts +167 -0
- package/vpn/sslVpnServers.js +117 -0
- package/vpn/sslVpnServers.js.map +1 -0
|
@@ -0,0 +1,118 @@
|
|
|
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.HaVipAssociate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage ha vip associate
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
18
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
19
|
+
* vpcName: "acc-test-vpc",
|
|
20
|
+
* cidrBlock: "172.16.0.0/16",
|
|
21
|
+
* });
|
|
22
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
23
|
+
* subnetName: "acc-test-subnet",
|
|
24
|
+
* cidrBlock: "172.16.0.0/24",
|
|
25
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
26
|
+
* vpcId: fooVpc.id,
|
|
27
|
+
* });
|
|
28
|
+
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
29
|
+
* securityGroupName: "acc-test-sg",
|
|
30
|
+
* vpcId: fooVpc.id,
|
|
31
|
+
* });
|
|
32
|
+
* const fooNetworkInterface = new volcengine.vpc.NetworkInterface("fooNetworkInterface", {
|
|
33
|
+
* networkInterfaceName: "acc-test-eni",
|
|
34
|
+
* description: "acc-test",
|
|
35
|
+
* subnetId: fooSubnet.id,
|
|
36
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
37
|
+
* primaryIpAddress: "172.16.0.253",
|
|
38
|
+
* portSecurityEnabled: false,
|
|
39
|
+
* privateIpAddresses: ["172.16.0.2"],
|
|
40
|
+
* projectName: "default",
|
|
41
|
+
* tags: [{
|
|
42
|
+
* key: "k1",
|
|
43
|
+
* value: "v1",
|
|
44
|
+
* }],
|
|
45
|
+
* });
|
|
46
|
+
* const fooHaVip = new volcengine.vpc.HaVip("fooHaVip", {
|
|
47
|
+
* haVipName: "acc-test-ha-vip",
|
|
48
|
+
* description: "acc-test",
|
|
49
|
+
* subnetId: fooSubnet.id,
|
|
50
|
+
* ipAddress: "172.16.0.5",
|
|
51
|
+
* });
|
|
52
|
+
* const fooHaVipAssociate = new volcengine.vpc.HaVipAssociate("fooHaVipAssociate", {
|
|
53
|
+
* haVipId: fooHaVip.id,
|
|
54
|
+
* instanceType: "NetworkInterface",
|
|
55
|
+
* instanceId: fooNetworkInterface.id,
|
|
56
|
+
* });
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* ## Import
|
|
60
|
+
*
|
|
61
|
+
* HaVipAssociate can be imported using the ha_vip_id:instance_id, e.g.
|
|
62
|
+
*
|
|
63
|
+
* ```sh
|
|
64
|
+
* $ pulumi import volcengine:vpc/haVipAssociate:HaVipAssociate default havip-2byzv8icq1b7k2dx0eegb****:eni-2d5wv84h7onpc58ozfeeu****
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
class HaVipAssociate extends pulumi.CustomResource {
|
|
68
|
+
/**
|
|
69
|
+
* Get an existing HaVipAssociate resource's state with the given name, ID, and optional extra
|
|
70
|
+
* properties used to qualify the lookup.
|
|
71
|
+
*
|
|
72
|
+
* @param name The _unique_ name of the resulting resource.
|
|
73
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
74
|
+
* @param state Any extra arguments used during the lookup.
|
|
75
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
76
|
+
*/
|
|
77
|
+
static get(name, id, state, opts) {
|
|
78
|
+
return new HaVipAssociate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Returns true if the given object is an instance of HaVipAssociate. This is designed to work even
|
|
82
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
83
|
+
*/
|
|
84
|
+
static isInstance(obj) {
|
|
85
|
+
if (obj === undefined || obj === null) {
|
|
86
|
+
return false;
|
|
87
|
+
}
|
|
88
|
+
return obj['__pulumiType'] === HaVipAssociate.__pulumiType;
|
|
89
|
+
}
|
|
90
|
+
constructor(name, argsOrState, opts) {
|
|
91
|
+
let resourceInputs = {};
|
|
92
|
+
opts = opts || {};
|
|
93
|
+
if (opts.id) {
|
|
94
|
+
const state = argsOrState;
|
|
95
|
+
resourceInputs["haVipId"] = state ? state.haVipId : undefined;
|
|
96
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
97
|
+
resourceInputs["instanceType"] = state ? state.instanceType : undefined;
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
const args = argsOrState;
|
|
101
|
+
if ((!args || args.haVipId === undefined) && !opts.urn) {
|
|
102
|
+
throw new Error("Missing required property 'haVipId'");
|
|
103
|
+
}
|
|
104
|
+
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
105
|
+
throw new Error("Missing required property 'instanceId'");
|
|
106
|
+
}
|
|
107
|
+
resourceInputs["haVipId"] = args ? args.haVipId : undefined;
|
|
108
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
109
|
+
resourceInputs["instanceType"] = args ? args.instanceType : undefined;
|
|
110
|
+
}
|
|
111
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
112
|
+
super(HaVipAssociate.__pulumiType, name, resourceInputs, opts);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
exports.HaVipAssociate = HaVipAssociate;
|
|
116
|
+
/** @internal */
|
|
117
|
+
HaVipAssociate.__pulumiType = 'volcengine:vpc/haVipAssociate:HaVipAssociate';
|
|
118
|
+
//# sourceMappingURL=haVipAssociate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"haVipAssociate.js","sourceRoot":"","sources":["../../vpc/haVipAssociate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;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,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAvEL,wCAwEC;AA1DG,gBAAgB;AACO,2BAAY,GAAG,8CAA8C,CAAC"}
|
package/vpc/haVips.d.ts
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of ha vips
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
13
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
14
|
+
* vpcName: "acc-test-vpc",
|
|
15
|
+
* cidrBlock: "172.16.0.0/16",
|
|
16
|
+
* });
|
|
17
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
18
|
+
* subnetName: "acc-test-subnet",
|
|
19
|
+
* cidrBlock: "172.16.0.0/24",
|
|
20
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
21
|
+
* vpcId: fooVpc.id,
|
|
22
|
+
* });
|
|
23
|
+
* const fooHaVip = new volcengine.vpc.HaVip("fooHaVip", {
|
|
24
|
+
* haVipName: "acc-test-ha-vip",
|
|
25
|
+
* description: "acc-test",
|
|
26
|
+
* subnetId: fooSubnet.id,
|
|
27
|
+
* });
|
|
28
|
+
* // ip_address = "172.16.0.5"
|
|
29
|
+
* const fooHaVips = volcengine.vpc.HaVipsOutput({
|
|
30
|
+
* ids: [fooHaVip.id],
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare function haVips(args?: HaVipsArgs, opts?: pulumi.InvokeOptions): Promise<HaVipsResult>;
|
|
35
|
+
/**
|
|
36
|
+
* A collection of arguments for invoking HaVips.
|
|
37
|
+
*/
|
|
38
|
+
export interface HaVipsArgs {
|
|
39
|
+
/**
|
|
40
|
+
* The name of Ha Vip.
|
|
41
|
+
*/
|
|
42
|
+
haVipName?: string;
|
|
43
|
+
/**
|
|
44
|
+
* A list of Ha Vip IDs.
|
|
45
|
+
*/
|
|
46
|
+
ids?: string[];
|
|
47
|
+
/**
|
|
48
|
+
* The ip address of Ha Vip.
|
|
49
|
+
*/
|
|
50
|
+
ipAddress?: string;
|
|
51
|
+
/**
|
|
52
|
+
* A Name Regex of Resource.
|
|
53
|
+
*/
|
|
54
|
+
nameRegex?: string;
|
|
55
|
+
/**
|
|
56
|
+
* File name where to save data source results.
|
|
57
|
+
*/
|
|
58
|
+
outputFile?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The project name of Ha Vip.
|
|
61
|
+
*/
|
|
62
|
+
projectName?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The status of Ha Vip.
|
|
65
|
+
*/
|
|
66
|
+
status?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The id of subnet.
|
|
69
|
+
*/
|
|
70
|
+
subnetId?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The id of vpc.
|
|
73
|
+
*/
|
|
74
|
+
vpcId?: string;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* A collection of values returned by HaVips.
|
|
78
|
+
*/
|
|
79
|
+
export interface HaVipsResult {
|
|
80
|
+
/**
|
|
81
|
+
* The name of the Ha Vip.
|
|
82
|
+
*/
|
|
83
|
+
readonly haVipName?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The collection of query.
|
|
86
|
+
*/
|
|
87
|
+
readonly haVips: outputs.vpc.HaVipsHaVip[];
|
|
88
|
+
/**
|
|
89
|
+
* The provider-assigned unique ID for this managed resource.
|
|
90
|
+
*/
|
|
91
|
+
readonly id: string;
|
|
92
|
+
readonly ids?: string[];
|
|
93
|
+
/**
|
|
94
|
+
* The ip address of the Ha Vip.
|
|
95
|
+
*/
|
|
96
|
+
readonly ipAddress?: string;
|
|
97
|
+
readonly nameRegex?: string;
|
|
98
|
+
readonly outputFile?: string;
|
|
99
|
+
/**
|
|
100
|
+
* The project name of the Ha Vip.
|
|
101
|
+
*/
|
|
102
|
+
readonly projectName?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The status of the Ha Vip.
|
|
105
|
+
*/
|
|
106
|
+
readonly status?: string;
|
|
107
|
+
/**
|
|
108
|
+
* The subnet id of the Ha Vip.
|
|
109
|
+
*/
|
|
110
|
+
readonly subnetId?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The total count of query.
|
|
113
|
+
*/
|
|
114
|
+
readonly totalCount: number;
|
|
115
|
+
/**
|
|
116
|
+
* The vpc id of the Ha Vip.
|
|
117
|
+
*/
|
|
118
|
+
readonly vpcId?: string;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Use this data source to query detailed information of ha vips
|
|
122
|
+
* ## Example Usage
|
|
123
|
+
*
|
|
124
|
+
* ```typescript
|
|
125
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
126
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
127
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
128
|
+
*
|
|
129
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
130
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
131
|
+
* vpcName: "acc-test-vpc",
|
|
132
|
+
* cidrBlock: "172.16.0.0/16",
|
|
133
|
+
* });
|
|
134
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
135
|
+
* subnetName: "acc-test-subnet",
|
|
136
|
+
* cidrBlock: "172.16.0.0/24",
|
|
137
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
138
|
+
* vpcId: fooVpc.id,
|
|
139
|
+
* });
|
|
140
|
+
* const fooHaVip = new volcengine.vpc.HaVip("fooHaVip", {
|
|
141
|
+
* haVipName: "acc-test-ha-vip",
|
|
142
|
+
* description: "acc-test",
|
|
143
|
+
* subnetId: fooSubnet.id,
|
|
144
|
+
* });
|
|
145
|
+
* // ip_address = "172.16.0.5"
|
|
146
|
+
* const fooHaVips = volcengine.vpc.HaVipsOutput({
|
|
147
|
+
* ids: [fooHaVip.id],
|
|
148
|
+
* });
|
|
149
|
+
* ```
|
|
150
|
+
*/
|
|
151
|
+
export declare function haVipsOutput(args?: HaVipsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<HaVipsResult>;
|
|
152
|
+
/**
|
|
153
|
+
* A collection of arguments for invoking HaVips.
|
|
154
|
+
*/
|
|
155
|
+
export interface HaVipsOutputArgs {
|
|
156
|
+
/**
|
|
157
|
+
* The name of Ha Vip.
|
|
158
|
+
*/
|
|
159
|
+
haVipName?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* A list of Ha Vip IDs.
|
|
162
|
+
*/
|
|
163
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
164
|
+
/**
|
|
165
|
+
* The ip address of Ha Vip.
|
|
166
|
+
*/
|
|
167
|
+
ipAddress?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* A Name Regex of Resource.
|
|
170
|
+
*/
|
|
171
|
+
nameRegex?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* File name where to save data source results.
|
|
174
|
+
*/
|
|
175
|
+
outputFile?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* The project name of Ha Vip.
|
|
178
|
+
*/
|
|
179
|
+
projectName?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* The status of Ha Vip.
|
|
182
|
+
*/
|
|
183
|
+
status?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* The id of subnet.
|
|
186
|
+
*/
|
|
187
|
+
subnetId?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* The id of vpc.
|
|
190
|
+
*/
|
|
191
|
+
vpcId?: pulumi.Input<string>;
|
|
192
|
+
}
|
package/vpc/haVips.js
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
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.haVipsOutput = exports.haVips = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of ha vips
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
18
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
19
|
+
* vpcName: "acc-test-vpc",
|
|
20
|
+
* cidrBlock: "172.16.0.0/16",
|
|
21
|
+
* });
|
|
22
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
23
|
+
* subnetName: "acc-test-subnet",
|
|
24
|
+
* cidrBlock: "172.16.0.0/24",
|
|
25
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
26
|
+
* vpcId: fooVpc.id,
|
|
27
|
+
* });
|
|
28
|
+
* const fooHaVip = new volcengine.vpc.HaVip("fooHaVip", {
|
|
29
|
+
* haVipName: "acc-test-ha-vip",
|
|
30
|
+
* description: "acc-test",
|
|
31
|
+
* subnetId: fooSubnet.id,
|
|
32
|
+
* });
|
|
33
|
+
* // ip_address = "172.16.0.5"
|
|
34
|
+
* const fooHaVips = volcengine.vpc.HaVipsOutput({
|
|
35
|
+
* ids: [fooHaVip.id],
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
function haVips(args, opts) {
|
|
40
|
+
args = args || {};
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invoke("volcengine:vpc/haVips:HaVips", {
|
|
43
|
+
"haVipName": args.haVipName,
|
|
44
|
+
"ids": args.ids,
|
|
45
|
+
"ipAddress": args.ipAddress,
|
|
46
|
+
"nameRegex": args.nameRegex,
|
|
47
|
+
"outputFile": args.outputFile,
|
|
48
|
+
"projectName": args.projectName,
|
|
49
|
+
"status": args.status,
|
|
50
|
+
"subnetId": args.subnetId,
|
|
51
|
+
"vpcId": args.vpcId,
|
|
52
|
+
}, opts);
|
|
53
|
+
}
|
|
54
|
+
exports.haVips = haVips;
|
|
55
|
+
/**
|
|
56
|
+
* Use this data source to query detailed information of ha vips
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
62
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
63
|
+
*
|
|
64
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
65
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
66
|
+
* vpcName: "acc-test-vpc",
|
|
67
|
+
* cidrBlock: "172.16.0.0/16",
|
|
68
|
+
* });
|
|
69
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
70
|
+
* subnetName: "acc-test-subnet",
|
|
71
|
+
* cidrBlock: "172.16.0.0/24",
|
|
72
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
73
|
+
* vpcId: fooVpc.id,
|
|
74
|
+
* });
|
|
75
|
+
* const fooHaVip = new volcengine.vpc.HaVip("fooHaVip", {
|
|
76
|
+
* haVipName: "acc-test-ha-vip",
|
|
77
|
+
* description: "acc-test",
|
|
78
|
+
* subnetId: fooSubnet.id,
|
|
79
|
+
* });
|
|
80
|
+
* // ip_address = "172.16.0.5"
|
|
81
|
+
* const fooHaVips = volcengine.vpc.HaVipsOutput({
|
|
82
|
+
* ids: [fooHaVip.id],
|
|
83
|
+
* });
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
function haVipsOutput(args, opts) {
|
|
87
|
+
return pulumi.output(args).apply((a) => haVips(a, opts));
|
|
88
|
+
}
|
|
89
|
+
exports.haVipsOutput = haVipsOutput;
|
|
90
|
+
//# sourceMappingURL=haVips.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"haVips.js","sourceRoot":"","sources":["../../vpc/haVips.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,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,8BAA8B,EAAE;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,wBAeC;AAwFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
|
package/vpc/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export { HaVipArgs, HaVipState } from "./haVip";
|
|
2
|
+
export type HaVip = import("./haVip").HaVip;
|
|
3
|
+
export declare const HaVip: typeof import("./haVip").HaVip;
|
|
4
|
+
export { HaVipAssociateArgs, HaVipAssociateState } from "./haVipAssociate";
|
|
5
|
+
export type HaVipAssociate = import("./haVipAssociate").HaVipAssociate;
|
|
6
|
+
export declare const HaVipAssociate: typeof import("./haVipAssociate").HaVipAssociate;
|
|
7
|
+
export { HaVipsArgs, HaVipsResult, HaVipsOutputArgs } from "./haVips";
|
|
8
|
+
export declare const haVips: typeof import("./haVips").haVips;
|
|
9
|
+
export declare const haVipsOutput: typeof import("./haVips").haVipsOutput;
|
|
1
10
|
export { Ipv6AddressBandwidthArgs, Ipv6AddressBandwidthState } from "./ipv6AddressBandwidth";
|
|
2
11
|
export type Ipv6AddressBandwidth = import("./ipv6AddressBandwidth").Ipv6AddressBandwidth;
|
|
3
12
|
export declare const Ipv6AddressBandwidth: typeof import("./ipv6AddressBandwidth").Ipv6AddressBandwidth;
|
|
@@ -31,6 +40,12 @@ export declare const NetworkInterfaceAttach: typeof import("./networkInterfaceAt
|
|
|
31
40
|
export { NetworkInterfacesArgs, NetworkInterfacesResult, NetworkInterfacesOutputArgs } from "./networkInterfaces";
|
|
32
41
|
export declare const networkInterfaces: typeof import("./networkInterfaces").networkInterfaces;
|
|
33
42
|
export declare const networkInterfacesOutput: typeof import("./networkInterfaces").networkInterfacesOutput;
|
|
43
|
+
export { PrefixListArgs, PrefixListState } from "./prefixList";
|
|
44
|
+
export type PrefixList = import("./prefixList").PrefixList;
|
|
45
|
+
export declare const PrefixList: typeof import("./prefixList").PrefixList;
|
|
46
|
+
export { PrefixListsArgs, PrefixListsResult, PrefixListsOutputArgs } from "./prefixLists";
|
|
47
|
+
export declare const prefixLists: typeof import("./prefixLists").prefixLists;
|
|
48
|
+
export declare const prefixListsOutput: typeof import("./prefixLists").prefixListsOutput;
|
|
34
49
|
export { RouteEntriesArgs, RouteEntriesResult, RouteEntriesOutputArgs } from "./routeEntries";
|
|
35
50
|
export declare const routeEntries: typeof import("./routeEntries").routeEntries;
|
|
36
51
|
export declare const routeEntriesOutput: typeof import("./routeEntries").routeEntriesOutput;
|
package/vpc/index.js
CHANGED
|
@@ -2,9 +2,16 @@
|
|
|
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.vpcsOutput = exports.vpcs = exports.Vpc = exports.subnetsOutput = exports.subnets = exports.Subnet = exports.securityGroupsOutput = exports.securityGroups = exports.securityGroupRulesOutput = exports.securityGroupRules = exports.SecurityGroupRule = exports.SecurityGroup = exports.routeTablesOutput = exports.routeTables = exports.RouteTableAssociate = exports.RouteTable = exports.RouteEntry = exports.routeEntriesOutput = exports.routeEntries = exports.networkInterfacesOutput = exports.networkInterfaces = exports.NetworkInterfaceAttach = exports.NetworkInterface = exports.networkAclsOutput = exports.networkAcls = exports.NetworkAclAssociate = exports.NetworkAcl = exports.ipv6GatewaysOutput = exports.ipv6Gateways = exports.Ipv6Gateway = exports.ipv6AddressesOutput = exports.ipv6Addresses = exports.ipv6AddressBandwidthsOutput = exports.ipv6AddressBandwidths = exports.Ipv6AddressBandwidth = void 0;
|
|
5
|
+
exports.vpcsOutput = exports.vpcs = exports.Vpc = exports.subnetsOutput = exports.subnets = exports.Subnet = exports.securityGroupsOutput = exports.securityGroups = exports.securityGroupRulesOutput = exports.securityGroupRules = exports.SecurityGroupRule = exports.SecurityGroup = exports.routeTablesOutput = exports.routeTables = exports.RouteTableAssociate = exports.RouteTable = exports.RouteEntry = exports.routeEntriesOutput = exports.routeEntries = exports.prefixListsOutput = exports.prefixLists = exports.PrefixList = exports.networkInterfacesOutput = exports.networkInterfaces = exports.NetworkInterfaceAttach = exports.NetworkInterface = exports.networkAclsOutput = exports.networkAcls = exports.NetworkAclAssociate = exports.NetworkAcl = exports.ipv6GatewaysOutput = exports.ipv6Gateways = exports.Ipv6Gateway = exports.ipv6AddressesOutput = exports.ipv6Addresses = exports.ipv6AddressBandwidthsOutput = exports.ipv6AddressBandwidths = exports.Ipv6AddressBandwidth = exports.haVipsOutput = exports.haVips = exports.HaVipAssociate = exports.HaVip = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.HaVip = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["HaVip"], () => require("./haVip"));
|
|
10
|
+
exports.HaVipAssociate = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["HaVipAssociate"], () => require("./haVipAssociate"));
|
|
12
|
+
exports.haVips = null;
|
|
13
|
+
exports.haVipsOutput = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["haVips", "haVipsOutput"], () => require("./haVips"));
|
|
8
15
|
exports.Ipv6AddressBandwidth = null;
|
|
9
16
|
utilities.lazyLoad(exports, ["Ipv6AddressBandwidth"], () => require("./ipv6AddressBandwidth"));
|
|
10
17
|
exports.ipv6AddressBandwidths = null;
|
|
@@ -32,6 +39,11 @@ utilities.lazyLoad(exports, ["NetworkInterfaceAttach"], () => require("./network
|
|
|
32
39
|
exports.networkInterfaces = null;
|
|
33
40
|
exports.networkInterfacesOutput = null;
|
|
34
41
|
utilities.lazyLoad(exports, ["networkInterfaces", "networkInterfacesOutput"], () => require("./networkInterfaces"));
|
|
42
|
+
exports.PrefixList = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["PrefixList"], () => require("./prefixList"));
|
|
44
|
+
exports.prefixLists = null;
|
|
45
|
+
exports.prefixListsOutput = null;
|
|
46
|
+
utilities.lazyLoad(exports, ["prefixLists", "prefixListsOutput"], () => require("./prefixLists"));
|
|
35
47
|
exports.routeEntries = null;
|
|
36
48
|
exports.routeEntriesOutput = null;
|
|
37
49
|
utilities.lazyLoad(exports, ["routeEntries", "routeEntriesOutput"], () => require("./routeEntries"));
|
|
@@ -68,6 +80,10 @@ const _module = {
|
|
|
68
80
|
version: utilities.getVersion(),
|
|
69
81
|
construct: (name, type, urn) => {
|
|
70
82
|
switch (type) {
|
|
83
|
+
case "volcengine:vpc/haVip:HaVip":
|
|
84
|
+
return new exports.HaVip(name, undefined, { urn });
|
|
85
|
+
case "volcengine:vpc/haVipAssociate:HaVipAssociate":
|
|
86
|
+
return new exports.HaVipAssociate(name, undefined, { urn });
|
|
71
87
|
case "volcengine:vpc/ipv6AddressBandwidth:Ipv6AddressBandwidth":
|
|
72
88
|
return new exports.Ipv6AddressBandwidth(name, undefined, { urn });
|
|
73
89
|
case "volcengine:vpc/ipv6Gateway:Ipv6Gateway":
|
|
@@ -80,6 +96,8 @@ const _module = {
|
|
|
80
96
|
return new exports.NetworkInterface(name, undefined, { urn });
|
|
81
97
|
case "volcengine:vpc/networkInterfaceAttach:NetworkInterfaceAttach":
|
|
82
98
|
return new exports.NetworkInterfaceAttach(name, undefined, { urn });
|
|
99
|
+
case "volcengine:vpc/prefixList:PrefixList":
|
|
100
|
+
return new exports.PrefixList(name, undefined, { urn });
|
|
83
101
|
case "volcengine:vpc/routeEntry:RouteEntry":
|
|
84
102
|
return new exports.RouteEntry(name, undefined, { urn });
|
|
85
103
|
case "volcengine:vpc/routeTable:RouteTable":
|
|
@@ -99,12 +117,15 @@ const _module = {
|
|
|
99
117
|
}
|
|
100
118
|
},
|
|
101
119
|
};
|
|
120
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/haVip", _module);
|
|
121
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/haVipAssociate", _module);
|
|
102
122
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/ipv6AddressBandwidth", _module);
|
|
103
123
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/ipv6Gateway", _module);
|
|
104
124
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkAcl", _module);
|
|
105
125
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkAclAssociate", _module);
|
|
106
126
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkInterface", _module);
|
|
107
127
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkInterfaceAttach", _module);
|
|
128
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/prefixList", _module);
|
|
108
129
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/routeEntry", _module);
|
|
109
130
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/routeTable", _module);
|
|
110
131
|
pulumi.runtime.registerResourceModule("volcengine", "vpc/routeTableAssociate", _module);
|
package/vpc/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAGlF,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAI1F,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGhE,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAGhF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIpF,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGtF,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAGtE,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAIrE,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAGlF,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAI1F,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGhE,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAGhF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIpF,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGtF,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAItG,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG9D,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAGhF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIpF,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAI7F,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGtD,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxE,QAAA,GAAG,GAA+B,IAAW,CAAC;AAC3D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;AAGhD,QAAA,IAAI,GAAiC,IAAW,CAAC;AACjD,QAAA,UAAU,GAAuC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,EAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAG5E,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4BAA4B;gBAC7B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,0DAA0D;gBAC3D,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,wCAAwC;gBACzC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,sCAAsC;gBACvC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wDAAwD;gBACzD,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,kDAAkD;gBACnD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,8DAA8D;gBAC/D,OAAO,IAAI,8BAAsB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpE,KAAK,sCAAsC;gBACvC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,sCAAsC;gBACvC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,sCAAsC;gBACvC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wDAAwD;gBACzD,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,oDAAoD;gBACrD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,wBAAwB;gBACzB,OAAO,IAAI,WAAG,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA;AACzE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AAC/E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AACvF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA;AAC1F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AACvF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AACjF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA"}
|
package/vpc/networkAcl.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare class NetworkAcl extends pulumi.CustomResource {
|
|
|
80
80
|
/**
|
|
81
81
|
* The project name of the network acl.
|
|
82
82
|
*/
|
|
83
|
-
readonly projectName: pulumi.Output<string
|
|
83
|
+
readonly projectName: pulumi.Output<string>;
|
|
84
84
|
/**
|
|
85
85
|
* The vpc id of Network Acl.
|
|
86
86
|
*/
|
|
@@ -49,6 +49,16 @@ export declare class NetworkInterface extends pulumi.CustomResource {
|
|
|
49
49
|
* The description of the ENI.
|
|
50
50
|
*/
|
|
51
51
|
readonly description: pulumi.Output<string | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* The number of IPv6 addresses to be automatically assigned from within the CIDR block of the subnet that hosts the ENI. Valid values: 0 to 10.
|
|
54
|
+
* You cannot specify both the ipv6Addresses and ipv6AddressCount parameters.
|
|
55
|
+
*/
|
|
56
|
+
readonly ipv6AddressCount: pulumi.Output<number>;
|
|
57
|
+
/**
|
|
58
|
+
* One or more IPv6 addresses selected from within the CIDR block of the subnet that hosts the ENI. Support up to 10.
|
|
59
|
+
* You cannot specify both the ipv6Addresses and ipv6AddressCount parameters.
|
|
60
|
+
*/
|
|
61
|
+
readonly ipv6Addresses: pulumi.Output<string[]>;
|
|
52
62
|
/**
|
|
53
63
|
* The name of the ENI.
|
|
54
64
|
*/
|
|
@@ -68,7 +78,7 @@ export declare class NetworkInterface extends pulumi.CustomResource {
|
|
|
68
78
|
/**
|
|
69
79
|
* The ProjectName of the ENI.
|
|
70
80
|
*/
|
|
71
|
-
readonly projectName: pulumi.Output<string
|
|
81
|
+
readonly projectName: pulumi.Output<string>;
|
|
72
82
|
/**
|
|
73
83
|
* The count of secondary private ip address. This field conflicts with `privateIpAddress`.
|
|
74
84
|
*/
|
|
@@ -106,6 +116,16 @@ export interface NetworkInterfaceState {
|
|
|
106
116
|
* The description of the ENI.
|
|
107
117
|
*/
|
|
108
118
|
description?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The number of IPv6 addresses to be automatically assigned from within the CIDR block of the subnet that hosts the ENI. Valid values: 0 to 10.
|
|
121
|
+
* You cannot specify both the ipv6Addresses and ipv6AddressCount parameters.
|
|
122
|
+
*/
|
|
123
|
+
ipv6AddressCount?: pulumi.Input<number>;
|
|
124
|
+
/**
|
|
125
|
+
* One or more IPv6 addresses selected from within the CIDR block of the subnet that hosts the ENI. Support up to 10.
|
|
126
|
+
* You cannot specify both the ipv6Addresses and ipv6AddressCount parameters.
|
|
127
|
+
*/
|
|
128
|
+
ipv6Addresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
109
129
|
/**
|
|
110
130
|
* The name of the ENI.
|
|
111
131
|
*/
|
|
@@ -155,6 +175,16 @@ export interface NetworkInterfaceArgs {
|
|
|
155
175
|
* The description of the ENI.
|
|
156
176
|
*/
|
|
157
177
|
description?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* The number of IPv6 addresses to be automatically assigned from within the CIDR block of the subnet that hosts the ENI. Valid values: 0 to 10.
|
|
180
|
+
* You cannot specify both the ipv6Addresses and ipv6AddressCount parameters.
|
|
181
|
+
*/
|
|
182
|
+
ipv6AddressCount?: pulumi.Input<number>;
|
|
183
|
+
/**
|
|
184
|
+
* One or more IPv6 addresses selected from within the CIDR block of the subnet that hosts the ENI. Support up to 10.
|
|
185
|
+
* You cannot specify both the ipv6Addresses and ipv6AddressCount parameters.
|
|
186
|
+
*/
|
|
187
|
+
ipv6Addresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
188
|
/**
|
|
159
189
|
* The name of the ENI.
|
|
160
190
|
*/
|
package/vpc/networkInterface.js
CHANGED
|
@@ -62,6 +62,8 @@ class NetworkInterface extends pulumi.CustomResource {
|
|
|
62
62
|
if (opts.id) {
|
|
63
63
|
const state = argsOrState;
|
|
64
64
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
65
|
+
resourceInputs["ipv6AddressCount"] = state ? state.ipv6AddressCount : undefined;
|
|
66
|
+
resourceInputs["ipv6Addresses"] = state ? state.ipv6Addresses : undefined;
|
|
65
67
|
resourceInputs["networkInterfaceName"] = state ? state.networkInterfaceName : undefined;
|
|
66
68
|
resourceInputs["portSecurityEnabled"] = state ? state.portSecurityEnabled : undefined;
|
|
67
69
|
resourceInputs["primaryIpAddress"] = state ? state.primaryIpAddress : undefined;
|
|
@@ -82,6 +84,8 @@ class NetworkInterface extends pulumi.CustomResource {
|
|
|
82
84
|
throw new Error("Missing required property 'subnetId'");
|
|
83
85
|
}
|
|
84
86
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
87
|
+
resourceInputs["ipv6AddressCount"] = args ? args.ipv6AddressCount : undefined;
|
|
88
|
+
resourceInputs["ipv6Addresses"] = args ? args.ipv6Addresses : undefined;
|
|
85
89
|
resourceInputs["networkInterfaceName"] = args ? args.networkInterfaceName : undefined;
|
|
86
90
|
resourceInputs["portSecurityEnabled"] = args ? args.portSecurityEnabled : undefined;
|
|
87
91
|
resourceInputs["primaryIpAddress"] = args ? args.primaryIpAddress : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networkInterface.js","sourceRoot":"","sources":["../../vpc/networkInterface.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"networkInterface.js","sourceRoot":"","sources":["../../vpc/networkInterface.ts"],"names":[],"mappings":"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"}
|