@pulumi/sdwan 0.9.0 → 0.9.1-alpha.1782449055

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.
Files changed (88) hide show
  1. package/activateTopologyGroup.d.ts +65 -0
  2. package/activateTopologyGroup.d.ts.map +1 -0
  3. package/activateTopologyGroup.js +81 -0
  4. package/activateTopologyGroup.js.map +1 -0
  5. package/cloudProviderSettings.d.ts +1 -1
  6. package/cloudProviderSettings.js +1 -1
  7. package/customApplication.d.ts +176 -0
  8. package/customApplication.d.ts.map +1 -0
  9. package/customApplication.js +122 -0
  10. package/customApplication.js.map +1 -0
  11. package/getCustomApplication.d.ts +92 -0
  12. package/getCustomApplication.d.ts.map +1 -0
  13. package/getCustomApplication.js +73 -0
  14. package/getCustomApplication.js.map +1 -0
  15. package/getSseCiscoFeature.d.ts +130 -0
  16. package/getSseCiscoFeature.d.ts.map +1 -0
  17. package/getSseCiscoFeature.js +79 -0
  18. package/getSseCiscoFeature.js.map +1 -0
  19. package/getSseFeatureProfile.d.ts +67 -0
  20. package/getSseFeatureProfile.d.ts.map +1 -0
  21. package/getSseFeatureProfile.js +73 -0
  22. package/getSseFeatureProfile.js.map +1 -0
  23. package/getSseZscalerFeature.d.ts +283 -0
  24. package/getSseZscalerFeature.d.ts.map +1 -0
  25. package/getSseZscalerFeature.js +79 -0
  26. package/getSseZscalerFeature.js.map +1 -0
  27. package/getTopologyCustomControlFeature.d.ts +101 -0
  28. package/getTopologyCustomControlFeature.d.ts.map +1 -0
  29. package/getTopologyCustomControlFeature.js +77 -0
  30. package/getTopologyCustomControlFeature.js.map +1 -0
  31. package/getTopologyFeatureProfile.d.ts +67 -0
  32. package/getTopologyFeatureProfile.d.ts.map +1 -0
  33. package/getTopologyFeatureProfile.js +73 -0
  34. package/getTopologyFeatureProfile.js.map +1 -0
  35. package/getTopologyGroup.d.ts +75 -0
  36. package/getTopologyGroup.d.ts.map +1 -0
  37. package/getTopologyGroup.js +73 -0
  38. package/getTopologyGroup.js.map +1 -0
  39. package/getTopologyHubSpokeFeature.d.ts +92 -0
  40. package/getTopologyHubSpokeFeature.d.ts.map +1 -0
  41. package/getTopologyHubSpokeFeature.js +77 -0
  42. package/getTopologyHubSpokeFeature.js.map +1 -0
  43. package/getTopologyMeshFeature.d.ts +87 -0
  44. package/getTopologyMeshFeature.d.ts.map +1 -0
  45. package/getTopologyMeshFeature.js +77 -0
  46. package/getTopologyMeshFeature.js.map +1 -0
  47. package/index.d.ts +57 -0
  48. package/index.d.ts.map +1 -1
  49. package/index.js +93 -15
  50. package/index.js.map +1 -1
  51. package/package.json +2 -2
  52. package/sseCiscoFeature.d.ts +251 -0
  53. package/sseCiscoFeature.d.ts.map +1 -0
  54. package/sseCiscoFeature.js +162 -0
  55. package/sseCiscoFeature.js.map +1 -0
  56. package/sseFeatureProfile.d.ts +85 -0
  57. package/sseFeatureProfile.d.ts.map +1 -0
  58. package/sseFeatureProfile.js +101 -0
  59. package/sseFeatureProfile.js.map +1 -0
  60. package/sseZscalerFeature.d.ts +828 -0
  61. package/sseZscalerFeature.d.ts.map +1 -0
  62. package/sseZscalerFeature.js +256 -0
  63. package/sseZscalerFeature.js.map +1 -0
  64. package/systemOmpFeature.d.ts +6 -6
  65. package/topologyCustomControlFeature.d.ts +237 -0
  66. package/topologyCustomControlFeature.d.ts.map +1 -0
  67. package/topologyCustomControlFeature.js +157 -0
  68. package/topologyCustomControlFeature.js.map +1 -0
  69. package/topologyFeatureProfile.d.ts +85 -0
  70. package/topologyFeatureProfile.d.ts.map +1 -0
  71. package/topologyFeatureProfile.js +101 -0
  72. package/topologyFeatureProfile.js.map +1 -0
  73. package/topologyGroup.d.ts +114 -0
  74. package/topologyGroup.d.ts.map +1 -0
  75. package/topologyGroup.js +110 -0
  76. package/topologyGroup.js.map +1 -0
  77. package/topologyHubSpokeFeature.d.ts +138 -0
  78. package/topologyHubSpokeFeature.d.ts.map +1 -0
  79. package/topologyHubSpokeFeature.js +133 -0
  80. package/topologyHubSpokeFeature.js.map +1 -0
  81. package/topologyMeshFeature.d.ts +116 -0
  82. package/topologyMeshFeature.d.ts.map +1 -0
  83. package/topologyMeshFeature.js +120 -0
  84. package/topologyMeshFeature.js.map +1 -0
  85. package/types/input.d.ts +1132 -128
  86. package/types/input.d.ts.map +1 -1
  87. package/types/output.d.ts +7183 -5300
  88. package/types/output.d.ts.map +1 -1
