pulumi-scm 1.0.1__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 (255) hide show
  1. pulumi_scm/__init__.py +165 -0
  2. pulumi_scm/_inputs.py +7691 -1181
  3. pulumi_scm/address.py +52 -0
  4. pulumi_scm/address_group.py +52 -0
  5. pulumi_scm/aggregate_interface.py +54 -2
  6. pulumi_scm/anti_spyware_signature.py +53 -1
  7. pulumi_scm/app_override_rule.py +52 -0
  8. pulumi_scm/application.py +52 -0
  9. pulumi_scm/application_filter.py +52 -0
  10. pulumi_scm/application_group.py +52 -0
  11. pulumi_scm/authentication_portal.py +52 -0
  12. pulumi_scm/authentication_profile.py +52 -0
  13. pulumi_scm/authentication_rule.py +52 -0
  14. pulumi_scm/authentication_sequence.py +52 -0
  15. pulumi_scm/authentication_setting.py +460 -0
  16. pulumi_scm/auto_vpn_cluster.py +52 -0
  17. pulumi_scm/auto_vpn_setting.py +42 -2
  18. pulumi_scm/bandwidth_allocation.py +397 -0
  19. pulumi_scm/bgp_address_family_profile.py +52 -0
  20. pulumi_scm/bgp_filtering_profile.py +52 -0
  21. pulumi_scm/bgp_redistribution_profile.py +52 -0
  22. pulumi_scm/bgp_route_map.py +52 -0
  23. pulumi_scm/bgp_route_map_redistribution.py +52 -0
  24. pulumi_scm/bgp_routing.py +42 -2
  25. pulumi_scm/certificate_profile.py +52 -0
  26. pulumi_scm/content_id_setting.py +438 -0
  27. pulumi_scm/decryption_exclusion.py +52 -0
  28. pulumi_scm/decryption_profile.py +56 -4
  29. pulumi_scm/decryption_rule.py +50 -0
  30. pulumi_scm/device_redistribution_collector.py +444 -0
  31. pulumi_scm/dhcp_interface.py +158 -0
  32. pulumi_scm/dns_proxy.py +55 -3
  33. pulumi_scm/dns_security_profile.py +52 -0
  34. pulumi_scm/dos_protection_profile.py +54 -2
  35. pulumi_scm/dos_protection_rule.py +52 -0
  36. pulumi_scm/dynamic_user_group.py +52 -0
  37. pulumi_scm/ethernet_interface.py +54 -2
  38. pulumi_scm/external_dynamic_list.py +60 -8
  39. pulumi_scm/file_blocking_profile.py +52 -0
  40. pulumi_scm/folder.py +20 -0
  41. pulumi_scm/general_setting.py +454 -0
  42. pulumi_scm/get_address.py +16 -10
  43. pulumi_scm/get_address_group.py +16 -10
  44. pulumi_scm/get_aggregate_interface.py +16 -13
  45. pulumi_scm/get_anti_spyware_profile.py +16 -13
  46. pulumi_scm/get_anti_spyware_signature.py +16 -14
  47. pulumi_scm/get_app_override_rule.py +16 -16
  48. pulumi_scm/get_application.py +16 -28
  49. pulumi_scm/get_application_filter.py +16 -10
  50. pulumi_scm/get_application_group.py +16 -7
  51. pulumi_scm/get_authentication_profile.py +16 -10
  52. pulumi_scm/get_authentication_rule.py +16 -22
  53. pulumi_scm/get_authentication_sequence.py +16 -10
  54. pulumi_scm/get_authentication_setting.py +173 -0
  55. pulumi_scm/get_authentication_setting_list.py +260 -0
  56. pulumi_scm/get_auto_vpn_cluster_list.py +4 -2
  57. pulumi_scm/get_bandwidth_allocation.py +174 -0
  58. pulumi_scm/get_bandwidth_allocation_list.py +258 -0
  59. pulumi_scm/get_bgp_address_family_profile.py +16 -7
  60. pulumi_scm/get_bgp_auth_profile.py +16 -7
  61. pulumi_scm/get_bgp_filtering_profile.py +16 -10
  62. pulumi_scm/get_bgp_redistribution_profile.py +16 -7
  63. pulumi_scm/get_bgp_route_map.py +16 -10
  64. pulumi_scm/get_bgp_route_map_redistribution.py +19 -10
  65. pulumi_scm/get_certificate_profile.py +16 -28
  66. pulumi_scm/get_content_id_setting.py +173 -0
  67. pulumi_scm/get_content_id_setting_list.py +260 -0
  68. pulumi_scm/get_decryption_exclusion.py +16 -10
  69. pulumi_scm/get_decryption_profile.py +16 -7
  70. pulumi_scm/get_decryption_rule.py +16 -22
  71. pulumi_scm/get_device_redistribution_collector.py +173 -0
  72. pulumi_scm/get_device_redistribution_collector_list.py +260 -0
  73. pulumi_scm/get_dhcp_interface.py +38 -7
  74. pulumi_scm/get_dhcp_interface_list.py +28 -0
  75. pulumi_scm/get_dns_proxy.py +16 -13
  76. pulumi_scm/get_dns_security_profile.py +16 -13
  77. pulumi_scm/get_dos_protection_profile.py +16 -10
  78. pulumi_scm/get_dos_protection_rule.py +16 -16
  79. pulumi_scm/get_dynamic_user_group.py +16 -10
  80. pulumi_scm/get_ethernet_interface.py +19 -10
  81. pulumi_scm/get_external_dynamic_list.py +16 -7
  82. pulumi_scm/get_file_blocking_profile.py +16 -10
  83. pulumi_scm/get_general_setting.py +173 -0
  84. pulumi_scm/get_general_setting_list.py +260 -0
  85. pulumi_scm/get_hip_object.py +16 -22
  86. pulumi_scm/get_hip_profile.py +16 -10
  87. pulumi_scm/get_http_header_profile.py +52 -10
  88. pulumi_scm/get_http_header_profile_list.py +28 -0
  89. pulumi_scm/get_http_server_profile.py +16 -7
  90. pulumi_scm/get_ike_crypto_profile.py +16 -10
  91. pulumi_scm/get_ike_gateway.py +16 -10
  92. pulumi_scm/get_interface_management_profile.py +16 -7
  93. pulumi_scm/get_ipsec_crypto_profile.py +19 -10
  94. pulumi_scm/get_ipsec_tunnel.py +16 -16
  95. pulumi_scm/get_kerberos_server_profile.py +52 -7
  96. pulumi_scm/get_kerberos_server_profile_list.py +28 -0
  97. pulumi_scm/get_layer2_subinterface.py +16 -10
  98. pulumi_scm/get_layer3_subinterface.py +16 -16
  99. pulumi_scm/get_ldap_server_profile.py +16 -19
  100. pulumi_scm/get_link_tag.py +16 -13
  101. pulumi_scm/get_lldp_profile.py +210 -0
  102. pulumi_scm/get_lldp_profile_list.py +260 -0
  103. pulumi_scm/get_local_user.py +16 -7
  104. pulumi_scm/get_local_user_group.py +16 -7
  105. pulumi_scm/get_log_forwarding_profile.py +54 -10
  106. pulumi_scm/get_log_forwarding_profile_list.py +28 -0
  107. pulumi_scm/get_logical_router.py +16 -7
  108. pulumi_scm/get_loopback_interface.py +16 -13
  109. pulumi_scm/get_management_interface.py +173 -0
  110. pulumi_scm/get_management_interface_list.py +260 -0
  111. pulumi_scm/get_motd_banner_setting.py +173 -0
  112. pulumi_scm/get_motd_banner_setting_list.py +260 -0
  113. pulumi_scm/get_nat_rule.py +20 -2
  114. pulumi_scm/get_ospf_auth_profile.py +16 -7
  115. pulumi_scm/get_pbf_rule.py +16 -19
  116. pulumi_scm/get_profile_group.py +16 -13
  117. pulumi_scm/get_qos_policy_rule.py +16 -13
  118. pulumi_scm/get_qos_profile.py +52 -13
  119. pulumi_scm/get_qos_profile_list.py +30 -0
  120. pulumi_scm/get_radius_server_profile.py +28 -8
  121. pulumi_scm/get_region.py +16 -10
  122. pulumi_scm/get_remote_network.py +8 -2
  123. pulumi_scm/get_route_access_list.py +16 -10
  124. pulumi_scm/get_route_community_list.py +16 -10
  125. pulumi_scm/get_route_path_access_list.py +16 -13
  126. pulumi_scm/get_route_prefix_list.py +16 -10
  127. pulumi_scm/get_saml_server_profile.py +66 -11
  128. pulumi_scm/get_saml_server_profile_list.py +28 -0
  129. pulumi_scm/get_scep_profile.py +52 -16
  130. pulumi_scm/get_scep_profile_list.py +28 -0
  131. pulumi_scm/get_schedule.py +16 -7
  132. pulumi_scm/get_sdwan_error_correction_profile.py +16 -10
  133. pulumi_scm/get_sdwan_path_quality_profile.py +16 -7
  134. pulumi_scm/get_sdwan_rule.py +16 -19
  135. pulumi_scm/get_sdwan_saas_quality_profile.py +16 -7
  136. pulumi_scm/get_sdwan_traffic_distribution_profile.py +16 -7
  137. pulumi_scm/get_security_rule.py +20 -2
  138. pulumi_scm/get_service.py +16 -10
  139. pulumi_scm/get_service_connection.py +23 -3
  140. pulumi_scm/get_service_connection_group.py +23 -3
  141. pulumi_scm/get_service_group.py +16 -7
  142. pulumi_scm/get_service_route.py +173 -0
  143. pulumi_scm/get_service_route_list.py +260 -0
  144. pulumi_scm/get_service_setting.py +216 -0
  145. pulumi_scm/get_service_setting_list.py +260 -0
  146. pulumi_scm/get_session_setting.py +173 -0
  147. pulumi_scm/get_session_setting_list.py +260 -0
  148. pulumi_scm/get_session_timeout.py +173 -0
  149. pulumi_scm/get_session_timeout_list.py +260 -0
  150. pulumi_scm/get_site.py +23 -3
  151. pulumi_scm/get_syslog_server_profile.py +55 -10
  152. pulumi_scm/get_syslog_server_profile_list.py +28 -0
  153. pulumi_scm/get_tacacs_server_profile.py +62 -8
  154. pulumi_scm/get_tacacs_server_profile_list.py +24 -0
  155. pulumi_scm/get_tag.py +16 -13
  156. pulumi_scm/get_tcp_setting.py +173 -0
  157. pulumi_scm/get_tcp_setting_list.py +260 -0
  158. pulumi_scm/get_tls_service_profile.py +52 -10
  159. pulumi_scm/get_tls_service_profile_list.py +28 -0
  160. pulumi_scm/get_traffic_steering_rule.py +8 -2
  161. pulumi_scm/get_tunnel_interface.py +28 -14
  162. pulumi_scm/get_update_schedule.py +173 -0
  163. pulumi_scm/get_update_schedule_list.py +260 -0
  164. pulumi_scm/get_url_access_profile.py +16 -28
  165. pulumi_scm/get_url_category.py +16 -10
  166. pulumi_scm/get_variable.py +16 -10
  167. pulumi_scm/get_vlan_interface.py +16 -19
  168. pulumi_scm/get_vpn_setting.py +173 -0
  169. pulumi_scm/get_vpn_setting_list.py +260 -0
  170. pulumi_scm/get_vulnerability_protection_profile.py +16 -10
  171. pulumi_scm/get_vulnerability_protection_signature.py +16 -17
  172. pulumi_scm/get_wildfire_anti_virus_profile.py +16 -10
  173. pulumi_scm/get_zone.py +16 -7
  174. pulumi_scm/get_zone_protection_profile.py +14 -2
  175. pulumi_scm/hip_object.py +58 -6
  176. pulumi_scm/hip_profile.py +52 -0
  177. pulumi_scm/http_header_profile.py +290 -0
  178. pulumi_scm/http_server_profile.py +53 -1
  179. pulumi_scm/ike_crypto_profile.py +52 -0
  180. pulumi_scm/ike_gateway.py +52 -0
  181. pulumi_scm/interface_management_profile.py +52 -0
  182. pulumi_scm/internal_dns_server.py +52 -0
  183. pulumi_scm/ipsec_crypto_profile.py +52 -0
  184. pulumi_scm/ipsec_tunnel.py +53 -1
  185. pulumi_scm/kerberos_server_profile.py +138 -0
  186. pulumi_scm/label.py +52 -0
  187. pulumi_scm/layer2_subinterface.py +52 -0
  188. pulumi_scm/layer3_subinterface.py +54 -2
  189. pulumi_scm/ldap_server_profile.py +52 -0
  190. pulumi_scm/link_tag.py +52 -0
  191. pulumi_scm/lldp_profile.py +579 -0
  192. pulumi_scm/local_user.py +52 -0
  193. pulumi_scm/local_user_group.py +52 -0
  194. pulumi_scm/log_forwarding_profile.py +275 -18
  195. pulumi_scm/logical_router.py +52 -0
  196. pulumi_scm/loopback_interface.py +105 -1
  197. pulumi_scm/management_interface.py +470 -0
  198. pulumi_scm/mfa_server.py +53 -1
  199. pulumi_scm/motd_banner_setting.py +444 -0
  200. pulumi_scm/nat_rule.py +52 -0
  201. pulumi_scm/ospf_auth_profile.py +52 -0
  202. pulumi_scm/outputs.py +16250 -2898
  203. pulumi_scm/pbf_rule.py +52 -0
  204. pulumi_scm/profile_group.py +52 -0
  205. pulumi_scm/pulumi-plugin.json +1 -1
  206. pulumi_scm/qos_policy_rule.py +52 -0
  207. pulumi_scm/qos_profile.py +252 -0
  208. pulumi_scm/radius_server_profile.py +82 -0
  209. pulumi_scm/region.py +52 -0
  210. pulumi_scm/remote_network.py +52 -0
  211. pulumi_scm/route_access_list.py +52 -0
  212. pulumi_scm/route_community_list.py +52 -0
  213. pulumi_scm/route_path_access_list.py +52 -0
  214. pulumi_scm/route_prefix_list.py +52 -0
  215. pulumi_scm/saml_server_profile.py +173 -0
  216. pulumi_scm/scep_profile.py +283 -35
  217. pulumi_scm/schedule.py +52 -0
  218. pulumi_scm/sdwan_error_correction_profile.py +52 -0
  219. pulumi_scm/sdwan_path_quality_profile.py +52 -0
  220. pulumi_scm/sdwan_rule.py +52 -0
  221. pulumi_scm/sdwan_saas_quality_profile.py +52 -0
  222. pulumi_scm/sdwan_traffic_distribution_profile.py +52 -0
  223. pulumi_scm/service.py +53 -1
  224. pulumi_scm/service_connection.py +80 -0
  225. pulumi_scm/service_connection_group.py +80 -0
  226. pulumi_scm/service_group.py +52 -0
  227. pulumi_scm/service_route.py +492 -0
  228. pulumi_scm/service_setting.py +508 -0
  229. pulumi_scm/session_setting.py +496 -0
  230. pulumi_scm/session_timeout.py +446 -0
  231. pulumi_scm/site.py +48 -0
  232. pulumi_scm/snippet.py +20 -0
  233. pulumi_scm/syslog_server_profile.py +248 -29
  234. pulumi_scm/tacacs_server_profile.py +150 -0
  235. pulumi_scm/tag.py +52 -0
  236. pulumi_scm/tcp_setting.py +436 -0
  237. pulumi_scm/tls_service_profile.py +138 -0
  238. pulumi_scm/traffic_steering_rule.py +52 -0
  239. pulumi_scm/tunnel_interface.py +151 -0
  240. pulumi_scm/update_schedule.py +552 -0
  241. pulumi_scm/url_access_profile.py +53 -1
  242. pulumi_scm/url_category.py +52 -0
  243. pulumi_scm/variable.py +52 -0
  244. pulumi_scm/vlan_interface.py +54 -2
  245. pulumi_scm/vpn_setting.py +428 -0
  246. pulumi_scm/vulnerability_protection_profile.py +52 -0
  247. pulumi_scm/vulnerability_protection_signature.py +52 -0
  248. pulumi_scm/wildfire_anti_virus_profile.py +52 -0
  249. pulumi_scm/zone.py +52 -0
  250. pulumi_scm/zone_protection_profile.py +52 -0
  251. {pulumi_scm-1.0.1.dist-info → pulumi_scm-1.0.3.dist-info}/METADATA +1 -1
  252. pulumi_scm-1.0.3.dist-info/RECORD +354 -0
  253. {pulumi_scm-1.0.1.dist-info → pulumi_scm-1.0.3.dist-info}/WHEEL +1 -1
  254. pulumi_scm-1.0.1.dist-info/RECORD +0 -309
  255. {pulumi_scm-1.0.1.dist-info → pulumi_scm-1.0.3.dist-info}/top_level.txt +0 -0
