pulumi-scm 1.0.1__py3-none-any.whl → 1.0.2__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 (250) hide show
  1. pulumi_scm/__init__.py +165 -0
  2. pulumi_scm/_inputs.py +7584 -1961
  3. pulumi_scm/address.py +59 -42
  4. pulumi_scm/address_group.py +59 -28
  5. pulumi_scm/aggregate_interface.py +61 -30
  6. pulumi_scm/anti_spyware_profile.py +7 -14
  7. pulumi_scm/anti_spyware_signature.py +60 -15
  8. pulumi_scm/app_override_rule.py +59 -14
  9. pulumi_scm/application.py +59 -14
  10. pulumi_scm/application_filter.py +59 -14
  11. pulumi_scm/application_group.py +59 -14
  12. pulumi_scm/authentication_portal.py +59 -14
  13. pulumi_scm/authentication_profile.py +59 -14
  14. pulumi_scm/authentication_rule.py +59 -14
  15. pulumi_scm/authentication_sequence.py +59 -14
  16. pulumi_scm/authentication_setting.py +453 -0
  17. pulumi_scm/auto_vpn_cluster.py +52 -0
  18. pulumi_scm/auto_vpn_setting.py +42 -2
  19. pulumi_scm/bandwidth_allocation.py +397 -0
  20. pulumi_scm/bgp_address_family_profile.py +59 -14
  21. pulumi_scm/bgp_auth_profile.py +7 -14
  22. pulumi_scm/bgp_filtering_profile.py +59 -14
  23. pulumi_scm/bgp_redistribution_profile.py +59 -14
  24. pulumi_scm/bgp_route_map.py +59 -14
  25. pulumi_scm/bgp_route_map_redistribution.py +59 -35
  26. pulumi_scm/bgp_routing.py +42 -2
  27. pulumi_scm/certificate_profile.py +59 -14
  28. pulumi_scm/content_id_setting.py +431 -0
  29. pulumi_scm/decryption_exclusion.py +59 -14
  30. pulumi_scm/decryption_profile.py +63 -18
  31. pulumi_scm/decryption_rule.py +7 -14
  32. pulumi_scm/device_redistribution_collector.py +437 -0
  33. pulumi_scm/dhcp_interface.py +59 -28
  34. pulumi_scm/dns_proxy.py +62 -17
  35. pulumi_scm/dns_security_profile.py +59 -14
  36. pulumi_scm/dos_protection_profile.py +61 -16
  37. pulumi_scm/dos_protection_rule.py +59 -14
  38. pulumi_scm/dynamic_user_group.py +59 -14
  39. pulumi_scm/ethernet_interface.py +61 -44
  40. pulumi_scm/external_dynamic_list.py +67 -22
  41. pulumi_scm/file_blocking_profile.py +59 -14
  42. pulumi_scm/folder.py +20 -0
  43. pulumi_scm/general_setting.py +447 -0
  44. pulumi_scm/get_address.py +54 -2
  45. pulumi_scm/get_address_group.py +46 -2
  46. pulumi_scm/get_aggregate_interface.py +43 -2
  47. pulumi_scm/get_anti_spyware_profile.py +50 -2
  48. pulumi_scm/get_anti_spyware_signature.py +56 -2
  49. pulumi_scm/get_app_override_rule.py +74 -2
  50. pulumi_scm/get_application.py +95 -2
  51. pulumi_scm/get_application_filter.py +86 -2
  52. pulumi_scm/get_application_group.py +38 -2
  53. pulumi_scm/get_authentication_profile.py +53 -2
  54. pulumi_scm/get_authentication_rule.py +89 -2
  55. pulumi_scm/get_authentication_sequence.py +38 -2
  56. pulumi_scm/get_authentication_setting.py +195 -0
  57. pulumi_scm/get_authentication_setting_list.py +260 -0
  58. pulumi_scm/get_auto_vpn_cluster_list.py +4 -2
  59. pulumi_scm/get_bandwidth_allocation.py +174 -0
  60. pulumi_scm/get_bandwidth_allocation_list.py +258 -0
  61. pulumi_scm/get_bgp_address_family_profile.py +38 -2
  62. pulumi_scm/get_bgp_auth_profile.py +41 -2
  63. pulumi_scm/get_bgp_filtering_profile.py +38 -2
  64. pulumi_scm/get_bgp_redistribution_profile.py +38 -2
  65. pulumi_scm/get_bgp_route_map.py +38 -2
  66. pulumi_scm/get_bgp_route_map_redistribution.py +50 -2
  67. pulumi_scm/get_certificate_profile.py +50 -2
  68. pulumi_scm/get_content_id_setting.py +195 -0
  69. pulumi_scm/get_content_id_setting_list.py +260 -0
  70. pulumi_scm/get_decryption_exclusion.py +35 -2
  71. pulumi_scm/get_decryption_profile.py +47 -2
  72. pulumi_scm/get_decryption_rule.py +89 -2
  73. pulumi_scm/get_device_redistribution_collector.py +195 -0
  74. pulumi_scm/get_device_redistribution_collector_list.py +260 -0
  75. pulumi_scm/get_dhcp_interface.py +43 -2
  76. pulumi_scm/get_dns_proxy.py +53 -2
  77. pulumi_scm/get_dns_security_profile.py +35 -2
  78. pulumi_scm/get_dos_protection_profile.py +44 -2
  79. pulumi_scm/get_dos_protection_rule.py +68 -2
  80. pulumi_scm/get_dynamic_user_group.py +41 -2
  81. pulumi_scm/get_ethernet_interface.py +72 -2
  82. pulumi_scm/get_external_dynamic_list.py +41 -2
  83. pulumi_scm/get_file_blocking_profile.py +38 -2
  84. pulumi_scm/get_general_setting.py +195 -0
  85. pulumi_scm/get_general_setting_list.py +260 -0
  86. pulumi_scm/get_hip_object.py +56 -2
  87. pulumi_scm/get_hip_profile.py +38 -2
  88. pulumi_scm/get_http_header_profile.py +76 -4
  89. pulumi_scm/get_http_header_profile_list.py +28 -0
  90. pulumi_scm/get_http_server_profile.py +44 -2
  91. pulumi_scm/get_ike_crypto_profile.py +47 -2
  92. pulumi_scm/get_ike_gateway.py +56 -2
  93. pulumi_scm/get_interface_management_profile.py +68 -2
  94. pulumi_scm/get_ipsec_crypto_profile.py +52 -2
  95. pulumi_scm/get_ipsec_tunnel.py +44 -2
  96. pulumi_scm/get_kerberos_server_profile.py +38 -2
  97. pulumi_scm/get_layer2_subinterface.py +41 -2
  98. pulumi_scm/get_layer3_subinterface.py +55 -2
  99. pulumi_scm/get_ldap_server_profile.py +56 -2
  100. pulumi_scm/get_link_tag.py +35 -2
  101. pulumi_scm/get_lldp_profile.py +223 -0
  102. pulumi_scm/get_lldp_profile_list.py +234 -0
  103. pulumi_scm/get_local_user.py +44 -2
  104. pulumi_scm/get_local_user_group.py +38 -2
  105. pulumi_scm/get_log_forwarding_profile.py +38 -2
  106. pulumi_scm/get_logical_router.py +41 -2
  107. pulumi_scm/get_loopback_interface.py +47 -2
  108. pulumi_scm/get_management_interface.py +195 -0
  109. pulumi_scm/get_management_interface_list.py +260 -0
  110. pulumi_scm/get_motd_banner_setting.py +195 -0
  111. pulumi_scm/get_motd_banner_setting_list.py +260 -0
  112. pulumi_scm/get_nat_rule.py +20 -2
  113. pulumi_scm/get_ospf_auth_profile.py +46 -2
  114. pulumi_scm/get_pbf_rule.py +56 -2
  115. pulumi_scm/get_profile_group.py +56 -2
  116. pulumi_scm/get_qos_policy_rule.py +50 -2
  117. pulumi_scm/get_qos_profile.py +35 -2
  118. pulumi_scm/get_radius_server_profile.py +47 -2
  119. pulumi_scm/get_region.py +38 -2
  120. pulumi_scm/get_remote_network.py +8 -2
  121. pulumi_scm/get_route_access_list.py +38 -2
  122. pulumi_scm/get_route_community_list.py +38 -2
  123. pulumi_scm/get_route_path_access_list.py +35 -2
  124. pulumi_scm/get_route_prefix_list.py +38 -2
  125. pulumi_scm/get_saml_server_profile.py +56 -2
  126. pulumi_scm/get_scep_profile.py +65 -2
  127. pulumi_scm/get_schedule.py +38 -2
  128. pulumi_scm/get_sdwan_error_correction_profile.py +38 -2
  129. pulumi_scm/get_sdwan_path_quality_profile.py +38 -2
  130. pulumi_scm/get_sdwan_rule.py +74 -2
  131. pulumi_scm/get_sdwan_saas_quality_profile.py +38 -2
  132. pulumi_scm/get_sdwan_traffic_distribution_profile.py +41 -2
  133. pulumi_scm/get_security_rule.py +20 -2
  134. pulumi_scm/get_service.py +41 -2
  135. pulumi_scm/get_service_connection.py +23 -3
  136. pulumi_scm/get_service_connection_group.py +23 -3
  137. pulumi_scm/get_service_group.py +41 -2
  138. pulumi_scm/get_service_route.py +195 -0
  139. pulumi_scm/get_service_route_list.py +260 -0
  140. pulumi_scm/get_service_setting.py +241 -0
  141. pulumi_scm/get_service_setting_list.py +260 -0
  142. pulumi_scm/get_session_setting.py +195 -0
  143. pulumi_scm/get_session_setting_list.py +260 -0
  144. pulumi_scm/get_session_timeout.py +195 -0
  145. pulumi_scm/get_session_timeout_list.py +260 -0
  146. pulumi_scm/get_site.py +23 -3
  147. pulumi_scm/get_syslog_server_profile.py +82 -7
  148. pulumi_scm/get_syslog_server_profile_list.py +28 -0
  149. pulumi_scm/get_tacacs_server_profile.py +47 -2
  150. pulumi_scm/get_tag.py +35 -2
  151. pulumi_scm/get_tcp_setting.py +195 -0
  152. pulumi_scm/get_tcp_setting_list.py +260 -0
  153. pulumi_scm/get_tls_service_profile.py +76 -4
  154. pulumi_scm/get_tls_service_profile_list.py +28 -0
  155. pulumi_scm/get_traffic_steering_rule.py +8 -2
  156. pulumi_scm/get_tunnel_interface.py +44 -2
  157. pulumi_scm/get_update_schedule.py +195 -0
  158. pulumi_scm/get_update_schedule_list.py +260 -0
  159. pulumi_scm/get_url_access_profile.py +59 -2
  160. pulumi_scm/get_url_category.py +41 -2
  161. pulumi_scm/get_variable.py +44 -2
  162. pulumi_scm/get_vlan_interface.py +52 -2
  163. pulumi_scm/get_vpn_setting.py +195 -0
  164. pulumi_scm/get_vpn_setting_list.py +260 -0
  165. pulumi_scm/get_vulnerability_protection_profile.py +41 -2
  166. pulumi_scm/get_vulnerability_protection_signature.py +56 -2
  167. pulumi_scm/get_wildfire_anti_virus_profile.py +47 -2
  168. pulumi_scm/get_zone.py +56 -2
  169. pulumi_scm/get_zone_protection_profile.py +14 -2
  170. pulumi_scm/hip_object.py +65 -20
  171. pulumi_scm/hip_profile.py +59 -14
  172. pulumi_scm/http_header_profile.py +297 -14
  173. pulumi_scm/http_server_profile.py +60 -15
  174. pulumi_scm/ike_crypto_profile.py +59 -14
  175. pulumi_scm/ike_gateway.py +59 -14
  176. pulumi_scm/interface_management_profile.py +59 -14
  177. pulumi_scm/internal_dns_server.py +52 -0
  178. pulumi_scm/ipsec_crypto_profile.py +59 -28
  179. pulumi_scm/ipsec_tunnel.py +60 -15
  180. pulumi_scm/kerberos_server_profile.py +59 -14
  181. pulumi_scm/label.py +52 -0
  182. pulumi_scm/layer2_subinterface.py +59 -14
  183. pulumi_scm/layer3_subinterface.py +61 -30
  184. pulumi_scm/ldap_server_profile.py +59 -14
  185. pulumi_scm/link_tag.py +59 -14
  186. pulumi_scm/lldp_profile.py +528 -0
  187. pulumi_scm/local_user.py +59 -14
  188. pulumi_scm/local_user_group.py +59 -14
  189. pulumi_scm/log_forwarding_profile.py +59 -14
  190. pulumi_scm/logical_router.py +59 -14
  191. pulumi_scm/loopback_interface.py +60 -15
  192. pulumi_scm/management_interface.py +463 -0
  193. pulumi_scm/mfa_server.py +60 -15
  194. pulumi_scm/motd_banner_setting.py +437 -0
  195. pulumi_scm/nat_rule.py +52 -0
  196. pulumi_scm/ospf_auth_profile.py +59 -28
  197. pulumi_scm/outputs.py +66568 -54432
  198. pulumi_scm/pbf_rule.py +59 -14
  199. pulumi_scm/profile_group.py +59 -14
  200. pulumi_scm/pulumi-plugin.json +1 -1
  201. pulumi_scm/qos_policy_rule.py +59 -14
  202. pulumi_scm/qos_profile.py +59 -14
  203. pulumi_scm/radius_server_profile.py +59 -14
  204. pulumi_scm/region.py +59 -14
  205. pulumi_scm/remote_network.py +52 -0
  206. pulumi_scm/route_access_list.py +59 -14
  207. pulumi_scm/route_community_list.py +59 -14
  208. pulumi_scm/route_path_access_list.py +59 -14
  209. pulumi_scm/route_prefix_list.py +59 -14
  210. pulumi_scm/saml_server_profile.py +59 -14
  211. pulumi_scm/scep_profile.py +59 -14
  212. pulumi_scm/schedule.py +59 -14
  213. pulumi_scm/sdwan_error_correction_profile.py +59 -14
  214. pulumi_scm/sdwan_path_quality_profile.py +59 -14
  215. pulumi_scm/sdwan_rule.py +59 -14
  216. pulumi_scm/sdwan_saas_quality_profile.py +59 -14
  217. pulumi_scm/sdwan_traffic_distribution_profile.py +59 -14
  218. pulumi_scm/service.py +60 -15
  219. pulumi_scm/service_connection.py +80 -0
  220. pulumi_scm/service_connection_group.py +80 -0
  221. pulumi_scm/service_group.py +59 -14
  222. pulumi_scm/service_route.py +485 -0
  223. pulumi_scm/service_setting.py +501 -0
  224. pulumi_scm/session_setting.py +489 -0
  225. pulumi_scm/session_timeout.py +439 -0
  226. pulumi_scm/site.py +48 -0
  227. pulumi_scm/snippet.py +20 -0
  228. pulumi_scm/syslog_server_profile.py +255 -43
  229. pulumi_scm/tacacs_server_profile.py +59 -14
  230. pulumi_scm/tag.py +59 -14
  231. pulumi_scm/tcp_setting.py +429 -0
  232. pulumi_scm/tls_service_profile.py +145 -14
  233. pulumi_scm/traffic_steering_rule.py +52 -0
  234. pulumi_scm/tunnel_interface.py +59 -14
  235. pulumi_scm/update_schedule.py +545 -0
  236. pulumi_scm/url_access_profile.py +60 -15
  237. pulumi_scm/url_category.py +59 -14
  238. pulumi_scm/variable.py +59 -14
  239. pulumi_scm/vlan_interface.py +61 -30
  240. pulumi_scm/vpn_setting.py +421 -0
  241. pulumi_scm/vulnerability_protection_profile.py +59 -14
  242. pulumi_scm/vulnerability_protection_signature.py +59 -14
  243. pulumi_scm/wildfire_anti_virus_profile.py +59 -14
  244. pulumi_scm/zone.py +59 -14
  245. pulumi_scm/zone_protection_profile.py +52 -21
  246. {pulumi_scm-1.0.1.dist-info → pulumi_scm-1.0.2.dist-info}/METADATA +1 -1
  247. pulumi_scm-1.0.2.dist-info/RECORD +354 -0
  248. pulumi_scm-1.0.1.dist-info/RECORD +0 -309
  249. {pulumi_scm-1.0.1.dist-info → pulumi_scm-1.0.2.dist-info}/WHEEL +0 -0
  250. {pulumi_scm-1.0.1.dist-info → pulumi_scm-1.0.2.dist-info}/top_level.txt +0 -0
