pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__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 (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -847,7 +847,7 @@ class TargetAssetCompatibilityMessageArgs:
847
847
  severity: Optional[pulumi.Input[str]] = None):
848
848
  """
849
849
  :param pulumi.Input[str] message: Detailed description of the compatibility issue.
850
- :param pulumi.Input[str] name: (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
850
+ :param pulumi.Input[str] name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
851
851
  :param pulumi.Input[str] severity: Severity level of the compatibility issue.
852
852
  """
853
853
  if message is not None:
@@ -873,7 +873,7 @@ class TargetAssetCompatibilityMessageArgs:
873
873
  @pulumi.getter
874
874
  def name(self) -> Optional[pulumi.Input[str]]:
875
875
  """
876
- (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
876
+ The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
877
877
  """
878
878
  return pulumi.get(self, "name")
879
879
 
@@ -1386,11 +1386,11 @@ class TargetAssetMigrationAssetArgs:
1386
1386
  time_updated: Optional[pulumi.Input[str]] = None,
1387
1387
  type: Optional[pulumi.Input[str]] = None):
1388
1388
  """
1389
- :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1390
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment.
1389
+ :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1390
+ :param pulumi.Input[str] compartment_id: The OCID of the compartment.
1391
1391
  :param pulumi.Input[Sequence[pulumi.Input[str]]] depended_on_bies: List of migration assets that depend on the asset.
1392
1392
  :param pulumi.Input[Sequence[pulumi.Input[str]]] depends_ons: List of migration assets that depends on the asset.
1393
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1393
+ :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1394
1394
  :param pulumi.Input[str] id: Asset ID generated by mirgration service. It is used in the mirgration service pipeline.
1395
1395
  :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
1396
1396
  :param pulumi.Input[str] migration_id: OCID of the associated migration.
@@ -1406,7 +1406,7 @@ class TargetAssetMigrationAssetArgs:
1406
1406
  :param pulumi.Input[str] tenancy_id: Tenancy identifier
1407
1407
  :param pulumi.Input[str] time_created: The time when the target asset was created. An RFC3339 formatted datetime string.
1408
1408
  :param pulumi.Input[str] time_updated: The time when the target asset was updated. An RFC3339 formatted datetime string.
1409
- :param pulumi.Input[str] type: (Updatable) The type of action to run when the instance is interrupted for eviction.
1409
+ :param pulumi.Input[str] type: (Updatable) The type of target asset.
1410
1410
  """
1411
1411
  if availability_domain is not None:
1412
1412
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -1455,7 +1455,7 @@ class TargetAssetMigrationAssetArgs:
1455
1455
  @pulumi.getter(name="availabilityDomain")
1456
1456
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
1457
1457
  """
1458
- (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1458
+ The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1459
1459
  """
1460
1460
  return pulumi.get(self, "availability_domain")
1461
1461
 
@@ -1467,7 +1467,7 @@ class TargetAssetMigrationAssetArgs:
1467
1467
  @pulumi.getter(name="compartmentId")
1468
1468
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
1469
1469
  """
1470
- (Updatable) The OCID of the compartment.
1470
+ The OCID of the compartment.
1471
1471
  """
1472
1472
  return pulumi.get(self, "compartment_id")
1473
1473
 
@@ -1503,7 +1503,7 @@ class TargetAssetMigrationAssetArgs:
1503
1503
  @pulumi.getter(name="displayName")
1504
1504
  def display_name(self) -> Optional[pulumi.Input[str]]:
1505
1505
  """
1506
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1506
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1507
1507
  """
1508
1508
  return pulumi.get(self, "display_name")
1509
1509
 
@@ -1695,7 +1695,7 @@ class TargetAssetMigrationAssetArgs:
1695
1695
  @pulumi.getter
1696
1696
  def type(self) -> Optional[pulumi.Input[str]]:
1697
1697
  """
1698
- (Updatable) The type of action to run when the instance is interrupted for eviction.
1698
+ (Updatable) The type of target asset.
1699
1699
  """
1700
1700
  return pulumi.get(self, "type")
1701
1701
 
@@ -1726,48 +1726,23 @@ class TargetAssetRecommendedSpecArgs:
1726
1726
  shape_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecShapeConfigArgs']]]] = None,
1727
1727
  source_details: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecSourceDetailArgs']]]] = None):
1728
1728
  """
1729
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigArgs']]] agent_configs: (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
1730
- :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1731
- :param pulumi.Input[str] capacity_reservation_id: (Updatable) The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
1732
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment.
1733
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecCreateVnicDetailArgs']]] create_vnic_details: (Updatable) Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
1734
- :param pulumi.Input[str] dedicated_vm_host_id: (Updatable) The OCID of the dedicated VM host.
1735
- :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1736
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1737
- :param pulumi.Input[str] fault_domain: (Updatable) A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
1738
-
1739
- If you do not specify the fault domain, the system selects one for you.
1740
-
1741
- To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
1742
-
1743
- Example: `FAULT-DOMAIN-1`
1744
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
1745
- :param pulumi.Input[str] hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
1746
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecInstanceOptionArgs']]] instance_options: (Updatable) Optional mutable instance options
1747
- :param pulumi.Input[str] ipxe_script: (Updatable) This is an advanced option.
1748
-
1749
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
1750
-
1751
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
1752
-
1753
- By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
1754
-
1755
- If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
1756
-
1757
- For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
1758
-
1759
- For more information about iPXE, see http://ipxe.org.
1760
- :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
1761
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs']]] preemptible_instance_configs: (Updatable) Configuration options for preemptible instances.
1762
- :param pulumi.Input[str] shape: (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
1763
-
1764
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
1765
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecShapeConfigArgs']]] shape_configs: (Updatable) The shape configuration requested for the instance.
1766
-
1767
- If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
1768
-
1769
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
1770
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecSourceDetailArgs']]] source_details: (Updatable)
1729
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigArgs']]] agent_configs: Configuration options for the Oracle Cloud Agent software running on the instance.
1730
+ :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1731
+ :param pulumi.Input[str] capacity_reservation_id: The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
1732
+ :param pulumi.Input[str] compartment_id: The OCID of the compartment.
1733
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecCreateVnicDetailArgs']]] create_vnic_details: Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
1734
+ :param pulumi.Input[str] dedicated_vm_host_id: The OCID of the dedicated VM host.
1735
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1736
+ :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1737
+ :param pulumi.Input[str] fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
1738
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
1739
+ :param pulumi.Input[str] hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
1740
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecInstanceOptionArgs']]] instance_options: Optional mutable instance options
1741
+ :param pulumi.Input[str] ipxe_script: This is an advanced option.
1742
+ :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
1743
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs']]] preemptible_instance_configs: Configuration options for preemptible instances.
1744
+ :param pulumi.Input[str] shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
1745
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecShapeConfigArgs']]] shape_configs: The shape configuration requested for the instance.
1771
1746
  """
1772
1747
  if agent_configs is not None:
1773
1748
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -1810,7 +1785,7 @@ class TargetAssetRecommendedSpecArgs:
1810
1785
  @pulumi.getter(name="agentConfigs")
1811
1786
  def agent_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigArgs']]]]:
1812
1787
  """
1813
- (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
1788
+ Configuration options for the Oracle Cloud Agent software running on the instance.
1814
1789
  """
1815
1790
  return pulumi.get(self, "agent_configs")
1816
1791
 
@@ -1822,7 +1797,7 @@ class TargetAssetRecommendedSpecArgs:
1822
1797
  @pulumi.getter(name="availabilityDomain")
1823
1798
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
1824
1799
  """
1825
- (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1800
+ The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1826
1801
  """
1827
1802
  return pulumi.get(self, "availability_domain")
1828
1803
 
@@ -1834,7 +1809,7 @@ class TargetAssetRecommendedSpecArgs:
1834
1809
  @pulumi.getter(name="capacityReservationId")
1835
1810
  def capacity_reservation_id(self) -> Optional[pulumi.Input[str]]:
1836
1811
  """
1837
- (Updatable) The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
1812
+ The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
1838
1813
  """
1839
1814
  return pulumi.get(self, "capacity_reservation_id")
1840
1815
 
@@ -1846,7 +1821,7 @@ class TargetAssetRecommendedSpecArgs:
1846
1821
  @pulumi.getter(name="compartmentId")
