pulumi-scm 1.0.2__py3-none-any.whl → 1.0.3__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.
Files changed (215) hide show
  1. pulumi_scm/_inputs.py +1398 -511
  2. pulumi_scm/address.py +42 -7
  3. pulumi_scm/address_group.py +28 -7
  4. pulumi_scm/aggregate_interface.py +28 -7
  5. pulumi_scm/anti_spyware_profile.py +14 -7
  6. pulumi_scm/anti_spyware_signature.py +14 -7
  7. pulumi_scm/app_override_rule.py +14 -7
  8. pulumi_scm/application.py +14 -7
  9. pulumi_scm/application_filter.py +14 -7
  10. pulumi_scm/application_group.py +14 -7
  11. pulumi_scm/authentication_portal.py +14 -7
  12. pulumi_scm/authentication_profile.py +14 -7
  13. pulumi_scm/authentication_rule.py +14 -7
  14. pulumi_scm/authentication_sequence.py +14 -7
  15. pulumi_scm/authentication_setting.py +14 -7
  16. pulumi_scm/bgp_address_family_profile.py +14 -7
  17. pulumi_scm/bgp_auth_profile.py +14 -7
  18. pulumi_scm/bgp_filtering_profile.py +14 -7
  19. pulumi_scm/bgp_redistribution_profile.py +14 -7
  20. pulumi_scm/bgp_route_map.py +14 -7
  21. pulumi_scm/bgp_route_map_redistribution.py +35 -7
  22. pulumi_scm/certificate_profile.py +14 -7
  23. pulumi_scm/content_id_setting.py +14 -7
  24. pulumi_scm/decryption_exclusion.py +14 -7
  25. pulumi_scm/decryption_profile.py +14 -7
  26. pulumi_scm/decryption_rule.py +64 -7
  27. pulumi_scm/device_redistribution_collector.py +14 -7
  28. pulumi_scm/dhcp_interface.py +134 -7
  29. pulumi_scm/dns_proxy.py +14 -7
  30. pulumi_scm/dns_security_profile.py +14 -7
  31. pulumi_scm/dos_protection_profile.py +14 -7
  32. pulumi_scm/dos_protection_rule.py +14 -7
  33. pulumi_scm/dynamic_user_group.py +14 -7
  34. pulumi_scm/ethernet_interface.py +42 -7
  35. pulumi_scm/external_dynamic_list.py +14 -7
  36. pulumi_scm/file_blocking_profile.py +14 -7
  37. pulumi_scm/general_setting.py +14 -7
  38. pulumi_scm/get_address.py +0 -46
  39. pulumi_scm/get_address_group.py +0 -38
  40. pulumi_scm/get_aggregate_interface.py +0 -38
  41. pulumi_scm/get_anti_spyware_profile.py +0 -45
  42. pulumi_scm/get_anti_spyware_signature.py +0 -52
  43. pulumi_scm/get_app_override_rule.py +0 -72
  44. pulumi_scm/get_application.py +0 -105
  45. pulumi_scm/get_application_filter.py +0 -78
  46. pulumi_scm/get_application_group.py +0 -27
  47. pulumi_scm/get_authentication_profile.py +0 -45
  48. pulumi_scm/get_authentication_rule.py +0 -93
  49. pulumi_scm/get_authentication_sequence.py +0 -30
  50. pulumi_scm/get_authentication_setting.py +0 -22
  51. pulumi_scm/get_bgp_address_family_profile.py +0 -27
  52. pulumi_scm/get_bgp_auth_profile.py +0 -30
  53. pulumi_scm/get_bgp_filtering_profile.py +0 -30
  54. pulumi_scm/get_bgp_redistribution_profile.py +0 -27
  55. pulumi_scm/get_bgp_route_map.py +0 -30
  56. pulumi_scm/get_bgp_route_map_redistribution.py +0 -39
  57. pulumi_scm/get_certificate_profile.py +0 -60
  58. pulumi_scm/get_content_id_setting.py +0 -22
  59. pulumi_scm/get_decryption_exclusion.py +0 -27
  60. pulumi_scm/get_decryption_profile.py +0 -36
  61. pulumi_scm/get_decryption_rule.py +0 -93
  62. pulumi_scm/get_device_redistribution_collector.py +0 -22
  63. pulumi_scm/get_dhcp_interface.py +22 -32
  64. pulumi_scm/get_dhcp_interface_list.py +28 -0
  65. pulumi_scm/get_dns_proxy.py +0 -48
  66. pulumi_scm/get_dns_security_profile.py +0 -30
  67. pulumi_scm/get_dos_protection_profile.py +0 -36
  68. pulumi_scm/get_dos_protection_rule.py +0 -66
  69. pulumi_scm/get_dynamic_user_group.py +0 -33
  70. pulumi_scm/get_ethernet_interface.py +0 -61
  71. pulumi_scm/get_external_dynamic_list.py +0 -30
  72. pulumi_scm/get_file_blocking_profile.py +0 -30
  73. pulumi_scm/get_general_setting.py +0 -22
  74. pulumi_scm/get_hip_object.py +0 -60
  75. pulumi_scm/get_hip_profile.py +0 -30
  76. pulumi_scm/get_http_header_profile.py +0 -30
  77. pulumi_scm/get_http_server_profile.py +0 -33
  78. pulumi_scm/get_ike_crypto_profile.py +0 -39
  79. pulumi_scm/get_ike_gateway.py +0 -48
  80. pulumi_scm/get_interface_management_profile.py +0 -57
  81. pulumi_scm/get_ipsec_crypto_profile.py +0 -41
  82. pulumi_scm/get_ipsec_tunnel.py +0 -42
  83. pulumi_scm/get_kerberos_server_profile.py +36 -27
  84. pulumi_scm/get_kerberos_server_profile_list.py +28 -0
  85. pulumi_scm/get_layer2_subinterface.py +0 -33
  86. pulumi_scm/get_layer3_subinterface.py +0 -53
  87. pulumi_scm/get_ldap_server_profile.py +0 -57
  88. pulumi_scm/get_link_tag.py +0 -30
  89. pulumi_scm/get_lldp_profile.py +20 -33
  90. pulumi_scm/get_lldp_profile_list.py +26 -0
  91. pulumi_scm/get_local_user.py +0 -33
  92. pulumi_scm/get_local_user_group.py +0 -27
  93. pulumi_scm/get_log_forwarding_profile.py +38 -30
  94. pulumi_scm/get_log_forwarding_profile_list.py +28 -0
  95. pulumi_scm/get_logical_router.py +0 -30
  96. pulumi_scm/get_loopback_interface.py +0 -42
  97. pulumi_scm/get_management_interface.py +0 -22
  98. pulumi_scm/get_motd_banner_setting.py +0 -22
  99. pulumi_scm/get_ospf_auth_profile.py +0 -35
  100. pulumi_scm/get_pbf_rule.py +0 -57
  101. pulumi_scm/get_profile_group.py +0 -51
  102. pulumi_scm/get_qos_policy_rule.py +0 -45
  103. pulumi_scm/get_qos_profile.py +36 -30
  104. pulumi_scm/get_qos_profile_list.py +30 -0
  105. pulumi_scm/get_radius_server_profile.py +12 -37
  106. pulumi_scm/get_region.py +0 -30
  107. pulumi_scm/get_route_access_list.py +0 -30
  108. pulumi_scm/get_route_community_list.py +0 -30
  109. pulumi_scm/get_route_path_access_list.py +0 -30
  110. pulumi_scm/get_route_prefix_list.py +0 -30
  111. pulumi_scm/get_saml_server_profile.py +50 -49
  112. pulumi_scm/get_saml_server_profile_list.py +28 -0
  113. pulumi_scm/get_scep_profile.py +36 -63
  114. pulumi_scm/get_scep_profile_list.py +28 -0
  115. pulumi_scm/get_schedule.py +0 -27
  116. pulumi_scm/get_sdwan_error_correction_profile.py +0 -30
  117. pulumi_scm/get_sdwan_path_quality_profile.py +0 -27
  118. pulumi_scm/get_sdwan_rule.py +0 -75
  119. pulumi_scm/get_sdwan_saas_quality_profile.py +0 -27
  120. pulumi_scm/get_sdwan_traffic_distribution_profile.py +0 -30
  121. pulumi_scm/get_service.py +0 -33
  122. pulumi_scm/get_service_group.py +0 -30
  123. pulumi_scm/get_service_route.py +0 -22
  124. pulumi_scm/get_service_setting.py +0 -25
  125. pulumi_scm/get_session_setting.py +0 -22
  126. pulumi_scm/get_session_timeout.py +0 -22
  127. pulumi_scm/get_syslog_server_profile.py +0 -30
  128. pulumi_scm/get_tacacs_server_profile.py +46 -37
  129. pulumi_scm/get_tacacs_server_profile_list.py +24 -0
  130. pulumi_scm/get_tag.py +0 -30
  131. pulumi_scm/get_tcp_setting.py +0 -22
  132. pulumi_scm/get_tls_service_profile.py +0 -30
  133. pulumi_scm/get_tunnel_interface.py +12 -40
  134. pulumi_scm/get_update_schedule.py +0 -22
  135. pulumi_scm/get_url_access_profile.py +0 -69
  136. pulumi_scm/get_url_category.py +0 -33
  137. pulumi_scm/get_variable.py +0 -36
  138. pulumi_scm/get_vlan_interface.py +0 -53
  139. pulumi_scm/get_vpn_setting.py +0 -22
  140. pulumi_scm/get_vulnerability_protection_profile.py +0 -33
  141. pulumi_scm/get_vulnerability_protection_signature.py +0 -55
  142. pulumi_scm/get_wildfire_anti_virus_profile.py +0 -39
  143. pulumi_scm/get_zone.py +0 -45
  144. pulumi_scm/hip_object.py +14 -7
  145. pulumi_scm/hip_profile.py +14 -7
  146. pulumi_scm/http_header_profile.py +14 -7
  147. pulumi_scm/http_server_profile.py +14 -7
  148. pulumi_scm/ike_crypto_profile.py +14 -7
  149. pulumi_scm/ike_gateway.py +14 -7
  150. pulumi_scm/interface_management_profile.py +14 -7
  151. pulumi_scm/ipsec_crypto_profile.py +28 -7
  152. pulumi_scm/ipsec_tunnel.py +14 -7
  153. pulumi_scm/kerberos_server_profile.py +100 -7
  154. pulumi_scm/layer2_subinterface.py +14 -7
  155. pulumi_scm/layer3_subinterface.py +28 -7
  156. pulumi_scm/ldap_server_profile.py +14 -7
  157. pulumi_scm/link_tag.py +14 -7
  158. pulumi_scm/lldp_profile.py +58 -7
  159. pulumi_scm/local_user.py +14 -7
  160. pulumi_scm/local_user_group.py +14 -7
  161. pulumi_scm/log_forwarding_profile.py +237 -25
  162. pulumi_scm/logical_router.py +14 -7
  163. pulumi_scm/loopback_interface.py +66 -7
  164. pulumi_scm/management_interface.py +14 -7
  165. pulumi_scm/mfa_server.py +14 -7
  166. pulumi_scm/motd_banner_setting.py +14 -7
  167. pulumi_scm/ospf_auth_profile.py +28 -7
  168. pulumi_scm/outputs.py +3291 -2075
  169. pulumi_scm/pbf_rule.py +14 -7
  170. pulumi_scm/profile_group.py +14 -7
  171. pulumi_scm/pulumi-plugin.json +1 -1
  172. pulumi_scm/qos_policy_rule.py +14 -7
  173. pulumi_scm/qos_profile.py +214 -7
  174. pulumi_scm/radius_server_profile.py +44 -7
  175. pulumi_scm/region.py +14 -7
  176. pulumi_scm/route_access_list.py +14 -7
  177. pulumi_scm/route_community_list.py +14 -7
  178. pulumi_scm/route_path_access_list.py +14 -7
  179. pulumi_scm/route_prefix_list.py +14 -7
  180. pulumi_scm/saml_server_profile.py +135 -7
  181. pulumi_scm/scep_profile.py +245 -42
  182. pulumi_scm/schedule.py +14 -7
  183. pulumi_scm/sdwan_error_correction_profile.py +14 -7
  184. pulumi_scm/sdwan_path_quality_profile.py +14 -7
  185. pulumi_scm/sdwan_rule.py +14 -7
  186. pulumi_scm/sdwan_saas_quality_profile.py +14 -7
  187. pulumi_scm/sdwan_traffic_distribution_profile.py +14 -7
  188. pulumi_scm/service.py +14 -7
  189. pulumi_scm/service_group.py +14 -7
  190. pulumi_scm/service_route.py +14 -7
  191. pulumi_scm/service_setting.py +14 -7
  192. pulumi_scm/session_setting.py +14 -7
  193. pulumi_scm/session_timeout.py +14 -7
  194. pulumi_scm/syslog_server_profile.py +14 -7
  195. pulumi_scm/tacacs_server_profile.py +112 -7
  196. pulumi_scm/tag.py +14 -7
  197. pulumi_scm/tcp_setting.py +14 -7
  198. pulumi_scm/tls_service_profile.py +14 -7
  199. pulumi_scm/tunnel_interface.py +113 -7
  200. pulumi_scm/update_schedule.py +14 -7
  201. pulumi_scm/url_access_profile.py +14 -7
  202. pulumi_scm/url_category.py +14 -7
  203. pulumi_scm/variable.py +14 -7
  204. pulumi_scm/vlan_interface.py +28 -7
  205. pulumi_scm/vpn_setting.py +14 -7
  206. pulumi_scm/vulnerability_protection_profile.py +14 -7
  207. pulumi_scm/vulnerability_protection_signature.py +14 -7
  208. pulumi_scm/wildfire_anti_virus_profile.py +14 -7
  209. pulumi_scm/zone.py +14 -7
  210. pulumi_scm/zone_protection_profile.py +21 -0
  211. {pulumi_scm-1.0.2.dist-info → pulumi_scm-1.0.3.dist-info}/METADATA +1 -1
  212. pulumi_scm-1.0.3.dist-info/RECORD +354 -0
  213. {pulumi_scm-1.0.2.dist-info → pulumi_scm-1.0.3.dist-info}/WHEEL +1 -1
  214. pulumi_scm-1.0.2.dist-info/RECORD +0 -354
  215. {pulumi_scm-1.0.2.dist-info → pulumi_scm-1.0.3.dist-info}/top_level.txt +0 -0
