@byteplus/pulumi-bytepluscc 0.0.7 → 0.0.11
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 +152 -0
- package/alb/acl.js +98 -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/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 +27 -0
- package/alb/index.js +34 -1
- package/alb/index.js.map +1 -1
- 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/autoscaling/getScalingConfiguration.d.ts +4 -1
- package/autoscaling/getScalingConfiguration.js.map +1 -1
- package/autoscaling/scalingConfiguration.d.ts +3 -3
- package/bmq/getGroup.d.ts +77 -0
- package/bmq/getGroup.js +28 -0
- package/bmq/getGroup.js.map +1 -0
- package/bmq/getGroups.d.ts +22 -0
- package/bmq/getGroups.js +24 -0
- package/bmq/getGroups.js.map +1 -0
- package/bmq/group.d.ts +137 -0
- package/bmq/group.js +76 -0
- package/bmq/group.js.map +1 -0
- package/bmq/index.d.ts +9 -0
- package/bmq/index.js +12 -1
- package/bmq/index.js.map +1 -1
- package/cdn/getShareConfig.d.ts +1 -1
- package/cdn/shareConfig.d.ts +3 -3
- package/cdn/shareConfig.js +2 -2
- package/cdn/shareConfig.js.map +1 -1
- 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 +5 -1
- package/clb/getListener.js.map +1 -1
- 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 +54 -0
- package/clb/index.js +67 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +11 -3
- package/clb/listener.js +2 -0
- package/clb/listener.js.map +1 -1
- 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 +325 -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/cloudmonitor/getRule.d.ts +169 -0
- package/cloudmonitor/getRule.js +28 -0
- package/cloudmonitor/getRule.js.map +1 -0
- package/cloudmonitor/getRules.d.ts +22 -0
- package/cloudmonitor/getRules.js +24 -0
- package/cloudmonitor/getRules.js.map +1 -0
- package/cloudmonitor/index.d.ts +9 -0
- package/cloudmonitor/index.js +28 -0
- package/cloudmonitor/index.js.map +1 -0
- package/cloudmonitor/rule.d.ts +387 -0
- package/cloudmonitor/rule.js +152 -0
- package/cloudmonitor/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 +202 -0
- package/directconnect/directConnectGateway.js +106 -0
- package/directconnect/directConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateway.d.ts +101 -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/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/getInvocation.d.ts +149 -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 +77 -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/index.d.ts +27 -0
- package/ecs/index.js +34 -1
- package/ecs/index.js.map +1 -1
- 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 +159 -0
- package/ecs/keypair.js +96 -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/getSnapshot.d.ts +92 -0
- package/filenas/getSnapshot.js +28 -0
- package/filenas/getSnapshot.js.map +1 -0
- package/filenas/getSnapshots.d.ts +22 -0
- package/filenas/getSnapshots.js +24 -0
- package/filenas/getSnapshots.js.map +1 -0
- package/filenas/index.d.ts +18 -0
- package/filenas/index.js +39 -0
- package/filenas/index.js.map +1 -0
- package/filenas/instance.d.ts +248 -0
- package/filenas/instance.js +125 -0
- package/filenas/instance.js.map +1 -0
- package/filenas/snapshot.d.ts +182 -0
- package/filenas/snapshot.js +103 -0
- package/filenas/snapshot.js.map +1 -0
- package/{firewallcenter → fwcenter}/dnsControlPolicy.d.ts +6 -6
- package/{firewallcenter → fwcenter}/dnsControlPolicy.js +2 -2
- package/fwcenter/dnsControlPolicy.js.map +1 -0
- package/{firewallcenter → fwcenter}/getDnsControlPolicies.d.ts +2 -2
- package/{firewallcenter → fwcenter}/getDnsControlPolicies.js +4 -4
- package/fwcenter/getDnsControlPolicies.js.map +1 -0
- package/{firewallcenter → fwcenter}/getDnsControlPolicy.d.ts +4 -4
- package/{firewallcenter → fwcenter}/getDnsControlPolicy.js +4 -4
- package/fwcenter/getDnsControlPolicy.js.map +1 -0
- package/{firewallcenter → fwcenter}/index.js +2 -2
- package/fwcenter/index.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/group.d.ts +121 -0
- package/iam/group.js +77 -0
- package/iam/group.js.map +1 -0
- package/iam/index.d.ts +9 -0
- package/iam/index.js +12 -1
- package/iam/index.js.map +1 -1
- package/iam/policy.d.ts +0 -4
- package/iam/policy.js +1 -1
- package/iam/policy.js.map +1 -1
- package/index.d.ts +8 -2
- package/index.js +15 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/rdsmysql/database.d.ts +106 -0
- package/rdsmysql/database.js +74 -0
- package/rdsmysql/database.js.map +1 -0
- package/rdsmysql/getDatabase.d.ts +61 -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 +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/transitrouter/getTransitRouter.d.ts +93 -0
- package/transitrouter/getTransitRouter.js +28 -0
- package/transitrouter/getTransitRouter.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/getTransitRouters.d.ts +22 -0
- package/transitrouter/getTransitRouters.js +24 -0
- package/transitrouter/getTransitRouters.js.map +1 -0
- package/transitrouter/index.d.ts +27 -0
- package/transitrouter/index.js +50 -0
- package/transitrouter/index.js.map +1 -0
- package/transitrouter/transitRouter.d.ts +182 -0
- package/transitrouter/transitRouter.js +102 -0
- package/transitrouter/transitRouter.js.map +1 -0
- package/transitrouter/transitRouterRouteEntry.d.ts +165 -0
- package/transitrouter/transitRouterRouteEntry.js +89 -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 +1590 -32
- package/types/output.d.ts +6263 -2939
- package/vefaas/kafkaTrigger.d.ts +1 -1
- package/vefaas/kafkaTrigger.js +3 -0
- package/vefaas/kafkaTrigger.js.map +1 -1
- 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 +382 -0
- package/vpc/eip.js +125 -0
- package/vpc/eip.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/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/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/index.d.ts +45 -0
- package/vpc/index.js +56 -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/vpc/routeTable.d.ts +199 -0
- package/vpc/routeTable.js +93 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpn/getVpnGateway.d.ts +165 -0
- package/vpn/getVpnGateway.js +28 -0
- package/vpn/getVpnGateway.js.map +1 -0
- package/vpn/getVpnGateways.d.ts +22 -0
- package/vpn/getVpnGateways.js +24 -0
- package/vpn/getVpnGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +28 -0
- package/vpn/index.js.map +1 -0
- package/vpn/vpnGateway.d.ts +389 -0
- package/vpn/vpnGateway.js +152 -0
- package/vpn/vpnGateway.js.map +1 -0
- package/firewallcenter/dnsControlPolicy.js.map +0 -1
- package/firewallcenter/getDnsControlPolicies.js.map +0 -1
- package/firewallcenter/getDnsControlPolicy.js.map +0 -1
- package/firewallcenter/index.js.map +0 -1
- /package/{firewallcenter → fwcenter}/index.d.ts +0 -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 Byteplus::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地址类型。取值如下:ipv4(默认值):表示该服务器组仅支持添加IPv4类型的后端服务器。ipv6:表示该服务器组仅支持添加IPv6类型的后端服务器。
|
|
58
|
+
*/
|
|
59
|
+
readonly ipAddressVersion: string;
|
|
60
|
+
/**
|
|
61
|
+
* 是否开启源地址保持。
|
|
62
|
+
*/
|
|
63
|
+
readonly preserveClientIpEnabled: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* 项目名称。
|
|
66
|
+
*/
|
|
67
|
+
readonly projectName: string;
|
|
68
|
+
/**
|
|
69
|
+
* NLB转发流量到后端服务器时使用的通信协议。取值如下:TCP。UDP。
|
|
70
|
+
*/
|
|
71
|
+
readonly protocol: string;
|
|
72
|
+
/**
|
|
73
|
+
* 是否开启Proxy-Protocol协议。取值如下:off(默认值):关闭。standard:开启。NLB将通过Proxy-Protocol协议携带客户端源IP地址转发至后端服务器,还需要在后端服务器上配置Proxy-Protocol。
|
|
74
|
+
*/
|
|
75
|
+
readonly proxyProtocolType: string;
|
|
76
|
+
/**
|
|
77
|
+
* 服务器组关联的NLB实例。
|
|
78
|
+
*/
|
|
79
|
+
readonly relatedLoadBalancerIds: string[];
|
|
80
|
+
/**
|
|
81
|
+
* NLB转发流量时遵循的规则。取值如下:wrr(默认值):加权轮询,权重值越高的后端服务器,被轮询到的次数(概率)越高。wlc:加权最小连接数,在最少连接数的基础上,根据后端服务器的不同处理能力,给每个服务器分配不同的权重,使其能够接受相应权值数的服务请求。sh:源地址哈希,基于源IP地址的一致性哈希,相同的源地址会调度到相同的后端服务器。
|
|
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
|
+
* 服务器组的类型。取值如下:instance(默认值):服务器类型。支持添加云服务器实例和已绑定云服务器实例的辅助网卡作为后端服务器。ip:IP地址类型。支持添加任何网络可达的VPC或IDC中的服务器作为后端服务器。
|
|
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 Byteplus::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 Byteplus::CLB::NLBServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getNlbServerGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:clb/getNlbServerGroup:getNlbServerGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getNlbServerGroup = getNlbServerGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::CLB::NLBServerGroup
|
|
20
|
+
*/
|
|
21
|
+
function getNlbServerGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,oDAAoD,EAAE;QAC/E,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,oDAAoD,EAAE;QACrF,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 Byteplus::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 Byteplus::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 Byteplus::CLB::NLBServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getNlbServerGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:clb/getNlbServerGroups:getNlbServerGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNlbServerGroups = getNlbServerGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::CLB::NLBServerGroup
|
|
18
|
+
*/
|
|
19
|
+
function getNlbServerGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,sDAAsD,EAAE,EACpF,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,sDAAsD,EAAE,EAC1F,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 Byteplus::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 Byteplus::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 Byteplus::CLB::NLB
|
|
10
|
+
*/
|
|
11
|
+
function getNlbs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:clb/getNlbs:getNlbs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNlbs = getNlbs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::CLB::NLB
|
|
18
|
+
*/
|
|
19
|
+
function getNlbsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,gCAAgC,EAAE,EAC9D,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,gCAAgC,EAAE,EACpE,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 Byteplus::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 Byteplus::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 Byteplus::CLB::ServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getServerGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:clb/getServerGroup:getServerGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getServerGroup = getServerGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::CLB::ServerGroup
|
|
20
|
+
*/
|
|
21
|
+
function getServerGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,8CAA8C,EAAE;QACzE,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,8CAA8C,EAAE;QAC/E,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 Byteplus::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 Byteplus::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 Byteplus::CLB::ServerGroup
|
|
10
|
+
*/
|
|
11
|
+
function getServerGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:clb/getServerGroups:getServerGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getServerGroups = getServerGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::CLB::ServerGroup
|
|
18
|
+
*/
|
|
19
|
+
function getServerGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,gDAAgD,EAAE,EAC9E,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,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
|
package/clb/index.d.ts
CHANGED
|
@@ -1,18 +1,72 @@
|
|
|
1
|
+
export { AclArgs, AclState } from "./acl";
|
|
2
|
+
export type Acl = import("./acl").Acl;
|
|
3
|
+
export declare const Acl: typeof import("./acl").Acl;
|
|
4
|
+
export { CertificateArgs, CertificateState } from "./certificate";
|
|
5
|
+
export type Certificate = import("./certificate").Certificate;
|
|
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;
|
|
13
|
+
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
|
|
14
|
+
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
|
|
15
|
+
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
|
|
16
|
+
export { GetCertificatesResult } from "./getCertificates";
|
|
17
|
+
export declare const getCertificates: typeof import("./getCertificates").getCertificates;
|
|
18
|
+
export declare const getCertificatesOutput: typeof import("./getCertificates").getCertificatesOutput;
|
|
1
19
|
export { GetListenerArgs, GetListenerResult, GetListenerOutputArgs } from "./getListener";
|
|
2
20
|
export declare const getListener: typeof import("./getListener").getListener;
|
|
3
21
|
export declare const getListenerOutput: typeof import("./getListener").getListenerOutput;
|
|
4
22
|
export { GetListenersResult } from "./getListeners";
|
|
5
23
|
export declare const getListeners: typeof import("./getListeners").getListeners;
|
|
6
24
|
export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
|
|
25
|
+
export { GetNlbArgs, GetNlbResult, GetNlbOutputArgs } from "./getNlb";
|
|
26
|
+
export declare const getNlb: typeof import("./getNlb").getNlb;
|
|
27
|
+
export declare const getNlbOutput: typeof import("./getNlb").getNlbOutput;
|
|
28
|
+
export { GetNlbListenerArgs, GetNlbListenerResult, GetNlbListenerOutputArgs } from "./getNlbListener";
|
|
29
|
+
export declare const getNlbListener: typeof import("./getNlbListener").getNlbListener;
|
|
30
|
+
export declare const getNlbListenerOutput: typeof import("./getNlbListener").getNlbListenerOutput;
|
|
31
|
+
export { GetNlbListenersResult } from "./getNlbListeners";
|
|
32
|
+
export declare const getNlbListeners: typeof import("./getNlbListeners").getNlbListeners;
|
|
33
|
+
export declare const getNlbListenersOutput: typeof import("./getNlbListeners").getNlbListenersOutput;
|
|
34
|
+
export { GetNlbServerGroupArgs, GetNlbServerGroupResult, GetNlbServerGroupOutputArgs } from "./getNlbServerGroup";
|
|
35
|
+
export declare const getNlbServerGroup: typeof import("./getNlbServerGroup").getNlbServerGroup;
|
|
36
|
+
export declare const getNlbServerGroupOutput: typeof import("./getNlbServerGroup").getNlbServerGroupOutput;
|
|
37
|
+
export { GetNlbServerGroupsResult } from "./getNlbServerGroups";
|
|
38
|
+
export declare const getNlbServerGroups: typeof import("./getNlbServerGroups").getNlbServerGroups;
|
|
39
|
+
export declare const getNlbServerGroupsOutput: typeof import("./getNlbServerGroups").getNlbServerGroupsOutput;
|
|
40
|
+
export { GetNlbsResult } from "./getNlbs";
|
|
41
|
+
export declare const getNlbs: typeof import("./getNlbs").getNlbs;
|
|
42
|
+
export declare const getNlbsOutput: typeof import("./getNlbs").getNlbsOutput;
|
|
7
43
|
export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
|
|
8
44
|
export declare const getRule: typeof import("./getRule").getRule;
|
|
9
45
|
export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
|
|
10
46
|
export { GetRulesResult } from "./getRules";
|
|
11
47
|
export declare const getRules: typeof import("./getRules").getRules;
|
|
12
48
|
export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
|
|
49
|
+
export { GetServerGroupArgs, GetServerGroupResult, GetServerGroupOutputArgs } from "./getServerGroup";
|
|
50
|
+
export declare const getServerGroup: typeof import("./getServerGroup").getServerGroup;
|
|
51
|
+
export declare const getServerGroupOutput: typeof import("./getServerGroup").getServerGroupOutput;
|
|
52
|
+
export { GetServerGroupsResult } from "./getServerGroups";
|
|
53
|
+
export declare const getServerGroups: typeof import("./getServerGroups").getServerGroups;
|
|
54
|
+
export declare const getServerGroupsOutput: typeof import("./getServerGroups").getServerGroupsOutput;
|
|
13
55
|
export { ListenerArgs, ListenerState } from "./listener";
|
|
14
56
|
export type Listener = import("./listener").Listener;
|
|
15
57
|
export declare const Listener: typeof import("./listener").Listener;
|
|
58
|
+
export { NlbArgs, NlbState } from "./nlb";
|
|
59
|
+
export type Nlb = import("./nlb").Nlb;
|
|
60
|
+
export declare const Nlb: typeof import("./nlb").Nlb;
|
|
61
|
+
export { NlbListenerArgs, NlbListenerState } from "./nlbListener";
|
|
62
|
+
export type NlbListener = import("./nlbListener").NlbListener;
|
|
63
|
+
export declare const NlbListener: typeof import("./nlbListener").NlbListener;
|
|
64
|
+
export { NlbServerGroupArgs, NlbServerGroupState } from "./nlbServerGroup";
|
|
65
|
+
export type NlbServerGroup = import("./nlbServerGroup").NlbServerGroup;
|
|
66
|
+
export declare const NlbServerGroup: typeof import("./nlbServerGroup").NlbServerGroup;
|
|
16
67
|
export { RuleArgs, RuleState } from "./rule";
|
|
17
68
|
export type Rule = import("./rule").Rule;
|
|
18
69
|
export declare const Rule: typeof import("./rule").Rule;
|
|
70
|
+
export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
|
|
71
|
+
export type ServerGroup = import("./serverGroup").ServerGroup;
|
|
72
|
+
export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
|
package/clb/index.js
CHANGED
|
@@ -2,38 +2,104 @@
|
|
|
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.Rule = exports.Listener = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = void 0;
|
|
5
|
+
exports.ServerGroup = exports.Rule = exports.NlbServerGroup = exports.NlbListener = exports.Nlb = exports.Listener = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = 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.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"));
|
|
10
|
+
exports.Certificate = null;
|
|
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"));
|
|
18
|
+
exports.getCertificate = null;
|
|
19
|
+
exports.getCertificateOutput = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["getCertificate", "getCertificateOutput"], () => require("./getCertificate"));
|
|
21
|
+
exports.getCertificates = null;
|
|
22
|
+
exports.getCertificatesOutput = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["getCertificates", "getCertificatesOutput"], () => require("./getCertificates"));
|
|
8
24
|
exports.getListener = null;
|
|
9
25
|
exports.getListenerOutput = null;
|
|
10
26
|
utilities.lazyLoad(exports, ["getListener", "getListenerOutput"], () => require("./getListener"));
|
|
11
27
|
exports.getListeners = null;
|
|
12
28
|
exports.getListenersOutput = null;
|
|
13
29
|
utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
|
|
30
|
+
exports.getNlb = null;
|
|
31
|
+
exports.getNlbOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getNlb", "getNlbOutput"], () => require("./getNlb"));
|
|
33
|
+
exports.getNlbListener = null;
|
|
34
|
+
exports.getNlbListenerOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getNlbListener", "getNlbListenerOutput"], () => require("./getNlbListener"));
|
|
36
|
+
exports.getNlbListeners = null;
|
|
37
|
+
exports.getNlbListenersOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getNlbListeners", "getNlbListenersOutput"], () => require("./getNlbListeners"));
|
|
39
|
+
exports.getNlbServerGroup = null;
|
|
40
|
+
exports.getNlbServerGroupOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getNlbServerGroup", "getNlbServerGroupOutput"], () => require("./getNlbServerGroup"));
|
|
42
|
+
exports.getNlbServerGroups = null;
|
|
43
|
+
exports.getNlbServerGroupsOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getNlbServerGroups", "getNlbServerGroupsOutput"], () => require("./getNlbServerGroups"));
|
|
45
|
+
exports.getNlbs = null;
|
|
46
|
+
exports.getNlbsOutput = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["getNlbs", "getNlbsOutput"], () => require("./getNlbs"));
|
|
14
48
|
exports.getRule = null;
|
|
15
49
|
exports.getRuleOutput = null;
|
|
16
50
|
utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
|
|
17
51
|
exports.getRules = null;
|
|
18
52
|
exports.getRulesOutput = null;
|
|
19
53
|
utilities.lazyLoad(exports, ["getRules", "getRulesOutput"], () => require("./getRules"));
|
|
54
|
+
exports.getServerGroup = null;
|
|
55
|
+
exports.getServerGroupOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getServerGroup", "getServerGroupOutput"], () => require("./getServerGroup"));
|
|
57
|
+
exports.getServerGroups = null;
|
|
58
|
+
exports.getServerGroupsOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
|
|
20
60
|
exports.Listener = null;
|
|
21
61
|
utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
|
|
62
|
+
exports.Nlb = null;
|
|
63
|
+
utilities.lazyLoad(exports, ["Nlb"], () => require("./nlb"));
|
|
64
|
+
exports.NlbListener = null;
|
|
65
|
+
utilities.lazyLoad(exports, ["NlbListener"], () => require("./nlbListener"));
|
|
66
|
+
exports.NlbServerGroup = null;
|
|
67
|
+
utilities.lazyLoad(exports, ["NlbServerGroup"], () => require("./nlbServerGroup"));
|
|
22
68
|
exports.Rule = null;
|
|
23
69
|
utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
|
|
70
|
+
exports.ServerGroup = null;
|
|
71
|
+
utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
|
|
24
72
|
const _module = {
|
|
25
73
|
version: utilities.getVersion(),
|
|
26
74
|
construct: (name, type, urn) => {
|
|
27
75
|
switch (type) {
|
|
76
|
+
case "bytepluscc:clb/acl:Acl":
|
|
77
|
+
return new exports.Acl(name, undefined, { urn });
|
|
78
|
+
case "bytepluscc:clb/certificate:Certificate":
|
|
79
|
+
return new exports.Certificate(name, undefined, { urn });
|
|
28
80
|
case "bytepluscc:clb/listener:Listener":
|
|
29
81
|
return new exports.Listener(name, undefined, { urn });
|
|
82
|
+
case "bytepluscc:clb/nlb:Nlb":
|
|
83
|
+
return new exports.Nlb(name, undefined, { urn });
|
|
84
|
+
case "bytepluscc:clb/nlbListener:NlbListener":
|
|
85
|
+
return new exports.NlbListener(name, undefined, { urn });
|
|
86
|
+
case "bytepluscc:clb/nlbServerGroup:NlbServerGroup":
|
|
87
|
+
return new exports.NlbServerGroup(name, undefined, { urn });
|
|
30
88
|
case "bytepluscc:clb/rule:Rule":
|
|
31
89
|
return new exports.Rule(name, undefined, { urn });
|
|
90
|
+
case "bytepluscc:clb/serverGroup:ServerGroup":
|
|
91
|
+
return new exports.ServerGroup(name, undefined, { urn });
|
|
32
92
|
default:
|
|
33
93
|
throw new Error(`unknown resource type ${type}`);
|
|
34
94
|
}
|
|
35
95
|
},
|
|
36
96
|
};
|
|
97
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "clb/acl", _module);
|
|
98
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "clb/certificate", _module);
|
|
37
99
|
pulumi.runtime.registerResourceModule("bytepluscc", "clb/listener", _module);
|
|
100
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlb", _module);
|
|
101
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlbListener", _module);
|
|
102
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlbServerGroup", _module);
|
|
38
103
|
pulumi.runtime.registerResourceModule("bytepluscc", "clb/rule", _module);
|
|
104
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "clb/serverGroup", _module);
|
|
39
105
|
//# sourceMappingURL=index.js.map
|