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
@@ -37,13 +37,12 @@ class IkeCryptoProfileArgs:
37
37
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hashes: Hash
38
38
  :param pulumi.Input[_builtins.int] authentication_multiple: IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled
39
39
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
40
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
40
41
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
41
-
42
42
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
43
43
  :param pulumi.Input['IkeCryptoProfileLifetimeArgs'] lifetime: Ike crypto profile lifetime
44
44
  :param pulumi.Input[_builtins.str] name: Alphanumeric string begin with letter: [0-9a-zA-Z._-]
45
45
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
46
-
47
46
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
48
47
  """
49
48
  pulumi.set(__self__, "dh_groups", dh_groups)
@@ -115,6 +114,7 @@ class IkeCryptoProfileArgs:
115
114
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
116
115
  """
117
116
  The device in which the resource is defined
117
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
118
118
  """
119
119
  return pulumi.get(self, "device")
120
120
 
@@ -127,7 +127,6 @@ class IkeCryptoProfileArgs:
127
127
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
128
128
  """
129
129
  The folder in which the resource is defined
130
-
131
130
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
132
131
  """
133
132
  return pulumi.get(self, "folder")
@@ -165,7 +164,6 @@ class IkeCryptoProfileArgs:
165
164
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
166
165
  """
167
166
  The snippet in which the resource is defined
168
-
169
167
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
170
168
  """
171
169
  return pulumi.get(self, "snippet")
@@ -192,16 +190,15 @@ class _IkeCryptoProfileState:
192
190
  Input properties used for looking up and filtering IkeCryptoProfile resources.
193
191
  :param pulumi.Input[_builtins.int] authentication_multiple: IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled
194
192
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
193
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
195
194
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dh_groups: Dh group
196
195
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] encryptions: Encryption algorithm
197
196
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
198
-
199
197
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
200
198
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hashes: Hash
201
199
  :param pulumi.Input['IkeCryptoProfileLifetimeArgs'] lifetime: Ike crypto profile lifetime
202
200
  :param pulumi.Input[_builtins.str] name: Alphanumeric string begin with letter: [0-9a-zA-Z._-]
203
201
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
204
-
205
202
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
206
203
  """
207
204
  if authentication_multiple is not None:
@@ -242,6 +239,7 @@ class _IkeCryptoProfileState:
242
239
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
243
240
  """
244
241
  The device in which the resource is defined
242
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
245
243
  """
246
244
  return pulumi.get(self, "device")
247
245
 
@@ -278,7 +276,6 @@ class _IkeCryptoProfileState:
278
276
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
279
277
  """
280
278
  The folder in which the resource is defined
281
-
282
279
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
283
280
  """
284
281
  return pulumi.get(self, "folder")
@@ -328,7 +325,6 @@ class _IkeCryptoProfileState:
328
325
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
329
326
  """
330
327
  The snippet in which the resource is defined
331
-
332
328
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
333
329
  """
334
330
  return pulumi.get(self, "snippet")
@@ -394,20 +390,45 @@ class IkeCryptoProfile(pulumi.CustomResource):
394
390
  authentication_multiple=10)
395
391
  ```
396
392
 
393
+ ## Import
394
+
395
+ The following command can be used to import a resource not managed by Terraform:
396
+
397
+ bash
398
+
399
+ ```sh
400
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example folder:::id
401
+ ```
402
+
403
+ or
404
+
405
+ bash
406
+
407
+ ```sh
408
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example :snippet::id
409
+ ```
410
+
411
+ or
412
+
413
+ bash
414
+
415
+ ```sh
416
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example ::device:id
417
+ ```
418
+
397
419
  :param str resource_name: The name of the resource.
398
420
  :param pulumi.ResourceOptions opts: Options for the resource.
399
421
  :param pulumi.Input[_builtins.int] authentication_multiple: IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled
400
422
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
423
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
401
424
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dh_groups: Dh group
402
425
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] encryptions: Encryption algorithm
403
426
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
404
-
405
427
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
406
428
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hashes: Hash
407
429
  :param pulumi.Input[Union['IkeCryptoProfileLifetimeArgs', 'IkeCryptoProfileLifetimeArgsDict']] lifetime: Ike crypto profile lifetime
408
430
  :param pulumi.Input[_builtins.str] name: Alphanumeric string begin with letter: [0-9a-zA-Z._-]
409
431
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
410
-
411
432
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
412
433
  """
413
434
  ...
@@ -447,6 +468,32 @@ class IkeCryptoProfile(pulumi.CustomResource):
447
468
  authentication_multiple=10)
448
469
  ```