@@ -0,0 +1,65 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource can activate a topology group. Only one topology group can be active at a time.
4
+ * - Minimum SD-WAN Manager version: `20.15.0`
5
+ */
6
+ export declare class ActivateTopologyGroup extends pulumi.CustomResource {
7
+ /**
8
+ * Get an existing ActivateTopologyGroup resource's state with the given name, ID, and optional extra
9
+ * properties used to qualify the lookup.
10
+ *
11
+ * @param name The _unique_ name of the resulting resource.
12
+ * @param id The _unique_ provider ID of the resource to lookup.
13
+ * @param state Any extra arguments used during the lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ActivateTopologyGroupState, opts?: pulumi.CustomResourceOptions): ActivateTopologyGroup;
17
+ /**
18
+ * Returns true if the given object is an instance of ActivateTopologyGroup. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is ActivateTopologyGroup;
22
+ /**
23
+ * The ID of the topology group to activate
24
+ */
25
+ readonly activateTopologyGroupId: pulumi.Output<string>;
26
+ /**
27
+ * The version of the topology group
28
+ */
29
+ readonly version: pulumi.Output<number | undefined>;
30
+ /**
31
+ * Create a ActivateTopologyGroup resource with the given unique name, arguments, and options.
32
+ *
33
+ * @param name The _unique_ name of the resource.
34
+ * @param args The arguments to use to populate this resource's properties.
35
+ * @param opts A bag of options that control this resource's behavior.
36
+ */
37
+ constructor(name: string, args: ActivateTopologyGroupArgs, opts?: pulumi.CustomResourceOptions);
38
+ }
39
+ /**
40
+ * Input properties used for looking up and filtering ActivateTopologyGroup resources.
41
+ */
42
+ export interface ActivateTopologyGroupState {
43
+ /**
44
+ * The ID of the topology group to activate
45
+ */
46
+ activateTopologyGroupId?: pulumi.Input<string | undefined>;
47
+ /**
48
+ * The version of the topology group
49
+ */
50
+ version?: pulumi.Input<number | undefined>;
51
+ }
52
+ /**
53
+ * The set of arguments for constructing a ActivateTopologyGroup resource.
54
+ */
55
+ export interface ActivateTopologyGroupArgs {
56
+ /**
57
+ * The ID of the topology group to activate
58
+ */
59
+ activateTopologyGroupId: pulumi.Input<string>;
60
+ /**
61
+ * The version of the topology group
62
+ */
63
+ version?: pulumi.Input<number | undefined>;
64
+ }
65
+ //# sourceMappingURL=activateTopologyGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activateTopologyGroup.d.ts","sourceRoot":"","sources":["../activateTopologyGroup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;GAGG;AACH,qBAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,0BAA0B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,qBAAqB;IAO5J;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,qBAAqB;IAOhE;;OAEG;IACH,SAAwB,uBAAuB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEnE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,yBAAyB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAmBjG;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC9C;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC9C"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ActivateTopologyGroup = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ /**
32
+ * This resource can activate a topology group. Only one topology group can be active at a time.
33
+ * - Minimum SD-WAN Manager version: `20.15.0`
34
+ */
35
+ class ActivateTopologyGroup extends pulumi.CustomResource {
36
+ /**
37
+ * Get an existing ActivateTopologyGroup resource's state with the given name, ID, and optional extra
38
+ * properties used to qualify the lookup.
39
+ *
40
+ * @param name The _unique_ name of the resulting resource.
41
+ * @param id The _unique_ provider ID of the resource to lookup.
42
+ * @param state Any extra arguments used during the lookup.
43
+ * @param opts Optional settings to control the behavior of the CustomResource.
44
+ */
45
+ static get(name, id, state, opts) {
46
+ return new ActivateTopologyGroup(name, state, { ...opts, id: id });
47
+ }
48
+ /** @internal */
49
+ static __pulumiType = 'sdwan:index/activateTopologyGroup:ActivateTopologyGroup';
50
+ /**
51
+ * Returns true if the given object is an instance of ActivateTopologyGroup. This is designed to work even
52
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
53
+ */
54
+ static isInstance(obj) {
55
+ if (obj === undefined || obj === null) {
56
+ return false;
57
+ }
58
+ return obj['__pulumiType'] === ActivateTopologyGroup.__pulumiType;
59
+ }
60
+ constructor(name, argsOrState, opts) {
61
+ let resourceInputs = {};
62
+ opts = opts || {};
63
+ if (opts.id) {
64
+ const state = argsOrState;
65
+ resourceInputs["activateTopologyGroupId"] = state?.activateTopologyGroupId;
66
+ resourceInputs["version"] = state?.version;
67
+ }
68
+ else {
69
+ const args = argsOrState;
70
+ if (args?.activateTopologyGroupId === undefined && !opts.urn) {
71
+ throw new Error("Missing required property 'activateTopologyGroupId'");
72
+ }
73
+ resourceInputs["activateTopologyGroupId"] = args?.activateTopologyGroupId;
74
+ resourceInputs["version"] = args?.version;
75
+ }
76
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
77
+ super(ActivateTopologyGroup.__pulumiType, name, resourceInputs, opts);
78
+ }
79
+ }
80
+ exports.ActivateTopologyGroup = ActivateTopologyGroup;
81
+ //# sourceMappingURL=activateTopologyGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activateTopologyGroup.js","sourceRoot":"","sources":["../activateTopologyGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;GAGG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,yDAAyD,CAAC;IAEhG;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAoD,CAAC;YAClE,IAAI,IAAI,EAAE,uBAAuB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;aAC1E;YACD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AA9DL,sDA+DC"}
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
25
25
  * ciscoSseOrgId: "323456",
