@volcengine/pulumi-volcenginecc 0.0.35 → 0.0.38
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/gatewayRoute.d.ts +142 -0
- package/directconnect/gatewayRoute.js +96 -0
- package/directconnect/gatewayRoute.js.map +1 -0
- package/directconnect/getGatewayRoute.d.ts +72 -0
- package/directconnect/getGatewayRoute.js +28 -0
- package/directconnect/getGatewayRoute.js.map +1 -0
- package/directconnect/getGatewayRoutes.d.ts +22 -0
- package/directconnect/getGatewayRoutes.js +24 -0
- package/directconnect/getGatewayRoutes.js.map +1 -0
- package/directconnect/getVirtualInterface.d.ts +133 -0
- package/directconnect/getVirtualInterface.js +28 -0
- package/directconnect/getVirtualInterface.js.map +1 -0
- package/directconnect/getVirtualInterfaces.d.ts +22 -0
- package/directconnect/getVirtualInterfaces.js +24 -0
- package/directconnect/getVirtualInterfaces.js.map +1 -0
- package/directconnect/index.d.ts +18 -0
- package/directconnect/index.js +23 -1
- package/directconnect/index.js.map +1 -1
- package/directconnect/virtualInterface.d.ts +336 -0
- package/directconnect/virtualInterface.js +149 -0
- package/directconnect/virtualInterface.js.map +1 -0
- package/gtm/getPool.d.ts +81 -0
- package/gtm/getPool.js +28 -0
- package/gtm/getPool.js.map +1 -0
- package/gtm/getPools.d.ts +22 -0
- package/gtm/getPools.js +24 -0
- package/gtm/getPools.js.map +1 -0
- package/gtm/index.d.ts +9 -0
- package/gtm/index.js +28 -0
- package/gtm/index.js.map +1 -0
- package/gtm/pool.d.ts +154 -0
- package/gtm/pool.js +87 -0
- package/gtm/pool.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kms/getSecret.d.ts +128 -0
- package/kms/getSecret.js +28 -0
- package/kms/getSecret.js.map +1 -0
- package/kms/getSecrets.d.ts +22 -0
- package/kms/getSecrets.js +24 -0
- package/kms/getSecrets.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/secret.d.ts +289 -0
- package/kms/secret.js +131 -0
- package/kms/secret.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getPrivateZone.d.ts +85 -0
- package/privatezone/getPrivateZone.js +28 -0
- package/privatezone/getPrivateZone.js.map +1 -0
- package/privatezone/getPrivateZones.d.ts +22 -0
- package/privatezone/getPrivateZones.js +24 -0
- package/privatezone/getPrivateZones.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/privateZone.d.ts +153 -0
- package/privatezone/privateZone.js +83 -0
- package/privatezone/privateZone.js.map +1 -0
- package/rdspostgresql/dbEndpoint.d.ts +36 -18
- package/rdspostgresql/dbEndpoint.js +6 -17
- package/rdspostgresql/dbEndpoint.js.map +1 -1
- package/rdspostgresql/getDbEndpoint.d.ts +12 -4
- package/rdspostgresql/getDbEndpoint.js.map +1 -1
- package/tls/alarm.d.ts +215 -0
- package/tls/alarm.js +110 -0
- package/tls/alarm.js.map +1 -0
- package/tls/getAlarm.d.ts +109 -0
- package/tls/getAlarm.js +28 -0
- package/tls/getAlarm.js.map +1 -0
- package/tls/getAlarms.d.ts +22 -0
- package/tls/getAlarms.js +24 -0
- package/tls/getAlarms.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +12 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +296 -2
- package/types/output.d.ts +926 -162
- package/vpn/getSslVpnServer.d.ts +109 -0
- package/vpn/getSslVpnServer.js +28 -0
- package/vpn/getSslVpnServer.js.map +1 -0
- package/vpn/getSslVpnServers.d.ts +22 -0
- package/vpn/getSslVpnServers.js +24 -0
- package/vpn/getSslVpnServers.js.map +1 -0
- package/vpn/getVpnGatewayRoute.d.ts +77 -0
- package/vpn/getVpnGatewayRoute.js +28 -0
- package/vpn/getVpnGatewayRoute.js.map +1 -0
- package/vpn/getVpnGatewayRoutes.d.ts +22 -0
- package/vpn/getVpnGatewayRoutes.js +24 -0
- package/vpn/getVpnGatewayRoutes.js.map +1 -0
- package/vpn/index.d.ts +18 -0
- package/vpn/index.js +23 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnServer.d.ts +263 -0
- package/vpn/sslVpnServer.js +130 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/vpnGatewayRoute.d.ts +146 -0
- package/vpn/vpnGatewayRoute.js +98 -0
- package/vpn/vpnGatewayRoute.js.map +1 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Add a static route to the dedicated gateway.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
10
|
+
*
|
|
11
|
+
* const directConnectGatewayRouteDemo = new volcenginecc.directconnect.GatewayRoute("DirectConnectGatewayRouteDemo", {
|
|
12
|
+
* directConnectGatewayId: "dcg-****",
|
|
13
|
+
* nextHopId: "dcv-****",
|
|
14
|
+
* destinationCidrBlock: "192.168.1.0/28",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* ## Import
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import volcenginecc:directconnect/gatewayRoute:GatewayRoute example "direct_connect_gateway_route_id"
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class GatewayRoute extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing GatewayRoute resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GatewayRouteState, opts?: pulumi.CustomResourceOptions): GatewayRoute;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of GatewayRoute. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is GatewayRoute;
|
|
40
|
+
/**
|
|
41
|
+
* Account ID to which the dedicated gateway route belongs.
|
|
42
|
+
*/
|
|
43
|
+
readonly accountId: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Time when the dedicated gateway route was created.
|
|
46
|
+
*/
|
|
47
|
+
readonly creationTime: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Destination network segment of the dedicated gateway route.
|
|
50
|
+
*/
|
|
51
|
+
readonly destinationCidrBlock: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Dedicated gateway ID.
|
|
54
|
+
*/
|
|
55
|
+
readonly directConnectGatewayId: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* Dedicated gateway route ID.
|
|
58
|
+
*/
|
|
59
|
+
readonly directConnectGatewayRouteId: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Next hop instance ID for the dedicated gateway route.
|
|
62
|
+
*/
|
|
63
|
+
readonly nextHopId: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Type of the next hop instance for the dedicated gateway route. Valid values: VIF: Virtual Interface CEN: Cloud Enterprise Network TransitRouter: Transit Router.
|
|
66
|
+
*/
|
|
67
|
+
readonly nextHopType: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Type of the dedicated gateway route. Valid values: BGP: BGP dynamic route Static: Static route CEN: Cloud Enterprise Network route, that is, after the dedicated gateway joins the Cloud Enterprise Network, routes synchronized from the Cloud Enterprise Network.
|
|
70
|
+
*/
|
|
71
|
+
readonly routeType: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Status of the dedicated gateway route. Creating: Creating Deleting: Deleting Pending: Configuring Available: Available.
|
|
74
|
+
*/
|
|
75
|
+
readonly status: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Create a GatewayRoute resource with the given unique name, arguments, and options.
|
|
78
|
+
*
|
|
79
|
+
* @param name The _unique_ name of the resource.
|
|
80
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
81
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
82
|
+
*/
|
|
83
|
+
constructor(name: string, args: GatewayRouteArgs, opts?: pulumi.CustomResourceOptions);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Input properties used for looking up and filtering GatewayRoute resources.
|
|
87
|
+
*/
|
|
88
|
+
export interface GatewayRouteState {
|
|
89
|
+
/**
|
|
90
|
+
* Account ID to which the dedicated gateway route belongs.
|
|
91
|
+
*/
|
|
92
|
+
accountId?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Time when the dedicated gateway route was created.
|
|
95
|
+
*/
|
|
96
|
+
creationTime?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Destination network segment of the dedicated gateway route.
|
|
99
|
+
*/
|
|
100
|
+
destinationCidrBlock?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Dedicated gateway ID.
|
|
103
|
+
*/
|
|
104
|
+
directConnectGatewayId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Dedicated gateway route ID.
|
|
107
|
+
*/
|
|
108
|
+
directConnectGatewayRouteId?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Next hop instance ID for the dedicated gateway route.
|
|
111
|
+
*/
|
|
112
|
+
nextHopId?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Type of the next hop instance for the dedicated gateway route. Valid values: VIF: Virtual Interface CEN: Cloud Enterprise Network TransitRouter: Transit Router.
|
|
115
|
+
*/
|
|
116
|
+
nextHopType?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Type of the dedicated gateway route. Valid values: BGP: BGP dynamic route Static: Static route CEN: Cloud Enterprise Network route, that is, after the dedicated gateway joins the Cloud Enterprise Network, routes synchronized from the Cloud Enterprise Network.
|
|
119
|
+
*/
|
|
120
|
+
routeType?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Status of the dedicated gateway route. Creating: Creating Deleting: Deleting Pending: Configuring Available: Available.
|
|
123
|
+
*/
|
|
124
|
+
status?: pulumi.Input<string>;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* The set of arguments for constructing a GatewayRoute resource.
|
|
128
|
+
*/
|
|
129
|
+
export interface GatewayRouteArgs {
|
|
130
|
+
/**
|
|
131
|
+
* Destination network segment of the dedicated gateway route.
|
|
132
|
+
*/
|
|
133
|
+
destinationCidrBlock: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Dedicated gateway ID.
|
|
136
|
+
*/
|
|
137
|
+
directConnectGatewayId: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Next hop instance ID for the dedicated gateway route.
|
|
140
|
+
*/
|
|
141
|
+
nextHopId: pulumi.Input<string>;
|
|
142
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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.GatewayRoute = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Add a static route to the dedicated gateway.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const directConnectGatewayRouteDemo = new volcenginecc.directconnect.GatewayRoute("DirectConnectGatewayRouteDemo", {
|
|
18
|
+
* directConnectGatewayId: "dcg-****",
|
|
19
|
+
* nextHopId: "dcv-****",
|
|
20
|
+
* destinationCidrBlock: "192.168.1.0/28",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import volcenginecc:directconnect/gatewayRoute:GatewayRoute example "direct_connect_gateway_route_id"
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
class GatewayRoute extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing GatewayRoute resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name, id, state, opts) {
|
|
41
|
+
return new GatewayRoute(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of GatewayRoute. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj) {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === GatewayRoute.__pulumiType;
|
|
52
|
+
}
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
59
|
+
resourceInputs["creationTime"] = state ? state.creationTime : undefined;
|
|
60
|
+
resourceInputs["destinationCidrBlock"] = state ? state.destinationCidrBlock : undefined;
|
|
61
|
+
resourceInputs["directConnectGatewayId"] = state ? state.directConnectGatewayId : undefined;
|
|
62
|
+
resourceInputs["directConnectGatewayRouteId"] = state ? state.directConnectGatewayRouteId : undefined;
|
|
63
|
+
resourceInputs["nextHopId"] = state ? state.nextHopId : undefined;
|
|
64
|
+
resourceInputs["nextHopType"] = state ? state.nextHopType : undefined;
|
|
65
|
+
resourceInputs["routeType"] = state ? state.routeType : undefined;
|
|
66
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.destinationCidrBlock === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'destinationCidrBlock'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.directConnectGatewayId === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'directConnectGatewayId'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.nextHopId === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'nextHopId'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["destinationCidrBlock"] = args ? args.destinationCidrBlock : undefined;
|
|
80
|
+
resourceInputs["directConnectGatewayId"] = args ? args.directConnectGatewayId : undefined;
|
|
81
|
+
resourceInputs["nextHopId"] = args ? args.nextHopId : undefined;
|
|
82
|
+
resourceInputs["accountId"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["directConnectGatewayRouteId"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["nextHopType"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["routeType"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
88
|
+
}
|
|
89
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
|
+
super(GatewayRoute.__pulumiType, name, resourceInputs, opts);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.GatewayRoute = GatewayRoute;
|
|
94
|
+
/** @internal */
|
|
95
|
+
GatewayRoute.__pulumiType = 'volcenginecc:directconnect/gatewayRoute:GatewayRoute';
|
|
96
|
+
//# sourceMappingURL=gatewayRoute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gatewayRoute.js","sourceRoot":"","sources":["../../directconnect/gatewayRoute.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
4
|
+
*/
|
|
5
|
+
export declare function getGatewayRoute(args: GetGatewayRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewayRouteResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getGatewayRoute.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetGatewayRouteArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getGatewayRoute.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetGatewayRouteResult {
|
|
19
|
+
/**
|
|
20
|
+
* Account ID to which the dedicated gateway route belongs.
|
|
21
|
+
*/
|
|
22
|
+
readonly accountId: string;
|
|
23
|
+
/**
|
|
24
|
+
* Time when the dedicated gateway route was created.
|
|
25
|
+
*/
|
|
26
|
+
readonly creationTime: string;
|
|
27
|
+
/**
|
|
28
|
+
* Destination network segment of the dedicated gateway route.
|
|
29
|
+
*/
|
|
30
|
+
readonly destinationCidrBlock: string;
|
|
31
|
+
/**
|
|
32
|
+
* Dedicated gateway ID.
|
|
33
|
+
*/
|
|
34
|
+
readonly directConnectGatewayId: string;
|
|
35
|
+
/**
|
|
36
|
+
* Dedicated gateway route ID.
|
|
37
|
+
*/
|
|
38
|
+
readonly directConnectGatewayRouteId: string;
|
|
39
|
+
/**
|
|
40
|
+
* Uniquely identifies the resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
/**
|
|
44
|
+
* Next hop instance ID for the dedicated gateway route.
|
|
45
|
+
*/
|
|
46
|
+
readonly nextHopId: string;
|
|
47
|
+
/**
|
|
48
|
+
* Type of the next hop instance for the dedicated gateway route. Valid values: VIF: Virtual Interface CEN: Cloud Enterprise Network TransitRouter: Transit Router.
|
|
49
|
+
*/
|
|
50
|
+
readonly nextHopType: string;
|
|
51
|
+
/**
|
|
52
|
+
* Type of the dedicated gateway route. Valid values: BGP: BGP dynamic route Static: Static route CEN: Cloud Enterprise Network route, that is, after the dedicated gateway joins the Cloud Enterprise Network, routes synchronized from the Cloud Enterprise Network.
|
|
53
|
+
*/
|
|
54
|
+
readonly routeType: string;
|
|
55
|
+
/**
|
|
56
|
+
* Status of the dedicated gateway route. Creating: Creating Deleting: Deleting Pending: Configuring Available: Available.
|
|
57
|
+
*/
|
|
58
|
+
readonly status: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
62
|
+
*/
|
|
63
|
+
export declare function getGatewayRouteOutput(args: GetGatewayRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGatewayRouteResult>;
|
|
64
|
+
/**
|
|
65
|
+
* A collection of arguments for invoking getGatewayRoute.
|
|
66
|
+
*/
|
|
67
|
+
export interface GetGatewayRouteOutputArgs {
|
|
68
|
+
/**
|
|
69
|
+
* Uniquely identifies the resource.
|
|
70
|
+
*/
|
|
71
|
+
id: pulumi.Input<string>;
|
|
72
|
+
}
|
|
@@ -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.getGatewayRouteOutput = exports.getGatewayRoute = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
10
|
+
*/
|
|
11
|
+
function getGatewayRoute(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:directconnect/getGatewayRoute:getGatewayRoute", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getGatewayRoute = getGatewayRoute;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
20
|
+
*/
|
|
21
|
+
function getGatewayRouteOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:directconnect/getGatewayRoute:getGatewayRoute", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getGatewayRouteOutput = getGatewayRouteOutput;
|
|
28
|
+
//# sourceMappingURL=getGatewayRoute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGatewayRoute.js","sourceRoot":"","sources":["../../directconnect/getGatewayRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAyDD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
4
|
+
*/
|
|
5
|
+
export declare function getGatewayRoutes(opts?: pulumi.InvokeOptions): Promise<GetGatewayRoutesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getGatewayRoutes.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetGatewayRoutesResult {
|
|
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::DirectConnect::DirectConnectGatewayRoute
|
|
21
|
+
*/
|
|
22
|
+
export declare function getGatewayRoutesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGatewayRoutesResult>;
|
|
@@ -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.getGatewayRoutesOutput = exports.getGatewayRoutes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
10
|
+
*/
|
|
11
|
+
function getGatewayRoutes(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:directconnect/getGatewayRoutes:getGatewayRoutes", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getGatewayRoutes = getGatewayRoutes;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::DirectConnect::DirectConnectGatewayRoute
|
|
18
|
+
*/
|
|
19
|
+
function getGatewayRoutesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:directconnect/getGatewayRoutes:getGatewayRoutes", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getGatewayRoutesOutput = getGatewayRoutesOutput;
|
|
24
|
+
//# sourceMappingURL=getGatewayRoutes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGatewayRoutes.js","sourceRoot":"","sources":["../../directconnect/getGatewayRoutes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE,EAClG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
5
|
+
*/
|
|
6
|
+
export declare function getVirtualInterface(args: GetVirtualInterfaceArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualInterfaceResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getVirtualInterface.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetVirtualInterfaceArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getVirtualInterface.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetVirtualInterfaceResult {
|
|
20
|
+
/**
|
|
21
|
+
* ID of the account to which the dedicated line gateway belongs.
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Bandwidth limit of the virtual interface, in Mbps.
|
|
26
|
+
*/
|
|
27
|
+
readonly bandwidth: number;
|
|
28
|
+
/**
|
|
29
|
+
* BFD detection interval (ms).
|
|
30
|
+
*/
|
|
31
|
+
readonly bfdDetectInterval: number;
|
|
32
|
+
/**
|
|
33
|
+
* BFD detection count.
|
|
34
|
+
*/
|
|
35
|
+
readonly bfdDetectMultiplier: number;
|
|
36
|
+
/**
|
|
37
|
+
* Time when the virtual interface was created.
|
|
38
|
+
*/
|
|
39
|
+
readonly creationTime: string;
|
|
40
|
+
/**
|
|
41
|
+
* Description of the virtual interface.
|
|
42
|
+
*/
|
|
43
|
+
readonly description: string;
|
|
44
|
+
/**
|
|
45
|
+
* ID of the physical dedicated line associated with the virtual interface.
|
|
46
|
+
*/
|
|
47
|
+
readonly directConnectConnectionId: string;
|
|
48
|
+
/**
|
|
49
|
+
* ID of the dedicated gateway associated with the virtual interface.
|
|
50
|
+
*/
|
|
51
|
+
readonly directConnectGatewayId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Enable BFD detection. true: enabled false: disabled.
|
|
54
|
+
*/
|
|
55
|
+
readonly enableBfd: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Enable BFD detection echo packet mode. true: enabled false: disabled.
|
|
58
|
+
*/
|
|
59
|
+
readonly enableBfdEcho: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Is NQA detection enabled? true: enabled false: not enabled.
|
|
62
|
+
*/
|
|
63
|
+
readonly enableNqa: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Uniquely identifies the resource.
|
|
66
|
+
*/
|
|
67
|
+
readonly id: string;
|
|
68
|
+
/**
|
|
69
|
+
* Local gateway interconnection IP address of the virtual interface.
|
|
70
|
+
*/
|
|
71
|
+
readonly localIp: string;
|
|
72
|
+
/**
|
|
73
|
+
* IPv6 address of the local gateway interconnection IP for the virtual interface.
|
|
74
|
+
*/
|
|
75
|
+
readonly localIpv6Ip: string;
|
|
76
|
+
/**
|
|
77
|
+
* Interval for sending consecutive probe packets in NQA detection.
|
|
78
|
+
*/
|
|
79
|
+
readonly nqaDetectInterval: number;
|
|
80
|
+
/**
|
|
81
|
+
* NQA detection count. If the number of consecutive NQA detection failures reaches the set count, the link is considered faulty.
|
|
82
|
+
*/
|
|
83
|
+
readonly nqaDetectMultiplier: number;
|
|
84
|
+
/**
|
|
85
|
+
* Peer gateway interconnection IP address of the virtual interface.
|
|
86
|
+
*/
|
|
87
|
+
readonly peerIp: string;
|
|
88
|
+
/**
|
|
89
|
+
* IPv6 address of the peer gateway interconnection IP for the virtual interface.
|
|
90
|
+
*/
|
|
91
|
+
readonly peerIpv6Ip: string;
|
|
92
|
+
/**
|
|
93
|
+
* Route type of the virtual interface.
|
|
94
|
+
*/
|
|
95
|
+
readonly routeType: string;
|
|
96
|
+
/**
|
|
97
|
+
* Status of the virtual interface. Creating: creating Deleting: deleting Pending: configuring Available: available.
|
|
98
|
+
*/
|
|
99
|
+
readonly status: string;
|
|
100
|
+
/**
|
|
101
|
+
* All tag information added to the virtual interface.
|
|
102
|
+
*/
|
|
103
|
+
readonly tags: outputs.directconnect.GetVirtualInterfaceTag[];
|
|
104
|
+
/**
|
|
105
|
+
* Time when the virtual interface was updated.
|
|
106
|
+
*/
|
|
107
|
+
readonly updateTime: string;
|
|
108
|
+
/**
|
|
109
|
+
* ID of the virtual interface.
|
|
110
|
+
*/
|
|
111
|
+
readonly virtualInterfaceId: string;
|
|
112
|
+
/**
|
|
113
|
+
* Name of the virtual interface.
|
|
114
|
+
*/
|
|
115
|
+
readonly virtualInterfaceName: string;
|
|
116
|
+
/**
|
|
117
|
+
* VLAN ID of the virtual interface.
|
|
118
|
+
*/
|
|
119
|
+
readonly vlanId: number;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
123
|
+
*/
|
|
124
|
+
export declare function getVirtualInterfaceOutput(args: GetVirtualInterfaceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVirtualInterfaceResult>;
|
|
125
|
+
/**
|
|
126
|
+
* A collection of arguments for invoking getVirtualInterface.
|
|
127
|
+
*/
|
|
128
|
+
export interface GetVirtualInterfaceOutputArgs {
|
|
129
|
+
/**
|
|
130
|
+
* Uniquely identifies the resource.
|
|
131
|
+
*/
|
|
132
|
+
id: pulumi.Input<string>;
|
|
133
|
+
}
|
|
@@ -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.getVirtualInterfaceOutput = exports.getVirtualInterface = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
10
|
+
*/
|
|
11
|
+
function getVirtualInterface(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:directconnect/getVirtualInterface:getVirtualInterface", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getVirtualInterface = getVirtualInterface;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
20
|
+
*/
|
|
21
|
+
function getVirtualInterfaceOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:directconnect/getVirtualInterface:getVirtualInterface", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getVirtualInterfaceOutput = getVirtualInterfaceOutput;
|
|
28
|
+
//# sourceMappingURL=getVirtualInterface.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVirtualInterface.js","sourceRoot":"","sources":["../../directconnect/getVirtualInterface.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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;QAC/F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAqHD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,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;QACrG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
4
|
+
*/
|
|
5
|
+
export declare function getVirtualInterfaces(opts?: pulumi.InvokeOptions): Promise<GetVirtualInterfacesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getVirtualInterfaces.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetVirtualInterfacesResult {
|
|
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::DirectConnect::VirtualInterface
|
|
21
|
+
*/
|
|
22
|
+
export declare function getVirtualInterfacesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVirtualInterfacesResult>;
|
|
@@ -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.getVirtualInterfacesOutput = exports.getVirtualInterfaces = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
10
|
+
*/
|
|
11
|
+
function getVirtualInterfaces(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:directconnect/getVirtualInterfaces:getVirtualInterfaces", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getVirtualInterfaces = getVirtualInterfaces;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::DirectConnect::VirtualInterface
|
|
18
|
+
*/
|
|
19
|
+
function getVirtualInterfacesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:directconnect/getVirtualInterfaces:getVirtualInterfaces", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getVirtualInterfacesOutput = getVirtualInterfacesOutput;
|
|
24
|
+
//# sourceMappingURL=getVirtualInterfaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVirtualInterfaces.js","sourceRoot":"","sources":["../../directconnect/getVirtualInterfaces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAeD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE,EAC1G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
package/directconnect/index.d.ts
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
export { DirectConnectGatewayArgs, DirectConnectGatewayState } from "./directConnectGateway";
|
|
2
2
|
export type DirectConnectGateway = import("./directConnectGateway").DirectConnectGateway;
|
|
3
3
|
export declare const DirectConnectGateway: typeof import("./directConnectGateway").DirectConnectGateway;
|
|
4
|
+
export { GatewayRouteArgs, GatewayRouteState } from "./gatewayRoute";
|
|
5
|
+
export type GatewayRoute = import("./gatewayRoute").GatewayRoute;
|
|
6
|
+
export declare const GatewayRoute: typeof import("./gatewayRoute").GatewayRoute;
|
|
4
7
|
export { GetDirectConnectGatewayArgs, GetDirectConnectGatewayResult, GetDirectConnectGatewayOutputArgs } from "./getDirectConnectGateway";
|
|
5
8
|
export declare const getDirectConnectGateway: typeof import("./getDirectConnectGateway").getDirectConnectGateway;
|
|
6
9
|
export declare const getDirectConnectGatewayOutput: typeof import("./getDirectConnectGateway").getDirectConnectGatewayOutput;
|
|
7
10
|
export { GetDirectConnectGatewaysResult } from "./getDirectConnectGateways";
|
|
8
11
|
export declare const getDirectConnectGateways: typeof import("./getDirectConnectGateways").getDirectConnectGateways;
|
|
9
12
|
export declare const getDirectConnectGatewaysOutput: typeof import("./getDirectConnectGateways").getDirectConnectGatewaysOutput;
|
|
13
|
+
export { GetGatewayRouteArgs, GetGatewayRouteResult, GetGatewayRouteOutputArgs } from "./getGatewayRoute";
|
|
14
|
+
export declare const getGatewayRoute: typeof import("./getGatewayRoute").getGatewayRoute;
|
|
15
|
+
export declare const getGatewayRouteOutput: typeof import("./getGatewayRoute").getGatewayRouteOutput;
|
|
16
|
+
export { GetGatewayRoutesResult } from "./getGatewayRoutes";
|
|
17
|
+
export declare const getGatewayRoutes: typeof import("./getGatewayRoutes").getGatewayRoutes;
|
|
18
|
+
export declare const getGatewayRoutesOutput: typeof import("./getGatewayRoutes").getGatewayRoutesOutput;
|
|
19
|
+
export { GetVirtualInterfaceArgs, GetVirtualInterfaceResult, GetVirtualInterfaceOutputArgs } from "./getVirtualInterface";
|
|
20
|
+
export declare const getVirtualInterface: typeof import("./getVirtualInterface").getVirtualInterface;
|
|
21
|
+
export declare const getVirtualInterfaceOutput: typeof import("./getVirtualInterface").getVirtualInterfaceOutput;
|
|
22
|
+
export { GetVirtualInterfacesResult } from "./getVirtualInterfaces";
|
|
23
|
+
export declare const getVirtualInterfaces: typeof import("./getVirtualInterfaces").getVirtualInterfaces;
|
|
24
|
+
export declare const getVirtualInterfacesOutput: typeof import("./getVirtualInterfaces").getVirtualInterfacesOutput;
|
|
25
|
+
export { VirtualInterfaceArgs, VirtualInterfaceState } from "./virtualInterface";
|
|
26
|
+
export type VirtualInterface = import("./virtualInterface").VirtualInterface;
|
|
27
|
+
export declare const VirtualInterface: typeof import("./virtualInterface").VirtualInterface;
|