@volcengine/pulumi-volcenginecc 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +373 -0
- package/README.md +77 -0
- package/alb/certificate.d.ts +197 -0
- package/alb/certificate.js +109 -0
- package/alb/certificate.js.map +1 -0
- package/alb/getCertificate.d.ts +93 -0
- package/alb/getCertificate.js +28 -0
- package/alb/getCertificate.js.map +1 -0
- package/alb/getCertificates.d.ts +22 -0
- package/alb/getCertificates.js +24 -0
- package/alb/getCertificates.js.map +1 -0
- package/alb/index.d.ts +9 -0
- package/alb/index.js +28 -0
- package/alb/index.js.map +1 -0
- package/ark/endpoint.d.ts +230 -0
- package/ark/endpoint.js +102 -0
- package/ark/endpoint.js.map +1 -0
- package/ark/getEndpoint.d.ts +117 -0
- package/ark/getEndpoint.js +28 -0
- package/ark/getEndpoint.js.map +1 -0
- package/ark/getEndpoints.d.ts +22 -0
- package/ark/getEndpoints.js +24 -0
- package/ark/getEndpoints.js.map +1 -0
- package/ark/index.d.ts +9 -0
- package/ark/index.js +28 -0
- package/ark/index.js.map +1 -0
- package/clb/clb.d.ts +512 -0
- package/clb/clb.js +148 -0
- package/clb/clb.js.map +1 -0
- package/clb/getClb.d.ts +221 -0
- package/clb/getClb.js +28 -0
- package/clb/getClb.js.map +1 -0
- package/clb/getClbs.d.ts +22 -0
- package/clb/getClbs.js +24 -0
- package/clb/getClbs.js.map +1 -0
- package/clb/getNlb.d.ts +141 -0
- package/clb/getNlb.js +28 -0
- package/clb/getNlb.js.map +1 -0
- package/clb/getNlbListener.d.ts +109 -0
- package/clb/getNlbListener.js +28 -0
- package/clb/getNlbListener.js.map +1 -0
- package/clb/getNlbListeners.d.ts +22 -0
- package/clb/getNlbListeners.js +24 -0
- package/clb/getNlbListeners.js.map +1 -0
- package/clb/getNlbServerGroup.d.ts +145 -0
- package/clb/getNlbServerGroup.js +28 -0
- package/clb/getNlbServerGroup.js.map +1 -0
- package/clb/getNlbServerGroups.d.ts +22 -0
- package/clb/getNlbServerGroups.js +24 -0
- package/clb/getNlbServerGroups.js.map +1 -0
- package/clb/getNlbs.d.ts +22 -0
- package/clb/getNlbs.js +24 -0
- package/clb/getNlbs.js.map +1 -0
- package/clb/getServerGroup.d.ts +85 -0
- package/clb/getServerGroup.js +28 -0
- package/clb/getServerGroup.js.map +1 -0
- package/clb/getServerGroups.d.ts +22 -0
- package/clb/getServerGroups.js +24 -0
- package/clb/getServerGroups.js.map +1 -0
- package/clb/index.d.ts +45 -0
- package/clb/index.js +72 -0
- package/clb/index.js.map +1 -0
- package/clb/nlb.d.ts +297 -0
- package/clb/nlb.js +120 -0
- package/clb/nlb.js.map +1 -0
- package/clb/nlbListener.d.ts +251 -0
- package/clb/nlbListener.js +126 -0
- package/clb/nlbListener.js.map +1 -0
- package/clb/nlbServerGroup.d.ts +337 -0
- package/clb/nlbServerGroup.js +116 -0
- package/clb/nlbServerGroup.js.map +1 -0
- package/clb/serverGroup.d.ts +151 -0
- package/clb/serverGroup.js +83 -0
- package/clb/serverGroup.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +37 -0
- package/config/vars.js +62 -0
- package/config/vars.js.map +1 -0
- package/cr/getRepositories.d.ts +22 -0
- package/cr/getRepositories.js +24 -0
- package/cr/getRepositories.js.map +1 -0
- package/cr/getRepository.d.ts +64 -0
- package/cr/getRepository.js +28 -0
- package/cr/getRepository.js.map +1 -0
- package/cr/index.d.ts +9 -0
- package/cr/index.js +28 -0
- package/cr/index.js.map +1 -0
- package/cr/repository.d.ts +136 -0
- package/cr/repository.js +94 -0
- package/cr/repository.js.map +1 -0
- package/ecs/command.d.ts +213 -0
- package/ecs/command.js +99 -0
- package/ecs/command.js.map +1 -0
- package/ecs/getCommand.d.ts +105 -0
- package/ecs/getCommand.js +28 -0
- package/ecs/getCommand.js.map +1 -0
- package/ecs/getCommands.d.ts +22 -0
- package/ecs/getCommands.js +24 -0
- package/ecs/getCommands.js.map +1 -0
- package/ecs/getHpcCluster.d.ts +64 -0
- package/ecs/getHpcCluster.js +28 -0
- package/ecs/getHpcCluster.js.map +1 -0
- package/ecs/getHpcClusters.d.ts +22 -0
- package/ecs/getHpcClusters.js +24 -0
- package/ecs/getHpcClusters.js.map +1 -0
- package/ecs/getImage.d.ts +157 -0
- package/ecs/getImage.js +28 -0
- package/ecs/getImage.js.map +1 -0
- package/ecs/getImages.d.ts +22 -0
- package/ecs/getImages.js +24 -0
- package/ecs/getImages.js.map +1 -0
- package/ecs/getInvocation.d.ts +143 -0
- package/ecs/getInvocation.js +28 -0
- package/ecs/getInvocation.js.map +1 -0
- package/ecs/getInvocations.d.ts +22 -0
- package/ecs/getInvocations.js +24 -0
- package/ecs/getInvocations.js.map +1 -0
- package/ecs/getKeypair.d.ts +81 -0
- package/ecs/getKeypair.js +28 -0
- package/ecs/getKeypair.js.map +1 -0
- package/ecs/getKeypairs.d.ts +22 -0
- package/ecs/getKeypairs.js +24 -0
- package/ecs/getKeypairs.js.map +1 -0
- package/ecs/hpcCluster.d.ts +134 -0
- package/ecs/hpcCluster.js +89 -0
- package/ecs/hpcCluster.js.map +1 -0
- package/ecs/image.d.ts +332 -0
- package/ecs/image.js +119 -0
- package/ecs/image.js.map +1 -0
- package/ecs/index.d.ts +45 -0
- package/ecs/index.js +72 -0
- package/ecs/index.js.map +1 -0
- package/ecs/invocation.d.ts +338 -0
- package/ecs/invocation.js +149 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/keypair.d.ts +171 -0
- package/ecs/keypair.js +98 -0
- package/ecs/keypair.js.map +1 -0
- package/filenas/getInstance.d.ts +109 -0
- package/filenas/getInstance.js +28 -0
- package/filenas/getInstance.js.map +1 -0
- package/filenas/getInstances.d.ts +22 -0
- package/filenas/getInstances.js +24 -0
- package/filenas/getInstances.js.map +1 -0
- package/filenas/index.d.ts +9 -0
- package/filenas/index.js +28 -0
- package/filenas/index.js.map +1 -0
- package/filenas/instance.d.ts +256 -0
- package/filenas/instance.js +125 -0
- package/filenas/instance.js.map +1 -0
- package/iam/accesskey.d.ts +136 -0
- package/iam/accesskey.js +81 -0
- package/iam/accesskey.js.map +1 -0
- package/iam/getAccesskey.d.ts +72 -0
- package/iam/getAccesskey.js +28 -0
- package/iam/getAccesskey.js.map +1 -0
- package/iam/getAccesskeys.d.ts +22 -0
- package/iam/getAccesskeys.js +24 -0
- package/iam/getAccesskeys.js.map +1 -0
- package/iam/getGroup.d.ts +73 -0
- package/iam/getGroup.js +28 -0
- package/iam/getGroup.js.map +1 -0
- package/iam/getGroups.d.ts +22 -0
- package/iam/getGroups.js +24 -0
- package/iam/getGroups.js.map +1 -0
- package/iam/getPolicies.d.ts +22 -0
- package/iam/getPolicies.js +24 -0
- package/iam/getPolicies.js.map +1 -0
- package/iam/getPolicy.d.ts +89 -0
- package/iam/getPolicy.js +28 -0
- package/iam/getPolicy.js.map +1 -0
- package/iam/getRole.d.ts +79 -0
- package/iam/getRole.js +28 -0
- package/iam/getRole.js.map +1 -0
- package/iam/getRoles.d.ts +22 -0
- package/iam/getRoles.js +24 -0
- package/iam/getRoles.js.map +1 -0
- package/iam/getUser.d.ts +97 -0
- package/iam/getUser.js +28 -0
- package/iam/getUser.js.map +1 -0
- package/iam/getUsers.d.ts +22 -0
- package/iam/getUsers.js +24 -0
- package/iam/getUsers.js.map +1 -0
- package/iam/group.d.ts +121 -0
- package/iam/group.js +77 -0
- package/iam/group.js.map +1 -0
- package/iam/index.d.ts +45 -0
- package/iam/index.js +72 -0
- package/iam/index.js.map +1 -0
- package/iam/policy.d.ts +156 -0
- package/iam/policy.js +91 -0
- package/iam/policy.js.map +1 -0
- package/iam/role.d.ts +185 -0
- package/iam/role.js +115 -0
- package/iam/role.js.map +1 -0
- package/iam/user.d.ts +189 -0
- package/iam/user.js +89 -0
- package/iam/user.js.map +1 -0
- package/index.d.ts +16 -0
- package/index.js +63 -0
- package/index.js.map +1 -0
- package/package.json +29 -0
- package/provider.d.ts +102 -0
- package/provider.js +61 -0
- package/provider.js.map +1 -0
- package/storageebs/getVolume.d.ts +153 -0
- package/storageebs/getVolume.js +28 -0
- package/storageebs/getVolume.js.map +1 -0
- package/storageebs/getVolumes.d.ts +22 -0
- package/storageebs/getVolumes.js +24 -0
- package/storageebs/getVolumes.js.map +1 -0
- package/storageebs/index.d.ts +9 -0
- package/storageebs/index.js +28 -0
- package/storageebs/index.js.map +1 -0
- package/storageebs/volume.d.ts +345 -0
- package/storageebs/volume.js +140 -0
- package/storageebs/volume.js.map +1 -0
- package/tos/bucket.d.ts +172 -0
- package/tos/bucket.js +87 -0
- package/tos/bucket.js.map +1 -0
- package/tos/getBucket.d.ts +90 -0
- package/tos/getBucket.js +28 -0
- package/tos/getBucket.js.map +1 -0
- package/tos/getBuckets.d.ts +22 -0
- package/tos/getBuckets.js +24 -0
- package/tos/getBuckets.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +28 -0
- package/tos/index.js.map +1 -0
- package/transitrouter/getTransitRouter.d.ts +97 -0
- package/transitrouter/getTransitRouter.js +28 -0
- package/transitrouter/getTransitRouter.js.map +1 -0
- package/transitrouter/getTransitRouters.d.ts +22 -0
- package/transitrouter/getTransitRouters.js +24 -0
- package/transitrouter/getTransitRouters.js.map +1 -0
- package/transitrouter/index.d.ts +9 -0
- package/transitrouter/index.js +28 -0
- package/transitrouter/index.js.map +1 -0
- package/transitrouter/transitRouter.d.ts +194 -0
- package/transitrouter/transitRouter.js +104 -0
- package/transitrouter/transitRouter.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +1581 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +3321 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
- package/vmp/getWorkspace.d.ts +109 -0
- package/vmp/getWorkspace.js +28 -0
- package/vmp/getWorkspace.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +22 -0
- package/vmp/getWorkspaces.js +24 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +28 -0
- package/vmp/index.js.map +1 -0
- package/vmp/workspace.d.ts +235 -0
- package/vmp/workspace.js +119 -0
- package/vmp/workspace.js.map +1 -0
- package/vpc/bandwidthPackage.d.ts +257 -0
- package/vpc/bandwidthPackage.js +103 -0
- package/vpc/bandwidthPackage.js.map +1 -0
- package/vpc/eip.d.ts +415 -0
- package/vpc/eip.js +150 -0
- package/vpc/eip.js.map +1 -0
- package/vpc/eni.d.ts +289 -0
- package/vpc/eni.js +106 -0
- package/vpc/eni.js.map +1 -0
- package/vpc/getBandwidthPackage.d.ts +125 -0
- package/vpc/getBandwidthPackage.js +28 -0
- package/vpc/getBandwidthPackage.js.map +1 -0
- package/vpc/getBandwidthPackages.d.ts +22 -0
- package/vpc/getBandwidthPackages.js +24 -0
- package/vpc/getBandwidthPackages.js.map +1 -0
- package/vpc/getEip.d.ts +169 -0
- package/vpc/getEip.js +28 -0
- package/vpc/getEip.js.map +1 -0
- package/vpc/getEips.d.ts +22 -0
- package/vpc/getEips.js +24 -0
- package/vpc/getEips.js.map +1 -0
- package/vpc/getEni.d.ts +134 -0
- package/vpc/getEni.js +28 -0
- package/vpc/getEni.js.map +1 -0
- package/vpc/getEnis.d.ts +22 -0
- package/vpc/getEnis.js +24 -0
- package/vpc/getEnis.js.map +1 -0
- package/vpc/getRouteTable.d.ts +105 -0
- package/vpc/getRouteTable.js +28 -0
- package/vpc/getRouteTable.js.map +1 -0
- package/vpc/getRouteTables.d.ts +22 -0
- package/vpc/getRouteTables.js +24 -0
- package/vpc/getRouteTables.js.map +1 -0
- package/vpc/getSecurityGroup.d.ts +82 -0
- package/vpc/getSecurityGroup.js +28 -0
- package/vpc/getSecurityGroup.js.map +1 -0
- package/vpc/getSecurityGroups.d.ts +22 -0
- package/vpc/getSecurityGroups.js +24 -0
- package/vpc/getSecurityGroups.js.map +1 -0
- package/vpc/getSubnet.d.ts +110 -0
- package/vpc/getSubnet.js +28 -0
- package/vpc/getSubnet.js.map +1 -0
- package/vpc/getSubnets.d.ts +22 -0
- package/vpc/getSubnets.js +24 -0
- package/vpc/getSubnets.js.map +1 -0
- package/vpc/getVpc.d.ts +129 -0
- package/vpc/getVpc.js +28 -0
- package/vpc/getVpc.js.map +1 -0
- package/vpc/getVpcs.d.ts +22 -0
- package/vpc/getVpcs.js +24 -0
- package/vpc/getVpcs.js.map +1 -0
- package/vpc/index.d.ts +63 -0
- package/vpc/index.js +94 -0
- package/vpc/index.js.map +1 -0
- package/vpc/routeTable.d.ts +203 -0
- package/vpc/routeTable.js +93 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpc/securityGroup.d.ts +144 -0
- package/vpc/securityGroup.js +83 -0
- package/vpc/securityGroup.js.map +1 -0
- package/vpc/subnet.d.ts +241 -0
- package/vpc/subnet.js +122 -0
- package/vpc/subnet.js.map +1 -0
- package/vpc/vpc.d.ts +277 -0
- package/vpc/vpc.js +102 -0
- package/vpc/vpc.js.map +1 -0
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::SecurityGroup
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSecurityGroup(args: GetSecurityGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getSecurityGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetSecurityGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getSecurityGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetSecurityGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* 安全组创建时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly creationTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 安全组的描述信息。长度限制为0~ 255个字符。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。不填默认空字符串。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* 安全组出向规则描述信息。未改动的信息按照原信息返回,未填或者变动的内容视为修改,请按需填写。
|
|
30
|
+
*/
|
|
31
|
+
readonly egressPermissions: outputs.vpc.GetSecurityGroupEgressPermission[];
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 安全组入向规则描述信息。未改动的信息按照原信息返回,未填或者变动的内容视为修改,请按需填写。
|
|
38
|
+
*/
|
|
39
|
+
readonly ingressPermissions: outputs.vpc.GetSecurityGroupIngressPermission[];
|
|
40
|
+
/**
|
|
41
|
+
* 安全组所属项目名称。不填默认项目为default。
|
|
42
|
+
*/
|
|
43
|
+
readonly projectName: string;
|
|
44
|
+
/**
|
|
45
|
+
* 安全组ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly securityGroupId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 安全组的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认是安全组的ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly securityGroupName: string;
|
|
52
|
+
/**
|
|
53
|
+
* 安全组是否为托管安全组。true为托管安全组,false为非托管安全组。
|
|
54
|
+
*/
|
|
55
|
+
readonly serviceManaged: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* 安全组状态。Available为可用,Creating为创建中。
|
|
58
|
+
*/
|
|
59
|
+
readonly status: string;
|
|
60
|
+
readonly tags: outputs.vpc.GetSecurityGroupTag[];
|
|
61
|
+
/**
|
|
62
|
+
* 安全组类型。1、default:默认安全组。2、normal:自定义安全组。3、VpnGW: VPN网关安全组。4、NatGW: Nat网关安全组。 5、cidr_only:CIDR-Only安全组。
|
|
63
|
+
*/
|
|
64
|
+
readonly type: string;
|
|
65
|
+
/**
|
|
66
|
+
* 安全组所属的VPC ID。
|
|
67
|
+
*/
|
|
68
|
+
readonly vpcId: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Data Source schema for Volcengine::VPC::SecurityGroup
|
|
72
|
+
*/
|
|
73
|
+
export declare function getSecurityGroupOutput(args: GetSecurityGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityGroupResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getSecurityGroup.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetSecurityGroupOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* Uniquely identifies the resource.
|
|
80
|
+
*/
|
|
81
|
+
id: pulumi.Input<string>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getSecurityGroupOutput = exports.getSecurityGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::SecurityGroup
|
|
10
|
+
*/
|
|
11
|
+
function getSecurityGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getSecurityGroup:getSecurityGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getSecurityGroup = getSecurityGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::SecurityGroup
|
|
20
|
+
*/
|
|
21
|
+
function getSecurityGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getSecurityGroup:getSecurityGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getSecurityGroupOutput = getSecurityGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getSecurityGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecurityGroup.js","sourceRoot":"","sources":["../../vpc/getSecurityGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAkED;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::SecurityGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSecurityGroups(opts?: pulumi.InvokeOptions): Promise<GetSecurityGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getSecurityGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSecurityGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VPC::SecurityGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getSecurityGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityGroupsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getSecurityGroupsOutput = exports.getSecurityGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::SecurityGroup
|
|
10
|
+
*/
|
|
11
|
+
function getSecurityGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getSecurityGroups:getSecurityGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getSecurityGroups = getSecurityGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::SecurityGroup
|
|
18
|
+
*/
|
|
19
|
+
function getSecurityGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getSecurityGroups:getSecurityGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getSecurityGroupsOutput = getSecurityGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getSecurityGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecurityGroups.js","sourceRoot":"","sources":["../../vpc/getSecurityGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC;AAeD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC;IACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::Subnet
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSubnet(args: GetSubnetArgs, opts?: pulumi.InvokeOptions): Promise<GetSubnetResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getSubnet.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetSubnetArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getSubnet.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetSubnetResult {
|
|
20
|
+
/**
|
|
21
|
+
* 子网所属账户的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 子网中可用的IP地址数量。
|
|
26
|
+
*/
|
|
27
|
+
readonly availableIpAddressCount: number;
|
|
28
|
+
/**
|
|
29
|
+
* 子网的IPv4网段。
|
|
30
|
+
*/
|
|
31
|
+
readonly cidrBlock: string;
|
|
32
|
+
/**
|
|
33
|
+
* 子网的创建时间。
|
|
34
|
+
*/
|
|
35
|
+
readonly createdTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* 子网的描述信息。长度限制为0~ 255个字符。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。),不能以http://或https://开头。
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* 开启/关闭IPv6功能。仅当子网所属的VPC开通IPv6功能时,可配置此参数。1、true:开启。2、false:关闭。仅当子网内没有分配IPv6地址的云资源时,可配置此取值。
|
|
42
|
+
*/
|
|
43
|
+
readonly enableIpv6: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* 子网IPv6网段。1、创建/修改时请输入子网IPv6网段的最后8比特位(子网的掩码固定为/64)。2、仅当EnableIpv6设置为true时,支持配置本参数。3、取值范围:0~255。掩码固定为/64。
|
|
50
|
+
*/
|
|
51
|
+
readonly ipv6CidrBlock: string;
|
|
52
|
+
/**
|
|
53
|
+
* 该子网是否为默认子网。1、true:默认子网,表示该子网是创建ECS实例时系统自动创建的子网。2、false:非默认子网,表示该子网是用户手动创建的。
|
|
54
|
+
*/
|
|
55
|
+
readonly isDefault: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* 子网关联的网络ACL的ID。
|
|
58
|
+
*/
|
|
59
|
+
readonly networkAclId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 子网所在VPC实例所属项目的名称。
|
|
62
|
+
*/
|
|
63
|
+
readonly projectName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 路由表信息。
|
|
66
|
+
*/
|
|
67
|
+
readonly routeTable: outputs.vpc.GetSubnetRouteTable;
|
|
68
|
+
/**
|
|
69
|
+
* 子网的状态。1、Pending:表示配置中。2、Available:表示可用。
|
|
70
|
+
*/
|
|
71
|
+
readonly status: string;
|
|
72
|
+
/**
|
|
73
|
+
* 待修改信息的子网的ID。
|
|
74
|
+
*/
|
|
75
|
+
readonly subnetId: string;
|
|
76
|
+
/**
|
|
77
|
+
* 子网的名称,长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-),不能以http://或https://开头,不填默认是子网的ID。
|
|
78
|
+
*/
|
|
79
|
+
readonly subnetName: string;
|
|
80
|
+
readonly tags: outputs.vpc.GetSubnetTag[];
|
|
81
|
+
/**
|
|
82
|
+
* 子网下可用IP总数。
|
|
83
|
+
*/
|
|
84
|
+
readonly totalIpv4Count: number;
|
|
85
|
+
/**
|
|
86
|
+
* 子网的更新时间。
|
|
87
|
+
*/
|
|
88
|
+
readonly updatedTime: string;
|
|
89
|
+
/**
|
|
90
|
+
* 子网所属VPC的ID。
|
|
91
|
+
*/
|
|
92
|
+
readonly vpcId: string;
|
|
93
|
+
/**
|
|
94
|
+
* 要创建的子网所属的可用区ID,更多可用区信息请参见地域和可用区。
|
|
95
|
+
*/
|
|
96
|
+
readonly zoneId: string;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Data Source schema for Volcengine::VPC::Subnet
|
|
100
|
+
*/
|
|
101
|
+
export declare function getSubnetOutput(args: GetSubnetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSubnetResult>;
|
|
102
|
+
/**
|
|
103
|
+
* A collection of arguments for invoking getSubnet.
|
|
104
|
+
*/
|
|
105
|
+
export interface GetSubnetOutputArgs {
|
|
106
|
+
/**
|
|
107
|
+
* Uniquely identifies the resource.
|
|
108
|
+
*/
|
|
109
|
+
id: pulumi.Input<string>;
|
|
110
|
+
}
|
package/vpc/getSubnet.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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.getSubnetOutput = exports.getSubnet = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::Subnet
|
|
10
|
+
*/
|
|
11
|
+
function getSubnet(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getSubnet:getSubnet", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getSubnet = getSubnet;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::Subnet
|
|
20
|
+
*/
|
|
21
|
+
function getSubnetOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getSubnet:getSubnet", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getSubnetOutput = getSubnetOutput;
|
|
28
|
+
//# sourceMappingURL=getSubnet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSubnet.js","sourceRoot":"","sources":["../../vpc/getSubnet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA8FD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::Subnet
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSubnets(opts?: pulumi.InvokeOptions): Promise<GetSubnetsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getSubnets.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSubnetsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VPC::Subnet
|
|
21
|
+
*/
|
|
22
|
+
export declare function getSubnetsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSubnetsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getSubnetsOutput = exports.getSubnets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::Subnet
|
|
10
|
+
*/
|
|
11
|
+
function getSubnets(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getSubnets:getSubnets", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getSubnets = getSubnets;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::Subnet
|
|
18
|
+
*/
|
|
19
|
+
function getSubnetsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getSubnets:getSubnets", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getSubnetsOutput = getSubnetsOutput;
|
|
24
|
+
//# sourceMappingURL=getSubnets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSubnets.js","sourceRoot":"","sources":["../../vpc/getSubnets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gCAIC;AAeD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAAiC;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC"}
|
package/vpc/getVpc.d.ts
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::VPC
|
|
5
|
+
*/
|
|
6
|
+
export declare function getVpc(args: GetVpcArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getVpc.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetVpcArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getVpc.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetVpcResult {
|
|
20
|
+
/**
|
|
21
|
+
* VPC所属账号的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* VPC关联的CEN信息。
|
|
26
|
+
*/
|
|
27
|
+
readonly associateCens: outputs.vpc.GetVpcAssociateCen[];
|
|
28
|
+
/**
|
|
29
|
+
* VPC的IPv4网段。您可以使用以下网段或其子集作为VPC的IPv4网段:192.168.0.0/16 ~ 24、10.0.0.0/8 ~ 24、172.16.0.0/12 ~ 24。
|
|
30
|
+
*/
|
|
31
|
+
readonly cidrBlock: string;
|
|
32
|
+
/**
|
|
33
|
+
* 创建VPC的时间。
|
|
34
|
+
*/
|
|
35
|
+
readonly creationTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* VPC的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。不能以http://或https://开头。
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* VPC的DNS服务器地址。单次调用数量上限为5个,每个DnsServer必须以合法IP形式给出。多个IP之间用&分隔。不填则配置为默认DNS服务器地址。
|
|
42
|
+
*/
|
|
43
|
+
readonly dnsServers: string[];
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* VPC 绑定的 IPv4 网关的 ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly ipv4GatewayId: string;
|
|
52
|
+
/**
|
|
53
|
+
* VPC的IPv6网段。传入此参数后,参数Ipv6MaskLen不生效。参数Ipv6Isp传入非BGP后,参数Ipv6MaskLen和参数Ipv6CidrBlock二者必须传入一个。参数Ipv6Isp未传或传入BGP,此参数未传,则由系统自动分配IPv6网段。
|
|
54
|
+
*/
|
|
55
|
+
readonly ipv6CidrBlock: string;
|
|
56
|
+
/**
|
|
57
|
+
* 该VPC是否为默认VPC。true:默认VPC,表示该VPC是创建ECS实例时系统自动创建的VPC。false:非默认VPC,表示该VPC是用户手动创建的。
|
|
58
|
+
*/
|
|
59
|
+
readonly isDefault: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* VPC中创建的NAT网关的ID。
|
|
62
|
+
*/
|
|
63
|
+
readonly natGatewayIds: string[];
|
|
64
|
+
/**
|
|
65
|
+
* VPC中的网络ACL的数量。
|
|
66
|
+
*/
|
|
67
|
+
readonly networkAclNum: string;
|
|
68
|
+
/**
|
|
69
|
+
* VPC所属项目的名称。不填默认加入default项目。
|
|
70
|
+
*/
|
|
71
|
+
readonly projectName: string;
|
|
72
|
+
/**
|
|
73
|
+
* VPC关联的路由表ID。
|
|
74
|
+
*/
|
|
75
|
+
readonly routeTableIds: string[];
|
|
76
|
+
/**
|
|
77
|
+
* VPC的辅助网段。
|
|
78
|
+
*/
|
|
79
|
+
readonly secondaryCidrBlocks: string[];
|
|
80
|
+
/**
|
|
81
|
+
* VPC中安全组的列表。
|
|
82
|
+
*/
|
|
83
|
+
readonly securityGroupIds: string[];
|
|
84
|
+
/**
|
|
85
|
+
* VPC的状态。Creating:创建中。Pending:已创建。Available:可用。
|
|
86
|
+
*/
|
|
87
|
+
readonly status: string;
|
|
88
|
+
/**
|
|
89
|
+
* VPC中子网的列表。
|
|
90
|
+
*/
|
|
91
|
+
readonly subnetIds: string[];
|
|
92
|
+
/**
|
|
93
|
+
* VPC 是否启用 IPv4 网关。false(默认值):不启用。true:启用。
|
|
94
|
+
*/
|
|
95
|
+
readonly supportIpv4Gateway: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* 私有网络绑定的标签。
|
|
98
|
+
*/
|
|
99
|
+
readonly tags: outputs.vpc.GetVpcTag[];
|
|
100
|
+
/**
|
|
101
|
+
* 更新VPC的时间。
|
|
102
|
+
*/
|
|
103
|
+
readonly updateTime: string;
|
|
104
|
+
/**
|
|
105
|
+
* VPC的用户网段。
|
|
106
|
+
*/
|
|
107
|
+
readonly userCidrBlocks: string[];
|
|
108
|
+
/**
|
|
109
|
+
* VPC的ID。
|
|
110
|
+
*/
|
|
111
|
+
readonly vpcId: string;
|
|
112
|
+
/**
|
|
113
|
+
* VPC的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为VPC实例的ID。不能以http://或https://开头。
|
|
114
|
+
*/
|
|
115
|
+
readonly vpcName: string;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Data Source schema for Volcengine::VPC::VPC
|
|
119
|
+
*/
|
|
120
|
+
export declare function getVpcOutput(args: GetVpcOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getVpc.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetVpcOutputArgs {
|
|
125
|
+
/**
|
|
126
|
+
* Uniquely identifies the resource.
|
|
127
|
+
*/
|
|
128
|
+
id: pulumi.Input<string>;
|
|
129
|
+
}
|
package/vpc/getVpc.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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.getVpcOutput = exports.getVpc = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::VPC
|
|
10
|
+
*/
|
|
11
|
+
function getVpc(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getVpc:getVpc", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getVpc = getVpc;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::VPC
|
|
20
|
+
*/
|
|
21
|
+
function getVpcOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getVpc:getVpc", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getVpcOutput = getVpcOutput;
|
|
28
|
+
//# sourceMappingURL=getVpc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../../vpc/getVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AAiHD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
package/vpc/getVpcs.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::VPC
|
|
4
|
+
*/
|
|
5
|
+
export declare function getVpcs(opts?: pulumi.InvokeOptions): Promise<GetVpcsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getVpcs.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetVpcsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VPC::VPC
|
|
21
|
+
*/
|
|
22
|
+
export declare function getVpcsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcsResult>;
|
package/vpc/getVpcs.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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.getVpcsOutput = exports.getVpcs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::VPC
|
|
10
|
+
*/
|
|
11
|
+
function getVpcs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getVpcs:getVpcs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getVpcs = getVpcs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::VPC
|
|
18
|
+
*/
|
|
19
|
+
function getVpcsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getVpcs:getVpcs", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getVpcsOutput = getVpcsOutput;
|
|
24
|
+
//# sourceMappingURL=getVpcs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpcs.js","sourceRoot":"","sources":["../../vpc/getVpcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE,EAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
|
package/vpc/index.d.ts
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export { BandwidthPackageArgs, BandwidthPackageState } from "./bandwidthPackage";
|
|
2
|
+
export type BandwidthPackage = import("./bandwidthPackage").BandwidthPackage;
|
|
3
|
+
export declare const BandwidthPackage: typeof import("./bandwidthPackage").BandwidthPackage;
|
|
4
|
+
export { EipArgs, EipState } from "./eip";
|
|
5
|
+
export type Eip = import("./eip").Eip;
|
|
6
|
+
export declare const Eip: typeof import("./eip").Eip;
|
|
7
|
+
export { EniArgs, EniState } from "./eni";
|
|
8
|
+
export type Eni = import("./eni").Eni;
|
|
9
|
+
export declare const Eni: typeof import("./eni").Eni;
|
|
10
|
+
export { GetBandwidthPackageArgs, GetBandwidthPackageResult, GetBandwidthPackageOutputArgs } from "./getBandwidthPackage";
|
|
11
|
+
export declare const getBandwidthPackage: typeof import("./getBandwidthPackage").getBandwidthPackage;
|
|
12
|
+
export declare const getBandwidthPackageOutput: typeof import("./getBandwidthPackage").getBandwidthPackageOutput;
|
|
13
|
+
export { GetBandwidthPackagesResult } from "./getBandwidthPackages";
|
|
14
|
+
export declare const getBandwidthPackages: typeof import("./getBandwidthPackages").getBandwidthPackages;
|
|
15
|
+
export declare const getBandwidthPackagesOutput: typeof import("./getBandwidthPackages").getBandwidthPackagesOutput;
|
|
16
|
+
export { GetEipArgs, GetEipResult, GetEipOutputArgs } from "./getEip";
|
|
17
|
+
export declare const getEip: typeof import("./getEip").getEip;
|
|
18
|
+
export declare const getEipOutput: typeof import("./getEip").getEipOutput;
|
|
19
|
+
export { GetEipsResult } from "./getEips";
|
|
20
|
+
export declare const getEips: typeof import("./getEips").getEips;
|
|
21
|
+
export declare const getEipsOutput: typeof import("./getEips").getEipsOutput;
|
|
22
|
+
export { GetEniArgs, GetEniResult, GetEniOutputArgs } from "./getEni";
|
|
23
|
+
export declare const getEni: typeof import("./getEni").getEni;
|
|
24
|
+
export declare const getEniOutput: typeof import("./getEni").getEniOutput;
|
|
25
|
+
export { GetEnisResult } from "./getEnis";
|
|
26
|
+
export declare const getEnis: typeof import("./getEnis").getEnis;
|
|
27
|
+
export declare const getEnisOutput: typeof import("./getEnis").getEnisOutput;
|
|
28
|
+
export { GetRouteTableArgs, GetRouteTableResult, GetRouteTableOutputArgs } from "./getRouteTable";
|
|
29
|
+
export declare const getRouteTable: typeof import("./getRouteTable").getRouteTable;
|
|
30
|
+
export declare const getRouteTableOutput: typeof import("./getRouteTable").getRouteTableOutput;
|
|
31
|
+
export { GetRouteTablesResult } from "./getRouteTables";
|
|
32
|
+
export declare const getRouteTables: typeof import("./getRouteTables").getRouteTables;
|
|
33
|
+
export declare const getRouteTablesOutput: typeof import("./getRouteTables").getRouteTablesOutput;
|
|
34
|
+
export { GetSecurityGroupArgs, GetSecurityGroupResult, GetSecurityGroupOutputArgs } from "./getSecurityGroup";
|
|
35
|
+
export declare const getSecurityGroup: typeof import("./getSecurityGroup").getSecurityGroup;
|
|
36
|
+
export declare const getSecurityGroupOutput: typeof import("./getSecurityGroup").getSecurityGroupOutput;
|
|
37
|
+
export { GetSecurityGroupsResult } from "./getSecurityGroups";
|
|
38
|
+
export declare const getSecurityGroups: typeof import("./getSecurityGroups").getSecurityGroups;
|
|
39
|
+
export declare const getSecurityGroupsOutput: typeof import("./getSecurityGroups").getSecurityGroupsOutput;
|
|
40
|
+
export { GetSubnetArgs, GetSubnetResult, GetSubnetOutputArgs } from "./getSubnet";
|
|
41
|
+
export declare const getSubnet: typeof import("./getSubnet").getSubnet;
|
|
42
|
+
export declare const getSubnetOutput: typeof import("./getSubnet").getSubnetOutput;
|
|
43
|
+
export { GetSubnetsResult } from "./getSubnets";
|
|
44
|
+
export declare const getSubnets: typeof import("./getSubnets").getSubnets;
|
|
45
|
+
export declare const getSubnetsOutput: typeof import("./getSubnets").getSubnetsOutput;
|
|
46
|
+
export { GetVpcArgs, GetVpcResult, GetVpcOutputArgs } from "./getVpc";
|
|
47
|
+
export declare const getVpc: typeof import("./getVpc").getVpc;
|
|
48
|
+
export declare const getVpcOutput: typeof import("./getVpc").getVpcOutput;
|
|
49
|
+
export { GetVpcsResult } from "./getVpcs";
|
|
50
|
+
export declare const getVpcs: typeof import("./getVpcs").getVpcs;
|
|
51
|
+
export declare const getVpcsOutput: typeof import("./getVpcs").getVpcsOutput;
|
|
52
|
+
export { RouteTableArgs, RouteTableState } from "./routeTable";
|
|
53
|
+
export type RouteTable = import("./routeTable").RouteTable;
|
|
54
|
+
export declare const RouteTable: typeof import("./routeTable").RouteTable;
|
|
55
|
+
export { SecurityGroupArgs, SecurityGroupState } from "./securityGroup";
|
|
56
|
+
export type SecurityGroup = import("./securityGroup").SecurityGroup;
|
|
57
|
+
export declare const SecurityGroup: typeof import("./securityGroup").SecurityGroup;
|
|
58
|
+
export { SubnetArgs, SubnetState } from "./subnet";
|
|
59
|
+
export type Subnet = import("./subnet").Subnet;
|
|
60
|
+
export declare const Subnet: typeof import("./subnet").Subnet;
|
|
61
|
+
export { VpcArgs, VpcState } from "./vpc";
|
|
62
|
+
export type Vpc = import("./vpc").Vpc;
|
|
63
|
+
export declare const Vpc: typeof import("./vpc").Vpc;
|