1847
1822
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
1848
1823
  """
1849
- (Updatable) The OCID of the compartment.
1824
+ The OCID of the compartment.
1850
1825
  """
1851
1826
  return pulumi.get(self, "compartment_id")
1852
1827
 
@@ -1858,7 +1833,7 @@ class TargetAssetRecommendedSpecArgs:
1858
1833
  @pulumi.getter(name="createVnicDetails")
1859
1834
  def create_vnic_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecCreateVnicDetailArgs']]]]:
1860
1835
  """
1861
- (Updatable) Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
1836
+ Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
1862
1837
  """
1863
1838
  return pulumi.get(self, "create_vnic_details")
1864
1839
 
@@ -1870,7 +1845,7 @@ class TargetAssetRecommendedSpecArgs:
1870
1845
  @pulumi.getter(name="dedicatedVmHostId")
1871
1846
  def dedicated_vm_host_id(self) -> Optional[pulumi.Input[str]]:
1872
1847
  """
1873
- (Updatable) The OCID of the dedicated VM host.
1848
+ The OCID of the dedicated VM host.
1874
1849
  """
1875
1850
  return pulumi.get(self, "dedicated_vm_host_id")
1876
1851
 
@@ -1882,7 +1857,7 @@ class TargetAssetRecommendedSpecArgs:
1882
1857
  @pulumi.getter(name="definedTags")
1883
1858
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
1884
1859
  """
1885
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1860
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1886
1861
  """
1887
1862
  return pulumi.get(self, "defined_tags")
1888
1863
 
@@ -1894,7 +1869,7 @@ class TargetAssetRecommendedSpecArgs:
1894
1869
  @pulumi.getter(name="displayName")
1895
1870
  def display_name(self) -> Optional[pulumi.Input[str]]:
1896
1871
  """
1897
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1872
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1898
1873
  """
1899
1874
  return pulumi.get(self, "display_name")
1900
1875
 
@@ -1906,13 +1881,7 @@ class TargetAssetRecommendedSpecArgs:
1906
1881
  @pulumi.getter(name="faultDomain")
1907
1882
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
1908
1883
  """
1909
- (Updatable) A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
1910
-
1911
- If you do not specify the fault domain, the system selects one for you.
1912
-
1913
- To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
1914
-
1915
- Example: `FAULT-DOMAIN-1`
1884
+ A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
1916
1885
  """
1917
1886
  return pulumi.get(self, "fault_domain")
1918
1887
 
@@ -1924,7 +1893,7 @@ class TargetAssetRecommendedSpecArgs:
1924
1893
  @pulumi.getter(name="freeformTags")
1925
1894
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
1926
1895
  """
1927
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
1896
+ Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
1928
1897
  """
1929
1898
  return pulumi.get(self, "freeform_tags")
1930
1899
 
@@ -1936,7 +1905,7 @@ class TargetAssetRecommendedSpecArgs:
1936
1905
  @pulumi.getter(name="hostnameLabel")
1937
1906
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
1938
1907
  """
1939
- (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
1908
+ Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
1940
1909
  """
1941
1910
  return pulumi.get(self, "hostname_label")
1942
1911
 
@@ -1948,7 +1917,7 @@ class TargetAssetRecommendedSpecArgs:
1948
1917
  @pulumi.getter(name="instanceOptions")
1949
1918
  def instance_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecInstanceOptionArgs']]]]:
1950
1919
  """
1951
- (Updatable) Optional mutable instance options
1920
+ Optional mutable instance options
1952
1921
  """
1953
1922
  return pulumi.get(self, "instance_options")
1954
1923
 
@@ -1960,19 +1929,7 @@ class TargetAssetRecommendedSpecArgs:
1960
1929
  @pulumi.getter(name="ipxeScript")
1961
1930
  def ipxe_script(self) -> Optional[pulumi.Input[str]]:
1962
1931
  """
1963
- (Updatable) This is an advanced option.
1964
-
1965
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
1966
-
1967
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
1968
-
1969
- By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
1970
-
1971
- If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
1972
-
1973
- For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
1974
-
1975
- For more information about iPXE, see http://ipxe.org.
1932
+ This is an advanced option.
1976
1933
  """
1977
1934
  return pulumi.get(self, "ipxe_script")
1978
1935
 
@@ -1984,7 +1941,7 @@ class TargetAssetRecommendedSpecArgs:
1984
1941
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
1985
1942
  def is_pv_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
1986
1943
  """
1987
- (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
1944
+ Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
1988
1945
  """
1989
1946
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
1990
1947
 
@@ -1996,7 +1953,7 @@ class TargetAssetRecommendedSpecArgs:
1996
1953
  @pulumi.getter(name="preemptibleInstanceConfigs")
1997
1954
  def preemptible_instance_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs']]]]:
1998
1955
  """
1999
- (Updatable) Configuration options for preemptible instances.
1956
+ Configuration options for preemptible instances.
2000
1957
  """
2001
1958
  return pulumi.get(self, "preemptible_instance_configs")
2002
1959
 
@@ -2008,9 +1965,7 @@ class TargetAssetRecommendedSpecArgs:
2008
1965
  @pulumi.getter
2009
1966
  def shape(self) -> Optional[pulumi.Input[str]]:
2010
1967
  """
2011
- (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2012
-
2013
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
1968
+ The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2014
1969
  """
2015
1970
  return pulumi.get(self, "shape")
2016
1971
 
@@ -2022,11 +1977,7 @@ class TargetAssetRecommendedSpecArgs:
2022
1977
  @pulumi.getter(name="shapeConfigs")
2023
1978
  def shape_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecShapeConfigArgs']]]]:
2024
1979
  """
2025
- (Updatable) The shape configuration requested for the instance.
2026
-
2027
- If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
2028
-
2029
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
1980
+ The shape configuration requested for the instance.
2030
1981
  """
2031
1982
  return pulumi.get(self, "shape_configs")
2032
1983
 
@@ -2037,9 +1988,6 @@ class TargetAssetRecommendedSpecArgs:
2037
1988
  @property
2038
1989
  @pulumi.getter(name="sourceDetails")
2039
1990
  def source_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecSourceDetailArgs']]]]:
2040
- """
2041
- (Updatable)
2042
- """
2043
1991
  return pulumi.get(self, "source_details")
2044
1992
 
2045
1993
  @source_details.setter
@@ -2055,24 +2003,10 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2055
2003
  is_monitoring_disabled: Optional[pulumi.Input[bool]] = None,
2056
2004
  plugins_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs']]]] = None):
2057
2005
  """
2058
- :param pulumi.Input[bool] are_all_plugins_disabled: (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2059
-
2060
- To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2061
- :param pulumi.Input[bool] is_management_disabled: (Updatable) Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2062
-
2063
- These are the management plugins: OS Management Service Agent and Compute instance run command.
2064
-
2065
- The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
2066
- * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
2067
- * If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
2068
- :param pulumi.Input[bool] is_monitoring_disabled: (Updatable) Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
2069
-
2070
- These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
2071
-
2072
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
2073
- * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
2074
- * If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
2075
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs']]] plugins_configs: (Updatable) The configuration of plugins associated with this instance.
2006
+ :param pulumi.Input[bool] are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2007
+ :param pulumi.Input[bool] is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2008
+ :param pulumi.Input[bool] is_monitoring_disabled: Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
2009
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs']]] plugins_configs: The configuration of plugins associated with this instance.
2076
2010
  """
2077
2011
  if are_all_plugins_disabled is not None:
2078
2012
  pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
@@ -2087,9 +2021,7 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2087
2021
  @pulumi.getter(name="areAllPluginsDisabled")
2088
2022
  def are_all_plugins_disabled(self) -> Optional[pulumi.Input[bool]]:
2089
2023
  """
2090
- (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2091
-
2092
- To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2024
+ Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2093
2025
  """
2094
2026
  return pulumi.get(self, "are_all_plugins_disabled")
2095
2027
 
@@ -2101,13 +2033,7 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2101
2033
  @pulumi.getter(name="isManagementDisabled")
2102
2034
  def is_management_disabled(self) -> Optional[pulumi.Input[bool]]:
2103
2035
  """
2104
- (Updatable) Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2105
-
2106
- These are the management plugins: OS Management Service Agent and Compute instance run command.
2107
-
2108
- The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
2109
- * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
2110
- * If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
2036
+ Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2111
2037
  """
2112
2038
  return pulumi.get(self, "is_management_disabled")
2113
2039
 
