@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,145 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
5
|
+
*/
|
|
6
|
+
export declare function getNlbServerGroup(args: GetNlbServerGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetNlbServerGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getNlbServerGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetNlbServerGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getNlbServerGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetNlbServerGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* 账号ID
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 是否开启全端口转发
|
|
26
|
+
*/
|
|
27
|
+
readonly anyPortEnabled: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* 是否开启放通后端安全组功能。仅参数Type为“instance”时,可以配置此参数
|
|
30
|
+
*/
|
|
31
|
+
readonly bypassSecurityGroupEnabled: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* 是否开启连接优雅中断
|
|
34
|
+
*/
|
|
35
|
+
readonly connectionDrainEnabled: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* 连接优雅中断超时时间,取值范围为0~900秒。参数ConnectionDrainEnabled为“true”时,该参数为必填。
|
|
38
|
+
*/
|
|
39
|
+
readonly connectionDrainTimeout: number;
|
|
40
|
+
/**
|
|
41
|
+
* 后端服务器组的创建时间
|
|
42
|
+
*/
|
|
43
|
+
readonly createdTime: string;
|
|
44
|
+
/**
|
|
45
|
+
* 后端服务器组的描述,服务器组的描述。必须以字母、数字或中文开头,可包含以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)长度限制为0 ~ 255个字符。该参数不传入,则默认为空字符串。
|
|
46
|
+
*/
|
|
47
|
+
readonly description: string;
|
|
48
|
+
/**
|
|
49
|
+
* 健康检查相关参数
|
|
50
|
+
*/
|
|
51
|
+
readonly healthCheck: outputs.clb.GetNlbServerGroupHealthCheck;
|
|
52
|
+
/**
|
|
53
|
+
* Uniquely identifies the resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly id: string;
|
|
56
|
+
/**
|
|
57
|
+
* 服务器组的IP地址类型
|
|
58
|
+
*/
|
|
59
|
+
readonly ipAddressVersion: string;
|
|
60
|
+
/**
|
|
61
|
+
* 是否开启源地址保持
|
|
62
|
+
*/
|
|
63
|
+
readonly preserveClientIpEnabled: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* 项目名称
|
|
66
|
+
*/
|
|
67
|
+
readonly projectName: string;
|
|
68
|
+
/**
|
|
69
|
+
* NLB转发流量到后端服务器时使用的通信协议
|
|
70
|
+
*/
|
|
71
|
+
readonly protocol: string;
|
|
72
|
+
/**
|
|
73
|
+
* 是否开启Proxy-Protocol协议
|
|
74
|
+
*/
|
|
75
|
+
readonly proxyProtocolType: string;
|
|
76
|
+
/**
|
|
77
|
+
* 服务器组关联的NLB实例
|
|
78
|
+
*/
|
|
79
|
+
readonly relatedLoadBalancerIds: string[];
|
|
80
|
+
/**
|
|
81
|
+
* NLB转发流量时遵循的规则
|
|
82
|
+
*/
|
|
83
|
+
readonly scheduler: string;
|
|
84
|
+
/**
|
|
85
|
+
* 服务器组中后端服务器的数量
|
|
86
|
+
*/
|
|
87
|
+
readonly serverCount: number;
|
|
88
|
+
/**
|
|
89
|
+
* 服务器组ID
|
|
90
|
+
*/
|
|
91
|
+
readonly serverGroupId: string;
|
|
92
|
+
/**
|
|
93
|
+
* 服务器组名称, 必须以字母、数字或中文开头,可包含以下特殊字符:点号(.)、下划线(_)和中划线(-)。限制为1 ~ 128个字符。该参数不传入,则默认为服务器组ID。
|
|
94
|
+
*/
|
|
95
|
+
readonly serverGroupName: string;
|
|
96
|
+
/**
|
|
97
|
+
* 服务器组中待添加后端服务器的信息
|
|
98
|
+
*/
|
|
99
|
+
readonly servers: outputs.clb.GetNlbServerGroupServer[];
|
|
100
|
+
/**
|
|
101
|
+
* 是否开启会话保持
|
|
102
|
+
*/
|
|
103
|
+
readonly sessionPersistenceEnabled: boolean;
|
|
104
|
+
/**
|
|
105
|
+
* 会话保持的超时时间,取值范围为1~3600秒,默认1000秒
|
|
106
|
+
*/
|
|
107
|
+
readonly sessionPersistenceTimeout: number;
|
|
108
|
+
/**
|
|
109
|
+
* 服务器组的状态
|
|
110
|
+
*/
|
|
111
|
+
readonly status: string;
|
|
112
|
+
/**
|
|
113
|
+
* 标签
|
|
114
|
+
*/
|
|
115
|
+
readonly tags: outputs.clb.GetNlbServerGroupTag[];
|
|
116
|
+
/**
|
|
117
|
+
* 是否开启清除TCP/HTTP/HTTPS报文的timestamp(即时间戳)的功能
|
|
118
|
+
*/
|
|
119
|
+
readonly timestampRemoveEnabled: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* 服务器组的类型
|
|
122
|
+
*/
|
|
123
|
+
readonly type: string;
|
|
124
|
+
/**
|
|
125
|
+
* 后端服务器组的更新时间
|
|
126
|
+
*/
|
|
127
|
+
readonly updatedTime: string;
|
|
128
|
+
/**
|
|
129
|
+
* 服务器组所属私有网络的ID。
|
|
130
|
+
*/
|
|
131
|
+
readonly vpcId: string;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
135
|
+
*/
|
|
136
|
+
export declare function getNlbServerGroupOutput(args: GetNlbServerGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbServerGroupResult>;
|
|
137
|
+
/**
|
|
138
|
+
* A collection of arguments for invoking getNlbServerGroup.
|
|
139
|
+
*/
|
|
140
|
+
export interface GetNlbServerGroupOutputArgs {
|
|
141
|
+
/**
|
|
142
|
+
* Uniquely identifies the resource.
|
|
143
|
+
*/
|
|
144
|
+
id: pulumi.Input<string>;
|
|
145
|
+
}
|
|
@@ -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.getNlbServerGroupOutput = exports.getNlbServerGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getNlbServerGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getNlbServerGroup:getNlbServerGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getNlbServerGroup = getNlbServerGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
20
|
+
*/
|
|
21
|
+
function getNlbServerGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getNlbServerGroup:getNlbServerGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getNlbServerGroupOutput = getNlbServerGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getNlbServerGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNlbServerGroup.js","sourceRoot":"","sources":["../../clb/getNlbServerGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,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;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AAiID;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,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;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getNlbServerGroups(opts?: pulumi.InvokeOptions): Promise<GetNlbServerGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getNlbServerGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetNlbServerGroupsResult {
|
|
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::CLB::NLBServerGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNlbServerGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbServerGroupsResult>;
|
|
@@ -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.getNlbServerGroupsOutput = exports.getNlbServerGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getNlbServerGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getNlbServerGroups:getNlbServerGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNlbServerGroups = getNlbServerGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CLB::NLBServerGroup
|
|
18
|
+
*/
|
|
19
|
+
function getNlbServerGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getNlbServerGroups:getNlbServerGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNlbServerGroupsOutput = getNlbServerGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getNlbServerGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNlbServerGroups.js","sourceRoot":"","sources":["../../clb/getNlbServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
|
package/clb/getNlbs.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CLB::NLB
|
|
4
|
+
*/
|
|
5
|
+
export declare function getNlbs(opts?: pulumi.InvokeOptions): Promise<GetNlbsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getNlbs.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetNlbsResult {
|
|
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::CLB::NLB
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNlbsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbsResult>;
|
package/clb/getNlbs.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.getNlbsOutput = exports.getNlbs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CLB::NLB
|
|
10
|
+
*/
|
|
11
|
+
function getNlbs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getNlbs:getNlbs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNlbs = getNlbs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CLB::NLB
|
|
18
|
+
*/
|
|
19
|
+
function getNlbsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getNlbs:getNlbs", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNlbsOutput = getNlbsOutput;
|
|
24
|
+
//# sourceMappingURL=getNlbs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNlbs.js","sourceRoot":"","sources":["../../clb/getNlbs.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"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CLB::ServerGroup
|
|
5
|
+
*/
|
|
6
|
+
export declare function getServerGroup(args: GetServerGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetServerGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getServerGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetServerGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getServerGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetServerGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* 后端服务器组的IP地址类型。ipv4:后端服务器组为IPv4类型。ipv6:后端服务器组为IPv6类型。
|
|
22
|
+
*/
|
|
23
|
+
readonly addressIpVersion: string;
|
|
24
|
+
/**
|
|
25
|
+
* 是否开启全端口转发。on:开启全端口转发。off:关闭全端口转发。
|
|
26
|
+
*/
|
|
27
|
+
readonly anyPortEnabled: string;
|
|
28
|
+
/**
|
|
29
|
+
* 后端服务器组的创建时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* 后端服务器组的描述。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个符。不填则默认为空字符串。
|
|
34
|
+
*/
|
|
35
|
+
readonly description: string;
|
|
36
|
+
/**
|
|
37
|
+
* Uniquely identifies the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* 后端服务器组关联的监听器信息。
|
|
42
|
+
*/
|
|
43
|
+
readonly listeners: outputs.clb.GetServerGroupListener[];
|
|
44
|
+
/**
|
|
45
|
+
* 后端服务器组所属的CLB实例ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly loadBalancerId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 后端服务器组的ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly serverGroupId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 后端服务器组的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。限制为1 ~ 128个字符。不填默认为后端服务器组ID。
|
|
54
|
+
*/
|
|
55
|
+
readonly serverGroupName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 后端服务器组中服务器的信息。
|
|
58
|
+
*/
|
|
59
|
+
readonly servers: outputs.clb.GetServerGroupServer[];
|
|
60
|
+
/**
|
|
61
|
+
* 标签信息。
|
|
62
|
+
*/
|
|
63
|
+
readonly tags: outputs.clb.GetServerGroupTag[];
|
|
64
|
+
/**
|
|
65
|
+
* 后端服务器组的类型。instance:表示该后端服务器组只能添加云服务器的主网卡或辅助网卡作为后端服务器。ip:表示该后端服务器组只能添加IP地址作为后端服务器。
|
|
66
|
+
*/
|
|
67
|
+
readonly type: string;
|
|
68
|
+
/**
|
|
69
|
+
* 后端服务器组的最近操作时间。
|
|
70
|
+
*/
|
|
71
|
+
readonly updateTime: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Data Source schema for Volcengine::CLB::ServerGroup
|
|
75
|
+
*/
|
|
76
|
+
export declare function getServerGroupOutput(args: GetServerGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServerGroupResult>;
|
|
77
|
+
/**
|
|
78
|
+
* A collection of arguments for invoking getServerGroup.
|
|
79
|
+
*/
|
|
80
|
+
export interface GetServerGroupOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* Uniquely identifies the resource.
|
|
83
|
+
*/
|
|
84
|
+
id: pulumi.Input<string>;
|
|
85
|
+
}
|
|
@@ -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.getServerGroupOutput = exports.getServerGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CLB::ServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getServerGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getServerGroup:getServerGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getServerGroup = getServerGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CLB::ServerGroup
|
|
20
|
+
*/
|
|
21
|
+
function getServerGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getServerGroup:getServerGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getServerGroupOutput = getServerGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getServerGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerGroup.js","sourceRoot":"","sources":["../../clb/getServerGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAqED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CLB::ServerGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getServerGroups(opts?: pulumi.InvokeOptions): Promise<GetServerGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getServerGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetServerGroupsResult {
|
|
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::CLB::ServerGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getServerGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServerGroupsResult>;
|
|
@@ -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.getServerGroupsOutput = exports.getServerGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CLB::ServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getServerGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getServerGroups:getServerGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getServerGroups = getServerGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CLB::ServerGroup
|
|
18
|
+
*/
|
|
19
|
+
function getServerGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getServerGroups:getServerGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getServerGroupsOutput = getServerGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getServerGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerGroups.js","sourceRoot":"","sources":["../../clb/getServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
|
package/clb/index.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export { ClbArgs, ClbState } from "./clb";
|
|
2
|
+
export type Clb = import("./clb").Clb;
|
|
3
|
+
export declare const Clb: typeof import("./clb").Clb;
|
|
4
|
+
export { GetClbArgs, GetClbResult, GetClbOutputArgs } from "./getClb";
|
|
5
|
+
export declare const getClb: typeof import("./getClb").getClb;
|
|
6
|
+
export declare const getClbOutput: typeof import("./getClb").getClbOutput;
|
|
7
|
+
export { GetClbsResult } from "./getClbs";
|
|
8
|
+
export declare const getClbs: typeof import("./getClbs").getClbs;
|
|
9
|
+
export declare const getClbsOutput: typeof import("./getClbs").getClbsOutput;
|
|
10
|
+
export { GetNlbArgs, GetNlbResult, GetNlbOutputArgs } from "./getNlb";
|
|
11
|
+
export declare const getNlb: typeof import("./getNlb").getNlb;
|
|
12
|
+
export declare const getNlbOutput: typeof import("./getNlb").getNlbOutput;
|
|
13
|
+
export { GetNlbListenerArgs, GetNlbListenerResult, GetNlbListenerOutputArgs } from "./getNlbListener";
|
|
14
|
+
export declare const getNlbListener: typeof import("./getNlbListener").getNlbListener;
|
|
15
|
+
export declare const getNlbListenerOutput: typeof import("./getNlbListener").getNlbListenerOutput;
|
|
16
|
+
export { GetNlbListenersResult } from "./getNlbListeners";
|
|
17
|
+
export declare const getNlbListeners: typeof import("./getNlbListeners").getNlbListeners;
|
|
18
|
+
export declare const getNlbListenersOutput: typeof import("./getNlbListeners").getNlbListenersOutput;
|
|
19
|
+
export { GetNlbServerGroupArgs, GetNlbServerGroupResult, GetNlbServerGroupOutputArgs } from "./getNlbServerGroup";
|
|
20
|
+
export declare const getNlbServerGroup: typeof import("./getNlbServerGroup").getNlbServerGroup;
|
|
21
|
+
export declare const getNlbServerGroupOutput: typeof import("./getNlbServerGroup").getNlbServerGroupOutput;
|
|
22
|
+
export { GetNlbServerGroupsResult } from "./getNlbServerGroups";
|
|
23
|
+
export declare const getNlbServerGroups: typeof import("./getNlbServerGroups").getNlbServerGroups;
|
|
24
|
+
export declare const getNlbServerGroupsOutput: typeof import("./getNlbServerGroups").getNlbServerGroupsOutput;
|
|
25
|
+
export { GetNlbsResult } from "./getNlbs";
|
|
26
|
+
export declare const getNlbs: typeof import("./getNlbs").getNlbs;
|
|
27
|
+
export declare const getNlbsOutput: typeof import("./getNlbs").getNlbsOutput;
|
|
28
|
+
export { GetServerGroupArgs, GetServerGroupResult, GetServerGroupOutputArgs } from "./getServerGroup";
|
|
29
|
+
export declare const getServerGroup: typeof import("./getServerGroup").getServerGroup;
|
|
30
|
+
export declare const getServerGroupOutput: typeof import("./getServerGroup").getServerGroupOutput;
|
|
31
|
+
export { GetServerGroupsResult } from "./getServerGroups";
|
|
32
|
+
export declare const getServerGroups: typeof import("./getServerGroups").getServerGroups;
|
|
33
|
+
export declare const getServerGroupsOutput: typeof import("./getServerGroups").getServerGroupsOutput;
|
|
34
|
+
export { NlbArgs, NlbState } from "./nlb";
|
|
35
|
+
export type Nlb = import("./nlb").Nlb;
|
|
36
|
+
export declare const Nlb: typeof import("./nlb").Nlb;
|
|
37
|
+
export { NlbListenerArgs, NlbListenerState } from "./nlbListener";
|
|
38
|
+
export type NlbListener = import("./nlbListener").NlbListener;
|
|
39
|
+
export declare const NlbListener: typeof import("./nlbListener").NlbListener;
|
|
40
|
+
export { NlbServerGroupArgs, NlbServerGroupState } from "./nlbServerGroup";
|
|
41
|
+
export type NlbServerGroup = import("./nlbServerGroup").NlbServerGroup;
|
|
42
|
+
export declare const NlbServerGroup: typeof import("./nlbServerGroup").NlbServerGroup;
|
|
43
|
+
export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
|
|
44
|
+
export type ServerGroup = import("./serverGroup").ServerGroup;
|
|
45
|
+
export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
|
package/clb/index.js
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
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.ServerGroup = exports.NlbServerGroup = exports.NlbListener = exports.Nlb = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getNlbsOutput = exports.getNlbs = exports.getNlbServerGroupsOutput = exports.getNlbServerGroups = exports.getNlbServerGroupOutput = exports.getNlbServerGroup = exports.getNlbListenersOutput = exports.getNlbListeners = exports.getNlbListenerOutput = exports.getNlbListener = exports.getNlbOutput = exports.getNlb = exports.getClbsOutput = exports.getClbs = exports.getClbOutput = exports.getClb = exports.Clb = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.Clb = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Clb"], () => require("./clb"));
|
|
10
|
+
exports.getClb = null;
|
|
11
|
+
exports.getClbOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getClb", "getClbOutput"], () => require("./getClb"));
|
|
13
|
+
exports.getClbs = null;
|
|
14
|
+
exports.getClbsOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getClbs", "getClbsOutput"], () => require("./getClbs"));
|
|
16
|
+
exports.getNlb = null;
|
|
17
|
+
exports.getNlbOutput = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["getNlb", "getNlbOutput"], () => require("./getNlb"));
|
|
19
|
+
exports.getNlbListener = null;
|
|
20
|
+
exports.getNlbListenerOutput = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["getNlbListener", "getNlbListenerOutput"], () => require("./getNlbListener"));
|
|
22
|
+
exports.getNlbListeners = null;
|
|
23
|
+
exports.getNlbListenersOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getNlbListeners", "getNlbListenersOutput"], () => require("./getNlbListeners"));
|
|
25
|
+
exports.getNlbServerGroup = null;
|
|
26
|
+
exports.getNlbServerGroupOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getNlbServerGroup", "getNlbServerGroupOutput"], () => require("./getNlbServerGroup"));
|
|
28
|
+
exports.getNlbServerGroups = null;
|
|
29
|
+
exports.getNlbServerGroupsOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getNlbServerGroups", "getNlbServerGroupsOutput"], () => require("./getNlbServerGroups"));
|
|
31
|
+
exports.getNlbs = null;
|
|
32
|
+
exports.getNlbsOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getNlbs", "getNlbsOutput"], () => require("./getNlbs"));
|
|
34
|
+
exports.getServerGroup = null;
|
|
35
|
+
exports.getServerGroupOutput = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getServerGroup", "getServerGroupOutput"], () => require("./getServerGroup"));
|
|
37
|
+
exports.getServerGroups = null;
|
|
38
|
+
exports.getServerGroupsOutput = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
|
|
40
|
+
exports.Nlb = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["Nlb"], () => require("./nlb"));
|
|
42
|
+
exports.NlbListener = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["NlbListener"], () => require("./nlbListener"));
|
|
44
|
+
exports.NlbServerGroup = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["NlbServerGroup"], () => require("./nlbServerGroup"));
|
|
46
|
+
exports.ServerGroup = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
|
|
48
|
+
const _module = {
|
|
49
|
+
version: utilities.getVersion(),
|
|
50
|
+
construct: (name, type, urn) => {
|
|
51
|
+
switch (type) {
|
|
52
|
+
case "volcenginecc:clb/clb:Clb":
|
|
53
|
+
return new exports.Clb(name, undefined, { urn });
|
|
54
|
+
case "volcenginecc:clb/nlb:Nlb":
|
|
55
|
+
return new exports.Nlb(name, undefined, { urn });
|
|
56
|
+
case "volcenginecc:clb/nlbListener:NlbListener":
|
|
57
|
+
return new exports.NlbListener(name, undefined, { urn });
|
|
58
|
+
case "volcenginecc:clb/nlbServerGroup:NlbServerGroup":
|
|
59
|
+
return new exports.NlbServerGroup(name, undefined, { urn });
|
|
60
|
+
case "volcenginecc:clb/serverGroup:ServerGroup":
|
|
61
|
+
return new exports.ServerGroup(name, undefined, { urn });
|
|
62
|
+
default:
|
|
63
|
+
throw new Error(`unknown resource type ${type}`);
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "clb/clb", _module);
|
|
68
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "clb/nlb", _module);
|
|
69
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "clb/nlbListener", _module);
|
|
70
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "clb/nlbServerGroup", _module);
|
|
71
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "clb/serverGroup", _module);
|
|
72
|
+
//# sourceMappingURL=index.js.map
|
package/clb/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../clb/index.ts"],"names":[],"mappings":"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"}
|