@volcengine/pulumi-volcenginecc 0.0.41 → 0.0.43
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/directconnect/bgpPeer.d.ts +189 -0
- package/directconnect/bgpPeer.js +104 -0
- package/directconnect/bgpPeer.js.map +1 -0
- package/directconnect/getBgpPeer.d.ts +88 -0
- package/directconnect/getBgpPeer.js +28 -0
- package/directconnect/getBgpPeer.js.map +1 -0
- package/directconnect/getBgpPeers.d.ts +22 -0
- package/directconnect/getBgpPeers.js +24 -0
- package/directconnect/getBgpPeers.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +12 -1
- package/directconnect/index.js.map +1 -1
- package/dns/backup.d.ts +90 -0
- package/dns/backup.js +76 -0
- package/dns/backup.js.map +1 -0
- package/dns/getBackup.d.ts +52 -0
- package/dns/getBackup.js +28 -0
- package/dns/getBackup.js.map +1 -0
- package/dns/getBackups.d.ts +22 -0
- package/dns/getBackups.js +24 -0
- package/dns/getBackups.js.map +1 -0
- package/dns/getRecord.d.ts +104 -0
- package/dns/getRecord.js +28 -0
- package/dns/getRecord.js.map +1 -0
- package/dns/getRecords.d.ts +22 -0
- package/dns/getRecords.js +24 -0
- package/dns/getRecords.js.map +1 -0
- package/dns/index.d.ts +18 -0
- package/dns/index.js +23 -1
- package/dns/index.js.map +1 -1
- package/dns/record.d.ts +236 -0
- package/dns/record.js +121 -0
- package/dns/record.js.map +1 -0
- package/gtm/getGtm.d.ts +100 -0
- package/gtm/getGtm.js +28 -0
- package/gtm/getGtm.js.map +1 -0
- package/gtm/getGtms.d.ts +22 -0
- package/gtm/getGtms.js +24 -0
- package/gtm/getGtms.js.map +1 -0
- package/gtm/getRouting.d.ts +48 -0
- package/gtm/getRouting.js +28 -0
- package/gtm/getRouting.js.map +1 -0
- package/gtm/getRoutings.d.ts +22 -0
- package/gtm/getRoutings.js +24 -0
- package/gtm/getRoutings.js.map +1 -0
- package/gtm/getRule.d.ts +105 -0
- package/gtm/getRule.js +28 -0
- package/gtm/getRule.js.map +1 -0
- package/gtm/getRules.d.ts +22 -0
- package/gtm/getRules.js +24 -0
- package/gtm/getRules.js.map +1 -0
- package/gtm/gtm.d.ts +228 -0
- package/gtm/gtm.js +113 -0
- package/gtm/gtm.js.map +1 -0
- package/gtm/index.d.ts +27 -0
- package/gtm/index.js +34 -1
- package/gtm/index.js.map +1 -1
- package/gtm/routing.d.ts +89 -0
- package/gtm/routing.js +74 -0
- package/gtm/routing.js.map +1 -0
- package/gtm/rule.d.ts +226 -0
- package/gtm/rule.js +99 -0
- package/gtm/rule.js.map +1 -0
- package/iam/allowedIpAddress.d.ts +107 -0
- package/iam/allowedIpAddress.js +95 -0
- package/iam/allowedIpAddress.js.map +1 -0
- package/iam/getAllowedIpAddress.d.ts +53 -0
- package/iam/getAllowedIpAddress.js +28 -0
- package/iam/getAllowedIpAddress.js.map +1 -0
- package/iam/getAllowedIpAddresses.d.ts +22 -0
- package/iam/getAllowedIpAddresses.js +24 -0
- package/iam/getAllowedIpAddresses.js.map +1 -0
- package/iam/getOauthProvider.d.ts +44 -0
- package/iam/getOauthProvider.js +28 -0
- package/iam/getOauthProvider.js.map +1 -0
- package/iam/getOauthProviders.d.ts +22 -0
- package/iam/getOauthProviders.js +24 -0
- package/iam/getOauthProviders.js.map +1 -0
- package/iam/index.d.ts +18 -0
- package/iam/index.js +23 -1
- package/iam/index.js.map +1 -1
- package/iam/oauthProvider.d.ts +256 -0
- package/iam/oauthProvider.js +143 -0
- package/iam/oauthProvider.js.map +1 -0
- package/kafka/getUser.d.ts +34 -0
- package/kafka/getUser.js +28 -0
- package/kafka/getUser.js.map +1 -0
- package/kafka/getUsers.d.ts +22 -0
- package/kafka/getUsers.js +24 -0
- package/kafka/getUsers.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/kafka/user.d.ts +155 -0
- package/kafka/user.js +97 -0
- package/kafka/user.js.map +1 -0
- package/mongodb/account.d.ts +146 -0
- package/mongodb/account.js +82 -0
- package/mongodb/account.js.map +1 -0
- package/mongodb/endpoint.d.ts +175 -0
- package/mongodb/endpoint.js +97 -0
- package/mongodb/endpoint.js.map +1 -0
- package/mongodb/getAccount.d.ts +77 -0
- package/mongodb/getAccount.js +28 -0
- package/mongodb/getAccount.js.map +1 -0
- package/mongodb/getAccounts.d.ts +22 -0
- package/mongodb/getAccounts.js +24 -0
- package/mongodb/getAccounts.js.map +1 -0
- package/mongodb/getEndpoint.d.ts +39 -0
- package/mongodb/getEndpoint.js +28 -0
- package/mongodb/getEndpoint.js.map +1 -0
- package/mongodb/getEndpoints.d.ts +22 -0
- package/mongodb/getEndpoints.js +24 -0
- package/mongodb/getEndpoints.js.map +1 -0
- package/mongodb/index.d.ts +18 -0
- package/mongodb/index.js +23 -1
- package/mongodb/index.js.map +1 -1
- package/package.json +1 -1
- package/privatelink/gatewayEndpoint.d.ts +182 -0
- package/privatelink/gatewayEndpoint.js +106 -0
- package/privatelink/gatewayEndpoint.js.map +1 -0
- package/privatelink/getGatewayEndpoint.d.ts +85 -0
- package/privatelink/getGatewayEndpoint.js +28 -0
- package/privatelink/getGatewayEndpoint.js.map +1 -0
- package/privatelink/getGatewayEndpoints.d.ts +22 -0
- package/privatelink/getGatewayEndpoints.js +24 -0
- package/privatelink/getGatewayEndpoints.js.map +1 -0
- package/privatelink/index.d.ts +9 -0
- package/privatelink/index.js +12 -1
- package/privatelink/index.js.map +1 -1
- package/rdsmssql/backup.d.ts +148 -0
- package/rdsmssql/backup.js +85 -0
- package/rdsmssql/backup.js.map +1 -0
- package/rdsmssql/getBackup.d.ts +89 -0
- package/rdsmssql/getBackup.js +28 -0
- package/rdsmssql/getBackup.js.map +1 -0
- package/rdsmssql/getBackups.d.ts +22 -0
- package/rdsmssql/getBackups.js +24 -0
- package/rdsmssql/getBackups.js.map +1 -0
- package/rdsmssql/index.d.ts +9 -0
- package/rdsmssql/index.js +12 -1
- package/rdsmssql/index.js.map +1 -1
- package/rdsmysql/endpointPublicAddress.d.ts +182 -0
- package/rdsmysql/endpointPublicAddress.js +104 -0
- package/rdsmysql/endpointPublicAddress.js.map +1 -0
- package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
- package/rdsmysql/getEndpointPublicAddress.js +28 -0
- package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
- package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
- package/rdsmysql/getEndpointPublicAddresses.js +24 -0
- package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdspostgresql/allowList.d.ts +24 -0
- package/rdspostgresql/allowList.js +4 -0
- package/rdspostgresql/allowList.js.map +1 -1
- package/rdspostgresql/getAllowList.d.ts +8 -0
- package/rdspostgresql/getAllowList.js.map +1 -1
- package/rdspostgresql/getInstanceSsl.d.ts +68 -0
- package/rdspostgresql/getInstanceSsl.js +28 -0
- package/rdspostgresql/getInstanceSsl.js.map +1 -0
- package/rdspostgresql/getInstanceSsls.d.ts +22 -0
- package/rdspostgresql/getInstanceSsls.js +24 -0
- package/rdspostgresql/getInstanceSsls.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/instanceSsl.d.ts +134 -0
- package/rdspostgresql/instanceSsl.js +88 -0
- package/rdspostgresql/instanceSsl.js.map +1 -0
- package/redis/allowList.d.ts +2 -2
- package/redis/allowList.js +3 -0
- package/redis/allowList.js.map +1 -1
- package/storageebs/getSnapshotPolicies.d.ts +22 -0
- package/storageebs/getSnapshotPolicies.js +24 -0
- package/storageebs/getSnapshotPolicies.js.map +1 -0
- package/storageebs/getSnapshotPolicy.d.ts +93 -0
- package/storageebs/getSnapshotPolicy.js +28 -0
- package/storageebs/getSnapshotPolicy.js.map +1 -0
- package/storageebs/index.d.ts +9 -0
- package/storageebs/index.js +12 -1
- package/storageebs/index.js.map +1 -1
- package/storageebs/snapshotPolicy.d.ts +215 -0
- package/storageebs/snapshotPolicy.js +122 -0
- package/storageebs/snapshotPolicy.js.map +1 -0
- package/tos/bucketAccessMonitor.d.ts +74 -0
- package/tos/bucketAccessMonitor.js +72 -0
- package/tos/bucketAccessMonitor.js.map +1 -0
- package/tos/getBucketAccessMonitor.d.ts +44 -0
- package/tos/getBucketAccessMonitor.js +28 -0
- package/tos/getBucketAccessMonitor.js.map +1 -0
- package/tos/getBucketAccessMonitors.d.ts +22 -0
- package/tos/getBucketAccessMonitors.js +24 -0
- package/tos/getBucketAccessMonitors.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +12 -1
- package/tos/index.js.map +1 -1
- package/transitrouter/directConnectGatewayAttachment.d.ts +180 -0
- package/transitrouter/directConnectGatewayAttachment.js +106 -0
- package/transitrouter/directConnectGatewayAttachment.js.map +1 -0
- package/transitrouter/getDirectConnectGatewayAttachment.d.ts +89 -0
- package/transitrouter/getDirectConnectGatewayAttachment.js +28 -0
- package/transitrouter/getDirectConnectGatewayAttachment.js.map +1 -0
- package/transitrouter/getDirectConnectGatewayAttachments.d.ts +22 -0
- package/transitrouter/getDirectConnectGatewayAttachments.js +24 -0
- package/transitrouter/getDirectConnectGatewayAttachments.js.map +1 -0
- package/transitrouter/getTransitRouterBandwidthPackage.d.ts +141 -0
- package/transitrouter/getTransitRouterBandwidthPackage.js +28 -0
- package/transitrouter/getTransitRouterBandwidthPackage.js.map +1 -0
- package/transitrouter/getTransitRouterBandwidthPackages.d.ts +22 -0
- package/transitrouter/getTransitRouterBandwidthPackages.js +24 -0
- package/transitrouter/getTransitRouterBandwidthPackages.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTableAssociation.d.ts +48 -0
- package/transitrouter/getTransitRouterRouteTableAssociation.js +28 -0
- package/transitrouter/getTransitRouterRouteTableAssociation.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTableAssociations.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteTableAssociations.js +24 -0
- package/transitrouter/getTransitRouterRouteTableAssociations.js.map +1 -0
- package/transitrouter/index.d.ts +27 -0
- package/transitrouter/index.js +34 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/transitRouterBandwidthPackage.d.ts +320 -0
- package/transitrouter/transitRouterBandwidthPackage.js +138 -0
- package/transitrouter/transitRouterBandwidthPackage.js.map +1 -0
- package/transitrouter/transitRouterRouteTableAssociation.d.ts +89 -0
- package/transitrouter/transitRouterRouteTableAssociation.js +80 -0
- package/transitrouter/transitRouterRouteTableAssociation.js.map +1 -0
- package/types/input.d.ts +310 -0
- package/types/output.d.ts +641 -0
- package/vepfs/fileset.d.ts +202 -0
- package/vepfs/fileset.js +106 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/getFileset.d.ts +41 -0
- package/vepfs/getFileset.js +28 -0
- package/vepfs/getFileset.js.map +1 -0
- package/vepfs/getFilesets.d.ts +22 -0
- package/vepfs/getFilesets.js +24 -0
- package/vepfs/getFilesets.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +12 -1
- package/vepfs/index.js.map +1 -1
- package/vmp/getRuleFile.d.ts +37 -0
- package/vmp/getRuleFile.js +28 -0
- package/vmp/getRuleFile.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +22 -0
- package/vmp/getRuleFiles.js +24 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +12 -1
- package/vmp/index.js.map +1 -1
- package/vmp/ruleFile.d.ts +172 -0
- package/vmp/ruleFile.js +104 -0
- package/vmp/ruleFile.js.map +1 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDirectConnectGatewayAttachment(args: GetDirectConnectGatewayAttachmentArgs, opts?: pulumi.InvokeOptions): Promise<GetDirectConnectGatewayAttachmentResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getDirectConnectGatewayAttachment.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetDirectConnectGatewayAttachmentArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getDirectConnectGatewayAttachment.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetDirectConnectGatewayAttachmentResult {
|
|
20
|
+
/**
|
|
21
|
+
* Account ID to which the network instance connection belongs
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Whether to automatically synchronize TR routes to the network instance route table
|
|
26
|
+
*/
|
|
27
|
+
readonly autoPublishRouteEnabled: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Maximum bandwidth of the network instance connection, in Gbps
|
|
30
|
+
*/
|
|
31
|
+
readonly bandwidth: number;
|
|
32
|
+
/**
|
|
33
|
+
* Creation time of the network instance connection
|
|
34
|
+
*/
|
|
35
|
+
readonly creationTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* Description of the network instance connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), Chinese period (。). Length can be 0–255 characters. If this parameter is not provided or no value is passed, the default is an empty string
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* Direct connect gateway ID. You can call the DescribeDirectConnectGateways API to obtain the direct connect gateway ID
|
|
42
|
+
*/
|
|
43
|
+
readonly directConnectGatewayId: string;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* Whether to enable IPv6
|
|
50
|
+
*/
|
|
51
|
+
readonly ipv6Enabled: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Status of the network instance connection. Creating means being created, Deleting means being deleted, Pending means being configured, Available means available
|
|
54
|
+
*/
|
|
55
|
+
readonly status: string;
|
|
56
|
+
/**
|
|
57
|
+
* Tag information of the network instance connection
|
|
58
|
+
*/
|
|
59
|
+
readonly tags: outputs.transitrouter.GetDirectConnectGatewayAttachmentTag[];
|
|
60
|
+
/**
|
|
61
|
+
* Network instance connection ID
|
|
62
|
+
*/
|
|
63
|
+
readonly transitRouterAttachmentId: string;
|
|
64
|
+
/**
|
|
65
|
+
* Name of the network instance connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length can be 1–128 characters. If this parameter is not provided or no value is passed, the default is the network instance connection ID
|
|
66
|
+
*/
|
|
67
|
+
readonly transitRouterAttachmentName: string;
|
|
68
|
+
/**
|
|
69
|
+
* Transit router instance ID. You can call the DescribeTransitRouters API to obtain the transit router instance ID
|
|
70
|
+
*/
|
|
71
|
+
readonly transitRouterId: string;
|
|
72
|
+
/**
|
|
73
|
+
* Most recent operation time of the network instance connection
|
|
74
|
+
*/
|
|
75
|
+
readonly updateTime: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
79
|
+
*/
|
|
80
|
+
export declare function getDirectConnectGatewayAttachmentOutput(args: GetDirectConnectGatewayAttachmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDirectConnectGatewayAttachmentResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking getDirectConnectGatewayAttachment.
|
|
83
|
+
*/
|
|
84
|
+
export interface GetDirectConnectGatewayAttachmentOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* Uniquely identifies the resource.
|
|
87
|
+
*/
|
|
88
|
+
id: pulumi.Input<string>;
|
|
89
|
+
}
|
|
@@ -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.getDirectConnectGatewayAttachmentOutput = exports.getDirectConnectGatewayAttachment = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
10
|
+
*/
|
|
11
|
+
function getDirectConnectGatewayAttachment(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:transitrouter/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getDirectConnectGatewayAttachment = getDirectConnectGatewayAttachment;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
20
|
+
*/
|
|
21
|
+
function getDirectConnectGatewayAttachmentOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getDirectConnectGatewayAttachmentOutput = getDirectConnectGatewayAttachmentOutput;
|
|
28
|
+
//# sourceMappingURL=getDirectConnectGatewayAttachment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDirectConnectGatewayAttachment.js","sourceRoot":"","sources":["../../transitrouter/getDirectConnectGatewayAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gGAAgG,EAAE;QAC3H,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC;AAyED;;GAEG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gGAAgG,EAAE;QACjI,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0FAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
4
|
+
*/
|
|
5
|
+
export declare function getDirectConnectGatewayAttachments(opts?: pulumi.InvokeOptions): Promise<GetDirectConnectGatewayAttachmentsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getDirectConnectGatewayAttachments.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetDirectConnectGatewayAttachmentsResult {
|
|
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::TransitRouter::DirectConnectGatewayAttachment
|
|
21
|
+
*/
|
|
22
|
+
export declare function getDirectConnectGatewayAttachmentsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDirectConnectGatewayAttachmentsResult>;
|
|
@@ -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.getDirectConnectGatewayAttachmentsOutput = exports.getDirectConnectGatewayAttachments = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
10
|
+
*/
|
|
11
|
+
function getDirectConnectGatewayAttachments(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:transitrouter/getDirectConnectGatewayAttachments:getDirectConnectGatewayAttachments", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getDirectConnectGatewayAttachments = getDirectConnectGatewayAttachments;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::TransitRouter::DirectConnectGatewayAttachment
|
|
18
|
+
*/
|
|
19
|
+
function getDirectConnectGatewayAttachmentsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getDirectConnectGatewayAttachments:getDirectConnectGatewayAttachments", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getDirectConnectGatewayAttachmentsOutput = getDirectConnectGatewayAttachmentsOutput;
|
|
24
|
+
//# sourceMappingURL=getDirectConnectGatewayAttachments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDirectConnectGatewayAttachments.js","sourceRoot":"","sources":["../../transitrouter/getDirectConnectGatewayAttachments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kCAAkC,CAAC,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kGAAkG,EAAE,EAChI,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gFAIC;AAeD;;GAEG;AACH,SAAgB,wCAAwC,CAAC,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,kGAAkG,EAAE,EACtI,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4FAIC"}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
5
|
+
*/
|
|
6
|
+
export declare function getTransitRouterBandwidthPackage(args: GetTransitRouterBandwidthPackageArgs, opts?: pulumi.InvokeOptions): Promise<GetTransitRouterBandwidthPackageResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getTransitRouterBandwidthPackage.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetTransitRouterBandwidthPackageArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getTransitRouterBandwidthPackage.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetTransitRouterBandwidthPackageResult {
|
|
20
|
+
/**
|
|
21
|
+
* Account ID to which the bandwidth package belongs.
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Details of the cross-region connection associated with the bandwidth package.
|
|
26
|
+
*/
|
|
27
|
+
readonly allocations: outputs.transitrouter.GetTransitRouterBandwidthPackageAllocation[];
|
|
28
|
+
/**
|
|
29
|
+
* Bandwidth peak of the transit router bandwidth package, in Mbps.
|
|
30
|
+
*/
|
|
31
|
+
readonly bandwidth: number;
|
|
32
|
+
/**
|
|
33
|
+
* Billing status of the transit router bandwidth package. 0: creating. 1: running. 3: unsubscribed. 4: expired and stopped. 5: expired and recycled. 8: unsubscribed and stopped.
|
|
34
|
+
*/
|
|
35
|
+
readonly billingStatus: number;
|
|
36
|
+
/**
|
|
37
|
+
* Billing method of the transit router bandwidth package. 1: subscription (yearly/monthly).
|
|
38
|
+
*/
|
|
39
|
+
readonly billingType: number;
|
|
40
|
+
/**
|
|
41
|
+
* Business status of the transit router bandwidth package. Normal: normal. FinancialLocked: frozen.
|
|
42
|
+
*/
|
|
43
|
+
readonly businessStatus: string;
|
|
44
|
+
/**
|
|
45
|
+
* Creation time of the transit router bandwidth package.
|
|
46
|
+
*/
|
|
47
|
+
readonly creationTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* Deletion time of the transit router bandwidth package.
|
|
50
|
+
*/
|
|
51
|
+
readonly deletedTime: string;
|
|
52
|
+
/**
|
|
53
|
+
* Description of the transit router bandwidth package.
|
|
54
|
+
*/
|
|
55
|
+
readonly description: string;
|
|
56
|
+
/**
|
|
57
|
+
* Expiration time of the transit router bandwidth package.
|
|
58
|
+
*/
|
|
59
|
+
readonly expiredTime: string;
|
|
60
|
+
/**
|
|
61
|
+
* Uniquely identifies the resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
/**
|
|
65
|
+
* Carrier for cross-border bandwidth package. ChinaUnicom: China Unicom ChinaTelecom: China Telecom
|
|
66
|
+
*/
|
|
67
|
+
readonly lineOperator: string;
|
|
68
|
+
/**
|
|
69
|
+
* Local geographic region ID for transit router bandwidth package interconnection. China: Chinese mainland Asia: Asia-Pacific
|
|
70
|
+
*/
|
|
71
|
+
readonly localGeographicRegionSetId: string;
|
|
72
|
+
/**
|
|
73
|
+
* Peer geographic region ID for transit router bandwidth package interconnection. China: Chinese mainland. Asia: Asia-Pacific.
|
|
74
|
+
*/
|
|
75
|
+
readonly peerGeographicRegionSetId: string;
|
|
76
|
+
/**
|
|
77
|
+
* Purchase duration of the transit router bandwidth package.
|
|
78
|
+
*/
|
|
79
|
+
readonly period: number;
|
|
80
|
+
/**
|
|
81
|
+
* Billing cycle of the transit router bandwidth package. Month: billed monthly. Year: billed yearly.
|
|
82
|
+
*/
|
|
83
|
+
readonly periodUnit: string;
|
|
84
|
+
/**
|
|
85
|
+
* Name of the project to which the transit router bandwidth package belongs.
|
|
86
|
+
*/
|
|
87
|
+
readonly projectName: string;
|
|
88
|
+
/**
|
|
89
|
+
* Recycle time after the transit router bandwidth package expires. Returned when BillingType is 1.
|
|
90
|
+
*/
|
|
91
|
+
readonly reclaimTime: string;
|
|
92
|
+
/**
|
|
93
|
+
* Number of auto-renewals. Value can be -1 or 1–100. Default is -1, which means unlimited auto-renewals.
|
|
94
|
+
*/
|
|
95
|
+
readonly remainRenewTimes: number;
|
|
96
|
+
/**
|
|
97
|
+
* Remaining unallocated bandwidth of the transit router bandwidth package, in Mbps.
|
|
98
|
+
*/
|
|
99
|
+
readonly remainingBandwidth: number;
|
|
100
|
+
/**
|
|
101
|
+
* Duration of each auto-renewal, in months.
|
|
102
|
+
*/
|
|
103
|
+
readonly renewPeriod: number;
|
|
104
|
+
/**
|
|
105
|
+
* Renewal type for transit router bandwidth package. Manual: Manual renewal Auto: Automatic renewal NoRenew: Do not renew
|
|
106
|
+
*/
|
|
107
|
+
readonly renewType: string;
|
|
108
|
+
/**
|
|
109
|
+
* Status of the transit router bandwidth package. Creating: creating. Deleting: deleting. Pending: configuring. Available: available.
|
|
110
|
+
*/
|
|
111
|
+
readonly status: string;
|
|
112
|
+
/**
|
|
113
|
+
* Tag information of the transit router bandwidth package.
|
|
114
|
+
*/
|
|
115
|
+
readonly tags: outputs.transitrouter.GetTransitRouterBandwidthPackageTag[];
|
|
116
|
+
/**
|
|
117
|
+
* Transit router bandwidth package ID.
|
|
118
|
+
*/
|
|
119
|
+
readonly transitRouterBandwidthPackageId: string;
|
|
120
|
+
/**
|
|
121
|
+
* Name of the transit router bandwidth package.
|
|
122
|
+
*/
|
|
123
|
+
readonly transitRouterBandwidthPackageName: string;
|
|
124
|
+
/**
|
|
125
|
+
* Last operation time of the transit router bandwidth package.
|
|
126
|
+
*/
|
|
127
|
+
readonly updateTime: string;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
131
|
+
*/
|
|
132
|
+
export declare function getTransitRouterBandwidthPackageOutput(args: GetTransitRouterBandwidthPackageOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTransitRouterBandwidthPackageResult>;
|
|
133
|
+
/**
|
|
134
|
+
* A collection of arguments for invoking getTransitRouterBandwidthPackage.
|
|
135
|
+
*/
|
|
136
|
+
export interface GetTransitRouterBandwidthPackageOutputArgs {
|
|
137
|
+
/**
|
|
138
|
+
* Uniquely identifies the resource.
|
|
139
|
+
*/
|
|
140
|
+
id: pulumi.Input<string>;
|
|
141
|
+
}
|
|
@@ -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.getTransitRouterBandwidthPackageOutput = exports.getTransitRouterBandwidthPackage = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
10
|
+
*/
|
|
11
|
+
function getTransitRouterBandwidthPackage(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:transitrouter/getTransitRouterBandwidthPackage:getTransitRouterBandwidthPackage", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTransitRouterBandwidthPackage = getTransitRouterBandwidthPackage;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
20
|
+
*/
|
|
21
|
+
function getTransitRouterBandwidthPackageOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getTransitRouterBandwidthPackage:getTransitRouterBandwidthPackage", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTransitRouterBandwidthPackageOutput = getTransitRouterBandwidthPackageOutput;
|
|
28
|
+
//# sourceMappingURL=getTransitRouterBandwidthPackage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTransitRouterBandwidthPackage.js","sourceRoot":"","sources":["../../transitrouter/getTransitRouterBandwidthPackage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8FAA8F,EAAE;QACzH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC;AA6HD;;GAEG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8FAA8F,EAAE;QAC/H,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wFAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTransitRouterBandwidthPackages(opts?: pulumi.InvokeOptions): Promise<GetTransitRouterBandwidthPackagesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTransitRouterBandwidthPackages.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTransitRouterBandwidthPackagesResult {
|
|
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::TransitRouter::TransitRouterBandwidthPackage
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTransitRouterBandwidthPackagesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTransitRouterBandwidthPackagesResult>;
|
|
@@ -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.getTransitRouterBandwidthPackagesOutput = exports.getTransitRouterBandwidthPackages = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
10
|
+
*/
|
|
11
|
+
function getTransitRouterBandwidthPackages(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:transitrouter/getTransitRouterBandwidthPackages:getTransitRouterBandwidthPackages", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTransitRouterBandwidthPackages = getTransitRouterBandwidthPackages;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::TransitRouter::TransitRouterBandwidthPackage
|
|
18
|
+
*/
|
|
19
|
+
function getTransitRouterBandwidthPackagesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getTransitRouterBandwidthPackages:getTransitRouterBandwidthPackages", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTransitRouterBandwidthPackagesOutput = getTransitRouterBandwidthPackagesOutput;
|
|
24
|
+
//# sourceMappingURL=getTransitRouterBandwidthPackages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTransitRouterBandwidthPackages.js","sourceRoot":"","sources":["../../transitrouter/getTransitRouterBandwidthPackages.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2B;IACzE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gGAAgG,EAAE,EAC9H,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8EAIC;AAeD;;GAEG;AACH,SAAgB,uCAAuC,CAAC,IAAiC;IACrF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gGAAgG,EAAE,EACpI,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0FAIC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTransitRouterRouteTableAssociation(args: GetTransitRouterRouteTableAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetTransitRouterRouteTableAssociationResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getTransitRouterRouteTableAssociation.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTransitRouterRouteTableAssociationArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getTransitRouterRouteTableAssociation.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetTransitRouterRouteTableAssociationResult {
|
|
19
|
+
/**
|
|
20
|
+
* Uniquely identifies the resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
/**
|
|
24
|
+
* Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
|
|
25
|
+
*/
|
|
26
|
+
readonly status: string;
|
|
27
|
+
/**
|
|
28
|
+
* ID of the network instance connection.
|
|
29
|
+
*/
|
|
30
|
+
readonly transitRouterAttachmentId: string;
|
|
31
|
+
/**
|
|
32
|
+
* ID of the route table associated with the transit router instance.
|
|
33
|
+
*/
|
|
34
|
+
readonly transitRouterRouteTableId: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
38
|
+
*/
|
|
39
|
+
export declare function getTransitRouterRouteTableAssociationOutput(args: GetTransitRouterRouteTableAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTransitRouterRouteTableAssociationResult>;
|
|
40
|
+
/**
|
|
41
|
+
* A collection of arguments for invoking getTransitRouterRouteTableAssociation.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetTransitRouterRouteTableAssociationOutputArgs {
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
id: pulumi.Input<string>;
|
|
48
|
+
}
|
|
@@ -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.getTransitRouterRouteTableAssociationOutput = exports.getTransitRouterRouteTableAssociation = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
10
|
+
*/
|
|
11
|
+
function getTransitRouterRouteTableAssociation(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:transitrouter/getTransitRouterRouteTableAssociation:getTransitRouterRouteTableAssociation", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTransitRouterRouteTableAssociation = getTransitRouterRouteTableAssociation;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
20
|
+
*/
|
|
21
|
+
function getTransitRouterRouteTableAssociationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getTransitRouterRouteTableAssociation:getTransitRouterRouteTableAssociation", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTransitRouterRouteTableAssociationOutput = getTransitRouterRouteTableAssociationOutput;
|
|
28
|
+
//# sourceMappingURL=getTransitRouterRouteTableAssociation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTransitRouterRouteTableAssociation.js","sourceRoot":"","sources":["../../transitrouter/getTransitRouterRouteTableAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wGAAwG,EAAE;QACnI,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sFAKC;AAiCD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAAiC;IAChJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wGAAwG,EAAE;QACzI,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kGAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTransitRouterRouteTableAssociations(opts?: pulumi.InvokeOptions): Promise<GetTransitRouterRouteTableAssociationsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTransitRouterRouteTableAssociations.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTransitRouterRouteTableAssociationsResult {
|
|
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::TransitRouter::TransitRouterRouteTableAssociation
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTransitRouterRouteTableAssociationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTransitRouterRouteTableAssociationsResult>;
|
|
@@ -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.getTransitRouterRouteTableAssociationsOutput = exports.getTransitRouterRouteTableAssociations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
10
|
+
*/
|
|
11
|
+
function getTransitRouterRouteTableAssociations(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:transitrouter/getTransitRouterRouteTableAssociations:getTransitRouterRouteTableAssociations", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTransitRouterRouteTableAssociations = getTransitRouterRouteTableAssociations;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::TransitRouter::TransitRouterRouteTableAssociation
|
|
18
|
+
*/
|
|
19
|
+
function getTransitRouterRouteTableAssociationsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:transitrouter/getTransitRouterRouteTableAssociations:getTransitRouterRouteTableAssociations", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTransitRouterRouteTableAssociationsOutput = getTransitRouterRouteTableAssociationsOutput;
|
|
24
|
+
//# sourceMappingURL=getTransitRouterRouteTableAssociations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTransitRouterRouteTableAssociations.js","sourceRoot":"","sources":["../../transitrouter/getTransitRouterRouteTableAssociations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,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,0GAA0G,EAAE,EACxI,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wFAIC;AAeD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0GAA0G,EAAE,EAC9I,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oGAIC"}
|
package/transitrouter/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export { DirectConnectGatewayAttachmentArgs, DirectConnectGatewayAttachmentState } from "./directConnectGatewayAttachment";
|
|
2
|
+
export type DirectConnectGatewayAttachment = import("./directConnectGatewayAttachment").DirectConnectGatewayAttachment;
|
|
3
|
+
export declare const DirectConnectGatewayAttachment: typeof import("./directConnectGatewayAttachment").DirectConnectGatewayAttachment;
|
|
4
|
+
export { GetDirectConnectGatewayAttachmentArgs, GetDirectConnectGatewayAttachmentResult, GetDirectConnectGatewayAttachmentOutputArgs } from "./getDirectConnectGatewayAttachment";
|
|
5
|
+
export declare const getDirectConnectGatewayAttachment: typeof import("./getDirectConnectGatewayAttachment").getDirectConnectGatewayAttachment;
|
|
6
|
+
export declare const getDirectConnectGatewayAttachmentOutput: typeof import("./getDirectConnectGatewayAttachment").getDirectConnectGatewayAttachmentOutput;
|
|
7
|
+
export { GetDirectConnectGatewayAttachmentsResult } from "./getDirectConnectGatewayAttachments";
|
|
8
|
+
export declare const getDirectConnectGatewayAttachments: typeof import("./getDirectConnectGatewayAttachments").getDirectConnectGatewayAttachments;
|
|
9
|
+
export declare const getDirectConnectGatewayAttachmentsOutput: typeof import("./getDirectConnectGatewayAttachments").getDirectConnectGatewayAttachmentsOutput;
|
|
1
10
|
export { GetPeerAttachmentArgs, GetPeerAttachmentResult, GetPeerAttachmentOutputArgs } from "./getPeerAttachment";
|
|
2
11
|
export declare const getPeerAttachment: typeof import("./getPeerAttachment").getPeerAttachment;
|
|
3
12
|
export declare const getPeerAttachmentOutput: typeof import("./getPeerAttachment").getPeerAttachmentOutput;
|
|
@@ -13,6 +22,12 @@ export declare const getRouteTablePropagationsOutput: typeof import("./getRouteT
|
|
|
13
22
|
export { GetTransitRouterArgs, GetTransitRouterResult, GetTransitRouterOutputArgs } from "./getTransitRouter";
|
|
14
23
|
export declare const getTransitRouter: typeof import("./getTransitRouter").getTransitRouter;
|
|
15
24
|
export declare const getTransitRouterOutput: typeof import("./getTransitRouter").getTransitRouterOutput;
|
|
25
|
+
export { GetTransitRouterBandwidthPackageArgs, GetTransitRouterBandwidthPackageResult, GetTransitRouterBandwidthPackageOutputArgs } from "./getTransitRouterBandwidthPackage";
|
|
26
|
+
export declare const getTransitRouterBandwidthPackage: typeof import("./getTransitRouterBandwidthPackage").getTransitRouterBandwidthPackage;
|
|
27
|
+
export declare const getTransitRouterBandwidthPackageOutput: typeof import("./getTransitRouterBandwidthPackage").getTransitRouterBandwidthPackageOutput;
|
|
28
|
+
export { GetTransitRouterBandwidthPackagesResult } from "./getTransitRouterBandwidthPackages";
|
|
29
|
+
export declare const getTransitRouterBandwidthPackages: typeof import("./getTransitRouterBandwidthPackages").getTransitRouterBandwidthPackages;
|
|
30
|
+
export declare const getTransitRouterBandwidthPackagesOutput: typeof import("./getTransitRouterBandwidthPackages").getTransitRouterBandwidthPackagesOutput;
|
|
16
31
|
export { GetTransitRouterRouteEntriesResult } from "./getTransitRouterRouteEntries";
|
|
17
32
|
export declare const getTransitRouterRouteEntries: typeof import("./getTransitRouterRouteEntries").getTransitRouterRouteEntries;
|
|
18
33
|
export declare const getTransitRouterRouteEntriesOutput: typeof import("./getTransitRouterRouteEntries").getTransitRouterRouteEntriesOutput;
|
|
@@ -22,6 +37,12 @@ export declare const getTransitRouterRouteEntryOutput: typeof import("./getTrans
|
|
|
22
37
|
export { GetTransitRouterRouteTableArgs, GetTransitRouterRouteTableResult, GetTransitRouterRouteTableOutputArgs } from "./getTransitRouterRouteTable";
|
|
23
38
|
export declare const getTransitRouterRouteTable: typeof import("./getTransitRouterRouteTable").getTransitRouterRouteTable;
|
|
24
39
|
export declare const getTransitRouterRouteTableOutput: typeof import("./getTransitRouterRouteTable").getTransitRouterRouteTableOutput;
|
|
40
|
+
export { GetTransitRouterRouteTableAssociationArgs, GetTransitRouterRouteTableAssociationResult, GetTransitRouterRouteTableAssociationOutputArgs } from "./getTransitRouterRouteTableAssociation";
|
|
41
|
+
export declare const getTransitRouterRouteTableAssociation: typeof import("./getTransitRouterRouteTableAssociation").getTransitRouterRouteTableAssociation;
|
|
42
|
+
export declare const getTransitRouterRouteTableAssociationOutput: typeof import("./getTransitRouterRouteTableAssociation").getTransitRouterRouteTableAssociationOutput;
|
|
43
|
+
export { GetTransitRouterRouteTableAssociationsResult } from "./getTransitRouterRouteTableAssociations";
|
|
44
|
+
export declare const getTransitRouterRouteTableAssociations: typeof import("./getTransitRouterRouteTableAssociations").getTransitRouterRouteTableAssociations;
|
|
45
|
+
export declare const getTransitRouterRouteTableAssociationsOutput: typeof import("./getTransitRouterRouteTableAssociations").getTransitRouterRouteTableAssociationsOutput;
|
|
25
46
|
export { GetTransitRouterRouteTablesResult } from "./getTransitRouterRouteTables";
|
|
26
47
|
export declare const getTransitRouterRouteTables: typeof import("./getTransitRouterRouteTables").getTransitRouterRouteTables;
|
|
27
48
|
export declare const getTransitRouterRouteTablesOutput: typeof import("./getTransitRouterRouteTables").getTransitRouterRouteTablesOutput;
|
|
@@ -49,12 +70,18 @@ export declare const RouteTablePropagation: typeof import("./routeTablePropagati
|
|
|
49
70
|
export { TransitRouterArgs, TransitRouterState } from "./transitRouter";
|
|
50
71
|
export type TransitRouter = import("./transitRouter").TransitRouter;
|
|
51
72
|
export declare const TransitRouter: typeof import("./transitRouter").TransitRouter;
|
|
73
|
+
export { TransitRouterBandwidthPackageArgs, TransitRouterBandwidthPackageState } from "./transitRouterBandwidthPackage";
|
|
74
|
+
export type TransitRouterBandwidthPackage = import("./transitRouterBandwidthPackage").TransitRouterBandwidthPackage;
|
|
75
|
+
export declare const TransitRouterBandwidthPackage: typeof import("./transitRouterBandwidthPackage").TransitRouterBandwidthPackage;
|
|
52
76
|
export { TransitRouterRouteEntryArgs, TransitRouterRouteEntryState } from "./transitRouterRouteEntry";
|
|
53
77
|
export type TransitRouterRouteEntry = import("./transitRouterRouteEntry").TransitRouterRouteEntry;
|
|
54
78
|
export declare const TransitRouterRouteEntry: typeof import("./transitRouterRouteEntry").TransitRouterRouteEntry;
|
|
55
79
|
export { TransitRouterRouteTableArgs, TransitRouterRouteTableState } from "./transitRouterRouteTable";
|
|
56
80
|
export type TransitRouterRouteTable = import("./transitRouterRouteTable").TransitRouterRouteTable;
|
|
57
81
|
export declare const TransitRouterRouteTable: typeof import("./transitRouterRouteTable").TransitRouterRouteTable;
|
|
82
|
+
export { TransitRouterRouteTableAssociationArgs, TransitRouterRouteTableAssociationState } from "./transitRouterRouteTableAssociation";
|
|
83
|
+
export type TransitRouterRouteTableAssociation = import("./transitRouterRouteTableAssociation").TransitRouterRouteTableAssociation;
|
|
84
|
+
export declare const TransitRouterRouteTableAssociation: typeof import("./transitRouterRouteTableAssociation").TransitRouterRouteTableAssociation;
|
|
58
85
|
export { VpcAttachmentArgs, VpcAttachmentState } from "./vpcAttachment";
|
|
59
86
|
export type VpcAttachment = import("./vpcAttachment").VpcAttachment;
|
|
60
87
|
export declare const VpcAttachment: typeof import("./vpcAttachment").VpcAttachment;
|