@@ -270,6 +270,151 @@ class HttpHeaderProfile(pulumi.CustomResource):
270
270
  """
271
271
  HttpHeaderProfile resource
272
272
 
273
+ ## Example Usage
274
+
275
+ ```python
276
+ import pulumi
277
+ import pulumi_scm as scm
278
+
279
+ scm_http_header_profile1 = scm.HttpHeaderProfile("scm_http_header_profile_1",
280
+ folder="All",
281
+ name="base_http_header_profile_1")
282
+ scm_http_header_profile2 = scm.HttpHeaderProfile("scm_http_header_profile_2",
283
+ folder="All",
284
+ name="simple_http_header_profile_2",
285
+ http_header_insertions=[{
286
+ "name": "header_one",
287
+ "type": [{
288
+ "name": "Google Apps Access Control",
289
+ "domains": ["*.google.com"],
290
+ "headers": [{
291
+ "name": "X-GooGAppls-Allowed-Domains",
292
+ "header": "X-GooGAppls-Allowed-Domains",
293
+ "value": "user-allowed",
294
+ }],
295
+ }],
296
+ }])
297
+ scm_http_header_profile3 = scm.HttpHeaderProfile("scm_http_header_profile_3",
298
+ folder="All",
299
+ name="complete_http_header_profile_3",
300
+ http_header_insertions=[
301
+ {
302
+ "name": "header_insertion_one",
303
+ "type": [{
304
+ "name": "Dropbox Network Control",
305
+ "domains": [
306
+ "*.db.tt",
307
+ "*.dropbox.com",
308
+ "dropboxformum.com",
309
+ ],
310
+ "headers": [
311
+ {
312
+ "name": "X-Dropbox-allowed-Team-Ids",
313
+ "header": "X-Dropbox-allowed-Team-Ids",
314
+ "value": "dropbox-users",
315
+ },
316
+ {
317
+ "name": "custom_header",
318
+ "header": "custom_header",
319
+ "value": "10-header",
320
+ },
321
+ ],
322
+ }],
323
+ },
324
+ {
325
+ "name": "header_insertion_two",
326
+ "type": [{
327
+ "name": "Microsoft Office365 Tenant Restrictions",
328
+ "domains": [
329
+ "login.mircosoft.com",
330
+ "login.mircosoftonline.com",
331
+ "login.windows.net",
332
+ ],
333
+ "headers": [
334
+ {
335
+ "name": "Restrict-Access-Context",
336
+ "header": "Restrict-Access-Context",
337
+ "value": "denied-context",
338
+ },
339
+ {
340
+ "name": "Restrict-Access-To-Tenants",
341
+ "header": "Restrict-Access-To-Tenants",
342
+ "value": "denied-tenants",
343
+ },
344
+ ],
345
+ }],
346
+ },
347
+ {
348
+ "name": "header_insertion_three",
349
+ "type": [{
350
+ "name": "Dynamic Fields",
351
+ "domains": ["custom_domain"],
352
+ "headers": [{
353
+ "name": "Authorization",
354
+ "header": "Authorization",
355
+ "value": "auth",
356
+ }],
357
+ }],
358
+ },
359
+ {
360
+ "name": "header_insertion_four",
361
+ "type": [{
362
+ "name": "Youtube Safe Search",
363
+ "domains": [
364
+ "m.youtube.com",
365
+ "www.youtube.com",
366
+ ],
367
+ "headers": [{
368
+ "name": "Youtube-Restrict",
369
+ "header": "Youtube-Restrict",
370
+ "value": "denied-youtube",
371
+ }],
372
+ }],
373
+ },
374
+ {
375
+ "name": "header_insertion_five",
376
+ "type": [{
377
+ "name": "Custom",
378
+ "domains": [
379
+ "custom_1",
380
+ "custom_2",
381
+ ],
382
+ "headers": [{
383
+ "name": "custom_header",
384
+ "header": "custom_header",
385
+ "value": "custom",
386
+ }],
387
+ }],
388
+ },
389
+ ])
390
+ ```
391
+
392
+ ## Import
393
+
394
+ The following command can be used to import a resource not managed by Terraform:
395
+
396
+ bash
397
+
398
+ ```sh
399
+ $ pulumi import scm:index/httpHeaderProfile:HttpHeaderProfile example folder:::id
400
+ ```
401
+
402
+ or
403
+
404
+ bash
405
+
406
+ ```sh
407
+ $ pulumi import scm:index/httpHeaderProfile:HttpHeaderProfile example :snippet::id
408
+ ```
409
+
410
+ or
411
+
412
+ bash
413
+
414
+ ```sh
415
+ $ pulumi import scm:index/httpHeaderProfile:HttpHeaderProfile example ::device:id
416
+ ```
417
+
273
418
  :param str resource_name: The name of the resource.
274
419
  :param pulumi.ResourceOptions opts: Options for the resource.
275
420
  :param pulumi.Input[_builtins.str] description: The description of the HTTP header profile
@@ -292,6 +437,151 @@ class HttpHeaderProfile(pulumi.CustomResource):
292
437
  """
