@pulumi/ise 0.2.9 → 0.2.10-alpha.1771542135
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/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/profiling/getProfilerProfile.d.ts +78 -0
- package/profiling/getProfilerProfile.js +54 -0
- package/profiling/getProfilerProfile.js.map +1 -0
- package/profiling/index.d.ts +3 -0
- package/profiling/index.js +10 -0
- package/profiling/index.js.map +1 -0
package/index.d.ts
CHANGED
|
@@ -4,7 +4,8 @@ import * as deviceadmin from "./deviceadmin";
|
|
|
4
4
|
import * as identitymanagement from "./identitymanagement";
|
|
5
5
|
import * as network from "./network";
|
|
6
6
|
import * as networkaccess from "./networkaccess";
|
|
7
|
+
import * as profiling from "./profiling";
|
|
7
8
|
import * as system from "./system";
|
|
8
9
|
import * as trustsec from "./trustsec";
|
|
9
10
|
import * as types from "./types";
|
|
10
|
-
export { config, deviceadmin, identitymanagement, network, networkaccess, system, trustsec, types, };
|
|
11
|
+
export { config, deviceadmin, identitymanagement, network, networkaccess, profiling, system, trustsec, types, };
|
package/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.types = exports.trustsec = exports.system = exports.networkaccess = exports.network = exports.identitymanagement = exports.deviceadmin = exports.config = void 0;
|
|
19
|
+
exports.types = exports.trustsec = exports.system = exports.profiling = exports.networkaccess = exports.network = exports.identitymanagement = exports.deviceadmin = exports.config = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("./utilities");
|
|
22
22
|
// Export members:
|
|
@@ -33,6 +33,8 @@ const network = require("./network");
|
|
|
33
33
|
exports.network = network;
|
|
34
34
|
const networkaccess = require("./networkaccess");
|
|
35
35
|
exports.networkaccess = networkaccess;
|
|
36
|
+
const profiling = require("./profiling");
|
|
37
|
+
exports.profiling = profiling;
|
|
36
38
|
const system = require("./system");
|
|
37
39
|
exports.system = system;
|
|
38
40
|
const trustsec = require("./trustsec");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,mCAAmC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,mCAAmC;AAW/B,wBAAM;AAVV,6CAA6C;AAWzC,kCAAW;AAVf,2DAA2D;AAWvD,gDAAkB;AAVtB,qCAAqC;AAWjC,0BAAO;AAVX,iDAAiD;AAW7C,sCAAa;AAVjB,yCAAyC;AAWrC,8BAAS;AAVb,mCAAmC;AAW/B,wBAAM;AAVV,uCAAuC;AAWnC,4BAAQ;AAVZ,iCAAiC;AAW7B,sBAAK;AAET,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,KAAK,EAAE;IAC1C,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,sBAAsB,EAAE;YACjC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ise",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10-alpha.1771542135",
|
|
4
4
|
"description": "A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.. Based on terraform-provider-ise: version v0.2.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "ise",
|
|
27
|
-
"version": "0.2.
|
|
27
|
+
"version": "0.2.10-alpha.1771542135"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source can read profiling policies.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as ise from "@pulumi/ise";
|
|
10
|
+
*
|
|
11
|
+
* const example = ise.profiling.getProfilerProfile({
|
|
12
|
+
* name: "Polycom-Device",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getProfilerProfile(args?: GetProfilerProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetProfilerProfileResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getProfilerProfile.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetProfilerProfileArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The id of the object
|
|
23
|
+
*/
|
|
24
|
+
id?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Profile name
|
|
27
|
+
*/
|
|
28
|
+
name?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getProfilerProfile.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetProfilerProfileResult {
|
|
34
|
+
/**
|
|
35
|
+
* Description
|
|
36
|
+
*/
|
|
37
|
+
readonly description: string;
|
|
38
|
+
/**
|
|
39
|
+
* The id of the object
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
/**
|
|
43
|
+
* Profile name
|
|
44
|
+
*/
|
|
45
|
+
readonly name: string;
|
|
46
|
+
/**
|
|
47
|
+
* Parent ID
|
|
48
|
+
*/
|
|
49
|
+
readonly parentId: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* This data source can read profiling policies.
|
|
53
|
+
*
|
|
54
|
+
* ## Example Usage
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as ise from "@pulumi/ise";
|
|
59
|
+
*
|
|
60
|
+
* const example = ise.profiling.getProfilerProfile({
|
|
61
|
+
* name: "Polycom-Device",
|
|
62
|
+
* });
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
export declare function getProfilerProfileOutput(args?: GetProfilerProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProfilerProfileResult>;
|
|
66
|
+
/**
|
|
67
|
+
* A collection of arguments for invoking getProfilerProfile.
|
|
68
|
+
*/
|
|
69
|
+
export interface GetProfilerProfileOutputArgs {
|
|
70
|
+
/**
|
|
71
|
+
* The id of the object
|
|
72
|
+
*/
|
|
73
|
+
id?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Profile name
|
|
76
|
+
*/
|
|
77
|
+
name?: pulumi.Input<string>;
|
|
78
|
+
}
|
|
@@ -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.getProfilerProfileOutput = exports.getProfilerProfile = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source can read profiling policies.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as ise from "@pulumi/ise";
|
|
16
|
+
*
|
|
17
|
+
* const example = ise.profiling.getProfilerProfile({
|
|
18
|
+
* name: "Polycom-Device",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getProfilerProfile(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("ise:profiling/getProfilerProfile:getProfilerProfile", {
|
|
26
|
+
"id": args.id,
|
|
27
|
+
"name": args.name,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getProfilerProfile = getProfilerProfile;
|
|
31
|
+
/**
|
|
32
|
+
* This data source can read profiling policies.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as ise from "@pulumi/ise";
|
|
39
|
+
*
|
|
40
|
+
* const example = ise.profiling.getProfilerProfile({
|
|
41
|
+
* name: "Polycom-Device",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
function getProfilerProfileOutput(args, opts) {
|
|
46
|
+
args = args || {};
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invokeOutput("ise:profiling/getProfilerProfile:getProfilerProfile", {
|
|
49
|
+
"id": args.id,
|
|
50
|
+
"name": args.name,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getProfilerProfileOutput = getProfilerProfileOutput;
|
|
54
|
+
//# sourceMappingURL=getProfilerProfile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProfilerProfile.js","sourceRoot":"","sources":["../../profiling/getProfilerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAqCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { GetProfilerProfileArgs, GetProfilerProfileResult, GetProfilerProfileOutputArgs } from "./getProfilerProfile";
|
|
2
|
+
export declare const getProfilerProfile: typeof import("./getProfilerProfile").getProfilerProfile;
|
|
3
|
+
export declare const getProfilerProfileOutput: typeof import("./getProfilerProfile").getProfilerProfileOutput;
|
|
@@ -0,0 +1,10 @@
|
|
|
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.getProfilerProfileOutput = exports.getProfilerProfile = void 0;
|
|
6
|
+
const utilities = require("../utilities");
|
|
7
|
+
exports.getProfilerProfile = null;
|
|
8
|
+
exports.getProfilerProfileOutput = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["getProfilerProfile", "getProfilerProfileOutput"], () => require("./getProfilerProfile"));
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../profiling/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,0CAA0C;AAI7B,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC"}
|