@@ -38,19 +38,16 @@ 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`.
41
42
  :param pulumi.Input[_builtins.str] comment: Interface description
42
43
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
43
44
  :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
-
48
47
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
49
48
  :param pulumi.Input['EthernetInterfaceLayer2Args'] layer2: Layer2
50
-
51
49
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
52
50
  :param pulumi.Input['EthernetInterfaceLayer3Args'] layer3: Ethernet Interface Layer 3 configuration
53
-
54
51
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
55
52
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
56
53
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -58,10 +55,8 @@ class EthernetInterfaceArgs:
58
55
  :param pulumi.Input[_builtins.str] name: Interface name
59
56
  :param pulumi.Input['EthernetInterfacePoeArgs'] poe: Poe
60
57
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
61
-
62
58
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
63
59
  :param pulumi.Input['EthernetInterfaceTapArgs'] tap: Tap
64
-
65
60
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
66
61
  """
67
62
  if aggregate_group is not None:
@@ -98,6 +93,7 @@ class EthernetInterfaceArgs:
98
93
  def aggregate_group(self) -> Optional[pulumi.Input[_builtins.str]]:
99
94
  """
100
95
  Aggregate group
96
+ > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
101
97
  """
102
98
  return pulumi.get(self, "aggregate_group")
103
99
 
@@ -134,7 +130,6 @@ class EthernetInterfaceArgs:
134
130
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
135
131
  """
136
132
  The device in which the resource is defined
137
-
138
133
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
139
134
  """
140
135
  return pulumi.get(self, "device")
@@ -148,7 +143,6 @@ class EthernetInterfaceArgs:
148
143
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
149
144
  """
150
145
  The folder in which the resource is defined
151
-
152
146
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
153
147
  """
154
148
  return pulumi.get(self, "folder")
@@ -162,7 +156,6 @@ class EthernetInterfaceArgs:
162
156
  def layer2(self) -> Optional[pulumi.Input['EthernetInterfaceLayer2Args']]:
163
157
  """
164
158
  Layer2
165
-
166
159
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
167
160
  """
168
161
  return pulumi.get(self, "layer2")
@@ -176,7 +169,6 @@ class EthernetInterfaceArgs:
176
169
  def layer3(self) -> Optional[pulumi.Input['EthernetInterfaceLayer3Args']]:
177
170
  """
178
171
  Ethernet Interface Layer 3 configuration
179
-
180
172
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
181
173
  """
182
174
  return pulumi.get(self, "layer3")
@@ -250,7 +242,6 @@ class EthernetInterfaceArgs:
250
242
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
251
243
  """
252
244
  The snippet in which the resource is defined
253
-
254
245
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
255
246
  """
256
247
  return pulumi.get(self, "snippet")
@@ -264,7 +255,6 @@ class EthernetInterfaceArgs:
264
255
  def tap(self) -> Optional[pulumi.Input['EthernetInterfaceTapArgs']]:
265
256
  """
266
257
  Tap
267
-
268
258
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
269
259
  """
270
260
  return pulumi.get(self, "tap")
@@ -296,20 +286,17 @@ class _EthernetInterfaceState:
296
286
  """
297
287
  Input properties used for looking up and filtering EthernetInterface resources.
298
288
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
289
+ > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
299
290
  :param pulumi.Input[_builtins.str] comment: Interface description
300
291
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
301
292
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
302
-
303
293
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
304
294
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
305
295
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
306
-
307
296
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
308
297
  :param pulumi.Input['EthernetInterfaceLayer2Args'] layer2: Layer2
309
-
310
298
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
311
299
  :param pulumi.Input['EthernetInterfaceLayer3Args'] layer3: Ethernet Interface Layer 3 configuration
312
-
313
300
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
314
301
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
315
302
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -317,10 +304,8 @@ class _EthernetInterfaceState:
317
304
  :param pulumi.Input[_builtins.str] name: Interface name
318
305
  :param pulumi.Input['EthernetInterfacePoeArgs'] poe: Poe
319
306
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
320
-
321
307
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
322
308
  :param pulumi.Input['EthernetInterfaceTapArgs'] tap: Tap
323
-
324
309
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
325
310
  """
326
311
  if aggregate_group is not None:
@@ -361,6 +346,7 @@ class _EthernetInterfaceState:
361
346
  def aggregate_group(self) -> Optional[pulumi.Input[_builtins.str]]:
362
347
  """
363
348
  Aggregate group
349
+ > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
364
350
  """
365
351
  return pulumi.get(self, "aggregate_group")
366
352
 
@@ -397,7 +383,6 @@ class _EthernetInterfaceState:
397
383
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
398
384
  """
399
385
  The device in which the resource is defined
400
-
401
386
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
402
387
  """
403
388
  return pulumi.get(self, "device")
@@ -423,7 +408,6 @@ class _EthernetInterfaceState:
423
408
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
424
409
  """
425
410
  The folder in which the resource is defined
426
-
427
411
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
428
412
  """
429
413
  return pulumi.get(self, "folder")
@@ -437,7 +421,6 @@ class _EthernetInterfaceState:
437
421
  def layer2(self) -> Optional[pulumi.Input['EthernetInterfaceLayer2Args']]:
438
422
  """
439
423
  Layer2
440
-
441
424
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
442
425
  """
443
426
  return pulumi.get(self, "layer2")
@@ -451,7 +434,6 @@ class _EthernetInterfaceState:
451
434
  def layer3(self) -> Optional[pulumi.Input['EthernetInterfaceLayer3Args']]:
452
435
  """
453
436
  Ethernet Interface Layer 3 configuration
454
-
455
437
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
456
438
  """
457
439
  return pulumi.get(self, "layer3")
@@ -525,7 +507,6 @@ class _EthernetInterfaceState:
525
507
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
526
508
  """
527
509
  The snippet in which the resource is defined
528
-
529
510
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
530
511
  """
531
512
  return pulumi.get(self, "snippet")
@@ -539,7 +520,6 @@ class _EthernetInterfaceState:
539
520
  def tap(self) -> Optional[pulumi.Input['EthernetInterfaceTapArgs']]:
540
521
  """
541
522
  Tap
542
-
543
523
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
544
524
  """
545
525
  return pulumi.get(self, "tap")
@@ -715,22 +695,45 @@ class EthernetInterface(pulumi.CustomResource):
715
695
  opts = pulumi.ResourceOptions(depends_on=[scm_ae_intf]))
716
696
  ```