@@ -31,11 +31,12 @@ class DynamicUserGroupArgs:
31
31
  :param pulumi.Input[_builtins.str] filter: The tag-based filter for the dynamic user group
32
32
  :param pulumi.Input[_builtins.str] description: The description of the dynamic address group
33
33
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
34
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
35
34
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
35
+
36
36
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
37
37
  :param pulumi.Input[_builtins.str] name: The name of the dynamic address group
38
38
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
39
+
39
40
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
40
41
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags associated with the dynamic user group
41
42
  """
@@ -82,7 +83,6 @@ class DynamicUserGroupArgs:
82
83
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
83
84
  """
84
85
  The device in which the resource is defined
85
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
86
86
  """
87
87
  return pulumi.get(self, "device")
88
88
 
@@ -95,6 +95,7 @@ class DynamicUserGroupArgs:
95
95
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
96
96
  """
97
97
  The folder in which the resource is defined
98
+
98
99
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
99
100
  """
100
101
  return pulumi.get(self, "folder")
@@ -120,6 +121,7 @@ class DynamicUserGroupArgs:
120
121
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
121
122
  """
122
123
  The snippet in which the resource is defined
124
+
123
125
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
124
126
  """
125
127
  return pulumi.get(self, "snippet")
@@ -156,12 +158,13 @@ class _DynamicUserGroupState:
156
158
  Input properties used for looking up and filtering DynamicUserGroup resources.
157
159
  :param pulumi.Input[_builtins.str] description: The description of the dynamic address group
158
160
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
159
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
160
161
  :param pulumi.Input[_builtins.str] filter: The tag-based filter for the dynamic user group
161
162
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
163
+
162
164
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
163
165
  :param pulumi.Input[_builtins.str] name: The name of the dynamic address group
164
166
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
167
+
165
168
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
166
169
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags associated with the dynamic user group
167
170
  """
