@pulumi/juniper-mist 0.0.25 → 0.0.27
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/device/ap.d.ts +2 -1
- package/device/ap.js +2 -1
- package/device/ap.js.map +1 -1
- package/device/base.d.ts +6 -4
- package/device/base.js +6 -4
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +2 -1
- package/device/gateway.js +2 -1
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.d.ts +2 -1
- package/device/gatewayCluster.js +2 -1
- package/device/gatewayCluster.js.map +1 -1
- package/device/image.d.ts +75 -0
- package/device/image.js +85 -0
- package/device/image.js.map +1 -0
- package/device/index.d.ts +3 -0
- package/device/index.js +6 -1
- package/device/index.js.map +1 -1
- package/device/switch.d.ts +2 -1
- package/device/switch.js +2 -1
- package/device/switch.js.map +1 -1
- package/getConstAlarms.d.ts +40 -0
- package/getConstAlarms.js +44 -0
- package/getConstAlarms.js.map +1 -0
- package/getConstAppCategories.d.ts +4 -2
- package/getConstAppCategories.js +4 -2
- package/getConstAppCategories.js.map +1 -1
- package/getConstAppSubCategories.d.ts +4 -2
- package/getConstAppSubCategories.js +4 -2
- package/getConstAppSubCategories.js.map +1 -1
- package/getConstApplications.d.ts +4 -2
- package/getConstApplications.js +4 -2
- package/getConstApplications.js.map +1 -1
- package/getConstCountries.d.ts +4 -2
- package/getConstCountries.js +4 -2
- package/getConstCountries.js.map +1 -1
- package/getConstTrafficTypes.d.ts +4 -2
- package/getConstTrafficTypes.js +4 -2
- package/getConstTrafficTypes.js.map +1 -1
- package/getSites.d.ts +4 -2
- package/getSites.js +4 -2
- package/getSites.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/org/alarmtemplate.d.ts +103 -0
- package/org/alarmtemplate.js +84 -0
- package/org/alarmtemplate.js.map +1 -0
- package/org/apitoken.d.ts +93 -0
- package/org/apitoken.js +73 -0
- package/org/apitoken.js.map +1 -0
- package/org/base.d.ts +6 -2
- package/org/base.js +6 -2
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +4 -1
- package/org/deviceprofileAp.js +4 -1
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileAssign.d.ts +2 -1
- package/org/deviceprofileAssign.js +2 -1
- package/org/deviceprofileAssign.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +4 -1
- package/org/deviceprofileGateway.js +4 -1
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/gatewaytemplate.d.ts +2 -1
- package/org/gatewaytemplate.js +2 -1
- package/org/gatewaytemplate.js.map +1 -1
- package/org/getDeviceprofilesAp.d.ts +4 -2
- package/org/getDeviceprofilesAp.js +4 -2
- package/org/getDeviceprofilesAp.js.map +1 -1
- package/org/getDeviceprofilesGateway.d.ts +4 -2
- package/org/getDeviceprofilesGateway.js +4 -2
- package/org/getDeviceprofilesGateway.js.map +1 -1
- package/org/getGatewaytemplates.d.ts +4 -2
- package/org/getGatewaytemplates.js +4 -2
- package/org/getGatewaytemplates.js.map +1 -1
- package/org/getIdpprofiles.d.ts +4 -2
- package/org/getIdpprofiles.js +4 -2
- package/org/getIdpprofiles.js.map +1 -1
- package/org/getNacidpMetadata.d.ts +64 -0
- package/org/getNacidpMetadata.js +56 -0
- package/org/getNacidpMetadata.js.map +1 -0
- package/org/getNacrules.d.ts +4 -2
- package/org/getNacrules.js +4 -2
- package/org/getNacrules.js.map +1 -1
- package/org/getNactags.d.ts +4 -2
- package/org/getNactags.js +4 -2
- package/org/getNactags.js.map +1 -1
- package/org/getNetworks.d.ts +4 -2
- package/org/getNetworks.js +4 -2
- package/org/getNetworks.js.map +1 -1
- package/org/getNetworktemplates.d.ts +4 -2
- package/org/getNetworktemplates.js +4 -2
- package/org/getNetworktemplates.js.map +1 -1
- package/org/getPsks.d.ts +4 -2
- package/org/getPsks.js +4 -2
- package/org/getPsks.js.map +1 -1
- package/org/getRftemplates.d.ts +4 -2
- package/org/getRftemplates.js +4 -2
- package/org/getRftemplates.js.map +1 -1
- package/org/getServicepolicies.d.ts +4 -2
- package/org/getServicepolicies.js +4 -2
- package/org/getServicepolicies.js.map +1 -1
- package/org/getServices.d.ts +4 -2
- package/org/getServices.js +4 -2
- package/org/getServices.js.map +1 -1
- package/org/getSitegroups.d.ts +4 -2
- package/org/getSitegroups.js +4 -2
- package/org/getSitegroups.js.map +1 -1
- package/org/getSsoMetadata.d.ts +64 -0
- package/org/getSsoMetadata.js +56 -0
- package/org/getSsoMetadata.js.map +1 -0
- package/org/getWlantemplates.d.ts +4 -2
- package/org/getWlantemplates.js +4 -2
- package/org/getWlantemplates.js.map +1 -1
- package/org/getWxtags.d.ts +4 -2
- package/org/getWxtags.js +4 -2
- package/org/getWxtags.js.map +1 -1
- package/org/idpprofile.d.ts +2 -1
- package/org/idpprofile.js +2 -1
- package/org/idpprofile.js.map +1 -1
- package/org/index.d.ts +21 -0
- package/org/index.js +33 -2
- package/org/index.js.map +1 -1
- package/org/inventory.d.ts +2 -1
- package/org/inventory.js +2 -1
- package/org/inventory.js.map +1 -1
- package/org/nacidp.d.ts +385 -0
- package/org/nacidp.js +171 -0
- package/org/nacidp.js.map +1 -0
- package/org/nacrule.d.ts +2 -1
- package/org/nacrule.js +2 -1
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +2 -1
- package/org/nactag.js +2 -1
- package/org/nactag.js.map +1 -1
- package/org/network.d.ts +2 -1
- package/org/network.js +2 -1
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +2 -1
- package/org/networktemplate.js +2 -1
- package/org/networktemplate.js.map +1 -1
- package/org/rftemplate.d.ts +2 -1
- package/org/rftemplate.js +2 -1
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +2 -1
- package/org/service.js +2 -1
- package/org/service.js.map +1 -1
- package/org/servicepolicy.d.ts +2 -1
- package/org/servicepolicy.js +2 -1
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +11 -19
- package/org/setting.js +8 -19
- package/org/setting.js.map +1 -1
- package/org/sitegroup.d.ts +2 -1
- package/org/sitegroup.js +2 -1
- package/org/sitegroup.js.map +1 -1
- package/org/sso.d.ts +264 -0
- package/org/sso.js +128 -0
- package/org/sso.js.map +1 -0
- package/org/ssoRole.d.ts +63 -0
- package/org/ssoRole.js +75 -0
- package/org/ssoRole.js.map +1 -0
- package/org/wlan.d.ts +2 -1
- package/org/wlan.js +2 -1
- package/org/wlan.js.map +1 -1
- package/org/wlanPortalImage.d.ts +2 -1
- package/org/wlanPortalImage.js +2 -1
- package/org/wlanPortalImage.js.map +1 -1
- package/org/wlanPortalTemplate.d.ts +2 -1
- package/org/wlanPortalTemplate.js +2 -1
- package/org/wlanPortalTemplate.js.map +1 -1
- package/org/wlantemplate.d.ts +2 -1
- package/org/wlantemplate.js +2 -1
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.d.ts +11 -10
- package/org/wxrule.js +2 -1
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +2 -1
- package/org/wxtag.js +2 -1
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/site/base.d.ts +6 -4
- package/site/base.js +6 -4
- package/site/base.js.map +1 -1
- package/site/getPsks.d.ts +4 -2
- package/site/getPsks.js +4 -2
- package/site/getPsks.js.map +1 -1
- package/site/networktemplate.d.ts +2 -1
- package/site/networktemplate.js +2 -1
- package/site/networktemplate.js.map +1 -1
- package/site/setting.d.ts +2 -1
- package/site/setting.js +2 -1
- package/site/setting.js.map +1 -1
- package/site/wlan.d.ts +2 -1
- package/site/wlan.js +2 -1
- package/site/wlan.js.map +1 -1
- package/site/wlanPortalImage.d.ts +2 -1
- package/site/wlanPortalImage.js +2 -1
- package/site/wlanPortalImage.js.map +1 -1
- package/site/wlanPortalTemplate.d.ts +2 -1
- package/site/wlanPortalTemplate.js +2 -1
- package/site/wlanPortalTemplate.js.map +1 -1
- package/site/wxrule.d.ts +11 -22
- package/site/wxrule.js +2 -3
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +2 -1
- package/site/wxtag.js +2 -1
- package/site/wxtag.js.map +1 -1
- package/types/input.d.ts +94 -3
- package/types/output.d.ts +111 -2
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides the NAC IDP Metadata information.
|
|
4
|
+
* The provided information (`entityId`, `acsUrl`, `logoutUrl` and `metadata`) are the informationrequired to configure the IDP
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
11
|
+
*
|
|
12
|
+
* const samlIdp = junipermist.org.getNacidpMetadata({
|
|
13
|
+
* orgId: terraformTest.id,
|
|
14
|
+
* nacidpId: samlIdpOne.id,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getNacidpMetadata(args: GetNacidpMetadataArgs, opts?: pulumi.InvokeOptions): Promise<GetNacidpMetadataResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getNacidpMetadata.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetNacidpMetadataArgs {
|
|
23
|
+
nacidpId: string;
|
|
24
|
+
orgId: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getNacidpMetadata.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetNacidpMetadataResult {
|
|
30
|
+
readonly acsUrl: string;
|
|
31
|
+
readonly entityId: string;
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
readonly logoutUrl: string;
|
|
37
|
+
readonly metadata: string;
|
|
38
|
+
readonly nacidpId: string;
|
|
39
|
+
readonly orgId: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides the NAC IDP Metadata information.
|
|
43
|
+
* The provided information (`entityId`, `acsUrl`, `logoutUrl` and `metadata`) are the informationrequired to configure the IDP
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
50
|
+
*
|
|
51
|
+
* const samlIdp = junipermist.org.getNacidpMetadata({
|
|
52
|
+
* orgId: terraformTest.id,
|
|
53
|
+
* nacidpId: samlIdpOne.id,
|
|
54
|
+
* });
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
export declare function getNacidpMetadataOutput(args: GetNacidpMetadataOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNacidpMetadataResult>;
|
|
58
|
+
/**
|
|
59
|
+
* A collection of arguments for invoking getNacidpMetadata.
|
|
60
|
+
*/
|
|
61
|
+
export interface GetNacidpMetadataOutputArgs {
|
|
62
|
+
nacidpId: pulumi.Input<string>;
|
|
63
|
+
orgId: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.getNacidpMetadataOutput = exports.getNacidpMetadata = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the NAC IDP Metadata information.
|
|
10
|
+
* The provided information (`entityId`, `acsUrl`, `logoutUrl` and `metadata`) are the informationrequired to configure the IDP
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
17
|
+
*
|
|
18
|
+
* const samlIdp = junipermist.org.getNacidpMetadata({
|
|
19
|
+
* orgId: terraformTest.id,
|
|
20
|
+
* nacidpId: samlIdpOne.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getNacidpMetadata(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("junipermist:org/getNacidpMetadata:getNacidpMetadata", {
|
|
27
|
+
"nacidpId": args.nacidpId,
|
|
28
|
+
"orgId": args.orgId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getNacidpMetadata = getNacidpMetadata;
|
|
32
|
+
/**
|
|
33
|
+
* This data source provides the NAC IDP Metadata information.
|
|
34
|
+
* The provided information (`entityId`, `acsUrl`, `logoutUrl` and `metadata`) are the informationrequired to configure the IDP
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
41
|
+
*
|
|
42
|
+
* const samlIdp = junipermist.org.getNacidpMetadata({
|
|
43
|
+
* orgId: terraformTest.id,
|
|
44
|
+
* nacidpId: samlIdpOne.id,
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function getNacidpMetadataOutput(args, opts) {
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getNacidpMetadata:getNacidpMetadata", {
|
|
51
|
+
"nacidpId": args.nacidpId,
|
|
52
|
+
"orgId": args.orgId,
|
|
53
|
+
}, opts);
|
|
54
|
+
}
|
|
55
|
+
exports.getNacidpMetadataOutput = getNacidpMetadataOutput;
|
|
56
|
+
//# sourceMappingURL=getNacidpMetadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNacidpMetadata.js","sourceRoot":"","sources":["../../org/getNacidpMetadata.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AAyBD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
|
package/org/getNacrules.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of NAC Rules (Auth Policies).
|
|
4
|
+
* This data source provides the list of NAC Rules (Auth Policies).
|
|
5
|
+
* A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetNacrulesResult {
|
|
|
33
34
|
readonly orgNacrules: outputs.org.GetNacrulesOrgNacrule[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of NAC Rules (Auth Policies).
|
|
37
|
+
* This data source provides the list of NAC Rules (Auth Policies).
|
|
38
|
+
* A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/org/getNacrules.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getNacrulesOutput = exports.getNacrules = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of NAC Rules (Auth Policies).
|
|
9
|
+
* This data source provides the list of NAC Rules (Auth Policies).
|
|
10
|
+
* A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getNacrules(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getNacrules = getNacrules;
|
|
29
30
|
/**
|
|
30
|
-
* This data source provides the list of NAC Rules (Auth Policies).
|
|
31
|
+
* This data source provides the list of NAC Rules (Auth Policies).
|
|
32
|
+
* A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
package/org/getNacrules.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNacrules.js","sourceRoot":"","sources":["../../org/getNacrules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getNacrules.js","sourceRoot":"","sources":["../../org/getNacrules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/org/getNactags.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
4
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
5
|
+
* The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -43,7 +44,8 @@ export interface GetNactagsResult {
|
|
|
43
44
|
readonly type?: string;
|
|
44
45
|
}
|
|
45
46
|
/**
|
|
46
|
-
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
47
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
48
|
+
* The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
47
49
|
*
|
|
48
50
|
* ## Example Usage
|
|
49
51
|
*
|
package/org/getNactags.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getNactagsOutput = exports.getNactags = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
9
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
10
|
+
* The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -32,7 +33,8 @@ function getNactags(args, opts) {
|
|
|
32
33
|
}
|
|
33
34
|
exports.getNactags = getNactags;
|
|
34
35
|
/**
|
|
35
|
-
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
36
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).
|
|
37
|
+
* The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
36
38
|
*
|
|
37
39
|
* ## Example Usage
|
|
38
40
|
*
|
package/org/getNactags.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNactags.js","sourceRoot":"","sources":["../../org/getNactags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getNactags.js","sourceRoot":"","sources":["../../org/getNactags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA8BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC"}
|
package/org/getNetworks.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of WAN Assurance Networks.
|
|
4
|
+
* This data source provides the list of WAN Assurance Networks.
|
|
5
|
+
* The Networks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetNetworksResult {
|
|
|
33
34
|
readonly orgNetworks: outputs.org.GetNetworksOrgNetwork[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of WAN Assurance Networks.
|
|
37
|
+
* This data source provides the list of WAN Assurance Networks.
|
|
38
|
+
* The Networks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/org/getNetworks.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getNetworksOutput = exports.getNetworks = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of WAN Assurance Networks.
|
|
9
|
+
* This data source provides the list of WAN Assurance Networks.
|
|
10
|
+
* The Networks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getNetworks(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getNetworks = getNetworks;
|
|
29
30
|
/**
|
|
30
|
-
* This data source provides the list of WAN Assurance Networks.
|
|
31
|
+
* This data source provides the list of WAN Assurance Networks.
|
|
32
|
+
* The Networks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
package/org/getNetworks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworks.js","sourceRoot":"","sources":["../../org/getNetworks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getNetworks.js","sourceRoot":"","sources":["../../org/getNetworks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of Org Network Templates (Switch templates).
|
|
4
|
+
* This data source provides the list of Org Network Templates (Switch templates).
|
|
5
|
+
* A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings. Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetNetworktemplatesResult {
|
|
|
33
34
|
readonly orgNetworktemplates: outputs.org.GetNetworktemplatesOrgNetworktemplate[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of Org Network Templates (Switch templates).
|
|
37
|
+
* This data source provides the list of Org Network Templates (Switch templates).
|
|
38
|
+
* A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings. Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
|
@@ -6,7 +6,8 @@ exports.getNetworktemplatesOutput = exports.getNetworktemplates = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of Org Network Templates (Switch templates).
|
|
9
|
+
* This data source provides the list of Org Network Templates (Switch templates).
|
|
10
|
+
* A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings. Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getNetworktemplates(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getNetworktemplates = getNetworktemplates;
|
|
29
30
|
/**
|
|
30
|
-
* This data source provides the list of Org Network Templates (Switch templates).
|
|
31
|
+
* This data source provides the list of Org Network Templates (Switch templates).
|
|
32
|
+
* A network template is a predefined configuration that provides a consistent and reusable set of network settings for devices within an organization. It includes various parameters such as ip addressing, vlan configurations, routing protocols, security policies, and other network-specific settings. Network templates simplify the deployment and management of switches by ensuring consistent configurations across multiple devices and sites. They help enforce standardization, reduce human error, and streamline troubleshooting and maintenance tasks.
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworktemplates.js","sourceRoot":"","sources":["../../org/getNetworktemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getNetworktemplates.js","sourceRoot":"","sources":["../../org/getNetworktemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;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,yDAAyD,EAAE;QACpF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
package/org/getPsks.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of WAN Assurance Psks.
|
|
4
|
+
* This data source provides the list of WAN Assurance Psks.
|
|
5
|
+
* The Psks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -44,7 +45,8 @@ export interface GetPsksResult {
|
|
|
44
45
|
readonly ssid?: string;
|
|
45
46
|
}
|
|
46
47
|
/**
|
|
47
|
-
* This data source provides the list of WAN Assurance Psks.
|
|
48
|
+
* This data source provides the list of WAN Assurance Psks.
|
|
49
|
+
* The Psks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
48
50
|
*
|
|
49
51
|
* ## Example Usage
|
|
50
52
|
*
|
package/org/getPsks.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getPsksOutput = exports.getPsks = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of WAN Assurance Psks.
|
|
9
|
+
* This data source provides the list of WAN Assurance Psks.
|
|
10
|
+
* The Psks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -33,7 +34,8 @@ function getPsks(args, opts) {
|
|
|
33
34
|
}
|
|
34
35
|
exports.getPsks = getPsks;
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of WAN Assurance Psks.
|
|
37
|
+
* This data source provides the list of WAN Assurance Psks.
|
|
38
|
+
* The Psks are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/org/getPsks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPsks.js","sourceRoot":"","sources":["../../org/getPsks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getPsks.js","sourceRoot":"","sources":["../../org/getPsks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AA8BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC"}
|
package/org/getRftemplates.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This resource provides the list of RF Templates.
|
|
4
|
+
* This resource provides the list of RF Templates.
|
|
5
|
+
* The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetRftemplatesResult {
|
|
|
33
34
|
readonly orgRftemplates: outputs.org.GetRftemplatesOrgRftemplate[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This resource provides the list of RF Templates.
|
|
37
|
+
* This resource provides the list of RF Templates.
|
|
38
|
+
* The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/org/getRftemplates.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getRftemplatesOutput = exports.getRftemplates = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This resource provides the list of RF Templates.
|
|
9
|
+
* This resource provides the list of RF Templates.
|
|
10
|
+
* The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getRftemplates(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getRftemplates = getRftemplates;
|
|
29
30
|
/**
|
|
30
|
-
* This resource provides the list of RF Templates.
|
|
31
|
+
* This resource provides the list of RF Templates.
|
|
32
|
+
* The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRftemplates.js","sourceRoot":"","sources":["../../org/getRftemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getRftemplates.js","sourceRoot":"","sources":["../../org/getRftemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
4
|
+
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
5
|
+
* The Service Policies are used in the `servicepolicyPolicies` from the Gateway configuration and Gateway templates.They can be used to manage common policies betweeen multiples configurations
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetServicepoliciesResult {
|
|
|
33
34
|
readonly orgServicepolicies: outputs.org.GetServicepoliciesOrgServicepolicy[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
37
|
+
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
38
|
+
* The Service Policies are used in the `servicepolicyPolicies` from the Gateway configuration and Gateway templates.They can be used to manage common policies betweeen multiples configurations
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
|
@@ -6,7 +6,8 @@ exports.getServicepoliciesOutput = exports.getServicepolicies = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
9
|
+
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
10
|
+
* The Service Policies are used in the `servicepolicyPolicies` from the Gateway configuration and Gateway templates.They can be used to manage common policies betweeen multiples configurations
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getServicepolicies(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getServicepolicies = getServicepolicies;
|
|
29
30
|
/**
|
|
30
|
-
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
31
|
+
* This data source provides the list of WAN Assurance Service Policies (Application Policiess).
|
|
32
|
+
* The Service Policies are used in the `servicepolicyPolicies` from the Gateway configuration and Gateway templates.They can be used to manage common policies betweeen multiples configurations
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServicepolicies.js","sourceRoot":"","sources":["../../org/getServicepolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getServicepolicies.js","sourceRoot":"","sources":["../../org/getServicepolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;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,uDAAuD,EAAE;QACxF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
package/org/getServices.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of WAN Assurance Services (Applications).
|
|
4
|
+
* This data source provides the list of WAN Assurance Services (Applications).
|
|
5
|
+
* The Services are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetServicesResult {
|
|
|
33
34
|
readonly orgServices: outputs.org.GetServicesOrgService[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of WAN Assurance Services (Applications).
|
|
37
|
+
* This data source provides the list of WAN Assurance Services (Applications).
|
|
38
|
+
* The Services are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/org/getServices.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getServicesOutput = exports.getServices = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of WAN Assurance Services (Applications).
|
|
9
|
+
* This data source provides the list of WAN Assurance Services (Applications).
|
|
10
|
+
* The Services are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getServices(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getServices = getServices;
|
|
29
30
|
/**
|
|
30
|
-
* This data source provides the list of WAN Assurance Services (Applications).
|
|
31
|
+
* This data source provides the list of WAN Assurance Services (Applications).
|
|
32
|
+
* The Services are used in the `servicePolicies` from the Gateway configuration and Gateway templates
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
package/org/getServices.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServices.js","sourceRoot":"","sources":["../../org/getServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getServices.js","sourceRoot":"","sources":["../../org/getServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/org/getSitegroups.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the list of Org Site Groups (sitegroups).
|
|
4
|
+
* This data source provides the list of Org Site Groups (sitegroups).
|
|
5
|
+
* A site group is a feature that allows users to group multiple sites together based on regions, functions, or other parameters for efficient management of devices. Sites can exist in multiple groups simultaneously, and site groups can be used to ensure consistent settings, manage administrator access, and apply specific templates to groups of sites.
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetSitegroupsResult {
|
|
|
33
34
|
readonly orgSitegroups: outputs.org.GetSitegroupsOrgSitegroup[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This data source provides the list of Org Site Groups (sitegroups).
|
|
37
|
+
* This data source provides the list of Org Site Groups (sitegroups).
|
|
38
|
+
* A site group is a feature that allows users to group multiple sites together based on regions, functions, or other parameters for efficient management of devices. Sites can exist in multiple groups simultaneously, and site groups can be used to ensure consistent settings, manage administrator access, and apply specific templates to groups of sites.
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/org/getSitegroups.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getSitegroupsOutput = exports.getSitegroups = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the list of Org Site Groups (sitegroups).
|
|
9
|
+
* This data source provides the list of Org Site Groups (sitegroups).
|
|
10
|
+
* A site group is a feature that allows users to group multiple sites together based on regions, functions, or other parameters for efficient management of devices. Sites can exist in multiple groups simultaneously, and site groups can be used to ensure consistent settings, manage administrator access, and apply specific templates to groups of sites.
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getSitegroups(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getSitegroups = getSitegroups;
|
|
29
30
|
/**
|
|
30
|
-
* This data source provides the list of Org Site Groups (sitegroups).
|
|
31
|
+
* This data source provides the list of Org Site Groups (sitegroups).
|
|
32
|
+
* A site group is a feature that allows users to group multiple sites together based on regions, functions, or other parameters for efficient management of devices. Sites can exist in multiple groups simultaneously, and site groups can be used to ensure consistent settings, manage administrator access, and apply specific templates to groups of sites.
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
package/org/getSitegroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSitegroups.js","sourceRoot":"","sources":["../../org/getSitegroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getSitegroups.js","sourceRoot":"","sources":["../../org/getSitegroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAoBD;;;;;;;;;;;;;;GAcG;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,YAAY,CAAC,6CAA6C,EAAE;QAC9E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|