717
697
 
698
+ ## Import
699
+
700
+ The following command can be used to import a resource not managed by Terraform:
701
+
702
+ bash
703
+
704
+ ```sh
705
+ $ pulumi import scm:index/ethernetInterface:EthernetInterface example folder:::id
706
+ ```
707
+
708
+ or
709
+
710
+ bash
711
+
712
+ ```sh
713
+ $ pulumi import scm:index/ethernetInterface:EthernetInterface example :snippet::id
714
+ ```
715
+
716
+ or
717
+
718
+ bash
719
+
720
+ ```sh
721
+ $ pulumi import scm:index/ethernetInterface:EthernetInterface example ::device:id
722
+ ```
723
+
718
724
  :param str resource_name: The name of the resource.
719
725
  :param pulumi.ResourceOptions opts: Options for the resource.
720
726
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
727
+ > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
721
728
  :param pulumi.Input[_builtins.str] comment: Interface description
722
729
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
723
730
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
724
-
725
731
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
726
732
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
727
-
728
733
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
729
734
  :param pulumi.Input[Union['EthernetInterfaceLayer2Args', 'EthernetInterfaceLayer2ArgsDict']] layer2: Layer2
730
-
731
735
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
732
736
  :param pulumi.Input[Union['EthernetInterfaceLayer3Args', 'EthernetInterfaceLayer3ArgsDict']] layer3: Ethernet Interface Layer 3 configuration
