@pulumi/sdwan 0.6.0-alpha.1767125078 → 0.6.0
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/applicationPriorityFeatureProfile.d.ts +1 -1
- package/applicationPriorityFeatureProfile.js +1 -1
- package/applicationPriorityTrafficPolicyPolicy.d.ts +2 -2
- package/applicationPriorityTrafficPolicyPolicy.js +2 -2
- package/cliFeatureProfile.d.ts +1 -1
- package/cliFeatureProfile.js +1 -1
- package/dnsSecurityFeatureProfile.d.ts +1 -1
- package/dnsSecurityFeatureProfile.js +1 -1
- package/embeddedSecurityFeatureProfile.d.ts +1 -1
- package/embeddedSecurityFeatureProfile.js +1 -1
- package/getServiceLanVpnFeature.d.ts +4 -0
- package/getServiceLanVpnFeature.js.map +1 -1
- package/getSystemCaCertificateFeature.d.ts +89 -0
- package/getSystemCaCertificateFeature.js +54 -0
- package/getSystemCaCertificateFeature.js.map +1 -0
- package/index.d.ts +6 -0
- package/index.js +15 -7
- package/index.js.map +1 -1
- package/otherFeatureProfile.d.ts +1 -1
- package/otherFeatureProfile.js +1 -1
- package/package.json +2 -2
- package/policyObjectApplicationList.d.ts +1 -1
- package/policyObjectApplicationList.js +1 -1
- package/policyObjectAsPathList.d.ts +1 -1
- package/policyObjectAsPathList.js +1 -1
- package/policyObjectClassMap.d.ts +1 -1
- package/policyObjectClassMap.js +1 -1
- package/policyObjectColorList.d.ts +1 -1
- package/policyObjectColorList.js +1 -1
- package/policyObjectDataIpv4PrefixList.d.ts +1 -1
- package/policyObjectDataIpv4PrefixList.js +1 -1
- package/policyObjectExpandedCommunityList.d.ts +1 -1
- package/policyObjectExpandedCommunityList.js +1 -1
- package/policyObjectExtendedCommunityList.d.ts +1 -1
- package/policyObjectExtendedCommunityList.js +1 -1
- package/policyObjectFeatureProfile.d.ts +1 -1
- package/policyObjectFeatureProfile.js +1 -1
- package/policyObjectMirror.d.ts +1 -1
- package/policyObjectMirror.js +1 -1
- package/policyObjectPolicer.d.ts +1 -1
- package/policyObjectPolicer.js +1 -1
- package/policyObjectSecurityFqdnList.d.ts +1 -1
- package/policyObjectSecurityFqdnList.js +1 -1
- package/policyObjectSecurityPortList.d.ts +1 -1
- package/policyObjectSecurityPortList.js +1 -1
- package/policyObjectSecurityProtocolList.d.ts +1 -1
- package/policyObjectSecurityProtocolList.js +1 -1
- package/policyObjectSecurityUrlAllowList.d.ts +1 -1
- package/policyObjectSecurityUrlAllowList.js +1 -1
- package/policyObjectSecurityUrlBlockList.d.ts +1 -1
- package/policyObjectSecurityUrlBlockList.js +1 -1
- package/policyObjectTlocList.d.ts +1 -1
- package/policyObjectTlocList.js +1 -1
- package/serviceFeatureProfile.d.ts +1 -1
- package/serviceFeatureProfile.js +1 -1
- package/serviceLanVpnFeature.d.ts +20 -1
- package/serviceLanVpnFeature.js +10 -1
- package/serviceLanVpnFeature.js.map +1 -1
- package/serviceRoutingBgpFeature.d.ts +2 -2
- package/serviceRoutingBgpFeature.js +2 -2
- package/serviceRoutingOspfv3Ipv4Feature.d.ts +1 -1
- package/serviceRoutingOspfv3Ipv4Feature.js +1 -1
- package/serviceRoutingOspfv3Ipv6Feature.d.ts +1 -1
- package/serviceRoutingOspfv3Ipv6Feature.js +1 -1
- package/sigSecurityFeatureProfile.d.ts +1 -1
- package/sigSecurityFeatureProfile.js +1 -1
- package/systemCaCertificateFeature.d.ts +125 -0
- package/systemCaCertificateFeature.js +91 -0
- package/systemCaCertificateFeature.js.map +1 -0
- package/systemFeatureProfile.d.ts +1 -1
- package/systemFeatureProfile.js +1 -1
- package/systemLoggingFeature.d.ts +1 -1
- package/systemLoggingFeature.js +1 -1
- package/transportFeatureProfile.d.ts +1 -1
- package/transportFeatureProfile.js +1 -1
- package/transportRoutingBgpFeature.d.ts +2 -2
- package/transportRoutingBgpFeature.js +2 -2
- package/transportRoutingOspfv3Ipv4Feature.d.ts +1 -1
- package/transportRoutingOspfv3Ipv4Feature.js +1 -1
- package/transportRoutingOspfv3Ipv6Feature.d.ts +1 -1
- package/transportRoutingOspfv3Ipv6Feature.js +1 -1
- package/transportWanVpnFeature.d.ts +1 -1
- package/transportWanVpnFeature.js +1 -1
- package/types/input.d.ts +330 -63
- package/types/output.d.ts +597 -103
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource can manage a Application Priority Feature Profile .
|
|
10
|
-
* - Minimum SD-WAN Manager version: `20.
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.15.0`
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
@@ -3,7 +3,7 @@ import * as inputs from "./types/input";
|
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
5
|
* This resource can manage a Application Priority Traffic Policy Policy.
|
|
6
|
-
* - Minimum SD-WAN Manager version: `20.
|
|
6
|
+
* - Minimum SD-WAN Manager version: `20.15.0`
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -24,7 +24,7 @@ import * as outputs from "./types/output";
|
|
|
24
24
|
* baseAction: "accept",
|
|
25
25
|
* protocol: "ipv4",
|
|
26
26
|
* matchEntries: [{
|
|
27
|
-
*
|
|
27
|
+
* dscps: [1],
|
|
28
28
|
* }],
|
|
29
29
|
* actions: [{
|
|
30
30
|
* setParameters: [{}],
|
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource can manage a Application Priority Traffic Policy Policy.
|
|
10
|
-
* - Minimum SD-WAN Manager version: `20.
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.15.0`
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* baseAction: "accept",
|
|
29
29
|
* protocol: "ipv4",
|
|
30
30
|
* matchEntries: [{
|
|
31
|
-
*
|
|
31
|
+
* dscps: [1],
|
|
32
32
|
* }],
|
|
33
33
|
* actions: [{
|
|
34
34
|
* setParameters: [{}],
|
package/cliFeatureProfile.d.ts
CHANGED
package/cliFeatureProfile.js
CHANGED
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource can manage a CLI Feature Profile .
|
|
10
|
-
* - Minimum SD-WAN Manager version: `20.
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.15.0`
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource can manage a DNS Security Feature Profile .
|
|
10
|
-
* - Minimum SD-WAN Manager version: `20.
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.15.0`
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource can manage a Embedded Security Feature Profile .
|
|
10
|
-
* - Minimum SD-WAN Manager version: `20.
|
|
10
|
+
* - Minimum SD-WAN Manager version: `20.15.0`
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
@@ -170,6 +170,10 @@ export interface GetServiceLanVpnFeatureResult {
|
|
|
170
170
|
* Service
|
|
171
171
|
*/
|
|
172
172
|
readonly services: outputs.GetServiceLanVpnFeatureService[];
|
|
173
|
+
/**
|
|
174
|
+
* Static NAT Subnet Rules
|
|
175
|
+
*/
|
|
176
|
+
readonly staticNatSubnets: outputs.GetServiceLanVpnFeatureStaticNatSubnet[];
|
|
173
177
|
/**
|
|
174
178
|
* Static NAT Rules
|
|
175
179
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceLanVpnFeature.js","sourceRoot":"","sources":["../getServiceLanVpnFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;
|
|
1
|
+
{"version":3,"file":"getServiceLanVpnFeature.js","sourceRoot":"","sources":["../getServiceLanVpnFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AAkLD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE;QAC9F,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source can read the System CA Certificate Feature.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
11
|
+
*
|
|
12
|
+
* const example = sdwan.getSystemCaCertificateFeature({
|
|
13
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
14
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getSystemCaCertificateFeature(args: GetSystemCaCertificateFeatureArgs, opts?: pulumi.InvokeOptions): Promise<GetSystemCaCertificateFeatureResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getSystemCaCertificateFeature.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSystemCaCertificateFeatureArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Feature Profile ID
|
|
25
|
+
*/
|
|
26
|
+
featureProfileId: string;
|
|
27
|
+
/**
|
|
28
|
+
* The id of the Feature
|
|
29
|
+
*/
|
|
30
|
+
id: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getSystemCaCertificateFeature.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetSystemCaCertificateFeatureResult {
|
|
36
|
+
/**
|
|
37
|
+
* Thirdparty CA Certificate List
|
|
38
|
+
*/
|
|
39
|
+
readonly certificates: outputs.GetSystemCaCertificateFeatureCertificate[];
|
|
40
|
+
/**
|
|
41
|
+
* The description of the Feature
|
|
42
|
+
*/
|
|
43
|
+
readonly description: string;
|
|
44
|
+
/**
|
|
45
|
+
* Feature Profile ID
|
|
46
|
+
*/
|
|
47
|
+
readonly featureProfileId: string;
|
|
48
|
+
/**
|
|
49
|
+
* The id of the Feature
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the Feature
|
|
54
|
+
*/
|
|
55
|
+
readonly name: string;
|
|
56
|
+
/**
|
|
57
|
+
* The version of the Feature
|
|
58
|
+
*/
|
|
59
|
+
readonly version: number;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* This data source can read the System CA Certificate Feature.
|
|
63
|
+
*
|
|
64
|
+
* ## Example Usage
|
|
65
|
+
*
|
|
66
|
+
* ```typescript
|
|
67
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
68
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
69
|
+
*
|
|
70
|
+
* const example = sdwan.getSystemCaCertificateFeature({
|
|
71
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
72
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
export declare function getSystemCaCertificateFeatureOutput(args: GetSystemCaCertificateFeatureOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSystemCaCertificateFeatureResult>;
|
|
77
|
+
/**
|
|
78
|
+
* A collection of arguments for invoking getSystemCaCertificateFeature.
|
|
79
|
+
*/
|
|
80
|
+
export interface GetSystemCaCertificateFeatureOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* Feature Profile ID
|
|
83
|
+
*/
|
|
84
|
+
featureProfileId: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The id of the Feature
|
|
87
|
+
*/
|
|
88
|
+
id: pulumi.Input<string>;
|
|
89
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSystemCaCertificateFeatureOutput = exports.getSystemCaCertificateFeature = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source can read the System CA Certificate Feature.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as sdwan from "@pulumi/sdwan";
|
|
16
|
+
*
|
|
17
|
+
* const example = sdwan.getSystemCaCertificateFeature({
|
|
18
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
19
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getSystemCaCertificateFeature(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("sdwan:index/getSystemCaCertificateFeature:getSystemCaCertificateFeature", {
|
|
26
|
+
"featureProfileId": args.featureProfileId,
|
|
27
|
+
"id": args.id,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getSystemCaCertificateFeature = getSystemCaCertificateFeature;
|
|
31
|
+
/**
|
|
32
|
+
* This data source can read the System CA Certificate 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.getSystemCaCertificateFeature({
|
|
41
|
+
* id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
42
|
+
* featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getSystemCaCertificateFeatureOutput(args, opts) {
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invokeOutput("sdwan:index/getSystemCaCertificateFeature:getSystemCaCertificateFeature", {
|
|
49
|
+
"featureProfileId": args.featureProfileId,
|
|
50
|
+
"id": args.id,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getSystemCaCertificateFeatureOutput = getSystemCaCertificateFeatureOutput;
|
|
54
|
+
//# sourceMappingURL=getSystemCaCertificateFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSystemCaCertificateFeature.js","sourceRoot":"","sources":["../getSystemCaCertificateFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yEAAyE,EAAE;QACpG,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC;AA6CD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yEAAyE,EAAE;QAC1G,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC"}
|
package/index.d.ts
CHANGED
|
@@ -712,6 +712,9 @@ export declare const getSystemBasicFeatureOutput: typeof import("./getSystemBasi
|
|
|
712
712
|
export { GetSystemBfdFeatureArgs, GetSystemBfdFeatureResult, GetSystemBfdFeatureOutputArgs } from "./getSystemBfdFeature";
|
|
713
713
|
export declare const getSystemBfdFeature: typeof import("./getSystemBfdFeature").getSystemBfdFeature;
|
|
714
714
|
export declare const getSystemBfdFeatureOutput: typeof import("./getSystemBfdFeature").getSystemBfdFeatureOutput;
|
|
715
|
+
export { GetSystemCaCertificateFeatureArgs, GetSystemCaCertificateFeatureResult, GetSystemCaCertificateFeatureOutputArgs } from "./getSystemCaCertificateFeature";
|
|
716
|
+
export declare const getSystemCaCertificateFeature: typeof import("./getSystemCaCertificateFeature").getSystemCaCertificateFeature;
|
|
717
|
+
export declare const getSystemCaCertificateFeatureOutput: typeof import("./getSystemCaCertificateFeature").getSystemCaCertificateFeatureOutput;
|
|
715
718
|
export { GetSystemFeatureProfileArgs, GetSystemFeatureProfileResult, GetSystemFeatureProfileOutputArgs } from "./getSystemFeatureProfile";
|
|
716
719
|
export declare const getSystemFeatureProfile: typeof import("./getSystemFeatureProfile").getSystemFeatureProfile;
|
|
717
720
|
export declare const getSystemFeatureProfileOutput: typeof import("./getSystemFeatureProfile").getSystemFeatureProfileOutput;
|
|
@@ -1244,6 +1247,9 @@ export declare const SystemBasicFeature: typeof import("./systemBasicFeature").S
|
|
|
1244
1247
|
export { SystemBfdFeatureArgs, SystemBfdFeatureState } from "./systemBfdFeature";
|
|
1245
1248
|
export type SystemBfdFeature = import("./systemBfdFeature").SystemBfdFeature;
|
|
1246
1249
|
export declare const SystemBfdFeature: typeof import("./systemBfdFeature").SystemBfdFeature;
|
|
1250
|
+
export { SystemCaCertificateFeatureArgs, SystemCaCertificateFeatureState } from "./systemCaCertificateFeature";
|
|
1251
|
+
export type SystemCaCertificateFeature = import("./systemCaCertificateFeature").SystemCaCertificateFeature;
|
|
1252
|
+
export declare const SystemCaCertificateFeature: typeof import("./systemCaCertificateFeature").SystemCaCertificateFeature;
|
|
1247
1253
|
export { SystemFeatureProfileArgs, SystemFeatureProfileState } from "./systemFeatureProfile";
|
|
1248
1254
|
export type SystemFeatureProfile = import("./systemFeatureProfile").SystemFeatureProfile;
|
|
1249
1255
|
export declare const SystemFeatureProfile: typeof import("./systemFeatureProfile").SystemFeatureProfile;
|
package/index.js
CHANGED
|
@@ -24,13 +24,13 @@ exports.getPolicyObjectExtendedCommunityList = exports.getPolicyObjectExpandedCo
|
|
|
24
24
|
exports.getPolicyObjectUnifiedTlsSslDecryption = exports.getPolicyObjectUnifiedIntrusionPreventionOutput = exports.getPolicyObjectUnifiedIntrusionPrevention = exports.getPolicyObjectUnifiedAdvancedMalwareProtectionOutput = exports.getPolicyObjectUnifiedAdvancedMalwareProtection = exports.getPolicyObjectUnifiedAdvancedInspectionProfileOutput = exports.getPolicyObjectUnifiedAdvancedInspectionProfile = exports.getPolicyObjectTlocListOutput = exports.getPolicyObjectTlocList = exports.getPolicyObjectStandardCommunityListOutput = exports.getPolicyObjectStandardCommunityList = exports.getPolicyObjectSlaClassListOutput = exports.getPolicyObjectSlaClassList = exports.getPolicyObjectSecurityUrlBlockListOutput = exports.getPolicyObjectSecurityUrlBlockList = exports.getPolicyObjectSecurityUrlAllowListOutput = exports.getPolicyObjectSecurityUrlAllowList = exports.getPolicyObjectSecurityScalableGroupTagListOutput = exports.getPolicyObjectSecurityScalableGroupTagList = exports.getPolicyObjectSecurityProtocolListOutput = exports.getPolicyObjectSecurityProtocolList = exports.getPolicyObjectSecurityPortListOutput = exports.getPolicyObjectSecurityPortList = exports.getPolicyObjectSecurityLocalDomainListOutput = exports.getPolicyObjectSecurityLocalDomainList = exports.getPolicyObjectSecurityLocalApplicationListOutput = exports.getPolicyObjectSecurityLocalApplicationList = exports.getPolicyObjectSecurityIpsSignatureOutput = exports.getPolicyObjectSecurityIpsSignature = exports.getPolicyObjectSecurityIdentityListOutput = exports.getPolicyObjectSecurityIdentityList = exports.getPolicyObjectSecurityGeolocationListOutput = exports.getPolicyObjectSecurityGeolocationList = exports.getPolicyObjectSecurityFqdnListOutput = exports.getPolicyObjectSecurityFqdnList = exports.getPolicyObjectSecurityDataIpv4PrefixListOutput = exports.getPolicyObjectSecurityDataIpv4PrefixList = exports.getPolicyObjectPreferredColorGroupOutput = exports.getPolicyObjectPreferredColorGroup = exports.getPolicyObjectPolicerOutput = exports.getPolicyObjectPolicer = exports.getPolicyObjectMirrorOutput = exports.getPolicyObjectMirror = exports.getPolicyObjectIpv6PrefixListOutput = exports.getPolicyObjectIpv6PrefixList = exports.getPolicyObjectIpv4PrefixListOutput = exports.getPolicyObjectIpv4PrefixList = exports.getPolicyObjectFeatureProfileOutput = exports.getPolicyObjectFeatureProfile = exports.getPolicyObjectExtendedCommunityListOutput = void 0;
|
|
25
25
|
exports.getServiceLanVpnInterfaceEthernetFeature = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.getServiceLanVpnFeatureAssociateRoutingOspfFeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingOspfFeature = exports.getServiceLanVpnFeatureAssociateRoutingEigrpFeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingEigrpFeature = exports.getServiceLanVpnFeatureAssociateRoutingBgpFeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingBgpFeature = exports.getServiceLanVpnFeatureAssociateMulticastFeatureOutput = exports.getServiceLanVpnFeatureAssociateMulticastFeature = exports.getServiceLanVpnFeatureOutput = exports.getServiceLanVpnFeature = exports.getServiceIpv6AclFeatureOutput = exports.getServiceIpv6AclFeature = exports.getServiceIpv4AclFeatureOutput = exports.getServiceIpv4AclFeature = exports.getServiceFeatureProfileOutput = exports.getServiceFeatureProfile = exports.getServiceDhcpServerFeatureOutput = exports.getServiceDhcpServerFeature = exports.getSecurityPolicyOutput = exports.getSecurityPolicy = exports.getSecurityAppHostingFeatureTemplateOutput = exports.getSecurityAppHostingFeatureTemplate = exports.getRuleSetPolicyDefinitionOutput = exports.getRuleSetPolicyDefinition = exports.getRoutePolicyDefinitionOutput = exports.getRoutePolicyDefinition = exports.getRewriteRulePolicyDefinitionOutput = exports.getRewriteRulePolicyDefinition = exports.getRegionListPolicyObjectOutput = exports.getRegionListPolicyObject = exports.getQosMapPolicyDefinitionOutput = exports.getQosMapPolicyDefinition = exports.getProtocolListPolicyObjectOutput = exports.getProtocolListPolicyObject = exports.getPreferredColorGroupPolicyObjectOutput = exports.getPreferredColorGroupPolicyObject = exports.getPortListPolicyObjectOutput = exports.getPortListPolicyObject = exports.getPolicyObjectVpnGroupOutput = exports.getPolicyObjectVpnGroup = exports.getPolicyObjectUnifiedUrlFilteringOutput = exports.getPolicyObjectUnifiedUrlFiltering = exports.getPolicyObjectUnifiedTlsSslProfileOutput = exports.getPolicyObjectUnifiedTlsSslProfile = exports.getPolicyObjectUnifiedTlsSslDecryptionOutput = void 0;
|
|
26
26
|
exports.getStandardCommunityListPolicyObject = exports.getSlaClassPolicyObjectOutput = exports.getSlaClassPolicyObject = exports.getSiteListPolicyObjectOutput = exports.getSiteListPolicyObject = exports.getSigSecurityFeatureProfileOutput = exports.getSigSecurityFeatureProfile = exports.getServiceWirelessLanFeatureOutput = exports.getServiceWirelessLanFeature = exports.getServiceTrackerGroupFeatureOutput = exports.getServiceTrackerGroupFeature = exports.getServiceTrackerFeatureOutput = exports.getServiceTrackerFeature = exports.getServiceSwitchportFeatureOutput = exports.getServiceSwitchportFeature = exports.getServiceRoutingOspfv3Ipv6FeatureOutput = exports.getServiceRoutingOspfv3Ipv6Feature = exports.getServiceRoutingOspfv3Ipv4FeatureOutput = exports.getServiceRoutingOspfv3Ipv4Feature = exports.getServiceRoutingOspfFeatureOutput = exports.getServiceRoutingOspfFeature = exports.getServiceRoutingEigrpFeatureOutput = exports.getServiceRoutingEigrpFeature = exports.getServiceRoutingBgpFeatureOutput = exports.getServiceRoutingBgpFeature = exports.getServiceRoutePolicyFeatureOutput = exports.getServiceRoutePolicyFeature = exports.getServiceObjectTrackerGroupFeatureOutput = exports.getServiceObjectTrackerGroupFeature = exports.getServiceObjectTrackerFeatureOutput = exports.getServiceObjectTrackerFeature = exports.getServiceMulticastFeatureOutput = exports.getServiceMulticastFeature = exports.getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureOutput = exports.getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature = exports.getServiceLanVpnInterfaceSviFeatureOutput = exports.getServiceLanVpnInterfaceSviFeature = exports.getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureOutput = exports.getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature = exports.getServiceLanVpnInterfaceIpsecFeatureOutput = exports.getServiceLanVpnInterfaceIpsecFeature = exports.getServiceLanVpnInterfaceGreFeatureOutput = exports.getServiceLanVpnInterfaceGreFeature = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature = exports.getServiceLanVpnInterfaceEthernetFeatureOutput = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.
|
|
31
|
-
exports.
|
|
32
|
-
exports.
|
|
33
|
-
exports.types = exports.config = exports.ZoneListPolicyObject = exports.ZoneBasedFirewallPolicyDefinition = exports.VpnMembershipPolicyDefinition = exports.VpnListPolicyObject = exports.VpnInterfaceT1E1SerialFeatureTemplate = exports.VpnInterfaceSviFeatureTemplate = exports.VpnInterfaceMultilinkFeatureTemplate = exports.VpnInterfaceEthernetPppoeFeatureTemplate = exports.VpnInterfaceDslPppoeFeatureTemplate = exports.VpnInterfaceDslPppoaFeatureTemplate = exports.VpnInterfaceDslIpoeFeatureTemplate = exports.VpnInterfaceCellularFeatureTemplate = exports.UrlFilteringPolicyDefinition = exports.TransportWanVpnInterfaceT1E1SerialFeature = exports.TransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceIpsecFeature = exports.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceGreFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature = exports.TransportWanVpnInterfaceEthernetFeature = void 0;
|
|
27
|
+
exports.getTransportCellularControllerFeature = exports.getTrafficDataPolicyDefinitionOutput = exports.getTrafficDataPolicyDefinition = exports.getTlsSslProfilePolicyDefinitionOutput = exports.getTlsSslProfilePolicyDefinition = exports.getTlsSslDecryptionPolicyDefinitionOutput = exports.getTlsSslDecryptionPolicyDefinition = exports.getTlocListPolicyObjectOutput = exports.getTlocListPolicyObject = exports.getTagOutput = exports.getTag = exports.getSystemSnmpFeatureOutput = exports.getSystemSnmpFeature = exports.getSystemSecurityFeatureOutput = exports.getSystemSecurityFeature = exports.getSystemRemoteAccessFeatureOutput = exports.getSystemRemoteAccessFeature = exports.getSystemPerformanceMonitoringFeatureOutput = exports.getSystemPerformanceMonitoringFeature = exports.getSystemOmpFeatureOutput = exports.getSystemOmpFeature = exports.getSystemNtpFeatureOutput = exports.getSystemNtpFeature = exports.getSystemMrfFeatureOutput = exports.getSystemMrfFeature = exports.getSystemLoggingFeatureOutput = exports.getSystemLoggingFeature = exports.getSystemIpv6DeviceAccessFeatureOutput = exports.getSystemIpv6DeviceAccessFeature = exports.getSystemIpv4DeviceAccessFeatureOutput = exports.getSystemIpv4DeviceAccessFeature = exports.getSystemGlobalFeatureOutput = exports.getSystemGlobalFeature = exports.getSystemFlexiblePortSpeedFeatureOutput = exports.getSystemFlexiblePortSpeedFeature = exports.getSystemFeatureProfileOutput = exports.getSystemFeatureProfile = exports.getSystemCaCertificateFeatureOutput = exports.getSystemCaCertificateFeature = exports.getSystemBfdFeatureOutput = exports.getSystemBfdFeature = exports.getSystemBasicFeatureOutput = exports.getSystemBasicFeature = exports.getSystemBannerFeatureOutput = exports.getSystemBannerFeature = exports.getSystemAaaFeatureOutput = exports.getSystemAaaFeature = exports.getSwitchportFeatureTemplateOutput = exports.getSwitchportFeatureTemplate = exports.getStandardCommunityListPolicyObjectOutput = void 0;
|
|
28
|
+
exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceCellularFeatureOutput = exports.getTransportWanVpnInterfaceCellularFeature = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.getTransportWanVpnFeatureAssociateRoutingOspfFeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingOspfFeature = exports.getTransportWanVpnFeatureAssociateRoutingBgpFeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingBgpFeature = exports.getTransportWanVpnFeatureOutput = exports.getTransportWanVpnFeature = exports.getTransportTrackerGroupFeatureOutput = exports.getTransportTrackerGroupFeature = exports.getTransportTrackerFeatureOutput = exports.getTransportTrackerFeature = exports.getTransportT1E1ControllerFeatureOutput = exports.getTransportT1E1ControllerFeature = exports.getTransportRoutingOspfv3Ipv6FeatureOutput = exports.getTransportRoutingOspfv3Ipv6Feature = exports.getTransportRoutingOspfv3Ipv4FeatureOutput = exports.getTransportRoutingOspfv3Ipv4Feature = exports.getTransportRoutingOspfFeatureOutput = exports.getTransportRoutingOspfFeature = exports.getTransportRoutingBgpFeatureOutput = exports.getTransportRoutingBgpFeature = exports.getTransportRoutePolicyFeatureOutput = exports.getTransportRoutePolicyFeature = exports.getTransportManagementVpnInterfaceEthernetFeatureOutput = exports.getTransportManagementVpnInterfaceEthernetFeature = exports.getTransportManagementVpnFeatureOutput = exports.getTransportManagementVpnFeature = exports.getTransportIpv6TrackerGroupFeatureOutput = exports.getTransportIpv6TrackerGroupFeature = exports.getTransportIpv6TrackerFeatureOutput = exports.getTransportIpv6TrackerFeature = exports.getTransportIpv6AclFeatureOutput = exports.getTransportIpv6AclFeature = exports.getTransportIpv4AclFeatureOutput = exports.getTransportIpv4AclFeature = exports.getTransportGpsFeatureOutput = exports.getTransportGpsFeature = exports.getTransportFeatureProfileOutput = exports.getTransportFeatureProfile = exports.getTransportCellularProfileFeatureOutput = exports.getTransportCellularProfileFeature = exports.getTransportCellularControllerFeatureOutput = void 0;
|
|
29
|
+
exports.GpsFeatureTemplate = exports.getZoneListPolicyObjectOutput = exports.getZoneListPolicyObject = exports.getZoneBasedFirewallPolicyDefinitionOutput = exports.getZoneBasedFirewallPolicyDefinition = exports.getVpnMembershipPolicyDefinitionOutput = exports.getVpnMembershipPolicyDefinition = exports.getVpnListPolicyObjectOutput = exports.getVpnListPolicyObject = exports.getVpnInterfaceT1E1SerialFeatureTemplateOutput = exports.getVpnInterfaceT1E1SerialFeatureTemplate = exports.getVpnInterfaceSviFeatureTemplateOutput = exports.getVpnInterfaceSviFeatureTemplate = exports.getVpnInterfaceMultilinkFeatureTemplateOutput = exports.getVpnInterfaceMultilinkFeatureTemplate = exports.getVpnInterfaceEthernetPppoeFeatureTemplateOutput = exports.getVpnInterfaceEthernetPppoeFeatureTemplate = exports.getVpnInterfaceDslPppoeFeatureTemplateOutput = exports.getVpnInterfaceDslPppoeFeatureTemplate = exports.getVpnInterfaceDslPppoaFeatureTemplateOutput = exports.getVpnInterfaceDslPppoaFeatureTemplate = exports.getVpnInterfaceDslIpoeFeatureTemplateOutput = exports.getVpnInterfaceDslIpoeFeatureTemplate = exports.getVpnInterfaceCellularFeatureTemplateOutput = exports.getVpnInterfaceCellularFeatureTemplate = exports.getVedgeInventoryOutput = exports.getVedgeInventory = exports.getUrlFilteringPolicyDefinitionOutput = exports.getUrlFilteringPolicyDefinition = exports.getTransportWanVpnInterfaceT1E1SerialFeatureOutput = exports.getTransportWanVpnInterfaceT1E1SerialFeature = exports.getTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceIpsecFeatureOutput = exports.getTransportWanVpnInterfaceIpsecFeature = exports.getTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceGreFeatureOutput = exports.getTransportWanVpnInterfaceGreFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature = exports.getTransportWanVpnInterfaceEthernetFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeature = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureOutput = void 0;
|
|
30
|
+
exports.PolicyObjectUnifiedAdvancedInspectionProfile = exports.PolicyObjectTlocList = exports.PolicyObjectStandardCommunityList = exports.PolicyObjectSlaClassList = exports.PolicyObjectSecurityUrlBlockList = exports.PolicyObjectSecurityUrlAllowList = exports.PolicyObjectSecurityScalableGroupTagList = exports.PolicyObjectSecurityProtocolList = exports.PolicyObjectSecurityPortList = exports.PolicyObjectSecurityLocalDomainList = exports.PolicyObjectSecurityLocalApplicationList = exports.PolicyObjectSecurityIpsSignature = exports.PolicyObjectSecurityIdentityList = exports.PolicyObjectSecurityGeolocationList = exports.PolicyObjectSecurityFqdnList = exports.PolicyObjectSecurityDataIpv4PrefixList = exports.PolicyObjectPreferredColorGroup = exports.PolicyObjectPolicer = exports.PolicyObjectMirror = exports.PolicyObjectIpv6PrefixList = exports.PolicyObjectIpv4PrefixList = exports.PolicyObjectFeatureProfile = exports.PolicyObjectExtendedCommunityList = exports.PolicyObjectExpandedCommunityList = exports.PolicyObjectDataIpv6PrefixList = exports.PolicyObjectDataIpv4PrefixList = exports.PolicyObjectColorList = exports.PolicyObjectClassMap = exports.PolicyObjectAsPathList = exports.PolicyObjectApplicationList = exports.PolicyObjectAppProbeClass = exports.PolicyGroup = exports.PolicerPolicyObject = exports.OtherUcseFeature = exports.OtherThousandeyesFeature = exports.OtherFeatureProfile = exports.ObjectGroupPolicyDefinition = exports.MirrorPolicyObject = exports.MeshTopologyPolicyDefinition = exports.LocalizedPolicy = exports.LocalApplicationListPolicyObject = exports.Ipv6PrefixListPolicyObject = exports.Ipv6DeviceAclPolicyDefinition = exports.Ipv6AclPolicyDefinition = exports.Ipv4PrefixListPolicyObject = exports.Ipv4DeviceAclPolicyDefinition = exports.Ipv4AclPolicyDefinition = exports.IpsSignatureListPolicyObject = exports.IntrusionPreventionPolicyDefinition = exports.HubAndSpokeTopologyPolicyDefinition = void 0;
|
|
31
|
+
exports.SigSecurityFeatureProfile = exports.ServiceWirelessLanFeature = exports.ServiceTrackerGroupFeature = exports.ServiceTrackerFeature = exports.ServiceSwitchportFeature = exports.ServiceRoutingOspfv3Ipv6Feature = exports.ServiceRoutingOspfv3Ipv4Feature = exports.ServiceRoutingOspfFeature = exports.ServiceRoutingEigrpFeature = exports.ServiceRoutingBgpFeature = exports.ServiceRoutePolicyFeature = exports.ServiceObjectTrackerGroupFeature = exports.ServiceObjectTrackerFeature = exports.ServiceMulticastFeature = exports.ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature = exports.ServiceLanVpnInterfaceSviFeature = exports.ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature = exports.ServiceLanVpnInterfaceIpsecFeature = exports.ServiceLanVpnInterfaceGreFeature = exports.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.ServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature = exports.ServiceLanVpnInterfaceEthernetFeature = exports.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.ServiceLanVpnFeatureAssociateRoutingOspfFeature = exports.ServiceLanVpnFeatureAssociateRoutingEigrpFeature = exports.ServiceLanVpnFeatureAssociateRoutingBgpFeature = exports.ServiceLanVpnFeatureAssociateMulticastFeature = exports.ServiceLanVpnFeature = exports.ServiceIpv6AclFeature = exports.ServiceIpv4AclFeature = exports.ServiceFeatureProfile = exports.ServiceDhcpServerFeature = exports.SecurityPolicy = exports.SecurityAppHostingFeatureTemplate = exports.RuleSetPolicyDefinition = exports.RoutePolicyDefinition = exports.RewriteRulePolicyDefinition = exports.RegionListPolicyObject = exports.QosMapPolicyDefinition = exports.ProtocolListPolicyObject = exports.PreferredColorGroupPolicyObject = exports.PortListPolicyObject = exports.PolicyObjectVpnGroup = exports.PolicyObjectUnifiedUrlFiltering = exports.PolicyObjectUnifiedTlsSslProfile = exports.PolicyObjectUnifiedTlsSslDecryption = exports.PolicyObjectUnifiedIntrusionPrevention = exports.PolicyObjectUnifiedAdvancedMalwareProtection = void 0;
|
|
32
|
+
exports.TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.TransportWanVpnFeatureAssociateRoutingOspfFeature = exports.TransportWanVpnFeatureAssociateRoutingBgpFeature = exports.TransportWanVpnFeature = exports.TransportTrackerGroupFeature = exports.TransportTrackerFeature = exports.TransportT1E1ControllerFeature = exports.TransportRoutingOspfv3Ipv6Feature = exports.TransportRoutingOspfv3Ipv4Feature = exports.TransportRoutingOspfFeature = exports.TransportRoutingBgpFeature = exports.TransportRoutePolicyFeature = exports.TransportManagementVpnInterfaceEthernetFeature = exports.TransportManagementVpnFeature = exports.TransportIpv6TrackerGroupFeature = exports.TransportIpv6TrackerFeature = exports.TransportIpv6AclFeature = exports.TransportIpv4AclFeature = exports.TransportGpsFeature = exports.TransportFeatureProfile = exports.TransportCellularProfileFeature = exports.TransportCellularControllerFeature = exports.TrafficDataPolicyDefinition = exports.TlsSslProfilePolicyDefinition = exports.TlsSslDecryptionPolicyDefinition = exports.TlocListPolicyObject = exports.Tag = exports.SystemSnmpFeature = exports.SystemSecurityFeature = exports.SystemRemoteAccessFeature = exports.SystemPerformanceMonitoringFeature = exports.SystemOmpFeature = exports.SystemNtpFeature = exports.SystemMrfFeature = exports.SystemLoggingFeature = exports.SystemIpv6DeviceAccessFeature = exports.SystemIpv4DeviceAccessFeature = exports.SystemGlobalFeature = exports.SystemFlexiblePortSpeedFeature = exports.SystemFeatureProfile = exports.SystemCaCertificateFeature = exports.SystemBfdFeature = exports.SystemBasicFeature = exports.SystemBannerFeature = exports.SystemAaaFeature = exports.SwitchportFeatureTemplate = exports.StandardCommunityListPolicyObject = exports.SlaClassPolicyObject = exports.SiteListPolicyObject = void 0;
|
|
33
|
+
exports.types = exports.config = exports.ZoneListPolicyObject = exports.ZoneBasedFirewallPolicyDefinition = exports.VpnMembershipPolicyDefinition = exports.VpnListPolicyObject = exports.VpnInterfaceT1E1SerialFeatureTemplate = exports.VpnInterfaceSviFeatureTemplate = exports.VpnInterfaceMultilinkFeatureTemplate = exports.VpnInterfaceEthernetPppoeFeatureTemplate = exports.VpnInterfaceDslPppoeFeatureTemplate = exports.VpnInterfaceDslPppoaFeatureTemplate = exports.VpnInterfaceDslIpoeFeatureTemplate = exports.VpnInterfaceCellularFeatureTemplate = exports.UrlFilteringPolicyDefinition = exports.TransportWanVpnInterfaceT1E1SerialFeature = exports.TransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceIpsecFeature = exports.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceGreFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature = exports.TransportWanVpnInterfaceEthernetFeature = exports.TransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature = exports.TransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceCellularFeature = void 0;
|
|
34
34
|
const pulumi = require("@pulumi/pulumi");
|
|
35
35
|
const utilities = require("./utilities");
|
|
36
36
|
exports.ActivateCentralizedPolicy = null;
|
|
@@ -682,6 +682,9 @@ utilities.lazyLoad(exports, ["getSystemBasicFeature", "getSystemBasicFeatureOutp
|
|
|
682
682
|
exports.getSystemBfdFeature = null;
|
|
683
683
|
exports.getSystemBfdFeatureOutput = null;
|
|
684
684
|
utilities.lazyLoad(exports, ["getSystemBfdFeature", "getSystemBfdFeatureOutput"], () => require("./getSystemBfdFeature"));
|
|
685
|
+
exports.getSystemCaCertificateFeature = null;
|
|
686
|
+
exports.getSystemCaCertificateFeatureOutput = null;
|
|
687
|
+
utilities.lazyLoad(exports, ["getSystemCaCertificateFeature", "getSystemCaCertificateFeatureOutput"], () => require("./getSystemCaCertificateFeature"));
|
|
685
688
|
exports.getSystemFeatureProfile = null;
|
|
686
689
|
exports.getSystemFeatureProfileOutput = null;
|
|
687
690
|
utilities.lazyLoad(exports, ["getSystemFeatureProfile", "getSystemFeatureProfileOutput"], () => require("./getSystemFeatureProfile"));
|
|
@@ -1106,6 +1109,8 @@ exports.SystemBasicFeature = null;
|
|
|
1106
1109
|
utilities.lazyLoad(exports, ["SystemBasicFeature"], () => require("./systemBasicFeature"));
|
|
1107
1110
|
exports.SystemBfdFeature = null;
|
|
1108
1111
|
utilities.lazyLoad(exports, ["SystemBfdFeature"], () => require("./systemBfdFeature"));
|
|
1112
|
+
exports.SystemCaCertificateFeature = null;
|
|
1113
|
+
utilities.lazyLoad(exports, ["SystemCaCertificateFeature"], () => require("./systemCaCertificateFeature"));
|
|
1109
1114
|
exports.SystemFeatureProfile = null;
|
|
1110
1115
|
utilities.lazyLoad(exports, ["SystemFeatureProfile"], () => require("./systemFeatureProfile"));
|
|
1111
1116
|
exports.SystemFlexiblePortSpeedFeature = null;
|
|
@@ -1597,6 +1602,8 @@ const _module = {
|
|
|
1597
1602
|
return new exports.SystemBasicFeature(name, undefined, { urn });
|
|
1598
1603
|
case "sdwan:index/systemBfdFeature:SystemBfdFeature":
|
|
1599
1604
|
return new exports.SystemBfdFeature(name, undefined, { urn });
|
|
1605
|
+
case "sdwan:index/systemCaCertificateFeature:SystemCaCertificateFeature":
|
|
1606
|
+
return new exports.SystemCaCertificateFeature(name, undefined, { urn });
|
|
1600
1607
|
case "sdwan:index/systemFeatureProfile:SystemFeatureProfile":
|
|
1601
1608
|
return new exports.SystemFeatureProfile(name, undefined, { urn });
|
|
1602
1609
|
case "sdwan:index/systemFlexiblePortSpeedFeature:SystemFlexiblePortSpeedFeature":
|
|
@@ -1910,6 +1917,7 @@ pulumi.runtime.registerResourceModule("sdwan", "index/systemAaaFeature", _module
|
|
|
1910
1917
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemBannerFeature", _module);
|
|
1911
1918
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemBasicFeature", _module);
|
|
1912
1919
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemBfdFeature", _module);
|
|
1920
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/systemCaCertificateFeature", _module);
|
|
1913
1921
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemFeatureProfile", _module);
|
|
1914
1922
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemFlexiblePortSpeedFeature", _module);
|
|
1915
1923
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemGlobalFeature", _module);
|