@@ -199,7 +202,6 @@ class _DynamicUserGroupState:
199
202
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
200
203
  """
201
204
  The device in which the resource is defined
202
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
203
205
  """
204
206
  return pulumi.get(self, "device")
205
207
 
@@ -224,6 +226,7 @@ class _DynamicUserGroupState:
224
226
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
225
227
  """
226
228
  The folder in which the resource is defined
229
+
227
230
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
228
231
  """
229
232
  return pulumi.get(self, "folder")
@@ -249,6 +252,7 @@ class _DynamicUserGroupState:
249
252
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
250
253
  """
251
254
  The snippet in which the resource is defined
255
+
252
256
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
253
257
  """
254
258
  return pulumi.get(self, "snippet")
@@ -364,12 +368,13 @@ class DynamicUserGroup(pulumi.CustomResource):
364
368
  :param pulumi.ResourceOptions opts: Options for the resource.
365
369
  :param pulumi.Input[_builtins.str] description: The description of the dynamic address group
366
370
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
367
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
368
371
  :param pulumi.Input[_builtins.str] filter: The tag-based filter for the dynamic user group
369
372
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
373
+
370
374
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
371
375
  :param pulumi.Input[_builtins.str] name: The name of the dynamic address group
372
376
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
377
+
373
378
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
374
379
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags associated with the dynamic user group
375
380
  """
@@ -514,12 +519,13 @@ class DynamicUserGroup(pulumi.CustomResource):
514
519
  :param pulumi.ResourceOptions opts: Options for the resource.
515
520
  :param pulumi.Input[_builtins.str] description: The description of the dynamic address group
516
521
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
517
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
518
522
  :param pulumi.Input[_builtins.str] filter: The tag-based filter for the dynamic user group
519
523
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
524
+
520
525
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
521
526
  :param pulumi.Input[_builtins.str] name: The name of the dynamic address group
522
527
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
528
+
523
529
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
524
530
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Tags associated with the dynamic user group
525
531
  """