733
-
734
737
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
735
738
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
736
739
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -738,10 +741,8 @@ class EthernetInterface(pulumi.CustomResource):
738
741
  :param pulumi.Input[_builtins.str] name: Interface name
739
742
  :param pulumi.Input[Union['EthernetInterfacePoeArgs', 'EthernetInterfacePoeArgsDict']] poe: Poe
740
743
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
741
-
742
744
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
743
745
  :param pulumi.Input[Union['EthernetInterfaceTapArgs', 'EthernetInterfaceTapArgsDict']] tap: Tap
744
-
745
746
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
746
747
  """
747
748
  ...
@@ -886,6 +887,32 @@ class EthernetInterface(pulumi.CustomResource):
886
887
  opts = pulumi.ResourceOptions(depends_on=[scm_ae_intf]))
887
888
  ```
888
889
 
890
+ ## Import
891
+
892
+ The following command can be used to import a resource not managed by Terraform:
893
+
894
+ bash
895
+
896
+ ```sh
897
+ $ pulumi import scm:index/ethernetInterface:EthernetInterface example folder:::id
898
+ ```
899
+
900
+ or
901
+
902
+ bash
903
+
904
+ ```sh
905
+ $ pulumi import scm:index/ethernetInterface:EthernetInterface example :snippet::id
906
+ ```
907
+
908
+ or
909
+
910
+ bash
911
+
912
+ ```sh
913
+ $ pulumi import scm:index/ethernetInterface:EthernetInterface example ::device:id
914
+ ```
915
+
889
916
  :param str resource_name: The name of the resource.
890
917
  :param EthernetInterfaceArgs args: The arguments to use to populate this resource's properties.
891
918
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -976,20 +1003,17 @@ class EthernetInterface(pulumi.CustomResource):
976
1003
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
977
1004
  :param pulumi.ResourceOptions opts: Options for the resource.
978
1005
  :param pulumi.Input[_builtins.str] aggregate_group: Aggregate group
1006
+ > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
979
1007
  :param pulumi.Input[_builtins.str] comment: Interface description
980
1008
  :param pulumi.Input[_builtins.str] default_value: Default interface assignment
981
1009
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
982
-
983
1010
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
984
1011
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
985
1012
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
986
-
987
1013
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
988
1014
  :param pulumi.Input[Union['EthernetInterfaceLayer2Args', 'EthernetInterfaceLayer2ArgsDict']] layer2: Layer2
989
-
990
1015
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
991
1016
  :param pulumi.Input[Union['EthernetInterfaceLayer3Args', 'EthernetInterfaceLayer3ArgsDict']] layer3: Ethernet Interface Layer 3 configuration
992
-
993
1017
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
994
1018
  :param pulumi.Input[_builtins.str] link_duplex: Link duplex
995
1019
  :param pulumi.Input[_builtins.str] link_speed: Link speed
@@ -997,10 +1021,8 @@ class EthernetInterface(pulumi.CustomResource):
997
1021
  :param pulumi.Input[_builtins.str] name: Interface name
998
1022
  :param pulumi.Input[Union['EthernetInterfacePoeArgs', 'EthernetInterfacePoeArgsDict']] poe: Poe
999
1023
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
1000
-
1001
1024
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1002
1025
  :param pulumi.Input[Union['EthernetInterfaceTapArgs', 'EthernetInterfaceTapArgsDict']] tap: Tap
1003
-
1004
1026
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1005
1027
  """
