@pulumi/juniper-mist 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/input.d.ts CHANGED
@@ -12217,6 +12217,56 @@ export declare namespace org {
12217
12217
  */
12218
12218
  tunterm?: pulumi.Input<string | undefined>;
12219
12219
  }
12220
+ interface MxtunnelAutoPreemption {
12221
+ /**
12222
+ * Scheduled weekday for auto preemption
12223
+ */
12224
+ dayOfWeek?: pulumi.Input<string | undefined>;
12225
+ /**
12226
+ * Whether auto preemption is enabled
12227
+ */
12228
+ enabled?: pulumi.Input<boolean | undefined>;
12229
+ /**
12230
+ * Scheduled time of day for auto preemption
12231
+ */
12232
+ timeOfDay?: pulumi.Input<string | undefined>;
12233
+ }
12234
+ interface MxtunnelIpsec {
12235
+ /**
12236
+ * Name server addresses advertised for IPsec tunnel clients
12237
+ */
12238
+ dnsServers?: pulumi.Input<pulumi.Input<string>[] | undefined>;
12239
+ /**
12240
+ * Search suffixes advertised for IPsec tunnel clients
12241
+ */
12242
+ dnsSuffixes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
12243
+ /**
12244
+ * Whether IPsec support is enabled for this Mist Tunnel
12245
+ */
12246
+ enabled?: pulumi.Input<boolean | undefined>;
12247
+ /**
12248
+ * Additional routes advertised for the IPsec tunnel
12249
+ */
12250
+ extraRoutes?: pulumi.Input<pulumi.Input<inputs.org.MxtunnelIpsecExtraRoute>[] | undefined>;
12251
+ /**
12252
+ * Whether split tunneling is enabled for IPsec clients
12253
+ */
12254
+ splitTunnel?: pulumi.Input<boolean | undefined>;
12255
+ /**
12256
+ * Whether IPsec termination uses Mist Edge
12257
+ */
12258
+ useMxedge?: pulumi.Input<boolean | undefined>;
12259
+ }
12260
+ interface MxtunnelIpsecExtraRoute {
12261
+ /**
12262
+ * Route destination CIDR for the IPsec extra route
12263
+ */
12264
+ dest?: pulumi.Input<string | undefined>;
12265
+ /**
12266
+ * Route next-hop IPv4 address for the IPsec extra route
12267
+ */
12268
+ nextHop?: pulumi.Input<string | undefined>;
12269
+ }
12220
12270
  interface NacPortalPortal {
12221
12271
  /**
12222
12272
  * Mode presented by the NAC guest portal for user authentication
@@ -18732,19 +18782,19 @@ export declare namespace site {
18732
18782
  }
18733
18783
  interface SettingApSyntheticTest {
18734
18784
  /**
18735
- * List or Comma separated list of additional VLAN IDs (on the LAN side or from other WLANs) should we be forwarding bonjour queries/responses
18785
+ * VLAN IDs included in addition to the default VLAN set for AP synthetic tests
18736
18786
  */
18737
18787
  additionalVlanIds?: pulumi.Input<pulumi.Input<string>[] | undefined>;
18738
18788
  }
18739
18789
  interface SettingAutoUpgrade {
18740
18790
  /**
18741
- * Custom versions for different models. Property key is the model name (e.g. "AP41")
18791
+ * Per-AP-model firmware versions or channels used for auto-upgrade
18742
18792
  */
18743
18793
  customVersions?: pulumi.Input<{
18744
18794
  [key: string]: pulumi.Input<string>;
18745
18795
  } | undefined>;
18746
18796
  /**
18747
- * enum: `any`, `fri`, `mon`, `sat`, `sun`, `thu`, `tue`, `wed`
18797
+ * Weekly AP auto-upgrade day for the maintenance window
18748
18798
  */
18749
18799
  dayOfWeek?: pulumi.Input<string | undefined>;
18750
18800
  /**
@@ -18756,7 +18806,7 @@ export declare namespace site {
18756
18806
  */
18757
18807
  timeOfDay?: pulumi.Input<string | undefined>;
18758
18808
  /**
18759
- * desired version. enum: `beta`, `custom`, `stable`
18809
+ * Firmware release channel or custom version used for AP auto-upgrade
18760
18810
  */
18761
18811
  version?: pulumi.Input<string | undefined>;
18762
18812
  }
@@ -18772,7 +18822,7 @@ export declare namespace site {
18772
18822
  [key: string]: pulumi.Input<string>;
18773
18823
  } | undefined>;
18774
18824
  /**
18775
- * enum: `any`, `fri`, `mon`, `sat`, `sun`, `thu`, `tue`, `wed`
18825
+ * Weekly ESL auto-upgrade day for the maintenance window
18776
18826
  */
18777
18827
  dayOfWeek?: pulumi.Input<string | undefined>;
18778
18828
  /**
@@ -18783,6 +18833,9 @@ export declare namespace site {
18783
18833
  * `any` / HH:MM (24-hour format), upgrade will happen within up to 1-hour from this time
18784
18834
  */
18785
18835
  timeOfDay?: pulumi.Input<string | undefined>;
18836
+ /**
18837
+ * ESL firmware version used for auto-upgrade
18838
+ */
18786
18839
  version?: pulumi.Input<string | undefined>;
18787
18840
  }