449
470
 
471
+ ## Import
472
+
473
+ The following command can be used to import a resource not managed by Terraform:
474
+
475
+ bash
476
+
477
+ ```sh
478
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example folder:::id
479
+ ```
480
+
481
+ or
482
+
483
+ bash
484
+
485
+ ```sh
486
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example :snippet::id
487
+ ```
488
+
489
+ or
490
+
491
+ bash
492
+
493
+ ```sh
494
+ $ pulumi import scm:index/ikeCryptoProfile:IkeCryptoProfile example ::device:id
495
+ ```
496
+
450
497
  :param str resource_name: The name of the resource.
451
498
  :param IkeCryptoProfileArgs args: The arguments to use to populate this resource's properties.
452
499
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -525,16 +572,15 @@ class IkeCryptoProfile(pulumi.CustomResource):
525
572
  :param pulumi.ResourceOptions opts: Options for the resource.
526
573
  :param pulumi.Input[_builtins.int] authentication_multiple: IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled
527
574
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
575
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
528
576
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] dh_groups: Dh group
529
577
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] encryptions: Encryption algorithm
530
578
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
531
-
532
579
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
533
580
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hashes: Hash
534
581
  :param pulumi.Input[Union['IkeCryptoProfileLifetimeArgs', 'IkeCryptoProfileLifetimeArgsDict']] lifetime: Ike crypto profile lifetime
535
582
  :param pulumi.Input[_builtins.str] name: Alphanumeric string begin with letter: [0-9a-zA-Z._-]
536
583
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
537
-
538
584
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
539
585
  """
540
586
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -566,6 +612,7 @@ class IkeCryptoProfile(pulumi.CustomResource):
566
612
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
567
613
  """
568
614
  The device in which the resource is defined
615
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
569
616
  """
570
617
  return pulumi.get(self, "device")
571
618
 
@@ -590,7 +637,6 @@ class IkeCryptoProfile(pulumi.CustomResource):
590
637
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
591
638
  """
592
639
  The folder in which the resource is defined
593
-
594
640
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
595
641
  """
596
642
  return pulumi.get(self, "folder")
@@ -624,7 +670,6 @@ class IkeCryptoProfile(pulumi.CustomResource):
624
670
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
625
671
  """
626
672
  The snippet in which the resource is defined
627
-
628
673
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
629
674
  """
630
675
  return pulumi.get(self, "snippet")
pulumi_scm/ike_gateway.py CHANGED
@@ -38,8 +38,8 @@ class IkeGatewayArgs:
38
38
  :param pulumi.Input['IkeGatewayPeerAddressArgs'] peer_address: Peer address
39
39
  :param pulumi.Input['IkeGatewayProtocolArgs'] protocol: Protocol
40
40
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
41
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
41
42
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
42
-
43
43
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
44
44
  :param pulumi.Input['IkeGatewayLocalAddressArgs'] local_address: Local address
45
45
  :param pulumi.Input['IkeGatewayLocalIdArgs'] local_id: Local id
@@ -47,7 +47,6 @@ class IkeGatewayArgs:
47
47
  :param pulumi.Input['IkeGatewayPeerIdArgs'] peer_id: Peer id
48
48
  :param pulumi.Input['IkeGatewayProtocolCommonArgs'] protocol_common: Protocol common
49
49
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
50
-
51
50
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
52
51
  """