1006
1028
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1030,6 +1052,7 @@ class EthernetInterface(pulumi.CustomResource):
1030
1052
  def aggregate_group(self) -> pulumi.Output[Optional[_builtins.str]]:
1031
1053
  """
1032
1054
  Aggregate group
1055
+ > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1033
1056
  """
1034
1057
  return pulumi.get(self, "aggregate_group")
1035
1058
 
@@ -1054,7 +1077,6 @@ class EthernetInterface(pulumi.CustomResource):
1054
1077
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
1055
1078
  """
1056
1079
  The device in which the resource is defined
1057
-
1058
1080
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1059
1081
  """
1060
1082
  return pulumi.get(self, "device")
@@ -1072,7 +1094,6 @@ class EthernetInterface(pulumi.CustomResource):
1072
1094
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
1073
1095
  """
1074
1096
  The folder in which the resource is defined
1075
-
1076
1097
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1077
1098
  """
1078
1099
  return pulumi.get(self, "folder")
@@ -1082,17 +1103,15 @@ class EthernetInterface(pulumi.CustomResource):
1082
1103
  def layer2(self) -> pulumi.Output[Optional['outputs.EthernetInterfaceLayer2']]:
1083
1104
  """
1084
1105
  Layer2
1085
-
1086
1106
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1087
1107
  """