@@ -550,7 +556,6 @@ class DynamicUserGroup(pulumi.CustomResource):
550
556
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
551
557
  """
552
558
  The device in which the resource is defined
553
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
554
559
  """
555
560
  return pulumi.get(self, "device")
556
561
 
@@ -567,6 +572,7 @@ class DynamicUserGroup(pulumi.CustomResource):
567
572
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
568
573
  """
569
574
  The folder in which the resource is defined
575
+
570
576
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
571
577
  """
572
578
  return pulumi.get(self, "folder")
@@ -584,6 +590,7 @@ class DynamicUserGroup(pulumi.CustomResource):
584
590
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
585
591
  """
586
592
  The snippet in which the resource is defined
593
+
587
594
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
588
595
  """
589
596
  return pulumi.get(self, "snippet")
@@ -38,16 +38,19 @@ class EthernetInterfaceArgs:
38
38
  """
39
39
  The set of arguments for constructing a EthernetInterface resource.
40
40
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
41
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
42
41
  :param pulumi.Input[_builtins.str] comment: Interface description
43
42
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
44
43
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
44
+
45
45
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
46
46
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
47
+
47
48
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
48
49
  :param pulumi.Input['EthernetInterfaceLayer2Args'] layer2: Layer2
50
+
49
51
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
50
52
  :param pulumi.Input['EthernetInterfaceLayer3Args'] layer3: Ethernet Interface Layer 3 configuration
53
+
51
54
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
52
55
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
53
56
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -55,8 +58,10 @@ class EthernetInterfaceArgs:
55
58
  :param pulumi.Input[_builtins.str] name: Interface name
56
59
  :param pulumi.Input['EthernetInterfacePoeArgs'] poe: Poe
57
60
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
61
+
58
62
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
59
63
  :param pulumi.Input['EthernetInterfaceTapArgs'] tap: Tap
64
+
60
65
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
61
66
  """
