@volcengine/pulumi-volcenginecc 0.0.2 → 0.0.3
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/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 +9 -0
- package/apig/index.js +28 -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 +142 -0
- package/cr/registry.js +81 -0
- package/cr/registry.js.map +1 -0
- package/directconnect/directConnectGateway.d.ts +173 -0
- package/directconnect/directConnectGateway.js +86 -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 +9 -1
- package/index.js +17 -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 +252 -0
- package/tls/topic.js +101 -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 +142 -0
- package/transitrouter/transitRouterRouteTable.js +81 -0
- package/transitrouter/transitRouterRouteTable.js.map +1 -0
- package/types/input.d.ts +1273 -44
- package/types/output.d.ts +3250 -646
- package/vke/addon.d.ts +143 -0
- package/vke/addon.js +74 -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
package/vke/addon.d.ts
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 查询符合条件的已安装组件详情列表。
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:vke/addon:Addon example "cluster_id|name"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class Addon extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing Addon resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AddonState, opts?: pulumi.CustomResourceOptions): Addon;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Addon. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is Addon;
|
|
29
|
+
/**
|
|
30
|
+
* 组件所在集群 ID。
|
|
31
|
+
*/
|
|
32
|
+
readonly clusterId: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* 组件配置。
|
|
35
|
+
*/
|
|
36
|
+
readonly config: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* 安装组件的时间。标准 RFC3339 格式的 UTC+0 时间。
|
|
39
|
+
*/
|
|
40
|
+
readonly createTime: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* 组件部署模式,取值:Unmanaged:非托管模式部署。Managed:托管模式部署。
|
|
43
|
+
*/
|
|
44
|
+
readonly deployMode: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* 部署节点的类型。仅DeployModes=Unmanaged时,才需要指定该参数。取值:Node:以节点方式部署。VirtualNode:以虚拟节点方式部署。
|
|
47
|
+
*/
|
|
48
|
+
readonly deployNodeType: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* 组件名称。
|
|
51
|
+
*/
|
|
52
|
+
readonly name: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* 组件状态。
|
|
55
|
+
*/
|
|
56
|
+
readonly status: pulumi.Output<outputs.vke.AddonStatus>;
|
|
57
|
+
/**
|
|
58
|
+
* 更新组件的时间。标准 RFC3339 格式的 UTC+0 时间。
|
|
59
|
+
*/
|
|
60
|
+
readonly updateTime: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* 组件版本。
|
|
63
|
+
*/
|
|
64
|
+
readonly version: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* Create a Addon resource with the given unique name, arguments, and options.
|
|
67
|
+
*
|
|
68
|
+
* @param name The _unique_ name of the resource.
|
|
69
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
70
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
71
|
+
*/
|
|
72
|
+
constructor(name: string, args?: AddonArgs, opts?: pulumi.CustomResourceOptions);
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Input properties used for looking up and filtering Addon resources.
|
|
76
|
+
*/
|
|
77
|
+
export interface AddonState {
|
|
78
|
+
/**
|
|
79
|
+
* 组件所在集群 ID。
|
|
80
|
+
*/
|
|
81
|
+
clusterId?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* 组件配置。
|
|
84
|
+
*/
|
|
85
|
+
config?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* 安装组件的时间。标准 RFC3339 格式的 UTC+0 时间。
|
|
88
|
+
*/
|
|
89
|
+
createTime?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* 组件部署模式,取值:Unmanaged:非托管模式部署。Managed:托管模式部署。
|
|
92
|
+
*/
|
|
93
|
+
deployMode?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* 部署节点的类型。仅DeployModes=Unmanaged时,才需要指定该参数。取值:Node:以节点方式部署。VirtualNode:以虚拟节点方式部署。
|
|
96
|
+
*/
|
|
97
|
+
deployNodeType?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* 组件名称。
|
|
100
|
+
*/
|
|
101
|
+
name?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* 组件状态。
|
|
104
|
+
*/
|
|
105
|
+
status?: pulumi.Input<inputs.vke.AddonStatus>;
|
|
106
|
+
/**
|
|
107
|
+
* 更新组件的时间。标准 RFC3339 格式的 UTC+0 时间。
|
|
108
|
+
*/
|
|
109
|
+
updateTime?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* 组件版本。
|
|
112
|
+
*/
|
|
113
|
+
version?: pulumi.Input<string>;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* The set of arguments for constructing a Addon resource.
|
|
117
|
+
*/
|
|
118
|
+
export interface AddonArgs {
|
|
119
|
+
/**
|
|
120
|
+
* 组件所在集群 ID。
|
|
121
|
+
*/
|
|
122
|
+
clusterId?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* 组件配置。
|
|
125
|
+
*/
|
|
126
|
+
config?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* 组件部署模式,取值:Unmanaged:非托管模式部署。Managed:托管模式部署。
|
|
129
|
+
*/
|
|
130
|
+
deployMode?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* 部署节点的类型。仅DeployModes=Unmanaged时,才需要指定该参数。取值:Node:以节点方式部署。VirtualNode:以虚拟节点方式部署。
|
|
133
|
+
*/
|
|
134
|
+
deployNodeType?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* 组件名称。
|
|
137
|
+
*/
|
|
138
|
+
name?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* 组件版本。
|
|
141
|
+
*/
|
|
142
|
+
version?: pulumi.Input<string>;
|
|
143
|
+
}
|
package/vke/addon.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
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.Addon = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 查询符合条件的已安装组件详情列表。
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:vke/addon:Addon example "cluster_id|name"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class Addon extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing Addon resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new Addon(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Addon. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === Addon.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
46
|
+
resourceInputs["config"] = state ? state.config : undefined;
|
|
47
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
48
|
+
resourceInputs["deployMode"] = state ? state.deployMode : undefined;
|
|
49
|
+
resourceInputs["deployNodeType"] = state ? state.deployNodeType : undefined;
|
|
50
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
51
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
52
|
+
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
53
|
+
resourceInputs["version"] = state ? state.version : undefined;
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
const args = argsOrState;
|
|
57
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
58
|
+
resourceInputs["config"] = args ? args.config : undefined;
|
|
59
|
+
resourceInputs["deployMode"] = args ? args.deployMode : undefined;
|
|
60
|
+
resourceInputs["deployNodeType"] = args ? args.deployNodeType : undefined;
|
|
61
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
62
|
+
resourceInputs["version"] = args ? args.version : undefined;
|
|
63
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["updateTime"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
super(Addon.__pulumiType, name, resourceInputs, opts);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.Addon = Addon;
|
|
72
|
+
/** @internal */
|
|
73
|
+
Addon.__pulumiType = 'volcenginecc:vke/addon:Addon';
|
|
74
|
+
//# sourceMappingURL=addon.js.map
|
package/vke/addon.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addon.js","sourceRoot":"","sources":["../../vke/addon.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VKE::Addon
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAddon(args: GetAddonArgs, opts?: pulumi.InvokeOptions): Promise<GetAddonResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getAddon.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetAddonArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getAddon.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetAddonResult {
|
|
20
|
+
/**
|
|
21
|
+
* 组件所在集群 ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly clusterId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 组件配置。
|
|
26
|
+
*/
|
|
27
|
+
readonly config: string;
|
|
28
|
+
/**
|
|
29
|
+
* 安装组件的时间。标准 RFC3339 格式的 UTC+0 时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* 组件部署模式,取值:Unmanaged:非托管模式部署。Managed:托管模式部署。
|
|
34
|
+
*/
|
|
35
|
+
readonly deployMode: string;
|
|
36
|
+
/**
|
|
37
|
+
* 部署节点的类型。仅DeployModes=Unmanaged时,才需要指定该参数。取值:Node:以节点方式部署。VirtualNode:以虚拟节点方式部署。
|
|
38
|
+
*/
|
|
39
|
+
readonly deployNodeType: string;
|
|
40
|
+
/**
|
|
41
|
+
* Uniquely identifies the resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* 组件名称。
|
|
46
|
+
*/
|
|
47
|
+
readonly name: string;
|
|
48
|
+
/**
|
|
49
|
+
* 组件状态。
|
|
50
|
+
*/
|
|
51
|
+
readonly status: outputs.vke.GetAddonStatus;
|
|
52
|
+
/**
|
|
53
|
+
* 更新组件的时间。标准 RFC3339 格式的 UTC+0 时间。
|
|
54
|
+
*/
|
|
55
|
+
readonly updateTime: string;
|
|
56
|
+
/**
|
|
57
|
+
* 组件版本。
|
|
58
|
+
*/
|
|
59
|
+
readonly version: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Data Source schema for Volcengine::VKE::Addon
|
|
63
|
+
*/
|
|
64
|
+
export declare function getAddonOutput(args: GetAddonOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAddonResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getAddon.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetAddonOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* Uniquely identifies the resource.
|
|
71
|
+
*/
|
|
72
|
+
id: pulumi.Input<string>;
|
|
73
|
+
}
|
package/vke/getAddon.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAddonOutput = exports.getAddon = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VKE::Addon
|
|
10
|
+
*/
|
|
11
|
+
function getAddon(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getAddon:getAddon", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getAddon = getAddon;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VKE::Addon
|
|
20
|
+
*/
|
|
21
|
+
function getAddonOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getAddon:getAddon", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getAddonOutput = getAddonOutput;
|
|
28
|
+
//# sourceMappingURL=getAddon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAddon.js","sourceRoot":"","sources":["../../vke/getAddon.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VKE::Addon
|
|
4
|
+
*/
|
|
5
|
+
export declare function getAddons(opts?: pulumi.InvokeOptions): Promise<GetAddonsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getAddons.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetAddonsResult {
|
|
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::VKE::Addon
|
|
21
|
+
*/
|
|
22
|
+
export declare function getAddonsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAddonsResult>;
|
package/vke/getAddons.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.getAddonsOutput = exports.getAddons = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VKE::Addon
|
|
10
|
+
*/
|
|
11
|
+
function getAddons(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getAddons:getAddons", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getAddons = getAddons;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VKE::Addon
|
|
18
|
+
*/
|
|
19
|
+
function getAddonsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getAddons:getAddons", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getAddonsOutput = getAddonsOutput;
|
|
24
|
+
//# sourceMappingURL=getAddons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAddons.js","sourceRoot":"","sources":["../../vke/getAddons.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAA2B;IACjD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8BAIC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAiC;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC"}
|
package/vke/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { AddonArgs, AddonState } from "./addon";
|
|
2
|
+
export type Addon = import("./addon").Addon;
|
|
3
|
+
export declare const Addon: typeof import("./addon").Addon;
|
|
4
|
+
export { GetAddonArgs, GetAddonResult, GetAddonOutputArgs } from "./getAddon";
|
|
5
|
+
export declare const getAddon: typeof import("./getAddon").getAddon;
|
|
6
|
+
export declare const getAddonOutput: typeof import("./getAddon").getAddonOutput;
|
|
7
|
+
export { GetAddonsResult } from "./getAddons";
|
|
8
|
+
export declare const getAddons: typeof import("./getAddons").getAddons;
|
|
9
|
+
export declare const getAddonsOutput: typeof import("./getAddons").getAddonsOutput;
|
package/vke/index.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAddonsOutput = exports.getAddons = exports.getAddonOutput = exports.getAddon = exports.Addon = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.Addon = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Addon"], () => require("./addon"));
|
|
10
|
+
exports.getAddon = null;
|
|
11
|
+
exports.getAddonOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getAddon", "getAddonOutput"], () => require("./getAddon"));
|
|
13
|
+
exports.getAddons = null;
|
|
14
|
+
exports.getAddonsOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getAddons", "getAddonsOutput"], () => require("./getAddons"));
|
|
16
|
+
const _module = {
|
|
17
|
+
version: utilities.getVersion(),
|
|
18
|
+
construct: (name, type, urn) => {
|
|
19
|
+
switch (type) {
|
|
20
|
+
case "volcenginecc:vke/addon:Addon":
|
|
21
|
+
return new exports.Addon(name, undefined, { urn });
|
|
22
|
+
default:
|
|
23
|
+
throw new Error(`unknown resource type ${type}`);
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "vke/addon", _module);
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
package/vke/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vke/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAGpD,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG3F,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::NetworkAcl
|
|
5
|
+
*/
|
|
6
|
+
export declare function getNetworkAcl(args: GetNetworkAclArgs, opts?: pulumi.InvokeOptions): Promise<GetNetworkAclResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getNetworkAcl.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetNetworkAclArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getNetworkAcl.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetNetworkAclResult {
|
|
20
|
+
/**
|
|
21
|
+
* 网络ACL的创建时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 默认出向ACL规则列表。
|
|
26
|
+
*/
|
|
27
|
+
readonly defaultEgressAclEntries: outputs.vpc.GetNetworkAclDefaultEgressAclEntry[];
|
|
28
|
+
/**
|
|
29
|
+
* 默认入向ACL规则列表。
|
|
30
|
+
*/
|
|
31
|
+
readonly defaultIngressAclEntries: outputs.vpc.GetNetworkAclDefaultIngressAclEntry[];
|
|
32
|
+
/**
|
|
33
|
+
* 网络ACL描述信息。长度限制为0~ 255个字符。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
|
|
34
|
+
*/
|
|
35
|
+
readonly description: string;
|
|
36
|
+
/**
|
|
37
|
+
* 出向ACL规则列表。
|
|
38
|
+
*/
|
|
39
|
+
readonly egressAclEntries: outputs.vpc.GetNetworkAclEgressAclEntry[];
|
|
40
|
+
/**
|
|
41
|
+
* Uniquely identifies the resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* 入向ACL规则列表。
|
|
46
|
+
*/
|
|
47
|
+
readonly ingressAclEntries: outputs.vpc.GetNetworkAclIngressAclEntry[];
|
|
48
|
+
/**
|
|
49
|
+
* 网络ACL的ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly networkAclId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 网络ACL名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。
|
|
54
|
+
*/
|
|
55
|
+
readonly networkAclName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 网络ACL所属项目的名称。不填默认加入default项目。
|
|
58
|
+
*/
|
|
59
|
+
readonly projectName: string;
|
|
60
|
+
/**
|
|
61
|
+
* 关联资源列表。
|
|
62
|
+
*/
|
|
63
|
+
readonly resources: outputs.vpc.GetNetworkAclResource[];
|
|
64
|
+
/**
|
|
65
|
+
* 网络ACL的状态。Available:可用,Creating:创建中
|
|
66
|
+
*/
|
|
67
|
+
readonly status: string;
|
|
68
|
+
/**
|
|
69
|
+
* 标签列表。
|
|
70
|
+
*/
|
|
71
|
+
readonly tags: outputs.vpc.GetNetworkAclTag[];
|
|
72
|
+
/**
|
|
73
|
+
* 网络ACL的更新时间。
|
|
74
|
+
*/
|
|
75
|
+
readonly updatedTime: string;
|
|
76
|
+
/**
|
|
77
|
+
* 网络ACL所属VPC的ID。
|
|
78
|
+
*/
|
|
79
|
+
readonly vpcId: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Data Source schema for Volcengine::VPC::NetworkAcl
|
|
83
|
+
*/
|
|
84
|
+
export declare function getNetworkAclOutput(args: GetNetworkAclOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNetworkAclResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking getNetworkAcl.
|
|
87
|
+
*/
|
|
88
|
+
export interface GetNetworkAclOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* Uniquely identifies the resource.
|
|
91
|
+
*/
|
|
92
|
+
id: pulumi.Input<string>;
|
|
93
|
+
}
|
|
@@ -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.getNetworkAclOutput = exports.getNetworkAcl = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::NetworkAcl
|
|
10
|
+
*/
|
|
11
|
+
function getNetworkAcl(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getNetworkAcl:getNetworkAcl", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getNetworkAcl = getNetworkAcl;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::NetworkAcl
|
|
20
|
+
*/
|
|
21
|
+
function getNetworkAclOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getNetworkAcl:getNetworkAcl", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getNetworkAclOutput = getNetworkAclOutput;
|
|
28
|
+
//# sourceMappingURL=getNetworkAcl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNetworkAcl.js","sourceRoot":"","sources":["../../vpc/getNetworkAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,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,sCAKC;AA6ED;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,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,kDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::NetworkAcl
|
|
4
|
+
*/
|
|
5
|
+
export declare function getNetworkAcls(opts?: pulumi.InvokeOptions): Promise<GetNetworkAclsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getNetworkAcls.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetNetworkAclsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VPC::NetworkAcl
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNetworkAclsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNetworkAclsResult>;
|
|
@@ -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.getNetworkAclsOutput = exports.getNetworkAcls = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::NetworkAcl
|
|
10
|
+
*/
|
|
11
|
+
function getNetworkAcls(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getNetworkAcls:getNetworkAcls", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNetworkAcls = getNetworkAcls;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::NetworkAcl
|
|
18
|
+
*/
|
|
19
|
+
function getNetworkAclsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getNetworkAcls:getNetworkAcls", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNetworkAclsOutput = getNetworkAclsOutput;
|
|
24
|
+
//# sourceMappingURL=getNetworkAcls.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNetworkAcls.js","sourceRoot":"","sources":["../../vpc/getNetworkAcls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,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,wCAIC;AAeD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,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,oDAIC"}
|