1088
1108
  return pulumi.get(self, "layer2")
1089
1109
 
1090
1110
  @_builtins.property
1091
1111
  @pulumi.getter
1092
- def layer3(self) -> pulumi.Output['outputs.EthernetInterfaceLayer3']:
1112
+ def layer3(self) -> pulumi.Output[Optional['outputs.EthernetInterfaceLayer3']]:
1093
1113
  """
1094
1114
  Ethernet Interface Layer 3 configuration
1095
-
1096
1115
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1097
1116
  """
1098
1117
  return pulumi.get(self, "layer3")
@@ -1131,7 +1150,7 @@ class EthernetInterface(pulumi.CustomResource):
1131
1150
 
1132
1151
  @_builtins.property
1133
1152
  @pulumi.getter
1134
- def poe(self) -> pulumi.Output['outputs.EthernetInterfacePoe']:
1153
+ def poe(self) -> pulumi.Output[Optional['outputs.EthernetInterfacePoe']]:
1135
1154
  """
1136
1155
  Poe
1137
1156
  """
@@ -1142,7 +1161,6 @@ class EthernetInterface(pulumi.CustomResource):
1142
1161
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
1143
1162
  """
1144
1163
  The snippet in which the resource is defined
1145
-
1146
1164
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
1147
1165
  """