26
26
  * ciscoSseAuthKey: "33333444",
27
27
  * ciscoSseAuthSecret: "$CRYPT_CLUSTER$Gg4nVpFdldXga1hLKhdJrA==$hiFPirWJnqNxMq3l/m1ekw==",
28
- * ciscoSseContextSharing: false,
28
+ * ciscoSseContextSharing: true,
29
29
  * });
30
30
  * ```
31
31
  */
@@ -54,7 +54,7 @@ const utilities = __importStar(require("./utilities"));
54
54
  * ciscoSseOrgId: "323456",
55
55
  * ciscoSseAuthKey: "33333444",
56
56
  * ciscoSseAuthSecret: "$CRYPT_CLUSTER$Gg4nVpFdldXga1hLKhdJrA==$hiFPirWJnqNxMq3l/m1ekw==",
57
- * ciscoSseContextSharing: false,
57
+ * ciscoSseContextSharing: true,
58
58
  * });
59
59
  * ```
60
60
  */
@@ -0,0 +1,176 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * This resource can manage a Custom Application .
6
+ * - Minimum SD-WAN Manager version: `20.15.0`
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as sdwan from "@pulumi/sdwan";
13
+ *
14
+ * const example = new sdwan.CustomApplication("example", {
15
+ * appName: "Example",
16
+ * serverNames: ["*customapp.com"],
17
+ * l3l4s: [{
18
+ * ipAddresses: ["192.168.1.0/24"],
19
+ * l4Protocol: "TCP",
20
+ * ports: "1 10-20",
21
+ * }],
22
+ * applicationFamily: "routing",
23
+ * applicationGroup: "ipsec-group",
24
+ * trafficClass: "signaling",
25
+ * businessRelevance: "business-relevant",
26
+ * });
27
+ * ```
28
+ *
29
+ * ## Import
30
+ *
31
+ * The `pulumi import` command can be used, for example:
32
+ *
33
+ * ```sh
34
+ * $ pulumi import sdwan:index/customApplication:CustomApplication example "f6b2c44c-693c-4763-b010-895aa3d236bd"
35
+ * ```
36
+ */
37
+ export declare class CustomApplication extends pulumi.CustomResource {
38
+ /**
39
+ * Get an existing CustomApplication resource's state with the given name, ID, and optional extra
40
+ * properties used to qualify the lookup.
41
+ *
42
+ * @param name The _unique_ name of the resulting resource.
43
+ * @param id The _unique_ provider ID of the resource to lookup.
44
+ * @param state Any extra arguments used during the lookup.
45
+ * @param opts Optional settings to control the behavior of the CustomResource.
46
+ */
47
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomApplicationState, opts?: pulumi.CustomResourceOptions): CustomApplication;
48
+ /**
49
+ * Returns true if the given object is an instance of CustomApplication. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj: any): obj is CustomApplication;
53
+ /**
54
+ * Application Name
55
+ */
56
+ readonly appName: pulumi.Output<string>;
57
+ /**
58
+ * Application Family
59
+ * - Choices: `instant-messaging`, `game`, `mail`, `routing`, `database`, `web`, `behavioral`, `audio-video`, `file-server`, `network-service`, `middleware`, `authentication`, `erp`, `printer`, `tunneling`, `thin-client`, `terminal`, `peer-to-peer`, `forum`, `application-service`, `encrypted`, `microsoft-office`, `security-service`, `network-management`, `file-transfer`, `webmail`
60
+ */
61
+ readonly applicationFamily: pulumi.Output<string | undefined>;
62
+ /**
63
+ * Application Group
64
+ * - Choices: `adp-group`, `amazon-group`, `aol-group`, `apple-group`, `apple-talk-group`, `atlassian-group`, `banyan-group`, `bittorrent-group`, `box-group`, `capwap-group`, `cisco-jabber-group`, `cisco-phone-group`, `concur-group`, `corba-group`, `dameware-group`, `demandware-group`, `dropbox-group`, `edonkey-emule-group`, `espn-group`, `fasttrack-group`, `flash-group`, `fring-group`, `ftp-group`, `gnutella-group`, `google-group`, `gotomeeting-group`, `hubspot-group`, `icq-group`, `imap-group`, `intuit-group`, `ipsec-group`, `irc-group`, `jive-group`, `kakao-group`, `kerberos-group`, `ldap-group`, `marketo-group`, `ms-cloud-group`, `msn-messenger-group`, `netbios-group`, `netsuite-group`, `nntp-group`, `npmp-group`, `oracle-group`, `pop3-group`, `prm-group`, `qq-group`, `ringcentral-group`, `salesforce-group`, `sap-group`, `servicenow-group`, `smtp-group`, `snmp-group`, `sqlsvr-group`, `stun-group`, `sugar-crm-group`, `telepresence-group`, `tftp-group`, `tiktok-group`, `vmware-group`, `vnc-group`, `wap-group`, `webex-group`, `workday-group`, `xns-xerox-group`, `xunlei-group`, `yahoo-group`, `yahoo-messenger-group`, `zendesk-group`, `zoho-crm-group`, `other`
65
+ */
66
+ readonly applicationGroup: pulumi.Output<string | undefined>;
67
+ /**
68
+ * Business Relevance
69
+ * - Choices: `business-relevant`, `business-irrelevant`, `default`
70
+ */
71
+ readonly businessRelevance: pulumi.Output<string | undefined>;
72
+ /**
73
+ * L3/L4 Attributes
74
+ */
75
+ readonly l3l4s: pulumi.Output<outputs.CustomApplicationL3l4[] | undefined>;
76
+ /**
77
+ * Server Names (Fully Qualified Domain names or Regex starting with `*` but not ending with `*` or both separated by commas.)
78
+ */
79
+ readonly serverNames: pulumi.Output<string[] | undefined>;
80
+ /**
81
+ * Traffic Class
82
+ * - Choices: `multimedia-conferencing`, `network-control`, `signaling`, `voip-telephony`, `ops-admin-mgmt`, `multimedia-streaming`, `real-time-interactive`, `bulk-data`, `transactional-data`, `broadcast-video`
83
+ */
84
+ readonly trafficClass: pulumi.Output<string | undefined>;
85
+ /**
86
+ * The version of the object
87
+ */
88
+ readonly version: pulumi.Output<number>;
89
+ /**
90
+ * Create a CustomApplication resource with the given unique name, arguments, and options.
91
+ *
92
+ * @param name The _unique_ name of the resource.
93
+ * @param args The arguments to use to populate this resource's properties.
94
+ * @param opts A bag of options that control this resource's behavior.
95
+ */
96
+ constructor(name: string, args: CustomApplicationArgs, opts?: pulumi.CustomResourceOptions);
97
+ }
98
+ /**
99
+ * Input properties used for looking up and filtering CustomApplication resources.
100
+ */
101
+ export interface CustomApplicationState {
102
+ /**
103
+ * Application Name
104
+ */
105
+ appName?: pulumi.Input<string | undefined>;
106
+ /**
107
+ * Application Family
108
+ * - Choices: `instant-messaging`, `game`, `mail`, `routing`, `database`, `web`, `behavioral`, `audio-video`, `file-server`, `network-service`, `middleware`, `authentication`, `erp`, `printer`, `tunneling`, `thin-client`, `terminal`, `peer-to-peer`, `forum`, `application-service`, `encrypted`, `microsoft-office`, `security-service`, `network-management`, `file-transfer`, `webmail`
109
+ */
110
+ applicationFamily?: pulumi.Input<string | undefined>;
111
+ /**
112
+ * Application Group
113
+ * - Choices: `adp-group`, `amazon-group`, `aol-group`, `apple-group`, `apple-talk-group`, `atlassian-group`, `banyan-group`, `bittorrent-group`, `box-group`, `capwap-group`, `cisco-jabber-group`, `cisco-phone-group`, `concur-group`, `corba-group`, `dameware-group`, `demandware-group`, `dropbox-group`, `edonkey-emule-group`, `espn-group`, `fasttrack-group`, `flash-group`, `fring-group`, `ftp-group`, `gnutella-group`, `google-group`, `gotomeeting-group`, `hubspot-group`, `icq-group`, `imap-group`, `intuit-group`, `ipsec-group`, `irc-group`, `jive-group`, `kakao-group`, `kerberos-group`, `ldap-group`, `marketo-group`, `ms-cloud-group`, `msn-messenger-group`, `netbios-group`, `netsuite-group`, `nntp-group`, `npmp-group`, `oracle-group`, `pop3-group`, `prm-group`, `qq-group`, `ringcentral-group`, `salesforce-group`, `sap-group`, `servicenow-group`, `smtp-group`, `snmp-group`, `sqlsvr-group`, `stun-group`, `sugar-crm-group`, `telepresence-group`, `tftp-group`, `tiktok-group`, `vmware-group`, `vnc-group`, `wap-group`, `webex-group`, `workday-group`, `xns-xerox-group`, `xunlei-group`, `yahoo-group`, `yahoo-messenger-group`, `zendesk-group`, `zoho-crm-group`, `other`
114
+ */
115
+ applicationGroup?: pulumi.Input<string | undefined>;
116
+ /**
117
+ * Business Relevance
118
+ * - Choices: `business-relevant`, `business-irrelevant`, `default`
119
+ */
120
+ businessRelevance?: pulumi.Input<string | undefined>;
121
+ /**
122
+ * L3/L4 Attributes
123
+ */
124
+ l3l4s?: pulumi.Input<pulumi.Input<inputs.CustomApplicationL3l4>[] | undefined>;
125
+ /**
126
+ * Server Names (Fully Qualified Domain names or Regex starting with `*` but not ending with `*` or both separated by commas.)
127
+ */
128
+ serverNames?: pulumi.Input<pulumi.Input<string>[] | undefined>;
129
+ /**
130
+ * Traffic Class
131
+ * - Choices: `multimedia-conferencing`, `network-control`, `signaling`, `voip-telephony`, `ops-admin-mgmt`, `multimedia-streaming`, `real-time-interactive`, `bulk-data`, `transactional-data`, `broadcast-video`
132
+ */
133
+ trafficClass?: pulumi.Input<string | undefined>;
134
+ /**
135
+ * The version of the object
136
+ */
137
+ version?: pulumi.Input<number | undefined>;
138
+ }
139
+ /**
140
+ * The set of arguments for constructing a CustomApplication resource.
141
+ */
142
+ export interface CustomApplicationArgs {
143
+ /**
144
+ * Application Name
145
+ */
146
+ appName: pulumi.Input<string>;
147
+ /**
148
+ * Application Family
149
+ * - Choices: `instant-messaging`, `game`, `mail`, `routing`, `database`, `web`, `behavioral`, `audio-video`, `file-server`, `network-service`, `middleware`, `authentication`, `erp`, `printer`, `tunneling`, `thin-client`, `terminal`, `peer-to-peer`, `forum`, `application-service`, `encrypted`, `microsoft-office`, `security-service`, `network-management`, `file-transfer`, `webmail`
150
+ */
151
+ applicationFamily?: pulumi.Input<string | undefined>;
152
+ /**
153
+ * Application Group
154
+ * - Choices: `adp-group`, `amazon-group`, `aol-group`, `apple-group`, `apple-talk-group`, `atlassian-group`, `banyan-group`, `bittorrent-group`, `box-group`, `capwap-group`, `cisco-jabber-group`, `cisco-phone-group`, `concur-group`, `corba-group`, `dameware-group`, `demandware-group`, `dropbox-group`, `edonkey-emule-group`, `espn-group`, `fasttrack-group`, `flash-group`, `fring-group`, `ftp-group`, `gnutella-group`, `google-group`, `gotomeeting-group`, `hubspot-group`, `icq-group`, `imap-group`, `intuit-group`, `ipsec-group`, `irc-group`, `jive-group`, `kakao-group`, `kerberos-group`, `ldap-group`, `marketo-group`, `ms-cloud-group`, `msn-messenger-group`, `netbios-group`, `netsuite-group`, `nntp-group`, `npmp-group`, `oracle-group`, `pop3-group`, `prm-group`, `qq-group`, `ringcentral-group`, `salesforce-group`, `sap-group`, `servicenow-group`, `smtp-group`, `snmp-group`, `sqlsvr-group`, `stun-group`, `sugar-crm-group`, `telepresence-group`, `tftp-group`, `tiktok-group`, `vmware-group`, `vnc-group`, `wap-group`, `webex-group`, `workday-group`, `xns-xerox-group`, `xunlei-group`, `yahoo-group`, `yahoo-messenger-group`, `zendesk-group`, `zoho-crm-group`, `other`
155
+ */
156
+ applicationGroup?: pulumi.Input<string | undefined>;
157
+ /**
158
+ * Business Relevance
159
+ * - Choices: `business-relevant`, `business-irrelevant`, `default`
160
+ */
161
+ businessRelevance?: pulumi.Input<string | undefined>;
162
+ /**
163
+ * L3/L4 Attributes
164
+ */
165
+ l3l4s?: pulumi.Input<pulumi.Input<inputs.CustomApplicationL3l4>[] | undefined>;
166
+ /**
167
+ * Server Names (Fully Qualified Domain names or Regex starting with `*` but not ending with `*` or both separated by commas.)
168
+ */
169
+ serverNames?: pulumi.Input<pulumi.Input<string>[] | undefined>;
170
+ /**
171
+ * Traffic Class
172
+ * - Choices: `multimedia-conferencing`, `network-control`, `signaling`, `voip-telephony`, `ops-admin-mgmt`, `multimedia-streaming`, `real-time-interactive`, `bulk-data`, `transactional-data`, `broadcast-video`
173
+ */
174
+ trafficClass?: pulumi.Input<string | undefined>;
175
+ }
176
+ //# sourceMappingURL=customApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customApplication.d.ts","sourceRoot":"","sources":["../customApplication.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.CustomApplication = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ /**
32
+ * This resource can manage a Custom Application .
33
+ * - Minimum SD-WAN Manager version: `20.15.0`
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as sdwan from "@pulumi/sdwan";
40
+ *
41
+ * const example = new sdwan.CustomApplication("example", {
42
+ * appName: "Example",
43
+ * serverNames: ["*customapp.com"],
44
+ * l3l4s: [{
45
+ * ipAddresses: ["192.168.1.0/24"],
46
+ * l4Protocol: "TCP",
47
+ * ports: "1 10-20",
48
+ * }],
49
+ * applicationFamily: "routing",
50
+ * applicationGroup: "ipsec-group",
51
+ * trafficClass: "signaling",
52
+ * businessRelevance: "business-relevant",
53
+ * });
54
+ * ```
55
+ *
56
+ * ## Import
57
+ *
58
+ * The `pulumi import` command can be used, for example:
59
+ *
60
+ * ```sh
61
+ * $ pulumi import sdwan:index/customApplication:CustomApplication example "f6b2c44c-693c-4763-b010-895aa3d236bd"
62
+ * ```
63
+ */
64
+ class CustomApplication extends pulumi.CustomResource {
65
+ /**
66
+ * Get an existing CustomApplication resource's state with the given name, ID, and optional extra
67
+ * properties used to qualify the lookup.
68
+ *
69
+ * @param name The _unique_ name of the resulting resource.
70
+ * @param id The _unique_ provider ID of the resource to lookup.
71
+ * @param state Any extra arguments used during the lookup.
72
+ * @param opts Optional settings to control the behavior of the CustomResource.
73
+ */
74
+ static get(name, id, state, opts) {
75
+ return new CustomApplication(name, state, { ...opts, id: id });
76
+ }
77
+ /** @internal */
78
+ static __pulumiType = 'sdwan:index/customApplication:CustomApplication';
79
+ /**
80
+ * Returns true if the given object is an instance of CustomApplication. This is designed to work even
81
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
82
+ */
83
+ static isInstance(obj) {
84
+ if (obj === undefined || obj === null) {
85
+ return false;
86
+ }
87
+ return obj['__pulumiType'] === CustomApplication.__pulumiType;
88
+ }
89
+ constructor(name, argsOrState, opts) {
90
+ let resourceInputs = {};
91
+ opts = opts || {};
92
+ if (opts.id) {
93
+ const state = argsOrState;
94
+ resourceInputs["appName"] = state?.appName;
95
+ resourceInputs["applicationFamily"] = state?.applicationFamily;
96
+ resourceInputs["applicationGroup"] = state?.applicationGroup;
97
+ resourceInputs["businessRelevance"] = state?.businessRelevance;
98
+ resourceInputs["l3l4s"] = state?.l3l4s;
99
+ resourceInputs["serverNames"] = state?.serverNames;
100
+ resourceInputs["trafficClass"] = state?.trafficClass;
101
+ resourceInputs["version"] = state?.version;
102
+ }
103
+ else {
104
+ const args = argsOrState;
105
+ if (args?.appName === undefined && !opts.urn) {
106
+ throw new Error("Missing required property 'appName'");
107
+ }
108
+ resourceInputs["appName"] = args?.appName;
109
+ resourceInputs["applicationFamily"] = args?.applicationFamily;
110
+ resourceInputs["applicationGroup"] = args?.applicationGroup;
111
+ resourceInputs["businessRelevance"] = args?.businessRelevance;
112
+ resourceInputs["l3l4s"] = args?.l3l4s;
113
+ resourceInputs["serverNames"] = args?.serverNames;
114
+ resourceInputs["trafficClass"] = args?.trafficClass;
115
+ resourceInputs["version"] = undefined /*out*/;
116
+ }
117
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
118
+ super(CustomApplication.__pulumiType, name, resourceInputs, opts);
119
+ }
120
+ }
121
+ exports.CustomApplication = CustomApplication;
122
+ //# sourceMappingURL=customApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customApplication.js","sourceRoot":"","sources":["../customApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,iDAAiD,CAAC;IAExF;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA+CD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAtGL,8CAuGC"}
@@ -0,0 +1,92 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * This data source can read the Custom Application .
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.getCustomApplication({
13
+ * id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getCustomApplication(args: GetCustomApplicationArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomApplicationResult>;
18
+ /**
19
+ * A collection of arguments for invoking getCustomApplication.
20
+ */
21
+ export interface GetCustomApplicationArgs {
22
+ /**
23
+ * The id of the object
24
+ */
25
+ id: string;
26
+ }
27
+ /**
28
+ * A collection of values returned by getCustomApplication.
29
+ */
30
+ export interface GetCustomApplicationResult {
31
+ /**
32
+ * Application Name
33
+ */
34
+ readonly appName: string;
35
+ /**
36
+ * Application Family
37
+ */
38
+ readonly applicationFamily: string;
39
+ /**
40
+ * Application Group
41
+ */
42
+ readonly applicationGroup: string;
43
+ /**
44
+ * Business Relevance
45
+ */
46
+ readonly businessRelevance: string;
47
+ /**
48
+ * The id of the object
49
+ */
50
+ readonly id: string;
51
+ /**
52
+ * L3/L4 Attributes
53
+ */
54
+ readonly l3l4s: outputs.GetCustomApplicationL3l4[];
55
+ /**
56
+ * Server Names (Fully Qualified Domain names or Regex starting with `*` but not ending with `*` or both separated by commas.)
57
+ */
58
+ readonly serverNames: string[];
59
+ /**
60
+ * Traffic Class
61
+ */
62
+ readonly trafficClass: string;
63
+ /**
64
+ * The version of the object
65
+ */
66
+ readonly version: number;
67
+ }
68
+ /**
69
+ * This data source can read the Custom Application .
70
+ *
71
+ * ## Example Usage
72
+ *
73
+ * ```typescript
74
+ * import * as pulumi from "@pulumi/pulumi";
75
+ * import * as sdwan from "@pulumi/sdwan";
76
+ *
77
+ * const example = sdwan.getCustomApplication({
78
+ * id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
79
+ * });
80
+ * ```
81
+ */
82
+ export declare function getCustomApplicationOutput(args: GetCustomApplicationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCustomApplicationResult>;
83
+ /**
84
+ * A collection of arguments for invoking getCustomApplication.
85
+ */
86
+ export interface GetCustomApplicationOutputArgs {
87
+ /**
88
+ * The id of the object
89
+ */
90
+ id: pulumi.Input<string>;
91
+ }
92
+ //# sourceMappingURL=getCustomApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCustomApplication.d.ts","sourceRoot":"","sources":["../getCustomApplication.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;GAaG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,0BAA0B,CAAC,CAKrI;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,wBAAwB,EAAE,CAAC;IACnD;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC5B;AACD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,8BAA8B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAK7J;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.getCustomApplicationOutput = exports.getCustomApplication = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ /**
32
+ * This data source can read the Custom Application .
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.getCustomApplication({
41
+ * id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
42
+ * });
43
+ * ```
44
+ */
45
+ function getCustomApplication(args, opts) {
46
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
47
+ return pulumi.runtime.invoke("sdwan:index/getCustomApplication:getCustomApplication", {
48
+ "id": args.id,
49
+ }, opts);
50
+ }
51
+ exports.getCustomApplication = getCustomApplication;
52
+ /**
53
+ * This data source can read the Custom Application .
54
+ *
55
+ * ## Example Usage
56
+ *
57
+ * ```typescript
58
+ * import * as pulumi from "@pulumi/pulumi";
59
+ * import * as sdwan from "@pulumi/sdwan";
60
+ *
61
+ * const example = sdwan.getCustomApplication({
62
+ * id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
63
+ * });
64
+ * ```
65
+ */
66
+ function getCustomApplicationOutput(args, opts) {
67
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
68
+ return pulumi.runtime.invokeOutput("sdwan:index/getCustomApplication:getCustomApplication", {
69
+ "id": args.id,
70
+ }, opts);
71
+ }
72
+ exports.getCustomApplicationOutput = getCustomApplicationOutput;
73
+ //# sourceMappingURL=getCustomApplication.js.map