@pulumi/sdwan 0.3.0 → 0.3.1-alpha.1745552221

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.
@@ -64,10 +64,6 @@ export interface GetTransportCellularProfileFeatureResult {
64
64
  * The name of the Feature
65
65
  */
66
66
  readonly name: string;
67
- /**
68
- * No Authentication
69
- */
70
- readonly noAuthentication: string;
71
67
  /**
72
68
  * No Overwrite
73
69
  */
@@ -108,6 +104,10 @@ export interface GetTransportCellularProfileFeatureResult {
108
104
  * Variable name
109
105
  */
110
106
  readonly profileUsernameVariable: string;
107
+ /**
108
+ * Require authentication type
109
+ */
110
+ readonly requiresAuthentication: boolean;
111
111
  /**
112
112
  * The version of the Feature
113
113
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/sdwan",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-alpha.1745552221",
4
4
  "description": "A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "sdwan",
27
- "version": "0.3.0"
27
+ "version": "0.3.1-alpha.1745552221"
28
28
  }
29
29
  }
@@ -74,7 +74,7 @@ export declare class ServiceRoutingEigrpFeature extends pulumi.CustomResource {
74
74
  */
75
75
  readonly hmacAuthenticationKey: pulumi.Output<string | undefined>;
76
76
  /**
77
- * Variable name
77
+ * Variable name, Attribute conditional on `authenticationType` being equal to `hmac-sha-256`
78
78
  */
79
79
  readonly hmacAuthenticationKeyVariable: pulumi.Output<string | undefined>;
80
80
  /**
@@ -168,7 +168,7 @@ export interface ServiceRoutingEigrpFeatureState {
168
168
  */
169
169
  hmacAuthenticationKey?: pulumi.Input<string>;
170
170
  /**
171
- * Variable name
171
+ * Variable name, Attribute conditional on `authenticationType` being equal to `hmac-sha-256`
172
172
  */
173
173
  hmacAuthenticationKeyVariable?: pulumi.Input<string>;
174
174
  /**
@@ -254,7 +254,7 @@ export interface ServiceRoutingEigrpFeatureArgs {
254
254
  */
255
255
  hmacAuthenticationKey?: pulumi.Input<string>;
256
256
  /**
257
- * Variable name
257
+ * Variable name, Attribute conditional on `authenticationType` being equal to `hmac-sha-256`
258
258
  */
259
259
  hmacAuthenticationKeyVariable?: pulumi.Input<string>;
260
260
  /**
@@ -61,7 +61,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
61
61
  */
62
62
  readonly aaaDeriveNameFromPeerDomain: pulumi.Output<string | undefined>;
63
63
  /**
64
- * Variable name
64
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
65
65
  */
66
66
  readonly aaaDeriveNameFromPeerDomainVariable: pulumi.Output<string | undefined>;
67
67
  /**
@@ -69,7 +69,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
69
69
  */
70
70
  readonly aaaDeriveNameFromPeerIdentity: pulumi.Output<string | undefined>;
71
71
  /**
72
- * Variable name
72
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
73
73
  */
74
74
  readonly aaaDeriveNameFromPeerIdentityVariable: pulumi.Output<string | undefined>;
75
75
  /**
@@ -120,7 +120,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
120
120
  */
121
121
  readonly ikev2AntiDosThreshold: pulumi.Output<number | undefined>;
122
122
  /**
123
- * Variable name
123
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
124
124
  */
125
125
  readonly ikev2AntiDosThresholdVariable: pulumi.Output<string | undefined>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
129
129
  */
130
130
  readonly ikev2LocalIkeIdentityType: pulumi.Output<string | undefined>;
131
131
  /**
132
- * Variable name
132
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
133
133
  */
134
134
  readonly ikev2LocalIkeIdentityTypeVariable: pulumi.Output<string | undefined>;
135
135
  /**
@@ -137,7 +137,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
137
137
  */
138
138
  readonly ikev2LocalIkeIdentityValue: pulumi.Output<string | undefined>;
139
139
  /**
140
- * Variable name
140
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
141
141
  */
142
142
  readonly ikev2LocalIkeIdentityValueVariable: pulumi.Output<string | undefined>;
143
143
  /**
@@ -146,7 +146,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
146
146
  */
147
147
  readonly ikev2SecurityAssociationLifetime: pulumi.Output<number | undefined>;
148
148
  /**
149
- * Variable name
149
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
150
150
  */
151
151
  readonly ikev2SecurityAssociationLifetimeVariable: pulumi.Output<string | undefined>;
152
152
  /**
@@ -155,7 +155,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
155
155
  */
156
156
  readonly ipsecAntiReplayWindowSize: pulumi.Output<number | undefined>;
157
157
  /**
158
- * Variable name
158
+ * Variable name, Attribute conditional on `ipsecEnableAntiReplay` being equal to `true`
159
159
  */
160
160
  readonly ipsecAntiReplayWindowSizeVariable: pulumi.Output<string | undefined>;
161
161
  /**
@@ -163,7 +163,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
163
163
  */
164
164
  readonly ipsecEnableAntiReplay: pulumi.Output<boolean | undefined>;
165
165
  /**
166
- * Variable name
166
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
167
167
  */
168
168
  readonly ipsecEnableAntiReplayVariable: pulumi.Output<string | undefined>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
172
172
  */
173
173
  readonly ipsecEnablePerfectFowardSecrecy: pulumi.Output<boolean | undefined>;
174
174
  /**
175
- * Variable name
175
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
176
176
  */
177
177
  readonly ipsecEnablePerfectFowardSecrecyVariable: pulumi.Output<string | undefined>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
181
181
  */
182
182
  readonly ipsecSecurityAssociationLifetime: pulumi.Output<number | undefined>;
183
183
  /**
184
- * Variable name
184
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
185
185
  */
186
186
  readonly ipsecSecurityAssociationLifetimeVariable: pulumi.Output<string | undefined>;
187
187
  /**
@@ -209,7 +209,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
209
209
  */
210
210
  readonly pskAuthenticationPreSharedKey: pulumi.Output<string | undefined>;
211
211
  /**
212
- * Variable name
212
+ * Variable name, Attribute conditional on `pskAuthenticationType` being equal to `group`
213
213
  */
214
214
  readonly pskAuthenticationPreSharedKeyVariable: pulumi.Output<string | undefined>;
215
215
  /**
@@ -217,7 +217,7 @@ export declare class SystemRemoteAccessFeature extends pulumi.CustomResource {
217
217
  */
218
218
  readonly pskAuthenticationType: pulumi.Output<string | undefined>;
219
219
  /**
220
- * Variable name
220
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
221
221
  */
222
222
  readonly pskAuthenticationTypeVariable: pulumi.Output<string | undefined>;
223
223
  readonly radiusGroupName: pulumi.Output<string>;
@@ -247,7 +247,7 @@ export interface SystemRemoteAccessFeatureState {
247
247
  */
248
248
  aaaDeriveNameFromPeerDomain?: pulumi.Input<string>;
249
249
  /**
250
- * Variable name
250
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
251
251
  */
252
252
  aaaDeriveNameFromPeerDomainVariable?: pulumi.Input<string>;
253
253
  /**
@@ -255,7 +255,7 @@ export interface SystemRemoteAccessFeatureState {
255
255
  */
256
256
  aaaDeriveNameFromPeerIdentity?: pulumi.Input<string>;
257
257
  /**
258
- * Variable name
258
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
259
259
  */
260
260
  aaaDeriveNameFromPeerIdentityVariable?: pulumi.Input<string>;
261
261
  /**
@@ -306,7 +306,7 @@ export interface SystemRemoteAccessFeatureState {
306
306
  */
307
307
  ikev2AntiDosThreshold?: pulumi.Input<number>;
308
308
  /**
309
- * Variable name
309
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
310
310
  */
311
311
  ikev2AntiDosThresholdVariable?: pulumi.Input<string>;
312
312
  /**
@@ -315,7 +315,7 @@ export interface SystemRemoteAccessFeatureState {
315
315
  */
316
316
  ikev2LocalIkeIdentityType?: pulumi.Input<string>;
317
317
  /**
318
- * Variable name
318
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
319
319
  */
320
320
  ikev2LocalIkeIdentityTypeVariable?: pulumi.Input<string>;
321
321
  /**
@@ -323,7 +323,7 @@ export interface SystemRemoteAccessFeatureState {
323
323
  */
324
324
  ikev2LocalIkeIdentityValue?: pulumi.Input<string>;
325
325
  /**
326
- * Variable name
326
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
327
327
  */
328
328
  ikev2LocalIkeIdentityValueVariable?: pulumi.Input<string>;
329
329
  /**
@@ -332,7 +332,7 @@ export interface SystemRemoteAccessFeatureState {
332
332
  */
333
333
  ikev2SecurityAssociationLifetime?: pulumi.Input<number>;
334
334
  /**
335
- * Variable name
335
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
336
336
  */
337
337
  ikev2SecurityAssociationLifetimeVariable?: pulumi.Input<string>;
338
338
  /**
@@ -341,7 +341,7 @@ export interface SystemRemoteAccessFeatureState {
341
341
  */
342
342
  ipsecAntiReplayWindowSize?: pulumi.Input<number>;
343
343
  /**
344
- * Variable name
344
+ * Variable name, Attribute conditional on `ipsecEnableAntiReplay` being equal to `true`
345
345
  */
346
346
  ipsecAntiReplayWindowSizeVariable?: pulumi.Input<string>;
347
347
  /**
@@ -349,7 +349,7 @@ export interface SystemRemoteAccessFeatureState {
349
349
  */
350
350
  ipsecEnableAntiReplay?: pulumi.Input<boolean>;
351
351
  /**
352
- * Variable name
352
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
353
353
  */
354
354
  ipsecEnableAntiReplayVariable?: pulumi.Input<string>;
355
355
  /**
@@ -358,7 +358,7 @@ export interface SystemRemoteAccessFeatureState {
358
358
  */
359
359
  ipsecEnablePerfectFowardSecrecy?: pulumi.Input<boolean>;
360
360
  /**
361
- * Variable name
361
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
362
362
  */
363
363
  ipsecEnablePerfectFowardSecrecyVariable?: pulumi.Input<string>;
364
364
  /**
@@ -367,7 +367,7 @@ export interface SystemRemoteAccessFeatureState {
367
367
  */
368
368
  ipsecSecurityAssociationLifetime?: pulumi.Input<number>;
369
369
  /**
370
- * Variable name
370
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
371
371
  */
372
372
  ipsecSecurityAssociationLifetimeVariable?: pulumi.Input<string>;
373
373
  /**
@@ -395,7 +395,7 @@ export interface SystemRemoteAccessFeatureState {
395
395
  */
396
396
  pskAuthenticationPreSharedKey?: pulumi.Input<string>;
397
397
  /**
398
- * Variable name
398
+ * Variable name, Attribute conditional on `pskAuthenticationType` being equal to `group`
399
399
  */
400
400
  pskAuthenticationPreSharedKeyVariable?: pulumi.Input<string>;
401
401
  /**
@@ -403,7 +403,7 @@ export interface SystemRemoteAccessFeatureState {
403
403
  */
404
404
  pskAuthenticationType?: pulumi.Input<string>;
405
405
  /**
406
- * Variable name
406
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
407
407
  */
408
408
  pskAuthenticationTypeVariable?: pulumi.Input<string>;
409
409
  radiusGroupName?: pulumi.Input<string>;
@@ -425,7 +425,7 @@ export interface SystemRemoteAccessFeatureArgs {
425
425
  */
426
426
  aaaDeriveNameFromPeerDomain?: pulumi.Input<string>;
427
427
  /**
428
- * Variable name
428
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
429
429
  */
430
430
  aaaDeriveNameFromPeerDomainVariable?: pulumi.Input<string>;
431
431
  /**
@@ -433,7 +433,7 @@ export interface SystemRemoteAccessFeatureArgs {
433
433
  */
434
434
  aaaDeriveNameFromPeerIdentity?: pulumi.Input<string>;
435
435
  /**
436
- * Variable name
436
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
437
437
  */
438
438
  aaaDeriveNameFromPeerIdentityVariable?: pulumi.Input<string>;
439
439
  /**
@@ -484,7 +484,7 @@ export interface SystemRemoteAccessFeatureArgs {
484
484
  */
485
485
  ikev2AntiDosThreshold?: pulumi.Input<number>;
486
486
  /**
487
- * Variable name
487
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
488
488
  */
489
489
  ikev2AntiDosThresholdVariable?: pulumi.Input<string>;
490
490
  /**
@@ -493,7 +493,7 @@ export interface SystemRemoteAccessFeatureArgs {
493
493
  */
494
494
  ikev2LocalIkeIdentityType?: pulumi.Input<string>;
495
495
  /**
496
- * Variable name
496
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
497
497
  */
498
498
  ikev2LocalIkeIdentityTypeVariable?: pulumi.Input<string>;
499
499
  /**
@@ -501,7 +501,7 @@ export interface SystemRemoteAccessFeatureArgs {
501
501
  */
502
502
  ikev2LocalIkeIdentityValue?: pulumi.Input<string>;
503
503
  /**
504
- * Variable name
504
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
505
505
  */
506
506
  ikev2LocalIkeIdentityValueVariable?: pulumi.Input<string>;
507
507
  /**
@@ -510,7 +510,7 @@ export interface SystemRemoteAccessFeatureArgs {
510
510
  */
511
511
  ikev2SecurityAssociationLifetime?: pulumi.Input<number>;
512
512
  /**
513
- * Variable name
513
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
514
514
  */
515
515
  ikev2SecurityAssociationLifetimeVariable?: pulumi.Input<string>;
516
516
  /**
@@ -519,7 +519,7 @@ export interface SystemRemoteAccessFeatureArgs {
519
519
  */
520
520
  ipsecAntiReplayWindowSize?: pulumi.Input<number>;
521
521
  /**
522
- * Variable name
522
+ * Variable name, Attribute conditional on `ipsecEnableAntiReplay` being equal to `true`
523
523
  */
524
524
  ipsecAntiReplayWindowSizeVariable?: pulumi.Input<string>;
525
525
  /**
@@ -527,7 +527,7 @@ export interface SystemRemoteAccessFeatureArgs {
527
527
  */
528
528
  ipsecEnableAntiReplay?: pulumi.Input<boolean>;
529
529
  /**
530
- * Variable name
530
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
531
531
  */
532
532
  ipsecEnableAntiReplayVariable?: pulumi.Input<string>;
533
533
  /**
@@ -536,7 +536,7 @@ export interface SystemRemoteAccessFeatureArgs {
536
536
  */
537
537
  ipsecEnablePerfectFowardSecrecy?: pulumi.Input<boolean>;
538
538
  /**
539
- * Variable name
539
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
540
540
  */
541
541
  ipsecEnablePerfectFowardSecrecyVariable?: pulumi.Input<string>;
542
542
  /**
@@ -545,7 +545,7 @@ export interface SystemRemoteAccessFeatureArgs {
545
545
  */
546
546
  ipsecSecurityAssociationLifetime?: pulumi.Input<number>;
547
547
  /**
548
- * Variable name
548
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
549
549
  */
550
550
  ipsecSecurityAssociationLifetimeVariable?: pulumi.Input<string>;
551
551
  /**
@@ -573,7 +573,7 @@ export interface SystemRemoteAccessFeatureArgs {
573
573
  */
574
574
  pskAuthenticationPreSharedKey?: pulumi.Input<string>;
575
575
  /**
576
- * Variable name
576
+ * Variable name, Attribute conditional on `pskAuthenticationType` being equal to `group`
577
577
  */
578
578
  pskAuthenticationPreSharedKeyVariable?: pulumi.Input<string>;
579
579
  /**
@@ -581,7 +581,7 @@ export interface SystemRemoteAccessFeatureArgs {
581
581
  */
582
582
  pskAuthenticationType?: pulumi.Input<string>;
583
583
  /**
584
- * Variable name
584
+ * Variable name, Attribute conditional on `connectionTypeSsl` being equal to `false`
585
585
  */
586
586
  pskAuthenticationTypeVariable?: pulumi.Input<string>;
587
587
  radiusGroupName: pulumi.Input<string>;
@@ -15,6 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
15
15
  * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
16
16
  * profileId: 1,
17
17
  * accessPointName: "apn1",
18
+ * requiresAuthentication: true,
18
19
  * authenticationType: "pap",
19
20
  * profileUsername: "example",
20
21
  * profilePassword: "example123!",
@@ -56,11 +57,12 @@ export declare class TransportCellularProfileFeature extends pulumi.CustomResour
56
57
  */
57
58
  readonly accessPointNameVariable: pulumi.Output<string | undefined>;
58
59
  /**
59
- * Set authentication type - Choices: `pap`, `chap`, `papChap`
60
+ * Set authentication type, Attribute conditional on `requiresAuthentication` being equal to `true` - Choices: `pap`,
61
+ * `chap`, `papChap`
60
62
  */
61
63
  readonly authenticationType: pulumi.Output<string | undefined>;
62
64
  /**
63
- * Variable name
65
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
64
66
  */
65
67
  readonly authenticationTypeVariable: pulumi.Output<string | undefined>;
66
68
  /**
@@ -75,10 +77,6 @@ export declare class TransportCellularProfileFeature extends pulumi.CustomResour
75
77
  * The name of the Feature
76
78
  */
77
79
  readonly name: pulumi.Output<string>;
78
- /**
79
- * No Authentication
80
- */
81
- readonly noAuthentication: pulumi.Output<string | undefined>;
82
80
  /**
83
81
  * No Overwrite
84
82
  */
@@ -104,21 +102,25 @@ export declare class TransportCellularProfileFeature extends pulumi.CustomResour
104
102
  */
105
103
  readonly profileIdVariable: pulumi.Output<string | undefined>;
106
104
  /**
107
- * Set the profile password
105
+ * Set the profile password, Attribute conditional on `requiresAuthentication` being equal to `true`
108
106
  */
109
107
  readonly profilePassword: pulumi.Output<string | undefined>;
110
108
  /**
111
- * Variable name
109
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
112
110
  */
113
111
  readonly profilePasswordVariable: pulumi.Output<string | undefined>;
114
112
  /**
115
- * Set the profile username
113
+ * Set the profile username, Attribute conditional on `requiresAuthentication` being equal to `true`
116
114
  */
117
115
  readonly profileUsername: pulumi.Output<string | undefined>;
118
116
  /**
119
- * Variable name
117
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
120
118
  */
121
119
  readonly profileUsernameVariable: pulumi.Output<string | undefined>;
120
+ /**
121
+ * Require authentication type - Default value: `false`
122
+ */
123
+ readonly requiresAuthentication: pulumi.Output<boolean | undefined>;
122
124
  /**
123
125
  * The version of the Feature
124
126
  */
@@ -145,11 +147,12 @@ export interface TransportCellularProfileFeatureState {
145
147
  */
146
148
  accessPointNameVariable?: pulumi.Input<string>;
147
149
  /**
148
- * Set authentication type - Choices: `pap`, `chap`, `papChap`
150
+ * Set authentication type, Attribute conditional on `requiresAuthentication` being equal to `true` - Choices: `pap`,
151
+ * `chap`, `papChap`
149
152
  */
150
153
  authenticationType?: pulumi.Input<string>;
151
154
  /**
152
- * Variable name
155
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
153
156
  */
154
157
  authenticationTypeVariable?: pulumi.Input<string>;
155
158
  /**
@@ -164,10 +167,6 @@ export interface TransportCellularProfileFeatureState {
164
167
  * The name of the Feature
165
168
  */
166
169
  name?: pulumi.Input<string>;
167
- /**
168
- * No Authentication
169
- */
170
- noAuthentication?: pulumi.Input<string>;
171
170
  /**
172
171
  * No Overwrite
173
172
  */
@@ -193,21 +192,25 @@ export interface TransportCellularProfileFeatureState {
193
192
  */
194
193
  profileIdVariable?: pulumi.Input<string>;
195
194
  /**
196
- * Set the profile password
195
+ * Set the profile password, Attribute conditional on `requiresAuthentication` being equal to `true`
197
196
  */
198
197
  profilePassword?: pulumi.Input<string>;
199
198
  /**
200
- * Variable name
199
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
201
200
  */
202
201
  profilePasswordVariable?: pulumi.Input<string>;
203
202
  /**
204
- * Set the profile username
203
+ * Set the profile username, Attribute conditional on `requiresAuthentication` being equal to `true`
205
204
  */
206
205
  profileUsername?: pulumi.Input<string>;
207
206
  /**
208
- * Variable name
207
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
209
208
  */
210
209
  profileUsernameVariable?: pulumi.Input<string>;
210
+ /**
211
+ * Require authentication type - Default value: `false`
212
+ */
213
+ requiresAuthentication?: pulumi.Input<boolean>;
211
214
  /**
212
215
  * The version of the Feature
213
216
  */
@@ -226,11 +229,12 @@ export interface TransportCellularProfileFeatureArgs {
226
229
  */
227
230
  accessPointNameVariable?: pulumi.Input<string>;
228
231
  /**
229
- * Set authentication type - Choices: `pap`, `chap`, `papChap`
232
+ * Set authentication type, Attribute conditional on `requiresAuthentication` being equal to `true` - Choices: `pap`,
233
+ * `chap`, `papChap`
230
234
  */
231
235
  authenticationType?: pulumi.Input<string>;
232
236
  /**
233
- * Variable name
237
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
234
238
  */
235
239
  authenticationTypeVariable?: pulumi.Input<string>;
236
240
  /**
@@ -245,10 +249,6 @@ export interface TransportCellularProfileFeatureArgs {
245
249
  * The name of the Feature
246
250
  */
247
251
  name?: pulumi.Input<string>;
248
- /**
249
- * No Authentication
250
- */
251
- noAuthentication?: pulumi.Input<string>;
252
252
  /**
253
253
  * No Overwrite
254
254
  */
@@ -274,19 +274,23 @@ export interface TransportCellularProfileFeatureArgs {
274
274
  */
275
275
  profileIdVariable?: pulumi.Input<string>;
276
276
  /**
277
- * Set the profile password
277
+ * Set the profile password, Attribute conditional on `requiresAuthentication` being equal to `true`
278
278
  */
279
279
  profilePassword?: pulumi.Input<string>;
280
280
  /**
281
- * Variable name
281
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
282
282
  */
283
283
  profilePasswordVariable?: pulumi.Input<string>;
284
284
  /**
285
- * Set the profile username
285
+ * Set the profile username, Attribute conditional on `requiresAuthentication` being equal to `true`
286
286
  */
287
287
  profileUsername?: pulumi.Input<string>;
288
288
  /**
289
- * Variable name
289
+ * Variable name, Attribute conditional on `requiresAuthentication` being equal to `true`
290
290
  */
291
291
  profileUsernameVariable?: pulumi.Input<string>;
292
+ /**
293
+ * Require authentication type - Default value: `false`
294
+ */
295
+ requiresAuthentication?: pulumi.Input<boolean>;
292
296
  }
@@ -21,6 +21,7 @@ const utilities = require("./utilities");
21
21
  * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
22
22
  * profileId: 1,
23
23
  * accessPointName: "apn1",
24
+ * requiresAuthentication: true,
24
25
  * authenticationType: "pap",
25
26
  * profileUsername: "example",
26
27
  * profilePassword: "example123!",
@@ -72,7 +73,6 @@ class TransportCellularProfileFeature extends pulumi.CustomResource {
72
73
  resourceInputs["description"] = state ? state.description : undefined;
73
74
  resourceInputs["featureProfileId"] = state ? state.featureProfileId : undefined;
74
75
  resourceInputs["name"] = state ? state.name : undefined;
75
- resourceInputs["noAuthentication"] = state ? state.noAuthentication : undefined;
76
76
  resourceInputs["noOverwrite"] = state ? state.noOverwrite : undefined;
77
77
  resourceInputs["noOverwriteVariable"] = state ? state.noOverwriteVariable : undefined;
78
78
  resourceInputs["packetDataNetworkType"] = state ? state.packetDataNetworkType : undefined;
@@ -83,6 +83,7 @@ class TransportCellularProfileFeature extends pulumi.CustomResource {
83
83
  resourceInputs["profilePasswordVariable"] = state ? state.profilePasswordVariable : undefined;
84
84
  resourceInputs["profileUsername"] = state ? state.profileUsername : undefined;
85
85
  resourceInputs["profileUsernameVariable"] = state ? state.profileUsernameVariable : undefined;
86
+ resourceInputs["requiresAuthentication"] = state ? state.requiresAuthentication : undefined;
86
87
  resourceInputs["version"] = state ? state.version : undefined;
87
88
  }
88
89
  else {
@@ -97,7 +98,6 @@ class TransportCellularProfileFeature extends pulumi.CustomResource {
97
98
  resourceInputs["description"] = args ? args.description : undefined;
98
99
  resourceInputs["featureProfileId"] = args ? args.featureProfileId : undefined;
99
100
  resourceInputs["name"] = args ? args.name : undefined;
100
- resourceInputs["noAuthentication"] = args ? args.noAuthentication : undefined;
101
101
  resourceInputs["noOverwrite"] = args ? args.noOverwrite : undefined;
102
102
  resourceInputs["noOverwriteVariable"] = args ? args.noOverwriteVariable : undefined;
103
103
  resourceInputs["packetDataNetworkType"] = args ? args.packetDataNetworkType : undefined;
@@ -108,6 +108,7 @@ class TransportCellularProfileFeature extends pulumi.CustomResource {
108
108
  resourceInputs["profilePasswordVariable"] = args ? args.profilePasswordVariable : undefined;
109
109
  resourceInputs["profileUsername"] = args ? args.profileUsername : undefined;
110
110
  resourceInputs["profileUsernameVariable"] = args ? args.profileUsernameVariable : undefined;
111
+ resourceInputs["requiresAuthentication"] = args ? args.requiresAuthentication : undefined;
111
112
  resourceInputs["version"] = undefined /*out*/;
112
113
  }
113
114
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"transportCellularProfileFeature.js","sourceRoot":"","sources":["../transportCellularProfileFeature.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"transportCellularProfileFeature.js","sourceRoot":"","sources":["../transportCellularProfileFeature.ts"],"names":[],"mappings":"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"}
@@ -117,7 +117,7 @@ export declare class TransportManagementVpnInterfaceEthernetFeature extends pulu
117
117
  */
118
118
  readonly ipv4Address: pulumi.Output<string | undefined>;
119
119
  /**
120
- * Variable name
120
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
121
121
  */
122
122
  readonly ipv4AddressVariable: pulumi.Output<string | undefined>;
123
123
  /**
@@ -138,7 +138,7 @@ export declare class TransportManagementVpnInterfaceEthernetFeature extends pulu
138
138
  */
139
139
  readonly ipv4DhcpDistance: pulumi.Output<number | undefined>;
140
140
  /**
141
- * Variable name
141
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic`
142
142
  */
143
143
  readonly ipv4DhcpDistanceVariable: pulumi.Output<string | undefined>;
144
144
  /**
@@ -171,7 +171,7 @@ export declare class TransportManagementVpnInterfaceEthernetFeature extends pulu
171
171
  */
172
172
  readonly ipv4SubnetMask: pulumi.Output<string | undefined>;
173
173
  /**
174
- * Variable name
174
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
175
175
  */
176
176
  readonly ipv4SubnetMaskVariable: pulumi.Output<string | undefined>;
177
177
  /**
@@ -179,7 +179,7 @@ export declare class TransportManagementVpnInterfaceEthernetFeature extends pulu
179
179
  */
180
180
  readonly ipv6Address: pulumi.Output<string | undefined>;
181
181
  /**
182
- * Variable name
182
+ * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static`
183
183
  */
184
184
  readonly ipv6AddressVariable: pulumi.Output<string | undefined>;
185
185
  /**
@@ -347,7 +347,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureState {
347
347
  */
348
348
  ipv4Address?: pulumi.Input<string>;
349
349
  /**
350
- * Variable name
350
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
351
351
  */
352
352
  ipv4AddressVariable?: pulumi.Input<string>;
353
353
  /**
@@ -368,7 +368,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureState {
368
368
  */
369
369
  ipv4DhcpDistance?: pulumi.Input<number>;
370
370
  /**
371
- * Variable name
371
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic`
372
372
  */
373
373
  ipv4DhcpDistanceVariable?: pulumi.Input<string>;
374
374
  /**
@@ -401,7 +401,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureState {
401
401
  */
402
402
  ipv4SubnetMask?: pulumi.Input<string>;
403
403
  /**
404
- * Variable name
404
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
405
405
  */
406
406
  ipv4SubnetMaskVariable?: pulumi.Input<string>;
407
407
  /**
@@ -409,7 +409,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureState {
409
409
  */
410
410
  ipv6Address?: pulumi.Input<string>;
411
411
  /**
412
- * Variable name
412
+ * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static`
413
413
  */
414
414
  ipv6AddressVariable?: pulumi.Input<string>;
415
415
  /**
@@ -569,7 +569,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureArgs {
569
569
  */
570
570
  ipv4Address?: pulumi.Input<string>;
571
571
  /**
572
- * Variable name
572
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
573
573
  */
574
574
  ipv4AddressVariable?: pulumi.Input<string>;
575
575
  /**
@@ -590,7 +590,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureArgs {
590
590
  */
591
591
  ipv4DhcpDistance?: pulumi.Input<number>;
592
592
  /**
593
- * Variable name
593
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic`
594
594
  */
595
595
  ipv4DhcpDistanceVariable?: pulumi.Input<string>;
596
596
  /**
@@ -623,7 +623,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureArgs {
623
623
  */
624
624
  ipv4SubnetMask?: pulumi.Input<string>;
625
625
  /**
626
- * Variable name
626
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
627
627
  */
628
628
  ipv4SubnetMaskVariable?: pulumi.Input<string>;
629
629
  /**
@@ -631,7 +631,7 @@ export interface TransportManagementVpnInterfaceEthernetFeatureArgs {
631
631
  */
632
632
  ipv6Address?: pulumi.Input<string>;
633
633
  /**
634
- * Variable name
634
+ * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static`
635
635
  */
636
636
  ipv6AddressVariable?: pulumi.Input<string>;
637
637
  /**
@@ -170,7 +170,7 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
170
170
  */
171
171
  readonly ipv4Address: pulumi.Output<string | undefined>;
172
172
  /**
173
- * Variable name
173
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
174
174
  */
175
175
  readonly ipv4AddressVariable: pulumi.Output<string | undefined>;
176
176
  /**
@@ -183,7 +183,7 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
183
183
  */
184
184
  readonly ipv4DhcpDistance: pulumi.Output<number | undefined>;
185
185
  /**
186
- * Variable name
186
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic`
187
187
  */
188
188
  readonly ipv4DhcpDistanceVariable: pulumi.Output<string | undefined>;
189
189
  /**
@@ -208,7 +208,7 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
208
208
  */
209
209
  readonly ipv4SubnetMask: pulumi.Output<string | undefined>;
210
210
  /**
211
- * Variable name
211
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
212
212
  */
213
213
  readonly ipv4SubnetMaskVariable: pulumi.Output<string | undefined>;
214
214
  /**
@@ -216,7 +216,7 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
216
216
  */
217
217
  readonly ipv6Address: pulumi.Output<string | undefined>;
218
218
  /**
219
- * Variable name
219
+ * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static`
220
220
  */
221
221
  readonly ipv6AddressVariable: pulumi.Output<string | undefined>;
222
222
  /**
@@ -956,7 +956,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
956
956
  */
957
957
  ipv4Address?: pulumi.Input<string>;
958
958
  /**
959
- * Variable name
959
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
960
960
  */
961
961
  ipv4AddressVariable?: pulumi.Input<string>;
962
962
  /**
@@ -969,7 +969,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
969
969
  */
970
970
  ipv4DhcpDistance?: pulumi.Input<number>;
971
971
  /**
972
- * Variable name
972
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic`
973
973
  */
974
974
  ipv4DhcpDistanceVariable?: pulumi.Input<string>;
975
975
  /**
@@ -994,7 +994,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
994
994
  */
995
995
  ipv4SubnetMask?: pulumi.Input<string>;
996
996
  /**
997
- * Variable name
997
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
998
998
  */
999
999
  ipv4SubnetMaskVariable?: pulumi.Input<string>;
1000
1000
  /**
@@ -1002,7 +1002,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
1002
1002
  */
1003
1003
  ipv6Address?: pulumi.Input<string>;
1004
1004
  /**
1005
- * Variable name
1005
+ * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static`
1006
1006
  */
1007
1007
  ipv6AddressVariable?: pulumi.Input<string>;
1008
1008
  /**
@@ -1734,7 +1734,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
1734
1734
  */
1735
1735
  ipv4Address?: pulumi.Input<string>;
1736
1736
  /**
1737
- * Variable name
1737
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
1738
1738
  */
1739
1739
  ipv4AddressVariable?: pulumi.Input<string>;
1740
1740
  /**
@@ -1747,7 +1747,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
1747
1747
  */
1748
1748
  ipv4DhcpDistance?: pulumi.Input<number>;
1749
1749
  /**
1750
- * Variable name
1750
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `dynamic`
1751
1751
  */
1752
1752
  ipv4DhcpDistanceVariable?: pulumi.Input<string>;
1753
1753
  /**
@@ -1772,7 +1772,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
1772
1772
  */
1773
1773
  ipv4SubnetMask?: pulumi.Input<string>;
1774
1774
  /**
1775
- * Variable name
1775
+ * Variable name, Attribute conditional on `ipv4ConfigurationType` being equal to `static`
1776
1776
  */
1777
1777
  ipv4SubnetMaskVariable?: pulumi.Input<string>;
1778
1778
  /**
@@ -1780,7 +1780,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
1780
1780
  */
1781
1781
  ipv6Address?: pulumi.Input<string>;
1782
1782
  /**
1783
- * Variable name
1783
+ * Variable name, Attribute conditional on `ipv6ConfigurationType` being equal to `static`
1784
1784
  */
1785
1785
  ipv6AddressVariable?: pulumi.Input<string>;
1786
1786
  /**
package/types/input.d.ts CHANGED
@@ -11054,7 +11054,7 @@ export interface ServiceWirelessLanFeatureSsid {
11054
11054
  */
11055
11055
  passphrase?: pulumi.Input<string>;
11056
11056
  /**
11057
- * Variable name
11057
+ * Variable name, Attribute conditional on `securityType` being equal to `personal`
11058
11058
  */
11059
11059
  passphraseVariable?: pulumi.Input<string>;
11060
11060
  /**
@@ -11082,7 +11082,7 @@ export interface ServiceWirelessLanFeatureSsid {
11082
11082
  */
11083
11083
  radiusServerIp?: pulumi.Input<string>;
11084
11084
  /**
11085
- * Variable name
11085
+ * Variable name, Attribute conditional on `securityType` being equal to `enterprise`
11086
11086
  */
11087
11087
  radiusServerIpVariable?: pulumi.Input<string>;
11088
11088
  /**
@@ -11092,7 +11092,7 @@ export interface ServiceWirelessLanFeatureSsid {
11092
11092
  */
11093
11093
  radiusServerPort?: pulumi.Input<number>;
11094
11094
  /**
11095
- * Variable name
11095
+ * Variable name, Attribute conditional on `securityType` being equal to `enterprise`
11096
11096
  */
11097
11097
  radiusServerPortVariable?: pulumi.Input<string>;
11098
11098
  /**
@@ -11100,7 +11100,7 @@ export interface ServiceWirelessLanFeatureSsid {
11100
11100
  */
11101
11101
  radiusServerSecret?: pulumi.Input<string>;
11102
11102
  /**
11103
- * Variable name
11103
+ * Variable name, Attribute conditional on `securityType` being equal to `enterprise`
11104
11104
  */
11105
11105
  radiusServerSecretVariable?: pulumi.Input<string>;
11106
11106
  /**
@@ -13009,7 +13009,7 @@ export interface TransportManagementVpnFeatureIpv4StaticRoute {
13009
13009
  */
13010
13010
  administrativeDistance?: pulumi.Input<number>;
13011
13011
  /**
13012
- * Variable name
13012
+ * Variable name, Attribute conditional on `gateway` being equal to `null0`
13013
13013
  */
13014
13014
  administrativeDistanceVariable?: pulumi.Input<string>;
13015
13015
  /**
@@ -13072,7 +13072,7 @@ export interface TransportManagementVpnFeatureIpv6StaticRoute {
13072
13072
  */
13073
13073
  nat?: pulumi.Input<string>;
13074
13074
  /**
13075
- * Variable name
13075
+ * Variable name, Attribute conditional on `gateway` being equal to `nat`
13076
13076
  */
13077
13077
  natVariable?: pulumi.Input<string>;
13078
13078
  /**
@@ -14401,7 +14401,7 @@ export interface TransportT1E1ControllerFeatureEntry {
14401
14401
  */
14402
14402
  lengthLong?: pulumi.Input<string>;
14403
14403
  /**
14404
- * Variable name
14404
+ * Variable name, Attribute conditional on `cableLength` being equal to `long`
14405
14405
  */
14406
14406
  lengthLongVariable?: pulumi.Input<string>;
14407
14407
  /**
@@ -14410,7 +14410,7 @@ export interface TransportT1E1ControllerFeatureEntry {
14410
14410
  */
14411
14411
  lengthShort?: pulumi.Input<string>;
14412
14412
  /**
14413
- * Variable name
14413
+ * Variable name, Attribute conditional on `cableLength` being equal to `short`
14414
14414
  */
14415
14415
  lengthShortVariable?: pulumi.Input<string>;
14416
14416
  /**
@@ -14476,7 +14476,7 @@ export interface TransportWanVpnFeatureIpv4StaticRoute {
14476
14476
  */
14477
14477
  administrativeDistance?: pulumi.Input<number>;
14478
14478
  /**
14479
- * Variable name
14479
+ * Variable name, Attribute conditional on `gateway` being equal to `null0`
14480
14480
  */
14481
14481
  administrativeDistanceVariable?: pulumi.Input<string>;
14482
14482
  /**
@@ -14539,7 +14539,7 @@ export interface TransportWanVpnFeatureIpv6StaticRoute {
14539
14539
  */
14540
14540
  nat?: pulumi.Input<string>;
14541
14541
  /**
14542
- * Variable name
14542
+ * Variable name, Attribute conditional on `gateway` being equal to `nat`
14543
14543
  */
14544
14544
  natVariable?: pulumi.Input<string>;
14545
14545
  /**
package/types/output.d.ts CHANGED
@@ -26096,7 +26096,7 @@ export interface ServiceWirelessLanFeatureSsid {
26096
26096
  */
26097
26097
  passphrase?: string;
26098
26098
  /**
26099
- * Variable name
26099
+ * Variable name, Attribute conditional on `securityType` being equal to `personal`
26100
26100
  */
26101
26101
  passphraseVariable?: string;
26102
26102
  /**
@@ -26124,7 +26124,7 @@ export interface ServiceWirelessLanFeatureSsid {
26124
26124
  */
26125
26125
  radiusServerIp?: string;
26126
26126
  /**
26127
- * Variable name
26127
+ * Variable name, Attribute conditional on `securityType` being equal to `enterprise`
26128
26128
  */
26129
26129
  radiusServerIpVariable?: string;
26130
26130
  /**
@@ -26134,7 +26134,7 @@ export interface ServiceWirelessLanFeatureSsid {
26134
26134
  */
26135
26135
  radiusServerPort?: number;
26136
26136
  /**
26137
- * Variable name
26137
+ * Variable name, Attribute conditional on `securityType` being equal to `enterprise`
26138
26138
  */
26139
26139
  radiusServerPortVariable?: string;
26140
26140
  /**
@@ -26142,7 +26142,7 @@ export interface ServiceWirelessLanFeatureSsid {
26142
26142
  */
26143
26143
  radiusServerSecret?: string;
26144
26144
  /**
26145
- * Variable name
26145
+ * Variable name, Attribute conditional on `securityType` being equal to `enterprise`
26146
26146
  */
26147
26147
  radiusServerSecretVariable?: string;
26148
26148
  /**
@@ -28051,7 +28051,7 @@ export interface TransportManagementVpnFeatureIpv4StaticRoute {
28051
28051
  */
28052
28052
  administrativeDistance?: number;
28053
28053
  /**
28054
- * Variable name
28054
+ * Variable name, Attribute conditional on `gateway` being equal to `null0`
28055
28055
  */
28056
28056
  administrativeDistanceVariable?: string;
28057
28057
  /**
@@ -28114,7 +28114,7 @@ export interface TransportManagementVpnFeatureIpv6StaticRoute {
28114
28114
  */
28115
28115
  nat?: string;
28116
28116
  /**
28117
- * Variable name
28117
+ * Variable name, Attribute conditional on `gateway` being equal to `nat`
28118
28118
  */
28119
28119
  natVariable?: string;
28120
28120
  /**
@@ -29443,7 +29443,7 @@ export interface TransportT1E1ControllerFeatureEntry {
29443
29443
  */
29444
29444
  lengthLong?: string;
29445
29445
  /**
29446
- * Variable name
29446
+ * Variable name, Attribute conditional on `cableLength` being equal to `long`
29447
29447
  */
29448
29448
  lengthLongVariable?: string;
29449
29449
  /**
@@ -29452,7 +29452,7 @@ export interface TransportT1E1ControllerFeatureEntry {
29452
29452
  */
29453
29453
  lengthShort?: string;
29454
29454
  /**
29455
- * Variable name
29455
+ * Variable name, Attribute conditional on `cableLength` being equal to `short`
29456
29456
  */
29457
29457
  lengthShortVariable?: string;
29458
29458
  /**
@@ -29518,7 +29518,7 @@ export interface TransportWanVpnFeatureIpv4StaticRoute {
29518
29518
  */
29519
29519
  administrativeDistance?: number;
29520
29520
  /**
29521
- * Variable name
29521
+ * Variable name, Attribute conditional on `gateway` being equal to `null0`
29522
29522
  */
29523
29523
  administrativeDistanceVariable?: string;
29524
29524
  /**
@@ -29581,7 +29581,7 @@ export interface TransportWanVpnFeatureIpv6StaticRoute {
29581
29581
  */
29582
29582
  nat?: string;
29583
29583
  /**
29584
- * Variable name
29584
+ * Variable name, Attribute conditional on `gateway` being equal to `nat`
29585
29585
  */
29586
29586
  natVariable?: string;
29587
29587
  /**