@@ -2119,13 +2045,7 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2119
2045
  @pulumi.getter(name="isMonitoringDisabled")
2120
2046
  def is_monitoring_disabled(self) -> Optional[pulumi.Input[bool]]:
2121
2047
  """
2122
- (Updatable) Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
2123
-
2124
- These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
2125
-
2126
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
2127
- * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
2128
- * If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
2048
+ Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
2129
2049
  """
2130
2050
  return pulumi.get(self, "is_monitoring_disabled")
2131
2051
 
@@ -2137,7 +2057,7 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2137
2057
  @pulumi.getter(name="pluginsConfigs")
2138
2058
  def plugins_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs']]]]:
2139
2059
  """
2140
- (Updatable) The configuration of plugins associated with this instance.
2060
+ The configuration of plugins associated with this instance.
2141
2061
  """
2142
2062
  return pulumi.get(self, "plugins_configs")
2143
2063
 
@@ -2152,10 +2072,8 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs:
2152
2072
  desired_state: Optional[pulumi.Input[str]] = None,
2153
2073
  name: Optional[pulumi.Input[str]] = None):
2154
2074
  """
2155
- :param pulumi.Input[str] desired_state: (Updatable) Whether the plugin should be enabled or disabled.
2156
-
2157
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
2158
- :param pulumi.Input[str] name: (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2075
+ :param pulumi.Input[str] desired_state: Whether the plugin should be enabled or disabled.
2076
+ :param pulumi.Input[str] name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2159
2077
  """
2160
2078
  if desired_state is not None:
2161
2079
  pulumi.set(__self__, "desired_state", desired_state)
@@ -2166,9 +2084,7 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs:
2166
2084
  @pulumi.getter(name="desiredState")
2167
2085
  def desired_state(self) -> Optional[pulumi.Input[str]]:
2168
2086
  """
2169
- (Updatable) Whether the plugin should be enabled or disabled.
2170
-
2171
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
2087
+ Whether the plugin should be enabled or disabled.
2172
2088
  """
2173
2089
  return pulumi.get(self, "desired_state")
2174
2090
 
@@ -2180,7 +2096,7 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs:
2180
2096
  @pulumi.getter
2181
2097
  def name(self) -> Optional[pulumi.Input[str]]:
2182
2098
  """
2183
- (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2099
+ The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2184
2100
  """
2185
2101
  return pulumi.get(self, "name")
2186
2102
 
@@ -2204,41 +2120,17 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2204
2120
  subnet_id: Optional[pulumi.Input[str]] = None,
2205
2121
  vlan_id: Optional[pulumi.Input[str]] = None):
2206
2122
  """
2207
- :param pulumi.Input[bool] assign_private_dns_record: (Updatable) Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
2208
-
2209
- If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
2210
- :param pulumi.Input[bool] assign_public_ip: (Updatable) Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
2211
-
2212
- **Note:** This public IP address is associated with the primary private IP on the VNIC. For more information, see [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
2213
-
2214
- **Note:** There's a limit to the number of [public IPs](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PublicIp/) a VNIC or instance can have. If you try to create a secondary VNIC with an assigned public IP for an instance that has already reached its public IP limit, an error is returned. For information about the public IP limits, see [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
2215
-
2216
- Example: `false`
2217
-
2218
- If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2219
- :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2220
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2221
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2222
- :param pulumi.Input[str] hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2223
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
2224
-
2225
- If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2226
- :param pulumi.Input[str] private_ip: (Updatable) A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
2227
-
2228
- If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2229
-
2230
- Example: `10.0.3.3`
2231
- :param pulumi.Input[bool] skip_source_dest_check: (Updatable) Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
2232
-
2233
- If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2234
-
2235
- Example: `true`
2236
- :param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
2237
-
2238
- If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2239
- :param pulumi.Input[str] vlan_id: (Updatable) Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2240
-
2241
- Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2123
+ :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
2124
+ :param pulumi.Input[bool] assign_public_ip: Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
2125
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2126
+ :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2127
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2128
+ :param pulumi.Input[str] hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2129
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
2130
+ :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
2131
+ :param pulumi.Input[bool] skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
2132
+ :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
2133
+ :param pulumi.Input[str] vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2242
2134
  """
2243
2135
  if assign_private_dns_record is not None:
2244
2136
  pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
@@ -2267,9 +2159,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2267
2159
  @pulumi.getter(name="assignPrivateDnsRecord")
2268
2160
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
2269
2161
  """
2270
- (Updatable) Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
2271
-
2272
- If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
2162
+ Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
2273
2163
  """
2274
2164
  return pulumi.get(self, "assign_private_dns_record")
2275
2165
 
@@ -2281,15 +2171,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2281
2171
  @pulumi.getter(name="assignPublicIp")
2282
2172
  def assign_public_ip(self) -> Optional[pulumi.Input[bool]]:
2283
2173
  """
2284
- (Updatable) Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
2285
-
2286
- **Note:** This public IP address is associated with the primary private IP on the VNIC. For more information, see [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
2287
-
2288
- **Note:** There's a limit to the number of [public IPs](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PublicIp/) a VNIC or instance can have. If you try to create a secondary VNIC with an assigned public IP for an instance that has already reached its public IP limit, an error is returned. For information about the public IP limits, see [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
2289
-
2290
- Example: `false`
2291
-
2292
- If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2174
+ Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
2293
2175
  """
2294
2176
  return pulumi.get(self, "assign_public_ip")
2295
2177
 
@@ -2301,7 +2183,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2301
2183
  @pulumi.getter(name="definedTags")
2302
2184
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2303
2185
  """
2304
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2186
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2305
2187
  """
2306
2188
  return pulumi.get(self, "defined_tags")
2307
2189
 
@@ -2313,7 +2195,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2313
2195
  @pulumi.getter(name="displayName")
2314
2196
  def display_name(self) -> Optional[pulumi.Input[str]]:
2315
2197
  """
2316
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2198
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2317
2199
  """
2318
2200
  return pulumi.get(self, "display_name")
2319
2201
 
@@ -2325,7 +2207,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2325
2207
  @pulumi.getter(name="freeformTags")
2326
2208
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2327
2209
  """
2328
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2210
+ Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2329
2211
  """
2330
2212
  return pulumi.get(self, "freeform_tags")
2331
2213
 
@@ -2337,7 +2219,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2337
2219
  @pulumi.getter(name="hostnameLabel")
2338
2220
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
2339
2221
  """
2340
- (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2222
+ Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2341
2223
  """
2342
2224
  return pulumi.get(self, "hostname_label")
2343
2225
 
@@ -2349,9 +2231,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2349
2231
  @pulumi.getter(name="nsgIds")
2350
2232
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2351
2233
  """
2352
- (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
2353
-
2354
- If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2234
+ List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
2355
2235
  """
2356
2236
  return pulumi.get(self, "nsg_ids")
2357
2237
 
@@ -2363,11 +2243,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2363
2243
  @pulumi.getter(name="privateIp")
2364
2244
  def private_ip(self) -> Optional[pulumi.Input[str]]:
2365
2245
  """
2366
- (Updatable) A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
2367
-
2368
- If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2369
-
2370
- Example: `10.0.3.3`
2246
+ A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
2371
2247
  """
2372
2248
  return pulumi.get(self, "private_ip")
2373
2249
 
@@ -2379,11 +2255,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2379
2255
  @pulumi.getter(name="skipSourceDestCheck")
2380
2256
  def skip_source_dest_check(self) -> Optional[pulumi.Input[bool]]:
2381
2257
  """
2382
- (Updatable) Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
2383
-
2384
- If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2385
-
2386
- Example: `true`
2258
+ Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
2387
2259
  """
2388
2260
  return pulumi.get(self, "skip_source_dest_check")
2389
2261
 
@@ -2395,9 +2267,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2395
2267
  @pulumi.getter(name="subnetId")
2396
2268
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
2397
2269
  """
2398
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
2399
-
2400
- If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2270
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
2401
2271
  """
2402
2272
  return pulumi.get(self, "subnet_id")
2403
2273
 
@@ -2409,9 +2279,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2409
2279
  @pulumi.getter(name="vlanId")
2410
2280
  def vlan_id(self) -> Optional[pulumi.Input[str]]:
2411
2281
  """
2412
- (Updatable) Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2413
-
2414
- Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2282
+ Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2415
2283
  """
2416
2284
  return pulumi.get(self, "vlan_id")
2417
2285
 