62
67
  if aggregate_group is not None:
@@ -93,7 +98,6 @@ class EthernetInterfaceArgs:
93
98
  def aggregate_group(self) -> Optional[pulumi.Input[_builtins.str]]:
94
99
  """
95
100
  Aggregate group
96
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
97
101
  """
98
102
  return pulumi.get(self, "aggregate_group")
99
103
 
@@ -130,6 +134,7 @@ class EthernetInterfaceArgs:
130
134
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
131
135
  """
132
136
  The device in which the resource is defined
137
+
133
138
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
134
139
  """
135
140
  return pulumi.get(self, "device")
@@ -143,6 +148,7 @@ class EthernetInterfaceArgs:
143
148
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
144
149
  """
145
150
  The folder in which the resource is defined
151
+
146
152
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
147
153
  """
148
154
  return pulumi.get(self, "folder")
@@ -156,6 +162,7 @@ class EthernetInterfaceArgs:
156
162
  def layer2(self) -> Optional[pulumi.Input['EthernetInterfaceLayer2Args']]:
157
163
  """
158
164
  Layer2
165
+
159
166
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
160
167
  """
161
168
  return pulumi.get(self, "layer2")
@@ -169,6 +176,7 @@ class EthernetInterfaceArgs:
169
176
  def layer3(self) -> Optional[pulumi.Input['EthernetInterfaceLayer3Args']]:
170
177
  """
171
178
  Ethernet Interface Layer 3 configuration
179
+
172
180
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
173
181
  """
174
182
  return pulumi.get(self, "layer3")