1148
1166
  return pulumi.get(self, "snippet")
@@ -1152,7 +1170,6 @@ class EthernetInterface(pulumi.CustomResource):
1152
1170
  def tap(self) -> pulumi.Output[Optional['outputs.EthernetInterfaceTap']]:
1153
1171
  """
1154
1172
  Tap
1155
-
1156
1173
  > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
1157
1174
  """
1158
1175
  return pulumi.get(self, "tap")
@@ -29,14 +29,13 @@ 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`.
32
33
  :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
-
38
37
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
39
- :param pulumi.Input['ExternalDynamicListTypeArgs'] type: Type
38
+ :param pulumi.Input['ExternalDynamicListTypeArgs'] type: Type configuration for External Dynamic List
40
39
  """
41
40
  if device is not None:
42
41
  pulumi.set(__self__, "device", device)
@@ -54,6 +53,7 @@ class ExternalDynamicListArgs:
54
53
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
55
54
  """
56
55
  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,7 +66,6 @@ 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
-
70
69
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
71
70
  """
72
71
  return pulumi.get(self, "folder")
@@ -92,7 +91,6 @@ class ExternalDynamicListArgs:
92
91
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
93
92
  """
94
93
  The snippet in which the resource is defined
95
-
96
94
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
97
95
  """
98
96
  return pulumi.get(self, "snippet")
@@ -105,7 +103,7 @@ class ExternalDynamicListArgs:
105
103
  @pulumi.getter
106
104
  def type(self) -> Optional[pulumi.Input['ExternalDynamicListTypeArgs']]:
107
105
  """
108
- Type
106
+ Type configuration for External Dynamic List
109
107
  """
110
108
  return pulumi.get(self, "type")
111
109
 
@@ -127,15 +125,14 @@ class _ExternalDynamicListState:
127
125
  """
128
126
  Input properties used for looking up and filtering ExternalDynamicList resources.
129
127
  :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`.
130
129
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
131
130
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
132
-
133
131
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
134
132
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
135
133
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
136
-
137
134
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
138
- :param pulumi.Input['ExternalDynamicListTypeArgs'] type: Type
135
+ :param pulumi.Input['ExternalDynamicListTypeArgs'] type: Type configuration for External Dynamic List
139
136
  """
140
137
  if device is not None:
141
138
  pulumi.set(__self__, "device", device)
@@ -157,6 +154,7 @@ class _ExternalDynamicListState:
157
154
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
158
155
  """
159
156
  The device in which the resource is defined
157
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
160
158
  """
161
159
  return pulumi.get(self, "device")
162
160
 
@@ -181,7 +179,6 @@ class _ExternalDynamicListState:
181
179
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
182
180
  """
183
181
  The folder in which the resource is defined
184
-
185
182
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
186
183
  """
187
184
  return pulumi.get(self, "folder")
@@ -207,7 +204,6 @@ class _ExternalDynamicListState:
207
204
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
208
205
  """
209
206
  The snippet in which the resource is defined