@@ -2425,7 +2293,7 @@ class TargetAssetRecommendedSpecInstanceOptionArgs:
2425
2293
  def __init__(__self__, *,
2426
2294
  are_legacy_imds_endpoints_disabled: Optional[pulumi.Input[bool]] = None):
2427
2295
  """
2428
- :param pulumi.Input[bool] are_legacy_imds_endpoints_disabled: (Updatable) Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
2296
+ :param pulumi.Input[bool] are_legacy_imds_endpoints_disabled: Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
2429
2297
  """
2430
2298
  if are_legacy_imds_endpoints_disabled is not None:
2431
2299
  pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
@@ -2434,7 +2302,7 @@ class TargetAssetRecommendedSpecInstanceOptionArgs:
2434
2302
  @pulumi.getter(name="areLegacyImdsEndpointsDisabled")
2435
2303
  def are_legacy_imds_endpoints_disabled(self) -> Optional[pulumi.Input[bool]]:
2436
2304
  """
2437
- (Updatable) Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
2305
+ Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
2438
2306
  """
2439
2307
  return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
2440
2308
 
@@ -2448,7 +2316,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs:
2448
2316
  def __init__(__self__, *,
2449
2317
  preemption_actions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]]] = None):
2450
2318
  """
2451
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: (Updatable) The action to run when the preemptible instance is interrupted for eviction.
2319
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
2452
2320
  """
2453
2321
  if preemption_actions is not None:
2454
2322
  pulumi.set(__self__, "preemption_actions", preemption_actions)
@@ -2457,7 +2325,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs:
2457
2325
  @pulumi.getter(name="preemptionActions")
2458
2326
  def preemption_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]]]:
2459
2327
  """
2460
- (Updatable) The action to run when the preemptible instance is interrupted for eviction.
2328
+ The action to run when the preemptible instance is interrupted for eviction.
2461
2329
  """
2462
2330
  return pulumi.get(self, "preemption_actions")
2463
2331
 
@@ -2472,8 +2340,8 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs:
2472
2340
  preserve_boot_volume: Optional[pulumi.Input[bool]] = None,
2473
2341
  type: Optional[pulumi.Input[str]] = None):
2474
2342
  """
2475
- :param pulumi.Input[bool] preserve_boot_volume: (Updatable) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
2476
- :param pulumi.Input[str] type: (Updatable) The type of action to run when the instance is interrupted for eviction.
2343
+ :param pulumi.Input[bool] preserve_boot_volume: Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
2344
+ :param pulumi.Input[str] type: (Updatable) The type of target asset.
2477
2345
  """
2478
2346
  if preserve_boot_volume is not None:
2479
2347
  pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
@@ -2484,7 +2352,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs:
2484
2352
  @pulumi.getter(name="preserveBootVolume")
2485
2353
  def preserve_boot_volume(self) -> Optional[pulumi.Input[bool]]:
2486
2354
  """
2487
- (Updatable) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
2355
+ Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
2488
2356
  """
2489
2357
  return pulumi.get(self, "preserve_boot_volume")
2490
2358
 
@@ -2496,7 +2364,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs:
2496
2364
  @pulumi.getter
2497
2365
  def type(self) -> Optional[pulumi.Input[str]]:
2498
2366
  """
2499
- (Updatable) The type of action to run when the instance is interrupted for eviction.
2367
+ (Updatable) The type of target asset.
2500
2368
  """
2501
2369
  return pulumi.get(self, "type")
2502
2370
 
@@ -2512,11 +2380,9 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2512
2380
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
2513
2381
  ocpus: Optional[pulumi.Input[float]] = None):
2514
2382
  """
2515
- :param pulumi.Input[str] baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
2516
-
2517
- The following values are supported:
2518
- :param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
2519
- :param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the instance.
2383
+ :param pulumi.Input[str] baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
2384
+ :param pulumi.Input[float] memory_in_gbs: The total amount of memory in gigabytes that is available to the instance.
2385
+ :param pulumi.Input[float] ocpus: The total number of OCPUs available to the instance.
2520
2386
  """
2521
2387
  if baseline_ocpu_utilization is not None:
2522
2388
  pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
@@ -2529,9 +2395,7 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2529
2395
  @pulumi.getter(name="baselineOcpuUtilization")
2530
2396
  def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
2531
2397
  """
2532
- (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
2533
-
2534
- The following values are supported:
2398
+ The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
2535
2399
  """
2536
2400
  return pulumi.get(self, "baseline_ocpu_utilization")
2537
2401
 
@@ -2543,7 +2407,7 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2543
2407
  @pulumi.getter(name="memoryInGbs")
2544
2408
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
2545
2409
  """
2546
- (Updatable) The total amount of memory in gigabytes that is available to the instance.
2410
+ The total amount of memory in gigabytes that is available to the instance.
2547
2411
  """
2548
2412
  return pulumi.get(self, "memory_in_gbs")
2549
2413
 
@@ -2555,7 +2419,7 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2555
2419
  @pulumi.getter
2556
2420
  def ocpus(self) -> Optional[pulumi.Input[float]]:
2557
2421
  """
2558
- (Updatable) The total number of OCPUs available to the instance.
2422
+ The total number of OCPUs available to the instance.
2559
2423
  """
2560
2424
  return pulumi.get(self, "ocpus")
2561
2425
 
@@ -2574,18 +2438,12 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2574
2438
  kms_key_id: Optional[pulumi.Input[str]] = None,
2575
2439
  source_type: Optional[pulumi.Input[str]] = None):
2576
2440
  """
2577
- :param pulumi.Input[str] boot_volume_id: (Updatable) The OCID of the boot volume used to boot the instance.
2578
- :param pulumi.Input[str] boot_volume_size_in_gbs: (Updatable) The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
2579
- :param pulumi.Input[str] boot_volume_vpus_per_gb: (Updatable) The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
2580
-
2581
- Allowed values:
2582
- :param pulumi.Input[str] image_id: (Updatable) The OCID of the image used to boot the instance.
2583
- :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
2584
- :param pulumi.Input[str] source_type: (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2585
-
2586
-
2587
- ** IMPORTANT **
2588
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2441
+ :param pulumi.Input[str] boot_volume_id: The OCID of the boot volume used to boot the instance.
2442
+ :param pulumi.Input[str] boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
2443
+ :param pulumi.Input[str] boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
2444
+ :param pulumi.Input[str] image_id: The OCID of the image used to boot the instance.
2445
+ :param pulumi.Input[str] kms_key_id: The OCID of the key management key to assign as the master encryption key for the boot volume.
2446
+ :param pulumi.Input[str] source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2589
2447
  """
2590
2448
  if boot_volume_id is not None:
2591
2449
  pulumi.set(__self__, "boot_volume_id", boot_volume_id)
@@ -2604,7 +2462,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2604
2462
  @pulumi.getter(name="bootVolumeId")
2605
2463
  def boot_volume_id(self) -> Optional[pulumi.Input[str]]:
2606
2464
  """
2607
- (Updatable) The OCID of the boot volume used to boot the instance.
2465
+ The OCID of the boot volume used to boot the instance.
2608
2466
  """
2609
2467
  return pulumi.get(self, "boot_volume_id")
2610
2468
 
@@ -2616,7 +2474,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2616
2474
  @pulumi.getter(name="bootVolumeSizeInGbs")
2617
2475
  def boot_volume_size_in_gbs(self) -> Optional[pulumi.Input[str]]:
2618
2476
  """
2619
- (Updatable) The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
2477
+ The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
2620
2478
  """
2621
2479
  return pulumi.get(self, "boot_volume_size_in_gbs")
2622
2480
 
@@ -2628,9 +2486,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2628
2486
  @pulumi.getter(name="bootVolumeVpusPerGb")
2629
2487
  def boot_volume_vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
2630
2488
  """
2631
- (Updatable) The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
2632
-
2633
- Allowed values:
2489
+ The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
2634
2490
  """
2635
2491
  return pulumi.get(self, "boot_volume_vpus_per_gb")
2636
2492
 
@@ -2642,7 +2498,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2642
2498
  @pulumi.getter(name="imageId")
2643
2499
  def image_id(self) -> Optional[pulumi.Input[str]]:
2644
2500
  """
2645
- (Updatable) The OCID of the image used to boot the instance.
2501
+ The OCID of the image used to boot the instance.
2646
2502
  """
2647
2503
  return pulumi.get(self, "image_id")
2648
2504
 