53
52
  pulumi.set(__self__, "authentication", authentication)
@@ -111,6 +110,7 @@ class IkeGatewayArgs:
111
110
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
112
111
  """
113
112
  The device in which the resource is defined
113
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
114
114
  """
115
115
  return pulumi.get(self, "device")
116
116
 
@@ -123,7 +123,6 @@ class IkeGatewayArgs:
123
123
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
124
124
  """
125
125
  The folder in which the resource is defined
126
-
127
126
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
128
127
  """
129
128
  return pulumi.get(self, "folder")
@@ -197,7 +196,6 @@ class IkeGatewayArgs:
197
196
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
198
197
  """
199
198
  The snippet in which the resource is defined
200
-
201
199
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
202
200
  """
203
201
  return pulumi.get(self, "snippet")
@@ -227,9 +225,9 @@ class _IkeGatewayState:
227
225
  Input properties used for looking up and filtering IkeGateway resources.
228
226
  :param pulumi.Input['IkeGatewayAuthenticationArgs'] authentication: Authentication
229
227
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
228
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
230
229
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
231
230
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
232
-
233
231
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
234
232
  :param pulumi.Input['IkeGatewayLocalAddressArgs'] local_address: Local address
235
233
  :param pulumi.Input['IkeGatewayLocalIdArgs'] local_id: Local id
@@ -239,7 +237,6 @@ class _IkeGatewayState:
239
237
  :param pulumi.Input['IkeGatewayProtocolArgs'] protocol: Protocol
240
238
  :param pulumi.Input['IkeGatewayProtocolCommonArgs'] protocol_common: Protocol common
241
239
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
242
-
243
240
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
244
241
  """
245
242
  if authentication is not None:
@@ -286,6 +283,7 @@ class _IkeGatewayState:
286
283
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
287
284
  """
288
285
  The device in which the resource is defined
286
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
289
287
  """
290
288
  return pulumi.get(self, "device")
291
289
 
@@ -310,7 +308,6 @@ class _IkeGatewayState:
310
308
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
311
309
  """
312
310
  The folder in which the resource is defined
313
-
314
311
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
315
312
  """
316
313
  return pulumi.get(self, "folder")
@@ -408,7 +405,6 @@ class _IkeGatewayState:
408
405
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
409
406
  """
410
407
  The snippet in which the resource is defined
411
-
412
408
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
413
409
  """
414
410
  return pulumi.get(self, "snippet")
@@ -497,12 +493,38 @@ class IkeGateway(pulumi.CustomResource):
497
493
  })
498
494
  ```
499
495
 
496
+ ## Import
497
+
498
+ The following command can be used to import a resource not managed by Terraform:
499
+
500
+ bash
501
+
502
+ ```sh
503
+ $ pulumi import scm:index/ikeGateway:IkeGateway example folder:::id
504
+ ```
505
+
506
+ or
507
+
508
+ bash
509
+
510
+ ```sh
511
+ $ pulumi import scm:index/ikeGateway:IkeGateway example :snippet::id
512
+ ```
513
+
514
+ or
515
+
516
+ bash
517
+
518
+ ```sh
519
+ $ pulumi import scm:index/ikeGateway:IkeGateway example ::device:id
520
+ ```
521
+
500
522
  :param str resource_name: The name of the resource.
501
523
  :param pulumi.ResourceOptions opts: Options for the resource.
502
524
  :param pulumi.Input[Union['IkeGatewayAuthenticationArgs', 'IkeGatewayAuthenticationArgsDict']] authentication: Authentication
503
525
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
526
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
504
527
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
505
-
506
528
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
507
529
  :param pulumi.Input[Union['IkeGatewayLocalAddressArgs', 'IkeGatewayLocalAddressArgsDict']] local_address: Local address
508
530
  :param pulumi.Input[Union['IkeGatewayLocalIdArgs', 'IkeGatewayLocalIdArgsDict']] local_id: Local id
@@ -512,7 +534,6 @@ class IkeGateway(pulumi.CustomResource):
512
534
  :param pulumi.Input[Union['IkeGatewayProtocolArgs', 'IkeGatewayProtocolArgsDict']] protocol: Protocol
513
535
  :param pulumi.Input[Union['IkeGatewayProtocolCommonArgs', 'IkeGatewayProtocolCommonArgsDict']] protocol_common: Protocol common
514
536
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
515
-
516
537
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
517
538
  """