18788
18841
  interface SettingBleConfig {
@@ -18795,11 +18848,11 @@ export declare namespace site {
18795
18848
  */
18796
18849
  beaconRate?: pulumi.Input<number | undefined>;
18797
18850
  /**
18798
- * enum: `custom`, `default`
18851
+ * Beacon rate mode for Mist BLE beacons; use custom to set beacon_rate
18799
18852
  */
18800
18853
  beaconRateMode?: pulumi.Input<string | undefined>;
18801
18854
  /**
18802
- * List of AP BLE location beam numbers (1-8) which should be disabled at the AP and not transmit location information (where beam 1 is oriented at the top the AP, growing counter-clock-wise, with 9 being the omni BLE beam)
18855
+ * AP BLE beam numbers disabled for location advertisements
18803
18856
  */
18804
18857
  beamDisableds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
18805
18858
  /**
@@ -18818,6 +18871,9 @@ export declare namespace site {
18818
18871
  * Advertised TX Power, -100 to 20 (dBm), omit this attribute to use default
18819
18872
  */
18820
18873
  eddystoneUidAdvPower?: pulumi.Input<number | undefined>;
18874
+ /**
18875
+ * BLE beams used to transmit Eddystone-UID advertisements, expressed as ranges such as `2-4,7`
18876
+ */
18821
18877
  eddystoneUidBeams?: pulumi.Input<string | undefined>;
18822
18878
  /**
18823
18879
  * Only if `beaconEnabled`==`false`, Whether Eddystone-UID beacon is enabled
@@ -18832,20 +18888,23 @@ export declare namespace site {
18832
18888
  */
18833
18889
  eddystoneUidInstance?: pulumi.Input<string | undefined>;
18834
18890
  /**
18835
- * Eddystone-UID namespace
18891
+ * Eddystone-UID namespace broadcast by the AP, as a 10-byte hex string
18836
18892
  */
18837
18893
  eddystoneUidNamespace?: pulumi.Input<string | undefined>;
18838
18894
  /**
18839
18895
  * Advertised TX Power, -100 to 20 (dBm), omit this attribute to use default
18840
18896
  */
18841
18897
  eddystoneUrlAdvPower?: pulumi.Input<number | undefined>;
18898
+ /**
18899
+ * BLE beams used to transmit Eddystone-URL advertisements, expressed as ranges such as `2-4,7`
18900
+ */
18842
18901
  eddystoneUrlBeams?: pulumi.Input<string | undefined>;
18843
18902
  /**
18844
18903
  * Only if `beaconEnabled`==`false`, Whether Eddystone-URL beacon is enabled
18845
18904
  */
18846
18905
  eddystoneUrlEnabled?: pulumi.Input<boolean | undefined>;
18847
18906
  /**
18848
- * Frequency (msec) of data emit by Eddystone-UID beacon
18907
+ * Frequency (msec) of data emitted by Eddystone-URL beacon
18849
18908
  */
18850
18909
  eddystoneUrlFreqMsec?: pulumi.Input<number | undefined>;
18851
18910
  /**
@@ -18856,6 +18915,9 @@ export declare namespace site {
18856
18915
  * Advertised TX Power, -100 to 20 (dBm), omit this attribute to use default
18857
18916
  */
18858
18917
  ibeaconAdvPower?: pulumi.Input<number | undefined>;
18918
+ /**
18919
+ * BLE beams used to transmit iBeacon advertisements, expressed as ranges such as `2-4,7`
18920
+ */
18859
18921
  ibeaconBeams?: pulumi.Input<string | undefined>;
18860
18922
  /**
18861
18923
  * Can be enabled if `beaconEnabled`==`true`, whether to send iBeacon
@@ -18866,11 +18928,11 @@ export declare namespace site {
18866
18928
  */
18867
18929
  ibeaconFreqMsec?: pulumi.Input<number | undefined>;
18868
18930
  /**
18869
- * Major number for iBeacon
18931
+ * iBeacon major value broadcast by the AP
18870
18932
  */
18871
18933
  ibeaconMajor?: pulumi.Input<number | undefined>;
18872
18934
  /**
18873
- * Minor number for iBeacon
18935
+ * iBeacon minor value broadcast by the AP
18874
18936
  */
18875
18937
  ibeaconMinor?: pulumi.Input<number | undefined>;
18876
18938
  /**
@@ -18882,7 +18944,7 @@ export declare namespace site {
18882
18944
  */
18883
18945
  power?: pulumi.Input<number | undefined>;
18884
18946
  /**
18885
- * enum: `custom`, `default`
18947
+ * Transmit power mode for BLE beacons; use custom to set `power`
18886
18948
  */
18887
18949
  powerMode?: pulumi.Input<string | undefined>;
18888
18950
  }
@@ -18892,74 +18954,89 @@ export declare namespace site {
18892
18954
  */
18893
18955
  noPush?: pulumi.Input<boolean | undefined>;
18894
18956
  /**
18895
- * If enabled, new config will only be pushed to device within the specified time window
18957
+ * Allowed time window during which configuration pushes may run
18896
18958
  */
18897
18959
  pushWindow?: pulumi.Input<inputs.site.SettingConfigPushPolicyPushWindow | undefined>;
18898
18960
  }
18899
18961
  interface SettingConfigPushPolicyPushWindow {
18962
+ /**
18963
+ * Whether configuration pushes are limited to the configured push window
18964
+ */
18900
18965
  enabled?: pulumi.Input<boolean | undefined>;
18901
18966
  /**
18902
- * Days/Hours of operation filter, the available days (mon, tue, wed, thu, fri, sat, sun)
18967
+ * Day-of-week hour ranges when configuration pushes are allowed
18903
18968
  */
18904
18969
  hours?: pulumi.Input<inputs.site.SettingConfigPushPolicyPushWindowHours | undefined>;
18905
18970
  }
18906
18971
  interface SettingConfigPushPolicyPushWindowHours {
18907
18972
  /**
18908
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18973
+ * Operating hour range for Friday
18909
18974
  */
18910
18975
  fri?: pulumi.Input<string | undefined>;
18911
18976
  /**
18912
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18977
+ * Operating hour range for Monday
18913
18978
  */
18914
18979
  mon?: pulumi.Input<string | undefined>;
18915
18980
  /**
18916
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18981
+ * Operating hour range for Saturday
18917
18982
  */
18918
18983
  sat?: pulumi.Input<string | undefined>;
18919
18984
  /**
18920
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18985
+ * Operating hour range for Sunday
18921
18986
  */
18922
18987
  sun?: pulumi.Input<string | undefined>;
18923
18988
  /**
18924
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18989
+ * Operating hour range for Thursday
18925
18990
  */
18926
18991
  thu?: pulumi.Input<string | undefined>;
18927
18992
  /**
18928
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18993
+ * Operating hour range for Tuesday
18929
18994
  */
18930
18995
  tue?: pulumi.Input<string | undefined>;
18931
18996
  /**
18932
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
18997
+ * Operating hour range for Wednesday
18933
18998
  */
18934
18999
  wed?: pulumi.Input<string | undefined>;
18935
19000
  }
18936
19001
  interface SettingCriticalUrlMonitoring {
19002
+ /**
19003
+ * Whether critical URL monitoring is enabled
19004
+ */
18937
19005
  enabled?: pulumi.Input<boolean | undefined>;
19006
+ /**
19007
+ * Critical URLs monitored for site health latency
19008
+ */
18938
19009
  monitors?: pulumi.Input<pulumi.Input<inputs.site.SettingCriticalUrlMonitoringMonitor>[] | undefined>;
18939
19010
  }
18940
19011
  interface SettingCriticalUrlMonitoringMonitor {
19012
+ /**
19013
+ * Monitored HTTP or HTTPS URL used for site health latency
19014
+ */
18941
19015
  url?: pulumi.Input<string | undefined>;
19016
+ /**
19017
+ * Source VLAN ID used to run the critical URL monitor
19018
+ */
18942
19019
  vlanId?: pulumi.Input<string | undefined>;
18943
19020
  }
18944
19021
  interface SettingEngagement {
18945
19022
  /**
18946
- * Name associated to each tag
19023
+ * Display labels for dwell-time visit categories
18947
19024
  */
18948
19025
  dwellTagNames?: pulumi.Input<inputs.site.SettingEngagementDwellTagNames | undefined>;
18949
19026
  /**
18950
- * add tags to visits within the duration (in seconds)
19027
+ * Visit duration ranges used to assign engagement categories
18951
19028
  */
18952
19029
  dwellTags?: pulumi.Input<inputs.site.SettingEngagementDwellTags | undefined>;
18953
19030
  /**
18954
- * Days/Hours of operation filter, the available days (mon, tue, wed, thu, fri, sat, sun)
19031
+ * Schedule during which engagement analytics rules apply
18955
19032
  */
18956
19033
  hours?: pulumi.Input<inputs.site.SettingEngagementHours | undefined>;
18957
19034
  /**
18958
- * Max time, default is 43200(12h), max is 68400 (18h)
19035
+ * Maximum dwell time in seconds considered by engagement analytics
18959
19036
  */
18960
19037
  maxDwell?: pulumi.Input<number | undefined>;
18961
19038
  /**
18962
- * min time
19039
+ * Minimum dwell time in seconds for engagement analytics
18963
19040
  */
18964
19041
  minDwell?: pulumi.Input<number | undefined>;
18965
19042
  }
@@ -19001,44 +19078,50 @@ export declare namespace site {
19001
19078
  }
19002
19079
  interface SettingEngagementHours {
19003
19080
  /**
19004
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19081
+ * Operating hour range for Friday
19005
19082
  */
19006
19083
  fri?: pulumi.Input<string | undefined>;
19007
19084
  /**
19008
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19085
+ * Operating hour range for Monday
19009
19086
  */
19010
19087
  mon?: pulumi.Input<string | undefined>;
19011
19088
  /**
19012
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19089
+ * Operating hour range for Saturday
19013
19090
  */
19014
19091
  sat?: pulumi.Input<string | undefined>;
19015
19092
  /**
19016
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19093
+ * Operating hour range for Sunday
19017
19094
  */
19018
19095
  sun?: pulumi.Input<string | undefined>;
19019
19096
  /**
19020
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19097
+ * Operating hour range for Thursday
19021
19098
  */
19022
19099
  thu?: pulumi.Input<string | undefined>;
19023
19100
  /**
19024
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19101
+ * Operating hour range for Tuesday
19025
19102
  */
19026
19103
  tue?: pulumi.Input<string | undefined>;
19027
19104
  /**
19028
- * Hour range of the day (e.g. `09:00-17:00`). If the hour is not defined then it's treated as 00:00-23:59.
19105
+ * Operating hour range for Wednesday
19029
19106
  */
19030
19107
  wed?: pulumi.Input<string | undefined>;
19031
19108
  }
19032
19109
  interface SettingGatewayMgmt {
19033
19110
  /**
19034
- * For SSR only, as direct root access is not allowed
19111
+ * SSR-only SSH public keys for administrative access
19035
19112
  */
19036
19113
  adminSshkeys?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19114
+ /**
19115
+ * Application probing configuration for gateway monitoring
19116
+ */
19037
19117
  appProbing?: pulumi.Input<inputs.site.SettingGatewayMgmtAppProbing | undefined>;
19038
19118
  /**
19039
19119
  * Consumes uplink bandwidth, requires WA license
19040
19120
  */
19041
19121
  appUsage?: pulumi.Input<boolean | undefined>;
19122
+ /**
19123
+ * Schedule for automatic security signature updates
19124
+ */
19042
19125
  autoSignatureUpdate?: pulumi.Input<inputs.site.SettingGatewayMgmtAutoSignatureUpdate | undefined>;
19043
19126
  /**
19044
19127
  * Rollback timer for commit confirmed
@@ -19056,32 +19139,54 @@ export declare namespace site {
19056
19139
  * For SSR and SRX, disable usb interface
19057
19140
  */
19058
19141
  disableUsb?: pulumi.Input<boolean | undefined>;
19142
+ /**
19143
+ * Whether FIPS mode is enabled on the gateway
19144
+ */
19059
19145
  fipsEnabled?: pulumi.Input<boolean | undefined>;
19146
+ /**
19147
+ * IPv4 probe targets used for gateway connectivity checks
19148
+ */
19060
19149
  probeHosts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19150
+ /**
19151
+ * IPv6 probe targets used for gateway connectivity checks
19152
+ */
19061
19153
  probeHostsv6s?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19062
19154
  /**
19063
- * Restrict inbound-traffic to host
19064
- * when enabled, all traffic that is not essential to our operation will be dropped
19065
- * e.g. ntp / dns / traffic to mist will be allowed by default, if dhcpd is enabled, we'll make sure it works
19155
+ * Control-plane protection settings for the gateway
19066
19156
  */
19067
19157
  protectRe?: pulumi.Input<inputs.site.SettingGatewayMgmtProtectRe | undefined>;
19068
19158
  /**
19069
- * SRX only
19159
+ * SRX only. Root password for local gateway access
19070
19160
  */
19071
19161
  rootPassword?: pulumi.Input<string | undefined>;
19162
+ /**
19163
+ * IPv4 source address used for gateway security log traffic
19164
+ */
19072
19165
  securityLogSourceAddress?: pulumi.Input<string | undefined>;
19166
+ /**
19167
+ * Source interface used for gateway security log traffic
19168
+ */
19073
19169
  securityLogSourceInterface?: pulumi.Input<string | undefined>;
19074
19170
  }
19075
19171
  interface SettingGatewayMgmtAppProbing {
19076
19172
  /**
19077
- * APp-keys from List Applications
19173
+ * Predefined application keys to probe
19078
19174
  */
19079
19175
  apps?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19176
+ /**
19177
+ * User-defined application probe definitions
19178
+ */
19080
19179
  customApps?: pulumi.Input<pulumi.Input<inputs.site.SettingGatewayMgmtAppProbingCustomApp>[] | undefined>;
19180
+ /**
19181
+ * Whether gateway application probing is enabled
19182
+ */
19081
19183
  enabled?: pulumi.Input<boolean | undefined>;
19082
19184
  }
19083
19185
  interface SettingGatewayMgmtAppProbingCustomApp {
19084
19186
  address?: pulumi.Input<string | undefined>;
19187
+ /**
19188
+ * Category label used for this custom application probe
19189
+ */
19085
19190
  appType?: pulumi.Input<string | undefined>;
19086
19191
  /**
19087
19192
  * Only 1 entry is allowed:
@@ -19089,25 +19194,40 @@ export declare namespace site {
19089
19194
  * * if `protocol`==`icmp`: IP Address (e.g. `1.2.3.4`)
19090
19195
  */
19091
19196
  hostnames: pulumi.Input<pulumi.Input<string>[]>;
19197
+ /**
19198
+ * Stable key used to identify this custom application probe
19199
+ */
19092
19200
  key?: pulumi.Input<string | undefined>;
19201
+ /**
19202
+ * Display name for this custom application probe
19203
+ */
19093
19204
  name: pulumi.Input<string>;
19205
+ /**
19206
+ * Gateway network used as the source context for this probe
19207
+ */
19094
19208
  network?: pulumi.Input<string | undefined>;
19095
19209
  /**
19096
- * If `protocol`==`icmp`
19210
+ * If `protocol`==`icmp`. ICMP packet size used by this custom app probe
19097
19211
  */
19098
19212
  packetSize?: pulumi.Input<number | undefined>;
19099
19213
  /**
19100
- * enum: `http`, `icmp`
19214
+ * Probe protocol used by this custom application definition
19101
19215
  */
19102
19216
  protocol: pulumi.Input<string>;
19103
19217
  url?: pulumi.Input<string | undefined>;
19218
+ /**
19219
+ * Gateway VRF used as the source context for this probe
19220
+ */
19104
19221
  vrf?: pulumi.Input<string | undefined>;
19105
19222
  }
19106
19223
  interface SettingGatewayMgmtAutoSignatureUpdate {
19107
19224
  /**
19108
- * enum: `any`, `fri`, `mon`, `sat`, `sun`, `thu`, `tue`, `wed`
19225
+ * Scheduled weekday for automatic signature updates
19109
19226
  */
19110
19227
  dayOfWeek?: pulumi.Input<string | undefined>;
19228
+ /**
19229
+ * Whether automatic security signature updates are enabled
19230
+ */
19111
19231
  enable?: pulumi.Input<boolean | undefined>;
19112
19232
  /**
19113
19233
  * Optional, Mist will decide the timing
@@ -19119,6 +19239,9 @@ export declare namespace site {
19119
19239
  * optionally, services we'll allow. enum: `icmp`, `ssh`
19120
19240
  */
19121
19241
  allowedServices?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19242
+ /**
19243
+ * Additional ACL entries allowed by the Protect RE policy
19244
+ */
19122
19245
  customs?: pulumi.Input<pulumi.Input<inputs.site.SettingGatewayMgmtProtectReCustom>[] | undefined>;
19123
19246
  /**
19124
19247
  * When enabled, all traffic that is not essential to our operation will be dropped
@@ -19131,7 +19254,7 @@ export declare namespace site {
19131
19254
  */
19132
19255
  hitCount?: pulumi.Input<boolean | undefined>;
19133
19256
  /**
19134
- * host/subnets we'll allow traffic to/from
19257
+ * Trusted host or subnet entries allowed by the Protect RE policy
19135
19258
  */
19136
19259
  trustedHosts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19137
19260
  }
@@ -19144,12 +19267,18 @@ export declare namespace site {
19144
19267
  * enum: `any`, `icmp`, `tcp`, `udp`. Note: For `protocol`==`any` and `portRange`==`any`, configure `trustedHosts` instead
19145
19268
  */
19146
19269
  protocol?: pulumi.Input<string | undefined>;
19270
+ /**
19271
+ * Source subnets matched by this custom Protect RE ACL
19272
+ */
19147
19273
  subnets: pulumi.Input<pulumi.Input<string>[]>;
19148
19274
  }
19149
19275
  interface SettingIotproxy {
19276
+ /**
19277
+ * Whether the site IoT proxy is enabled
19278
+ */
19150
19279
  enabled?: pulumi.Input<boolean | undefined>;
19151
19280
  /**
19152
- * Visionline integration settings for IoT proxy
19281
+ * Site access-control integration settings for Visionline
19153
19282
  */
19154
19283
  visionline?: pulumi.Input<inputs.site.SettingIotproxyVisionline | undefined>;
19155
19284
  }
@@ -19158,13 +19287,20 @@ export declare namespace site {
19158
19287
  * Access ID for the Visionline service
19159
19288
  */
19160
19289
  accessId?: pulumi.Input<string | undefined>;
19290
+ /**
19291
+ * PEM-encoded CA certificates used to verify the Visionline collector's TLS certificate. Required when the collector uses a self-signed certificate
19292
+ */
19293
+ cacerts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19294
+ /**
19295
+ * Whether the Visionline integration is enabled
19296
+ */
19161
19297
  enabled?: pulumi.Input<boolean | undefined>;
19162
19298
  /**
19163
- * Hostname or IP of the Visionline collector
19299
+ * Collector hostname or IP address for Visionline
19164
19300
  */
19165
19301
  host?: pulumi.Input<string | undefined>;
19166
19302
  /**
19167
- * Password for the Visionline service
19303
+ * Visionline service password used by the IoT proxy
19168
19304
  */
19169
19305
  password?: pulumi.Input<string | undefined>;
19170
19306
  /**
@@ -19172,26 +19308,38 @@ export declare namespace site {
19172
19308
  */
19173
19309
  port?: pulumi.Input<number | undefined>;
19174
19310
  /**
19175
- * Username for the Visionline service
19311
+ * Visionline service username used by the IoT proxy
19176
19312
  */
19177
19313
  username?: pulumi.Input<string | undefined>;
19178
19314
  }
19179
19315
  interface SettingJuniperSrx {
19180
19316
  /**
19181
- * auto_upgrade device first time it is onboarded
19317
+ * SRX auto-upgrade settings applied when SRX devices are onboarded
19182
19318
  */
19183
19319
  autoUpgrade?: pulumi.Input<inputs.site.SettingJuniperSrxAutoUpgrade | undefined>;
19320
+ /**
19321
+ * SRX gateways integrated with this site
19322
+ */
19184
19323
  gateways?: pulumi.Input<pulumi.Input<inputs.site.SettingJuniperSrxGateway>[] | undefined>;
19324
+ /**
19325
+ * Whether Mist NAC user information is sent to Juniper SRX gateways
19326
+ */
19185
19327
  sendMistNacUserInfo?: pulumi.Input<boolean | undefined>;
19186
19328
  }
19187
19329
  interface SettingJuniperSrxAutoUpgrade {
19188
19330
  /**
19189
- * Property key is the SRX Hardware model (e.g. "SRX4600")
19331
+ * Per-SRX-model firmware versions to deploy instead of the default version
19190
19332
  */
19191
19333
  customVersions?: pulumi.Input<{
19192
19334
  [key: string]: pulumi.Input<string>;
19193
19335
  } | undefined>;
19336
+ /**
19337
+ * Whether SRX auto-upgrade is enabled for newly onboarded devices
19338
+ */
19194
19339
  enabled?: pulumi.Input<boolean | undefined>;
19340
+ /**
19341
+ * Whether to take a snapshot during the SRX upgrade process
19342
+ */
19195
19343
  snapshot?: pulumi.Input<boolean | undefined>;
19196
19344
  /**
19197
19345
  * Firmware version to deploy (e.g. 23.4R2-S5.5). Optional, used when customVersions not specified
@@ -19199,28 +19347,313 @@ export declare namespace site {
19199
19347
  version?: pulumi.Input<string | undefined>;
19200
19348
  }
19201
19349
  interface SettingJuniperSrxGateway {
19350
+ /**
19351
+ * Authentication key used to access the Juniper SRX gateway API
19352
+ */
19202
19353
  apiKey?: pulumi.Input<string | undefined>;
19354
+ /**
19355
+ * Authentication password used to access the Juniper SRX gateway API
19356
+ */
19203
19357
  apiPassword?: pulumi.Input<string | undefined>;
19358
+ /**
19359
+ * Base URL for the Juniper SRX gateway API
19360
+ */
19204
19361
  apiUrl?: pulumi.Input<string | undefined>;
19205
19362
  }
19206
19363
  interface SettingLed {
19364
+ /**
19365
+ * Indicator LED brightness level from 0 to 255
19366
+ */
19207
19367
  brightness?: pulumi.Input<number | undefined>;
19368
+ /**
19369
+ * Whether the AP indicator LED is enabled
19370
+ */
19208
19371
  enabled?: pulumi.Input<boolean | undefined>;
19209
19372
  }
19210
19373
  interface SettingMarvis {
19374
+ /**
19375
+ * Automatic remediation operations controlled by Marvis
19376
+ */
19211
19377
  autoOperations?: pulumi.Input<inputs.site.SettingMarvisAutoOperations | undefined>;
19212
19378
  }
19213
19379
  interface SettingMarvisAutoOperations {
19380
+ /**
19381
+ * Whether Marvis may remediate AP insufficient-capacity issues automatically
19382
+ */
19214
19383
  apInsufficientCapacity?: pulumi.Input<boolean | undefined>;
19384
+ /**
19385
+ * Whether Marvis may remediate AP loop issues automatically
19386
+ */
19215
19387
  apLoop?: pulumi.Input<boolean | undefined>;
19388
+ /**
19389
+ * Whether Marvis may remediate AP non-compliance automatically
19390
+ */
19216
19391
  apNonCompliant?: pulumi.Input<boolean | undefined>;
19392
+ /**
19393
+ * Whether Marvis may bounce switch ports for abnormal PoE clients
19394
+ */
19217
19395
  bouncePortForAbnormalPoeClient?: pulumi.Input<boolean | undefined>;
19396
+ /**
19397
+ * Whether Marvis may disable a port when DDOS protocol violations are detected
19398
+ */
19218
19399
  disablePortWhenDdosProtocolViolation?: pulumi.Input<boolean | undefined>;
19400
+ /**
19401
+ * Whether Marvis may disable a port when a rogue DHCP server is detected
19402
+ */
19219
19403
  disablePortWhenRogueDhcpServerDetected?: pulumi.Input<boolean | undefined>;
19404
+ /**
19405
+ * Whether Marvis may remediate non-compliant gateways automatically
19406
+ */
19220
19407
  gatewayNonCompliant?: pulumi.Input<boolean | undefined>;
19408
+ /**
19409
+ * Whether Marvis may remediate misconfigured switch ports automatically
19410
+ */
19221
19411
  switchMisconfiguredPort?: pulumi.Input<boolean | undefined>;
19412
+ /**
19413
+ * Whether Marvis may remediate stuck switch ports automatically
19414
+ */
19222
19415
  switchPortStuck?: pulumi.Input<boolean | undefined>;
19223
19416
  }
19417
+ interface SettingMxedgeMgmt {
19418
+ /**
19419
+ * Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
19420
+ */
19421
+ configAutoRevert?: pulumi.Input<boolean | undefined>;
19422
+ /**
19423
+ * Whether FIPS mode is enabled on the Mist Edge
19424
+ */
19425
+ fipsEnabled?: pulumi.Input<boolean | undefined>;
19426
+ /**
19427
+ * Password for the Mist service account on the Mist Edge
19428
+ */
19429
+ mistPassword?: pulumi.Input<string | undefined>;
19430
+ /**
19431
+ * IPv4 address assignment mode for out-of-band management
19432
+ */
19433
+ oobIpType?: pulumi.Input<string | undefined>;
19434
+ /**
19435
+ * IPv6 address assignment mode for out-of-band management
19436
+ */
19437
+ oobIpType6?: pulumi.Input<string | undefined>;
19438
+ /**
19439
+ * Root account password for the Mist Edge
19440
+ */
19441
+ rootPassword?: pulumi.Input<string | undefined>;
19442
+ }
19443
+ interface SettingMxtunnels {
19444
+ /**
19445
+ * Additional named Mist Tunnel definitions configured for the site
19446
+ */
19447
+ additionalMxtunnels?: pulumi.Input<{
19448
+ [key: string]: pulumi.Input<inputs.site.SettingMxtunnelsAdditionalMxtunnels>;
19449
+ } | undefined>;
19450
+ /**
19451
+ * AP source subnets allowed to establish Mist Tunnels
19452
+ */
19453
+ apSubnets?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19454
+ /**
19455
+ * Preemption behavior for restoring preferred tunnel peers after failover
19456
+ */
19457
+ autoPreemption?: pulumi.Input<inputs.site.SettingMxtunnelsAutoPreemption | undefined>;
19458
+ /**
19459
+ * Tunnel peer clusters used by APs for this site Mist Tunnel
19460
+ */
19461
+ clusters?: pulumi.Input<pulumi.Input<inputs.site.SettingMxtunnelsCluster>[] | undefined>;
19462
+ /**
19463
+ * Timestamp when the site Mist Tunnel configuration was created
19464
+ */
19465
+ createdTime?: pulumi.Input<number | undefined>;
19466
+ /**
19467
+ * Whether site Mist Tunnel tunneling is enabled
19468
+ */
19469
+ enabled?: pulumi.Input<boolean | undefined>;
19470
+ /**
19471
+ * Whether this Mist Tunnel configuration is scoped to a site
19472
+ */
19473
+ forSite?: pulumi.Input<boolean | undefined>;
19474
+ /**
19475
+ * In seconds, used as heartbeat to detect if a tunnel is alive. AP will try another peer after missing N hellos specified by hello_retries
19476
+ */
19477
+ helloInterval?: pulumi.Input<number | undefined>;
19478
+ /**
19479
+ * Number of missed hello heartbeats before an AP tries another tunnel peer
19480
+ */
19481
+ helloRetries?: pulumi.Input<number | undefined>;
19482
+ /**
19483
+ * Tunnel peer hostnames or IP addresses reachable from APs
19484
+ */
19485
+ hosts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19486
+ /**
19487
+ * Unique value identifying the site Mist Tunnel configuration
19488
+ */
19489
+ id?: pulumi.Input<string | undefined>;
19490
+ /**
19491
+ * Timestamp when the site Mist Tunnel configuration was last modified
19492
+ */
19493
+ modifiedTime?: pulumi.Input<number | undefined>;
19494
+ /**
19495
+ * 0 to enable MTU, 552-1500 to start MTU with a lower MTU
19496
+ */
19497
+ mtu?: pulumi.Input<number | undefined>;
19498
+ /**
19499
+ * Identifier of the org that owns the site Mist Tunnel configuration
19500
+ */
19501
+ orgId?: pulumi.Input<string | undefined>;
19502
+ /**
19503
+ * Encapsulation protocol used for the site Mist Tunnel
19504
+ */
19505
+ protocol?: pulumi.Input<string | undefined>;
19506
+ /**
19507
+ * TLS-secured RADIUS proxy settings for the site Mist Tunnel
19508
+ */
19509
+ radsec?: pulumi.Input<inputs.site.SettingMxtunnelsRadsec | undefined>;
19510
+ /**
19511
+ * Identifier of the site that owns this Mist Tunnel configuration
19512
+ */
19513
+ siteId?: pulumi.Input<string | undefined>;
19514
+ /**
19515
+ * List of VLAN IDs carried by this site Mist Tunnel
19516
+ */
19517
+ vlanIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
19518
+ }
19519
+ interface SettingMxtunnelsAdditionalMxtunnels {
19520
+ /**
19521
+ * In seconds, used as heartbeat to detect if a tunnel is alive. AP will try another peer after missing N hellos specified by hello_retries
19522
+ */
19523
+ helloInterval?: pulumi.Input<number | undefined>;
19524
+ /**
19525
+ * Number of missed hello heartbeats before an AP tries another tunnel peer
19526
+ */
19527
+ helloRetries?: pulumi.Input<number | undefined>;
19528
+ /**
19529
+ * Encapsulation protocol used for this additional Mist Tunnel
19530
+ */
19531
+ protocol?: pulumi.Input<string | undefined>;
19532
+ /**
19533
+ * Tunnel peer clusters used by APs for this additional Mist Tunnel
19534
+ */
19535
+ tuntermClusters?: pulumi.Input<pulumi.Input<inputs.site.SettingMxtunnelsAdditionalMxtunnelsTuntermCluster>[] | undefined>;
19536
+ /**
19537
+ * List of VLAN IDs carried by this additional Mist Tunnel
19538
+ */
19539
+ vlanIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
19540
+ }
19541
+ interface SettingMxtunnelsAdditionalMxtunnelsTuntermCluster {
19542
+ /**
19543
+ * Peer cluster name used in the site Mist Tunnel configuration
19544
+ */
19545
+ name?: pulumi.Input<string | undefined>;
19546
+ /**
19547
+ * Tunnel termination hostnames or IP addresses in this peer cluster
19548
+ */
19549
+ tuntermHosts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19550
+ }
19551
+ interface SettingMxtunnelsAutoPreemption {
19552
+ /**
19553
+ * Scheduled weekday for auto preemption
19554
+ */
19555
+ dayOfWeek?: pulumi.Input<string | undefined>;
19556
+ /**
19557
+ * Whether auto preemption is enabled
19558
+ */
19559
+ enabled?: pulumi.Input<boolean | undefined>;
19560
+ /**
19561
+ * Scheduled time of day for auto preemption
19562
+ */
19563
+ timeOfDay?: pulumi.Input<string | undefined>;
19564
+ }
19565
+ interface SettingMxtunnelsCluster {
19566
+ /**
19567
+ * Peer cluster name used in the site Mist Tunnel configuration
19568
+ */
19569
+ name?: pulumi.Input<string | undefined>;
19570
+ /**
19571
+ * Tunnel termination hostnames or IP addresses in this peer cluster
19572
+ */
19573
+ tuntermHosts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19574
+ }
19575
+ interface SettingMxtunnelsRadsec {
19576
+ /**
19577
+ * RADIUS accounting servers used by the site Mist Tunnel RadSec proxy
19578
+ */
19579
+ acctServers?: pulumi.Input<pulumi.Input<inputs.site.SettingMxtunnelsRadsecAcctServer>[] | undefined>;
19580
+ /**
19581
+ * RADIUS authentication servers used by the site Mist Tunnel RadSec proxy
19582
+ */
19583
+ authServers?: pulumi.Input<pulumi.Input<inputs.site.SettingMxtunnelsRadsecAuthServer>[] | undefined>;
19584
+ /**
19585
+ * Whether RadSec proxying is enabled for this site Mist Tunnel
19586
+ */
19587
+ enabled?: pulumi.Input<boolean | undefined>;
19588
+ /**
19589
+ * Whether RadSec proxying uses Mist Edge
19590
+ */
19591
+ useMxedge?: pulumi.Input<boolean | undefined>;
19592
+ }
19593
+ interface SettingMxtunnelsRadsecAcctServer {
19594
+ /**
19595
+ * Address or hostname of the RADIUS accounting server
19596
+ */
19597
+ host: pulumi.Input<string>;
19598
+ /**
19599
+ * Whether RADIUS keywrap is enabled for messages sent to this accounting server
19600
+ */
19601
+ keywrapEnabled?: pulumi.Input<boolean | undefined>;
19602
+ /**
19603
+ * Encoding format for RADIUS keywrap KEK and MACK values
19604
+ */
19605
+ keywrapFormat?: pulumi.Input<string | undefined>;
19606
+ /**
19607
+ * RADIUS keywrap key encryption key (KEK)
19608
+ */
19609
+ keywrapKek?: pulumi.Input<string | undefined>;
19610
+ /**
19611
+ * RADIUS keywrap message authentication code key (MACK)
19612
+ */
19613
+ keywrapMack?: pulumi.Input<string | undefined>;
19614
+ /**
19615
+ * UDP port used by the RADIUS accounting server
19616
+ */
19617
+ port?: pulumi.Input<string | undefined>;
19618
+ /**
19619
+ * Shared secret used with this RADIUS accounting server
19620
+ */
19621
+ secret: pulumi.Input<string>;
19622
+ }
19623
+ interface SettingMxtunnelsRadsecAuthServer {
19624
+ /**
19625
+ * Address or hostname of the RADIUS authentication server
19626
+ */
19627
+ host: pulumi.Input<string>;
19628
+ /**
19629
+ * Whether RADIUS keywrap is enabled for messages sent to this authentication server
19630
+ */
19631
+ keywrapEnabled?: pulumi.Input<boolean | undefined>;
19632
+ /**
19633
+ * Encoding format for RADIUS keywrap KEK and MACK values
19634
+ */
19635
+ keywrapFormat?: pulumi.Input<string | undefined>;
19636
+ /**
19637
+ * RADIUS keywrap key encryption key (KEK)
19638
+ */
19639
+ keywrapKek?: pulumi.Input<string | undefined>;
19640
+ /**
19641
+ * RADIUS keywrap message authentication code key (MACK)
19642
+ */
19643
+ keywrapMack?: pulumi.Input<string | undefined>;
19644
+ /**
19645
+ * UDP port used by the RADIUS authentication server
19646
+ */
19647
+ port?: pulumi.Input<string | undefined>;
19648
+ /**
19649
+ * Whether to require Message-Authenticator in requests
19650
+ */
19651
+ requireMessageAuthenticator?: pulumi.Input<boolean | undefined>;
19652
+ /**
19653
+ * Shared secret used with this RADIUS authentication server
19654
+ */
19655
+ secret: pulumi.Input<string>;
19656
+ }
19224
19657
  interface SettingOccupancy {
19225
19658
  /**
19226
19659
  * Indicate whether named BLE assets should be included in the zone occupancy calculation
@@ -19231,7 +19664,7 @@ export declare namespace site {
19231
19664
  */
19232
19665
  clientsEnabled?: pulumi.Input<boolean | undefined>;
19233
19666
  /**
19234
- * Minimum duration
19667
+ * Minimum dwell duration before a client or asset is counted in occupancy analytics
19235
19668
  */
19236
19669
  minDuration?: pulumi.Input<number | undefined>;
19237
19670
  /**
@@ -19244,12 +19677,18 @@ export declare namespace site {
19244
19677
  unconnectedClientsEnabled?: pulumi.Input<boolean | undefined>;
19245
19678
  }
19246
19679
  interface SettingProxy {
19680
+ /**
19681
+ * Whether this proxy configuration is disabled
19682
+ */
19247
19683
  disabled?: pulumi.Input<boolean | undefined>;
19684
+ /**
19685
+ * Proxy URL used to reach Mist
19686
+ */
19248
19687
  url?: pulumi.Input<string | undefined>;
19249
19688
  }
19250
19689
  interface SettingRogue {
19251
19690
  /**
19252
- * list of VLAN IDs on which rogue APs are ignored
19691
+ * VLAN IDs allowed by the rogue detection policy
19253
19692
  */
19254
19693
  allowedVlanIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
19255
19694
  /**
@@ -19277,71 +19716,113 @@ export declare namespace site {
19277
19716
  */
19278
19717
  minRssi?: pulumi.Input<number | undefined>;
19279
19718
  /**
19280
- * list of BSSIDs to whitelist. Ex: "cc-:8e-:6f-:d4-:bf-:16", "cc-8e-6f-d4-bf-16", "cc-73-*", "cc:82:*"
19719
+ * BSSID values or wildcard patterns excluded from rogue detection
19281
19720
  */
19282
19721
  whitelistedBssids?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19283
19722
  /**
19284
- * List of SSIDs to whitelist
19723
+ * SSID names excluded from rogue detection
19285
19724
  */
19286
19725
  whitelistedSsids?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19287
19726
  }
19288
19727
  interface SettingRtsa {
19728
+ /**
19729
+ * Whether app wake-up support is enabled for managed mobility
19730
+ */
19289
19731
  appWaking?: pulumi.Input<boolean | undefined>;
19732
+ /**
19733
+ * Whether dead reckoning is disabled for managed mobility
19734
+ */
19290
19735
  disableDeadReckoning?: pulumi.Input<boolean | undefined>;
19736
+ /**
19737
+ * Whether pressure sensor use is disabled for managed mobility
19738
+ */
19291
19739
  disablePressureSensor?: pulumi.Input<boolean | undefined>;
19740
+ /**
19741
+ * Whether managed mobility features are enabled
19742
+ */
19292
19743
  enabled?: pulumi.Input<boolean | undefined>;
19293
19744
  /**
19294
- * Asset tracking related
19745
+ * Whether BLE asset tracking is enabled for managed mobility
19295
19746
  */
19296
19747
  trackAsset?: pulumi.Input<boolean | undefined>;
19297
19748
  }
19298
19749
  interface SettingSimpleAlert {
19750
+ /**
19751
+ * Thresholds for ARP failure heuristic alerts
19752
+ */
19299
19753
  arpFailure?: pulumi.Input<inputs.site.SettingSimpleAlertArpFailure | undefined>;
19754
+ /**
19755
+ * Thresholds for DHCP failure heuristic alerts
19756
+ */
19300
19757
  dhcpFailure?: pulumi.Input<inputs.site.SettingSimpleAlertDhcpFailure | undefined>;
19758
+ /**
19759
+ * Thresholds for DNS failure heuristic alerts
19760
+ */
19301
19761
  dnsFailure?: pulumi.Input<inputs.site.SettingSimpleAlertDnsFailure | undefined>;
19302
19762
  }
19303
19763
  interface SettingSimpleAlertArpFailure {
19764
+ /**
19765
+ * Number of distinct clients that must encounter ARP failures before alerting
19766
+ */
19304
19767
  clientCount?: pulumi.Input<number | undefined>;
19305
19768
  /**
19306
- * failing within minutes
19769
+ * Time window in minutes for evaluating ARP failures
19307
19770
  */
19308
19771
  duration?: pulumi.Input<number | undefined>;
19772
+ /**
19773
+ * Number of ARP failure incidents required within the duration window
19774
+ */
19309
19775
  incidentCount?: pulumi.Input<number | undefined>;
19310
19776
  }
19311
19777
  interface SettingSimpleAlertDhcpFailure {
19778
+ /**
19779
+ * Number of distinct clients that must encounter DHCP failures before alerting
19780
+ */
19312
19781
  clientCount?: pulumi.Input<number | undefined>;
19313
19782
  /**
19314
- * failing within minutes
19783
+ * Time window in minutes for evaluating DHCP failures
19315
19784
  */
19316
19785
  duration?: pulumi.Input<number | undefined>;
19786
+ /**
19787
+ * Number of DHCP failure incidents required within the duration window
19788
+ */
19317
19789
  incidentCount?: pulumi.Input<number | undefined>;
19318
19790
  }
19319
19791
  interface SettingSimpleAlertDnsFailure {
19792
+ /**
19793
+ * Number of distinct clients that must encounter DNS failures before alerting
19794
+ */
19320
19795
  clientCount?: pulumi.Input<number | undefined>;
19321
19796
  /**
19322
- * failing within minutes
19797
+ * Time window in minutes for evaluating DNS failures
19323
19798
  */
19324
19799
  duration?: pulumi.Input<number | undefined>;
19800
+ /**
19801
+ * Number of DNS failure incidents required within the duration window
19802
+ */
19325
19803
  incidentCount?: pulumi.Input<number | undefined>;
19326
19804
  }
19327
19805
  interface SettingSkyatp {
19806
+ /**
19807
+ * Whether Sky ATP is enabled for the site
19808
+ */
19328
19809
  enabled?: pulumi.Input<boolean | undefined>;
19329
19810
  /**
19330
- * Whether to send IP-MAC mapping to SkyATP
19811
+ * Whether IP-to-MAC mappings are sent to Sky ATP
19331
19812
  */
19332
19813
  sendIpMacMapping?: pulumi.Input<boolean | undefined>;
19333
19814
  }
19334
19815
  interface SettingSleThresholds {
19335
19816
  /**
19336
- * Capacity, in %
19817
+ * Threshold percentage for capacity SLE scoring
19337
19818
  */
19338
19819
  capacity?: pulumi.Input<number | undefined>;
19339
19820
  /**
19340
- * Coverage, in dBm
19821
+ * RSSI threshold for coverage SLE scoring, in dBm
19341
19822
  */
19342
19823
  coverage?: pulumi.Input<number | undefined>;
19343
19824
  /**
19344
- * Throughput, in Mbps
19825
+ * Minimum throughput threshold for SLE scoring, in Mbps
19345
19826
  */
19346
19827
  throughput?: pulumi.Input<number | undefined>;
19347
19828
  /**
@@ -19350,41 +19831,47 @@ export declare namespace site {
19350
19831
  timetoconnect?: pulumi.Input<number | undefined>;
19351
19832
  }
19352
19833
  interface SettingSrxApp {
19834
+ /**
19835
+ * Whether Juniper SRX application visibility is enabled
19836
+ */
19353
19837
  enabled?: pulumi.Input<boolean | undefined>;
19354
19838
  }
19355
19839
  interface SettingSsr {
19356
19840
  /**
19357
- * auto_upgrade device first time it is onboarded
19841
+ * Automatic SSR firmware upgrade settings for newly onboarded devices
19358
19842
  */
19359
19843
  autoUpgrade?: pulumi.Input<inputs.site.SettingSsrAutoUpgrade | undefined>;
19360
19844
  /**
19361
- * List of Conductor IP Addresses or Hosts to be used by the SSR Devices
19845
+ * IP addresses or hostnames of conductors used by SSR devices
19362
19846
  */
19363
19847
  conductorHosts?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19364
19848
  /**
19365
- * Token to be used by the SSR Devices to connect to the Conductor
19849
+ * Registration token used by SSR devices to connect to the conductor
19366
19850
  */
19367
19851
  conductorToken?: pulumi.Input<string | undefined>;
19368
19852
  /**
19369
- * Disable stats collection on SSR devices
19853
+ * Whether stats collection is disabled on SSR devices
19370
19854
  */
19371
19855
  disableStats?: pulumi.Input<boolean | undefined>;
19372
19856
  /**
19373
- * SSR proxy configuration to talk to Mist
19857
+ * Network proxy settings used by SSR devices to reach Mist
19374
19858
  */
19375
19859
  proxy?: pulumi.Input<inputs.site.SettingSsrProxy | undefined>;
19376
19860
  }
19377
19861
  interface SettingSsrAutoUpgrade {
19378
19862
  /**
19379
- * upgrade channel to follow. enum: `alpha`, `beta`, `stable`
19863
+ * Firmware release channel used for SSR auto-upgrade
19380
19864
  */
19381
19865
  channel?: pulumi.Input<string | undefined>;
19382
19866
  /**
19383
- * Property key is the SSR model (e.g. "SSR130").
19867
+ * Per-model SSR firmware versions used for auto-upgrade
19384
19868
  */
19385
19869
  customVersions?: pulumi.Input<{
19386
19870
  [key: string]: pulumi.Input<string>;
19387
19871
  } | undefined>;
19872
+ /**
19873
+ * Whether SSR auto-upgrade is enabled for newly onboarded devices
19874
+ */
19388
19875
  enabled?: pulumi.Input<boolean | undefined>;
19389
19876
  /**
19390
19877
  * Firmware version to deploy (e.g. 6.3.0-107.r1). Optional, used when customVersions not specified
@@ -19392,34 +19879,48 @@ export declare namespace site {
19392
19879
  version?: pulumi.Input<string | undefined>;
19393
19880
  }
19394
19881
  interface SettingSsrProxy {
19882
+ /**
19883
+ * Whether the SSR proxy configuration is disabled
19884
+ */
19395
19885
  disabled?: pulumi.Input<boolean | undefined>;
19886
+ /**
19887
+ * Proxy URL that SSR devices use to reach Mist
19888
+ */
19396
19889
  url?: pulumi.Input<string | undefined>;
19397
19890
  }
19398
19891
  interface SettingSyntheticTest {
19399
19892
  /**
19400
- * enum: `auto`, `high`, `low`
19893
+ * Overall aggressiveness level for synthetic test probes
19401
19894
  */
19402
19895
  aggressiveness?: pulumi.Input<string | undefined>;
19403
19896
  /**
19404
- * Custom probes to be used for synthetic tests
19897
+ * Custom synthetic probe definitions keyed by probe name
19405
19898
  */
19406
19899
  customProbes?: pulumi.Input<{
19407
19900
  [key: string]: pulumi.Input<inputs.site.SettingSyntheticTestCustomProbes>;
19408
19901
  } | undefined>;
19902
+ /**
19903
+ * Whether synthetic tests are disabled
19904
+ */
19409
19905
  disabled?: pulumi.Input<boolean | undefined>;
19410
19906
  /**
19411
- * List of networks to be used for synthetic tests
19907
+ * LAN network probe groups used by synthetic tests
19412
19908
  */
19413
19909
  lanNetworks?: pulumi.Input<pulumi.Input<inputs.site.SettingSyntheticTestLanNetwork>[] | undefined>;
19414
19910
  /**
19911
+ * Deprecated VLAN-based synthetic test settings
19912
+ *
19415
19913
  * @deprecated This attribute is deprecated.
19416
19914
  */
19417
19915
  vlans?: pulumi.Input<pulumi.Input<inputs.site.SettingSyntheticTestVlan>[] | undefined>;
19916
+ /**
19917
+ * WAN speedtest settings for synthetic tests
19918
+ */
19418
19919
  wanSpeedtest?: pulumi.Input<inputs.site.SettingSyntheticTestWanSpeedtest | undefined>;
19419
19920
  }
19420
19921
  interface SettingSyntheticTestCustomProbes {
19421
19922
  /**
19422
- * enum: `auto`, `high`, `low`
19923
+ * Probe aggressiveness level for this custom synthetic probe
19423
19924
  */
19424
19925
  aggressiveness?: pulumi.Input<string | undefined>;
19425
19926
  /**
@@ -19427,26 +19928,28 @@ export declare namespace site {
19427
19928
  */
19428
19929
  target?: pulumi.Input<string | undefined>;
19429
19930
  /**
19430
- * In milliseconds
19931
+ * Response-time threshold for this custom probe, in milliseconds
19431
19932
  */
19432
19933
  threshold?: pulumi.Input<number | undefined>;
19433
19934
  /**
19434
- * enum: `application`, `curl`, `icmp`, `reachability`, `tcp`
19935
+ * Probe type used by this custom synthetic probe
19435
19936
  */
19436
19937
  type?: pulumi.Input<string | undefined>;
19437
19938
  }
19438
19939
  interface SettingSyntheticTestLanNetwork {
19439
19940
  /**
19440
- * List of networks to be used for synthetic tests
19941
+ * LAN network names where synthetic probes are run
19441
19942
  */
19442
19943
  networks?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19443
19944
  /**
19444
- * app name comes from `customProbes` above or /const/synthetic_test_probes
19945
+ * Synthetic probe names to run on the listed LAN networks
19445
19946
  */
19446
19947
  probes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19447
19948
  }
19448
19949
  interface SettingSyntheticTestVlan {
19449
19950
  /**
19951
+ * Deprecated custom URLs tested by VLAN-based synthetic probes
19952
+ *
19450
19953
  * @deprecated This attribute is deprecated.
19451
19954
  */
19452
19955
  customTestUrls?: pulumi.Input<pulumi.Input<string>[] | undefined>;
@@ -19455,18 +19958,80 @@ export declare namespace site {
19455
19958
  */
19456
19959
  disabled?: pulumi.Input<boolean | undefined>;
19457
19960
  /**
19458
- * app name comes from `customProbes` above or /const/synthetic_test_probes
19961
+ * Synthetic probe names to run for the listed VLANs
19459
19962
  */
19460
19963
  probes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19964
+ /**
19965
+ * VLAN identifiers where synthetic probes are run
19966
+ */
19461
19967
  vlanIds?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19462
19968
  }
19463
19969
  interface SettingSyntheticTestWanSpeedtest {
19970
+ /**
19971
+ * Whether scheduled WAN speedtests are enabled
19972
+ */
19464
19973
  enabled?: pulumi.Input<boolean | undefined>;
19465
19974
  /**
19466
- * `any` / HH:MM (24-hour format)
19975
+ * Scheduled time of day for WAN speedtests
19467
19976
  */
19468
19977
  timeOfDay?: pulumi.Input<string | undefined>;
19469
19978
  }
19979
+ interface SettingTuntermMonitoring {
19980
+ /**
19981
+ * Can be ip, ipv6, hostname
19982
+ */
19983
+ host?: pulumi.Input<string | undefined>;
19984
+ /**
19985
+ * When `protocol`==`tcp`, TCP port checked by the monitoring probe
19986
+ */
19987
+ port?: pulumi.Input<number | undefined>;
19988
+ /**
19989
+ * Monitoring method used for this tunnel termination check
19990
+ */
19991
+ protocol?: pulumi.Input<string | undefined>;
19992
+ /**
19993
+ * Optional source for the monitoring check, vlanId configured in tunterm_other_ip_configs
19994
+ */
19995
+ srcVlanId?: pulumi.Input<number | undefined>;
19996
+ /**
19997
+ * Maximum time for this monitoring check, in seconds
19998
+ */
19999
+ timeout?: pulumi.Input<number | undefined>;
20000
+ }
20001
+ interface SettingTuntermMulticastConfig {
20002
+ /**
20003
+ * Multicast DNS forwarding settings for tunneled VLANs
20004
+ */
20005
+ mdns?: pulumi.Input<inputs.site.SettingTuntermMulticastConfigMdns | undefined>;
20006
+ /**
20007
+ * Whether all multicast traffic is forwarded through tunnel termination
20008
+ */
20009
+ multicastAll?: pulumi.Input<boolean | undefined>;
20010
+ /**
20011
+ * Simple Service Discovery Protocol forwarding settings for tunneled VLANs
20012
+ */
20013
+ ssdp?: pulumi.Input<inputs.site.SettingTuntermMulticastConfigSsdp | undefined>;
20014
+ }
20015
+ interface SettingTuntermMulticastConfigMdns {
20016
+ /**
20017
+ * Whether mDNS multicast forwarding is enabled
20018
+ */
20019
+ enabled?: pulumi.Input<boolean | undefined>;
20020
+ /**
20021
+ * VLAN IDs where mDNS multicast forwarding is enabled
20022
+ */
20023
+ vlanIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
20024
+ }
20025
+ interface SettingTuntermMulticastConfigSsdp {
20026
+ /**
20027
+ * Whether SSDP multicast forwarding is enabled
20028
+ */
20029
+ enabled?: pulumi.Input<boolean | undefined>;
20030
+ /**
20031
+ * VLAN IDs where SSDP multicast forwarding is enabled
20032
+ */
20033
+ vlanIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
20034
+ }
19470
20035
  interface SettingUplinkPortConfig {
19471
20036
  /**
19472
20037
  * Whether to do 802.1x against uplink switch. When enabled, AP cert will be used to do EAP-TLS and the Org's CA Cert has to be provisioned at the switch
@@ -19496,12 +20061,21 @@ export declare namespace site {
19496
20061
  enabled?: pulumi.Input<boolean | undefined>;
19497
20062
  }
19498
20063
  interface SettingVsInstance {
20064
+ /**
20065
+ * List of network names included in this virtual-switch instance
20066
+ */
19499
20067
  networks?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19500
20068
  }
19501
20069
  interface SettingWanVna {
20070
+ /**
20071
+ * Whether WAN VNA is enabled for the site
20072
+ */
19502
20073
  enabled?: pulumi.Input<boolean | undefined>;
19503
20074
  }
19504
20075
  interface SettingWids {
20076
+ /**
20077
+ * Detection settings for repeated authentication failures
20078
+ */
19505
20079
  repeatedAuthFailures?: pulumi.Input<inputs.site.SettingWidsRepeatedAuthFailures | undefined>;
19506
20080
  }
19507
20081
  interface SettingWidsRepeatedAuthFailures {
@@ -19515,16 +20089,25 @@ export declare namespace site {
19515
20089
  threshold?: pulumi.Input<number | undefined>;
19516
20090
  }
19517
20091
  interface SettingWifi {
20092
+ /**
20093
+ * Whether Cisco compatibility features are enabled for site Wi-Fi
20094
+ */
19518
20095
  ciscoEnabled?: pulumi.Input<boolean | undefined>;
19519
20096
  /**
19520
20097
  * Whether to disable 11k
19521
20098
  */
19522
20099
  disable11k?: pulumi.Input<boolean | undefined>;
20100
+ /**
20101
+ * Whether AP radios are disabled when AP power is constrained
20102
+ */
19523
20103
  disableRadiosWhenPowerConstrained?: pulumi.Input<boolean | undefined>;
19524
20104
  /**
19525
20105
  * When proxyArp is enabled, check for arp spoofing.
19526
20106
  */
19527
20107
  enableArpSpoofCheck?: pulumi.Input<boolean | undefined>;
20108
+ /**
20109
+ * Whether shared radio scanning is enabled for site Wi-Fi
20110
+ */
19528
20111
  enableSharedRadioScanning?: pulumi.Input<boolean | undefined>;
19529
20112
  /**
19530
20113
  * Enable Wi-Fi feature (using SUB-MAN license)
@@ -19559,16 +20142,19 @@ export declare namespace site {
19559
20142
  */
19560
20143
  meshSsid?: pulumi.Input<string | undefined>;
19561
20144
  /**
19562
- * enum: `default`, `disabled`, `enabled`
20145
+ * ARP proxy mode for site Wi-Fi
19563
20146
  */
19564
20147
  proxyArp?: pulumi.Input<string | undefined>;
19565
20148
  }
19566
20149
  interface SettingWiredVna {
20150
+ /**
20151
+ * Whether Wired VNA is enabled for the site
20152
+ */
19567
20153
  enabled?: pulumi.Input<boolean | undefined>;
19568
20154
  }
19569
20155
  interface SettingZoneOccupancyAlert {
19570
20156
  /**
19571
- * List of email addresses to send email notifications when the alert threshold is reached
20157
+ * Notification email recipients for zone occupancy alerts
19572
20158
  */
19573
20159
  emailNotifiers?: pulumi.Input<pulumi.Input<string>[] | undefined>;
19574
20160
  /**