@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.
Files changed (131) hide show
  1. package/config/vars.d.ts +3 -5
  2. package/config/vars.js.map +1 -1
  3. package/device/ap.d.ts +12 -15
  4. package/device/ap.js +77 -77
  5. package/device/ap.js.map +1 -1
  6. package/device/base.js +34 -34
  7. package/device/base.js.map +1 -1
  8. package/device/gateway.d.ts +15 -6
  9. package/device/gateway.js +77 -75
  10. package/device/gateway.js.map +1 -1
  11. package/device/gatewayCluster.js +7 -7
  12. package/device/gatewayCluster.js.map +1 -1
  13. package/device/image.js +13 -13
  14. package/device/image.js.map +1 -1
  15. package/device/switch.d.ts +24 -39
  16. package/device/switch.js +99 -99
  17. package/device/switch.js.map +1 -1
  18. package/org/alarmtemplate.js +12 -12
  19. package/org/alarmtemplate.js.map +1 -1
  20. package/org/apitoken.js +13 -13
  21. package/org/apitoken.js.map +1 -1
  22. package/org/avprofile.js +17 -17
  23. package/org/avprofile.js.map +1 -1
  24. package/org/base.js +13 -13
  25. package/org/base.js.map +1 -1
  26. package/org/deviceprofileAp.d.ts +12 -12
  27. package/org/deviceprofileAp.js +49 -49
  28. package/org/deviceprofileAp.js.map +1 -1
  29. package/org/deviceprofileAssign.js +10 -10
  30. package/org/deviceprofileAssign.js.map +1 -1
  31. package/org/deviceprofileGateway.d.ts +15 -6
  32. package/org/deviceprofileGateway.js +55 -53
  33. package/org/deviceprofileGateway.js.map +1 -1
  34. package/org/evpnTopology.js +13 -13
  35. package/org/evpnTopology.js.map +1 -1
  36. package/org/gatewaytemplate.d.ts +18 -12
  37. package/org/gatewaytemplate.js +56 -54
  38. package/org/gatewaytemplate.js.map +1 -1
  39. package/org/idpprofile.js +11 -11
  40. package/org/idpprofile.js.map +1 -1
  41. package/org/inventory.d.ts +15 -9
  42. package/org/inventory.js +6 -6
  43. package/org/inventory.js.map +1 -1
  44. package/org/nacEndpoint.js +17 -17
  45. package/org/nacEndpoint.js.map +1 -1
  46. package/org/nacidp.js +57 -57
  47. package/org/nacidp.js.map +1 -1
  48. package/org/nacrule.js +22 -22
  49. package/org/nacrule.js.map +1 -1
  50. package/org/nactag.d.ts +42 -39
  51. package/org/nactag.js +35 -35
  52. package/org/nactag.js.map +1 -1
  53. package/org/network.js +33 -33
  54. package/org/network.js.map +1 -1
  55. package/org/networktemplate.d.ts +6 -15
  56. package/org/networktemplate.js +50 -50
  57. package/org/networktemplate.js.map +1 -1
  58. package/org/psk.js +38 -38
  59. package/org/psk.js.map +1 -1
  60. package/org/rftemplate.js +28 -28
  61. package/org/rftemplate.js.map +1 -1
  62. package/org/service.d.ts +12 -6
  63. package/org/service.js +50 -50
  64. package/org/service.js.map +1 -1
  65. package/org/servicepolicy.js +28 -28
  66. package/org/servicepolicy.js.map +1 -1
  67. package/org/setting.d.ts +27 -42
  68. package/org/setting.js +70 -70
  69. package/org/setting.js.map +1 -1
  70. package/org/sitegroup.js +6 -6
  71. package/org/sitegroup.js.map +1 -1
  72. package/org/sso.d.ts +15 -33
  73. package/org/sso.js +31 -31
  74. package/org/sso.js.map +1 -1
  75. package/org/ssoRole.js +9 -9
  76. package/org/ssoRole.js.map +1 -1
  77. package/org/vpn.js +12 -12
  78. package/org/vpn.js.map +1 -1
  79. package/org/webhook.d.ts +6 -15
  80. package/org/webhook.js +40 -40
  81. package/org/webhook.js.map +1 -1
  82. package/org/wlan.d.ts +69 -93
  83. package/org/wlan.js +190 -190
  84. package/org/wlan.js.map +1 -1
  85. package/org/wlanPortalImage.js +10 -10
  86. package/org/wlanPortalImage.js.map +1 -1
  87. package/org/wlanPortalTemplate.js +10 -10
  88. package/org/wlanPortalTemplate.js.map +1 -1
  89. package/org/wlantemplate.js +14 -14
  90. package/org/wlantemplate.js.map +1 -1
  91. package/org/wxrule.js +27 -27
  92. package/org/wxrule.js.map +1 -1
  93. package/org/wxtag.d.ts +60 -36
  94. package/org/wxtag.js +21 -21
  95. package/org/wxtag.js.map +1 -1
  96. package/package.json +2 -2
  97. package/provider.d.ts +5 -8
  98. package/provider.js +7 -7
  99. package/provider.js.map +1 -1
  100. package/site/base.js +34 -34
  101. package/site/base.js.map +1 -1
  102. package/site/evpnTopology.js +14 -14
  103. package/site/evpnTopology.js.map +1 -1
  104. package/site/networktemplate.d.ts +3 -9
  105. package/site/networktemplate.js +52 -52
  106. package/site/networktemplate.js.map +1 -1
  107. package/site/psk.js +35 -35
  108. package/site/psk.js.map +1 -1
  109. package/site/setting.d.ts +33 -63
  110. package/site/setting.js +97 -97
  111. package/site/setting.js.map +1 -1
  112. package/site/webhook.d.ts +6 -15
  113. package/site/webhook.js +43 -43
  114. package/site/webhook.js.map +1 -1
  115. package/site/wlan.d.ts +69 -93
  116. package/site/wlan.js +188 -188
  117. package/site/wlan.js.map +1 -1
  118. package/site/wlanPortalImage.js +10 -10
  119. package/site/wlanPortalImage.js.map +1 -1
  120. package/site/wlanPortalTemplate.js +10 -10
  121. package/site/wlanPortalTemplate.js.map +1 -1
  122. package/site/wxrule.js +24 -24
  123. package/site/wxrule.js.map +1 -1
  124. package/site/wxtag.d.ts +60 -36
  125. package/site/wxtag.js +21 -21
  126. package/site/wxtag.js.map +1 -1
  127. package/types/output.d.ts +55 -55
  128. package/upgradeDevice.js +30 -30
  129. package/upgradeDevice.js.map +1 -1
  130. package/utilities.js +18 -29
  131. 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, Object.assign(Object.assign({}, opts), { id: id }));
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 ? state.action : undefined;
52
- resourceInputs["applyTags"] = state ? state.applyTags : undefined;
53
- resourceInputs["enabled"] = state ? state.enabled : undefined;
54
- resourceInputs["guestAuthState"] = state ? state.guestAuthState : undefined;
55
- resourceInputs["matching"] = state ? state.matching : undefined;
56
- resourceInputs["name"] = state ? state.name : undefined;
57
- resourceInputs["notMatching"] = state ? state.notMatching : undefined;
58
- resourceInputs["order"] = state ? state.order : undefined;
59
- resourceInputs["orgId"] = state ? state.orgId : undefined;
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 ((!args || args.action === undefined) && !opts.urn) {
63
+ if (args?.action === undefined && !opts.urn) {
64
64
  throw new Error("Missing required property 'action'");
65
65
  }
66
- if ((!args || args.order === undefined) && !opts.urn) {
66
+ if (args?.order === undefined && !opts.urn) {
67
67
  throw new Error("Missing required property 'order'");
68
68
  }
69
- if ((!args || args.orgId === undefined) && !opts.urn) {
69
+ if (args?.orgId === undefined && !opts.urn) {
70
70
  throw new Error("Missing required property 'orgId'");
71
71
  }
72
- resourceInputs["action"] = args ? args.action : undefined;
73
- resourceInputs["applyTags"] = args ? args.applyTags : undefined;
74
- resourceInputs["enabled"] = args ? args.enabled : undefined;
75
- resourceInputs["guestAuthState"] = args ? args.guestAuthState : undefined;
76
- resourceInputs["matching"] = args ? args.matching : undefined;
77
- resourceInputs["name"] = args ? args.name : undefined;
78
- resourceInputs["notMatching"] = args ? args.notMatching : undefined;
79
- resourceInputs["order"] = args ? args.order : undefined;
80
- resourceInputs["orgId"] = args ? args.orgId : undefined;
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);
@@ -1 +1 @@
1
- {"version":3,"file":"nacrule.js","sourceRoot":"","sources":["../../org/nacrule.ts"],"names":[],"mappings":"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"}
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` * `false`: means it is sufficient to match any of the values (i.e.,
64
- * match-any behavior) * `true`: means all values should be matched (i.e., match-all behavior) Currently it makes sense to
65
- * set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`
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". It is
76
- * the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected. Note
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
- * "radiusVendorAttrs". It is the responsibility of the user to provide a syntactically correct string, otherwise it may
87
- * not work as expected. Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
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` * `false`: means it is sufficient to match any of the values (i.e.,
140
- * match-any behavior) * `true`: means all values should be matched (i.e., match-all behavior) Currently it makes sense to
141
- * set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`
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". It is
152
- * the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected. Note
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
- * "radiusVendorAttrs". It is the responsibility of the user to provide a syntactically correct string, otherwise it may
163
- * not work as expected. Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
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` * `false`: means it is sufficient to match any of the values (i.e.,
208
- * match-any behavior) * `true`: means all values should be matched (i.e., match-all behavior) Currently it makes sense to
209
- * set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`
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". It is
220
- * the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected. Note
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
- * "radiusVendorAttrs". It is the responsibility of the user to provide a syntactically correct string, otherwise it may
231
- * not work as expected. Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
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, Object.assign(Object.assign({}, opts), { id: id }));
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 ? state.allowUsermacOverride : undefined;
67
- resourceInputs["egressVlanNames"] = state ? state.egressVlanNames : undefined;
68
- resourceInputs["gbpTag"] = state ? state.gbpTag : undefined;
69
- resourceInputs["match"] = state ? state.match : undefined;
70
- resourceInputs["matchAll"] = state ? state.matchAll : undefined;
71
- resourceInputs["nacportalId"] = state ? state.nacportalId : undefined;
72
- resourceInputs["name"] = state ? state.name : undefined;
73
- resourceInputs["orgId"] = state ? state.orgId : undefined;
74
- resourceInputs["radiusAttrs"] = state ? state.radiusAttrs : undefined;
75
- resourceInputs["radiusGroup"] = state ? state.radiusGroup : undefined;
76
- resourceInputs["radiusVendorAttrs"] = state ? state.radiusVendorAttrs : undefined;
77
- resourceInputs["sessionTimeout"] = state ? state.sessionTimeout : undefined;
78
- resourceInputs["type"] = state ? state.type : undefined;
79
- resourceInputs["usernameAttr"] = state ? state.usernameAttr : undefined;
80
- resourceInputs["values"] = state ? state.values : undefined;
81
- resourceInputs["vlan"] = state ? state.vlan : undefined;
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 ((!args || args.orgId === undefined) && !opts.urn) {
85
+ if (args?.orgId === undefined && !opts.urn) {
86
86
  throw new Error("Missing required property 'orgId'");
87
87
  }
88
- if ((!args || args.type === undefined) && !opts.urn) {
88
+ if (args?.type === undefined && !opts.urn) {
89
89
  throw new Error("Missing required property 'type'");
90
90
  }
91
- resourceInputs["allowUsermacOverride"] = args ? args.allowUsermacOverride : undefined;
92
- resourceInputs["egressVlanNames"] = args ? args.egressVlanNames : undefined;
93
- resourceInputs["gbpTag"] = args ? args.gbpTag : undefined;
94
- resourceInputs["match"] = args ? args.match : undefined;
95
- resourceInputs["matchAll"] = args ? args.matchAll : undefined;
96
- resourceInputs["nacportalId"] = args ? args.nacportalId : undefined;
97
- resourceInputs["name"] = args ? args.name : undefined;
98
- resourceInputs["orgId"] = args ? args.orgId : undefined;
99
- resourceInputs["radiusAttrs"] = args ? args.radiusAttrs : undefined;
100
- resourceInputs["radiusGroup"] = args ? args.radiusGroup : undefined;
101
- resourceInputs["radiusVendorAttrs"] = args ? args.radiusVendorAttrs : undefined;
102
- resourceInputs["sessionTimeout"] = args ? args.sessionTimeout : undefined;
103
- resourceInputs["type"] = args ? args.type : undefined;
104
- resourceInputs["usernameAttr"] = args ? args.usernameAttr : undefined;
105
- resourceInputs["values"] = args ? args.values : undefined;
106
- resourceInputs["vlan"] = args ? args.vlan : undefined;
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":"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"}
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, Object.assign(Object.assign({}, opts), { id: id }));
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 ? state.disallowMistServices : undefined;
66
- resourceInputs["gateway"] = state ? state.gateway : undefined;
67
- resourceInputs["gateway6"] = state ? state.gateway6 : undefined;
68
- resourceInputs["internalAccess"] = state ? state.internalAccess : undefined;
69
- resourceInputs["internetAccess"] = state ? state.internetAccess : undefined;
70
- resourceInputs["isolation"] = state ? state.isolation : undefined;
71
- resourceInputs["multicast"] = state ? state.multicast : undefined;
72
- resourceInputs["name"] = state ? state.name : undefined;
73
- resourceInputs["orgId"] = state ? state.orgId : undefined;
74
- resourceInputs["routedForNetworks"] = state ? state.routedForNetworks : undefined;
75
- resourceInputs["subnet"] = state ? state.subnet : undefined;
76
- resourceInputs["subnet6"] = state ? state.subnet6 : undefined;
77
- resourceInputs["tenants"] = state ? state.tenants : undefined;
78
- resourceInputs["vlanId"] = state ? state.vlanId : undefined;
79
- resourceInputs["vpnAccess"] = state ? state.vpnAccess : undefined;
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 ((!args || args.orgId === undefined) && !opts.urn) {
83
+ if (args?.orgId === undefined && !opts.urn) {
84
84
  throw new Error("Missing required property 'orgId'");
85
85
  }
86
- if ((!args || args.subnet === undefined) && !opts.urn) {
86
+ if (args?.subnet === undefined && !opts.urn) {
87
87
  throw new Error("Missing required property 'subnet'");
88
88
  }
89
- resourceInputs["disallowMistServices"] = args ? args.disallowMistServices : undefined;
90
- resourceInputs["gateway"] = args ? args.gateway : undefined;
91
- resourceInputs["gateway6"] = args ? args.gateway6 : undefined;
92
- resourceInputs["internalAccess"] = args ? args.internalAccess : undefined;
93
- resourceInputs["internetAccess"] = args ? args.internetAccess : undefined;
94
- resourceInputs["isolation"] = args ? args.isolation : undefined;
95
- resourceInputs["multicast"] = args ? args.multicast : undefined;
96
- resourceInputs["name"] = args ? args.name : undefined;
97
- resourceInputs["orgId"] = args ? args.orgId : undefined;
98
- resourceInputs["routedForNetworks"] = args ? args.routedForNetworks : undefined;
99
- resourceInputs["subnet"] = args ? args.subnet : undefined;
100
- resourceInputs["subnet6"] = args ? args.subnet6 : undefined;
101
- resourceInputs["tenants"] = args ? args.tenants : undefined;
102
- resourceInputs["vlanId"] = args ? args.vlanId : undefined;
103
- resourceInputs["vpnAccess"] = args ? args.vpnAccess : undefined;
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);
@@ -1 +1 @@
1
- {"version":3,"file":"network.js","sourceRoot":"","sources":["../../org/network.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"network.js","sourceRoot":"","sources":["../../org/network.ts"],"names":[],"mappings":"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"}
@@ -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>;