@pulumi/juniper-mist 0.6.2 → 0.6.3
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/config/vars.d.ts +3 -5
- package/config/vars.js.map +1 -1
- package/device/ap.d.ts +12 -15
- package/device/ap.js +77 -77
- package/device/ap.js.map +1 -1
- package/device/base.js +34 -34
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +15 -6
- package/device/gateway.js +77 -75
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.js +7 -7
- package/device/gatewayCluster.js.map +1 -1
- package/device/image.js +13 -13
- package/device/image.js.map +1 -1
- package/device/switch.d.ts +24 -39
- package/device/switch.js +99 -99
- package/device/switch.js.map +1 -1
- package/org/alarmtemplate.js +12 -12
- package/org/alarmtemplate.js.map +1 -1
- package/org/apitoken.js +13 -13
- package/org/apitoken.js.map +1 -1
- package/org/avprofile.js +17 -17
- package/org/avprofile.js.map +1 -1
- package/org/base.js +13 -13
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +12 -12
- package/org/deviceprofileAp.js +49 -49
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileAssign.js +10 -10
- package/org/deviceprofileAssign.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +15 -6
- package/org/deviceprofileGateway.js +55 -53
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/evpnTopology.js +13 -13
- package/org/evpnTopology.js.map +1 -1
- package/org/gatewaytemplate.d.ts +18 -12
- package/org/gatewaytemplate.js +56 -54
- package/org/gatewaytemplate.js.map +1 -1
- package/org/idpprofile.js +11 -11
- package/org/idpprofile.js.map +1 -1
- package/org/inventory.d.ts +15 -9
- package/org/inventory.js +6 -6
- package/org/inventory.js.map +1 -1
- package/org/nacEndpoint.js +17 -17
- package/org/nacEndpoint.js.map +1 -1
- package/org/nacidp.js +57 -57
- package/org/nacidp.js.map +1 -1
- package/org/nacrule.js +22 -22
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +42 -39
- package/org/nactag.js +35 -35
- package/org/nactag.js.map +1 -1
- package/org/network.js +33 -33
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +6 -15
- package/org/networktemplate.js +50 -50
- package/org/networktemplate.js.map +1 -1
- package/org/psk.js +38 -38
- package/org/psk.js.map +1 -1
- package/org/rftemplate.js +28 -28
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +12 -6
- package/org/service.js +50 -50
- package/org/service.js.map +1 -1
- package/org/servicepolicy.js +28 -28
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +27 -42
- package/org/setting.js +70 -70
- package/org/setting.js.map +1 -1
- package/org/sitegroup.js +6 -6
- package/org/sitegroup.js.map +1 -1
- package/org/sso.d.ts +15 -33
- package/org/sso.js +31 -31
- package/org/sso.js.map +1 -1
- package/org/ssoRole.js +9 -9
- package/org/ssoRole.js.map +1 -1
- package/org/vpn.js +12 -12
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +6 -15
- package/org/webhook.js +40 -40
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +69 -93
- package/org/wlan.js +190 -190
- package/org/wlan.js.map +1 -1
- package/org/wlanPortalImage.js +10 -10
- package/org/wlanPortalImage.js.map +1 -1
- package/org/wlanPortalTemplate.js +10 -10
- package/org/wlanPortalTemplate.js.map +1 -1
- package/org/wlantemplate.js +14 -14
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.js +27 -27
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +60 -36
- package/org/wxtag.js +21 -21
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +5 -8
- package/provider.js +7 -7
- package/provider.js.map +1 -1
- package/site/base.js +34 -34
- package/site/base.js.map +1 -1
- package/site/evpnTopology.js +14 -14
- package/site/evpnTopology.js.map +1 -1
- package/site/networktemplate.d.ts +3 -9
- package/site/networktemplate.js +52 -52
- package/site/networktemplate.js.map +1 -1
- package/site/psk.js +35 -35
- package/site/psk.js.map +1 -1
- package/site/setting.d.ts +33 -63
- package/site/setting.js +97 -97
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +6 -15
- package/site/webhook.js +43 -43
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +69 -93
- package/site/wlan.js +188 -188
- package/site/wlan.js.map +1 -1
- package/site/wlanPortalImage.js +10 -10
- package/site/wlanPortalImage.js.map +1 -1
- package/site/wlanPortalTemplate.js +10 -10
- package/site/wlanPortalTemplate.js.map +1 -1
- package/site/wxrule.js +24 -24
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +60 -36
- package/site/wxtag.js +21 -21
- package/site/wxtag.js.map +1 -1
- package/types/output.d.ts +55 -55
- package/upgradeDevice.js +30 -30
- package/upgradeDevice.js.map +1 -1
- package/utilities.js +18 -29
- package/utilities.js.map +1 -1
package/org/nacrule.js
CHANGED
|
@@ -31,7 +31,7 @@ class Nacrule extends pulumi.CustomResource {
|
|
|
31
31
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
32
|
*/
|
|
33
33
|
static get(name, id, state, opts) {
|
|
34
|
-
return new Nacrule(name, state,
|
|
34
|
+
return new Nacrule(name, state, { ...opts, id: id });
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* Returns true if the given object is an instance of Nacrule. This is designed to work even
|
|
@@ -48,36 +48,36 @@ class Nacrule extends pulumi.CustomResource {
|
|
|
48
48
|
opts = opts || {};
|
|
49
49
|
if (opts.id) {
|
|
50
50
|
const state = argsOrState;
|
|
51
|
-
resourceInputs["action"] = state
|
|
52
|
-
resourceInputs["applyTags"] = state
|
|
53
|
-
resourceInputs["enabled"] = state
|
|
54
|
-
resourceInputs["guestAuthState"] = state
|
|
55
|
-
resourceInputs["matching"] = state
|
|
56
|
-
resourceInputs["name"] = state
|
|
57
|
-
resourceInputs["notMatching"] = state
|
|
58
|
-
resourceInputs["order"] = state
|
|
59
|
-
resourceInputs["orgId"] = state
|
|
51
|
+
resourceInputs["action"] = state?.action;
|
|
52
|
+
resourceInputs["applyTags"] = state?.applyTags;
|
|
53
|
+
resourceInputs["enabled"] = state?.enabled;
|
|
54
|
+
resourceInputs["guestAuthState"] = state?.guestAuthState;
|
|
55
|
+
resourceInputs["matching"] = state?.matching;
|
|
56
|
+
resourceInputs["name"] = state?.name;
|
|
57
|
+
resourceInputs["notMatching"] = state?.notMatching;
|
|
58
|
+
resourceInputs["order"] = state?.order;
|
|
59
|
+
resourceInputs["orgId"] = state?.orgId;
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
62
|
const args = argsOrState;
|
|
63
|
-
if (
|
|
63
|
+
if (args?.action === undefined && !opts.urn) {
|
|
64
64
|
throw new Error("Missing required property 'action'");
|
|
65
65
|
}
|
|
66
|
-
if (
|
|
66
|
+
if (args?.order === undefined && !opts.urn) {
|
|
67
67
|
throw new Error("Missing required property 'order'");
|
|
68
68
|
}
|
|
69
|
-
if (
|
|
69
|
+
if (args?.orgId === undefined && !opts.urn) {
|
|
70
70
|
throw new Error("Missing required property 'orgId'");
|
|
71
71
|
}
|
|
72
|
-
resourceInputs["action"] = args
|
|
73
|
-
resourceInputs["applyTags"] = args
|
|
74
|
-
resourceInputs["enabled"] = args
|
|
75
|
-
resourceInputs["guestAuthState"] = args
|
|
76
|
-
resourceInputs["matching"] = args
|
|
77
|
-
resourceInputs["name"] = args
|
|
78
|
-
resourceInputs["notMatching"] = args
|
|
79
|
-
resourceInputs["order"] = args
|
|
80
|
-
resourceInputs["orgId"] = args
|
|
72
|
+
resourceInputs["action"] = args?.action;
|
|
73
|
+
resourceInputs["applyTags"] = args?.applyTags;
|
|
74
|
+
resourceInputs["enabled"] = args?.enabled;
|
|
75
|
+
resourceInputs["guestAuthState"] = args?.guestAuthState;
|
|
76
|
+
resourceInputs["matching"] = args?.matching;
|
|
77
|
+
resourceInputs["name"] = args?.name;
|
|
78
|
+
resourceInputs["notMatching"] = args?.notMatching;
|
|
79
|
+
resourceInputs["order"] = args?.order;
|
|
80
|
+
resourceInputs["orgId"] = args?.orgId;
|
|
81
81
|
}
|
|
82
82
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
83
83
|
super(Nacrule.__pulumiType, name, resourceInputs, opts);
|
package/org/nacrule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nacrule.js","sourceRoot":"","sources":["../../org/nacrule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"nacrule.js","sourceRoot":"","sources":["../../org/nacrule.ts"],"names":[],"mappings":"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"}
|
package/org/nactag.d.ts
CHANGED
|
@@ -55,14 +55,16 @@ export declare class Nactag extends pulumi.CustomResource {
|
|
|
55
55
|
readonly egressVlanNames: pulumi.Output<string[] | undefined>;
|
|
56
56
|
readonly gbpTag: pulumi.Output<string | undefined>;
|
|
57
57
|
/**
|
|
58
|
-
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `certTemplate`, `clientMac`,
|
|
59
|
-
* `hostname`, `idpRole`, `ingressVlan`, `mdmStatus`, `nasIp`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
58
|
+
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `certTemplate`, `clientMac`, `hostname`, `idpRole`, `ingressVlan`, `mdmStatus`, `nasIp`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
60
59
|
*/
|
|
61
60
|
readonly match: pulumi.Output<string | undefined>;
|
|
62
61
|
/**
|
|
63
|
-
* This field is applicable only when `type`==`match`
|
|
64
|
-
*
|
|
65
|
-
*
|
|
62
|
+
* This field is applicable only when `type`==`match`
|
|
63
|
+
* * `false`: means it is sufficient to match any of the values (i.e., match-any behavior)
|
|
64
|
+
* * `true`: means all values should be matched (i.e., match-all behavior)
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
* Currently it makes sense to set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`
|
|
66
68
|
*/
|
|
67
69
|
readonly matchAll: pulumi.Output<boolean | undefined>;
|
|
68
70
|
/**
|
|
@@ -72,9 +74,9 @@ export declare class Nactag extends pulumi.CustomResource {
|
|
|
72
74
|
readonly name: pulumi.Output<string>;
|
|
73
75
|
readonly orgId: pulumi.Output<string>;
|
|
74
76
|
/**
|
|
75
|
-
* If `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
76
|
-
* the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
77
|
-
* that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
77
|
+
* If `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
78
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
79
|
+
* Note that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
78
80
|
*/
|
|
79
81
|
readonly radiusAttrs: pulumi.Output<string[] | undefined>;
|
|
80
82
|
/**
|
|
@@ -82,9 +84,9 @@ export declare class Nactag extends pulumi.CustomResource {
|
|
|
82
84
|
*/
|
|
83
85
|
readonly radiusGroup: pulumi.Output<string | undefined>;
|
|
84
86
|
/**
|
|
85
|
-
* If `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field
|
|
86
|
-
*
|
|
87
|
-
*
|
|
87
|
+
* If `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field "radiusVendorAttrs".
|
|
88
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
89
|
+
* Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
|
|
88
90
|
*/
|
|
89
91
|
readonly radiusVendorAttrs: pulumi.Output<string[] | undefined>;
|
|
90
92
|
/**
|
|
@@ -92,8 +94,7 @@ export declare class Nactag extends pulumi.CustomResource {
|
|
|
92
94
|
*/
|
|
93
95
|
readonly sessionTimeout: pulumi.Output<number | undefined>;
|
|
94
96
|
/**
|
|
95
|
-
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `redirectGuestPortal`,
|
|
96
|
-
* `sessionTimeout`, `usernameAttr`, `vlan`
|
|
97
|
+
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `redirectGuestPortal`, `sessionTimeout`, `usernameAttr`, `vlan`
|
|
97
98
|
*/
|
|
98
99
|
readonly type: pulumi.Output<string>;
|
|
99
100
|
/**
|
|
@@ -131,14 +132,16 @@ export interface NactagState {
|
|
|
131
132
|
egressVlanNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
132
133
|
gbpTag?: pulumi.Input<string>;
|
|
133
134
|
/**
|
|
134
|
-
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `certTemplate`, `clientMac`,
|
|
135
|
-
* `hostname`, `idpRole`, `ingressVlan`, `mdmStatus`, `nasIp`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
135
|
+
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `certTemplate`, `clientMac`, `hostname`, `idpRole`, `ingressVlan`, `mdmStatus`, `nasIp`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
136
136
|
*/
|
|
137
137
|
match?: pulumi.Input<string>;
|
|
138
138
|
/**
|
|
139
|
-
* This field is applicable only when `type`==`match`
|
|
140
|
-
*
|
|
141
|
-
*
|
|
139
|
+
* This field is applicable only when `type`==`match`
|
|
140
|
+
* * `false`: means it is sufficient to match any of the values (i.e., match-any behavior)
|
|
141
|
+
* * `true`: means all values should be matched (i.e., match-all behavior)
|
|
142
|
+
*
|
|
143
|
+
*
|
|
144
|
+
* Currently it makes sense to set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`
|
|
142
145
|
*/
|
|
143
146
|
matchAll?: pulumi.Input<boolean>;
|
|
144
147
|
/**
|
|
@@ -148,9 +151,9 @@ export interface NactagState {
|
|
|
148
151
|
name?: pulumi.Input<string>;
|
|
149
152
|
orgId?: pulumi.Input<string>;
|
|
150
153
|
/**
|
|
151
|
-
* If `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
152
|
-
* the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
153
|
-
* that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
154
|
+
* If `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
155
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
156
|
+
* Note that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
154
157
|
*/
|
|
155
158
|
radiusAttrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
156
159
|
/**
|
|
@@ -158,9 +161,9 @@ export interface NactagState {
|
|
|
158
161
|
*/
|
|
159
162
|
radiusGroup?: pulumi.Input<string>;
|
|
160
163
|
/**
|
|
161
|
-
* If `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
+
* If `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field "radiusVendorAttrs".
|
|
165
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
166
|
+
* Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
|
|
164
167
|
*/
|
|
165
168
|
radiusVendorAttrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
166
169
|
/**
|
|
@@ -168,8 +171,7 @@ export interface NactagState {
|
|
|
168
171
|
*/
|
|
169
172
|
sessionTimeout?: pulumi.Input<number>;
|
|
170
173
|
/**
|
|
171
|
-
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `redirectGuestPortal`,
|
|
172
|
-
* `sessionTimeout`, `usernameAttr`, `vlan`
|
|
174
|
+
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `redirectGuestPortal`, `sessionTimeout`, `usernameAttr`, `vlan`
|
|
173
175
|
*/
|
|
174
176
|
type?: pulumi.Input<string>;
|
|
175
177
|
/**
|
|
@@ -199,14 +201,16 @@ export interface NactagArgs {
|
|
|
199
201
|
egressVlanNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
200
202
|
gbpTag?: pulumi.Input<string>;
|
|
201
203
|
/**
|
|
202
|
-
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `certTemplate`, `clientMac`,
|
|
203
|
-
* `hostname`, `idpRole`, `ingressVlan`, `mdmStatus`, `nasIp`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
204
|
+
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `certTemplate`, `clientMac`, `hostname`, `idpRole`, `ingressVlan`, `mdmStatus`, `nasIp`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
204
205
|
*/
|
|
205
206
|
match?: pulumi.Input<string>;
|
|
206
207
|
/**
|
|
207
|
-
* This field is applicable only when `type`==`match`
|
|
208
|
-
*
|
|
209
|
-
*
|
|
208
|
+
* This field is applicable only when `type`==`match`
|
|
209
|
+
* * `false`: means it is sufficient to match any of the values (i.e., match-any behavior)
|
|
210
|
+
* * `true`: means all values should be matched (i.e., match-all behavior)
|
|
211
|
+
*
|
|
212
|
+
*
|
|
213
|
+
* Currently it makes sense to set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`
|
|
210
214
|
*/
|
|
211
215
|
matchAll?: pulumi.Input<boolean>;
|
|
212
216
|
/**
|
|
@@ -216,9 +220,9 @@ export interface NactagArgs {
|
|
|
216
220
|
name?: pulumi.Input<string>;
|
|
217
221
|
orgId: pulumi.Input<string>;
|
|
218
222
|
/**
|
|
219
|
-
* If `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
220
|
-
* the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
221
|
-
* that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
223
|
+
* If `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
224
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
225
|
+
* Note that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
222
226
|
*/
|
|
223
227
|
radiusAttrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
224
228
|
/**
|
|
@@ -226,9 +230,9 @@ export interface NactagArgs {
|
|
|
226
230
|
*/
|
|
227
231
|
radiusGroup?: pulumi.Input<string>;
|
|
228
232
|
/**
|
|
229
|
-
* If `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field
|
|
230
|
-
*
|
|
231
|
-
*
|
|
233
|
+
* If `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field "radiusVendorAttrs".
|
|
234
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
235
|
+
* Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
|
|
232
236
|
*/
|
|
233
237
|
radiusVendorAttrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
234
238
|
/**
|
|
@@ -236,8 +240,7 @@ export interface NactagArgs {
|
|
|
236
240
|
*/
|
|
237
241
|
sessionTimeout?: pulumi.Input<number>;
|
|
238
242
|
/**
|
|
239
|
-
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `redirectGuestPortal`,
|
|
240
|
-
* `sessionTimeout`, `usernameAttr`, `vlan`
|
|
243
|
+
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `redirectGuestPortal`, `sessionTimeout`, `usernameAttr`, `vlan`
|
|
241
244
|
*/
|
|
242
245
|
type: pulumi.Input<string>;
|
|
243
246
|
/**
|
package/org/nactag.js
CHANGED
|
@@ -46,7 +46,7 @@ class Nactag extends pulumi.CustomResource {
|
|
|
46
46
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
47
47
|
*/
|
|
48
48
|
static get(name, id, state, opts) {
|
|
49
|
-
return new Nactag(name, state,
|
|
49
|
+
return new Nactag(name, state, { ...opts, id: id });
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* Returns true if the given object is an instance of Nactag. This is designed to work even
|
|
@@ -63,47 +63,47 @@ class Nactag extends pulumi.CustomResource {
|
|
|
63
63
|
opts = opts || {};
|
|
64
64
|
if (opts.id) {
|
|
65
65
|
const state = argsOrState;
|
|
66
|
-
resourceInputs["allowUsermacOverride"] = state
|
|
67
|
-
resourceInputs["egressVlanNames"] = state
|
|
68
|
-
resourceInputs["gbpTag"] = state
|
|
69
|
-
resourceInputs["match"] = state
|
|
70
|
-
resourceInputs["matchAll"] = state
|
|
71
|
-
resourceInputs["nacportalId"] = state
|
|
72
|
-
resourceInputs["name"] = state
|
|
73
|
-
resourceInputs["orgId"] = state
|
|
74
|
-
resourceInputs["radiusAttrs"] = state
|
|
75
|
-
resourceInputs["radiusGroup"] = state
|
|
76
|
-
resourceInputs["radiusVendorAttrs"] = state
|
|
77
|
-
resourceInputs["sessionTimeout"] = state
|
|
78
|
-
resourceInputs["type"] = state
|
|
79
|
-
resourceInputs["usernameAttr"] = state
|
|
80
|
-
resourceInputs["values"] = state
|
|
81
|
-
resourceInputs["vlan"] = state
|
|
66
|
+
resourceInputs["allowUsermacOverride"] = state?.allowUsermacOverride;
|
|
67
|
+
resourceInputs["egressVlanNames"] = state?.egressVlanNames;
|
|
68
|
+
resourceInputs["gbpTag"] = state?.gbpTag;
|
|
69
|
+
resourceInputs["match"] = state?.match;
|
|
70
|
+
resourceInputs["matchAll"] = state?.matchAll;
|
|
71
|
+
resourceInputs["nacportalId"] = state?.nacportalId;
|
|
72
|
+
resourceInputs["name"] = state?.name;
|
|
73
|
+
resourceInputs["orgId"] = state?.orgId;
|
|
74
|
+
resourceInputs["radiusAttrs"] = state?.radiusAttrs;
|
|
75
|
+
resourceInputs["radiusGroup"] = state?.radiusGroup;
|
|
76
|
+
resourceInputs["radiusVendorAttrs"] = state?.radiusVendorAttrs;
|
|
77
|
+
resourceInputs["sessionTimeout"] = state?.sessionTimeout;
|
|
78
|
+
resourceInputs["type"] = state?.type;
|
|
79
|
+
resourceInputs["usernameAttr"] = state?.usernameAttr;
|
|
80
|
+
resourceInputs["values"] = state?.values;
|
|
81
|
+
resourceInputs["vlan"] = state?.vlan;
|
|
82
82
|
}
|
|
83
83
|
else {
|
|
84
84
|
const args = argsOrState;
|
|
85
|
-
if (
|
|
85
|
+
if (args?.orgId === undefined && !opts.urn) {
|
|
86
86
|
throw new Error("Missing required property 'orgId'");
|
|
87
87
|
}
|
|
88
|
-
if (
|
|
88
|
+
if (args?.type === undefined && !opts.urn) {
|
|
89
89
|
throw new Error("Missing required property 'type'");
|
|
90
90
|
}
|
|
91
|
-
resourceInputs["allowUsermacOverride"] = args
|
|
92
|
-
resourceInputs["egressVlanNames"] = args
|
|
93
|
-
resourceInputs["gbpTag"] = args
|
|
94
|
-
resourceInputs["match"] = args
|
|
95
|
-
resourceInputs["matchAll"] = args
|
|
96
|
-
resourceInputs["nacportalId"] = args
|
|
97
|
-
resourceInputs["name"] = args
|
|
98
|
-
resourceInputs["orgId"] = args
|
|
99
|
-
resourceInputs["radiusAttrs"] = args
|
|
100
|
-
resourceInputs["radiusGroup"] = args
|
|
101
|
-
resourceInputs["radiusVendorAttrs"] = args
|
|
102
|
-
resourceInputs["sessionTimeout"] = args
|
|
103
|
-
resourceInputs["type"] = args
|
|
104
|
-
resourceInputs["usernameAttr"] = args
|
|
105
|
-
resourceInputs["values"] = args
|
|
106
|
-
resourceInputs["vlan"] = args
|
|
91
|
+
resourceInputs["allowUsermacOverride"] = args?.allowUsermacOverride;
|
|
92
|
+
resourceInputs["egressVlanNames"] = args?.egressVlanNames;
|
|
93
|
+
resourceInputs["gbpTag"] = args?.gbpTag;
|
|
94
|
+
resourceInputs["match"] = args?.match;
|
|
95
|
+
resourceInputs["matchAll"] = args?.matchAll;
|
|
96
|
+
resourceInputs["nacportalId"] = args?.nacportalId;
|
|
97
|
+
resourceInputs["name"] = args?.name;
|
|
98
|
+
resourceInputs["orgId"] = args?.orgId;
|
|
99
|
+
resourceInputs["radiusAttrs"] = args?.radiusAttrs;
|
|
100
|
+
resourceInputs["radiusGroup"] = args?.radiusGroup;
|
|
101
|
+
resourceInputs["radiusVendorAttrs"] = args?.radiusVendorAttrs;
|
|
102
|
+
resourceInputs["sessionTimeout"] = args?.sessionTimeout;
|
|
103
|
+
resourceInputs["type"] = args?.type;
|
|
104
|
+
resourceInputs["usernameAttr"] = args?.usernameAttr;
|
|
105
|
+
resourceInputs["values"] = args?.values;
|
|
106
|
+
resourceInputs["vlan"] = args?.vlan;
|
|
107
107
|
}
|
|
108
108
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
109
109
|
super(Nactag.__pulumiType, name, resourceInputs, opts);
|
package/org/nactag.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nactag.js","sourceRoot":"","sources":["../../org/nactag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"nactag.js","sourceRoot":"","sources":["../../org/nactag.ts"],"names":[],"mappings":"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"}
|
package/org/network.js
CHANGED
|
@@ -45,7 +45,7 @@ class Network extends pulumi.CustomResource {
|
|
|
45
45
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
46
|
*/
|
|
47
47
|
static get(name, id, state, opts) {
|
|
48
|
-
return new Network(name, state,
|
|
48
|
+
return new Network(name, state, { ...opts, id: id });
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Returns true if the given object is an instance of Network. This is designed to work even
|
|
@@ -62,45 +62,45 @@ class Network extends pulumi.CustomResource {
|
|
|
62
62
|
opts = opts || {};
|
|
63
63
|
if (opts.id) {
|
|
64
64
|
const state = argsOrState;
|
|
65
|
-
resourceInputs["disallowMistServices"] = state
|
|
66
|
-
resourceInputs["gateway"] = state
|
|
67
|
-
resourceInputs["gateway6"] = state
|
|
68
|
-
resourceInputs["internalAccess"] = state
|
|
69
|
-
resourceInputs["internetAccess"] = state
|
|
70
|
-
resourceInputs["isolation"] = state
|
|
71
|
-
resourceInputs["multicast"] = state
|
|
72
|
-
resourceInputs["name"] = state
|
|
73
|
-
resourceInputs["orgId"] = state
|
|
74
|
-
resourceInputs["routedForNetworks"] = state
|
|
75
|
-
resourceInputs["subnet"] = state
|
|
76
|
-
resourceInputs["subnet6"] = state
|
|
77
|
-
resourceInputs["tenants"] = state
|
|
78
|
-
resourceInputs["vlanId"] = state
|
|
79
|
-
resourceInputs["vpnAccess"] = state
|
|
65
|
+
resourceInputs["disallowMistServices"] = state?.disallowMistServices;
|
|
66
|
+
resourceInputs["gateway"] = state?.gateway;
|
|
67
|
+
resourceInputs["gateway6"] = state?.gateway6;
|
|
68
|
+
resourceInputs["internalAccess"] = state?.internalAccess;
|
|
69
|
+
resourceInputs["internetAccess"] = state?.internetAccess;
|
|
70
|
+
resourceInputs["isolation"] = state?.isolation;
|
|
71
|
+
resourceInputs["multicast"] = state?.multicast;
|
|
72
|
+
resourceInputs["name"] = state?.name;
|
|
73
|
+
resourceInputs["orgId"] = state?.orgId;
|
|
74
|
+
resourceInputs["routedForNetworks"] = state?.routedForNetworks;
|
|
75
|
+
resourceInputs["subnet"] = state?.subnet;
|
|
76
|
+
resourceInputs["subnet6"] = state?.subnet6;
|
|
77
|
+
resourceInputs["tenants"] = state?.tenants;
|
|
78
|
+
resourceInputs["vlanId"] = state?.vlanId;
|
|
79
|
+
resourceInputs["vpnAccess"] = state?.vpnAccess;
|
|
80
80
|
}
|
|
81
81
|
else {
|
|
82
82
|
const args = argsOrState;
|
|
83
|
-
if (
|
|
83
|
+
if (args?.orgId === undefined && !opts.urn) {
|
|
84
84
|
throw new Error("Missing required property 'orgId'");
|
|
85
85
|
}
|
|
86
|
-
if (
|
|
86
|
+
if (args?.subnet === undefined && !opts.urn) {
|
|
87
87
|
throw new Error("Missing required property 'subnet'");
|
|
88
88
|
}
|
|
89
|
-
resourceInputs["disallowMistServices"] = args
|
|
90
|
-
resourceInputs["gateway"] = args
|
|
91
|
-
resourceInputs["gateway6"] = args
|
|
92
|
-
resourceInputs["internalAccess"] = args
|
|
93
|
-
resourceInputs["internetAccess"] = args
|
|
94
|
-
resourceInputs["isolation"] = args
|
|
95
|
-
resourceInputs["multicast"] = args
|
|
96
|
-
resourceInputs["name"] = args
|
|
97
|
-
resourceInputs["orgId"] = args
|
|
98
|
-
resourceInputs["routedForNetworks"] = args
|
|
99
|
-
resourceInputs["subnet"] = args
|
|
100
|
-
resourceInputs["subnet6"] = args
|
|
101
|
-
resourceInputs["tenants"] = args
|
|
102
|
-
resourceInputs["vlanId"] = args
|
|
103
|
-
resourceInputs["vpnAccess"] = args
|
|
89
|
+
resourceInputs["disallowMistServices"] = args?.disallowMistServices;
|
|
90
|
+
resourceInputs["gateway"] = args?.gateway;
|
|
91
|
+
resourceInputs["gateway6"] = args?.gateway6;
|
|
92
|
+
resourceInputs["internalAccess"] = args?.internalAccess;
|
|
93
|
+
resourceInputs["internetAccess"] = args?.internetAccess;
|
|
94
|
+
resourceInputs["isolation"] = args?.isolation;
|
|
95
|
+
resourceInputs["multicast"] = args?.multicast;
|
|
96
|
+
resourceInputs["name"] = args?.name;
|
|
97
|
+
resourceInputs["orgId"] = args?.orgId;
|
|
98
|
+
resourceInputs["routedForNetworks"] = args?.routedForNetworks;
|
|
99
|
+
resourceInputs["subnet"] = args?.subnet;
|
|
100
|
+
resourceInputs["subnet6"] = args?.subnet6;
|
|
101
|
+
resourceInputs["tenants"] = args?.tenants;
|
|
102
|
+
resourceInputs["vlanId"] = args?.vlanId;
|
|
103
|
+
resourceInputs["vpnAccess"] = args?.vpnAccess;
|
|
104
104
|
}
|
|
105
105
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
106
106
|
super(Network.__pulumiType, name, resourceInputs, opts);
|
package/org/network.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../org/network.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../org/network.ts"],"names":[],"mappings":"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"}
|
package/org/networktemplate.d.ts
CHANGED
|
@@ -88,9 +88,7 @@ export declare class Networktemplate extends pulumi.CustomResource {
|
|
|
88
88
|
[key: string]: outputs.org.NetworktemplateOspfAreas;
|
|
89
89
|
} | undefined>;
|
|
90
90
|
/**
|
|
91
|
-
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes
|
|
92
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A
|
|
93
|
-
* maximum 4 mirroring ports is allowed
|
|
91
|
+
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A maximum 4 mirroring ports is allowed
|
|
94
92
|
*/
|
|
95
93
|
readonly portMirroring: pulumi.Output<{
|
|
96
94
|
[key: string]: outputs.org.NetworktemplatePortMirroring;
|
|
@@ -107,8 +105,7 @@ export declare class Networktemplate extends pulumi.CustomResource {
|
|
|
107
105
|
readonly radiusConfig: pulumi.Output<outputs.org.NetworktemplateRadiusConfig | undefined>;
|
|
108
106
|
readonly remoteSyslog: pulumi.Output<outputs.org.NetworktemplateRemoteSyslog | undefined>;
|
|
109
107
|
/**
|
|
110
|
-
* By default, only the configuration generated by Mist is cleaned up during the configuration process. If `true`, all the
|
|
111
|
-
* existing configuration will be removed.
|
|
108
|
+
* By default, only the configuration generated by Mist is cleaned up during the configuration process. If `true`, all the existing configuration will be removed.
|
|
112
109
|
*/
|
|
113
110
|
readonly removeExistingConfigs: pulumi.Output<boolean | undefined>;
|
|
114
111
|
readonly snmpConfig: pulumi.Output<outputs.org.NetworktemplateSnmpConfig | undefined>;
|
|
@@ -195,9 +192,7 @@ export interface NetworktemplateState {
|
|
|
195
192
|
[key: string]: pulumi.Input<inputs.org.NetworktemplateOspfAreas>;
|
|
196
193
|
}>;
|
|
197
194
|
/**
|
|
198
|
-
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes
|
|
199
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A
|
|
200
|
-
* maximum 4 mirroring ports is allowed
|
|
195
|
+
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A maximum 4 mirroring ports is allowed
|
|
201
196
|
*/
|
|
202
197
|
portMirroring?: pulumi.Input<{
|
|
203
198
|
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
|
|
@@ -214,8 +209,7 @@ export interface NetworktemplateState {
|
|
|
214
209
|
radiusConfig?: pulumi.Input<inputs.org.NetworktemplateRadiusConfig>;
|
|
215
210
|
remoteSyslog?: pulumi.Input<inputs.org.NetworktemplateRemoteSyslog>;
|
|
216
211
|
/**
|
|
217
|
-
* By default, only the configuration generated by Mist is cleaned up during the configuration process. If `true`, all the
|
|
218
|
-
* existing configuration will be removed.
|
|
212
|
+
* By default, only the configuration generated by Mist is cleaned up during the configuration process. If `true`, all the existing configuration will be removed.
|
|
219
213
|
*/
|
|
220
214
|
removeExistingConfigs?: pulumi.Input<boolean>;
|
|
221
215
|
snmpConfig?: pulumi.Input<inputs.org.NetworktemplateSnmpConfig>;
|
|
@@ -294,9 +288,7 @@ export interface NetworktemplateArgs {
|
|
|
294
288
|
[key: string]: pulumi.Input<inputs.org.NetworktemplateOspfAreas>;
|
|
295
289
|
}>;
|
|
296
290
|
/**
|
|
297
|
-
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes
|
|
298
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A
|
|
299
|
-
* maximum 4 mirroring ports is allowed
|
|
291
|
+
* Property key is the port mirroring instance name. `portMirroring` can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output. A maximum 4 mirroring ports is allowed
|
|
300
292
|
*/
|
|
301
293
|
portMirroring?: pulumi.Input<{
|
|
302
294
|
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
|
|
@@ -313,8 +305,7 @@ export interface NetworktemplateArgs {
|
|
|
313
305
|
radiusConfig?: pulumi.Input<inputs.org.NetworktemplateRadiusConfig>;
|
|
314
306
|
remoteSyslog?: pulumi.Input<inputs.org.NetworktemplateRemoteSyslog>;
|
|
315
307
|
/**
|
|
316
|
-
* By default, only the configuration generated by Mist is cleaned up during the configuration process. If `true`, all the
|
|
317
|
-
* existing configuration will be removed.
|
|
308
|
+
* By default, only the configuration generated by Mist is cleaned up during the configuration process. If `true`, all the existing configuration will be removed.
|
|
318
309
|
*/
|
|
319
310
|
removeExistingConfigs?: pulumi.Input<boolean>;
|
|
320
311
|
snmpConfig?: pulumi.Input<inputs.org.NetworktemplateSnmpConfig>;
|