518
539
  ...
@@ -573,6 +594,32 @@ class IkeGateway(pulumi.CustomResource):
573
594
  })
574
595
  ```
575
596
 
597
+ ## Import
598
+
599
+ The following command can be used to import a resource not managed by Terraform:
600
+
601
+ bash
602
+
603
+ ```sh
604
+ $ pulumi import scm:index/ikeGateway:IkeGateway example folder:::id
605
+ ```
606
+
607
+ or
608
+
609
+ bash
610
+
611
+ ```sh
612
+ $ pulumi import scm:index/ikeGateway:IkeGateway example :snippet::id
613
+ ```
614
+
615
+ or
616
+
617
+ bash
618
+
619
+ ```sh
620
+ $ pulumi import scm:index/ikeGateway:IkeGateway example ::device:id
621
+ ```
622
+
576
623
  :param str resource_name: The name of the resource.
577
624
  :param IkeGatewayArgs args: The arguments to use to populate this resource's properties.
578
625
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -661,9 +708,9 @@ class IkeGateway(pulumi.CustomResource):
661
708
  :param pulumi.ResourceOptions opts: Options for the resource.
662
709
  :param pulumi.Input[Union['IkeGatewayAuthenticationArgs', 'IkeGatewayAuthenticationArgsDict']] authentication: Authentication
663
710
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
711
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
664
712
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] encrypted_values: Map of sensitive values returned from the API.
665
713
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
666
-
667
714
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
668
715
  :param pulumi.Input[Union['IkeGatewayLocalAddressArgs', 'IkeGatewayLocalAddressArgsDict']] local_address: Local address
669
716
  :param pulumi.Input[Union['IkeGatewayLocalIdArgs', 'IkeGatewayLocalIdArgsDict']] local_id: Local id
@@ -673,7 +720,6 @@ class IkeGateway(pulumi.CustomResource):
673
720
  :param pulumi.Input[Union['IkeGatewayProtocolArgs', 'IkeGatewayProtocolArgsDict']] protocol: Protocol
674
721
  :param pulumi.Input[Union['IkeGatewayProtocolCommonArgs', 'IkeGatewayProtocolCommonArgsDict']] protocol_common: Protocol common
675
722
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
676
-
677
723
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
678
724
  """
679
725
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -708,6 +754,7 @@ class IkeGateway(pulumi.CustomResource):
708
754
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
709
755
  """
710
756
  The device in which the resource is defined
757
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
711
758
  """
712
759
  return pulumi.get(self, "device")
713
760
 
@@ -724,7 +771,6 @@ class IkeGateway(pulumi.CustomResource):
724
771
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
725
772
  """
726
773
  The folder in which the resource is defined
727
-
728
774
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
729
775
  """
730
776
  return pulumi.get(self, "folder")
@@ -790,7 +836,6 @@ class IkeGateway(pulumi.CustomResource):
790
836
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
791
837
  """
792
838
  The snippet in which the resource is defined
793
-
794
839
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
795
840
  """
796
841
  return pulumi.get(self, "snippet")
@@ -39,8 +39,8 @@ class InterfaceManagementProfileArgs:
39
39
  """
40
40
  The set of arguments for constructing a InterfaceManagementProfile resource.
41
41
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
42
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
42
43
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
43
-
44
44
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
45
45
  :param pulumi.Input[_builtins.bool] http: Allow HTTP?
46
46
  :param pulumi.Input[_builtins.bool] http_ocsp: Allow HTTP OCSP?
@@ -50,7 +50,6 @@ class InterfaceManagementProfileArgs:
50
50
  :param pulumi.Input[_builtins.bool] ping: Allow ping?
51
51
  :param pulumi.Input[_builtins.bool] response_pages: Allow response pages?
52
52
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
53
-
54
53
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
55
54
  :param pulumi.Input[_builtins.bool] ssh: Allow SSH?
56
55
  :param pulumi.Input[_builtins.bool] telnet: Allow telnet? Seriously, why would you do this?!?
@@ -94,6 +93,7 @@ class InterfaceManagementProfileArgs:
94
93
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
95
94
  """
96
95
  The device in which the resource is defined
96
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
97
97
  """
98
98
  return pulumi.get(self, "device")
99
99
 
@@ -106,7 +106,6 @@ class InterfaceManagementProfileArgs:
106
106
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
107
107
  """
108
108
  The folder in which the resource is defined
109
-
110
109
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
111
110
  """
112
111
  return pulumi.get(self, "folder")
@@ -204,7 +203,6 @@ class InterfaceManagementProfileArgs:
204
203
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
205
204
  """
206
205
  The snippet in which the resource is defined
207
-
208
206
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
209
207
  """
210
208
  return pulumi.get(self, "snippet")
@@ -296,8 +294,8 @@ class _InterfaceManagementProfileState:
296
294
  """
297
295
  Input properties used for looking up and filtering InterfaceManagementProfile resources.
298
296
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
297
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
299
298
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
300
-
301
299
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
302
300
  :param pulumi.Input[_builtins.bool] http: Allow HTTP?
303
301
  :param pulumi.Input[_builtins.bool] http_ocsp: Allow HTTP OCSP?
@@ -307,7 +305,6 @@ class _InterfaceManagementProfileState:
307
305
  :param pulumi.Input[_builtins.bool] ping: Allow ping?
308
306
  :param pulumi.Input[_builtins.bool] response_pages: Allow response pages?
309
307
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
310
-
311
308
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
312
309
  :param pulumi.Input[_builtins.bool] ssh: Allow SSH?
313
310
  :param pulumi.Input[_builtins.bool] telnet: Allow telnet? Seriously, why would you do this?!?
@@ -353,6 +350,7 @@ class _InterfaceManagementProfileState:
353
350
  def device(self) -> Optional[pulumi.Input[_builtins.str]]:
354
351
  """
355
352
  The device in which the resource is defined
353
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
356
354
  """
357
355
  return pulumi.get(self, "device")
358
356
 
@@ -365,7 +363,6 @@ class _InterfaceManagementProfileState:
365
363
  def folder(self) -> Optional[pulumi.Input[_builtins.str]]:
366
364
  """
367
365
  The folder in which the resource is defined
368
-
369
366
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
370
367
  """
371
368
  return pulumi.get(self, "folder")
@@ -463,7 +460,6 @@ class _InterfaceManagementProfileState:
463
460
  def snippet(self) -> Optional[pulumi.Input[_builtins.str]]:
464
461
  """
465
462
  The snippet in which the resource is defined
466
-
467
463
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
468
464
  """
469
465
  return pulumi.get(self, "snippet")
@@ -596,11 +592,37 @@ class InterfaceManagementProfile(pulumi.CustomResource):
596
592
  response_pages=False)
597
593
  ```
