@pulumi/sdwan 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/activateTopologyGroup.d.ts +65 -0
- package/activateTopologyGroup.d.ts.map +1 -0
- package/activateTopologyGroup.js +81 -0
- package/activateTopologyGroup.js.map +1 -0
- package/cloudProviderSettings.d.ts +1 -1
- package/cloudProviderSettings.js +1 -1
- package/customApplication.d.ts +176 -0
- package/customApplication.d.ts.map +1 -0
- package/customApplication.js +122 -0
- package/customApplication.js.map +1 -0
- package/getCustomApplication.d.ts +92 -0
- package/getCustomApplication.d.ts.map +1 -0
- package/getCustomApplication.js +73 -0
- package/getCustomApplication.js.map +1 -0
- package/getSseCiscoFeature.d.ts +130 -0
- package/getSseCiscoFeature.d.ts.map +1 -0
- package/getSseCiscoFeature.js +79 -0
- package/getSseCiscoFeature.js.map +1 -0
- package/getSseFeatureProfile.d.ts +67 -0
- package/getSseFeatureProfile.d.ts.map +1 -0
- package/getSseFeatureProfile.js +73 -0
- package/getSseFeatureProfile.js.map +1 -0
- package/getSseZscalerFeature.d.ts +283 -0
- package/getSseZscalerFeature.d.ts.map +1 -0
- package/getSseZscalerFeature.js +79 -0
- package/getSseZscalerFeature.js.map +1 -0
- package/getTopologyCustomControlFeature.d.ts +101 -0
- package/getTopologyCustomControlFeature.d.ts.map +1 -0
- package/getTopologyCustomControlFeature.js +77 -0
- package/getTopologyCustomControlFeature.js.map +1 -0
- package/getTopologyFeatureProfile.d.ts +67 -0
- package/getTopologyFeatureProfile.d.ts.map +1 -0
- package/getTopologyFeatureProfile.js +73 -0
- package/getTopologyFeatureProfile.js.map +1 -0
- package/getTopologyGroup.d.ts +75 -0
- package/getTopologyGroup.d.ts.map +1 -0
- package/getTopologyGroup.js +73 -0
- package/getTopologyGroup.js.map +1 -0
- package/getTopologyHubSpokeFeature.d.ts +92 -0
- package/getTopologyHubSpokeFeature.d.ts.map +1 -0
- package/getTopologyHubSpokeFeature.js +77 -0
- package/getTopologyHubSpokeFeature.js.map +1 -0
- package/getTopologyMeshFeature.d.ts +87 -0
- package/getTopologyMeshFeature.d.ts.map +1 -0
- package/getTopologyMeshFeature.js +77 -0
- package/getTopologyMeshFeature.js.map +1 -0
- package/index.d.ts +57 -0
- package/index.d.ts.map +1 -1
- package/index.js +93 -15
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/sseCiscoFeature.d.ts +251 -0
- package/sseCiscoFeature.d.ts.map +1 -0
- package/sseCiscoFeature.js +162 -0
- package/sseCiscoFeature.js.map +1 -0
- package/sseFeatureProfile.d.ts +85 -0
- package/sseFeatureProfile.d.ts.map +1 -0
- package/sseFeatureProfile.js +101 -0
- package/sseFeatureProfile.js.map +1 -0
- package/sseZscalerFeature.d.ts +828 -0
- package/sseZscalerFeature.d.ts.map +1 -0
- package/sseZscalerFeature.js +256 -0
- package/sseZscalerFeature.js.map +1 -0
- package/systemOmpFeature.d.ts +6 -6
- package/topologyCustomControlFeature.d.ts +237 -0
- package/topologyCustomControlFeature.d.ts.map +1 -0
- package/topologyCustomControlFeature.js +157 -0
- package/topologyCustomControlFeature.js.map +1 -0
- package/topologyFeatureProfile.d.ts +85 -0
- package/topologyFeatureProfile.d.ts.map +1 -0
- package/topologyFeatureProfile.js +101 -0
- package/topologyFeatureProfile.js.map +1 -0
- package/topologyGroup.d.ts +114 -0
- package/topologyGroup.d.ts.map +1 -0
- package/topologyGroup.js +110 -0
- package/topologyGroup.js.map +1 -0
- package/topologyHubSpokeFeature.d.ts +138 -0
- package/topologyHubSpokeFeature.d.ts.map +1 -0
- package/topologyHubSpokeFeature.js +133 -0
- package/topologyHubSpokeFeature.js.map +1 -0
- package/topologyMeshFeature.d.ts +116 -0
- package/topologyMeshFeature.d.ts.map +1 -0
- package/topologyMeshFeature.js +120 -0
- package/topologyMeshFeature.js.map +1 -0
- package/types/input.d.ts +1132 -128
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +7183 -5300
- package/types/output.d.ts.map +1 -1
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.getTopologyHubSpokeFeatureOutput = exports.getTopologyHubSpokeFeature = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
31
|
+
/**
|
|
32
|
+
* This data source can read the Topology Hub Spoke Feature.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
39
|
+
*
|
|
40
|
+
* const example = sdwan.getTopologyHubSpokeFeature({
|
|
41
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
42
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getTopologyHubSpokeFeature(args, opts) {
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invoke("sdwan:index/getTopologyHubSpokeFeature:getTopologyHubSpokeFeature", {
|
|
49
|
+
"featureProfileId": args.featureProfileId,
|
|
50
|
+
"id": args.id,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getTopologyHubSpokeFeature = getTopologyHubSpokeFeature;
|
|
54
|
+
/**
|
|
55
|
+
* This data source can read the Topology Hub Spoke Feature.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
62
|
+
*
|
|
63
|
+
* const example = sdwan.getTopologyHubSpokeFeature({
|
|
64
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
65
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
function getTopologyHubSpokeFeatureOutput(args, opts) {
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
71
|
+
return pulumi.runtime.invokeOutput("sdwan:index/getTopologyHubSpokeFeature:getTopologyHubSpokeFeature", {
|
|
72
|
+
"featureProfileId": args.featureProfileId,
|
|
73
|
+
"id": args.id,
|
|
74
|
+
}, opts);
|
|
75
|
+
}
|
|
76
|
+
exports.getTopologyHubSpokeFeatureOutput = getTopologyHubSpokeFeatureOutput;
|
|
77
|
+
//# sourceMappingURL=getTopologyHubSpokeFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTopologyHubSpokeFeature.js","sourceRoot":"","sources":["../getTopologyHubSpokeFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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,mEAAmE,EAAE;QAC9F,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC;AA+CD;;;;;;;;;;;;;;GAcG;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,mEAAmE,EAAE;QACpG,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4EAMC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source can read the Topology Mesh Feature.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
10
|
+
*
|
|
11
|
+
* const example = sdwan.getTopologyMeshFeature({
|
|
12
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
13
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getTopologyMeshFeature(args: GetTopologyMeshFeatureArgs, opts?: pulumi.InvokeOptions): Promise<GetTopologyMeshFeatureResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getTopologyMeshFeature.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetTopologyMeshFeatureArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Feature Profile ID
|
|
24
|
+
*/
|
|
25
|
+
featureProfileId: string;
|
|
26
|
+
/**
|
|
27
|
+
* The id of the Feature
|
|
28
|
+
*/
|
|
29
|
+
id: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getTopologyMeshFeature.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetTopologyMeshFeatureResult {
|
|
35
|
+
/**
|
|
36
|
+
* The description of the Feature
|
|
37
|
+
*/
|
|
38
|
+
readonly description: string;
|
|
39
|
+
/**
|
|
40
|
+
* Feature Profile ID
|
|
41
|
+
*/
|
|
42
|
+
readonly featureProfileId: string;
|
|
43
|
+
/**
|
|
44
|
+
* The id of the Feature
|
|
45
|
+
*/
|
|
46
|
+
readonly id: string;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the Feature
|
|
49
|
+
*/
|
|
50
|
+
readonly name: string;
|
|
51
|
+
readonly sites: string[];
|
|
52
|
+
readonly targetVpns: string[];
|
|
53
|
+
/**
|
|
54
|
+
* The version of the Feature
|
|
55
|
+
*/
|
|
56
|
+
readonly version: number;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* This data source can read the Topology Mesh Feature.
|
|
60
|
+
*
|
|
61
|
+
* ## Example Usage
|
|
62
|
+
*
|
|
63
|
+
* ```typescript
|
|
64
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
65
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
66
|
+
*
|
|
67
|
+
* const example = sdwan.getTopologyMeshFeature({
|
|
68
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
69
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
70
|
+
* });
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
export declare function getTopologyMeshFeatureOutput(args: GetTopologyMeshFeatureOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTopologyMeshFeatureResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getTopologyMeshFeature.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetTopologyMeshFeatureOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* Feature Profile ID
|
|
80
|
+
*/
|
|
81
|
+
featureProfileId: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The id of the Feature
|
|
84
|
+
*/
|
|
85
|
+
id: pulumi.Input<string>;
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=getTopologyMeshFeature.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTopologyMeshFeature.d.ts","sourceRoot":"","sources":["../getTopologyMeshFeature.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,0BAA0B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAM3I;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC5B;AACD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,gCAAgC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,4BAA4B,CAAC,CAMnK;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.getTopologyMeshFeatureOutput = exports.getTopologyMeshFeature = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
31
|
+
/**
|
|
32
|
+
* This data source can read the Topology Mesh Feature.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
39
|
+
*
|
|
40
|
+
* const example = sdwan.getTopologyMeshFeature({
|
|
41
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
42
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getTopologyMeshFeature(args, opts) {
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invoke("sdwan:index/getTopologyMeshFeature:getTopologyMeshFeature", {
|
|
49
|
+
"featureProfileId": args.featureProfileId,
|
|
50
|
+
"id": args.id,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getTopologyMeshFeature = getTopologyMeshFeature;
|
|
54
|
+
/**
|
|
55
|
+
* This data source can read the Topology Mesh Feature.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
62
|
+
*
|
|
63
|
+
* const example = sdwan.getTopologyMeshFeature({
|
|
64
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
65
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
function getTopologyMeshFeatureOutput(args, opts) {
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
71
|
+
return pulumi.runtime.invokeOutput("sdwan:index/getTopologyMeshFeature:getTopologyMeshFeature", {
|
|
72
|
+
"featureProfileId": args.featureProfileId,
|
|
73
|
+
"id": args.id,
|
|
74
|
+
}, opts);
|
|
75
|
+
}
|
|
76
|
+
exports.getTopologyMeshFeatureOutput = getTopologyMeshFeatureOutput;
|
|
77
|
+
//# sourceMappingURL=getTopologyMeshFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTopologyMeshFeature.js","sourceRoot":"","sources":["../getTopologyMeshFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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,2DAA2D,EAAE;QACtF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AA2CD;;;;;;;;;;;;;;GAcG;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,2DAA2D,EAAE;QAC5F,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export { ActivateCentralizedPolicyArgs, ActivateCentralizedPolicyState } from "./activateCentralizedPolicy";
|
|
2
2
|
export type ActivateCentralizedPolicy = import("./activateCentralizedPolicy").ActivateCentralizedPolicy;
|
|
3
3
|
export declare const ActivateCentralizedPolicy: typeof import("./activateCentralizedPolicy").ActivateCentralizedPolicy;
|
|
4
|
+
export { ActivateTopologyGroupArgs, ActivateTopologyGroupState } from "./activateTopologyGroup";
|
|
5
|
+
export type ActivateTopologyGroup = import("./activateTopologyGroup").ActivateTopologyGroup;
|
|
6
|
+
export declare const ActivateTopologyGroup: typeof import("./activateTopologyGroup").ActivateTopologyGroup;
|
|
4
7
|
export { AdvancedInspectionProfilePolicyDefinitionArgs, AdvancedInspectionProfilePolicyDefinitionState } from "./advancedInspectionProfilePolicyDefinition";
|
|
5
8
|
export type AdvancedInspectionProfilePolicyDefinition = import("./advancedInspectionProfilePolicyDefinition").AdvancedInspectionProfilePolicyDefinition;
|
|
6
9
|
export declare const AdvancedInspectionProfilePolicyDefinition: typeof import("./advancedInspectionProfilePolicyDefinition").AdvancedInspectionProfilePolicyDefinition;
|
|
@@ -157,6 +160,9 @@ export declare const ColorListPolicyObject: typeof import("./colorListPolicyObje
|
|
|
157
160
|
export { ConfigurationGroupArgs, ConfigurationGroupState } from "./configurationGroup";
|
|
158
161
|
export type ConfigurationGroup = import("./configurationGroup").ConfigurationGroup;
|
|
159
162
|
export declare const ConfigurationGroup: typeof import("./configurationGroup").ConfigurationGroup;
|
|
163
|
+
export { CustomApplicationArgs, CustomApplicationState } from "./customApplication";
|
|
164
|
+
export type CustomApplication = import("./customApplication").CustomApplication;
|
|
165
|
+
export declare const CustomApplication: typeof import("./customApplication").CustomApplication;
|
|
160
166
|
export { CustomControlTopologyPolicyDefinitionArgs, CustomControlTopologyPolicyDefinitionState } from "./customControlTopologyPolicyDefinition";
|
|
161
167
|
export type CustomControlTopologyPolicyDefinition = import("./customControlTopologyPolicyDefinition").CustomControlTopologyPolicyDefinition;
|
|
162
168
|
export declare const CustomControlTopologyPolicyDefinition: typeof import("./customControlTopologyPolicyDefinition").CustomControlTopologyPolicyDefinition;
|
|
@@ -358,6 +364,9 @@ export declare const getColorListPolicyObjectOutput: typeof import("./getColorLi
|
|
|
358
364
|
export { GetConfigurationGroupArgs, GetConfigurationGroupResult, GetConfigurationGroupOutputArgs } from "./getConfigurationGroup";
|
|
359
365
|
export declare const getConfigurationGroup: typeof import("./getConfigurationGroup").getConfigurationGroup;
|
|
360
366
|
export declare const getConfigurationGroupOutput: typeof import("./getConfigurationGroup").getConfigurationGroupOutput;
|
|
367
|
+
export { GetCustomApplicationArgs, GetCustomApplicationResult, GetCustomApplicationOutputArgs } from "./getCustomApplication";
|
|
368
|
+
export declare const getCustomApplication: typeof import("./getCustomApplication").getCustomApplication;
|
|
369
|
+
export declare const getCustomApplicationOutput: typeof import("./getCustomApplication").getCustomApplicationOutput;
|
|
361
370
|
export { GetCustomControlTopologyPolicyDefinitionArgs, GetCustomControlTopologyPolicyDefinitionResult, GetCustomControlTopologyPolicyDefinitionOutputArgs } from "./getCustomControlTopologyPolicyDefinition";
|
|
362
371
|
export declare const getCustomControlTopologyPolicyDefinition: typeof import("./getCustomControlTopologyPolicyDefinition").getCustomControlTopologyPolicyDefinition;
|
|
363
372
|
export declare const getCustomControlTopologyPolicyDefinitionOutput: typeof import("./getCustomControlTopologyPolicyDefinition").getCustomControlTopologyPolicyDefinitionOutput;
|
|
@@ -724,6 +733,15 @@ export declare const getSiteListPolicyObjectOutput: typeof import("./getSiteList
|
|
|
724
733
|
export { GetSlaClassPolicyObjectArgs, GetSlaClassPolicyObjectResult, GetSlaClassPolicyObjectOutputArgs } from "./getSlaClassPolicyObject";
|
|
725
734
|
export declare const getSlaClassPolicyObject: typeof import("./getSlaClassPolicyObject").getSlaClassPolicyObject;
|
|
726
735
|
export declare const getSlaClassPolicyObjectOutput: typeof import("./getSlaClassPolicyObject").getSlaClassPolicyObjectOutput;
|
|
736
|
+
export { GetSseCiscoFeatureArgs, GetSseCiscoFeatureResult, GetSseCiscoFeatureOutputArgs } from "./getSseCiscoFeature";
|
|
737
|
+
export declare const getSseCiscoFeature: typeof import("./getSseCiscoFeature").getSseCiscoFeature;
|
|
738
|
+
export declare const getSseCiscoFeatureOutput: typeof import("./getSseCiscoFeature").getSseCiscoFeatureOutput;
|
|
739
|
+
export { GetSseFeatureProfileArgs, GetSseFeatureProfileResult, GetSseFeatureProfileOutputArgs } from "./getSseFeatureProfile";
|
|
740
|
+
export declare const getSseFeatureProfile: typeof import("./getSseFeatureProfile").getSseFeatureProfile;
|
|
741
|
+
export declare const getSseFeatureProfileOutput: typeof import("./getSseFeatureProfile").getSseFeatureProfileOutput;
|
|
742
|
+
export { GetSseZscalerFeatureArgs, GetSseZscalerFeatureResult, GetSseZscalerFeatureOutputArgs } from "./getSseZscalerFeature";
|
|
743
|
+
export declare const getSseZscalerFeature: typeof import("./getSseZscalerFeature").getSseZscalerFeature;
|
|
744
|
+
export declare const getSseZscalerFeatureOutput: typeof import("./getSseZscalerFeature").getSseZscalerFeatureOutput;
|
|
727
745
|
export { GetStandardCommunityListPolicyObjectArgs, GetStandardCommunityListPolicyObjectResult, GetStandardCommunityListPolicyObjectOutputArgs } from "./getStandardCommunityListPolicyObject";
|
|
728
746
|
export declare const getStandardCommunityListPolicyObject: typeof import("./getStandardCommunityListPolicyObject").getStandardCommunityListPolicyObject;
|
|
729
747
|
export declare const getStandardCommunityListPolicyObjectOutput: typeof import("./getStandardCommunityListPolicyObject").getStandardCommunityListPolicyObjectOutput;
|
|
@@ -796,6 +814,21 @@ export declare const getTlsSslDecryptionPolicyDefinitionOutput: typeof import(".
|
|
|
796
814
|
export { GetTlsSslProfilePolicyDefinitionArgs, GetTlsSslProfilePolicyDefinitionResult, GetTlsSslProfilePolicyDefinitionOutputArgs } from "./getTlsSslProfilePolicyDefinition";
|
|
797
815
|
export declare const getTlsSslProfilePolicyDefinition: typeof import("./getTlsSslProfilePolicyDefinition").getTlsSslProfilePolicyDefinition;
|
|
798
816
|
export declare const getTlsSslProfilePolicyDefinitionOutput: typeof import("./getTlsSslProfilePolicyDefinition").getTlsSslProfilePolicyDefinitionOutput;
|
|
817
|
+
export { GetTopologyCustomControlFeatureArgs, GetTopologyCustomControlFeatureResult, GetTopologyCustomControlFeatureOutputArgs } from "./getTopologyCustomControlFeature";
|
|
818
|
+
export declare const getTopologyCustomControlFeature: typeof import("./getTopologyCustomControlFeature").getTopologyCustomControlFeature;
|
|
819
|
+
export declare const getTopologyCustomControlFeatureOutput: typeof import("./getTopologyCustomControlFeature").getTopologyCustomControlFeatureOutput;
|
|
820
|
+
export { GetTopologyFeatureProfileArgs, GetTopologyFeatureProfileResult, GetTopologyFeatureProfileOutputArgs } from "./getTopologyFeatureProfile";
|
|
821
|
+
export declare const getTopologyFeatureProfile: typeof import("./getTopologyFeatureProfile").getTopologyFeatureProfile;
|
|
822
|
+
export declare const getTopologyFeatureProfileOutput: typeof import("./getTopologyFeatureProfile").getTopologyFeatureProfileOutput;
|
|
823
|
+
export { GetTopologyGroupArgs, GetTopologyGroupResult, GetTopologyGroupOutputArgs } from "./getTopologyGroup";
|
|
824
|
+
export declare const getTopologyGroup: typeof import("./getTopologyGroup").getTopologyGroup;
|
|
825
|
+
export declare const getTopologyGroupOutput: typeof import("./getTopologyGroup").getTopologyGroupOutput;
|
|
826
|
+
export { GetTopologyHubSpokeFeatureArgs, GetTopologyHubSpokeFeatureResult, GetTopologyHubSpokeFeatureOutputArgs } from "./getTopologyHubSpokeFeature";
|
|
827
|
+
export declare const getTopologyHubSpokeFeature: typeof import("./getTopologyHubSpokeFeature").getTopologyHubSpokeFeature;
|
|
828
|
+
export declare const getTopologyHubSpokeFeatureOutput: typeof import("./getTopologyHubSpokeFeature").getTopologyHubSpokeFeatureOutput;
|
|
829
|
+
export { GetTopologyMeshFeatureArgs, GetTopologyMeshFeatureResult, GetTopologyMeshFeatureOutputArgs } from "./getTopologyMeshFeature";
|
|
830
|
+
export declare const getTopologyMeshFeature: typeof import("./getTopologyMeshFeature").getTopologyMeshFeature;
|
|
831
|
+
export declare const getTopologyMeshFeatureOutput: typeof import("./getTopologyMeshFeature").getTopologyMeshFeatureOutput;
|
|
799
832
|
export { GetTrafficDataPolicyDefinitionArgs, GetTrafficDataPolicyDefinitionResult, GetTrafficDataPolicyDefinitionOutputArgs } from "./getTrafficDataPolicyDefinition";
|
|
800
833
|
export declare const getTrafficDataPolicyDefinition: typeof import("./getTrafficDataPolicyDefinition").getTrafficDataPolicyDefinition;
|
|
801
834
|
export declare const getTrafficDataPolicyDefinitionOutput: typeof import("./getTrafficDataPolicyDefinition").getTrafficDataPolicyDefinitionOutput;
|
|
@@ -1262,6 +1295,15 @@ export declare const SiteListPolicyObject: typeof import("./siteListPolicyObject
|
|
|
1262
1295
|
export { SlaClassPolicyObjectArgs, SlaClassPolicyObjectState } from "./slaClassPolicyObject";
|
|
1263
1296
|
export type SlaClassPolicyObject = import("./slaClassPolicyObject").SlaClassPolicyObject;
|
|
1264
1297
|
export declare const SlaClassPolicyObject: typeof import("./slaClassPolicyObject").SlaClassPolicyObject;
|
|
1298
|
+
export { SseCiscoFeatureArgs, SseCiscoFeatureState } from "./sseCiscoFeature";
|
|
1299
|
+
export type SseCiscoFeature = import("./sseCiscoFeature").SseCiscoFeature;
|
|
1300
|
+
export declare const SseCiscoFeature: typeof import("./sseCiscoFeature").SseCiscoFeature;
|
|
1301
|
+
export { SseFeatureProfileArgs, SseFeatureProfileState } from "./sseFeatureProfile";
|
|
1302
|
+
export type SseFeatureProfile = import("./sseFeatureProfile").SseFeatureProfile;
|
|
1303
|
+
export declare const SseFeatureProfile: typeof import("./sseFeatureProfile").SseFeatureProfile;
|
|
1304
|
+
export { SseZscalerFeatureArgs, SseZscalerFeatureState } from "./sseZscalerFeature";
|
|
1305
|
+
export type SseZscalerFeature = import("./sseZscalerFeature").SseZscalerFeature;
|
|
1306
|
+
export declare const SseZscalerFeature: typeof import("./sseZscalerFeature").SseZscalerFeature;
|
|
1265
1307
|
export { StandardCommunityListPolicyObjectArgs, StandardCommunityListPolicyObjectState } from "./standardCommunityListPolicyObject";
|
|
1266
1308
|
export type StandardCommunityListPolicyObject = import("./standardCommunityListPolicyObject").StandardCommunityListPolicyObject;
|
|
1267
1309
|
export declare const StandardCommunityListPolicyObject: typeof import("./standardCommunityListPolicyObject").StandardCommunityListPolicyObject;
|
|
@@ -1334,6 +1376,21 @@ export declare const TlsSslDecryptionPolicyDefinition: typeof import("./tlsSslDe
|
|
|
1334
1376
|
export { TlsSslProfilePolicyDefinitionArgs, TlsSslProfilePolicyDefinitionState } from "./tlsSslProfilePolicyDefinition";
|
|
1335
1377
|
export type TlsSslProfilePolicyDefinition = import("./tlsSslProfilePolicyDefinition").TlsSslProfilePolicyDefinition;
|
|
1336
1378
|
export declare const TlsSslProfilePolicyDefinition: typeof import("./tlsSslProfilePolicyDefinition").TlsSslProfilePolicyDefinition;
|
|
1379
|
+
export { TopologyCustomControlFeatureArgs, TopologyCustomControlFeatureState } from "./topologyCustomControlFeature";
|
|
1380
|
+
export type TopologyCustomControlFeature = import("./topologyCustomControlFeature").TopologyCustomControlFeature;
|
|
1381
|
+
export declare const TopologyCustomControlFeature: typeof import("./topologyCustomControlFeature").TopologyCustomControlFeature;
|
|
1382
|
+
export { TopologyFeatureProfileArgs, TopologyFeatureProfileState } from "./topologyFeatureProfile";
|
|
1383
|
+
export type TopologyFeatureProfile = import("./topologyFeatureProfile").TopologyFeatureProfile;
|
|
1384
|
+
export declare const TopologyFeatureProfile: typeof import("./topologyFeatureProfile").TopologyFeatureProfile;
|
|
1385
|
+
export { TopologyGroupArgs, TopologyGroupState } from "./topologyGroup";
|
|
1386
|
+
export type TopologyGroup = import("./topologyGroup").TopologyGroup;
|
|
1387
|
+
export declare const TopologyGroup: typeof import("./topologyGroup").TopologyGroup;
|
|
1388
|
+
export { TopologyHubSpokeFeatureArgs, TopologyHubSpokeFeatureState } from "./topologyHubSpokeFeature";
|
|
1389
|
+
export type TopologyHubSpokeFeature = import("./topologyHubSpokeFeature").TopologyHubSpokeFeature;
|
|
1390
|
+
export declare const TopologyHubSpokeFeature: typeof import("./topologyHubSpokeFeature").TopologyHubSpokeFeature;
|
|
1391
|
+
export { TopologyMeshFeatureArgs, TopologyMeshFeatureState } from "./topologyMeshFeature";
|
|
1392
|
+
export type TopologyMeshFeature = import("./topologyMeshFeature").TopologyMeshFeature;
|
|
1393
|
+
export declare const TopologyMeshFeature: typeof import("./topologyMeshFeature").TopologyMeshFeature;
|
|
1337
1394
|
export { TrafficDataPolicyDefinitionArgs, TrafficDataPolicyDefinitionState } from "./trafficDataPolicyDefinition";
|
|
1338
1395
|
export type TrafficDataPolicyDefinition = import("./trafficDataPolicyDefinition").TrafficDataPolicyDefinition;
|
|
1339
1396
|
export declare const TrafficDataPolicyDefinition: typeof import("./trafficDataPolicyDefinition").TrafficDataPolicyDefinition;
|