pulumi-juniper-mist 0.7.0a1763768337__py3-none-any.whl → 0.7.1__py3-none-any.whl
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.
- pulumi_juniper_mist/device/_inputs.py +330 -38
- pulumi_juniper_mist/device/outputs.py +252 -26
- pulumi_juniper_mist/org/_inputs.py +612 -57
- pulumi_juniper_mist/org/outputs.py +476 -40
- pulumi_juniper_mist/org/servicepolicy.py +14 -14
- pulumi_juniper_mist/org/setting.py +2 -16
- pulumi_juniper_mist/org/wlan.py +14 -14
- pulumi_juniper_mist/pulumi-plugin.json +1 -1
- pulumi_juniper_mist/site/_inputs.py +166 -22
- pulumi_juniper_mist/site/outputs.py +120 -16
- pulumi_juniper_mist/site/wlan.py +14 -14
- {pulumi_juniper_mist-0.7.0a1763768337.dist-info → pulumi_juniper_mist-0.7.1.dist-info}/METADATA +1 -1
- {pulumi_juniper_mist-0.7.0a1763768337.dist-info → pulumi_juniper_mist-0.7.1.dist-info}/RECORD +15 -15
- {pulumi_juniper_mist-0.7.0a1763768337.dist-info → pulumi_juniper_mist-0.7.1.dist-info}/WHEEL +0 -0
- {pulumi_juniper_mist-0.7.0a1763768337.dist-info → pulumi_juniper_mist-0.7.1.dist-info}/top_level.txt +0 -0
|
@@ -175,8 +175,12 @@ __all__ = [
|
|
|
175
175
|
'GatewayServicePolicyEwfArgsDict',
|
|
176
176
|
'GatewayServicePolicyIdpArgs',
|
|
177
177
|
'GatewayServicePolicyIdpArgsDict',
|
|
178
|
+
'GatewayServicePolicySkyatpArgs',
|
|
179
|
+
'GatewayServicePolicySkyatpArgsDict',
|
|
178
180
|
'GatewayServicePolicySslProxyArgs',
|
|
179
181
|
'GatewayServicePolicySslProxyArgsDict',
|
|
182
|
+
'GatewayServicePolicySyslogArgs',
|
|
183
|
+
'GatewayServicePolicySyslogArgsDict',
|
|
180
184
|
'GatewayTunnelConfigsArgs',
|
|
181
185
|
'GatewayTunnelConfigsArgsDict',
|
|
182
186
|
'GatewayTunnelConfigsAutoProvisionArgs',
|
|
@@ -3061,14 +3065,14 @@ if not MYPY:
|
|
|
3061
3065
|
"""
|
|
3062
3066
|
Antenna gain for 6G - for models with external antenna only
|
|
3063
3067
|
"""
|
|
3064
|
-
ant_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
3065
|
-
"""
|
|
3066
|
-
Antenna Mode for AP which supports selectable antennas. enum: `external`, `internal`
|
|
3067
|
-
"""
|
|
3068
3068
|
antenna_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
3069
3069
|
"""
|
|
3070
3070
|
enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
3071
3071
|
"""
|
|
3072
|
+
antenna_select: NotRequired[pulumi.Input[_builtins.str]]
|
|
3073
|
+
"""
|
|
3074
|
+
Antenna Mode for AP which supports selectable antennas. enum: `external`, `internal`
|
|
3075
|
+
"""
|
|
3072
3076
|
band24: NotRequired[pulumi.Input['ApRadioConfigBand24ArgsDict']]
|
|
3073
3077
|
"""
|
|
3074
3078
|
Radio Band AP settings
|
|
@@ -3097,6 +3101,10 @@ if not MYPY:
|
|
|
3097
3101
|
"""
|
|
3098
3102
|
To make an outdoor operate indoor. For an outdoor-ap, some channels are disallowed by default, this allows the user to use it as an indoor-ap
|
|
3099
3103
|
"""
|
|
3104
|
+
rrm_managed: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3105
|
+
"""
|
|
3106
|
+
Enable RRM to manage all radio settings (ignores all band_xxx configs)
|
|
3107
|
+
"""
|
|
3100
3108
|
scanning_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3101
3109
|
"""
|
|
3102
3110
|
Whether scanning radio is enabled
|
|
@@ -3111,8 +3119,8 @@ class ApRadioConfigArgs:
|
|
|
3111
3119
|
ant_gain24: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3112
3120
|
ant_gain5: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3113
3121
|
ant_gain6: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3114
|
-
ant_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3115
3122
|
antenna_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3123
|
+
antenna_select: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3116
3124
|
band24: Optional[pulumi.Input['ApRadioConfigBand24Args']] = None,
|
|
3117
3125
|
band24_usage: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3118
3126
|
band5: Optional[pulumi.Input['ApRadioConfigBand5Args']] = None,
|
|
@@ -3120,13 +3128,14 @@ class ApRadioConfigArgs:
|
|
|
3120
3128
|
band6: Optional[pulumi.Input['ApRadioConfigBand6Args']] = None,
|
|
3121
3129
|
full_automatic_rrm: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3122
3130
|
indoor_use: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3131
|
+
rrm_managed: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3123
3132
|
scanning_enabled: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
3124
3133
|
"""
|
|
3125
3134
|
:param pulumi.Input[_builtins.int] ant_gain24: Antenna gain for 2.4G - for models with external antenna only
|
|
3126
3135
|
:param pulumi.Input[_builtins.int] ant_gain5: Antenna gain for 5G - for models with external antenna only
|
|
3127
3136
|
:param pulumi.Input[_builtins.int] ant_gain6: Antenna gain for 6G - for models with external antenna only
|
|
3128
|
-
:param pulumi.Input[_builtins.str] ant_mode: Antenna Mode for AP which supports selectable antennas. enum: `external`, `internal`
|
|
3129
3137
|
:param pulumi.Input[_builtins.str] antenna_mode: enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
3138
|
+
:param pulumi.Input[_builtins.str] antenna_select: Antenna Mode for AP which supports selectable antennas. enum: `external`, `internal`
|
|
3130
3139
|
:param pulumi.Input['ApRadioConfigBand24Args'] band24: Radio Band AP settings
|
|
3131
3140
|
:param pulumi.Input[_builtins.str] band24_usage: enum: `24`, `5`, `6`, `auto`
|
|
3132
3141
|
:param pulumi.Input['ApRadioConfigBand5Args'] band5: Radio Band AP settings
|
|
@@ -3134,6 +3143,7 @@ class ApRadioConfigArgs:
|
|
|
3134
3143
|
:param pulumi.Input['ApRadioConfigBand6Args'] band6: Radio Band AP settings
|
|
3135
3144
|
:param pulumi.Input[_builtins.bool] full_automatic_rrm: Let RRM control everything, only the `channels` and `ant_gain` will be honored (i.e. disabled/bandwidth/power/band_24_usage are all controlled by RRM)
|
|
3136
3145
|
:param pulumi.Input[_builtins.bool] indoor_use: To make an outdoor operate indoor. For an outdoor-ap, some channels are disallowed by default, this allows the user to use it as an indoor-ap
|
|
3146
|
+
:param pulumi.Input[_builtins.bool] rrm_managed: Enable RRM to manage all radio settings (ignores all band_xxx configs)
|
|
3137
3147
|
:param pulumi.Input[_builtins.bool] scanning_enabled: Whether scanning radio is enabled
|
|
3138
3148
|
"""
|
|
3139
3149
|
if allow_rrm_disable is not None:
|
|
@@ -3144,10 +3154,10 @@ class ApRadioConfigArgs:
|
|
|
3144
3154
|
pulumi.set(__self__, "ant_gain5", ant_gain5)
|
|
3145
3155
|
if ant_gain6 is not None:
|
|
3146
3156
|
pulumi.set(__self__, "ant_gain6", ant_gain6)
|
|
3147
|
-
if ant_mode is not None:
|
|
3148
|
-
pulumi.set(__self__, "ant_mode", ant_mode)
|
|
3149
3157
|
if antenna_mode is not None:
|
|
3150
3158
|
pulumi.set(__self__, "antenna_mode", antenna_mode)
|
|
3159
|
+
if antenna_select is not None:
|
|
3160
|
+
pulumi.set(__self__, "antenna_select", antenna_select)
|
|
3151
3161
|
if band24 is not None:
|
|
3152
3162
|
pulumi.set(__self__, "band24", band24)
|
|
3153
3163
|
if band24_usage is not None:
|
|
@@ -3162,6 +3172,8 @@ class ApRadioConfigArgs:
|
|
|
3162
3172
|
pulumi.set(__self__, "full_automatic_rrm", full_automatic_rrm)
|
|
3163
3173
|
if indoor_use is not None:
|
|
3164
3174
|
pulumi.set(__self__, "indoor_use", indoor_use)
|
|
3175
|
+
if rrm_managed is not None:
|
|
3176
|
+
pulumi.set(__self__, "rrm_managed", rrm_managed)
|
|
3165
3177
|
if scanning_enabled is not None:
|
|
3166
3178
|
pulumi.set(__self__, "scanning_enabled", scanning_enabled)
|
|
3167
3179
|
|
|
@@ -3210,18 +3222,6 @@ class ApRadioConfigArgs:
|
|
|
3210
3222
|
def ant_gain6(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3211
3223
|
pulumi.set(self, "ant_gain6", value)
|
|
3212
3224
|
|
|
3213
|
-
@_builtins.property
|
|
3214
|
-
@pulumi.getter(name="antMode")
|
|
3215
|
-
def ant_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3216
|
-
"""
|
|
3217
|
-
Antenna Mode for AP which supports selectable antennas. enum: `external`, `internal`
|
|
3218
|
-
"""
|
|
3219
|
-
return pulumi.get(self, "ant_mode")
|
|
3220
|
-
|
|
3221
|
-
@ant_mode.setter
|
|
3222
|
-
def ant_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3223
|
-
pulumi.set(self, "ant_mode", value)
|
|
3224
|
-
|
|
3225
3225
|
@_builtins.property
|
|
3226
3226
|
@pulumi.getter(name="antennaMode")
|
|
3227
3227
|
def antenna_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -3234,6 +3234,18 @@ class ApRadioConfigArgs:
|
|
|
3234
3234
|
def antenna_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3235
3235
|
pulumi.set(self, "antenna_mode", value)
|
|
3236
3236
|
|
|
3237
|
+
@_builtins.property
|
|
3238
|
+
@pulumi.getter(name="antennaSelect")
|
|
3239
|
+
def antenna_select(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3240
|
+
"""
|
|
3241
|
+
Antenna Mode for AP which supports selectable antennas. enum: `external`, `internal`
|
|
3242
|
+
"""
|
|
3243
|
+
return pulumi.get(self, "antenna_select")
|
|
3244
|
+
|
|
3245
|
+
@antenna_select.setter
|
|
3246
|
+
def antenna_select(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3247
|
+
pulumi.set(self, "antenna_select", value)
|
|
3248
|
+
|
|
3237
3249
|
@_builtins.property
|
|
3238
3250
|
@pulumi.getter
|
|
3239
3251
|
def band24(self) -> Optional[pulumi.Input['ApRadioConfigBand24Args']]:
|
|
@@ -3318,6 +3330,18 @@ class ApRadioConfigArgs:
|
|
|
3318
3330
|
def indoor_use(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3319
3331
|
pulumi.set(self, "indoor_use", value)
|
|
3320
3332
|
|
|
3333
|
+
@_builtins.property
|
|
3334
|
+
@pulumi.getter(name="rrmManaged")
|
|
3335
|
+
def rrm_managed(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3336
|
+
"""
|
|
3337
|
+
Enable RRM to manage all radio settings (ignores all band_xxx configs)
|
|
3338
|
+
"""
|
|
3339
|
+
return pulumi.get(self, "rrm_managed")
|
|
3340
|
+
|
|
3341
|
+
@rrm_managed.setter
|
|
3342
|
+
def rrm_managed(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3343
|
+
pulumi.set(self, "rrm_managed", value)
|
|
3344
|
+
|
|
3321
3345
|
@_builtins.property
|
|
3322
3346
|
@pulumi.getter(name="scanningEnabled")
|
|
3323
3347
|
def scanning_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
@@ -3553,6 +3577,10 @@ if not MYPY:
|
|
|
3553
3577
|
class ApRadioConfigBand5ArgsDict(TypedDict):
|
|
3554
3578
|
allow_rrm_disable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3555
3579
|
ant_gain: NotRequired[pulumi.Input[_builtins.int]]
|
|
3580
|
+
antenna_beam_pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
3581
|
+
"""
|
|
3582
|
+
enum: `narrow`, `medium`, `wide`
|
|
3583
|
+
"""
|
|
3556
3584
|
antenna_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
3557
3585
|
"""
|
|
3558
3586
|
enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
@@ -3597,6 +3625,7 @@ class ApRadioConfigBand5Args:
|
|
|
3597
3625
|
def __init__(__self__, *,
|
|
3598
3626
|
allow_rrm_disable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3599
3627
|
ant_gain: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3628
|
+
antenna_beam_pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3600
3629
|
antenna_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3601
3630
|
bandwidth: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3602
3631
|
channel: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -3607,6 +3636,7 @@ class ApRadioConfigBand5Args:
|
|
|
3607
3636
|
power_min: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3608
3637
|
preamble: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3609
3638
|
"""
|
|
3639
|
+
:param pulumi.Input[_builtins.str] antenna_beam_pattern: enum: `narrow`, `medium`, `wide`
|
|
3610
3640
|
:param pulumi.Input[_builtins.str] antenna_mode: enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
3611
3641
|
:param pulumi.Input[_builtins.int] bandwidth: channel width for the 5GHz band. enum: `0`(disabled, response only), `20`, `40`, `80`
|
|
3612
3642
|
:param pulumi.Input[_builtins.int] channel: For Device. (primary) channel for the band, 0 means using the Site Setting
|
|
@@ -3621,6 +3651,8 @@ class ApRadioConfigBand5Args:
|
|
|
3621
3651
|
pulumi.set(__self__, "allow_rrm_disable", allow_rrm_disable)
|
|
3622
3652
|
if ant_gain is not None:
|
|
3623
3653
|
pulumi.set(__self__, "ant_gain", ant_gain)
|
|
3654
|
+
if antenna_beam_pattern is not None:
|
|
3655
|
+
pulumi.set(__self__, "antenna_beam_pattern", antenna_beam_pattern)
|
|
3624
3656
|
if antenna_mode is not None:
|
|
3625
3657
|
pulumi.set(__self__, "antenna_mode", antenna_mode)
|
|
3626
3658
|
if bandwidth is not None:
|
|
@@ -3658,6 +3690,18 @@ class ApRadioConfigBand5Args:
|
|
|
3658
3690
|
def ant_gain(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3659
3691
|
pulumi.set(self, "ant_gain", value)
|
|
3660
3692
|
|
|
3693
|
+
@_builtins.property
|
|
3694
|
+
@pulumi.getter(name="antennaBeamPattern")
|
|
3695
|
+
def antenna_beam_pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3696
|
+
"""
|
|
3697
|
+
enum: `narrow`, `medium`, `wide`
|
|
3698
|
+
"""
|
|
3699
|
+
return pulumi.get(self, "antenna_beam_pattern")
|
|
3700
|
+
|
|
3701
|
+
@antenna_beam_pattern.setter
|
|
3702
|
+
def antenna_beam_pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3703
|
+
pulumi.set(self, "antenna_beam_pattern", value)
|
|
3704
|
+
|
|
3661
3705
|
@_builtins.property
|
|
3662
3706
|
@pulumi.getter(name="antennaMode")
|
|
3663
3707
|
def antenna_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -3771,6 +3815,10 @@ if not MYPY:
|
|
|
3771
3815
|
class ApRadioConfigBand5On24RadioArgsDict(TypedDict):
|
|
3772
3816
|
allow_rrm_disable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3773
3817
|
ant_gain: NotRequired[pulumi.Input[_builtins.int]]
|
|
3818
|
+
antenna_beam_pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
3819
|
+
"""
|
|
3820
|
+
enum: `narrow`, `medium`, `wide`
|
|
3821
|
+
"""
|
|
3774
3822
|
antenna_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
3775
3823
|
"""
|
|
3776
3824
|
enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
@@ -3815,6 +3863,7 @@ class ApRadioConfigBand5On24RadioArgs:
|
|
|
3815
3863
|
def __init__(__self__, *,
|
|
3816
3864
|
allow_rrm_disable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3817
3865
|
ant_gain: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3866
|
+
antenna_beam_pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3818
3867
|
antenna_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3819
3868
|
bandwidth: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3820
3869
|
channel: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -3825,6 +3874,7 @@ class ApRadioConfigBand5On24RadioArgs:
|
|
|
3825
3874
|
power_min: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3826
3875
|
preamble: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3827
3876
|
"""
|
|
3877
|
+
:param pulumi.Input[_builtins.str] antenna_beam_pattern: enum: `narrow`, `medium`, `wide`
|
|
3828
3878
|
:param pulumi.Input[_builtins.str] antenna_mode: enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
3829
3879
|
:param pulumi.Input[_builtins.int] bandwidth: channel width for the 5GHz band. enum: `0`(disabled, response only), `20`, `40`, `80`
|
|
3830
3880
|
:param pulumi.Input[_builtins.int] channel: For Device. (primary) channel for the band, 0 means using the Site Setting
|
|
@@ -3839,6 +3889,8 @@ class ApRadioConfigBand5On24RadioArgs:
|
|
|
3839
3889
|
pulumi.set(__self__, "allow_rrm_disable", allow_rrm_disable)
|
|
3840
3890
|
if ant_gain is not None:
|
|
3841
3891
|
pulumi.set(__self__, "ant_gain", ant_gain)
|
|
3892
|
+
if antenna_beam_pattern is not None:
|
|
3893
|
+
pulumi.set(__self__, "antenna_beam_pattern", antenna_beam_pattern)
|
|
3842
3894
|
if antenna_mode is not None:
|
|
3843
3895
|
pulumi.set(__self__, "antenna_mode", antenna_mode)
|
|
3844
3896
|
if bandwidth is not None:
|
|
@@ -3876,6 +3928,18 @@ class ApRadioConfigBand5On24RadioArgs:
|
|
|
3876
3928
|
def ant_gain(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3877
3929
|
pulumi.set(self, "ant_gain", value)
|
|
3878
3930
|
|
|
3931
|
+
@_builtins.property
|
|
3932
|
+
@pulumi.getter(name="antennaBeamPattern")
|
|
3933
|
+
def antenna_beam_pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3934
|
+
"""
|
|
3935
|
+
enum: `narrow`, `medium`, `wide`
|
|
3936
|
+
"""
|
|
3937
|
+
return pulumi.get(self, "antenna_beam_pattern")
|
|
3938
|
+
|
|
3939
|
+
@antenna_beam_pattern.setter
|
|
3940
|
+
def antenna_beam_pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3941
|
+
pulumi.set(self, "antenna_beam_pattern", value)
|
|
3942
|
+
|
|
3879
3943
|
@_builtins.property
|
|
3880
3944
|
@pulumi.getter(name="antennaMode")
|
|
3881
3945
|
def antenna_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -3989,6 +4053,10 @@ if not MYPY:
|
|
|
3989
4053
|
class ApRadioConfigBand6ArgsDict(TypedDict):
|
|
3990
4054
|
allow_rrm_disable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3991
4055
|
ant_gain: NotRequired[pulumi.Input[_builtins.int]]
|
|
4056
|
+
antenna_beam_pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
4057
|
+
"""
|
|
4058
|
+
enum: `narrow`, `medium`, `wide`
|
|
4059
|
+
"""
|
|
3992
4060
|
antenna_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
3993
4061
|
"""
|
|
3994
4062
|
enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
@@ -4037,6 +4105,7 @@ class ApRadioConfigBand6Args:
|
|
|
4037
4105
|
def __init__(__self__, *,
|
|
4038
4106
|
allow_rrm_disable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
4039
4107
|
ant_gain: Optional[pulumi.Input[_builtins.int]] = None,
|
|
4108
|
+
antenna_beam_pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4040
4109
|
antenna_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4041
4110
|
bandwidth: Optional[pulumi.Input[_builtins.int]] = None,
|
|
4042
4111
|
channel: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -4048,6 +4117,7 @@ class ApRadioConfigBand6Args:
|
|
|
4048
4117
|
preamble: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4049
4118
|
standard_power: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
4050
4119
|
"""
|
|
4120
|
+
:param pulumi.Input[_builtins.str] antenna_beam_pattern: enum: `narrow`, `medium`, `wide`
|
|
4051
4121
|
:param pulumi.Input[_builtins.str] antenna_mode: enum: `1x1`, `2x2`, `3x3`, `4x4`, `default`
|
|
4052
4122
|
:param pulumi.Input[_builtins.int] bandwidth: channel width for the 6GHz band. enum: `0`(disabled, response only), `20`, `40`, `80`, `160`
|
|
4053
4123
|
:param pulumi.Input[_builtins.int] channel: For Device. (primary) channel for the band, 0 means using the Site Setting
|
|
@@ -4063,6 +4133,8 @@ class ApRadioConfigBand6Args:
|
|
|
4063
4133
|
pulumi.set(__self__, "allow_rrm_disable", allow_rrm_disable)
|
|
4064
4134
|
if ant_gain is not None:
|
|
4065
4135
|
pulumi.set(__self__, "ant_gain", ant_gain)
|
|
4136
|
+
if antenna_beam_pattern is not None:
|
|
4137
|
+
pulumi.set(__self__, "antenna_beam_pattern", antenna_beam_pattern)
|
|
4066
4138
|
if antenna_mode is not None:
|
|
4067
4139
|
pulumi.set(__self__, "antenna_mode", antenna_mode)
|
|
4068
4140
|
if bandwidth is not None:
|
|
@@ -4102,6 +4174,18 @@ class ApRadioConfigBand6Args:
|
|
|
4102
4174
|
def ant_gain(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
4103
4175
|
pulumi.set(self, "ant_gain", value)
|
|
4104
4176
|
|
|
4177
|
+
@_builtins.property
|
|
4178
|
+
@pulumi.getter(name="antennaBeamPattern")
|
|
4179
|
+
def antenna_beam_pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4180
|
+
"""
|
|
4181
|
+
enum: `narrow`, `medium`, `wide`
|
|
4182
|
+
"""
|
|
4183
|
+
return pulumi.get(self, "antenna_beam_pattern")
|
|
4184
|
+
|
|
4185
|
+
@antenna_beam_pattern.setter
|
|
4186
|
+
def antenna_beam_pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4187
|
+
pulumi.set(self, "antenna_beam_pattern", value)
|
|
4188
|
+
|
|
4105
4189
|
@_builtins.property
|
|
4106
4190
|
@pulumi.getter(name="antennaMode")
|
|
4107
4191
|
def antenna_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -7574,7 +7658,7 @@ if not MYPY:
|
|
|
7574
7658
|
"""
|
|
7575
7659
|
ae_lacp_force_up: NotRequired[pulumi.Input[_builtins.bool]]
|
|
7576
7660
|
"""
|
|
7577
|
-
For SRX
|
|
7661
|
+
For SRX only, if `aggregated`==`true`.Sets the state of the interface as UP when the peer has limited LACP capability. Use case: When a device connected to this AE port is ZTPing for the first time, it will not have LACP configured on the other end. **Note:** Turning this on will enable force-up on one of the interfaces in the bundle only
|
|
7578
7662
|
"""
|
|
7579
7663
|
aggregated: NotRequired[pulumi.Input[_builtins.bool]]
|
|
7580
7664
|
critical: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -7781,7 +7865,7 @@ class GatewayPortConfigArgs:
|
|
|
7781
7865
|
:param pulumi.Input[_builtins.str] usage: port usage name. enum: `ha_control`, `ha_data`, `lan`, `wan`
|
|
7782
7866
|
:param pulumi.Input[_builtins.bool] ae_disable_lacp: If `aggregated`==`true`. To disable LCP support for the AE interface
|
|
7783
7867
|
:param pulumi.Input[_builtins.str] ae_idx: If `aggregated`==`true`. Users could force to use the designated AE name (must be an integer between 0 and 127)
|
|
7784
|
-
:param pulumi.Input[_builtins.bool] ae_lacp_force_up: For SRX
|
|
7868
|
+
:param pulumi.Input[_builtins.bool] ae_lacp_force_up: For SRX only, if `aggregated`==`true`.Sets the state of the interface as UP when the peer has limited LACP capability. Use case: When a device connected to this AE port is ZTPing for the first time, it will not have LACP configured on the other end. **Note:** Turning this on will enable force-up on one of the interfaces in the bundle only
|
|
7785
7869
|
:param pulumi.Input[_builtins.bool] critical: To generate port up/down alarm, set it to true
|
|
7786
7870
|
:param pulumi.Input[_builtins.str] description: Interface Description. Can be a variable (i.e. "{{myvar}}")
|
|
7787
7871
|
:param pulumi.Input[_builtins.bool] disabled: Port admin up (true) / down (false)
|
|
@@ -7952,7 +8036,7 @@ class GatewayPortConfigArgs:
|
|
|
7952
8036
|
@pulumi.getter(name="aeLacpForceUp")
|
|
7953
8037
|
def ae_lacp_force_up(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
7954
8038
|
"""
|
|
7955
|
-
For SRX
|
|
8039
|
+
For SRX only, if `aggregated`==`true`.Sets the state of the interface as UP when the peer has limited LACP capability. Use case: When a device connected to this AE port is ZTPing for the first time, it will not have LACP configured on the other end. **Note:** Turning this on will enable force-up on one of the interfaces in the bundle only
|
|
7956
8040
|
"""
|
|
7957
8041
|
return pulumi.get(self, "ae_lacp_force_up")
|
|
7958
8042
|
|
|
@@ -9779,7 +9863,7 @@ if not MYPY:
|
|
|
9779
9863
|
"""
|
|
9780
9864
|
appqoe: NotRequired[pulumi.Input['GatewayServicePolicyAppqoeArgsDict']]
|
|
9781
9865
|
"""
|
|
9782
|
-
|
|
9866
|
+
SRX only
|
|
9783
9867
|
"""
|
|
9784
9868
|
ewfs: NotRequired[pulumi.Input[Sequence[pulumi.Input['GatewayServicePolicyEwfArgsDict']]]]
|
|
9785
9869
|
idp: NotRequired[pulumi.Input['GatewayServicePolicyIdpArgsDict']]
|
|
@@ -9803,10 +9887,18 @@ if not MYPY:
|
|
|
9803
9887
|
"""
|
|
9804
9888
|
Required when `servicepolicy_id` is not defined. List of Applications / Destinations
|
|
9805
9889
|
"""
|
|
9890
|
+
skyatp: NotRequired[pulumi.Input['GatewayServicePolicySkyatpArgsDict']]
|
|
9891
|
+
"""
|
|
9892
|
+
SRX only
|
|
9893
|
+
"""
|
|
9806
9894
|
ssl_proxy: NotRequired[pulumi.Input['GatewayServicePolicySslProxyArgsDict']]
|
|
9807
9895
|
"""
|
|
9808
9896
|
For SRX-only
|
|
9809
9897
|
"""
|
|
9898
|
+
syslog: NotRequired[pulumi.Input['GatewayServicePolicySyslogArgsDict']]
|
|
9899
|
+
"""
|
|
9900
|
+
Required for syslog logging
|
|
9901
|
+
"""
|
|
9810
9902
|
tenants: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
9811
9903
|
"""
|
|
9812
9904
|
Required when `servicepolicy_id` is not defined. List of Networks / Users
|
|
@@ -9827,18 +9919,22 @@ class GatewayServicePolicyArgs:
|
|
|
9827
9919
|
path_preference: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9828
9920
|
servicepolicy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9829
9921
|
services: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
9922
|
+
skyatp: Optional[pulumi.Input['GatewayServicePolicySkyatpArgs']] = None,
|
|
9830
9923
|
ssl_proxy: Optional[pulumi.Input['GatewayServicePolicySslProxyArgs']] = None,
|
|
9924
|
+
syslog: Optional[pulumi.Input['GatewayServicePolicySyslogArgs']] = None,
|
|
9831
9925
|
tenants: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
9832
9926
|
"""
|
|
9833
9927
|
:param pulumi.Input[_builtins.str] action: Required when `servicepolicy_id` is not defined, optional otherwise (override the servicepolicy action). enum: `allow`, `deny`
|
|
9834
9928
|
:param pulumi.Input['GatewayServicePolicyAntivirusArgs'] antivirus: For SRX-only
|
|
9835
|
-
:param pulumi.Input['GatewayServicePolicyAppqoeArgs'] appqoe:
|
|
9929
|
+
:param pulumi.Input['GatewayServicePolicyAppqoeArgs'] appqoe: SRX only
|
|
9836
9930
|
:param pulumi.Input[_builtins.bool] local_routing: access within the same VRF
|
|
9837
9931
|
:param pulumi.Input[_builtins.str] name: Required when `servicepolicy_id` is not defined, optional otherwise (override the servicepolicy name)
|
|
9838
9932
|
:param pulumi.Input[_builtins.str] path_preference: By default, we derive all paths available and use them. Optionally, you can customize by using `path_preference`
|
|
9839
9933
|
:param pulumi.Input[_builtins.str] servicepolicy_id: Used to link servicepolicy defined at org level and overwrite some attributes
|
|
9840
9934
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] services: Required when `servicepolicy_id` is not defined. List of Applications / Destinations
|
|
9935
|
+
:param pulumi.Input['GatewayServicePolicySkyatpArgs'] skyatp: SRX only
|
|
9841
9936
|
:param pulumi.Input['GatewayServicePolicySslProxyArgs'] ssl_proxy: For SRX-only
|
|
9937
|
+
:param pulumi.Input['GatewayServicePolicySyslogArgs'] syslog: Required for syslog logging
|
|
9842
9938
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tenants: Required when `servicepolicy_id` is not defined. List of Networks / Users
|
|
9843
9939
|
"""
|
|
9844
9940
|
if action is not None:
|
|
@@ -9861,8 +9957,12 @@ class GatewayServicePolicyArgs:
|
|
|
9861
9957
|
pulumi.set(__self__, "servicepolicy_id", servicepolicy_id)
|
|
9862
9958
|
if services is not None:
|
|
9863
9959
|
pulumi.set(__self__, "services", services)
|
|
9960
|
+
if skyatp is not None:
|
|
9961
|
+
pulumi.set(__self__, "skyatp", skyatp)
|
|
9864
9962
|
if ssl_proxy is not None:
|
|
9865
9963
|
pulumi.set(__self__, "ssl_proxy", ssl_proxy)
|
|
9964
|
+
if syslog is not None:
|
|
9965
|
+
pulumi.set(__self__, "syslog", syslog)
|
|
9866
9966
|
if tenants is not None:
|
|
9867
9967
|
pulumi.set(__self__, "tenants", tenants)
|
|
9868
9968
|
|
|
@@ -9894,7 +9994,7 @@ class GatewayServicePolicyArgs:
|
|
|
9894
9994
|
@pulumi.getter
|
|
9895
9995
|
def appqoe(self) -> Optional[pulumi.Input['GatewayServicePolicyAppqoeArgs']]:
|
|
9896
9996
|
"""
|
|
9897
|
-
|
|
9997
|
+
SRX only
|
|
9898
9998
|
"""
|
|
9899
9999
|
return pulumi.get(self, "appqoe")
|
|
9900
10000
|
|
|
@@ -9980,6 +10080,18 @@ class GatewayServicePolicyArgs:
|
|
|
9980
10080
|
def services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
9981
10081
|
pulumi.set(self, "services", value)
|
|
9982
10082
|
|
|
10083
|
+
@_builtins.property
|
|
10084
|
+
@pulumi.getter
|
|
10085
|
+
def skyatp(self) -> Optional[pulumi.Input['GatewayServicePolicySkyatpArgs']]:
|
|
10086
|
+
"""
|
|
10087
|
+
SRX only
|
|
10088
|
+
"""
|
|
10089
|
+
return pulumi.get(self, "skyatp")
|
|
10090
|
+
|
|
10091
|
+
@skyatp.setter
|
|
10092
|
+
def skyatp(self, value: Optional[pulumi.Input['GatewayServicePolicySkyatpArgs']]):
|
|
10093
|
+
pulumi.set(self, "skyatp", value)
|
|
10094
|
+
|
|
9983
10095
|
@_builtins.property
|
|
9984
10096
|
@pulumi.getter(name="sslProxy")
|
|
9985
10097
|
def ssl_proxy(self) -> Optional[pulumi.Input['GatewayServicePolicySslProxyArgs']]:
|
|
@@ -9992,6 +10104,18 @@ class GatewayServicePolicyArgs:
|
|
|
9992
10104
|
def ssl_proxy(self, value: Optional[pulumi.Input['GatewayServicePolicySslProxyArgs']]):
|
|
9993
10105
|
pulumi.set(self, "ssl_proxy", value)
|
|
9994
10106
|
|
|
10107
|
+
@_builtins.property
|
|
10108
|
+
@pulumi.getter
|
|
10109
|
+
def syslog(self) -> Optional[pulumi.Input['GatewayServicePolicySyslogArgs']]:
|
|
10110
|
+
"""
|
|
10111
|
+
Required for syslog logging
|
|
10112
|
+
"""
|
|
10113
|
+
return pulumi.get(self, "syslog")
|
|
10114
|
+
|
|
10115
|
+
@syslog.setter
|
|
10116
|
+
def syslog(self, value: Optional[pulumi.Input['GatewayServicePolicySyslogArgs']]):
|
|
10117
|
+
pulumi.set(self, "syslog", value)
|
|
10118
|
+
|
|
9995
10119
|
@_builtins.property
|
|
9996
10120
|
@pulumi.getter
|
|
9997
10121
|
def tenants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
@@ -10242,6 +10366,98 @@ class GatewayServicePolicyIdpArgs:
|
|
|
10242
10366
|
pulumi.set(self, "profile", value)
|
|
10243
10367
|
|
|
10244
10368
|
|
|
10369
|
+
if not MYPY:
|
|
10370
|
+
class GatewayServicePolicySkyatpArgsDict(TypedDict):
|
|
10371
|
+
dns_dga_detection: NotRequired[pulumi.Input[_builtins.str]]
|
|
10372
|
+
"""
|
|
10373
|
+
enum: `disabled`, `default`, `standard`, `strict`
|
|
10374
|
+
"""
|
|
10375
|
+
dns_tunnel_detection: NotRequired[pulumi.Input[_builtins.str]]
|
|
10376
|
+
"""
|
|
10377
|
+
enum: `disabled`, `default`, `standard`, `strict`
|
|
10378
|
+
"""
|
|
10379
|
+
http_inspection: NotRequired[pulumi.Input[_builtins.str]]
|
|
10380
|
+
"""
|
|
10381
|
+
enum: `disabled`, `standard`
|
|
10382
|
+
"""
|
|
10383
|
+
iot_device_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
10384
|
+
"""
|
|
10385
|
+
enum: `disabled`, `enabled`
|
|
10386
|
+
"""
|
|
10387
|
+
elif False:
|
|
10388
|
+
GatewayServicePolicySkyatpArgsDict: TypeAlias = Mapping[str, Any]
|
|
10389
|
+
|
|
10390
|
+
@pulumi.input_type
|
|
10391
|
+
class GatewayServicePolicySkyatpArgs:
|
|
10392
|
+
def __init__(__self__, *,
|
|
10393
|
+
dns_dga_detection: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10394
|
+
dns_tunnel_detection: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10395
|
+
http_inspection: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10396
|
+
iot_device_policy: Optional[pulumi.Input[_builtins.str]] = None):
|
|
10397
|
+
"""
|
|
10398
|
+
:param pulumi.Input[_builtins.str] dns_dga_detection: enum: `disabled`, `default`, `standard`, `strict`
|
|
10399
|
+
:param pulumi.Input[_builtins.str] dns_tunnel_detection: enum: `disabled`, `default`, `standard`, `strict`
|
|
10400
|
+
:param pulumi.Input[_builtins.str] http_inspection: enum: `disabled`, `standard`
|
|
10401
|
+
:param pulumi.Input[_builtins.str] iot_device_policy: enum: `disabled`, `enabled`
|
|
10402
|
+
"""
|
|
10403
|
+
if dns_dga_detection is not None:
|
|
10404
|
+
pulumi.set(__self__, "dns_dga_detection", dns_dga_detection)
|
|
10405
|
+
if dns_tunnel_detection is not None:
|
|
10406
|
+
pulumi.set(__self__, "dns_tunnel_detection", dns_tunnel_detection)
|
|
10407
|
+
if http_inspection is not None:
|
|
10408
|
+
pulumi.set(__self__, "http_inspection", http_inspection)
|
|
10409
|
+
if iot_device_policy is not None:
|
|
10410
|
+
pulumi.set(__self__, "iot_device_policy", iot_device_policy)
|
|
10411
|
+
|
|
10412
|
+
@_builtins.property
|
|
10413
|
+
@pulumi.getter(name="dnsDgaDetection")
|
|
10414
|
+
def dns_dga_detection(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10415
|
+
"""
|
|
10416
|
+
enum: `disabled`, `default`, `standard`, `strict`
|
|
10417
|
+
"""
|
|
10418
|
+
return pulumi.get(self, "dns_dga_detection")
|
|
10419
|
+
|
|
10420
|
+
@dns_dga_detection.setter
|
|
10421
|
+
def dns_dga_detection(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10422
|
+
pulumi.set(self, "dns_dga_detection", value)
|
|
10423
|
+
|
|
10424
|
+
@_builtins.property
|
|
10425
|
+
@pulumi.getter(name="dnsTunnelDetection")
|
|
10426
|
+
def dns_tunnel_detection(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10427
|
+
"""
|
|
10428
|
+
enum: `disabled`, `default`, `standard`, `strict`
|
|
10429
|
+
"""
|
|
10430
|
+
return pulumi.get(self, "dns_tunnel_detection")
|
|
10431
|
+
|
|
10432
|
+
@dns_tunnel_detection.setter
|
|
10433
|
+
def dns_tunnel_detection(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10434
|
+
pulumi.set(self, "dns_tunnel_detection", value)
|
|
10435
|
+
|
|
10436
|
+
@_builtins.property
|
|
10437
|
+
@pulumi.getter(name="httpInspection")
|
|
10438
|
+
def http_inspection(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10439
|
+
"""
|
|
10440
|
+
enum: `disabled`, `standard`
|
|
10441
|
+
"""
|
|
10442
|
+
return pulumi.get(self, "http_inspection")
|
|
10443
|
+
|
|
10444
|
+
@http_inspection.setter
|
|
10445
|
+
def http_inspection(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10446
|
+
pulumi.set(self, "http_inspection", value)
|
|
10447
|
+
|
|
10448
|
+
@_builtins.property
|
|
10449
|
+
@pulumi.getter(name="iotDevicePolicy")
|
|
10450
|
+
def iot_device_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10451
|
+
"""
|
|
10452
|
+
enum: `disabled`, `enabled`
|
|
10453
|
+
"""
|
|
10454
|
+
return pulumi.get(self, "iot_device_policy")
|
|
10455
|
+
|
|
10456
|
+
@iot_device_policy.setter
|
|
10457
|
+
def iot_device_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10458
|
+
pulumi.set(self, "iot_device_policy", value)
|
|
10459
|
+
|
|
10460
|
+
|
|
10245
10461
|
if not MYPY:
|
|
10246
10462
|
class GatewayServicePolicySslProxyArgsDict(TypedDict):
|
|
10247
10463
|
ciphers_category: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -10287,6 +10503,42 @@ class GatewayServicePolicySslProxyArgs:
|
|
|
10287
10503
|
pulumi.set(self, "enabled", value)
|
|
10288
10504
|
|
|
10289
10505
|
|
|
10506
|
+
if not MYPY:
|
|
10507
|
+
class GatewayServicePolicySyslogArgsDict(TypedDict):
|
|
10508
|
+
enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
|
10509
|
+
server_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
10510
|
+
elif False:
|
|
10511
|
+
GatewayServicePolicySyslogArgsDict: TypeAlias = Mapping[str, Any]
|
|
10512
|
+
|
|
10513
|
+
@pulumi.input_type
|
|
10514
|
+
class GatewayServicePolicySyslogArgs:
|
|
10515
|
+
def __init__(__self__, *,
|
|
10516
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
10517
|
+
server_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
10518
|
+
if enabled is not None:
|
|
10519
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
10520
|
+
if server_names is not None:
|
|
10521
|
+
pulumi.set(__self__, "server_names", server_names)
|
|
10522
|
+
|
|
10523
|
+
@_builtins.property
|
|
10524
|
+
@pulumi.getter
|
|
10525
|
+
def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
10526
|
+
return pulumi.get(self, "enabled")
|
|
10527
|
+
|
|
10528
|
+
@enabled.setter
|
|
10529
|
+
def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
10530
|
+
pulumi.set(self, "enabled", value)
|
|
10531
|
+
|
|
10532
|
+
@_builtins.property
|
|
10533
|
+
@pulumi.getter(name="serverNames")
|
|
10534
|
+
def server_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
10535
|
+
return pulumi.get(self, "server_names")
|
|
10536
|
+
|
|
10537
|
+
@server_names.setter
|
|
10538
|
+
def server_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
10539
|
+
pulumi.set(self, "server_names", value)
|
|
10540
|
+
|
|
10541
|
+
|
|
10290
10542
|
if not MYPY:
|
|
10291
10543
|
class GatewayTunnelConfigsArgsDict(TypedDict):
|
|
10292
10544
|
auto_provision: NotRequired[pulumi.Input['GatewayTunnelConfigsAutoProvisionArgsDict']]
|
|
@@ -12320,7 +12572,7 @@ if not MYPY:
|
|
|
12320
12572
|
"""
|
|
12321
12573
|
ether_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
12322
12574
|
"""
|
|
12323
|
-
|
|
12575
|
+
ARP / IPv6. Default is `any`
|
|
12324
12576
|
"""
|
|
12325
12577
|
gbp_tag: NotRequired[pulumi.Input[_builtins.int]]
|
|
12326
12578
|
"""
|
|
@@ -12393,7 +12645,7 @@ class SwitchAclTagsArgs:
|
|
|
12393
12645
|
* `resource`: can only be used in `dst_tags`
|
|
12394
12646
|
* `static_gbp`: applying gbp tag against matching conditions
|
|
12395
12647
|
* `subnet`'
|
|
12396
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ether_types:
|
|
12648
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ether_types: ARP / IPv6. Default is `any`
|
|
12397
12649
|
:param pulumi.Input[_builtins.int] gbp_tag: Required if
|
|
12398
12650
|
- `type`==`dynamic_gbp` (gbp_tag received from RADIUS)
|
|
12399
12651
|
- `type`==`gbp_resource`
|
|
@@ -12462,7 +12714,7 @@ class SwitchAclTagsArgs:
|
|
|
12462
12714
|
@pulumi.getter(name="etherTypes")
|
|
12463
12715
|
def ether_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
12464
12716
|
"""
|
|
12465
|
-
|
|
12717
|
+
ARP / IPv6. Default is `any`
|
|
12466
12718
|
"""
|
|
12467
12719
|
return pulumi.get(self, "ether_types")
|
|
12468
12720
|
|
|
@@ -13674,7 +13926,7 @@ if not MYPY:
|
|
|
13674
13926
|
"""
|
|
13675
13927
|
allow_dhcpd: NotRequired[pulumi.Input[_builtins.bool]]
|
|
13676
13928
|
"""
|
|
13677
|
-
|
|
13929
|
+
Controls whether DHCP server traffic is allowed on ports using this configuration if DHCP snooping is enabled. This is a tri-state setting; true: ports become trusted ports allowing DHCP server traffic, false: ports become untrusted blocking DHCP server traffic, undefined: use system defaults (access ports default to untrusted, trunk ports default to trusted).
|
|
13678
13930
|
"""
|
|
13679
13931
|
allow_multiple_supplicants: NotRequired[pulumi.Input[_builtins.bool]]
|
|
13680
13932
|
bypass_auth_when_server_down: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -13843,7 +14095,7 @@ class SwitchLocalPortConfigArgs:
|
|
|
13843
14095
|
"""
|
|
13844
14096
|
:param pulumi.Input[_builtins.str] usage: Port usage name.
|
|
13845
14097
|
:param pulumi.Input[_builtins.bool] all_networks: Only if `mode`==`trunk` whether to trunk all network/vlans
|
|
13846
|
-
:param pulumi.Input[_builtins.bool] allow_dhcpd:
|
|
14098
|
+
:param pulumi.Input[_builtins.bool] allow_dhcpd: Controls whether DHCP server traffic is allowed on ports using this configuration if DHCP snooping is enabled. This is a tri-state setting; true: ports become trusted ports allowing DHCP server traffic, false: ports become untrusted blocking DHCP server traffic, undefined: use system defaults (access ports default to untrusted, trunk ports default to trusted).
|
|
13847
14099
|
:param pulumi.Input[_builtins.bool] bypass_auth_when_server_down: Only if `port_auth`==`dot1x` bypass auth for known clients if set to true when RADIUS server is down
|
|
13848
14100
|
:param pulumi.Input[_builtins.bool] bypass_auth_when_server_down_for_unknown_client: Only if `port_auth`=`dot1x` bypass auth for all (including unknown clients) if set to true when RADIUS server is down
|
|
13849
14101
|
:param pulumi.Input[_builtins.bool] disable_autoneg: Only if `mode`!=`dynamic` if speed and duplex are specified, whether to disable autonegotiation
|
|
@@ -13976,7 +14228,7 @@ class SwitchLocalPortConfigArgs:
|
|
|
13976
14228
|
@pulumi.getter(name="allowDhcpd")
|
|
13977
14229
|
def allow_dhcpd(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
13978
14230
|
"""
|
|
13979
|
-
|
|
14231
|
+
Controls whether DHCP server traffic is allowed on ports using this configuration if DHCP snooping is enabled. This is a tri-state setting; true: ports become trusted ports allowing DHCP server traffic, false: ports become untrusted blocking DHCP server traffic, undefined: use system defaults (access ports default to untrusted, trunk ports default to trusted).
|
|
13980
14232
|
"""
|
|
13981
14233
|
return pulumi.get(self, "allow_dhcpd")
|
|
13982
14234
|
|
|
@@ -15958,7 +16210,7 @@ if not MYPY:
|
|
|
15958
16210
|
"""
|
|
15959
16211
|
allow_dhcpd: NotRequired[pulumi.Input[_builtins.bool]]
|
|
15960
16212
|
"""
|
|
15961
|
-
Only
|
|
16213
|
+
Only applies when `mode`!=`dynamic`. Controls whether DHCP server traffic is allowed on ports using this configuration if DHCP snooping is enabled. This is a tri-state setting; true: ports become trusted ports allowing DHCP server traffic, false: ports become untrusted blocking DHCP server traffic, undefined: use system defaults (access ports default to untrusted, trunk ports default to trusted).
|
|
15962
16214
|
"""
|
|
15963
16215
|
allow_multiple_supplicants: NotRequired[pulumi.Input[_builtins.bool]]
|
|
15964
16216
|
"""
|
|
@@ -15972,6 +16224,10 @@ if not MYPY:
|
|
|
15972
16224
|
"""
|
|
15973
16225
|
Only if `mode`!=`dynamic` and `port_auth`=`dot1x`. Bypass auth for all (including unknown clients) if set to true when RADIUS server is down
|
|
15974
16226
|
"""
|
|
16227
|
+
bypass_auth_when_server_down_for_voip: NotRequired[pulumi.Input[_builtins.bool]]
|
|
16228
|
+
"""
|
|
16229
|
+
Only if `mode`!=`dynamic` and `port_auth`==`dot1x`. Bypass auth for VOIP if set to true when RADIUS server is down
|
|
16230
|
+
"""
|
|
15975
16231
|
community_vlan_id: NotRequired[pulumi.Input[_builtins.int]]
|
|
15976
16232
|
"""
|
|
15977
16233
|
Only if `mode`!=`dynamic`. To be used together with `isolation` under networks. Signaling that this port connects to the networks isolated but wired clients belong to the same community can talk to each other
|
|
@@ -16052,6 +16308,10 @@ if not MYPY:
|
|
|
16052
16308
|
"""
|
|
16053
16309
|
Only if `mode`!=`dynamic`. Whether PoE capabilities are disabled for a port
|
|
16054
16310
|
"""
|
|
16311
|
+
poe_priority: NotRequired[pulumi.Input[_builtins.str]]
|
|
16312
|
+
"""
|
|
16313
|
+
PoE priority. enum: `low`, `high`
|
|
16314
|
+
"""
|
|
16055
16315
|
port_auth: NotRequired[pulumi.Input[_builtins.str]]
|
|
16056
16316
|
"""
|
|
16057
16317
|
Only if `mode`!=`dynamic`. If dot1x is desired, set to dot1x. enum: `dot1x`
|
|
@@ -16127,6 +16387,7 @@ class SwitchPortUsagesArgs:
|
|
|
16127
16387
|
allow_multiple_supplicants: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16128
16388
|
bypass_auth_when_server_down: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16129
16389
|
bypass_auth_when_server_down_for_unknown_client: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16390
|
+
bypass_auth_when_server_down_for_voip: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16130
16391
|
community_vlan_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
16131
16392
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
16132
16393
|
disable_autoneg: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -16147,6 +16408,7 @@ class SwitchPortUsagesArgs:
|
|
|
16147
16408
|
networks: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
16148
16409
|
persist_mac: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16149
16410
|
poe_disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16411
|
+
poe_priority: Optional[pulumi.Input[_builtins.str]] = None,
|
|
16150
16412
|
port_auth: Optional[pulumi.Input[_builtins.str]] = None,
|
|
16151
16413
|
port_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
16152
16414
|
reauth_interval: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -16165,10 +16427,11 @@ class SwitchPortUsagesArgs:
|
|
|
16165
16427
|
voip_network: Optional[pulumi.Input[_builtins.str]] = None):
|
|
16166
16428
|
"""
|
|
16167
16429
|
:param pulumi.Input[_builtins.bool] all_networks: Only if `mode`==`trunk`. Whether to trunk all network/vlans
|
|
16168
|
-
:param pulumi.Input[_builtins.bool] allow_dhcpd: Only
|
|
16430
|
+
:param pulumi.Input[_builtins.bool] allow_dhcpd: Only applies when `mode`!=`dynamic`. Controls whether DHCP server traffic is allowed on ports using this configuration if DHCP snooping is enabled. This is a tri-state setting; true: ports become trusted ports allowing DHCP server traffic, false: ports become untrusted blocking DHCP server traffic, undefined: use system defaults (access ports default to untrusted, trunk ports default to trusted).
|
|
16169
16431
|
:param pulumi.Input[_builtins.bool] allow_multiple_supplicants: Only if `mode`!=`dynamic`
|
|
16170
16432
|
:param pulumi.Input[_builtins.bool] bypass_auth_when_server_down: Only if `mode`!=`dynamic` and `port_auth`==`dot1x`. Bypass auth for known clients if set to true when RADIUS server is down
|
|
16171
16433
|
:param pulumi.Input[_builtins.bool] bypass_auth_when_server_down_for_unknown_client: Only if `mode`!=`dynamic` and `port_auth`=`dot1x`. Bypass auth for all (including unknown clients) if set to true when RADIUS server is down
|
|
16434
|
+
:param pulumi.Input[_builtins.bool] bypass_auth_when_server_down_for_voip: Only if `mode`!=`dynamic` and `port_auth`==`dot1x`. Bypass auth for VOIP if set to true when RADIUS server is down
|
|
16172
16435
|
:param pulumi.Input[_builtins.int] community_vlan_id: Only if `mode`!=`dynamic`. To be used together with `isolation` under networks. Signaling that this port connects to the networks isolated but wired clients belong to the same community can talk to each other
|
|
16173
16436
|
:param pulumi.Input[_builtins.str] description: Only if `mode`!=`dynamic`
|
|
16174
16437
|
:param pulumi.Input[_builtins.bool] disable_autoneg: Only if `mode`!=`dynamic`. If speed and duplex are specified, whether to disable autonegotiation
|
|
@@ -16189,6 +16452,7 @@ class SwitchPortUsagesArgs:
|
|
|
16189
16452
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] networks: Only if `mode`==`trunk`, the list of network/vlans
|
|
16190
16453
|
:param pulumi.Input[_builtins.bool] persist_mac: Only if `mode`==`access` and `port_auth`!=`dot1x`. Whether the port should retain dynamically learned MAC addresses
|
|
16191
16454
|
:param pulumi.Input[_builtins.bool] poe_disabled: Only if `mode`!=`dynamic`. Whether PoE capabilities are disabled for a port
|
|
16455
|
+
:param pulumi.Input[_builtins.str] poe_priority: PoE priority. enum: `low`, `high`
|
|
16192
16456
|
:param pulumi.Input[_builtins.str] port_auth: Only if `mode`!=`dynamic`. If dot1x is desired, set to dot1x. enum: `dot1x`
|
|
16193
16457
|
:param pulumi.Input[_builtins.str] port_network: Only if `mode`!=`dynamic`. Native network/vlan for untagged traffic
|
|
16194
16458
|
:param pulumi.Input[_builtins.str] reauth_interval: Only if `mode`!=`dynamic` and `port_auth`=`dot1x` reauthentication interval range between 10 and 65535 (default: 3600)
|
|
@@ -16216,6 +16480,8 @@ class SwitchPortUsagesArgs:
|
|
|
16216
16480
|
pulumi.set(__self__, "bypass_auth_when_server_down", bypass_auth_when_server_down)
|
|
16217
16481
|
if bypass_auth_when_server_down_for_unknown_client is not None:
|
|
16218
16482
|
pulumi.set(__self__, "bypass_auth_when_server_down_for_unknown_client", bypass_auth_when_server_down_for_unknown_client)
|
|
16483
|
+
if bypass_auth_when_server_down_for_voip is not None:
|
|
16484
|
+
pulumi.set(__self__, "bypass_auth_when_server_down_for_voip", bypass_auth_when_server_down_for_voip)
|
|
16219
16485
|
if community_vlan_id is not None:
|
|
16220
16486
|
pulumi.set(__self__, "community_vlan_id", community_vlan_id)
|
|
16221
16487
|
if description is not None:
|
|
@@ -16256,6 +16522,8 @@ class SwitchPortUsagesArgs:
|
|
|
16256
16522
|
pulumi.set(__self__, "persist_mac", persist_mac)
|
|
16257
16523
|
if poe_disabled is not None:
|
|
16258
16524
|
pulumi.set(__self__, "poe_disabled", poe_disabled)
|
|
16525
|
+
if poe_priority is not None:
|
|
16526
|
+
pulumi.set(__self__, "poe_priority", poe_priority)
|
|
16259
16527
|
if port_auth is not None:
|
|
16260
16528
|
pulumi.set(__self__, "port_auth", port_auth)
|
|
16261
16529
|
if port_network is not None:
|
|
@@ -16305,7 +16573,7 @@ class SwitchPortUsagesArgs:
|
|
|
16305
16573
|
@pulumi.getter(name="allowDhcpd")
|
|
16306
16574
|
def allow_dhcpd(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
16307
16575
|
"""
|
|
16308
|
-
Only
|
|
16576
|
+
Only applies when `mode`!=`dynamic`. Controls whether DHCP server traffic is allowed on ports using this configuration if DHCP snooping is enabled. This is a tri-state setting; true: ports become trusted ports allowing DHCP server traffic, false: ports become untrusted blocking DHCP server traffic, undefined: use system defaults (access ports default to untrusted, trunk ports default to trusted).
|
|
16309
16577
|
"""
|
|
16310
16578
|
return pulumi.get(self, "allow_dhcpd")
|
|
16311
16579
|
|
|
@@ -16349,6 +16617,18 @@ class SwitchPortUsagesArgs:
|
|
|
16349
16617
|
def bypass_auth_when_server_down_for_unknown_client(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
16350
16618
|
pulumi.set(self, "bypass_auth_when_server_down_for_unknown_client", value)
|
|
16351
16619
|
|
|
16620
|
+
@_builtins.property
|
|
16621
|
+
@pulumi.getter(name="bypassAuthWhenServerDownForVoip")
|
|
16622
|
+
def bypass_auth_when_server_down_for_voip(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
16623
|
+
"""
|
|
16624
|
+
Only if `mode`!=`dynamic` and `port_auth`==`dot1x`. Bypass auth for VOIP if set to true when RADIUS server is down
|
|
16625
|
+
"""
|
|
16626
|
+
return pulumi.get(self, "bypass_auth_when_server_down_for_voip")
|
|
16627
|
+
|
|
16628
|
+
@bypass_auth_when_server_down_for_voip.setter
|
|
16629
|
+
def bypass_auth_when_server_down_for_voip(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
16630
|
+
pulumi.set(self, "bypass_auth_when_server_down_for_voip", value)
|
|
16631
|
+
|
|
16352
16632
|
@_builtins.property
|
|
16353
16633
|
@pulumi.getter(name="communityVlanId")
|
|
16354
16634
|
def community_vlan_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -16589,6 +16869,18 @@ class SwitchPortUsagesArgs:
|
|
|
16589
16869
|
def poe_disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
16590
16870
|
pulumi.set(self, "poe_disabled", value)
|
|
16591
16871
|
|
|
16872
|
+
@_builtins.property
|
|
16873
|
+
@pulumi.getter(name="poePriority")
|
|
16874
|
+
def poe_priority(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
16875
|
+
"""
|
|
16876
|
+
PoE priority. enum: `low`, `high`
|
|
16877
|
+
"""
|
|
16878
|
+
return pulumi.get(self, "poe_priority")
|
|
16879
|
+
|
|
16880
|
+
@poe_priority.setter
|
|
16881
|
+
def poe_priority(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
16882
|
+
pulumi.set(self, "poe_priority", value)
|
|
16883
|
+
|
|
16592
16884
|
@_builtins.property
|
|
16593
16885
|
@pulumi.getter(name="portAuth")
|
|
16594
16886
|
def port_auth(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -16786,7 +17078,7 @@ if not MYPY:
|
|
|
16786
17078
|
class SwitchPortUsagesRuleArgsDict(TypedDict):
|
|
16787
17079
|
src: pulumi.Input[_builtins.str]
|
|
16788
17080
|
"""
|
|
16789
|
-
enum: `link_peermac`, `lldp_chassis_id`, `lldp_hardware_revision`, `lldp_manufacturer_name`, `lldp_oui`, `lldp_serial_number`, `lldp_system_name`, `radius_dynamicfilter`, `radius_usermac`, `radius_username`
|
|
17081
|
+
enum: `link_peermac`, `lldp_chassis_id`, `lldp_hardware_revision`, `lldp_manufacturer_name`, `lldp_oui`, `lldp_serial_number`, `lldp_system_description`, `lldp_system_name`, `radius_dynamicfilter`, `radius_usermac`, `radius_username`
|
|
16790
17082
|
"""
|
|
16791
17083
|
equals: NotRequired[pulumi.Input[_builtins.str]]
|
|
16792
17084
|
equals_anies: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
@@ -16815,7 +17107,7 @@ class SwitchPortUsagesRuleArgs:
|
|
|
16815
17107
|
expression: Optional[pulumi.Input[_builtins.str]] = None,
|
|
16816
17108
|
usage: Optional[pulumi.Input[_builtins.str]] = None):
|
|
16817
17109
|
"""
|
|
16818
|
-
:param pulumi.Input[_builtins.str] src: enum: `link_peermac`, `lldp_chassis_id`, `lldp_hardware_revision`, `lldp_manufacturer_name`, `lldp_oui`, `lldp_serial_number`, `lldp_system_name`, `radius_dynamicfilter`, `radius_usermac`, `radius_username`
|
|
17110
|
+
:param pulumi.Input[_builtins.str] src: enum: `link_peermac`, `lldp_chassis_id`, `lldp_hardware_revision`, `lldp_manufacturer_name`, `lldp_oui`, `lldp_serial_number`, `lldp_system_description`, `lldp_system_name`, `radius_dynamicfilter`, `radius_usermac`, `radius_username`
|
|
16819
17111
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] equals_anies: Use `equals_any` to match any item in a list
|
|
16820
17112
|
:param pulumi.Input[_builtins.str] expression: "[0:3]":"abcdef" > "abc"
|
|
16821
17113
|
"split(.)[1]": "a.b.c" > "b"
|
|
@@ -16836,7 +17128,7 @@ class SwitchPortUsagesRuleArgs:
|
|
|
16836
17128
|
@pulumi.getter
|
|
16837
17129
|
def src(self) -> pulumi.Input[_builtins.str]:
|
|
16838
17130
|
"""
|
|
16839
|
-
enum: `link_peermac`, `lldp_chassis_id`, `lldp_hardware_revision`, `lldp_manufacturer_name`, `lldp_oui`, `lldp_serial_number`, `lldp_system_name`, `radius_dynamicfilter`, `radius_usermac`, `radius_username`
|
|
17131
|
+
enum: `link_peermac`, `lldp_chassis_id`, `lldp_hardware_revision`, `lldp_manufacturer_name`, `lldp_oui`, `lldp_serial_number`, `lldp_system_description`, `lldp_system_name`, `radius_dynamicfilter`, `radius_usermac`, `radius_username`
|
|
16840
17132
|
"""
|
|
16841
17133
|
return pulumi.get(self, "src")
|
|
16842
17134
|
|