598
594
 
595
+ ## Import
596
+
597
+ The following command can be used to import a resource not managed by Terraform:
598
+
599
+ bash
600
+
601
+ ```sh
602
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example folder:::id
603
+ ```
604
+
605
+ or
606
+
607
+ bash
608
+
609
+ ```sh
610
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example :snippet::id
611
+ ```
612
+
613
+ or
614
+
615
+ bash
616
+
617
+ ```sh
618
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example ::device:id
619
+ ```
620
+
599
621
  :param str resource_name: The name of the resource.
600
622
  :param pulumi.ResourceOptions opts: Options for the resource.
601
623
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
624
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
602
625
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
603
-
604
626
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
605
627
  :param pulumi.Input[_builtins.bool] http: Allow HTTP?
606
628
  :param pulumi.Input[_builtins.bool] http_ocsp: Allow HTTP OCSP?
@@ -610,7 +632,6 @@ class InterfaceManagementProfile(pulumi.CustomResource):
610
632
  :param pulumi.Input[_builtins.bool] ping: Allow ping?
611
633
  :param pulumi.Input[_builtins.bool] response_pages: Allow response pages?
612
634
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
613
-
614
635
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
615
636
  :param pulumi.Input[_builtins.bool] ssh: Allow SSH?
616
637
  :param pulumi.Input[_builtins.bool] telnet: Allow telnet? Seriously, why would you do this?!?