@@ -2654,7 +2510,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2654
2510
  @pulumi.getter(name="kmsKeyId")
2655
2511
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
2656
2512
  """
2657
- (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
2513
+ The OCID of the key management key to assign as the master encryption key for the boot volume.
2658
2514
  """
2659
2515
  return pulumi.get(self, "kms_key_id")
2660
2516
 
@@ -2666,11 +2522,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2666
2522
  @pulumi.getter(name="sourceType")
2667
2523
  def source_type(self) -> Optional[pulumi.Input[str]]:
2668
2524
  """
2669
- (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2670
-
2671
-
2672
- ** IMPORTANT **
2673
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2525
+ The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2674
2526
  """
2675
2527
  return pulumi.get(self, "source_type")
2676
2528
 
@@ -2701,48 +2553,23 @@ class TargetAssetTestSpecArgs:
2701
2553
  shape_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]]] = None,
2702
2554
  source_details: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]]] = None):
2703
2555
  """
2704
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigArgs']]] agent_configs: (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
2705
- :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2706
- :param pulumi.Input[str] capacity_reservation_id: (Updatable) The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
2707
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment.
2708
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecCreateVnicDetailArgs']]] create_vnic_details: (Updatable) Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
2709
- :param pulumi.Input[str] dedicated_vm_host_id: (Updatable) The OCID of the dedicated VM host.
2710
- :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2711
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2712
- :param pulumi.Input[str] fault_domain: (Updatable) A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
2713
-
2714
- If you do not specify the fault domain, the system selects one for you.
2715
-
2716
- To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
2717
-
2718
- Example: `FAULT-DOMAIN-1`
2719
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2720
- :param pulumi.Input[str] hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2721
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecInstanceOptionArgs']]] instance_options: (Updatable) Optional mutable instance options
2722
- :param pulumi.Input[str] ipxe_script: (Updatable) This is an advanced option.
2723
-
2724
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
2725
-
2726
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
2727
-
2728
- By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
2729
-
2730
- If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
2731
-
2732
- For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
2733
-
2734
- For more information about iPXE, see http://ipxe.org.
2735
- :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
2736
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigArgs']]] preemptible_instance_configs: (Updatable) Configuration options for preemptible instances.
2737
- :param pulumi.Input[str] shape: (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2738
-
2739
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
2740
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]] shape_configs: (Updatable) The shape configuration requested for the instance.
2741
-
2742
- If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
2743
-
2744
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
2745
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]] source_details: (Updatable)
2556
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigArgs']]] agent_configs: Configuration options for the Oracle Cloud Agent software running on the instance.
2557
+ :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2558
+ :param pulumi.Input[str] capacity_reservation_id: The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
2559
+ :param pulumi.Input[str] compartment_id: The OCID of the compartment.
2560
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecCreateVnicDetailArgs']]] create_vnic_details: Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
2561
+ :param pulumi.Input[str] dedicated_vm_host_id: The OCID of the dedicated VM host.
2562
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2563
+ :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2564
+ :param pulumi.Input[str] fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
2565
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2566
+ :param pulumi.Input[str] hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2567
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecInstanceOptionArgs']]] instance_options: Optional mutable instance options
2568
+ :param pulumi.Input[str] ipxe_script: This is an advanced option.
2569
+ :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
2570
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigArgs']]] preemptible_instance_configs: Configuration options for preemptible instances.
2571
+ :param pulumi.Input[str] shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2572
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]] shape_configs: The shape configuration requested for the instance.
2746
2573
  """
2747
2574
  if agent_configs is not None:
2748
2575
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -2785,7 +2612,7 @@ class TargetAssetTestSpecArgs:
2785
2612
  @pulumi.getter(name="agentConfigs")
2786
2613
  def agent_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigArgs']]]]:
2787
2614
  """
2788
- (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
2615
+ Configuration options for the Oracle Cloud Agent software running on the instance.
2789
2616
  """
2790
2617
  return pulumi.get(self, "agent_configs")
2791
2618
 
@@ -2797,7 +2624,7 @@ class TargetAssetTestSpecArgs:
2797
2624
  @pulumi.getter(name="availabilityDomain")
2798
2625
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
2799
2626
  """
2800
- (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2627
+ The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2801
2628
  """
2802
2629
  return pulumi.get(self, "availability_domain")
2803
2630
 
@@ -2809,7 +2636,7 @@ class TargetAssetTestSpecArgs:
2809
2636
  @pulumi.getter(name="capacityReservationId")
2810
2637
  def capacity_reservation_id(self) -> Optional[pulumi.Input[str]]:
2811
2638
  """
2812
- (Updatable) The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
2639
+ The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
2813
2640
  """
2814
2641
  return pulumi.get(self, "capacity_reservation_id")
2815
2642
 
@@ -2821,7 +2648,7 @@ class TargetAssetTestSpecArgs:
2821
2648
  @pulumi.getter(name="compartmentId")
2822
2649
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
2823
2650
  """
2824
- (Updatable) The OCID of the compartment.
2651
+ The OCID of the compartment.
2825
2652
  """
2826
2653
  return pulumi.get(self, "compartment_id")
2827
2654
 
@@ -2833,7 +2660,7 @@ class TargetAssetTestSpecArgs:
2833
2660
  @pulumi.getter(name="createVnicDetails")
2834
2661
  def create_vnic_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecCreateVnicDetailArgs']]]]:
2835
2662
  """
2836
- (Updatable) Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
2663
+ Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
2837
2664
  """
2838
2665
  return pulumi.get(self, "create_vnic_details")
2839
2666
 
@@ -2845,7 +2672,7 @@ class TargetAssetTestSpecArgs:
2845
2672
  @pulumi.getter(name="dedicatedVmHostId")
2846
2673
  def dedicated_vm_host_id(self) -> Optional[pulumi.Input[str]]:
2847
2674
  """
2848
- (Updatable) The OCID of the dedicated VM host.
2675
+ The OCID of the dedicated VM host.
2849
2676
  """
2850
2677
  return pulumi.get(self, "dedicated_vm_host_id")
2851
2678
 
@@ -2857,7 +2684,7 @@ class TargetAssetTestSpecArgs:
2857
2684
  @pulumi.getter(name="definedTags")
2858
2685
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2859
2686
  """
2860
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2687
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2861
2688
  """
2862
2689
  return pulumi.get(self, "defined_tags")
2863
2690
 
@@ -2869,7 +2696,7 @@ class TargetAssetTestSpecArgs:
2869
2696
  @pulumi.getter(name="displayName")
2870
2697
  def display_name(self) -> Optional[pulumi.Input[str]]:
2871
2698
  """
2872
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2699
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2873
2700
  """
2874
2701
  return pulumi.get(self, "display_name")
2875
2702
 
@@ -2881,13 +2708,7 @@ class TargetAssetTestSpecArgs:
2881
2708
  @pulumi.getter(name="faultDomain")
2882
2709
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
2883
2710
  """
2884
- (Updatable) A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
2885
-
2886
- If you do not specify the fault domain, the system selects one for you.
2887
-
2888
- To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
2889
-
2890
- Example: `FAULT-DOMAIN-1`
2711
+ A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
2891
2712
  """
2892
2713
  return pulumi.get(self, "fault_domain")
2893
2714
 
@@ -2899,7 +2720,7 @@ class TargetAssetTestSpecArgs:
2899
2720
  @pulumi.getter(name="freeformTags")
2900
2721
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2901
2722
  """
2902
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2723
+ Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2903
2724
  """
2904
2725
  return pulumi.get(self, "freeform_tags")
2905
2726
 
@@ -2911,7 +2732,7 @@ class TargetAssetTestSpecArgs:
2911
2732
  @pulumi.getter(name="hostnameLabel")
2912
2733
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
2913
2734
  """
2914
- (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2735
+ Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2915
2736
  """
2916
2737
  return pulumi.get(self, "hostname_label")
2917
2738
 
@@ -2923,7 +2744,7 @@ class TargetAssetTestSpecArgs:
2923
2744
  @pulumi.getter(name="instanceOptions")
2924
2745
  def instance_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecInstanceOptionArgs']]]]:
2925
2746
  """
2926
- (Updatable) Optional mutable instance options
2747
+ Optional mutable instance options
2927
2748
  """
2928
2749
  return pulumi.get(self, "instance_options")
2929
2750
 
@@ -2935,19 +2756,7 @@ class TargetAssetTestSpecArgs:
2935
2756
  @pulumi.getter(name="ipxeScript")