210
-
211
207
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
212
208
  """
213
209
  return pulumi.get(self, "snippet")
@@ -229,7 +225,7 @@ class _ExternalDynamicListState:
229
225
  @pulumi.getter
230
226
  def type(self) -> Optional[pulumi.Input['ExternalDynamicListTypeArgs']]:
231
227
  """
232
- Type
228
+ Type configuration for External Dynamic List
233
229
  """
234
230
  return pulumi.get(self, "type")
235
231
 
@@ -330,17 +326,42 @@ class ExternalDynamicList(pulumi.CustomResource):
330
326
  })
331
327
  ```
332
328
 
329
+ ## Import
330
+
331
+ The following command can be used to import a resource not managed by Terraform:
332
+
333
+ bash
334
+
335
+ ```sh
336
+ $ pulumi import scm:index/externalDynamicList:ExternalDynamicList example folder:::id
337
+ ```
338
+
339
+ or
340
+
341
+ bash
342
+
343
+ ```sh
344
+ $ pulumi import scm:index/externalDynamicList:ExternalDynamicList example :snippet::id
345
+ ```
346
+
347
+ or
348
+
349
+ bash
350
+
351
+ ```sh
352
+ $ pulumi import scm:index/externalDynamicList:ExternalDynamicList example ::device:id
353
+ ```
354
+
333
355
  :param str resource_name: The name of the resource.
334
356
  :param pulumi.ResourceOptions opts: Options for the resource.
335
357
  :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`.
336
359
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
337
-
338
360
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
339
361
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
340
362
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
341
-
342
363
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
343
- :param pulumi.Input[Union['ExternalDynamicListTypeArgs', 'ExternalDynamicListTypeArgsDict']] type: Type
364
+ :param pulumi.Input[Union['ExternalDynamicListTypeArgs', 'ExternalDynamicListTypeArgsDict']] type: Type configuration for External Dynamic List
344
365
  """
345
366
  ...
346
367
  @overload
@@ -428,6 +449,32 @@ class ExternalDynamicList(pulumi.CustomResource):
428
449
  })
429
450
  ```
430
451
 
452
+ ## Import
453
+
454
+ The following command can be used to import a resource not managed by Terraform:
455
+
456
+ bash
457
+
458
+ ```sh
459
+ $ pulumi import scm:index/externalDynamicList:ExternalDynamicList example folder:::id
460
+ ```
461
+
462
+ or
463
+
464
+ bash
465
+
466
+ ```sh
467
+ $ pulumi import scm:index/externalDynamicList:ExternalDynamicList example :snippet::id
468
+ ```
469
+
470
+ or
471
+
472
+ bash
473
+
474
+ ```sh
475
+ $ pulumi import scm:index/externalDynamicList:ExternalDynamicList example ::device:id
476
+ ```
477
+
431
478
  :param str resource_name: The name of the resource.
432
479
  :param ExternalDynamicListArgs args: The arguments to use to populate this resource's properties.
433
480
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -491,15 +538,14 @@ class ExternalDynamicList(pulumi.CustomResource):
491
538
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
492
539
  :param pulumi.ResourceOptions opts: Options for the resource.
493
540
  :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`.
494
542
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
495
543
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
496
-
497
544
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
498
545
  :param pulumi.Input[_builtins.str] name: The name of the external dynamic list
499
546
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
500
-
501
547
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
502
- :param pulumi.Input[Union['ExternalDynamicListTypeArgs', 'ExternalDynamicListTypeArgsDict']] type: Type
548
+ :param pulumi.Input[Union['ExternalDynamicListTypeArgs', 'ExternalDynamicListTypeArgsDict']] type: Type configuration for External Dynamic List
503
549
  """
504
550
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
505
551
 
@@ -519,6 +565,7 @@ class ExternalDynamicList(pulumi.CustomResource):
519
565
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
520
566
  """
521
567
  The device in which the resource is defined
568
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
522
569
  """
523
570
  return pulumi.get(self, "device")
524
571
 
@@ -535,7 +582,6 @@ class ExternalDynamicList(pulumi.CustomResource):
535
582
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
536
583
  """
537
584
  The folder in which the resource is defined
538
-
539
585
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
540
586
  """
541
587
  return pulumi.get(self, "folder")
@@ -553,7 +599,6 @@ class ExternalDynamicList(pulumi.CustomResource):
553
599
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
554
600
  """
555
601
  The snippet in which the resource is defined
556
-
557
602
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
558
603
  """
559
604
  return pulumi.get(self, "snippet")
@@ -565,9 +610,9 @@ class ExternalDynamicList(pulumi.CustomResource):
565
610
 
566
611
  @_builtins.property
567
612
  @pulumi.getter
568
- def type(self) -> pulumi.Output['outputs.ExternalDynamicListType']:
613
+ def type(self) -> pulumi.Output[Optional['outputs.ExternalDynamicListType']]:
569
614
  """
570
- Type
615
+ Type configuration for External Dynamic List
571
616
  """
572
617
  return pulumi.get(self, "type")
573
618