@@ -656,6 +677,32 @@ class InterfaceManagementProfile(pulumi.CustomResource):
656
677
  response_pages=False)
657
678
  ```
658
679
 
680
+ ## Import
681
+
682
+ The following command can be used to import a resource not managed by Terraform:
683
+
684
+ bash
685
+
686
+ ```sh
687
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example folder:::id
688
+ ```
689
+
690
+ or
691
+
692
+ bash
693
+
694
+ ```sh
695
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example :snippet::id
696
+ ```
697
+
698
+ or
699
+
700
+ bash
701
+
702
+ ```sh
703
+ $ pulumi import scm:index/interfaceManagementProfile:InterfaceManagementProfile example ::device:id
704
+ ```
705
+
659
706
  :param str resource_name: The name of the resource.
660
707
  :param InterfaceManagementProfileArgs args: The arguments to use to populate this resource's properties.
661
708
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -745,8 +792,8 @@ class InterfaceManagementProfile(pulumi.CustomResource):
745
792
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
746
793
  :param pulumi.ResourceOptions opts: Options for the resource.
747
794
  :param pulumi.Input[_builtins.str] device: The device in which the resource is defined
795
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
748
796
  :param pulumi.Input[_builtins.str] folder: The folder in which the resource is defined
749
-
750
797
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
751
798
  :param pulumi.Input[_builtins.bool] http: Allow HTTP?
752
799
  :param pulumi.Input[_builtins.bool] http_ocsp: Allow HTTP OCSP?
@@ -756,7 +803,6 @@ class InterfaceManagementProfile(pulumi.CustomResource):
756
803
  :param pulumi.Input[_builtins.bool] ping: Allow ping?
757
804
  :param pulumi.Input[_builtins.bool] response_pages: Allow response pages?
758
805
  :param pulumi.Input[_builtins.str] snippet: The snippet in which the resource is defined
759
-
760
806
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
761
807
  :param pulumi.Input[_builtins.bool] ssh: Allow SSH?
762
808
  :param pulumi.Input[_builtins.bool] telnet: Allow telnet? Seriously, why would you do this?!?
@@ -791,6 +837,7 @@ class InterfaceManagementProfile(pulumi.CustomResource):
791
837
  def device(self) -> pulumi.Output[Optional[_builtins.str]]:
792
838
  """
793
839
  The device in which the resource is defined
840
+ > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
794
841
  """
795
842
  return pulumi.get(self, "device")
796
843
 
@@ -799,7 +846,6 @@ class InterfaceManagementProfile(pulumi.CustomResource):
799
846
  def folder(self) -> pulumi.Output[Optional[_builtins.str]]:
800
847
  """
801
848
  The folder in which the resource is defined
802
-
803
849
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
804
850
  """
805
851
  return pulumi.get(self, "folder")
@@ -865,7 +911,6 @@ class InterfaceManagementProfile(pulumi.CustomResource):
865
911
  def snippet(self) -> pulumi.Output[Optional[_builtins.str]]:
866
912
  """
867
913
  The snippet in which the resource is defined
868
-
869
914
  > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
870
915
  """
871
916
  return pulumi.get(self, "snippet")
@@ -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.