@@ -242,6 +250,7 @@ class EthernetInterfaceArgs:
242
250
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
243
251
  """
244
252
  The snippet in which the resource is defined
253
+
245
254
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
246
255
  """
247
256
  return pulumi.get(self, "snippet")
@@ -255,6 +264,7 @@ class EthernetInterfaceArgs:
255
264
  def tap(self) -> Optional[pulumi.Input['EthernetInterfaceTapArgs']]:
256
265
  """
257
266
  Tap
267
+
258
268
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
259
269
  """
260
270
  return pulumi.get(self, "tap")
@@ -286,17 +296,20 @@ class _EthernetInterfaceState:
286
296
  """
287
297
  Input properties used for looking up and filtering EthernetInterface resources.
288
298
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
289
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
290
299
  :param pulumi.Input[_builtins.str] comment: Interface description
291
300
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
292
301
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
302
+
293
303
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
294
304
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
295
305
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
306
+
296
307
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
297
308
  :param pulumi.Input['EthernetInterfaceLayer2Args'] layer2: Layer2
309
+
298
310
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
299
311
  :param pulumi.Input['EthernetInterfaceLayer3Args'] layer3: Ethernet Interface Layer 3 configuration
312
+
300
313
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
301
314
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
302
315
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -304,8 +317,10 @@ class _EthernetInterfaceState:
304
317
  :param pulumi.Input[_builtins.str] name: Interface name
305
318
  :param pulumi.Input['EthernetInterfacePoeArgs'] poe: Poe
306
319
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
320
+
307
321
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
308
322
  :param pulumi.Input['EthernetInterfaceTapArgs'] tap: Tap
323
+
309
324
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
310
325
  """
311
326
  if aggregate_group is not None:
@@ -346,7 +361,6 @@ class _EthernetInterfaceState:
346
361
  def aggregate_group(self) -> Optional[pulumi.Input[_builtins.str]]:
347
362
  """
348
363
  Aggregate group
349
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
350
364
  """
351
365
  return pulumi.get(self, "aggregate_group")
352
366
 
@@ -383,6 +397,7 @@ class _EthernetInterfaceState:
383
397
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
384
398
  """
385
399
  The device in which the resource is defined
400
+
386
401
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
387
402
  """
388
403
  return pulumi.get(self, "device")
@@ -408,6 +423,7 @@ class _EthernetInterfaceState:
408
423
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
409
424
  """
410
425
  The folder in which the resource is defined
426
+
411
427
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
412
428
  """
413
429
  return pulumi.get(self, "folder")
@@ -421,6 +437,7 @@ class _EthernetInterfaceState:
421
437
  def layer2(self) -> Optional[pulumi.Input['EthernetInterfaceLayer2Args']]:
422
438
  """
423
439
  Layer2
440
+
424
441
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
425
442
  """
426
443
  return pulumi.get(self, "layer2")
@@ -434,6 +451,7 @@ class _EthernetInterfaceState:
434
451
  def layer3(self) -> Optional[pulumi.Input['EthernetInterfaceLayer3Args']]:
435
452
  """
436
453
  Ethernet Interface Layer 3 configuration
454
+
437
455
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
438
456
  """
439
457
  return pulumi.get(self, "layer3")
@@ -507,6 +525,7 @@ class _EthernetInterfaceState:
507
525
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
508
526
  """
509
527
  The snippet in which the resource is defined
528
+
510
529
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
511
530
  """
512
531
  return pulumi.get(self, "snippet")
@@ -520,6 +539,7 @@ class _EthernetInterfaceState:
520
539
  def tap(self) -> Optional[pulumi.Input['EthernetInterfaceTapArgs']]:
521
540
  """
522
541
  Tap
542
+
523
543
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
524
544
  """
525
545
  return pulumi.get(self, "tap")
@@ -724,16 +744,19 @@ class EthernetInterface(pulumi.CustomResource):
724
744
  :param str resource_name: The name of the resource.
725
745
  :param pulumi.ResourceOptions opts: Options for the resource.
726
746
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
727
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
728
747
  :param pulumi.Input[_builtins.str] comment: Interface description
729
748
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
730
749
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
750
+
731
751
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
732
752
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
753
+
733
754
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
734
755
  :param pulumi.Input[Union['EthernetInterfaceLayer2Args', 'EthernetInterfaceLayer2ArgsDict']] layer2: Layer2
756
+
735
757
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
736
758
  :param pulumi.Input[Union['EthernetInterfaceLayer3Args', 'EthernetInterfaceLayer3ArgsDict']] layer3: Ethernet Interface Layer 3 configuration