2936
2757
  def ipxe_script(self) -> Optional[pulumi.Input[str]]:
2937
2758
  """
2938
- (Updatable) This is an advanced option.
2939
-
2940
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
2941
-
2942
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
2943
-
2944
- By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
2945
-
2946
- If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
2947
-
2948
- For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
2949
-
2950
- For more information about iPXE, see http://ipxe.org.
2759
+ This is an advanced option.
2951
2760
  """
2952
2761
  return pulumi.get(self, "ipxe_script")
2953
2762
 
@@ -2959,7 +2768,7 @@ class TargetAssetTestSpecArgs:
2959
2768
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
2960
2769
  def is_pv_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
2961
2770
  """
2962
- (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
2771
+ Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
2963
2772
  """
2964
2773
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
2965
2774
 
@@ -2971,7 +2780,7 @@ class TargetAssetTestSpecArgs:
2971
2780
  @pulumi.getter(name="preemptibleInstanceConfigs")
2972
2781
  def preemptible_instance_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigArgs']]]]:
2973
2782
  """
2974
- (Updatable) Configuration options for preemptible instances.
2783
+ Configuration options for preemptible instances.
2975
2784
  """
2976
2785
  return pulumi.get(self, "preemptible_instance_configs")
2977
2786
 
@@ -2983,9 +2792,7 @@ class TargetAssetTestSpecArgs:
2983
2792
  @pulumi.getter
2984
2793
  def shape(self) -> Optional[pulumi.Input[str]]:
2985
2794
  """
2986
- (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2987
-
2988
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
2795
+ The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2989
2796
  """
2990
2797
  return pulumi.get(self, "shape")
2991
2798
 
@@ -2997,11 +2804,7 @@ class TargetAssetTestSpecArgs:
2997
2804
  @pulumi.getter(name="shapeConfigs")
2998
2805
  def shape_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]]]:
2999
2806
  """
3000
- (Updatable) The shape configuration requested for the instance.
3001
-
3002
- If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
3003
-
3004
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
2807
+ The shape configuration requested for the instance.
3005
2808
  """
3006
2809
  return pulumi.get(self, "shape_configs")
3007
2810
 
@@ -3012,9 +2815,6 @@ class TargetAssetTestSpecArgs:
3012
2815
  @property
3013
2816
  @pulumi.getter(name="sourceDetails")
3014
2817
  def source_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]]]:
3015
- """
3016
- (Updatable)
3017
- """
3018
2818
  return pulumi.get(self, "source_details")
3019
2819
 
3020
2820
  @source_details.setter
@@ -3030,24 +2830,10 @@ class TargetAssetTestSpecAgentConfigArgs:
3030
2830
  is_monitoring_disabled: Optional[pulumi.Input[bool]] = None,
3031
2831
  plugins_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigPluginsConfigArgs']]]] = None):
3032
2832
  """
3033
- :param pulumi.Input[bool] are_all_plugins_disabled: (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
3034
-
3035
- To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
3036
- :param pulumi.Input[bool] is_management_disabled: (Updatable) Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
3037
-
3038
- These are the management plugins: OS Management Service Agent and Compute instance run command.
3039
-
3040
- The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
3041
- * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
3042
- * If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
3043
- :param pulumi.Input[bool] is_monitoring_disabled: (Updatable) Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
3044
-
3045
- These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
3046
-
3047
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
3048
- * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
3049
- * If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
3050
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigPluginsConfigArgs']]] plugins_configs: (Updatable) The configuration of plugins associated with this instance.
2833
+ :param pulumi.Input[bool] are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2834
+ :param pulumi.Input[bool] is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2835
+ :param pulumi.Input[bool] is_monitoring_disabled: Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
2836
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigPluginsConfigArgs']]] plugins_configs: The configuration of plugins associated with this instance.
3051
2837
  """
3052
2838
  if are_all_plugins_disabled is not None:
3053
2839
  pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
@@ -3062,9 +2848,7 @@ class TargetAssetTestSpecAgentConfigArgs:
3062
2848
  @pulumi.getter(name="areAllPluginsDisabled")
3063
2849
  def are_all_plugins_disabled(self) -> Optional[pulumi.Input[bool]]:
3064
2850
  """
3065
- (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
3066
-
3067
- To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2851
+ Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
3068
2852
  """
3069
2853
  return pulumi.get(self, "are_all_plugins_disabled")
3070
2854
 
@@ -3076,13 +2860,7 @@ class TargetAssetTestSpecAgentConfigArgs:
3076
2860
  @pulumi.getter(name="isManagementDisabled")
3077
2861
  def is_management_disabled(self) -> Optional[pulumi.Input[bool]]:
3078
2862
  """
3079
- (Updatable) Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
3080
-
3081
- These are the management plugins: OS Management Service Agent and Compute instance run command.
3082
-
3083
- The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
3084
- * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
3085
- * If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
2863
+ Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
3086
2864
  """
3087
2865
  return pulumi.get(self, "is_management_disabled")
3088
2866
 
@@ -3094,13 +2872,7 @@ class TargetAssetTestSpecAgentConfigArgs:
3094
2872
  @pulumi.getter(name="isMonitoringDisabled")
3095
2873
  def is_monitoring_disabled(self) -> Optional[pulumi.Input[bool]]:
3096
2874
  """
3097
- (Updatable) Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
3098
-
3099
- These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
3100
-
3101
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
3102
- * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
3103
- * If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
2875
+ Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
3104
2876
  """
3105
2877
  return pulumi.get(self, "is_monitoring_disabled")
3106
2878
 
@@ -3112,7 +2884,7 @@ class TargetAssetTestSpecAgentConfigArgs:
3112
2884
  @pulumi.getter(name="pluginsConfigs")
3113
2885
  def plugins_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigPluginsConfigArgs']]]]:
3114
2886
  """
3115
- (Updatable) The configuration of plugins associated with this instance.
2887
+ The configuration of plugins associated with this instance.
3116
2888
  """
3117
2889
  return pulumi.get(self, "plugins_configs")
3118
2890
 
@@ -3127,10 +2899,8 @@ class TargetAssetTestSpecAgentConfigPluginsConfigArgs:
3127
2899
  desired_state: Optional[pulumi.Input[str]] = None,
3128
2900
  name: Optional[pulumi.Input[str]] = None):
3129
2901
  """
3130
- :param pulumi.Input[str] desired_state: (Updatable) Whether the plugin should be enabled or disabled.
3131
-
3132
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
3133
- :param pulumi.Input[str] name: (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2902
+ :param pulumi.Input[str] desired_state: Whether the plugin should be enabled or disabled.
2903
+ :param pulumi.Input[str] name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
3134
2904
  """
3135
2905
  if desired_state is not None:
3136
2906
  pulumi.set(__self__, "desired_state", desired_state)
@@ -3141,9 +2911,7 @@ class TargetAssetTestSpecAgentConfigPluginsConfigArgs:
3141
2911
  @pulumi.getter(name="desiredState")
3142
2912
  def desired_state(self) -> Optional[pulumi.Input[str]]:
3143
2913
  """
3144
- (Updatable) Whether the plugin should be enabled or disabled.
3145
-
3146
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
2914
+ Whether the plugin should be enabled or disabled.
3147
2915
  """
3148
2916
  return pulumi.get(self, "desired_state")
3149
2917
 
@@ -3155,7 +2923,7 @@ class TargetAssetTestSpecAgentConfigPluginsConfigArgs:
3155
2923
  @pulumi.getter
3156
2924
  def name(self) -> Optional[pulumi.Input[str]]:
3157
2925
  """
3158
- (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
2926
+ The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
3159
2927
  """
3160
2928
  return pulumi.get(self, "name")
3161
2929
 
@@ -3179,41 +2947,17 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3179
2947
  subnet_id: Optional[pulumi.Input[str]] = None,
3180
2948
  vlan_id: Optional[pulumi.Input[str]] = None):