293
438
  HttpHeaderProfile resource
294
439
 
440
+ ## Example Usage
441
+
442
+ ```python
443
+ import pulumi
444
+ import pulumi_scm as scm
445
+
446
+ scm_http_header_profile1 = scm.HttpHeaderProfile("scm_http_header_profile_1",
447
+ folder="All",
448
+ name="base_http_header_profile_1")
449
+ scm_http_header_profile2 = scm.HttpHeaderProfile("scm_http_header_profile_2",
450
+ folder="All",
451
+ name="simple_http_header_profile_2",
452
+ http_header_insertions=[{
453
+ "name": "header_one",
454
+ "type": [{
455
+ "name": "Google Apps Access Control",
456
+ "domains": ["*.google.com"],
457
+ "headers": [{
458
+ "name": "X-GooGAppls-Allowed-Domains",
459
+ "header": "X-GooGAppls-Allowed-Domains",
460
+ "value": "user-allowed",
461
+ }],
462
+ }],
463
+ }])
464
+ scm_http_header_profile3 = scm.HttpHeaderProfile("scm_http_header_profile_3",
465
+ folder="All",
466
+ name="complete_http_header_profile_3",
467
+ http_header_insertions=[
468
+ {
469
+ "name": "header_insertion_one",
470
+ "type": [{
471
+ "name": "Dropbox Network Control",
472
+ "domains": [
473
+ "*.db.tt",
474
+ "*.dropbox.com",
475
+ "dropboxformum.com",
476
+ ],
477
+ "headers": [
478
+ {
479
+ "name": "X-Dropbox-allowed-Team-Ids",
480
+ "header": "X-Dropbox-allowed-Team-Ids",
481
+ "value": "dropbox-users",
482
+ },
483
+ {
484
+ "name": "custom_header",
485
+ "header": "custom_header",
486
+ "value": "10-header",
487
+ },
488
+ ],
489
+ }],
490
+ },
491
+ {
492
+ "name": "header_insertion_two",
493
+ "type": [{
494
+ "name": "Microsoft Office365 Tenant Restrictions",
495
+ "domains": [
496
+ "login.mircosoft.com",
497
+ "login.mircosoftonline.com",
498
+ "login.windows.net",
499
+ ],
500
+ "headers": [
501
+ {
502
+ "name": "Restrict-Access-Context",
503
+ "header": "Restrict-Access-Context",
504
+ "value": "denied-context",
505
+ },
506
+ {
507
+ "name": "Restrict-Access-To-Tenants",
508
+ "header": "Restrict-Access-To-Tenants",
509
+ "value": "denied-tenants",
510
+ },
511
+ ],
512
+ }],
513
+ },
514
+ {
515
+ "name": "header_insertion_three",
516
+ "type": [{
517
+ "name": "Dynamic Fields",
518
+ "domains": ["custom_domain"],
519
+ "headers": [{
520
+ "name": "Authorization",
521
+ "header": "Authorization",
522
+ "value": "auth",
523
+ }],
524
+ }],
525
+ },
526
+ {
527
+ "name": "header_insertion_four",
528
+ "type": [{
529
+ "name": "Youtube Safe Search",
530
+ "domains": [
531
+ "m.youtube.com",
532
+ "www.youtube.com",
533
+ ],
534
+ "headers": [{
535
+ "name": "Youtube-Restrict",
536
+ "header": "Youtube-Restrict",
537
+ "value": "denied-youtube",
538
+ }],
539
+ }],
540
+ },
541
+ {
542
+ "name": "header_insertion_five",
543
+ "type": [{
544
+ "name": "Custom",
545
+ "domains": [
546
+ "custom_1",
547
+ "custom_2",
548
+ ],
549
+ "headers": [{
550
+ "name": "custom_header",
551
+ "header": "custom_header",
552
+ "value": "custom",
553
+ }],
554
+ }],
555
+ },
556
+ ])
557
+ ```
558
+
559
+ ## Import
560
+
561
+ The following command can be used to import a resource not managed by Terraform:
562
+
563
+ bash
564
+
565
+ ```sh
566
+ $ pulumi import scm:index/httpHeaderProfile:HttpHeaderProfile example folder:::id
567
+ ```
568
+
569
+ or
570
+
571
+ bash
572
+
573
+ ```sh
574
+ $ pulumi import scm:index/httpHeaderProfile:HttpHeaderProfile example :snippet::id
575
+ ```
576
+
577
+ or
578
+
579
+ bash
580
+
581
+ ```sh
582
+ $ pulumi import scm:index/httpHeaderProfile:HttpHeaderProfile example ::device:id
583
+ ```
584
+
295
585
  :param str resource_name: The name of the resource.