759
+
737
760
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
738
761
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
739
762
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -741,8 +764,10 @@ class EthernetInterface(pulumi.CustomResource):
741
764
  :param pulumi.Input[_builtins.str] name: Interface name
742
765
  :param pulumi.Input[Union['EthernetInterfacePoeArgs', 'EthernetInterfacePoeArgsDict']] poe: Poe
743
766
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
767
+
744
768
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
745
769
  :param pulumi.Input[Union['EthernetInterfaceTapArgs', 'EthernetInterfaceTapArgsDict']] tap: Tap
770
+
746
771
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
747
772
  """
748
773
  ...
@@ -1003,17 +1028,20 @@ class EthernetInterface(pulumi.CustomResource):
1003
1028
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1004
1029
  :param pulumi.ResourceOptions opts: Options for the resource.
1005
1030
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
1006
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1007
1031
  :param pulumi.Input[_builtins.str] comment: Interface description
1008
1032
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
1009
1033
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
1034
+
1010
1035
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1011
1036
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
1012
1037
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
1038
+
1013
1039
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1014
1040
  :param pulumi.Input[Union['EthernetInterfaceLayer2Args', 'EthernetInterfaceLayer2ArgsDict']] layer2: Layer2
1041
+
1015
1042
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1016
1043
  :param pulumi.Input[Union['EthernetInterfaceLayer3Args', 'EthernetInterfaceLayer3ArgsDict']] layer3: Ethernet Interface Layer 3 configuration
1044
+
1017
1045
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1018
1046
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
1019
1047
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -1021,8 +1049,10 @@ class EthernetInterface(pulumi.CustomResource):
1021
1049
  :param pulumi.Input[_builtins.str] name: Interface name
1022
1050
  :param pulumi.Input[Union['EthernetInterfacePoeArgs', 'EthernetInterfacePoeArgsDict']] poe: Poe
1023
1051
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
1052
+
1024
1053
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1025
1054
  :param pulumi.Input[Union['EthernetInterfaceTapArgs', 'EthernetInterfaceTapArgsDict']] tap: Tap
1055
+
1026
1056
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1027
1057
  """
1028
1058
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1052,7 +1082,6 @@ class EthernetInterface(pulumi.CustomResource):
1052
1082
  def aggregate_group(self) -> pulumi.Output[Optional[_builtins.str]]:
1053
1083
  """
1054
1084
  Aggregate group
1055
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1056
1085
  """
1057
1086
  return pulumi.get(self, "aggregate_group")
1058
1087
 
@@ -1077,6 +1106,7 @@ class EthernetInterface(pulumi.CustomResource):
1077
1106
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
1078
1107
  """
1079
1108
  The device in which the resource is defined
1109
+
1080
1110
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1081
1111
  """
1082
1112
  return pulumi.get(self, "device")
@@ -1094,6 +1124,7 @@ class EthernetInterface(pulumi.CustomResource):
1094
1124
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
1095
1125
  """
1096
1126
  The folder in which the resource is defined
1127
+
1097
1128
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1098
1129
  """
1099
1130
  return pulumi.get(self, "folder")
@@ -1103,6 +1134,7 @@ class EthernetInterface(pulumi.CustomResource):
1103
1134
  def layer2(self) -> pulumi.Output[Optional['outputs.EthernetInterfaceLayer2']]:
1104
1135
  """
1105
1136
  Layer2
1137
+
1106
1138
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1107
1139
  """
1108
1140
  return pulumi.get(self, "layer2")
@@ -1112,6 +1144,7 @@ class EthernetInterface(pulumi.CustomResource):
1112
1144
  def layer3(self) -> pulumi.Output[Optional['outputs.EthernetInterfaceLayer3']]:
1113
1145
  """
1114
1146
  Ethernet Interface Layer 3 configuration
1147
+
1115
1148
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1116
1149
  """
1117
1150
  return pulumi.get(self, "layer3")
@@ -1161,6 +1194,7 @@ class EthernetInterface(pulumi.CustomResource):
1161
1194
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
1162
1195
  """
1163
1196
  The snippet in which the resource is defined
1197
+
1164
1198
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1165
1199
  """
1166
1200
  return pulumi.get(self, "snippet")
@@ -1170,6 +1204,7 @@ class EthernetInterface(pulumi.CustomResource):
1170
1204
  def tap(self) -> pulumi.Output[Optional['outputs.EthernetInterfaceTap']]:
