@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.22
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/customizedCfg.d.ts +163 -0
- package/alb/customizedCfg.js +113 -0
- package/alb/customizedCfg.js.map +1 -0
- package/alb/getCustomizedCfg.d.ts +77 -0
- package/alb/getCustomizedCfg.js +28 -0
- package/alb/getCustomizedCfg.js.map +1 -0
- package/alb/getCustomizedCfgs.d.ts +22 -0
- package/alb/getCustomizedCfgs.js +24 -0
- package/alb/getCustomizedCfgs.js.map +1 -0
- package/alb/getHealthCheckTemplate.d.ts +109 -0
- package/alb/getHealthCheckTemplate.js +28 -0
- package/alb/getHealthCheckTemplate.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +22 -0
- package/alb/getHealthCheckTemplates.js +24 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/healthCheckTemplate.d.ts +270 -0
- package/alb/healthCheckTemplate.js +123 -0
- package/alb/healthCheckTemplate.js.map +1 -0
- package/alb/index.d.ts +18 -0
- package/alb/index.js +23 -1
- package/alb/index.js.map +1 -1
- package/clb/clb.d.ts +123 -123
- package/clb/clb.js +2 -2
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +49 -49
- package/ecs/deploymentSet.d.ts +173 -0
- package/ecs/deploymentSet.js +97 -0
- package/ecs/deploymentSet.js.map +1 -0
- package/ecs/getDeploymentSet.d.ts +81 -0
- package/ecs/getDeploymentSet.js +28 -0
- package/ecs/getDeploymentSet.js.map +1 -0
- package/ecs/getDeploymentSets.d.ts +22 -0
- package/ecs/getDeploymentSets.js +24 -0
- package/ecs/getDeploymentSets.js.map +1 -0
- package/ecs/getInstance.d.ts +11 -0
- package/ecs/getInstance.js.map +1 -1
- package/ecs/getLaunchTemplate.d.ts +73 -0
- package/ecs/getLaunchTemplate.js +28 -0
- package/ecs/getLaunchTemplate.js.map +1 -0
- package/ecs/getLaunchTemplateVersion.d.ts +153 -0
- package/ecs/getLaunchTemplateVersion.js +28 -0
- package/ecs/getLaunchTemplateVersion.js.map +1 -0
- package/ecs/getLaunchTemplateVersions.d.ts +22 -0
- package/ecs/getLaunchTemplateVersions.js +24 -0
- package/ecs/getLaunchTemplateVersions.js.map +1 -0
- package/ecs/getLaunchTemplates.d.ts +22 -0
- package/ecs/getLaunchTemplates.js +24 -0
- package/ecs/getLaunchTemplates.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/instance.d.ts +106 -11
- package/ecs/instance.js +24 -2
- package/ecs/instance.js.map +1 -1
- package/ecs/launchTemplate.d.ts +130 -0
- package/ecs/launchTemplate.js +77 -0
- package/ecs/launchTemplate.js.map +1 -0
- package/ecs/launchTemplateVersion.d.ts +364 -0
- package/ecs/launchTemplateVersion.js +114 -0
- package/ecs/launchTemplateVersion.js.map +1 -0
- package/iam/accesskey.d.ts +27 -17
- package/iam/accesskey.js +11 -7
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -6
- package/iam/getAccesskey.js.map +1 -1
- package/iam/getUser.d.ts +12 -0
- package/iam/getUser.js.map +1 -1
- package/iam/user.d.ts +26 -0
- package/iam/user.js +6 -0
- package/iam/user.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kms/getKeyRing.d.ts +72 -0
- package/kms/getKeyRing.js +28 -0
- package/kms/getKeyRing.js.map +1 -0
- package/kms/getKeyRings.d.ts +22 -0
- package/kms/getKeyRings.js +24 -0
- package/kms/getKeyRings.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyRing.d.ts +147 -0
- package/kms/keyRing.js +91 -0
- package/kms/keyRing.js.map +1 -0
- package/organization/account.d.ts +282 -0
- package/organization/account.js +112 -0
- package/organization/account.js.map +1 -0
- package/organization/getAccount.d.ts +137 -0
- package/organization/getAccount.js +28 -0
- package/organization/getAccount.js.map +1 -0
- package/organization/getAccounts.d.ts +22 -0
- package/organization/getAccounts.js +24 -0
- package/organization/getAccounts.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +88 -0
- package/privatezone/getRecord.js +28 -0
- package/privatezone/getRecord.js.map +1 -0
- package/privatezone/getRecords.d.ts +22 -0
- package/privatezone/getRecords.js +24 -0
- package/privatezone/getRecords.js.map +1 -0
- package/privatezone/index.d.ts +9 -0
- package/privatezone/index.js +12 -1
- package/privatezone/index.js.map +1 -1
- package/privatezone/record.d.ts +204 -0
- package/privatezone/record.js +113 -0
- package/privatezone/record.js.map +1 -0
- package/rabbitmq/getInstancePlugin.d.ts +72 -0
- package/rabbitmq/getInstancePlugin.js +28 -0
- package/rabbitmq/getInstancePlugin.js.map +1 -0
- package/rabbitmq/getInstancePlugins.d.ts +22 -0
- package/rabbitmq/getInstancePlugins.js +24 -0
- package/rabbitmq/getInstancePlugins.js.map +1 -0
- package/rabbitmq/getPublicAddress.d.ts +129 -0
- package/rabbitmq/getPublicAddress.js +28 -0
- package/rabbitmq/getPublicAddress.js.map +1 -0
- package/rabbitmq/getPublicAddresses.d.ts +22 -0
- package/rabbitmq/getPublicAddresses.js +24 -0
- package/rabbitmq/getPublicAddresses.js.map +1 -0
- package/rabbitmq/index.d.ts +18 -0
- package/rabbitmq/index.js +23 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/instancePlugin.d.ts +137 -0
- package/rabbitmq/instancePlugin.js +89 -0
- package/rabbitmq/instancePlugin.js.map +1 -0
- package/rabbitmq/publicAddress.d.ts +239 -0
- package/rabbitmq/publicAddress.js +120 -0
- package/rabbitmq/publicAddress.js.map +1 -0
- package/rdsmysql/allowList.d.ts +232 -0
- package/rdsmysql/allowList.js +92 -0
- package/rdsmysql/allowList.js.map +1 -0
- package/rdsmysql/backup.d.ts +240 -0
- package/rdsmysql/backup.js +119 -0
- package/rdsmysql/backup.js.map +1 -0
- package/rdsmysql/endpoint.d.ts +325 -0
- package/rdsmysql/endpoint.js +108 -0
- package/rdsmysql/endpoint.js.map +1 -0
- package/rdsmysql/getAllowList.d.ts +109 -0
- package/rdsmysql/getAllowList.js +28 -0
- package/rdsmysql/getAllowList.js.map +1 -0
- package/rdsmysql/getAllowLists.d.ts +22 -0
- package/rdsmysql/getAllowLists.js +24 -0
- package/rdsmysql/getAllowLists.js.map +1 -0
- package/rdsmysql/getBackup.d.ts +125 -0
- package/rdsmysql/getBackup.js +28 -0
- package/rdsmysql/getBackup.js.map +1 -0
- package/rdsmysql/getBackups.d.ts +22 -0
- package/rdsmysql/getBackups.js +24 -0
- package/rdsmysql/getBackups.js.map +1 -0
- package/rdsmysql/getEndpoint.d.ts +141 -0
- package/rdsmysql/getEndpoint.js +28 -0
- package/rdsmysql/getEndpoint.js.map +1 -0
- package/rdsmysql/getEndpoints.d.ts +22 -0
- package/rdsmysql/getEndpoints.js +24 -0
- package/rdsmysql/getEndpoints.js.map +1 -0
- package/rdsmysql/index.d.ts +27 -0
- package/rdsmysql/index.js +34 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdspostgresql/allowList.d.ts +206 -0
- package/rdspostgresql/allowList.js +102 -0
- package/rdspostgresql/allowList.js.map +1 -0
- package/rdspostgresql/dbEndpoint.d.ts +220 -0
- package/rdspostgresql/dbEndpoint.js +103 -0
- package/rdspostgresql/dbEndpoint.js.map +1 -0
- package/rdspostgresql/getAllowList.d.ts +93 -0
- package/rdspostgresql/getAllowList.js +28 -0
- package/rdspostgresql/getAllowList.js.map +1 -0
- package/rdspostgresql/getAllowLists.d.ts +22 -0
- package/rdspostgresql/getAllowLists.js +24 -0
- package/rdspostgresql/getAllowLists.js.map +1 -0
- package/rdspostgresql/getDbEndpoint.d.ts +101 -0
- package/rdspostgresql/getDbEndpoint.js +28 -0
- package/rdspostgresql/getDbEndpoint.js.map +1 -0
- package/rdspostgresql/getDbEndpoints.d.ts +22 -0
- package/rdspostgresql/getDbEndpoints.js +24 -0
- package/rdspostgresql/getDbEndpoints.js.map +1 -0
- package/rdspostgresql/index.d.ts +18 -0
- package/rdspostgresql/index.js +39 -0
- package/rdspostgresql/index.js.map +1 -0
- package/redis/account.d.ts +128 -0
- package/redis/account.js +95 -0
- package/redis/account.js.map +1 -0
- package/redis/endpointPublicAddress.d.ts +150 -0
- package/redis/endpointPublicAddress.js +93 -0
- package/redis/endpointPublicAddress.js.map +1 -0
- package/redis/getAccount.d.ts +60 -0
- package/redis/getAccount.js +28 -0
- package/redis/getAccount.js.map +1 -0
- package/redis/getAccounts.d.ts +22 -0
- package/redis/getAccounts.js +24 -0
- package/redis/getAccounts.js.map +1 -0
- package/redis/getEndpointPublicAddress.d.ts +72 -0
- package/redis/getEndpointPublicAddress.js +28 -0
- package/redis/getEndpointPublicAddress.js.map +1 -0
- package/redis/getEndpointPublicAddresses.d.ts +22 -0
- package/redis/getEndpointPublicAddresses.js +24 -0
- package/redis/getEndpointPublicAddresses.js.map +1 -0
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/rocketmq/getGroup.d.ts +109 -0
- package/rocketmq/getGroup.js +28 -0
- package/rocketmq/getGroup.js.map +1 -0
- package/rocketmq/getGroups.d.ts +22 -0
- package/rocketmq/getGroups.js +24 -0
- package/rocketmq/getGroups.js.map +1 -0
- package/rocketmq/getTopic.d.ts +85 -0
- package/rocketmq/getTopic.js +28 -0
- package/rocketmq/getTopic.js.map +1 -0
- package/rocketmq/getTopics.d.ts +22 -0
- package/rocketmq/getTopics.js +24 -0
- package/rocketmq/getTopics.js.map +1 -0
- package/rocketmq/group.d.ts +219 -0
- package/rocketmq/group.js +117 -0
- package/rocketmq/group.js.map +1 -0
- package/rocketmq/index.d.ts +18 -0
- package/rocketmq/index.js +23 -1
- package/rocketmq/index.js.map +1 -1
- package/rocketmq/topic.d.ts +140 -0
- package/rocketmq/topic.js +92 -0
- package/rocketmq/topic.js.map +1 -0
- package/transitrouter/getVpcAttachment.d.ts +93 -0
- package/transitrouter/getVpcAttachment.js +28 -0
- package/transitrouter/getVpcAttachment.js.map +1 -0
- package/transitrouter/getVpcAttachments.d.ts +22 -0
- package/transitrouter/getVpcAttachments.js +24 -0
- package/transitrouter/getVpcAttachments.js.map +1 -0
- package/transitrouter/getVpnAttachment.d.ts +93 -0
- package/transitrouter/getVpnAttachment.js +28 -0
- package/transitrouter/getVpnAttachment.js.map +1 -0
- package/transitrouter/getVpnAttachments.d.ts +22 -0
- package/transitrouter/getVpnAttachments.js +24 -0
- package/transitrouter/getVpnAttachments.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/vpcAttachment.d.ts +177 -0
- package/transitrouter/vpcAttachment.js +93 -0
- package/transitrouter/vpcAttachment.js.map +1 -0
- package/transitrouter/vpnAttachment.d.ts +202 -0
- package/transitrouter/vpnAttachment.js +113 -0
- package/transitrouter/vpnAttachment.js.map +1 -0
- package/types/input.d.ts +2992 -1496
- package/types/output.d.ts +6161 -3067
- package/vke/defaultNodePool.d.ts +150 -0
- package/vke/defaultNodePool.js +86 -0
- package/vke/defaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePool.d.ts +85 -0
- package/vke/getDefaultNodePool.js +28 -0
- package/vke/getDefaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePools.d.ts +22 -0
- package/vke/getDefaultNodePools.js +24 -0
- package/vke/getDefaultNodePools.js.map +1 -0
- package/vke/getNode.d.ts +106 -0
- package/vke/getNode.js +28 -0
- package/vke/getNode.js.map +1 -0
- package/vke/getNodes.d.ts +22 -0
- package/vke/getNodes.js +24 -0
- package/vke/getNodes.js.map +1 -0
- package/vke/index.d.ts +18 -0
- package/vke/index.js +23 -1
- package/vke/index.js.map +1 -1
- package/vke/node.d.ts +238 -0
- package/vke/node.js +112 -0
- package/vke/node.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +141 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/getFlowLog.d.ts +117 -0
- package/vpc/getFlowLog.js +28 -0
- package/vpc/getFlowLog.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +22 -0
- package/vpc/getFlowLogs.js +24 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getHaVip.d.ts +101 -0
- package/vpc/getHaVip.js +28 -0
- package/vpc/getHaVip.js.map +1 -0
- package/vpc/getHaVips.d.ts +22 -0
- package/vpc/getHaVips.js +24 -0
- package/vpc/getHaVips.js.map +1 -0
- package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
- package/vpc/getIpv6AddressBandwidth.js +28 -0
- package/vpc/getIpv6AddressBandwidth.js.map +1 -0
- package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
- package/vpc/getIpv6AddressBandwidths.js +24 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -0
- package/vpc/getIpv6Gateway.d.ts +77 -0
- package/vpc/getIpv6Gateway.js +28 -0
- package/vpc/getIpv6Gateway.js.map +1 -0
- package/vpc/getIpv6Gateways.d.ts +22 -0
- package/vpc/getIpv6Gateways.js +24 -0
- package/vpc/getIpv6Gateways.js.map +1 -0
- package/vpc/getTrafficMirrorFilter.d.ts +73 -0
- package/vpc/getTrafficMirrorFilter.js +28 -0
- package/vpc/getTrafficMirrorFilter.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
- package/vpc/getTrafficMirrorFilterRule.js +28 -0
- package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
- package/vpc/getTrafficMirrorFilterRules.js +24 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +22 -0
- package/vpc/getTrafficMirrorFilters.js +24 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSession.d.ts +101 -0
- package/vpc/getTrafficMirrorSession.js +28 -0
- package/vpc/getTrafficMirrorSession.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +22 -0
- package/vpc/getTrafficMirrorSessions.js +24 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTarget.d.ts +77 -0
- package/vpc/getTrafficMirrorTarget.js +28 -0
- package/vpc/getTrafficMirrorTarget.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +22 -0
- package/vpc/getTrafficMirrorTargets.js +24 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpc.d.ts +4 -0
- package/vpc/getVpc.js.map +1 -1
- package/vpc/haVip.d.ts +223 -0
- package/vpc/haVip.js +116 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/index.d.ts +72 -0
- package/vpc/index.js +90 -1
- package/vpc/index.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +241 -0
- package/vpc/ipv6AddressBandwidth.js +121 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -0
- package/vpc/ipv6Gateway.d.ts +156 -0
- package/vpc/ipv6Gateway.js +97 -0
- package/vpc/ipv6Gateway.js.map +1 -0
- package/vpc/trafficMirrorFilter.d.ts +131 -0
- package/vpc/trafficMirrorFilter.js +91 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +201 -0
- package/vpc/trafficMirrorFilterRule.js +118 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +229 -0
- package/vpc/trafficMirrorSession.js +123 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +161 -0
- package/vpc/trafficMirrorTarget.js +101 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/vpc.d.ts +12 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpn/customerGateway.d.ts +186 -0
- package/vpn/customerGateway.js +101 -0
- package/vpn/customerGateway.js.map +1 -0
- package/vpn/getCustomerGateway.d.ts +89 -0
- package/vpn/getCustomerGateway.js +28 -0
- package/vpn/getCustomerGateway.js.map +1 -0
- package/vpn/getCustomerGateways.d.ts +22 -0
- package/vpn/getCustomerGateways.js +24 -0
- package/vpn/getCustomerGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTrafficMirrorFilterRule(args: GetTrafficMirrorFilterRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorFilterRuleResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getTrafficMirrorFilterRule.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTrafficMirrorFilterRuleArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getTrafficMirrorFilterRule.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetTrafficMirrorFilterRuleResult {
|
|
19
|
+
/**
|
|
20
|
+
* 筛选规则的描述。
|
|
21
|
+
*/
|
|
22
|
+
readonly description: string;
|
|
23
|
+
/**
|
|
24
|
+
* 目的网段。
|
|
25
|
+
*/
|
|
26
|
+
readonly destinationCidrBlock: string;
|
|
27
|
+
/**
|
|
28
|
+
* 流量目的端口范围。当Protocol传入all或icmp时,无需传入本参数,默认取值-1/-1,表示不限制端口。当Protocol传入tcp或udp时,本参数为必选,取值范围1~65535,使用正斜线(/)隔开起始端口和终止端口,如1/50、80/80。
|
|
29
|
+
*/
|
|
30
|
+
readonly destinationPortRange: string;
|
|
31
|
+
/**
|
|
32
|
+
* Uniquely identifies the resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* 流量采集策略。accept:允许。即当镜像源的流量匹配该规则时,复制该流量至镜像目标进行监控分析。reject:拒绝。即当镜像源的流量匹配该规则时,不复制该流量,拒绝对该流量进行监控分析。
|
|
37
|
+
*/
|
|
38
|
+
readonly policy: string;
|
|
39
|
+
/**
|
|
40
|
+
* 筛选规则的优先级,范围为1-1000。数值越小,优先级越高。默认为1,1为最高优先级。同一筛选条件同一方向的优先级唯一。
|
|
41
|
+
*/
|
|
42
|
+
readonly priority: number;
|
|
43
|
+
/**
|
|
44
|
+
* 流量的协议。取值如下:all:含TCP、UDP、ICMP协议。tcp:TCP协议。udp:UDP协议。icmp:ICMP协议。
|
|
45
|
+
*/
|
|
46
|
+
readonly protocol: string;
|
|
47
|
+
/**
|
|
48
|
+
* 流量源网段。
|
|
49
|
+
*/
|
|
50
|
+
readonly sourceCidrBlock: string;
|
|
51
|
+
/**
|
|
52
|
+
* 流量源端口范围。当Protocol传入all或icmp时,无需传入本参数,默认取值-1/-1,表示不限制端口。当Protocol传入tcp或udp时,本参数为必选,取值范围1~65535,使用正斜线(/)隔开起始端口和终止端口,如1/50、80/80。
|
|
53
|
+
*/
|
|
54
|
+
readonly sourcePortRange: string;
|
|
55
|
+
/**
|
|
56
|
+
* 筛选规则的状态。Available:可用。Deleting:删除中。Creating:创建中。Pending:修改中。
|
|
57
|
+
*/
|
|
58
|
+
readonly status: string;
|
|
59
|
+
/**
|
|
60
|
+
* 流量的方向。取值如下:ingress:入向规则。egress:出向规则。
|
|
61
|
+
*/
|
|
62
|
+
readonly trafficDirection: string;
|
|
63
|
+
/**
|
|
64
|
+
* 筛选条件的ID。
|
|
65
|
+
*/
|
|
66
|
+
readonly trafficMirrorFilterId: string;
|
|
67
|
+
/**
|
|
68
|
+
* 筛选规则的ID。
|
|
69
|
+
*/
|
|
70
|
+
readonly trafficMirrorFilterRuleId: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
74
|
+
*/
|
|
75
|
+
export declare function getTrafficMirrorFilterRuleOutput(args: GetTrafficMirrorFilterRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorFilterRuleResult>;
|
|
76
|
+
/**
|
|
77
|
+
* A collection of arguments for invoking getTrafficMirrorFilterRule.
|
|
78
|
+
*/
|
|
79
|
+
export interface GetTrafficMirrorFilterRuleOutputArgs {
|
|
80
|
+
/**
|
|
81
|
+
* Uniquely identifies the resource.
|
|
82
|
+
*/
|
|
83
|
+
id: pulumi.Input<string>;
|
|
84
|
+
}
|
|
@@ -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.getTrafficMirrorFilterRuleOutput = exports.getTrafficMirrorFilterRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorFilterRule(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorFilterRule:getTrafficMirrorFilterRule", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTrafficMirrorFilterRule = getTrafficMirrorFilterRule;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
20
|
+
*/
|
|
21
|
+
function getTrafficMirrorFilterRuleOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorFilterRule:getTrafficMirrorFilterRule", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTrafficMirrorFilterRuleOutput = getTrafficMirrorFilterRuleOutput;
|
|
28
|
+
//# sourceMappingURL=getTrafficMirrorFilterRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorFilterRule.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorFilterRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AAqED;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTrafficMirrorFilterRules(opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorFilterRulesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTrafficMirrorFilterRules.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTrafficMirrorFilterRulesResult {
|
|
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::TrafficMirrorFilterRule
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTrafficMirrorFilterRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorFilterRulesResult>;
|
|
@@ -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.getTrafficMirrorFilterRulesOutput = exports.getTrafficMirrorFilterRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorFilterRules(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorFilterRules:getTrafficMirrorFilterRules", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTrafficMirrorFilterRules = getTrafficMirrorFilterRules;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
|
|
18
|
+
*/
|
|
19
|
+
function getTrafficMirrorFilterRulesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorFilterRules:getTrafficMirrorFilterRules", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTrafficMirrorFilterRulesOutput = getTrafficMirrorFilterRulesOutput;
|
|
24
|
+
//# sourceMappingURL=getTrafficMirrorFilterRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorFilterRules.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorFilterRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAA2B;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC;AAeD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAAiC;IAC/E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0EAA0E,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8EAIC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorFilter
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTrafficMirrorFilters(opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorFiltersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTrafficMirrorFilters.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTrafficMirrorFiltersResult {
|
|
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::TrafficMirrorFilter
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTrafficMirrorFiltersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorFiltersResult>;
|
|
@@ -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.getTrafficMirrorFiltersOutput = exports.getTrafficMirrorFilters = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorFilter
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorFilters(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorFilters:getTrafficMirrorFilters", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTrafficMirrorFilters = getTrafficMirrorFilters;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorFilter
|
|
18
|
+
*/
|
|
19
|
+
function getTrafficMirrorFiltersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorFilters:getTrafficMirrorFilters", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTrafficMirrorFiltersOutput = getTrafficMirrorFiltersOutput;
|
|
24
|
+
//# sourceMappingURL=getTrafficMirrorFilters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorFilters.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorFilters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAA2B;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC;AAeD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAiC;IAC3E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE,EACtG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sEAIC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
5
|
+
*/
|
|
6
|
+
export declare function getTrafficMirrorSession(args: GetTrafficMirrorSessionArgs, opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorSessionResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getTrafficMirrorSession.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetTrafficMirrorSessionArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getTrafficMirrorSession.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetTrafficMirrorSessionResult {
|
|
20
|
+
/**
|
|
21
|
+
* 会话计费状态。Normal:正常计费中。 - FinancialLocked:欠费锁定。
|
|
22
|
+
*/
|
|
23
|
+
readonly businessStatus: string;
|
|
24
|
+
/**
|
|
25
|
+
* 创建时间。
|
|
26
|
+
*/
|
|
27
|
+
readonly createdTime: string;
|
|
28
|
+
/**
|
|
29
|
+
* 镜像会话实例描述。
|
|
30
|
+
*/
|
|
31
|
+
readonly description: string;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 锁定原因。
|
|
38
|
+
*/
|
|
39
|
+
readonly lockReason: string;
|
|
40
|
+
/**
|
|
41
|
+
* 镜像源实例ID,当前只支持ECS的主网卡和辅助网卡。
|
|
42
|
+
*/
|
|
43
|
+
readonly networkInterfaceId: string;
|
|
44
|
+
/**
|
|
45
|
+
* 镜像会话MTU,超过被截断,取值范围:64~9600。
|
|
46
|
+
*/
|
|
47
|
+
readonly packetLength: number;
|
|
48
|
+
/**
|
|
49
|
+
* 镜像会话优先级,取值范围1 ~ 32766,同一账户下镜像会话优先级不能重复。
|
|
50
|
+
*/
|
|
51
|
+
readonly priority: number;
|
|
52
|
+
/**
|
|
53
|
+
* 所属项目的名称
|
|
54
|
+
*/
|
|
55
|
+
readonly projectName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 会话状态。
|
|
58
|
+
*/
|
|
59
|
+
readonly status: string;
|
|
60
|
+
/**
|
|
61
|
+
* 标签信息。
|
|
62
|
+
*/
|
|
63
|
+
readonly tags: outputs.vpc.GetTrafficMirrorSessionTag[];
|
|
64
|
+
/**
|
|
65
|
+
* 筛选条件实例ID。
|
|
66
|
+
*/
|
|
67
|
+
readonly trafficMirrorFilterId: string;
|
|
68
|
+
/**
|
|
69
|
+
* 镜像会话实例ID。
|
|
70
|
+
*/
|
|
71
|
+
readonly trafficMirrorSessionId: string;
|
|
72
|
+
/**
|
|
73
|
+
* 镜像会话名称。
|
|
74
|
+
*/
|
|
75
|
+
readonly trafficMirrorSessionName: string;
|
|
76
|
+
/**
|
|
77
|
+
* 镜像源实例列表。
|
|
78
|
+
*/
|
|
79
|
+
readonly trafficMirrorSourceIds: string[];
|
|
80
|
+
/**
|
|
81
|
+
* 镜像目的实例ID。
|
|
82
|
+
*/
|
|
83
|
+
readonly trafficMirrorTargetId: string;
|
|
84
|
+
/**
|
|
85
|
+
* 镜像会话VNI,取值范围1 ~ 16777215。
|
|
86
|
+
*/
|
|
87
|
+
readonly virtualNetworkId: number;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
91
|
+
*/
|
|
92
|
+
export declare function getTrafficMirrorSessionOutput(args: GetTrafficMirrorSessionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorSessionResult>;
|
|
93
|
+
/**
|
|
94
|
+
* A collection of arguments for invoking getTrafficMirrorSession.
|
|
95
|
+
*/
|
|
96
|
+
export interface GetTrafficMirrorSessionOutputArgs {
|
|
97
|
+
/**
|
|
98
|
+
* Uniquely identifies the resource.
|
|
99
|
+
*/
|
|
100
|
+
id: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -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.getTrafficMirrorSessionOutput = exports.getTrafficMirrorSession = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorSession(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorSession:getTrafficMirrorSession", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTrafficMirrorSession = getTrafficMirrorSession;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
20
|
+
*/
|
|
21
|
+
function getTrafficMirrorSessionOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorSession:getTrafficMirrorSession", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTrafficMirrorSessionOutput = getTrafficMirrorSessionOutput;
|
|
28
|
+
//# sourceMappingURL=getTrafficMirrorSession.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorSession.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorSession.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAqFD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTrafficMirrorSessions(opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorSessionsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTrafficMirrorSessions.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTrafficMirrorSessionsResult {
|
|
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::TrafficMirrorSession
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTrafficMirrorSessionsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorSessionsResult>;
|
|
@@ -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.getTrafficMirrorSessionsOutput = exports.getTrafficMirrorSessions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorSessions(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorSessions:getTrafficMirrorSessions", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTrafficMirrorSessions = getTrafficMirrorSessions;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorSession
|
|
18
|
+
*/
|
|
19
|
+
function getTrafficMirrorSessionsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorSessions:getTrafficMirrorSessions", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTrafficMirrorSessionsOutput = getTrafficMirrorSessionsOutput;
|
|
24
|
+
//# sourceMappingURL=getTrafficMirrorSessions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorSessions.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorSessions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,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,oEAAoE,EAAE,EAClG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAeD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAiC;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
5
|
+
*/
|
|
6
|
+
export declare function getTrafficMirrorTarget(args: GetTrafficMirrorTargetArgs, opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorTargetResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getTrafficMirrorTarget.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetTrafficMirrorTargetArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getTrafficMirrorTarget.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetTrafficMirrorTargetResult {
|
|
20
|
+
/**
|
|
21
|
+
* 镜像会话的创建时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createdAt: string;
|
|
24
|
+
/**
|
|
25
|
+
* 监听器的描述。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不填则默认值为空字符串。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* Uniquely identifies the resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
/**
|
|
33
|
+
* 镜像目的的资源ID。
|
|
34
|
+
*/
|
|
35
|
+
readonly instanceId: string;
|
|
36
|
+
/**
|
|
37
|
+
* 镜像目的的资源类型。NetworkInterface:弹性网卡。ClbInstance:传统型负载均衡。
|
|
38
|
+
*/
|
|
39
|
+
readonly instanceType: string;
|
|
40
|
+
/**
|
|
41
|
+
* 镜像目的所属项目的名称。不填默认加入default项目。
|
|
42
|
+
*/
|
|
43
|
+
readonly projectName: string;
|
|
44
|
+
/**
|
|
45
|
+
* 镜像目的状态。Available:可用。Creating:创建中。
|
|
46
|
+
*/
|
|
47
|
+
readonly status: string;
|
|
48
|
+
/**
|
|
49
|
+
* 镜像目的的标签信息。
|
|
50
|
+
*/
|
|
51
|
+
readonly tags: outputs.vpc.GetTrafficMirrorTargetTag[];
|
|
52
|
+
/**
|
|
53
|
+
* 镜像目的的ID。
|
|
54
|
+
*/
|
|
55
|
+
readonly trafficMirrorTargetId: string;
|
|
56
|
+
/**
|
|
57
|
+
* 监听器的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线_)和中划线(-)。长度限制在1~128字符之间。不填则默认将“协议-端口”作为监听器名称。
|
|
58
|
+
*/
|
|
59
|
+
readonly trafficMirrorTargetName: string;
|
|
60
|
+
/**
|
|
61
|
+
* 镜像会话的更新时间。
|
|
62
|
+
*/
|
|
63
|
+
readonly updatedAt: string;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
67
|
+
*/
|
|
68
|
+
export declare function getTrafficMirrorTargetOutput(args: GetTrafficMirrorTargetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorTargetResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getTrafficMirrorTarget.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetTrafficMirrorTargetOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* Uniquely identifies the resource.
|
|
75
|
+
*/
|
|
76
|
+
id: pulumi.Input<string>;
|
|
77
|
+
}
|
|
@@ -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.getTrafficMirrorTargetOutput = exports.getTrafficMirrorTarget = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorTarget(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorTarget:getTrafficMirrorTarget", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTrafficMirrorTarget = getTrafficMirrorTarget;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
20
|
+
*/
|
|
21
|
+
function getTrafficMirrorTargetOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorTarget:getTrafficMirrorTarget", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTrafficMirrorTargetOutput = getTrafficMirrorTargetOutput;
|
|
28
|
+
//# sourceMappingURL=getTrafficMirrorTarget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorTarget.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorTarget.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC;AA6DD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTrafficMirrorTargets(opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorTargetsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTrafficMirrorTargets.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTrafficMirrorTargetsResult {
|
|
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::TrafficMirrorTarget
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTrafficMirrorTargetsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorTargetsResult>;
|
|
@@ -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.getTrafficMirrorTargetsOutput = exports.getTrafficMirrorTargets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
10
|
+
*/
|
|
11
|
+
function getTrafficMirrorTargets(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorTargets:getTrafficMirrorTargets", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTrafficMirrorTargets = getTrafficMirrorTargets;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::TrafficMirrorTarget
|
|
18
|
+
*/
|
|
19
|
+
function getTrafficMirrorTargetsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorTargets:getTrafficMirrorTargets", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTrafficMirrorTargetsOutput = getTrafficMirrorTargetsOutput;
|
|
24
|
+
//# sourceMappingURL=getTrafficMirrorTargets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorTargets.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorTargets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAA2B;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC;AAeD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAiC;IAC3E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE,EACtG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sEAIC"}
|
package/vpc/getVpc.d.ts
CHANGED
|
@@ -41,6 +41,10 @@ export interface GetVpcResult {
|
|
|
41
41
|
* VPC的DNS服务器地址。单次调用数量上限为5个,每个DnsServer必须以合法IP形式给出。多个IP之间用&分隔。不填则配置为默认DNS服务器地址。
|
|
42
42
|
*/
|
|
43
43
|
readonly dnsServers: string[];
|
|
44
|
+
/**
|
|
45
|
+
* 是否开启IPv6网段。false(默认值):不开启。true:开启。
|
|
46
|
+
*/
|
|
47
|
+
readonly enableIpv6: boolean;
|
|
44
48
|
/**
|
|
45
49
|
* Uniquely identifies the resource.
|
|
46
50
|
*/
|
package/vpc/getVpc.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../../vpc/getVpc.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;
|
|
1
|
+
{"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../../vpc/getVpc.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;AAqHD;;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"}
|