3181
2949
  """
3182
- :param pulumi.Input[bool] assign_private_dns_record: (Updatable) Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
3183
-
3184
- If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
3185
- :param pulumi.Input[bool] assign_public_ip: (Updatable) Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
3186
-
3187
- **Note:** This public IP address is associated with the primary private IP on the VNIC. For more information, see [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
3188
-
3189
- **Note:** There's a limit to the number of [public IPs](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PublicIp/) a VNIC or instance can have. If you try to create a secondary VNIC with an assigned public IP for an instance that has already reached its public IP limit, an error is returned. For information about the public IP limits, see [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
3190
-
3191
- Example: `false`
3192
-
3193
- If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3194
- :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3195
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3196
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
3197
- :param pulumi.Input[str] hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
3198
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
3199
-
3200
- If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3201
- :param pulumi.Input[str] private_ip: (Updatable) A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
3202
-
3203
- If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3204
-
3205
- Example: `10.0.3.3`
3206
- :param pulumi.Input[bool] skip_source_dest_check: (Updatable) Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
3207
-
3208
- If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3209
-
3210
- Example: `true`
3211
- :param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
3212
-
3213
- If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
3214
- :param pulumi.Input[str] vlan_id: (Updatable) Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3215
-
3216
- Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2950
+ :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
2951
+ :param pulumi.Input[bool] assign_public_ip: Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
2952
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2953
+ :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2954
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2955
+ :param pulumi.Input[str] hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
2956
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
2957
+ :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
2958
+ :param pulumi.Input[bool] skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
2959
+ :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
2960
+ :param pulumi.Input[str] vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3217
2961
  """
3218
2962
  if assign_private_dns_record is not None:
3219
2963
  pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
@@ -3242,9 +2986,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3242
2986
  @pulumi.getter(name="assignPrivateDnsRecord")
3243
2987
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
3244
2988
  """
3245
- (Updatable) Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
3246
-
3247
- If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
2989
+ Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
3248
2990
  """
3249
2991
  return pulumi.get(self, "assign_private_dns_record")
3250
2992
 
@@ -3256,15 +2998,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3256
2998
  @pulumi.getter(name="assignPublicIp")
3257
2999
  def assign_public_ip(self) -> Optional[pulumi.Input[bool]]:
3258
3000
  """
3259
- (Updatable) Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
3260
-
3261
- **Note:** This public IP address is associated with the primary private IP on the VNIC. For more information, see [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
3262
-
3263
- **Note:** There's a limit to the number of [public IPs](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PublicIp/) a VNIC or instance can have. If you try to create a secondary VNIC with an assigned public IP for an instance that has already reached its public IP limit, an error is returned. For information about the public IP limits, see [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
3264
-
3265
- Example: `false`
3266
-
3267
- If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3001
+ Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
3268
3002
  """
3269
3003
  return pulumi.get(self, "assign_public_ip")
3270
3004
 
@@ -3276,7 +3010,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3276
3010
  @pulumi.getter(name="definedTags")
3277
3011
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3278
3012
  """
3279
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3013
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3280
3014
  """
3281
3015
  return pulumi.get(self, "defined_tags")
3282
3016
 
@@ -3288,7 +3022,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3288
3022
  @pulumi.getter(name="displayName")
3289
3023
  def display_name(self) -> Optional[pulumi.Input[str]]:
3290
3024
  """
3291
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3025
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3292
3026
  """
3293
3027
  return pulumi.get(self, "display_name")
3294
3028
 
@@ -3300,7 +3034,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3300
3034
  @pulumi.getter(name="freeformTags")
3301
3035
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3302
3036
  """
3303
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
3037
+ Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
3304
3038
  """
3305
3039
  return pulumi.get(self, "freeform_tags")
3306
3040
 
@@ -3312,7 +3046,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3312
3046
  @pulumi.getter(name="hostnameLabel")
3313
3047
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
3314
3048
  """
3315
- (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
3049
+ Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
3316
3050
  """
3317
3051
  return pulumi.get(self, "hostname_label")
3318
3052
 
@@ -3324,9 +3058,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3324
3058
  @pulumi.getter(name="nsgIds")
3325
3059
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3326
3060
  """
3327
- (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
3328
-
3329
- If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3061
+ List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
3330
3062
  """
3331
3063
  return pulumi.get(self, "nsg_ids")
3332
3064
 
@@ -3338,11 +3070,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3338
3070
  @pulumi.getter(name="privateIp")
3339
3071
  def private_ip(self) -> Optional[pulumi.Input[str]]:
3340
3072
  """
3341
- (Updatable) A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
3342
-
3343
- If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3344
-
3345
- Example: `10.0.3.3`
3073
+ A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
3346
3074
  """
3347
3075
  return pulumi.get(self, "private_ip")
3348
3076
 
@@ -3354,11 +3082,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3354
3082
  @pulumi.getter(name="skipSourceDestCheck")
3355
3083
  def skip_source_dest_check(self) -> Optional[pulumi.Input[bool]]:
3356
3084
  """
3357
- (Updatable) Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
3358
-
3359
- If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3360
-
3361
- Example: `true`
3085
+ Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
3362
3086
  """
3363
3087
  return pulumi.get(self, "skip_source_dest_check")
3364
3088
 
@@ -3370,9 +3094,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3370
3094
  @pulumi.getter(name="subnetId")
3371
3095
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
3372
3096
  """
3373
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
3374
-
3375
- If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
3097
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
3376
3098
  """
3377
3099
  return pulumi.get(self, "subnet_id")
3378
3100
 
@@ -3384,9 +3106,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3384
3106
  @pulumi.getter(name="vlanId")
3385
3107
  def vlan_id(self) -> Optional[pulumi.Input[str]]:
3386
3108
  """
3387
- (Updatable) Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3388
-
3389
- Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
3109
+ Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3390
3110
  """
3391
3111
  return pulumi.get(self, "vlan_id")
3392
3112
 
@@ -3400,7 +3120,7 @@ class TargetAssetTestSpecInstanceOptionArgs:
3400
3120
  def __init__(__self__, *,
3401
3121
  are_legacy_imds_endpoints_disabled: Optional[pulumi.Input[bool]] = None):
3402
3122
  """
3403
- :param pulumi.Input[bool] are_legacy_imds_endpoints_disabled: (Updatable) Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
3123
+ :param pulumi.Input[bool] are_legacy_imds_endpoints_disabled: Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
3404
3124
  """
3405
3125
  if are_legacy_imds_endpoints_disabled is not None:
3406
3126
  pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
@@ -3409,7 +3129,7 @@ class TargetAssetTestSpecInstanceOptionArgs:
3409
3129
  @pulumi.getter(name="areLegacyImdsEndpointsDisabled")
3410
3130
  def are_legacy_imds_endpoints_disabled(self) -> Optional[pulumi.Input[bool]]:
3411
3131
  """
3412
- (Updatable) Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
3132
+ Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
3413
3133
  """
3414
3134
  return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
3415
3135
 
@@ -3423,7 +3143,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigArgs:
3423
3143
  def __init__(__self__, *,
3424
3144
  preemption_actions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]]] = None):
3425
3145
  """
3426
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: (Updatable) The action to run when the preemptible instance is interrupted for eviction.
3146
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
3427
3147
  """
3428
3148
  if preemption_actions is not None:
3429
3149
  pulumi.set(__self__, "preemption_actions", preemption_actions)
@@ -3432,7 +3152,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigArgs:
3432
3152
  @pulumi.getter(name="preemptionActions")
3433
3153
  def preemption_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]]]:
3434
3154
  """
3435
- (Updatable) The action to run when the preemptible instance is interrupted for eviction.
3155
+ The action to run when the preemptible instance is interrupted for eviction.
3436
3156
  """
3437
3157
  return pulumi.get(self, "preemption_actions")
3438
3158
 
@@ -3447,8 +3167,8 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs:
3447
3167
  preserve_boot_volume: Optional[pulumi.Input[bool]] = None,
3448
3168
  type: Optional[pulumi.Input[str]] = None):
3449
3169
  """
3450
- :param pulumi.Input[bool] preserve_boot_volume: (Updatable) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
3451
- :param pulumi.Input[str] type: (Updatable) The type of action to run when the instance is interrupted for eviction.
3170
+ :param pulumi.Input[bool] preserve_boot_volume: Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
3171
+ :param pulumi.Input[str] type: (Updatable) The type of target asset.
3452
3172
  """
3453
3173
  if preserve_boot_volume is not None:
3454
3174
  pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
@@ -3459,7 +3179,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs:
3459
3179
  @pulumi.getter(name="preserveBootVolume")
3460
3180
  def preserve_boot_volume(self) -> Optional[pulumi.Input[bool]]:
3461
3181
  """
3462
- (Updatable) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
3182
+ Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
3463
3183
  """
3464
3184
  return pulumi.get(self, "preserve_boot_volume")
3465
3185
 