296
586
  :param HttpHeaderProfileArgs args: The arguments to use to populate this resource's properties.
297
587
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -303,6 +303,32 @@ class HttpServerProfile(pulumi.CustomResource):
303
303
  """
304
304
  HttpServerProfile resource
305
305
 
306
+ ## Import
307
+
308
+ The following command can be used to import a resource not managed by Terraform:
309
+
310
+ bash
311
+
312
+ ```sh
313
+ $ pulumi import scm:index/httpServerProfile:HttpServerProfile example folder:::id
314
+ ```
315
+
316
+ or
317
+
318
+ bash
319
+
320
+ ```sh
321
+ $ pulumi import scm:index/httpServerProfile:HttpServerProfile example :snippet::id
322
+ ```
323
+
324
+ or
325
+
326
+ bash
327
+
328
+ ```sh
329
+ $ pulumi import scm:index/httpServerProfile:HttpServerProfile example ::device:id
330
+ ```
331
+
306
332
  :param str resource_name: The name of the resource.
307
333
  :param pulumi.ResourceOptions opts: Options for the resource.
308
334
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
@@ -326,6 +352,32 @@ class HttpServerProfile(pulumi.CustomResource):
326
352
  """
327
353
  HttpServerProfile resource
328
354
 
355
+ ## Import
356
+
357
+ The following command can be used to import a resource not managed by Terraform:
358
+
359
+ bash
360
+
361
+ ```sh
362
+ $ pulumi import scm:index/httpServerProfile:HttpServerProfile example folder:::id
363
+ ```
364
+
365
+ or
366
+
367
+ bash
368
+
369
+ ```sh
370
+ $ pulumi import scm:index/httpServerProfile:HttpServerProfile example :snippet::id
371
+ ```
372
+
373
+ or
374
+
375
+ bash
376
+
377
+ ```sh
378
+ $ pulumi import scm:index/httpServerProfile:HttpServerProfile example ::device:id
379
+ ```
380
+
329
381
  :param str resource_name: The name of the resource.
