@volcengine/pulumi-volcenginecc 0.0.2 → 0.0.4
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/alb/acl.d.ts +149 -0
- package/alb/acl.js +96 -0
- package/alb/acl.js.map +1 -0
- package/alb/getAcl.d.ts +81 -0
- package/alb/getAcl.js +28 -0
- package/alb/getAcl.js.map +1 -0
- package/alb/getAcls.d.ts +22 -0
- package/alb/getAcls.js +24 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getListener.d.ts +157 -0
- package/alb/getListener.js +28 -0
- package/alb/getListener.js.map +1 -0
- package/alb/getListeners.d.ts +22 -0
- package/alb/getListeners.js +24 -0
- package/alb/getListeners.js.map +1 -0
- package/alb/getLoadBalancer.d.ts +153 -0
- package/alb/getLoadBalancer.js +28 -0
- package/alb/getLoadBalancer.js.map +1 -0
- package/alb/getLoadBalancers.d.ts +22 -0
- package/alb/getLoadBalancers.js +24 -0
- package/alb/getLoadBalancers.js.map +1 -0
- package/alb/getServerGroup.d.ts +109 -0
- package/alb/getServerGroup.js +28 -0
- package/alb/getServerGroup.js.map +1 -0
- package/alb/getServerGroups.d.ts +22 -0
- package/alb/getServerGroups.js +24 -0
- package/alb/getServerGroups.js.map +1 -0
- package/alb/index.d.ts +36 -0
- package/alb/index.js +45 -1
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +360 -0
- package/alb/listener.js +128 -0
- package/alb/listener.js.map +1 -0
- package/alb/loadBalancer.d.ts +341 -0
- package/alb/loadBalancer.js +120 -0
- package/alb/loadBalancer.js.map +1 -0
- package/alb/serverGroup.d.ts +219 -0
- package/alb/serverGroup.js +95 -0
- package/alb/serverGroup.js.map +1 -0
- package/apig/gatewayService.d.ts +179 -0
- package/apig/gatewayService.js +114 -0
- package/apig/gatewayService.js.map +1 -0
- package/apig/getGatewayService.d.ts +89 -0
- package/apig/getGatewayService.js +28 -0
- package/apig/getGatewayService.js.map +1 -0
- package/apig/getGatewayServices.d.ts +22 -0
- package/apig/getGatewayServices.js +24 -0
- package/apig/getGatewayServices.js.map +1 -0
- package/apig/getUpstreamSource.d.ts +81 -0
- package/apig/getUpstreamSource.js +28 -0
- package/apig/getUpstreamSource.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +22 -0
- package/apig/getUpstreamSources.js +24 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/index.d.ts +18 -0
- package/apig/index.js +39 -0
- package/apig/index.js.map +1 -0
- package/apig/upstreamSource.d.ts +159 -0
- package/apig/upstreamSource.js +87 -0
- package/apig/upstreamSource.js.map +1 -0
- package/autoscaling/getScalingConfiguration.d.ts +140 -0
- package/autoscaling/getScalingConfiguration.js +28 -0
- package/autoscaling/getScalingConfiguration.js.map +1 -0
- package/autoscaling/getScalingConfigurations.d.ts +22 -0
- package/autoscaling/getScalingConfigurations.js +24 -0
- package/autoscaling/getScalingConfigurations.js.map +1 -0
- package/autoscaling/index.d.ts +9 -0
- package/autoscaling/index.js +28 -0
- package/autoscaling/index.js.map +1 -0
- package/autoscaling/scalingConfiguration.d.ts +318 -0
- package/autoscaling/scalingConfiguration.js +108 -0
- package/autoscaling/scalingConfiguration.js.map +1 -0
- package/clb/acl.d.ts +166 -0
- package/clb/acl.js +107 -0
- package/clb/acl.js.map +1 -0
- package/clb/certificate.d.ts +187 -0
- package/clb/certificate.js +109 -0
- package/clb/certificate.js.map +1 -0
- package/clb/getAcl.d.ts +85 -0
- package/clb/getAcl.js +28 -0
- package/clb/getAcl.js.map +1 -0
- package/clb/getAcls.d.ts +22 -0
- package/clb/getAcls.js +24 -0
- package/clb/getAcls.js.map +1 -0
- package/clb/getCertificate.d.ts +89 -0
- package/clb/getCertificate.js +28 -0
- package/clb/getCertificate.js.map +1 -0
- package/clb/getCertificates.d.ts +22 -0
- package/clb/getCertificates.js +24 -0
- package/clb/getCertificates.js.map +1 -0
- package/clb/getListener.d.ts +213 -0
- package/clb/getListener.js +28 -0
- package/clb/getListener.js.map +1 -0
- package/clb/getListeners.d.ts +22 -0
- package/clb/getListeners.js +24 -0
- package/clb/getListeners.js.map +1 -0
- package/clb/getRule.d.ts +73 -0
- package/clb/getRule.js +28 -0
- package/clb/getRule.js.map +1 -0
- package/clb/getRules.d.ts +22 -0
- package/clb/getRules.js +24 -0
- package/clb/getRules.js.map +1 -0
- package/clb/index.d.ts +36 -0
- package/clb/index.js +45 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +546 -0
- package/clb/listener.js +156 -0
- package/clb/listener.js.map +1 -0
- package/clb/rule.d.ts +162 -0
- package/clb/rule.js +97 -0
- package/clb/rule.js.map +1 -0
- package/cr/getNameSpace.d.ts +52 -0
- package/cr/getNameSpace.js +28 -0
- package/cr/getNameSpace.js.map +1 -0
- package/cr/getNameSpaces.d.ts +22 -0
- package/cr/getNameSpaces.js +24 -0
- package/cr/getNameSpaces.js.map +1 -0
- package/cr/getRegistries.d.ts +22 -0
- package/cr/getRegistries.js +24 -0
- package/cr/getRegistries.js.map +1 -0
- package/cr/getRegistry.d.ts +81 -0
- package/cr/getRegistry.js +28 -0
- package/cr/getRegistry.js.map +1 -0
- package/cr/index.d.ts +18 -0
- package/cr/index.js +23 -1
- package/cr/index.js.map +1 -1
- package/cr/nameSpace.d.ts +102 -0
- package/cr/nameSpace.js +83 -0
- package/cr/nameSpace.js.map +1 -0
- package/cr/registry.d.ts +159 -0
- package/cr/registry.js +98 -0
- package/cr/registry.js.map +1 -0
- package/directconnect/directConnectGateway.d.ts +191 -0
- package/directconnect/directConnectGateway.js +104 -0
- package/directconnect/directConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateway.d.ts +97 -0
- package/directconnect/getDirectConnectGateway.js +28 -0
- package/directconnect/getDirectConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateways.d.ts +22 -0
- package/directconnect/getDirectConnectGateways.js +24 -0
- package/directconnect/getDirectConnectGateways.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +28 -0
- package/directconnect/index.js.map +1 -0
- package/ecs/getInstance.d.ts +66 -0
- package/ecs/getInstance.js +28 -0
- package/ecs/getInstance.js.map +1 -0
- package/ecs/getInstances.d.ts +22 -0
- package/ecs/getInstances.js +24 -0
- package/ecs/getInstances.js.map +1 -0
- package/ecs/index.d.ts +9 -0
- package/ecs/index.js +12 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +582 -0
- package/ecs/instance.js +150 -0
- package/ecs/instance.js.map +1 -0
- package/index.d.ts +10 -1
- package/index.js +19 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/rdsmysql/database.d.ts +100 -0
- package/rdsmysql/database.js +74 -0
- package/rdsmysql/database.js.map +1 -0
- package/rdsmysql/getDatabase.d.ts +58 -0
- package/rdsmysql/getDatabase.js +28 -0
- package/rdsmysql/getDatabase.js.map +1 -0
- package/rdsmysql/getDatabases.d.ts +22 -0
- package/rdsmysql/getDatabases.js +24 -0
- package/rdsmysql/getDatabases.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +28 -0
- package/rdsmysql/index.js.map +1 -0
- package/redis/getInstance.d.ts +205 -0
- package/redis/getInstance.js +28 -0
- package/redis/getInstance.js.map +1 -0
- package/redis/getInstances.d.ts +22 -0
- package/redis/getInstances.js +24 -0
- package/redis/getInstances.js.map +1 -0
- package/redis/index.d.ts +9 -0
- package/redis/index.js +28 -0
- package/redis/index.js.map +1 -0
- package/redis/instance.d.ts +485 -0
- package/redis/instance.js +200 -0
- package/redis/instance.js.map +1 -0
- package/storageebs/getVolume.d.ts +4 -0
- package/storageebs/getVolume.js.map +1 -1
- package/storageebs/volume.d.ts +3 -0
- package/storageebs/volume.js +2 -0
- package/storageebs/volume.js.map +1 -1
- package/tls/getTopic.d.ts +113 -0
- package/tls/getTopic.js +28 -0
- package/tls/getTopic.js.map +1 -0
- package/tls/getTopics.d.ts +22 -0
- package/tls/getTopics.js +24 -0
- package/tls/getTopics.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +28 -0
- package/tls/index.js.map +1 -0
- package/tls/topic.d.ts +280 -0
- package/tls/topic.js +129 -0
- package/tls/topic.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteEntries.js +24 -0
- package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
- package/transitrouter/getTransitRouterRouteEntry.js +28 -0
- package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
- package/transitrouter/getTransitRouterRouteTable.js +28 -0
- package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteTables.js +24 -0
- package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
- package/transitrouter/index.d.ts +18 -0
- package/transitrouter/index.js +23 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/transitRouterRouteEntry.d.ts +186 -0
- package/transitrouter/transitRouterRouteEntry.js +106 -0
- package/transitrouter/transitRouterRouteEntry.js.map +1 -0
- package/transitrouter/transitRouterRouteTable.d.ts +159 -0
- package/transitrouter/transitRouterRouteTable.js +98 -0
- package/transitrouter/transitRouterRouteTable.js.map +1 -0
- package/types/input.d.ts +1375 -43
- package/types/output.d.ts +3534 -723
- package/vefaas/getKafkaTrigger.d.ts +101 -0
- package/vefaas/getKafkaTrigger.js +28 -0
- package/vefaas/getKafkaTrigger.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +22 -0
- package/vefaas/getKafkaTriggers.js +24 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getSandbox.d.ts +117 -0
- package/vefaas/getSandbox.js +28 -0
- package/vefaas/getSandbox.js.map +1 -0
- package/vefaas/getSandboxes.d.ts +22 -0
- package/vefaas/getSandboxes.js +24 -0
- package/vefaas/getSandboxes.js.map +1 -0
- package/vefaas/index.d.ts +18 -0
- package/vefaas/index.js +39 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +244 -0
- package/vefaas/kafkaTrigger.js +128 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/sandbox.d.ts +229 -0
- package/vefaas/sandbox.js +99 -0
- package/vefaas/sandbox.js.map +1 -0
- package/vke/addon.d.ts +159 -0
- package/vke/addon.js +90 -0
- package/vke/addon.js.map +1 -0
- package/vke/getAddon.d.ts +73 -0
- package/vke/getAddon.js +28 -0
- package/vke/getAddon.js.map +1 -0
- package/vke/getAddons.d.ts +22 -0
- package/vke/getAddons.js +24 -0
- package/vke/getAddons.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +28 -0
- package/vke/index.js.map +1 -0
- package/vpc/getNetworkAcl.d.ts +93 -0
- package/vpc/getNetworkAcl.js +28 -0
- package/vpc/getNetworkAcl.js.map +1 -0
- package/vpc/getNetworkAcls.d.ts +22 -0
- package/vpc/getNetworkAcls.js +24 -0
- package/vpc/getNetworkAcls.js.map +1 -0
- package/vpc/getPrefixList.d.ts +93 -0
- package/vpc/getPrefixList.js +28 -0
- package/vpc/getPrefixList.js.map +1 -0
- package/vpc/getPrefixLists.d.ts +22 -0
- package/vpc/getPrefixLists.js +24 -0
- package/vpc/getPrefixLists.js.map +1 -0
- package/vpc/index.d.ts +18 -0
- package/vpc/index.js +23 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +143 -0
- package/vpc/networkAcl.js +87 -0
- package/vpc/networkAcl.js.map +1 -0
- package/vpc/prefixList.d.ts +180 -0
- package/vpc/prefixList.js +110 -0
- package/vpc/prefixList.js.map +1 -0
- package/waf/getDomain.d.ts +344 -0
- package/waf/getDomain.js +28 -0
- package/waf/getDomain.js.map +1 -0
- package/waf/getDomains.d.ts +22 -0
- package/waf/getDomains.js +24 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/index.d.ts +6 -0
- package/waf/index.js +13 -0
- package/waf/index.js.map +1 -0
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::ALB::LoadBalancer
|
|
5
|
+
*/
|
|
6
|
+
export declare function getLoadBalancer(args: GetLoadBalancerArgs, opts?: pulumi.InvokeOptions): Promise<GetLoadBalancerResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getLoadBalancer.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetLoadBalancerArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getLoadBalancer.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetLoadBalancerResult {
|
|
20
|
+
/**
|
|
21
|
+
* ALB 实例的 IP 类型。IPv4:IPv4 类型;DualStack:IPv4&IPv6 双栈类型。
|
|
22
|
+
*/
|
|
23
|
+
readonly addressIpVersion: string;
|
|
24
|
+
/**
|
|
25
|
+
* 绑定的共享带宽包ID,可实现带宽共享。
|
|
26
|
+
*/
|
|
27
|
+
readonly bandwidthPackageId: string;
|
|
28
|
+
/**
|
|
29
|
+
* ALB 实例的服务状态。Normal:正常;FinancialLocked:因欠费被锁定。
|
|
30
|
+
*/
|
|
31
|
+
readonly businessStatus: string;
|
|
32
|
+
/**
|
|
33
|
+
* ALB 实例的创建时间。
|
|
34
|
+
*/
|
|
35
|
+
readonly createTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* 删除保护开关。on:开启;off:关闭。
|
|
38
|
+
*/
|
|
39
|
+
readonly deleteProtection: string;
|
|
40
|
+
/**
|
|
41
|
+
* ALB 实例的预期回收时间。该参数只有实例处于 FinancialLocked 状态时有返回值。
|
|
42
|
+
*/
|
|
43
|
+
readonly deletedTime: string;
|
|
44
|
+
/**
|
|
45
|
+
* ALB 实例的描述。
|
|
46
|
+
*/
|
|
47
|
+
readonly description: string;
|
|
48
|
+
/**
|
|
49
|
+
* DNS域名。
|
|
50
|
+
*/
|
|
51
|
+
readonly dnsName: string;
|
|
52
|
+
/**
|
|
53
|
+
* 公网IP的计费配置,仅适用于公网实例。
|
|
54
|
+
*/
|
|
55
|
+
readonly eipBillingConfig: outputs.alb.GetLoadBalancerEipBillingConfig;
|
|
56
|
+
/**
|
|
57
|
+
* 全球加速器配置,用于提升跨地域访问速度。
|
|
58
|
+
*/
|
|
59
|
+
readonly globalAccelerator: outputs.alb.GetLoadBalancerGlobalAccelerator;
|
|
60
|
+
/**
|
|
61
|
+
* Uniquely identifies the resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
/**
|
|
65
|
+
* IPv6公网IP的计費配置,仅适用于公网实例。
|
|
66
|
+
*/
|
|
67
|
+
readonly ipv6EipBillingConfig: outputs.alb.GetLoadBalancerIpv6EipBillingConfig;
|
|
68
|
+
/**
|
|
69
|
+
* ALB实例计费类型,当前仅支持按量计费(取值为1)。
|
|
70
|
+
*/
|
|
71
|
+
readonly loadBalancerBillingType: number;
|
|
72
|
+
/**
|
|
73
|
+
* 应用型负载均衡的版本。Basic:基础版;Standard:标准版。
|
|
74
|
+
*/
|
|
75
|
+
readonly loadBalancerEdition: string;
|
|
76
|
+
/**
|
|
77
|
+
* ALB 实例 ID。
|
|
78
|
+
*/
|
|
79
|
+
readonly loadBalancerId: string;
|
|
80
|
+
/**
|
|
81
|
+
* ALB 实例的名称。
|
|
82
|
+
*/
|
|
83
|
+
readonly loadBalancerName: string;
|
|
84
|
+
/**
|
|
85
|
+
* ALB 实例被冻结的原因,例如 Financial(欠费)或 Security(安全原因)。仅在实例被锁定时返回。
|
|
86
|
+
*/
|
|
87
|
+
readonly lockReason: string;
|
|
88
|
+
/**
|
|
89
|
+
* 修改保护原因。仅在 ModificationProtectionStatus 为 ConsoleProtection 时,该参数有效且合法。
|
|
90
|
+
*/
|
|
91
|
+
readonly modificationProtectionReason: string;
|
|
92
|
+
/**
|
|
93
|
+
* 修改保护状态。NonProtection:不保护;ConsoleProtection:控制台修改保护,通过控制台无法修改实例配置。
|
|
94
|
+
*/
|
|
95
|
+
readonly modificationProtectionStatus: string;
|
|
96
|
+
/**
|
|
97
|
+
* ALB 实例的冻结时间。该参数只有实例处于 FinancialLocked 状态时有返回值。
|
|
98
|
+
*/
|
|
99
|
+
readonly overdueTime: string;
|
|
100
|
+
/**
|
|
101
|
+
* 实例所属项目名称。
|
|
102
|
+
*/
|
|
103
|
+
readonly projectName: string;
|
|
104
|
+
/**
|
|
105
|
+
* ALB 实例状态:Active(运行中)、Provisioning(创建中)、Configuring(配置中)、Deleting(删除中)、CreateFailed(创建失败)、Inactive(已停止)。
|
|
106
|
+
*/
|
|
107
|
+
readonly status: string;
|
|
108
|
+
/**
|
|
109
|
+
* 为实例绑定的标签列表,用于分类和计费。
|
|
110
|
+
*/
|
|
111
|
+
readonly tags: outputs.alb.GetLoadBalancerTag[];
|
|
112
|
+
/**
|
|
113
|
+
* ALB 实例的类型。取值是 public 或 private 。public:表示创建一个公网负载均衡实例,系统会分配一个公网IP地址和一个私网IP地址,可用于转发公网请求和私网请求。private:表示创建一个私网负载均衡实例,系统会分配一个私网IP地址,仅用于转发私网请求。
|
|
114
|
+
*/
|
|
115
|
+
readonly type: string;
|
|
116
|
+
/**
|
|
117
|
+
* ALB 实例的最后更新时间。
|
|
118
|
+
*/
|
|
119
|
+
readonly updateTime: string;
|
|
120
|
+
/**
|
|
121
|
+
* 负载均衡实例所属的私有网络(VPC)的ID。
|
|
122
|
+
*/
|
|
123
|
+
readonly vpcId: string;
|
|
124
|
+
/**
|
|
125
|
+
* ALB 实例绑定的 WAF 安全防护实例 ID。
|
|
126
|
+
*/
|
|
127
|
+
readonly wafInstanceId: string;
|
|
128
|
+
/**
|
|
129
|
+
* WAF防护的域名,用于精确匹配防护规则。
|
|
130
|
+
*/
|
|
131
|
+
readonly wafProtectedDomain: string;
|
|
132
|
+
/**
|
|
133
|
+
* WAF 安全防护开关。on:开启;off:关闭。
|
|
134
|
+
*/
|
|
135
|
+
readonly wafProtectionEnabled: string;
|
|
136
|
+
/**
|
|
137
|
+
* 可用区映射列表,定义了实例在哪些可用区提供服务。
|
|
138
|
+
*/
|
|
139
|
+
readonly zoneMappings: outputs.alb.GetLoadBalancerZoneMapping[];
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Data Source schema for Volcengine::ALB::LoadBalancer
|
|
143
|
+
*/
|
|
144
|
+
export declare function getLoadBalancerOutput(args: GetLoadBalancerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLoadBalancerResult>;
|
|
145
|
+
/**
|
|
146
|
+
* A collection of arguments for invoking getLoadBalancer.
|
|
147
|
+
*/
|
|
148
|
+
export interface GetLoadBalancerOutputArgs {
|
|
149
|
+
/**
|
|
150
|
+
* Uniquely identifies the resource.
|
|
151
|
+
*/
|
|
152
|
+
id: pulumi.Input<string>;
|
|
153
|
+
}
|
|
@@ -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.getLoadBalancerOutput = exports.getLoadBalancer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::ALB::LoadBalancer
|
|
10
|
+
*/
|
|
11
|
+
function getLoadBalancer(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:alb/getLoadBalancer:getLoadBalancer", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getLoadBalancer = getLoadBalancer;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::ALB::LoadBalancer
|
|
20
|
+
*/
|
|
21
|
+
function getLoadBalancerOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:alb/getLoadBalancer:getLoadBalancer", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getLoadBalancerOutput = getLoadBalancerOutput;
|
|
28
|
+
//# sourceMappingURL=getLoadBalancer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../alb/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAyID;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,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;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::ALB::LoadBalancer
|
|
4
|
+
*/
|
|
5
|
+
export declare function getLoadBalancers(opts?: pulumi.InvokeOptions): Promise<GetLoadBalancersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getLoadBalancers.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetLoadBalancersResult {
|
|
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::ALB::LoadBalancer
|
|
21
|
+
*/
|
|
22
|
+
export declare function getLoadBalancersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLoadBalancersResult>;
|
|
@@ -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.getLoadBalancersOutput = exports.getLoadBalancers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::ALB::LoadBalancer
|
|
10
|
+
*/
|
|
11
|
+
function getLoadBalancers(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:alb/getLoadBalancers:getLoadBalancers", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getLoadBalancers = getLoadBalancers;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::ALB::LoadBalancer
|
|
18
|
+
*/
|
|
19
|
+
function getLoadBalancersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:alb/getLoadBalancers:getLoadBalancers", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getLoadBalancersOutput = getLoadBalancersOutput;
|
|
24
|
+
//# sourceMappingURL=getLoadBalancers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getLoadBalancers.js","sourceRoot":"","sources":["../../alb/getLoadBalancers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,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,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,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,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::ALB::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
|
+
* 后端服务器组的创建时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 后端服务器组的描述。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* 服务器组健康检查配置信息。
|
|
30
|
+
*/
|
|
31
|
+
readonly healthCheck: outputs.alb.GetServerGroupHealthCheck;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 服务器组的IP地址类型。目前只支持 IPv4
|
|
38
|
+
*/
|
|
39
|
+
readonly ipAddressType: string;
|
|
40
|
+
/**
|
|
41
|
+
* 后端服务器组关联的监听器信息。
|
|
42
|
+
*/
|
|
43
|
+
readonly listeners: outputs.alb.GetServerGroupListener[];
|
|
44
|
+
/**
|
|
45
|
+
* 后端服务器组所属项目名称。
|
|
46
|
+
*/
|
|
47
|
+
readonly projectName: string;
|
|
48
|
+
/**
|
|
49
|
+
* 后端协议:HTTP,HTTPS。
|
|
50
|
+
*/
|
|
51
|
+
readonly protocol: string;
|
|
52
|
+
/**
|
|
53
|
+
* 调度算法。取值:wrr:加权轮询。wlc:加权最小连接数。sh:源地址哈希。
|
|
54
|
+
*/
|
|
55
|
+
readonly scheduler: string;
|
|
56
|
+
/**
|
|
57
|
+
* 服务器组内后端服务器的个数。
|
|
58
|
+
*/
|
|
59
|
+
readonly serverCount: number;
|
|
60
|
+
/**
|
|
61
|
+
* 后端服务器组的ID。
|
|
62
|
+
*/
|
|
63
|
+
readonly serverGroupId: string;
|
|
64
|
+
/**
|
|
65
|
+
* 后端服务器组的名称。
|
|
66
|
+
*/
|
|
67
|
+
readonly serverGroupName: string;
|
|
68
|
+
/**
|
|
69
|
+
* 后端服务器组的类型。instance:服务器类型,该类型服务器组支持添加 ecs、eni 实例作为后端服务器。ip:IP类型,该类型服务器组支持添加 IP 地址作为后端服务器。
|
|
70
|
+
*/
|
|
71
|
+
readonly serverGroupType: string;
|
|
72
|
+
/**
|
|
73
|
+
* 后端服务器组中服务器的信息。
|
|
74
|
+
*/
|
|
75
|
+
readonly servers: outputs.alb.GetServerGroupServer[];
|
|
76
|
+
/**
|
|
77
|
+
* 服务器组状态。Creating:创建中。Active:运行中。Configuring:配置中。Deleting:删除中。
|
|
78
|
+
*/
|
|
79
|
+
readonly status: string;
|
|
80
|
+
/**
|
|
81
|
+
* 会话保持功能的参数信息。
|
|
82
|
+
*/
|
|
83
|
+
readonly stickySessionConfig: outputs.alb.GetServerGroupStickySessionConfig;
|
|
84
|
+
/**
|
|
85
|
+
* 标签信息。
|
|
86
|
+
*/
|
|
87
|
+
readonly tags: outputs.alb.GetServerGroupTag[];
|
|
88
|
+
/**
|
|
89
|
+
* 后端服务器组的最近操作时间。
|
|
90
|
+
*/
|
|
91
|
+
readonly updateTime: string;
|
|
92
|
+
/**
|
|
93
|
+
* 后端服务器组所属 Vpc 的 ID。
|
|
94
|
+
*/
|
|
95
|
+
readonly vpcId: string;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Data Source schema for Volcengine::ALB::ServerGroup
|
|
99
|
+
*/
|
|
100
|
+
export declare function getServerGroupOutput(args: GetServerGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServerGroupResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getServerGroup.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetServerGroupOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* Uniquely identifies the resource.
|
|
107
|
+
*/
|
|
108
|
+
id: pulumi.Input<string>;
|
|
109
|
+
}
|
|
@@ -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::ALB::ServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getServerGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:alb/getServerGroup:getServerGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getServerGroup = getServerGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::ALB::ServerGroup
|
|
20
|
+
*/
|
|
21
|
+
function getServerGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:alb/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":["../../alb/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;AA6FD;;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::ALB::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::ALB::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::ALB::ServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getServerGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:alb/getServerGroups:getServerGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getServerGroups = getServerGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::ALB::ServerGroup
|
|
18
|
+
*/
|
|
19
|
+
function getServerGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:alb/getServerGroups:getServerGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getServerGroupsOutput = getServerGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getServerGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServerGroups.js","sourceRoot":"","sources":["../../alb/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/alb/index.d.ts
CHANGED
|
@@ -1,9 +1,45 @@
|
|
|
1
|
+
export { AclArgs, AclState } from "./acl";
|
|
2
|
+
export type Acl = import("./acl").Acl;
|
|
3
|
+
export declare const Acl: typeof import("./acl").Acl;
|
|
1
4
|
export { CertificateArgs, CertificateState } from "./certificate";
|
|
2
5
|
export type Certificate = import("./certificate").Certificate;
|
|
3
6
|
export declare const Certificate: typeof import("./certificate").Certificate;
|
|
7
|
+
export { GetAclArgs, GetAclResult, GetAclOutputArgs } from "./getAcl";
|
|
8
|
+
export declare const getAcl: typeof import("./getAcl").getAcl;
|
|
9
|
+
export declare const getAclOutput: typeof import("./getAcl").getAclOutput;
|
|
10
|
+
export { GetAclsResult } from "./getAcls";
|
|
11
|
+
export declare const getAcls: typeof import("./getAcls").getAcls;
|
|
12
|
+
export declare const getAclsOutput: typeof import("./getAcls").getAclsOutput;
|
|
4
13
|
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
|
|
5
14
|
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
|
|
6
15
|
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
|
|
7
16
|
export { GetCertificatesResult } from "./getCertificates";
|
|
8
17
|
export declare const getCertificates: typeof import("./getCertificates").getCertificates;
|
|
9
18
|
export declare const getCertificatesOutput: typeof import("./getCertificates").getCertificatesOutput;
|
|
19
|
+
export { GetListenerArgs, GetListenerResult, GetListenerOutputArgs } from "./getListener";
|
|
20
|
+
export declare const getListener: typeof import("./getListener").getListener;
|
|
21
|
+
export declare const getListenerOutput: typeof import("./getListener").getListenerOutput;
|
|
22
|
+
export { GetListenersResult } from "./getListeners";
|
|
23
|
+
export declare const getListeners: typeof import("./getListeners").getListeners;
|
|
24
|
+
export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
|
|
25
|
+
export { GetLoadBalancerArgs, GetLoadBalancerResult, GetLoadBalancerOutputArgs } from "./getLoadBalancer";
|
|
26
|
+
export declare const getLoadBalancer: typeof import("./getLoadBalancer").getLoadBalancer;
|
|
27
|
+
export declare const getLoadBalancerOutput: typeof import("./getLoadBalancer").getLoadBalancerOutput;
|
|
28
|
+
export { GetLoadBalancersResult } from "./getLoadBalancers";
|
|
29
|
+
export declare const getLoadBalancers: typeof import("./getLoadBalancers").getLoadBalancers;
|
|
30
|
+
export declare const getLoadBalancersOutput: typeof import("./getLoadBalancers").getLoadBalancersOutput;
|
|
31
|
+
export { GetServerGroupArgs, GetServerGroupResult, GetServerGroupOutputArgs } from "./getServerGroup";
|
|
32
|
+
export declare const getServerGroup: typeof import("./getServerGroup").getServerGroup;
|
|
33
|
+
export declare const getServerGroupOutput: typeof import("./getServerGroup").getServerGroupOutput;
|
|
34
|
+
export { GetServerGroupsResult } from "./getServerGroups";
|
|
35
|
+
export declare const getServerGroups: typeof import("./getServerGroups").getServerGroups;
|
|
36
|
+
export declare const getServerGroupsOutput: typeof import("./getServerGroups").getServerGroupsOutput;
|
|
37
|
+
export { ListenerArgs, ListenerState } from "./listener";
|
|
38
|
+
export type Listener = import("./listener").Listener;
|
|
39
|
+
export declare const Listener: typeof import("./listener").Listener;
|
|
40
|
+
export { LoadBalancerArgs, LoadBalancerState } from "./loadBalancer";
|
|
41
|
+
export type LoadBalancer = import("./loadBalancer").LoadBalancer;
|
|
42
|
+
export declare const LoadBalancer: typeof import("./loadBalancer").LoadBalancer;
|
|
43
|
+
export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
|
|
44
|
+
export type ServerGroup = import("./serverGroup").ServerGroup;
|
|
45
|
+
export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
|
package/alb/index.js
CHANGED
|
@@ -2,27 +2,71 @@
|
|
|
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.getCertificatesOutput = exports.getCertificates = exports.getCertificateOutput = exports.getCertificate = exports.Certificate = void 0;
|
|
5
|
+
exports.ServerGroup = exports.LoadBalancer = exports.Listener = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getLoadBalancersOutput = exports.getLoadBalancers = exports.getLoadBalancerOutput = exports.getLoadBalancer = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = exports.getCertificatesOutput = exports.getCertificates = exports.getCertificateOutput = exports.getCertificate = exports.getAclsOutput = exports.getAcls = exports.getAclOutput = exports.getAcl = exports.Certificate = exports.Acl = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.Acl = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Acl"], () => require("./acl"));
|
|
8
10
|
exports.Certificate = null;
|
|
9
11
|
utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate"));
|
|
12
|
+
exports.getAcl = null;
|
|
13
|
+
exports.getAclOutput = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["getAcl", "getAclOutput"], () => require("./getAcl"));
|
|
15
|
+
exports.getAcls = null;
|
|
16
|
+
exports.getAclsOutput = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["getAcls", "getAclsOutput"], () => require("./getAcls"));
|
|
10
18
|
exports.getCertificate = null;
|
|
11
19
|
exports.getCertificateOutput = null;
|
|
12
20
|
utilities.lazyLoad(exports, ["getCertificate", "getCertificateOutput"], () => require("./getCertificate"));
|
|
13
21
|
exports.getCertificates = null;
|
|
14
22
|
exports.getCertificatesOutput = null;
|
|
15
23
|
utilities.lazyLoad(exports, ["getCertificates", "getCertificatesOutput"], () => require("./getCertificates"));
|
|
24
|
+
exports.getListener = null;
|
|
25
|
+
exports.getListenerOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getListener", "getListenerOutput"], () => require("./getListener"));
|
|
27
|
+
exports.getListeners = null;
|
|
28
|
+
exports.getListenersOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
|
|
30
|
+
exports.getLoadBalancer = null;
|
|
31
|
+
exports.getLoadBalancerOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getLoadBalancer", "getLoadBalancerOutput"], () => require("./getLoadBalancer"));
|
|
33
|
+
exports.getLoadBalancers = null;
|
|
34
|
+
exports.getLoadBalancersOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getLoadBalancers", "getLoadBalancersOutput"], () => require("./getLoadBalancers"));
|
|
36
|
+
exports.getServerGroup = null;
|
|
37
|
+
exports.getServerGroupOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getServerGroup", "getServerGroupOutput"], () => require("./getServerGroup"));
|
|
39
|
+
exports.getServerGroups = null;
|
|
40
|
+
exports.getServerGroupsOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
|
|
42
|
+
exports.Listener = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
|
|
44
|
+
exports.LoadBalancer = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["LoadBalancer"], () => require("./loadBalancer"));
|
|
46
|
+
exports.ServerGroup = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
|
|
16
48
|
const _module = {
|
|
17
49
|
version: utilities.getVersion(),
|
|
18
50
|
construct: (name, type, urn) => {
|
|
19
51
|
switch (type) {
|
|
52
|
+
case "volcenginecc:alb/acl:Acl":
|
|
53
|
+
return new exports.Acl(name, undefined, { urn });
|
|
20
54
|
case "volcenginecc:alb/certificate:Certificate":
|
|
21
55
|
return new exports.Certificate(name, undefined, { urn });
|
|
56
|
+
case "volcenginecc:alb/listener:Listener":
|
|
57
|
+
return new exports.Listener(name, undefined, { urn });
|
|
58
|
+
case "volcenginecc:alb/loadBalancer:LoadBalancer":
|
|
59
|
+
return new exports.LoadBalancer(name, undefined, { urn });
|
|
60
|
+
case "volcenginecc:alb/serverGroup:ServerGroup":
|
|
61
|
+
return new exports.ServerGroup(name, undefined, { urn });
|
|
22
62
|
default:
|
|
23
63
|
throw new Error(`unknown resource type ${type}`);
|
|
24
64
|
}
|
|
25
65
|
},
|
|
26
66
|
};
|
|
67
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "alb/acl", _module);
|
|
27
68
|
pulumi.runtime.registerResourceModule("volcenginecc", "alb/certificate", _module);
|
|
69
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "alb/listener", _module);
|
|
70
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "alb/loadBalancer", _module);
|
|
71
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "alb/serverGroup", _module);
|
|
28
72
|
//# sourceMappingURL=index.js.map
|
package/alb/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../alb/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,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,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;AAG7F,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../alb/index.ts"],"names":[],"mappings":"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"}
|