1171
1205
  """
1172
1206
  Tap
1207
+
1173
1208
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1174
1209
  """
1175
1210
  return pulumi.get(self, "tap")
@@ -29,11 +29,12 @@ class ExternalDynamicListArgs:
29
29
  """
30
30
  The set of arguments for constructing a ExternalDynamicList resource.
31
31
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
32
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
33
32
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
33
+
34
34
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
35
35
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
36
36
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
37
+
37
38
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
38
39
  :param pulumi.Input['ExternalDynamicListTypeArgs'] type: Type configuration for External Dynamic List
39
40
  """
@@ -53,7 +54,6 @@ class ExternalDynamicListArgs:
53
54
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
54
55
  """
55
56
  The device in which the resource is defined
56
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
57
57
  """
58
58
  return pulumi.get(self, "device")
59
59
 
@@ -66,6 +66,7 @@ class ExternalDynamicListArgs:
66
66
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
67
67
  """
68
68
  The folder in which the resource is defined
69
+
69
70
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
70
71
  """
71
72
  return pulumi.get(self, "folder")
@@ -91,6 +92,7 @@ class ExternalDynamicListArgs:
91
92
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
92
93
  """
93
94
  The snippet in which the resource is defined
95
+
94
96
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
95
97
  """
96
98
  return pulumi.get(self, "snippet")
@@ -125,12 +127,13 @@ class _ExternalDynamicListState:
125
127
  """
126
128
  Input properties used for looking up and filtering ExternalDynamicList resources.
127
129
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
128
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
129
130
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
130
131
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
132
+
131
133
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
132
134
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
133
135
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
136
+
134
137
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
135
138
  :param pulumi.Input['ExternalDynamicListTypeArgs'] type: Type configuration for External Dynamic List
136
139
  """
@@ -154,7 +157,6 @@ class _ExternalDynamicListState:
154
157
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
155
158
  """
156
159
  The device in which the resource is defined
157
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
158
160
  """
159
161
  return pulumi.get(self, "device")
160
162
 
@@ -179,6 +181,7 @@ class _ExternalDynamicListState:
179
181
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
180
182
  """
181
183
  The folder in which the resource is defined
184
+
182
185
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
183
186
  """
184
187
  return pulumi.get(self, "folder")
@@ -204,6 +207,7 @@ class _ExternalDynamicListState:
204
207
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
205
208
  """
206
209
  The snippet in which the resource is defined
210
+
207
211
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
208
212
  """
209
213
  return pulumi.get(self, "snippet")
@@ -355,11 +359,12 @@ class ExternalDynamicList(pulumi.CustomResource):
355
359
  :param str resource_name: The name of the resource.
356
360
  :param pulumi.ResourceOptions opts: Options for the resource.
357
361
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
358
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
359
362
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
363
+
360
364
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
361
365
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
362
366
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
367
+
363
368
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
364
369
  :param pulumi.Input[Union['ExternalDynamicListTypeArgs', 'ExternalDynamicListTypeArgsDict']] type: Type configuration for External Dynamic List
365
370
  """
@@ -538,12 +543,13 @@ class ExternalDynamicList(pulumi.CustomResource):
538
543
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
539
544
  :param pulumi.ResourceOptions opts: Options for the resource.
540
545
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
541
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
542
546
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
543
547
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
548
+
544
549
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
545
550
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
546
551
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
552
+
547
553
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
548
554
  :param pulumi.Input[Union['ExternalDynamicListTypeArgs', 'ExternalDynamicListTypeArgsDict']] type: Type configuration for External Dynamic List
549
555
  """
@@ -565,7 +571,6 @@ class ExternalDynamicList(pulumi.CustomResource):
565
571
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
566
572
  """
567
573
  The device in which the resource is defined
568
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
569
574
  """
570
575
  return pulumi.get(self, "device")
571
576
 
@@ -582,6 +587,7 @@ class ExternalDynamicList(pulumi.CustomResource):
582
587
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
583
588
  """
584
589
  The folder in which the resource is defined
590
+
585
591
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
586
592
  """
587
593
  return pulumi.get(self, "folder")
@@ -599,6 +605,7 @@ class ExternalDynamicList(pulumi.CustomResource):
599
605
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
600
606
  """
601
607
  The snippet in which the resource is defined
608
+
602
609
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
603
610
  """
604
611
  return pulumi.get(self, "snippet")