330
382
  :param HttpServerProfileArgs args: The arguments to use to populate this resource's properties.
331
383
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -436,7 +488,7 @@ class HttpServerProfile(pulumi.CustomResource):
436
488
 
437
489
  @_builtins.property
438
490
  @pulumi.getter
439
- def format(self) -> pulumi.Output['outputs.HttpServerProfileFormat']:
491
+ def format(self) -> pulumi.Output[Optional['outputs.HttpServerProfileFormat']]:
440
492
  """
441
493
  Format
442
494
  """
@@ -394,6 +394,32 @@ class IkeCryptoProfile(pulumi.CustomResource):
394
394
  authentication_multiple=10)
395
395
  ```
396
396
 
397
+ ## Import
398
+
399
+ The following command can be used to import a resource not managed by Terraform:
400
+
401
+ bash
402
+
403
+ ```sh
404
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example folder:::id
405
+ ```
406
+
407
+ or
408
+
409
+ bash
410
+
411
+ ```sh
412
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example :snippet::id
413
+ ```
414
+
415
+ or
416
+
417
+ bash
418
+
419
+ ```sh
420
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example ::device:id
421
+ ```
422
+
397
423
  :param str resource_name: The name of the resource.
398
424
  :param pulumi.ResourceOptions opts: Options for the resource.
399
425
  :param pulumi.Input[_builtins.int] authentication_multiple: IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled
@@ -447,6 +473,32 @@ class IkeCryptoProfile(pulumi.CustomResource):
447
473
  authentication_multiple=10)
448
474
  ```