@@ -3471,7 +3191,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs:
3471
3191
  @pulumi.getter
3472
3192
  def type(self) -> Optional[pulumi.Input[str]]:
3473
3193
  """
3474
- (Updatable) The type of action to run when the instance is interrupted for eviction.
3194
+ (Updatable) The type of target asset.
3475
3195
  """
3476
3196
  return pulumi.get(self, "type")
3477
3197
 
@@ -3487,11 +3207,9 @@ class TargetAssetTestSpecShapeConfigArgs:
3487
3207
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
3488
3208
  ocpus: Optional[pulumi.Input[float]] = None):
3489
3209
  """
3490
- :param pulumi.Input[str] baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
3491
-
3492
- The following values are supported:
3493
- :param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
3494
- :param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the instance.
3210
+ :param pulumi.Input[str] baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
3211
+ :param pulumi.Input[float] memory_in_gbs: The total amount of memory in gigabytes that is available to the instance.
3212
+ :param pulumi.Input[float] ocpus: The total number of OCPUs available to the instance.
3495
3213
  """
3496
3214
  if baseline_ocpu_utilization is not None:
3497
3215
  pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
@@ -3504,9 +3222,7 @@ class TargetAssetTestSpecShapeConfigArgs:
3504
3222
  @pulumi.getter(name="baselineOcpuUtilization")
3505
3223
  def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
3506
3224
  """
3507
- (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
3508
-
3509
- The following values are supported:
3225
+ The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
3510
3226
  """
3511
3227
  return pulumi.get(self, "baseline_ocpu_utilization")
3512
3228
 
@@ -3518,7 +3234,7 @@ class TargetAssetTestSpecShapeConfigArgs:
3518
3234
  @pulumi.getter(name="memoryInGbs")
3519
3235
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
3520
3236
  """
3521
- (Updatable) The total amount of memory in gigabytes that is available to the instance.
3237
+ The total amount of memory in gigabytes that is available to the instance.
3522
3238
  """
3523
3239
  return pulumi.get(self, "memory_in_gbs")
3524
3240
 
@@ -3530,7 +3246,7 @@ class TargetAssetTestSpecShapeConfigArgs:
3530
3246
  @pulumi.getter
3531
3247
  def ocpus(self) -> Optional[pulumi.Input[float]]:
3532
3248
  """
3533
- (Updatable) The total number of OCPUs available to the instance.
3249
+ The total number of OCPUs available to the instance.
3534
3250
  """
3535
3251
  return pulumi.get(self, "ocpus")
3536
3252
 
@@ -3549,18 +3265,12 @@ class TargetAssetTestSpecSourceDetailArgs:
3549
3265
  kms_key_id: Optional[pulumi.Input[str]] = None,
3550
3266
  source_type: Optional[pulumi.Input[str]] = None):
3551
3267
  """
3552
- :param pulumi.Input[str] boot_volume_id: (Updatable) The OCID of the boot volume used to boot the instance.
3553
- :param pulumi.Input[str] boot_volume_size_in_gbs: (Updatable) The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
3554
- :param pulumi.Input[str] boot_volume_vpus_per_gb: (Updatable) The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
3555
-
3556
- Allowed values:
3557
- :param pulumi.Input[str] image_id: (Updatable) The OCID of the image used to boot the instance.
3558
- :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
3559
- :param pulumi.Input[str] source_type: (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3560
-
3561
-
3562
- ** IMPORTANT **
3563
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3268
+ :param pulumi.Input[str] boot_volume_id: The OCID of the boot volume used to boot the instance.
3269
+ :param pulumi.Input[str] boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
3270
+ :param pulumi.Input[str] boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
3271
+ :param pulumi.Input[str] image_id: The OCID of the image used to boot the instance.
3272
+ :param pulumi.Input[str] kms_key_id: The OCID of the key management key to assign as the master encryption key for the boot volume.
3273
+ :param pulumi.Input[str] source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3564
3274
  """
3565
3275
  if boot_volume_id is not None:
3566
3276
  pulumi.set(__self__, "boot_volume_id", boot_volume_id)
@@ -3579,7 +3289,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3579
3289
  @pulumi.getter(name="bootVolumeId")
3580
3290
  def boot_volume_id(self) -> Optional[pulumi.Input[str]]:
3581
3291
  """
3582
- (Updatable) The OCID of the boot volume used to boot the instance.
3292
+ The OCID of the boot volume used to boot the instance.
3583
3293
  """
3584
3294
  return pulumi.get(self, "boot_volume_id")
3585
3295
 
@@ -3591,7 +3301,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3591
3301
  @pulumi.getter(name="bootVolumeSizeInGbs")
3592
3302
  def boot_volume_size_in_gbs(self) -> Optional[pulumi.Input[str]]:
3593
3303
  """
3594
- (Updatable) The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
3304
+ The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
3595
3305
  """
3596
3306
  return pulumi.get(self, "boot_volume_size_in_gbs")
3597
3307
 
@@ -3603,9 +3313,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3603
3313
  @pulumi.getter(name="bootVolumeVpusPerGb")
3604
3314
  def boot_volume_vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
3605
3315
  """
3606
- (Updatable) The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
3607
-
3608
- Allowed values:
3316
+ The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
3609
3317
  """
3610
3318
  return pulumi.get(self, "boot_volume_vpus_per_gb")
3611
3319
 
@@ -3617,7 +3325,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3617
3325
  @pulumi.getter(name="imageId")
3618
3326
  def image_id(self) -> Optional[pulumi.Input[str]]:
3619
3327
  """
3620
- (Updatable) The OCID of the image used to boot the instance.
3328
+ The OCID of the image used to boot the instance.
3621
3329
  """
3622
3330
  return pulumi.get(self, "image_id")
3623
3331
 
@@ -3629,7 +3337,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3629
3337
  @pulumi.getter(name="kmsKeyId")
3630
3338
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
3631
3339
  """
3632
- (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
3340
+ The OCID of the key management key to assign as the master encryption key for the boot volume.
3633
3341
  """
3634
3342
  return pulumi.get(self, "kms_key_id")
3635
3343
 
@@ -3641,11 +3349,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3641
3349
  @pulumi.getter(name="sourceType")
3642
3350
  def source_type(self) -> Optional[pulumi.Input[str]]:
3643
3351
  """
3644
- (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3645
-
3646
-
3647
- ** IMPORTANT **
3648
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3352
+ The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3649
3353
  """
3650
3354
  return pulumi.get(self, "source_type")
3651
3355
 
@@ -4167,7 +3871,15 @@ class TargetAssetUserSpecCreateVnicDetailsArgs:
4167
3871
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
4168
3872
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4169
3873
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
4170
- :param pulumi.Input[str] hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
3874
+ :param pulumi.Input[str] hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
3875
+
3876
+ For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
3877
+
3878
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
3879
+
3880
+ Example: `bminstance-1`
3881
+
3882
+ If you specify a `vlanId`, the `hostnameLabel` cannot be specified. VNICs on a VLAN can not be assigned a hostname. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
4171
3883
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
4172
3884
 
4173
3885
  If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
@@ -4285,7 +3997,15 @@ class TargetAssetUserSpecCreateVnicDetailsArgs:
4285
3997
  @pulumi.getter(name="hostnameLabel")
4286
3998
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
4287
3999
  """
4288
- (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
4000
+ (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
4001
+
4002
+ For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
4003
+
4004
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
4005
+
4006
+ Example: `bminstance-1`
4007
+
4008
+ If you specify a `vlanId`, the `hostnameLabel` cannot be specified. VNICs on a VLAN can not be assigned a hostname. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
4289
4009
  """
4290
4010
  return pulumi.get(self, "hostname_label")
4291
4011
 
@@ -4461,6 +4181,9 @@ class TargetAssetUserSpecShapeConfigArgs:
4461
4181
  :param pulumi.Input[str] baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
4462
4182
 
4463
4183
  The following values are supported:
4184
+ * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
4185
+ * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
4186
+ * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
4464
4187
  :param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
4465
4188
  :param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the instance.
4466
4189
  """
@@ -4478,6 +4201,9 @@ class TargetAssetUserSpecShapeConfigArgs:
4478
4201
  (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
4479
4202
 
4480
4203
  The following values are supported:
4204
+ * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
4205
+ * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
4206
+ * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
4481
4207
  """
4482
4208
  return pulumi.get(self, "baseline_ocpu_utilization")
4483
4209