@volcengine/pulumi-volcenginecc 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +373 -0
- package/README.md +77 -0
- package/alb/certificate.d.ts +197 -0
- package/alb/certificate.js +109 -0
- package/alb/certificate.js.map +1 -0
- package/alb/getCertificate.d.ts +93 -0
- package/alb/getCertificate.js +28 -0
- package/alb/getCertificate.js.map +1 -0
- package/alb/getCertificates.d.ts +22 -0
- package/alb/getCertificates.js +24 -0
- package/alb/getCertificates.js.map +1 -0
- package/alb/index.d.ts +9 -0
- package/alb/index.js +28 -0
- package/alb/index.js.map +1 -0
- package/ark/endpoint.d.ts +230 -0
- package/ark/endpoint.js +102 -0
- package/ark/endpoint.js.map +1 -0
- package/ark/getEndpoint.d.ts +117 -0
- package/ark/getEndpoint.js +28 -0
- package/ark/getEndpoint.js.map +1 -0
- package/ark/getEndpoints.d.ts +22 -0
- package/ark/getEndpoints.js +24 -0
- package/ark/getEndpoints.js.map +1 -0
- package/ark/index.d.ts +9 -0
- package/ark/index.js +28 -0
- package/ark/index.js.map +1 -0
- package/clb/clb.d.ts +512 -0
- package/clb/clb.js +148 -0
- package/clb/clb.js.map +1 -0
- package/clb/getClb.d.ts +221 -0
- package/clb/getClb.js +28 -0
- package/clb/getClb.js.map +1 -0
- package/clb/getClbs.d.ts +22 -0
- package/clb/getClbs.js +24 -0
- package/clb/getClbs.js.map +1 -0
- package/clb/getNlb.d.ts +141 -0
- package/clb/getNlb.js +28 -0
- package/clb/getNlb.js.map +1 -0
- package/clb/getNlbListener.d.ts +109 -0
- package/clb/getNlbListener.js +28 -0
- package/clb/getNlbListener.js.map +1 -0
- package/clb/getNlbListeners.d.ts +22 -0
- package/clb/getNlbListeners.js +24 -0
- package/clb/getNlbListeners.js.map +1 -0
- package/clb/getNlbServerGroup.d.ts +145 -0
- package/clb/getNlbServerGroup.js +28 -0
- package/clb/getNlbServerGroup.js.map +1 -0
- package/clb/getNlbServerGroups.d.ts +22 -0
- package/clb/getNlbServerGroups.js +24 -0
- package/clb/getNlbServerGroups.js.map +1 -0
- package/clb/getNlbs.d.ts +22 -0
- package/clb/getNlbs.js +24 -0
- package/clb/getNlbs.js.map +1 -0
- package/clb/getServerGroup.d.ts +85 -0
- package/clb/getServerGroup.js +28 -0
- package/clb/getServerGroup.js.map +1 -0
- package/clb/getServerGroups.d.ts +22 -0
- package/clb/getServerGroups.js +24 -0
- package/clb/getServerGroups.js.map +1 -0
- package/clb/index.d.ts +45 -0
- package/clb/index.js +72 -0
- package/clb/index.js.map +1 -0
- package/clb/nlb.d.ts +297 -0
- package/clb/nlb.js +120 -0
- package/clb/nlb.js.map +1 -0
- package/clb/nlbListener.d.ts +251 -0
- package/clb/nlbListener.js +126 -0
- package/clb/nlbListener.js.map +1 -0
- package/clb/nlbServerGroup.d.ts +337 -0
- package/clb/nlbServerGroup.js +116 -0
- package/clb/nlbServerGroup.js.map +1 -0
- package/clb/serverGroup.d.ts +151 -0
- package/clb/serverGroup.js +83 -0
- package/clb/serverGroup.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +37 -0
- package/config/vars.js +62 -0
- package/config/vars.js.map +1 -0
- package/cr/getRepositories.d.ts +22 -0
- package/cr/getRepositories.js +24 -0
- package/cr/getRepositories.js.map +1 -0
- package/cr/getRepository.d.ts +64 -0
- package/cr/getRepository.js +28 -0
- package/cr/getRepository.js.map +1 -0
- package/cr/index.d.ts +9 -0
- package/cr/index.js +28 -0
- package/cr/index.js.map +1 -0
- package/cr/repository.d.ts +136 -0
- package/cr/repository.js +94 -0
- package/cr/repository.js.map +1 -0
- package/ecs/command.d.ts +213 -0
- package/ecs/command.js +99 -0
- package/ecs/command.js.map +1 -0
- package/ecs/getCommand.d.ts +105 -0
- package/ecs/getCommand.js +28 -0
- package/ecs/getCommand.js.map +1 -0
- package/ecs/getCommands.d.ts +22 -0
- package/ecs/getCommands.js +24 -0
- package/ecs/getCommands.js.map +1 -0
- package/ecs/getHpcCluster.d.ts +64 -0
- package/ecs/getHpcCluster.js +28 -0
- package/ecs/getHpcCluster.js.map +1 -0
- package/ecs/getHpcClusters.d.ts +22 -0
- package/ecs/getHpcClusters.js +24 -0
- package/ecs/getHpcClusters.js.map +1 -0
- package/ecs/getImage.d.ts +157 -0
- package/ecs/getImage.js +28 -0
- package/ecs/getImage.js.map +1 -0
- package/ecs/getImages.d.ts +22 -0
- package/ecs/getImages.js +24 -0
- package/ecs/getImages.js.map +1 -0
- package/ecs/getInvocation.d.ts +143 -0
- package/ecs/getInvocation.js +28 -0
- package/ecs/getInvocation.js.map +1 -0
- package/ecs/getInvocations.d.ts +22 -0
- package/ecs/getInvocations.js +24 -0
- package/ecs/getInvocations.js.map +1 -0
- package/ecs/getKeypair.d.ts +81 -0
- package/ecs/getKeypair.js +28 -0
- package/ecs/getKeypair.js.map +1 -0
- package/ecs/getKeypairs.d.ts +22 -0
- package/ecs/getKeypairs.js +24 -0
- package/ecs/getKeypairs.js.map +1 -0
- package/ecs/hpcCluster.d.ts +134 -0
- package/ecs/hpcCluster.js +89 -0
- package/ecs/hpcCluster.js.map +1 -0
- package/ecs/image.d.ts +332 -0
- package/ecs/image.js +119 -0
- package/ecs/image.js.map +1 -0
- package/ecs/index.d.ts +45 -0
- package/ecs/index.js +72 -0
- package/ecs/index.js.map +1 -0
- package/ecs/invocation.d.ts +338 -0
- package/ecs/invocation.js +149 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/keypair.d.ts +171 -0
- package/ecs/keypair.js +98 -0
- package/ecs/keypair.js.map +1 -0
- package/filenas/getInstance.d.ts +109 -0
- package/filenas/getInstance.js +28 -0
- package/filenas/getInstance.js.map +1 -0
- package/filenas/getInstances.d.ts +22 -0
- package/filenas/getInstances.js +24 -0
- package/filenas/getInstances.js.map +1 -0
- package/filenas/index.d.ts +9 -0
- package/filenas/index.js +28 -0
- package/filenas/index.js.map +1 -0
- package/filenas/instance.d.ts +256 -0
- package/filenas/instance.js +125 -0
- package/filenas/instance.js.map +1 -0
- package/iam/accesskey.d.ts +136 -0
- package/iam/accesskey.js +81 -0
- package/iam/accesskey.js.map +1 -0
- package/iam/getAccesskey.d.ts +72 -0
- package/iam/getAccesskey.js +28 -0
- package/iam/getAccesskey.js.map +1 -0
- package/iam/getAccesskeys.d.ts +22 -0
- package/iam/getAccesskeys.js +24 -0
- package/iam/getAccesskeys.js.map +1 -0
- package/iam/getGroup.d.ts +73 -0
- package/iam/getGroup.js +28 -0
- package/iam/getGroup.js.map +1 -0
- package/iam/getGroups.d.ts +22 -0
- package/iam/getGroups.js +24 -0
- package/iam/getGroups.js.map +1 -0
- package/iam/getPolicies.d.ts +22 -0
- package/iam/getPolicies.js +24 -0
- package/iam/getPolicies.js.map +1 -0
- package/iam/getPolicy.d.ts +89 -0
- package/iam/getPolicy.js +28 -0
- package/iam/getPolicy.js.map +1 -0
- package/iam/getRole.d.ts +79 -0
- package/iam/getRole.js +28 -0
- package/iam/getRole.js.map +1 -0
- package/iam/getRoles.d.ts +22 -0
- package/iam/getRoles.js +24 -0
- package/iam/getRoles.js.map +1 -0
- package/iam/getUser.d.ts +97 -0
- package/iam/getUser.js +28 -0
- package/iam/getUser.js.map +1 -0
- package/iam/getUsers.d.ts +22 -0
- package/iam/getUsers.js +24 -0
- package/iam/getUsers.js.map +1 -0
- package/iam/group.d.ts +121 -0
- package/iam/group.js +77 -0
- package/iam/group.js.map +1 -0
- package/iam/index.d.ts +45 -0
- package/iam/index.js +72 -0
- package/iam/index.js.map +1 -0
- package/iam/policy.d.ts +156 -0
- package/iam/policy.js +91 -0
- package/iam/policy.js.map +1 -0
- package/iam/role.d.ts +185 -0
- package/iam/role.js +115 -0
- package/iam/role.js.map +1 -0
- package/iam/user.d.ts +189 -0
- package/iam/user.js +89 -0
- package/iam/user.js.map +1 -0
- package/index.d.ts +16 -0
- package/index.js +63 -0
- package/index.js.map +1 -0
- package/package.json +29 -0
- package/provider.d.ts +102 -0
- package/provider.js +61 -0
- package/provider.js.map +1 -0
- package/storageebs/getVolume.d.ts +153 -0
- package/storageebs/getVolume.js +28 -0
- package/storageebs/getVolume.js.map +1 -0
- package/storageebs/getVolumes.d.ts +22 -0
- package/storageebs/getVolumes.js +24 -0
- package/storageebs/getVolumes.js.map +1 -0
- package/storageebs/index.d.ts +9 -0
- package/storageebs/index.js +28 -0
- package/storageebs/index.js.map +1 -0
- package/storageebs/volume.d.ts +345 -0
- package/storageebs/volume.js +140 -0
- package/storageebs/volume.js.map +1 -0
- package/tos/bucket.d.ts +172 -0
- package/tos/bucket.js +87 -0
- package/tos/bucket.js.map +1 -0
- package/tos/getBucket.d.ts +90 -0
- package/tos/getBucket.js +28 -0
- package/tos/getBucket.js.map +1 -0
- package/tos/getBuckets.d.ts +22 -0
- package/tos/getBuckets.js +24 -0
- package/tos/getBuckets.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +28 -0
- package/tos/index.js.map +1 -0
- package/transitrouter/getTransitRouter.d.ts +97 -0
- package/transitrouter/getTransitRouter.js +28 -0
- package/transitrouter/getTransitRouter.js.map +1 -0
- package/transitrouter/getTransitRouters.d.ts +22 -0
- package/transitrouter/getTransitRouters.js +24 -0
- package/transitrouter/getTransitRouters.js.map +1 -0
- package/transitrouter/index.d.ts +9 -0
- package/transitrouter/index.js +28 -0
- package/transitrouter/index.js.map +1 -0
- package/transitrouter/transitRouter.d.ts +194 -0
- package/transitrouter/transitRouter.js +104 -0
- package/transitrouter/transitRouter.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +1581 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +3321 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
- package/vmp/getWorkspace.d.ts +109 -0
- package/vmp/getWorkspace.js +28 -0
- package/vmp/getWorkspace.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +22 -0
- package/vmp/getWorkspaces.js +24 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +28 -0
- package/vmp/index.js.map +1 -0
- package/vmp/workspace.d.ts +235 -0
- package/vmp/workspace.js +119 -0
- package/vmp/workspace.js.map +1 -0
- package/vpc/bandwidthPackage.d.ts +257 -0
- package/vpc/bandwidthPackage.js +103 -0
- package/vpc/bandwidthPackage.js.map +1 -0
- package/vpc/eip.d.ts +415 -0
- package/vpc/eip.js +150 -0
- package/vpc/eip.js.map +1 -0
- package/vpc/eni.d.ts +289 -0
- package/vpc/eni.js +106 -0
- package/vpc/eni.js.map +1 -0
- package/vpc/getBandwidthPackage.d.ts +125 -0
- package/vpc/getBandwidthPackage.js +28 -0
- package/vpc/getBandwidthPackage.js.map +1 -0
- package/vpc/getBandwidthPackages.d.ts +22 -0
- package/vpc/getBandwidthPackages.js +24 -0
- package/vpc/getBandwidthPackages.js.map +1 -0
- package/vpc/getEip.d.ts +169 -0
- package/vpc/getEip.js +28 -0
- package/vpc/getEip.js.map +1 -0
- package/vpc/getEips.d.ts +22 -0
- package/vpc/getEips.js +24 -0
- package/vpc/getEips.js.map +1 -0
- package/vpc/getEni.d.ts +134 -0
- package/vpc/getEni.js +28 -0
- package/vpc/getEni.js.map +1 -0
- package/vpc/getEnis.d.ts +22 -0
- package/vpc/getEnis.js +24 -0
- package/vpc/getEnis.js.map +1 -0
- package/vpc/getRouteTable.d.ts +105 -0
- package/vpc/getRouteTable.js +28 -0
- package/vpc/getRouteTable.js.map +1 -0
- package/vpc/getRouteTables.d.ts +22 -0
- package/vpc/getRouteTables.js +24 -0
- package/vpc/getRouteTables.js.map +1 -0
- package/vpc/getSecurityGroup.d.ts +82 -0
- package/vpc/getSecurityGroup.js +28 -0
- package/vpc/getSecurityGroup.js.map +1 -0
- package/vpc/getSecurityGroups.d.ts +22 -0
- package/vpc/getSecurityGroups.js +24 -0
- package/vpc/getSecurityGroups.js.map +1 -0
- package/vpc/getSubnet.d.ts +110 -0
- package/vpc/getSubnet.js +28 -0
- package/vpc/getSubnet.js.map +1 -0
- package/vpc/getSubnets.d.ts +22 -0
- package/vpc/getSubnets.js +24 -0
- package/vpc/getSubnets.js.map +1 -0
- package/vpc/getVpc.d.ts +129 -0
- package/vpc/getVpc.js +28 -0
- package/vpc/getVpc.js.map +1 -0
- package/vpc/getVpcs.d.ts +22 -0
- package/vpc/getVpcs.js +24 -0
- package/vpc/getVpcs.js.map +1 -0
- package/vpc/index.d.ts +63 -0
- package/vpc/index.js +94 -0
- package/vpc/index.js.map +1 -0
- package/vpc/routeTable.d.ts +203 -0
- package/vpc/routeTable.js +93 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpc/securityGroup.d.ts +144 -0
- package/vpc/securityGroup.js +83 -0
- package/vpc/securityGroup.js.map +1 -0
- package/vpc/subnet.d.ts +241 -0
- package/vpc/subnet.js +122 -0
- package/vpc/subnet.js.map +1 -0
- package/vpc/vpc.d.ts +277 -0
- package/vpc/vpc.js +102 -0
- package/vpc/vpc.js.map +1 -0
package/vpc/getEip.d.ts
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::EIP
|
|
5
|
+
*/
|
|
6
|
+
export declare function getEip(args: GetEipArgs, opts?: pulumi.InvokeOptions): Promise<GetEipResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getEip.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetEipArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getEip.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetEipResult {
|
|
20
|
+
/**
|
|
21
|
+
* 公网IP的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly allocationId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 公网IP的带宽上限,默认为“1”,单位:Mbps,BillingType传入1:取值范围1 ~ 500。BillingType传入2:取值范围1 ~ 500。BillingType传入3:取值范围1 ~ 200。
|
|
26
|
+
*/
|
|
27
|
+
readonly bandwidth: number;
|
|
28
|
+
/**
|
|
29
|
+
* 共享带宽包的ID,表示将公网IP加入到共享带宽包。公网IP加入到共享带宽包必须同时满足如下条件:二者的安全防护类型相同。二者的地域相同。公网IP的计费方式必须是按量计费。共享带宽包为IPv4类型。
|
|
30
|
+
*/
|
|
31
|
+
readonly bandwidthPackageId: string;
|
|
32
|
+
/**
|
|
33
|
+
* 公网IP的计费方式。取值如下:1:包年包月。2:按量计费-按带宽上限计费。3:按量计费-按实际流量计费。
|
|
34
|
+
*/
|
|
35
|
+
readonly billingType: number;
|
|
36
|
+
/**
|
|
37
|
+
* 公网IP是否被锁定。Normal: 正常。FinancialLocked: 被锁定。
|
|
38
|
+
*/
|
|
39
|
+
readonly businessStatus: string;
|
|
40
|
+
/**
|
|
41
|
+
* 公网IP的创建时间。
|
|
42
|
+
*/
|
|
43
|
+
readonly createdTime: string;
|
|
44
|
+
/**
|
|
45
|
+
* 预期资源强制回收时间。包年包月公网IP,此参数有返回值。按量计费公网IP,仅欠费冻结时,此参数有返回值。
|
|
46
|
+
*/
|
|
47
|
+
readonly deletedTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* 公网IP的描述信息。
|
|
50
|
+
*/
|
|
51
|
+
readonly description: string;
|
|
52
|
+
/**
|
|
53
|
+
* 绑定公网IP时是否启用直通模式。请严格按照以下枚举值的大小写输入,不要传入其他取值。false(默认):不使用直通模式。true:使用直通模式。
|
|
54
|
+
*/
|
|
55
|
+
readonly directMode: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* 公网IP地址。
|
|
58
|
+
*/
|
|
59
|
+
readonly eipAddress: string;
|
|
60
|
+
/**
|
|
61
|
+
* 公网IP的到期时间。包年包月,返回值为到期时间。按量计费,返回值为空。
|
|
62
|
+
*/
|
|
63
|
+
readonly expiredTime: string;
|
|
64
|
+
/**
|
|
65
|
+
* Uniquely identifies the resource.
|
|
66
|
+
*/
|
|
67
|
+
readonly id: string;
|
|
68
|
+
/**
|
|
69
|
+
* 当前绑定的实例ID。
|
|
70
|
+
*/
|
|
71
|
+
readonly instanceId: string;
|
|
72
|
+
/**
|
|
73
|
+
* 当前绑定的实例类型。Nat:公网NAT网关。NetworkInterface: 弹性网卡。ClbInstance: 负载均衡。EcsInstance:云服务器。HaVip:高可用虚拟IP。
|
|
74
|
+
*/
|
|
75
|
+
readonly instanceType: string;
|
|
76
|
+
/**
|
|
77
|
+
* 申请申请指定的公网IP地址。仅支持填写使用后释放的IP地址,不填则表示自动分配。指定的公网IP地址
|
|
78
|
+
*/
|
|
79
|
+
readonly ipAddress: string;
|
|
80
|
+
/**
|
|
81
|
+
* IP地址池的ID。
|
|
82
|
+
*/
|
|
83
|
+
readonly ipAddressPoolId: string;
|
|
84
|
+
/**
|
|
85
|
+
* 是否被封禁。true:是。false:否。
|
|
86
|
+
*/
|
|
87
|
+
readonly isBlocked: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* 线路类型。BGP:BGP(多线)。ChinaMobile:中国移动静态单线。ChinaTelecom:中国电信静态单线。ChinaUnicom:中国联通静态单线。SingleLine*BGP:BGP单线。Fusion*BGP:融合BGP。ChinaMobile*Value:中国移动惠选型静态单线。ChinaUnicom*Value:中国联通惠选型静态单线。ChinaTelecom_Value:中国电信惠选型静态单线。
|
|
90
|
+
*/
|
|
91
|
+
readonly isp: string;
|
|
92
|
+
/**
|
|
93
|
+
* 公网IP被锁定的原因。financial: 因欠费被锁定。unlock: 欠费关停后充值恢复过程中。空值 : 没有被锁定。
|
|
94
|
+
*/
|
|
95
|
+
readonly lockReason: string;
|
|
96
|
+
/**
|
|
97
|
+
* 公网IP的名称。
|
|
98
|
+
*/
|
|
99
|
+
readonly name: string;
|
|
100
|
+
/**
|
|
101
|
+
* 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
|
|
102
|
+
*/
|
|
103
|
+
readonly overdueTime: string;
|
|
104
|
+
/**
|
|
105
|
+
* 购买包年包月公网IP的时长,默认为“1”。当PeriodUnit传入1,Period取值范围:1~9、12、24、36、48、60。当PeriodUnit传入2,Period取值范围:1~5。
|
|
106
|
+
*/
|
|
107
|
+
readonly period: number;
|
|
108
|
+
/**
|
|
109
|
+
* 购买包年包月公网IP时长的单位。取值如下:1(默认值):月。2 :年。
|
|
110
|
+
*/
|
|
111
|
+
readonly periodUnit: number;
|
|
112
|
+
/**
|
|
113
|
+
* 要绑定公网IP的实例的私网IP地址。只支持传入云服务ECS主网卡的私网IP地址和辅助网卡IP地址。若不填写:InstanceType传入EcsInstance,则绑定云服务器ECS主网卡的主私网IP地址。InstanceType传入NetworkInterface,则绑定辅助网卡主私网IP地址。
|
|
114
|
+
*/
|
|
115
|
+
readonly privateIpAddress: string;
|
|
116
|
+
/**
|
|
117
|
+
* 公网IP所属项目的名称。
|
|
118
|
+
*/
|
|
119
|
+
readonly projectName: string;
|
|
120
|
+
/**
|
|
121
|
+
* 是否随云服务器实例删除。仅按量计费公网IP有效。开启后,当云服务器实例被系统自动回收(退订24小时后、到期回收、欠费回收)或被调用DeleteInstances接口时,公网IP随其一同释放。true:是。false:否。
|
|
122
|
+
*/
|
|
123
|
+
readonly releaseWithInstance: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* 自动续费的时长,取值范围1、2、3、6、12,单位:月。若RenewType传入2,则必须传入RenewPeriodTimes
|
|
126
|
+
*/
|
|
127
|
+
readonly renewPeriodTimes: number;
|
|
128
|
+
/**
|
|
129
|
+
* 包年包月公网IP续费的方式。取值如下:1(默认值):手动续费。2:自动续费。3:到期不续费。
|
|
130
|
+
*/
|
|
131
|
+
readonly renewType: number;
|
|
132
|
+
/**
|
|
133
|
+
* DDoS原生防护(企业版)ID。您可以调用 DescInstanceList 接口,查询DDoS原生防护(企业版)的ID。当SecurityProtectionTypes传入AntiDDoS_Enhanced时,此参数必须传入。
|
|
134
|
+
*/
|
|
135
|
+
readonly securityProtectionInstanceId: number;
|
|
136
|
+
/**
|
|
137
|
+
* 防护类型。AntiDDoS_Enhanced:增强防护类型的公网IP,可以加入到DDoS原生防护(企业版)实例。空值:默认防护类型的公网IP。
|
|
138
|
+
*/
|
|
139
|
+
readonly securityProtectionTypes: string[];
|
|
140
|
+
/**
|
|
141
|
+
* 是否由服务管理
|
|
142
|
+
*/
|
|
143
|
+
readonly serviceManaged: boolean;
|
|
144
|
+
/**
|
|
145
|
+
* 公网IP的状态。Attaching:绑定中。Detaching:解绑中。Attached:已绑定。Available:可用。Deleting:删除中。
|
|
146
|
+
*/
|
|
147
|
+
readonly status: string;
|
|
148
|
+
/**
|
|
149
|
+
* 公网IP的标签信息
|
|
150
|
+
*/
|
|
151
|
+
readonly tags: outputs.vpc.GetEipTag[];
|
|
152
|
+
/**
|
|
153
|
+
* 更新公网IP的时间。
|
|
154
|
+
*/
|
|
155
|
+
readonly updatedTime: string;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Data Source schema for Volcengine::VPC::EIP
|
|
159
|
+
*/
|
|
160
|
+
export declare function getEipOutput(args: GetEipOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEipResult>;
|
|
161
|
+
/**
|
|
162
|
+
* A collection of arguments for invoking getEip.
|
|
163
|
+
*/
|
|
164
|
+
export interface GetEipOutputArgs {
|
|
165
|
+
/**
|
|
166
|
+
* Uniquely identifies the resource.
|
|
167
|
+
*/
|
|
168
|
+
id: pulumi.Input<string>;
|
|
169
|
+
}
|
package/vpc/getEip.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.getEipOutput = exports.getEip = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::EIP
|
|
10
|
+
*/
|
|
11
|
+
function getEip(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getEip:getEip", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEip = getEip;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::EIP
|
|
20
|
+
*/
|
|
21
|
+
function getEipOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getEip:getEip", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEipOutput = getEipOutput;
|
|
28
|
+
//# sourceMappingURL=getEip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEip.js","sourceRoot":"","sources":["../../vpc/getEip.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AAyJD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
package/vpc/getEips.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::EIP
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEips(opts?: pulumi.InvokeOptions): Promise<GetEipsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getEips.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEipsResult {
|
|
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::EIP
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEipsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEipsResult>;
|
package/vpc/getEips.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.getEipsOutput = exports.getEips = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::EIP
|
|
10
|
+
*/
|
|
11
|
+
function getEips(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getEips:getEips", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getEips = getEips;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::EIP
|
|
18
|
+
*/
|
|
19
|
+
function getEipsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getEips:getEips", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getEipsOutput = getEipsOutput;
|
|
24
|
+
//# sourceMappingURL=getEips.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEips.js","sourceRoot":"","sources":["../../vpc/getEips.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE,EAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
|
package/vpc/getEni.d.ts
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::ENI
|
|
5
|
+
*/
|
|
6
|
+
export declare function getEni(args: GetEniArgs, opts?: pulumi.InvokeOptions): Promise<GetEniResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getEni.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetEniArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getEni.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetEniResult {
|
|
20
|
+
/**
|
|
21
|
+
* 网卡所有者ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 网卡创建时间。
|
|
26
|
+
*/
|
|
27
|
+
readonly createdTime: string;
|
|
28
|
+
/**
|
|
29
|
+
* 是否开启随云服务器实例删除,true为开启,false为不开启。
|
|
30
|
+
*/
|
|
31
|
+
readonly deleteOnTermination: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* 辅助网卡的描述信息。长度限制为0~ 255个字符,需要以字母、中文或数字开头;可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。),不填默认空字符串。
|
|
34
|
+
*/
|
|
35
|
+
readonly description: string;
|
|
36
|
+
/**
|
|
37
|
+
* Uniquely identifies the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* 网卡绑定实例的ID,如果网卡未挂载或参数ServiceManaged为true,则InstanceId返回值均为空。
|
|
42
|
+
*/
|
|
43
|
+
readonly instanceId: string;
|
|
44
|
+
/**
|
|
45
|
+
* 为网卡分配私网IPv6地址的数量,传入该参数,系统会自动从网卡所属子网中,分配相应数量的空闲私网IPv6地址,创建时与IPv6Sets不能同时传入。
|
|
46
|
+
*/
|
|
47
|
+
readonly ipv6AddressCount: number;
|
|
48
|
+
/**
|
|
49
|
+
* 网卡的IPv6地址列表,例如[2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf]。
|
|
50
|
+
*/
|
|
51
|
+
readonly ipv6Sets: string[];
|
|
52
|
+
/**
|
|
53
|
+
* 网卡的MAC地址。
|
|
54
|
+
*/
|
|
55
|
+
readonly macAddress: string;
|
|
56
|
+
/**
|
|
57
|
+
* 网卡ID。
|
|
58
|
+
*/
|
|
59
|
+
readonly networkInterfaceId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 网卡名称,长度限制为1 ~ 128个字符,需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-),不填默认是辅助网卡的ID。
|
|
62
|
+
*/
|
|
63
|
+
readonly networkInterfaceName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 是否为网卡开启源/目的地址检查,开启后,系统会自动阻止源地址或目的地址不是当前网卡的流量,true为开启,false为不开启(默认值)。
|
|
66
|
+
*/
|
|
67
|
+
readonly portSecurityEnabled: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* 网卡的主私有IPv4地址,不支持修改地址,可以修改公网IP。如果指定,必须是对应子网中的一个空闲的私网IPv4地址,如果不指定,从对应子网中自动分配一个空闲的私网IPv4地址。例如:192.XX.XX.10。
|
|
70
|
+
*/
|
|
71
|
+
readonly primaryIpAddress: outputs.vpc.GetEniPrimaryIpAddress;
|
|
72
|
+
/**
|
|
73
|
+
* 网卡的私网IPv4地址列表。
|
|
74
|
+
*/
|
|
75
|
+
readonly privateIpSets: outputs.vpc.GetEniPrivateIpSet[];
|
|
76
|
+
/**
|
|
77
|
+
* 网卡所属项目的名称。
|
|
78
|
+
*/
|
|
79
|
+
readonly projectName: string;
|
|
80
|
+
/**
|
|
81
|
+
* 为辅助网卡自动分配辅助私网IPv4地址数量,取值1~49。创建时不能与PrivateIpSets同时传入。
|
|
82
|
+
*/
|
|
83
|
+
readonly secondaryPrivateIpAddressCount: number;
|
|
84
|
+
/**
|
|
85
|
+
* 辅助网卡加入一个或多个安全组的ID。
|
|
86
|
+
*/
|
|
87
|
+
readonly securityGroupIds: string[];
|
|
88
|
+
/**
|
|
89
|
+
* 是否为火山引擎官方服务网卡,true为是,false为否。
|
|
90
|
+
*/
|
|
91
|
+
readonly serviceManaged: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* 网卡的绑定状态。
|
|
94
|
+
*/
|
|
95
|
+
readonly status: string;
|
|
96
|
+
/**
|
|
97
|
+
* 辅助网卡所在子网的ID。
|
|
98
|
+
*/
|
|
99
|
+
readonly subnetId: string;
|
|
100
|
+
readonly tags: outputs.vpc.GetEniTag[];
|
|
101
|
+
/**
|
|
102
|
+
* 网卡类型。primary:主网卡,secondary:辅助网卡
|
|
103
|
+
*/
|
|
104
|
+
readonly type: string;
|
|
105
|
+
/**
|
|
106
|
+
* 更新网卡的时间。
|
|
107
|
+
*/
|
|
108
|
+
readonly updatedTime: string;
|
|
109
|
+
/**
|
|
110
|
+
* 网卡所属的VPC的ID。
|
|
111
|
+
*/
|
|
112
|
+
readonly vpcId: string;
|
|
113
|
+
/**
|
|
114
|
+
* 网卡所属VPC的名称。
|
|
115
|
+
*/
|
|
116
|
+
readonly vpcName: string;
|
|
117
|
+
/**
|
|
118
|
+
* 网卡所属可用区的ID。
|
|
119
|
+
*/
|
|
120
|
+
readonly zoneId: string;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Data Source schema for Volcengine::VPC::ENI
|
|
124
|
+
*/
|
|
125
|
+
export declare function getEniOutput(args: GetEniOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEniResult>;
|
|
126
|
+
/**
|
|
127
|
+
* A collection of arguments for invoking getEni.
|
|
128
|
+
*/
|
|
129
|
+
export interface GetEniOutputArgs {
|
|
130
|
+
/**
|
|
131
|
+
* Uniquely identifies the resource.
|
|
132
|
+
*/
|
|
133
|
+
id: pulumi.Input<string>;
|
|
134
|
+
}
|
package/vpc/getEni.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.getEniOutput = exports.getEni = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::ENI
|
|
10
|
+
*/
|
|
11
|
+
function getEni(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getEni:getEni", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEni = getEni;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::ENI
|
|
20
|
+
*/
|
|
21
|
+
function getEniOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getEni:getEni", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEniOutput = getEniOutput;
|
|
28
|
+
//# sourceMappingURL=getEni.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEni.js","sourceRoot":"","sources":["../../vpc/getEni.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AAsHD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
package/vpc/getEnis.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::ENI
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEnis(opts?: pulumi.InvokeOptions): Promise<GetEnisResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getEnis.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEnisResult {
|
|
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::ENI
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEnisOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEnisResult>;
|
package/vpc/getEnis.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.getEnisOutput = exports.getEnis = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::ENI
|
|
10
|
+
*/
|
|
11
|
+
function getEnis(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getEnis:getEnis", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getEnis = getEnis;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::ENI
|
|
18
|
+
*/
|
|
19
|
+
function getEnisOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getEnis:getEnis", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getEnisOutput = getEnisOutput;
|
|
24
|
+
//# sourceMappingURL=getEnis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEnis.js","sourceRoot":"","sources":["../../vpc/getEnis.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE,EAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::RouteTable
|
|
5
|
+
*/
|
|
6
|
+
export declare function getRouteTable(args: GetRouteTableArgs, opts?: pulumi.InvokeOptions): Promise<GetRouteTableResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getRouteTable.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetRouteTableArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getRouteTable.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetRouteTableResult {
|
|
20
|
+
/**
|
|
21
|
+
* 路由表所属账号的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 创建路由表输入的关联类型。1、Subnet:子网关联。2、Gateway:网关关联。
|
|
26
|
+
*/
|
|
27
|
+
readonly associateType: string;
|
|
28
|
+
/**
|
|
29
|
+
* 路由表创建时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createdTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* 路由表关联的自定义路由条目列表。
|
|
34
|
+
*/
|
|
35
|
+
readonly customRouteEntries: outputs.vpc.GetRouteTableCustomRouteEntry[];
|
|
36
|
+
/**
|
|
37
|
+
* 路由表描述信息。
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* Uniquely identifies the resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* 关联路由表的IPv4网关ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly ipv4GatewayId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 关联路由表的IPv6网关ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly ipv6GatewayId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 路由表所属项目的名称。
|
|
54
|
+
*/
|
|
55
|
+
readonly projectName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 路由表ID。
|
|
58
|
+
*/
|
|
59
|
+
readonly routeTableId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 路由表名称。
|
|
62
|
+
*/
|
|
63
|
+
readonly routeTableName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 路由表类型。1、Custom:自定义路由表。2、System:系统路由表。
|
|
66
|
+
*/
|
|
67
|
+
readonly routeTableType: string;
|
|
68
|
+
/**
|
|
69
|
+
* 关联的子网的ID列表。
|
|
70
|
+
*/
|
|
71
|
+
readonly subnetIds: string[];
|
|
72
|
+
/**
|
|
73
|
+
* 路由表关联的系统默认路由条目列表。
|
|
74
|
+
*/
|
|
75
|
+
readonly systemRouteEntries: outputs.vpc.GetRouteTableSystemRouteEntry[];
|
|
76
|
+
/**
|
|
77
|
+
* 标签列表。
|
|
78
|
+
*/
|
|
79
|
+
readonly tags: outputs.vpc.GetRouteTableTag[];
|
|
80
|
+
/**
|
|
81
|
+
* 路由表更新时间。
|
|
82
|
+
*/
|
|
83
|
+
readonly updatedTime: string;
|
|
84
|
+
/**
|
|
85
|
+
* 路由表所属VPC的ID。
|
|
86
|
+
*/
|
|
87
|
+
readonly vpcId: string;
|
|
88
|
+
/**
|
|
89
|
+
* VPC的名称。
|
|
90
|
+
*/
|
|
91
|
+
readonly vpcName: string;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Data Source schema for Volcengine::VPC::RouteTable
|
|
95
|
+
*/
|
|
96
|
+
export declare function getRouteTableOutput(args: GetRouteTableOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRouteTableResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking getRouteTable.
|
|
99
|
+
*/
|
|
100
|
+
export interface GetRouteTableOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* Uniquely identifies the resource.
|
|
103
|
+
*/
|
|
104
|
+
id: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -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.getRouteTableOutput = exports.getRouteTable = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::RouteTable
|
|
10
|
+
*/
|
|
11
|
+
function getRouteTable(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getRouteTable:getRouteTable", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getRouteTable = getRouteTable;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::RouteTable
|
|
20
|
+
*/
|
|
21
|
+
function getRouteTableOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getRouteTable:getRouteTable", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getRouteTableOutput = getRouteTableOutput;
|
|
28
|
+
//# sourceMappingURL=getRouteTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRouteTable.js","sourceRoot":"","sources":["../../vpc/getRouteTable.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;AAyFD;;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::RouteTable
|
|
4
|
+
*/
|
|
5
|
+
export declare function getRouteTables(opts?: pulumi.InvokeOptions): Promise<GetRouteTablesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getRouteTables.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetRouteTablesResult {
|
|
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::RouteTable
|
|
21
|
+
*/
|
|
22
|
+
export declare function getRouteTablesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRouteTablesResult>;
|
|
@@ -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.getRouteTablesOutput = exports.getRouteTables = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::RouteTable
|
|
10
|
+
*/
|
|
11
|
+
function getRouteTables(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getRouteTables:getRouteTables", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getRouteTables = getRouteTables;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::RouteTable
|
|
18
|
+
*/
|
|
19
|
+
function getRouteTablesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getRouteTables:getRouteTables", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getRouteTablesOutput = getRouteTablesOutput;
|
|
24
|
+
//# sourceMappingURL=getRouteTables.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRouteTables.js","sourceRoot":"","sources":["../../vpc/getRouteTables.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"}
|