449
475
 
476
+ ## Import
477
+
478
+ The following command can be used to import a resource not managed by Terraform:
479
+
480
+ bash
481
+
482
+ ```sh
483
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example folder:::id
484
+ ```
485
+
486
+ or
487
+
488
+ bash
489
+
490
+ ```sh
491
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example :snippet::id
492
+ ```
493
+
494
+ or
495
+
496
+ bash
497
+
498
+ ```sh
499
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example ::device:id
500
+ ```
501
+
450
502
  :param str resource_name: The name of the resource.
451
503
  :param IkeCryptoProfileArgs args: The arguments to use to populate this resource's properties.
452
504
  :param pulumi.ResourceOptions opts: Options for the resource.
pulumi_scm/ike_gateway.py CHANGED
@@ -497,6 +497,32 @@ class IkeGateway(pulumi.CustomResource):
497
497
  })
498
498
  ```
499
499
 
500
+ ## Import
501
+
502
+ The following command can be used to import a resource not managed by Terraform:
503
+
504
+ bash
505
+
506
+ ```sh
507
+ $ pulumi import scm:index/ikeGateway:IkeGateway example folder:::id
508
+ ```
509
+
510
+ or
511
+
512
+ bash
513
+
514
+ ```sh
515
+ $ pulumi import scm:index/ikeGateway:IkeGateway example :snippet::id
516
+ ```
517
+
518
+ or
519
+
520
+ bash
521
+
522
+ ```sh
523
+ $ pulumi import scm:index/ikeGateway:IkeGateway example ::device:id
524
+ ```
525
+
500
526
  :param str resource_name: The name of the resource.
501
527
  :param pulumi.ResourceOptions opts: Options for the resource.
502
528
  :param pulumi.Input[Union['IkeGatewayAuthenticationArgs', 'IkeGatewayAuthenticationArgsDict']] authentication: Authentication
@@ -573,6 +599,32 @@ class IkeGateway(pulumi.CustomResource):
573
599
  })
574
600
  ```
575
601
 
602
+ ## Import
603
+
604
+ The following command can be used to import a resource not managed by Terraform:
605
+
606
+ bash
607
+
608
+ ```sh
609
+ $ pulumi import scm:index/ikeGateway:IkeGateway example folder:::id
610
+ ```
611
+
612
+ or
613
+
614
+ bash
615
+
616
+ ```sh
617
+ $ pulumi import scm:index/ikeGateway:IkeGateway example :snippet::id
618
+ ```
619
+
620
+ or
621
+
622
+ bash
623
+
624
+ ```sh
625
+ $ pulumi import scm:index/ikeGateway:IkeGateway example ::device:id
626
+ ```
627
+
576
628
  :param str resource_name: The name of the resource.
577
629
  :param IkeGatewayArgs args: The arguments to use to populate this resource's properties.
578
630
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -596,6 +596,32 @@ class InterfaceManagementProfile(pulumi.CustomResource):
596
596
  response_pages=False)
597
597
  ```
598
598
 
599
+ ## Import
600
+
601
+ The following command can be used to import a resource not managed by Terraform:
602
+
603
+ bash
604
+
605
+ ```sh
606
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example folder:::id
607
+ ```
608
+
609
+ or
610
+
611
+ bash
612
+
613
+ ```sh
614
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example :snippet::id
615
+ ```
616
+
617
+ or
618
+
619
+ bash
620
+
621
+ ```sh
622
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example ::device:id
623
+ ```
624
+
599
625
  :param str resource_name: The name of the resource.
600
626
  :param pulumi.ResourceOptions opts: Options for the resource.
601
627
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
@@ -656,6 +682,32 @@ class InterfaceManagementProfile(pulumi.CustomResource):
656
682
  response_pages=False)
657
683
  ```
658
684
 
685
+ ## Import
686
+
687
+ The following command can be used to import a resource not managed by Terraform:
688
+
689
+ bash
690
+
691
+ ```sh
692
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example folder:::id
693
+ ```
694
+
695
+ or
696
+
697
+ bash
698
+
699
+ ```sh
700
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example :snippet::id
701
+ ```
702
+
703
+ or
704
+
705
+ bash
706
+
707
+ ```sh
708
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example ::device:id
709
+ ```
710
+
659
711
  :param str resource_name: The name of the resource.
660
712
  :param InterfaceManagementProfileArgs args: The arguments to use to populate this resource's properties.
661
713
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -184,6 +184,32 @@ class InternalDnsServer(pulumi.CustomResource):
184
184
  """
185
185
  InternalDnsServer resource
186
186
 
187
+ ## Import
188
+
189
+ The following command can be used to import a resource not managed by Terraform:
190
+
191
+ bash
192
+
193
+ ```sh
194
+ $ pulumi import scm:index/internalDnsServer:InternalDnsServer example folder:::id
195
+ ```
196
+
197
+ or
198
+
199
+ bash
200
+
201
+ ```sh
202
+ $ pulumi import scm:index/internalDnsServer:InternalDnsServer example :snippet::id
203
+ ```
204
+
205
+ or
206
+
207
+ bash
208
+
209
+ ```sh
210
+ $ pulumi import scm:index/internalDnsServer:InternalDnsServer example ::device:id
211
+ ```
212
+
187
213
  :param str resource_name: The name of the resource.
188
214
  :param pulumi.ResourceOptions opts: Options for the resource.
189
215
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] domain_names: The DNS domain name(s)
@@ -200,6 +226,32 @@ class InternalDnsServer(pulumi.CustomResource):
200
226
  """
201
227
  InternalDnsServer resource
202
228
 
229
+ ## Import
230
+
231
+ The following command can be used to import a resource not managed by Terraform:
232
+
233
+ bash
234
+
235
+ ```sh
236
+ $ pulumi import scm:index/internalDnsServer:InternalDnsServer example folder:::id
237
+ ```
238
+
239
+ or
240
+
241
+ bash
242
+
243
+ ```sh
244
+ $ pulumi import scm:index/internalDnsServer:InternalDnsServer example :snippet::id
245
+ ```
246
+
247
+ or
248
+
249
+ bash
250
+
251
+ ```sh
252
+ $ pulumi import scm:index/internalDnsServer:InternalDnsServer example ::device:id
253
+ ```
254
+
203
255
  :param str resource_name: The name of the resource.
204
256
  :param InternalDnsServerArgs args: The arguments to use to populate this resource's properties.
205
257
  :param pulumi.ResourceOptions opts: Options for the resource.