pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 (307) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +8 -10
  5. pulumi_oci/aianomalydetection/outputs.py +8 -22
  6. pulumi_oci/aidocument/_inputs.py +18 -22
  7. pulumi_oci/aidocument/outputs.py +18 -36
  8. pulumi_oci/ailanguage/_inputs.py +20 -4
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +20 -4
  11. pulumi_oci/aivision/_inputs.py +16 -0
  12. pulumi_oci/aivision/outputs.py +16 -0
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +414 -206
  16. pulumi_oci/apigateway/outputs.py +414 -206
  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 +26 -18
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +26 -18
  23. pulumi_oci/autoscaling/_inputs.py +16 -14
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
  25. pulumi_oci/autoscaling/outputs.py +16 -14
  26. pulumi_oci/bigdataservice/_inputs.py +44 -32
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +44 -32
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +0 -9
  36. pulumi_oci/cloudguard/_inputs.py +488 -1066
  37. pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
  38. pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
  39. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  40. pulumi_oci/cloudguard/detector_recipe.py +53 -95
  41. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
  42. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  43. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  44. pulumi_oci/cloudguard/get_data_source.py +10 -10
  45. pulumi_oci/cloudguard/get_data_source_events.py +7 -11
  46. pulumi_oci/cloudguard/get_data_sources.py +20 -24
  47. pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
  48. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  49. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  50. pulumi_oci/cloudguard/get_guard_targets.py +17 -19
  51. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  52. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  53. pulumi_oci/cloudguard/get_problem_entities.py +3 -5
  54. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  55. pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
  56. pulumi_oci/cloudguard/get_security_policies.py +12 -14
  57. pulumi_oci/cloudguard/get_security_policy.py +8 -12
  58. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  59. pulumi_oci/cloudguard/get_security_recipes.py +12 -14
  60. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  61. pulumi_oci/cloudguard/get_security_zones.py +15 -17
  62. pulumi_oci/cloudguard/managed_list.py +57 -57
  63. pulumi_oci/cloudguard/outputs.py +1808 -3493
  64. pulumi_oci/cloudguard/responder_recipe.py +39 -41
  65. pulumi_oci/cloudguard/security_recipe.py +27 -43
  66. pulumi_oci/cloudguard/security_zone.py +20 -22
  67. pulumi_oci/cloudguard/target.py +54 -54
  68. pulumi_oci/cloudmigrations/_inputs.py +496 -222
  69. pulumi_oci/cloudmigrations/outputs.py +498 -224
  70. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  71. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  72. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  73. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  74. pulumi_oci/containerengine/_inputs.py +22 -22
  75. pulumi_oci/containerengine/container_instance.py +21 -21
  76. pulumi_oci/containerengine/outputs.py +22 -22
  77. pulumi_oci/containerengine/virtual_node_pool.py +35 -7
  78. pulumi_oci/core/_inputs.py +668 -402
  79. pulumi_oci/core/boot_volume.py +7 -7
  80. pulumi_oci/core/cluster_network.py +22 -22
  81. pulumi_oci/core/cross_connect_group.py +20 -4
  82. pulumi_oci/core/drg_route_table_route_rule.py +0 -7
  83. pulumi_oci/core/get_image.py +0 -4
  84. pulumi_oci/core/get_instance.py +0 -4
  85. pulumi_oci/core/get_public_ip.py +0 -4
  86. pulumi_oci/core/get_public_ips.py +0 -8
  87. pulumi_oci/core/get_vtap.py +0 -2
  88. pulumi_oci/core/get_vtaps.py +0 -2
  89. pulumi_oci/core/image.py +0 -56
  90. pulumi_oci/core/instance.py +48 -48
  91. pulumi_oci/core/instance_configuration.py +28 -70
  92. pulumi_oci/core/instance_pool.py +7 -7
  93. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  94. pulumi_oci/core/network_security_group_security_rule.py +105 -28
  95. pulumi_oci/core/outputs.py +668 -748
  96. pulumi_oci/core/public_ip.py +0 -8
  97. pulumi_oci/core/vnic_attachment.py +24 -8
  98. pulumi_oci/core/volume.py +7 -7
  99. pulumi_oci/core/volume_group.py +7 -7
  100. pulumi_oci/core/vtap.py +0 -14
  101. pulumi_oci/database/_inputs.py +220 -188
  102. pulumi_oci/database/autonomous_database.py +7 -21
  103. pulumi_oci/database/autonomous_database_wallet.py +0 -28
  104. pulumi_oci/database/backup_destination.py +11 -11
  105. pulumi_oci/database/cloud_database_management.py +0 -14
  106. pulumi_oci/database/database.py +44 -28
  107. pulumi_oci/database/database_upgrade.py +4 -4
  108. pulumi_oci/database/db_home.py +13 -0
  109. pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
  110. pulumi_oci/database/outputs.py +220 -188
  111. pulumi_oci/database/vm_cluster_network.py +4 -4
  112. pulumi_oci/databasemanagement/_inputs.py +8 -8
  113. pulumi_oci/databasemanagement/outputs.py +8 -8
  114. pulumi_oci/databasemigration/_inputs.py +34 -34
  115. pulumi_oci/databasemigration/connection.py +7 -7
  116. pulumi_oci/databasemigration/migration.py +7 -7
  117. pulumi_oci/databasemigration/outputs.py +34 -34
  118. pulumi_oci/databasetools/_inputs.py +36 -12
  119. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  120. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  121. pulumi_oci/databasetools/outputs.py +36 -12
  122. pulumi_oci/dataintegration/_inputs.py +330 -318
  123. pulumi_oci/dataintegration/outputs.py +330 -318
  124. pulumi_oci/dataintegration/workspace_application.py +7 -7
  125. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  126. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  127. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  128. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  129. pulumi_oci/dataintegration/workspace_project.py +7 -7
  130. pulumi_oci/dataintegration/workspace_task.py +47 -47
  131. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  132. pulumi_oci/datalabellingservice/outputs.py +10 -10
  133. pulumi_oci/datasafe/__init__.py +0 -2
  134. pulumi_oci/datasafe/_inputs.py +80 -72
  135. pulumi_oci/datasafe/library_masing_format.py +7 -7
  136. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  137. pulumi_oci/datasafe/masking_policy.py +7 -7
  138. pulumi_oci/datasafe/outputs.py +80 -72
  139. pulumi_oci/datasafe/report_definition.py +24 -8
  140. pulumi_oci/datasafe/target_database.py +21 -21
  141. pulumi_oci/datascience/_inputs.py +65 -337
  142. pulumi_oci/datascience/get_job_run.py +1 -11
  143. pulumi_oci/datascience/get_model_deployment.py +1 -11
  144. pulumi_oci/datascience/get_pipeline.py +0 -3
  145. pulumi_oci/datascience/get_pipeline_run.py +1 -14
  146. pulumi_oci/datascience/job_run.py +3 -52
  147. pulumi_oci/datascience/model_deployment.py +2 -51
  148. pulumi_oci/datascience/outputs.py +94 -757
  149. pulumi_oci/datascience/pipeline.py +14 -34
  150. pulumi_oci/datascience/pipeline_run.py +0 -65
  151. pulumi_oci/devops/_inputs.py +462 -80
  152. pulumi_oci/devops/deploy_stage.py +4 -4
  153. pulumi_oci/devops/deployment.py +7 -7
  154. pulumi_oci/devops/outputs.py +1143 -210
  155. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  156. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  157. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  158. pulumi_oci/disasterrecovery/outputs.py +6 -6
  159. pulumi_oci/dns/_inputs.py +8 -20
  160. pulumi_oci/dns/outputs.py +8 -42
  161. pulumi_oci/dns/rrset.py +7 -7
  162. pulumi_oci/dns/steering_policy.py +0 -42
  163. pulumi_oci/events/_inputs.py +12 -4
  164. pulumi_oci/events/outputs.py +12 -4
  165. pulumi_oci/events/rule.py +7 -7
  166. pulumi_oci/functions/_inputs.py +2 -2
  167. pulumi_oci/functions/outputs.py +2 -2
  168. pulumi_oci/goldengate/_inputs.py +4 -2
  169. pulumi_oci/goldengate/outputs.py +4 -2
  170. pulumi_oci/identity/_inputs.py +5954 -4860
  171. pulumi_oci/identity/domains_api_key.py +70 -70
  172. pulumi_oci/identity/domains_app.py +140 -119
  173. pulumi_oci/identity/domains_auth_token.py +21 -21
  174. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  175. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  176. pulumi_oci/identity/domains_my_api_key.py +70 -70
  177. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  178. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  179. pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
  180. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  181. pulumi_oci/identity/domains_my_support_account.py +21 -21
  182. pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
  183. pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
  184. pulumi_oci/identity/domains_policy.py +49 -35
  185. pulumi_oci/identity/domains_rule.py +21 -28
  186. pulumi_oci/identity/domains_setting.py +21 -35
  187. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  188. pulumi_oci/identity/domains_user.py +175 -189
  189. pulumi_oci/identity/domains_user_db_credential.py +41 -37
  190. pulumi_oci/identity/outputs.py +6007 -4913
  191. pulumi_oci/integration/_inputs.py +0 -4
  192. pulumi_oci/integration/outputs.py +4 -16
  193. pulumi_oci/jms/_inputs.py +8 -0
  194. pulumi_oci/jms/outputs.py +8 -0
  195. pulumi_oci/kms/_inputs.py +6 -6
  196. pulumi_oci/kms/outputs.py +6 -6
  197. pulumi_oci/loadbalancer/_inputs.py +30 -14
  198. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
  199. pulumi_oci/loadbalancer/outputs.py +30 -14
  200. pulumi_oci/loganalytics/_inputs.py +34 -26
  201. pulumi_oci/loganalytics/outputs.py +34 -26
  202. pulumi_oci/logging/_inputs.py +60 -60
  203. pulumi_oci/logging/outputs.py +60 -60
  204. pulumi_oci/managementagent/_inputs.py +46 -2
  205. pulumi_oci/managementagent/outputs.py +46 -2
  206. pulumi_oci/marketplace/_inputs.py +6 -6
  207. pulumi_oci/marketplace/outputs.py +6 -6
  208. pulumi_oci/marketplace/publication.py +11 -11
  209. pulumi_oci/mediaservices/_inputs.py +32 -8
  210. pulumi_oci/mediaservices/media_asset.py +18 -18
  211. pulumi_oci/mediaservices/media_workflow.py +38 -22
  212. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  213. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  214. pulumi_oci/mediaservices/outputs.py +32 -8
  215. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  216. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  217. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  218. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  219. pulumi_oci/meteringcomputation/outputs.py +2 -2
  220. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  221. pulumi_oci/monitoring/_inputs.py +4 -4
  222. pulumi_oci/monitoring/alarm.py +0 -21
  223. pulumi_oci/monitoring/get_alarm.py +0 -3
  224. pulumi_oci/monitoring/outputs.py +4 -10
  225. pulumi_oci/mysql/_inputs.py +22 -30
  226. pulumi_oci/mysql/outputs.py +22 -30
  227. pulumi_oci/mysql/replica.py +28 -12
  228. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
  229. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
  230. pulumi_oci/networkfirewall/outputs.py +0 -4
  231. pulumi_oci/networkloadbalancer/_inputs.py +26 -10
  232. pulumi_oci/networkloadbalancer/outputs.py +26 -10
  233. pulumi_oci/nosql/_inputs.py +12 -4
  234. pulumi_oci/nosql/outputs.py +12 -4
  235. pulumi_oci/objectstorage/_inputs.py +4 -4
  236. pulumi_oci/objectstorage/outputs.py +4 -4
  237. pulumi_oci/ocvp/_inputs.py +42 -86
  238. pulumi_oci/ocvp/get_retrieve_password.py +0 -1
  239. pulumi_oci/ocvp/outputs.py +42 -86
  240. pulumi_oci/ocvp/sddc.py +77 -49
  241. pulumi_oci/ons/subscription.py +0 -63
  242. pulumi_oci/opa/_inputs.py +2 -6
  243. pulumi_oci/opa/outputs.py +6 -18
  244. pulumi_oci/opsi/_inputs.py +6 -6
  245. pulumi_oci/opsi/exadata_insight.py +28 -28
  246. pulumi_oci/opsi/outputs.py +6 -6
  247. pulumi_oci/optimizer/_inputs.py +4 -4
  248. pulumi_oci/optimizer/outputs.py +4 -4
  249. pulumi_oci/osmanagement/_inputs.py +10 -2
  250. pulumi_oci/osmanagement/outputs.py +10 -2
  251. pulumi_oci/osmanagementhub/_inputs.py +8 -24
  252. pulumi_oci/osmanagementhub/event.py +0 -32
  253. pulumi_oci/osmanagementhub/get_event.py +0 -8
  254. pulumi_oci/osmanagementhub/get_events.py +0 -8
  255. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  256. pulumi_oci/osmanagementhub/outputs.py +8 -40
  257. pulumi_oci/osmanagementhub/software_source.py +7 -7
  258. pulumi_oci/ospgateway/_inputs.py +96 -96
  259. pulumi_oci/ospgateway/outputs.py +96 -96
  260. pulumi_oci/ospgateway/subscription.py +80 -80
  261. pulumi_oci/psql/_inputs.py +18 -10
  262. pulumi_oci/psql/db_system.py +14 -14
  263. pulumi_oci/psql/outputs.py +18 -10
  264. pulumi_oci/pulumi-plugin.json +1 -1
  265. pulumi_oci/queue/get_queue.py +9 -9
  266. pulumi_oci/queue/outputs.py +5 -5
  267. pulumi_oci/queue/queue.py +26 -77
  268. pulumi_oci/sch/_inputs.py +26 -26
  269. pulumi_oci/sch/connector.py +7 -7
  270. pulumi_oci/sch/outputs.py +26 -26
  271. pulumi_oci/servicecatalog/private_application.py +4 -4
  272. pulumi_oci/servicemesh/_inputs.py +24 -8
  273. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  274. pulumi_oci/servicemesh/outputs.py +24 -8
  275. pulumi_oci/stackmonitoring/_inputs.py +56 -40
  276. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  277. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  278. pulumi_oci/stackmonitoring/outputs.py +56 -40
  279. pulumi_oci/visualbuilder/_inputs.py +2 -6
  280. pulumi_oci/visualbuilder/outputs.py +6 -18
  281. pulumi_oci/vnmonitoring/_inputs.py +42 -10
  282. pulumi_oci/vnmonitoring/outputs.py +42 -10
  283. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  284. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  285. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  286. pulumi_oci/waas/_inputs.py +205 -133
  287. pulumi_oci/waas/outputs.py +205 -133
  288. pulumi_oci/waas/policy.py +7 -7
  289. pulumi_oci/waas/protection_rule.py +7 -7
  290. pulumi_oci/waf/_inputs.py +30 -36
  291. pulumi_oci/waf/network_address_list.py +7 -7
  292. pulumi_oci/waf/outputs.py +30 -36
  293. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
  294. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
  295. pulumi_oci/cloudguard/adhoc_query.py +0 -596
  296. pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
  297. pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
  298. pulumi_oci/cloudguard/get_saved_queries.py +0 -190
  299. pulumi_oci/cloudguard/get_saved_query.py +0 -235
  300. pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
  301. pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
  302. pulumi_oci/cloudguard/saved_query.py +0 -595
  303. pulumi_oci/cloudguard/wlp_agent.py +0 -654
  304. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  305. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  306. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.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: 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: (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).
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
- 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
+ (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).
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: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1390
- :param pulumi.Input[str] compartment_id: The OCID of the compartment.
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.
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: 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: (Updatable) 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 target asset.
1409
+ :param pulumi.Input[str] type: (Updatable) The type of action to run when the instance is interrupted for eviction.
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
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1458
+ (Updatable) 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
- The OCID of the compartment.
1470
+ (Updatable) 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
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1506
+ (Updatable) 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 target asset.
1698
+ (Updatable) The type of action to run when the instance is interrupted for eviction.
1699
1699
  """
1700
1700
  return pulumi.get(self, "type")
1701
1701
 
@@ -1726,23 +1726,48 @@ 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: 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.
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)
1746
1771
  """
1747
1772
  if agent_configs is not None:
1748
1773
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -1785,7 +1810,7 @@ class TargetAssetRecommendedSpecArgs:
1785
1810
  @pulumi.getter(name="agentConfigs")
1786
1811
  def agent_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigArgs']]]]:
1787
1812
  """
1788
- Configuration options for the Oracle Cloud Agent software running on the instance.
1813
+ (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
1789
1814
  """
1790
1815
  return pulumi.get(self, "agent_configs")
1791
1816
 
@@ -1797,7 +1822,7 @@ class TargetAssetRecommendedSpecArgs:
1797
1822
  @pulumi.getter(name="availabilityDomain")
1798
1823
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
1799
1824
  """
1800
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1825
+ (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1801
1826
  """
1802
1827
  return pulumi.get(self, "availability_domain")
1803
1828
 
@@ -1809,7 +1834,7 @@ class TargetAssetRecommendedSpecArgs:
1809
1834
  @pulumi.getter(name="capacityReservationId")
1810
1835
  def capacity_reservation_id(self) -> Optional[pulumi.Input[str]]:
1811
1836
  """
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).
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).
1813
1838
  """
1814
1839
  return pulumi.get(self, "capacity_reservation_id")
1815
1840
 
@@ -1821,7 +1846,7 @@ class TargetAssetRecommendedSpecArgs:
1821
1846
  @pulumi.getter(name="compartmentId")
1822
1847
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
1823
1848
  """
1824
- The OCID of the compartment.
1849
+ (Updatable) The OCID of the compartment.
1825
1850
  """
1826
1851
  return pulumi.get(self, "compartment_id")
1827
1852
 
@@ -1833,7 +1858,7 @@ class TargetAssetRecommendedSpecArgs:
1833
1858
  @pulumi.getter(name="createVnicDetails")
1834
1859
  def create_vnic_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecCreateVnicDetailArgs']]]]:
1835
1860
  """
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).
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).
1837
1862
  """
1838
1863
  return pulumi.get(self, "create_vnic_details")
1839
1864
 
@@ -1845,7 +1870,7 @@ class TargetAssetRecommendedSpecArgs:
1845
1870
  @pulumi.getter(name="dedicatedVmHostId")
1846
1871
  def dedicated_vm_host_id(self) -> Optional[pulumi.Input[str]]:
1847
1872
  """
1848
- The OCID of the dedicated VM host.
1873
+ (Updatable) The OCID of the dedicated VM host.
1849
1874
  """
1850
1875
  return pulumi.get(self, "dedicated_vm_host_id")
1851
1876
 
@@ -1857,7 +1882,7 @@ class TargetAssetRecommendedSpecArgs:
1857
1882
  @pulumi.getter(name="definedTags")
1858
1883
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
1859
1884
  """
1860
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1885
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1861
1886
  """
1862
1887
  return pulumi.get(self, "defined_tags")
1863
1888
 
@@ -1869,7 +1894,7 @@ class TargetAssetRecommendedSpecArgs:
1869
1894
  @pulumi.getter(name="displayName")
1870
1895
  def display_name(self) -> Optional[pulumi.Input[str]]:
1871
1896
  """
1872
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1897
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1873
1898
  """
1874
1899
  return pulumi.get(self, "display_name")
1875
1900
 
@@ -1881,7 +1906,13 @@ class TargetAssetRecommendedSpecArgs:
1881
1906
  @pulumi.getter(name="faultDomain")
1882
1907
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
1883
1908
  """
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.
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`
1885
1916
  """
1886
1917
  return pulumi.get(self, "fault_domain")
1887
1918
 
@@ -1893,7 +1924,7 @@ class TargetAssetRecommendedSpecArgs:
1893
1924
  @pulumi.getter(name="freeformTags")
1894
1925
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
1895
1926
  """
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"}`
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"}`
1897
1928
  """
1898
1929
  return pulumi.get(self, "freeform_tags")
1899
1930
 
@@ -1905,7 +1936,7 @@ class TargetAssetRecommendedSpecArgs:
1905
1936
  @pulumi.getter(name="hostnameLabel")
1906
1937
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
1907
1938
  """
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.
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.
1909
1940
  """
1910
1941
  return pulumi.get(self, "hostname_label")
1911
1942
 
@@ -1917,7 +1948,7 @@ class TargetAssetRecommendedSpecArgs:
1917
1948
  @pulumi.getter(name="instanceOptions")
1918
1949
  def instance_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecInstanceOptionArgs']]]]:
1919
1950
  """
1920
- Optional mutable instance options
1951
+ (Updatable) Optional mutable instance options
1921
1952
  """
1922
1953
  return pulumi.get(self, "instance_options")
1923
1954
 
@@ -1929,7 +1960,19 @@ class TargetAssetRecommendedSpecArgs:
1929
1960
  @pulumi.getter(name="ipxeScript")
1930
1961
  def ipxe_script(self) -> Optional[pulumi.Input[str]]:
1931
1962
  """
1932
- This is an advanced option.
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.
1933
1976
  """
1934
1977
  return pulumi.get(self, "ipxe_script")
1935
1978
 
@@ -1941,7 +1984,7 @@ class TargetAssetRecommendedSpecArgs:
1941
1984
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
1942
1985
  def is_pv_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
1943
1986
  """
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.
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.
1945
1988
  """
1946
1989
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
1947
1990
 
@@ -1953,7 +1996,7 @@ class TargetAssetRecommendedSpecArgs:
1953
1996
  @pulumi.getter(name="preemptibleInstanceConfigs")
1954
1997
  def preemptible_instance_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs']]]]:
1955
1998
  """
1956
- Configuration options for preemptible instances.
1999
+ (Updatable) Configuration options for preemptible instances.
1957
2000
  """
1958
2001
  return pulumi.get(self, "preemptible_instance_configs")
1959
2002
 
@@ -1965,7 +2008,9 @@ class TargetAssetRecommendedSpecArgs:
1965
2008
  @pulumi.getter
1966
2009
  def shape(self) -> Optional[pulumi.Input[str]]:
1967
2010
  """
1968
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
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).
1969
2014
  """
1970
2015
  return pulumi.get(self, "shape")
1971
2016
 
@@ -1977,7 +2022,11 @@ class TargetAssetRecommendedSpecArgs:
1977
2022
  @pulumi.getter(name="shapeConfigs")
1978
2023
  def shape_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecShapeConfigArgs']]]]:
1979
2024
  """
1980
- The shape configuration requested for the instance.
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.
1981
2030
  """
1982
2031
  return pulumi.get(self, "shape_configs")
1983
2032
 
@@ -1988,6 +2037,9 @@ class TargetAssetRecommendedSpecArgs:
1988
2037
  @property
1989
2038
  @pulumi.getter(name="sourceDetails")
1990
2039
  def source_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecSourceDetailArgs']]]]:
2040
+ """
2041
+ (Updatable)
2042
+ """
1991
2043
  return pulumi.get(self, "source_details")
1992
2044
 
1993
2045
  @source_details.setter
@@ -2003,10 +2055,24 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2003
2055
  is_monitoring_disabled: Optional[pulumi.Input[bool]] = None,
2004
2056
  plugins_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs']]]] = None):
2005
2057
  """
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.
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.
2010
2076
  """
2011
2077
  if are_all_plugins_disabled is not None:
2012
2078
  pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
@@ -2021,7 +2087,9 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2021
2087
  @pulumi.getter(name="areAllPluginsDisabled")
2022
2088
  def are_all_plugins_disabled(self) -> Optional[pulumi.Input[bool]]:
2023
2089
  """
2024
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
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).
2025
2093
  """
2026
2094
  return pulumi.get(self, "are_all_plugins_disabled")
2027
2095
 
@@ -2033,7 +2101,13 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2033
2101
  @pulumi.getter(name="isManagementDisabled")
2034
2102
  def is_management_disabled(self) -> Optional[pulumi.Input[bool]]:
2035
2103
  """
2036
- Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
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.
2037
2111
  """
2038
2112
  return pulumi.get(self, "is_management_disabled")
2039
2113
 
@@ -2045,7 +2119,13 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2045
2119
  @pulumi.getter(name="isMonitoringDisabled")
2046
2120
  def is_monitoring_disabled(self) -> Optional[pulumi.Input[bool]]:
2047
2121
  """
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).
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.
2049
2129
  """
2050
2130
  return pulumi.get(self, "is_monitoring_disabled")
2051
2131
 
@@ -2057,7 +2137,7 @@ class TargetAssetRecommendedSpecAgentConfigArgs:
2057
2137
  @pulumi.getter(name="pluginsConfigs")
2058
2138
  def plugins_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs']]]]:
2059
2139
  """
2060
- The configuration of plugins associated with this instance.
2140
+ (Updatable) The configuration of plugins associated with this instance.
2061
2141
  """
2062
2142
  return pulumi.get(self, "plugins_configs")
2063
2143
 
@@ -2072,8 +2152,10 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs:
2072
2152
  desired_state: Optional[pulumi.Input[str]] = None,
2073
2153
  name: Optional[pulumi.Input[str]] = None):
2074
2154
  """
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).
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).
2077
2159
  """
2078
2160
  if desired_state is not None:
2079
2161
  pulumi.set(__self__, "desired_state", desired_state)
@@ -2084,7 +2166,9 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs:
2084
2166
  @pulumi.getter(name="desiredState")
2085
2167
  def desired_state(self) -> Optional[pulumi.Input[str]]:
2086
2168
  """
2087
- Whether the plugin should be enabled or disabled.
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.
2088
2172
  """
2089
2173
  return pulumi.get(self, "desired_state")
2090
2174
 
@@ -2096,7 +2180,7 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs:
2096
2180
  @pulumi.getter
2097
2181
  def name(self) -> Optional[pulumi.Input[str]]:
2098
2182
  """
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).
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).
2100
2184
  """
2101
2185
  return pulumi.get(self, "name")
2102
2186
 
@@ -2120,17 +2204,41 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2120
2204
  subnet_id: Optional[pulumi.Input[str]] = None,
2121
2205
  vlan_id: Optional[pulumi.Input[str]] = None):
2122
2206
  """
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).
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.
2134
2242
  """
2135
2243
  if assign_private_dns_record is not None:
2136
2244
  pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
@@ -2159,7 +2267,9 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2159
2267
  @pulumi.getter(name="assignPrivateDnsRecord")
2160
2268
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
2161
2269
  """
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.
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.
2163
2273
  """
2164
2274
  return pulumi.get(self, "assign_private_dns_record")
2165
2275
 
@@ -2171,7 +2281,15 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2171
2281
  @pulumi.getter(name="assignPublicIp")
2172
2282
  def assign_public_ip(self) -> Optional[pulumi.Input[bool]]:
2173
2283
  """
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.
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).
2175
2293
  """
2176
2294
  return pulumi.get(self, "assign_public_ip")
2177
2295
 
@@ -2183,7 +2301,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2183
2301
  @pulumi.getter(name="definedTags")
2184
2302
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2185
2303
  """
2186
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2304
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2187
2305
  """
2188
2306
  return pulumi.get(self, "defined_tags")
2189
2307
 
@@ -2195,7 +2313,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2195
2313
  @pulumi.getter(name="displayName")
2196
2314
  def display_name(self) -> Optional[pulumi.Input[str]]:
2197
2315
  """
2198
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2316
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2199
2317
  """
2200
2318
  return pulumi.get(self, "display_name")
2201
2319
 
@@ -2207,7 +2325,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2207
2325
  @pulumi.getter(name="freeformTags")
2208
2326
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2209
2327
  """
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"}`
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"}`
2211
2329
  """
2212
2330
  return pulumi.get(self, "freeform_tags")
2213
2331
 
@@ -2219,7 +2337,7 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2219
2337
  @pulumi.getter(name="hostnameLabel")
2220
2338
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
2221
2339
  """
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.
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.
2223
2341
  """
2224
2342
  return pulumi.get(self, "hostname_label")
2225
2343
 
@@ -2231,7 +2349,9 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2231
2349
  @pulumi.getter(name="nsgIds")
2232
2350
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2233
2351
  """
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/).
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).
2235
2355
  """
2236
2356
  return pulumi.get(self, "nsg_ids")
2237
2357
 
@@ -2243,7 +2363,11 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2243
2363
  @pulumi.getter(name="privateIp")
2244
2364
  def private_ip(self) -> Optional[pulumi.Input[str]]:
2245
2365
  """
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).
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`
2247
2371
  """
2248
2372
  return pulumi.get(self, "private_ip")
2249
2373
 
@@ -2255,7 +2379,11 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2255
2379
  @pulumi.getter(name="skipSourceDestCheck")
2256
2380
  def skip_source_dest_check(self) -> Optional[pulumi.Input[bool]]:
2257
2381
  """
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).
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`
2259
2387
  """
2260
2388
  return pulumi.get(self, "skip_source_dest_check")
2261
2389
 
@@ -2267,7 +2395,9 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2267
2395
  @pulumi.getter(name="subnetId")
2268
2396
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
2269
2397
  """
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.
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.
2271
2401
  """
2272
2402
  return pulumi.get(self, "subnet_id")
2273
2403
 
@@ -2279,7 +2409,9 @@ class TargetAssetRecommendedSpecCreateVnicDetailArgs:
2279
2409
  @pulumi.getter(name="vlanId")
2280
2410
  def vlan_id(self) -> Optional[pulumi.Input[str]]:
2281
2411
  """
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).
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.
2283
2415
  """
2284
2416
  return pulumi.get(self, "vlan_id")
2285
2417
 
@@ -2293,7 +2425,7 @@ class TargetAssetRecommendedSpecInstanceOptionArgs:
2293
2425
  def __init__(__self__, *,
2294
2426
  are_legacy_imds_endpoints_disabled: Optional[pulumi.Input[bool]] = None):
2295
2427
  """
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.
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.
2297
2429
  """
2298
2430
  if are_legacy_imds_endpoints_disabled is not None:
2299
2431
  pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
@@ -2302,7 +2434,7 @@ class TargetAssetRecommendedSpecInstanceOptionArgs:
2302
2434
  @pulumi.getter(name="areLegacyImdsEndpointsDisabled")
2303
2435
  def are_legacy_imds_endpoints_disabled(self) -> Optional[pulumi.Input[bool]]:
2304
2436
  """
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.
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.
2306
2438
  """
2307
2439
  return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
2308
2440
 
@@ -2316,7 +2448,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs:
2316
2448
  def __init__(__self__, *,
2317
2449
  preemption_actions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]]] = None):
2318
2450
  """
2319
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
2451
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: (Updatable) The action to run when the preemptible instance is interrupted for eviction.
2320
2452
  """
2321
2453
  if preemption_actions is not None:
2322
2454
  pulumi.set(__self__, "preemption_actions", preemption_actions)
@@ -2325,7 +2457,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs:
2325
2457
  @pulumi.getter(name="preemptionActions")
2326
2458
  def preemption_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs']]]]:
2327
2459
  """
2328
- The action to run when the preemptible instance is interrupted for eviction.
2460
+ (Updatable) The action to run when the preemptible instance is interrupted for eviction.
2329
2461
  """
2330
2462
  return pulumi.get(self, "preemption_actions")
2331
2463
 
@@ -2340,8 +2472,8 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs:
2340
2472
  preserve_boot_volume: Optional[pulumi.Input[bool]] = None,
2341
2473
  type: Optional[pulumi.Input[str]] = None):
2342
2474
  """
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.
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.
2345
2477
  """
2346
2478
  if preserve_boot_volume is not None:
2347
2479
  pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
@@ -2352,7 +2484,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs:
2352
2484
  @pulumi.getter(name="preserveBootVolume")
2353
2485
  def preserve_boot_volume(self) -> Optional[pulumi.Input[bool]]:
2354
2486
  """
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.
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.
2356
2488
  """
2357
2489
  return pulumi.get(self, "preserve_boot_volume")
2358
2490
 
@@ -2364,7 +2496,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs:
2364
2496
  @pulumi.getter
2365
2497
  def type(self) -> Optional[pulumi.Input[str]]:
2366
2498
  """
2367
- (Updatable) The type of target asset.
2499
+ (Updatable) The type of action to run when the instance is interrupted for eviction.
2368
2500
  """
2369
2501
  return pulumi.get(self, "type")
2370
2502
 
@@ -2380,9 +2512,11 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2380
2512
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
2381
2513
  ocpus: Optional[pulumi.Input[float]] = None):
2382
2514
  """
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.
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.
2386
2520
  """
2387
2521
  if baseline_ocpu_utilization is not None:
2388
2522
  pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
@@ -2395,7 +2529,9 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2395
2529
  @pulumi.getter(name="baselineOcpuUtilization")
2396
2530
  def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
2397
2531
  """
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`.
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:
2399
2535
  """
2400
2536
  return pulumi.get(self, "baseline_ocpu_utilization")
2401
2537
 
@@ -2407,7 +2543,7 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2407
2543
  @pulumi.getter(name="memoryInGbs")
2408
2544
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
2409
2545
  """
2410
- The total amount of memory in gigabytes that is available to the instance.
2546
+ (Updatable) The total amount of memory in gigabytes that is available to the instance.
2411
2547
  """
2412
2548
  return pulumi.get(self, "memory_in_gbs")
2413
2549
 
@@ -2419,7 +2555,7 @@ class TargetAssetRecommendedSpecShapeConfigArgs:
2419
2555
  @pulumi.getter
2420
2556
  def ocpus(self) -> Optional[pulumi.Input[float]]:
2421
2557
  """
2422
- The total number of OCPUs available to the instance.
2558
+ (Updatable) The total number of OCPUs available to the instance.
2423
2559
  """
2424
2560
  return pulumi.get(self, "ocpus")
2425
2561
 
@@ -2438,12 +2574,18 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2438
2574
  kms_key_id: Optional[pulumi.Input[str]] = None,
2439
2575
  source_type: Optional[pulumi.Input[str]] = None):
2440
2576
  """
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.
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
2447
2589
  """
2448
2590
  if boot_volume_id is not None:
2449
2591
  pulumi.set(__self__, "boot_volume_id", boot_volume_id)
@@ -2462,7 +2604,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2462
2604
  @pulumi.getter(name="bootVolumeId")
2463
2605
  def boot_volume_id(self) -> Optional[pulumi.Input[str]]:
2464
2606
  """
2465
- The OCID of the boot volume used to boot the instance.
2607
+ (Updatable) The OCID of the boot volume used to boot the instance.
2466
2608
  """
2467
2609
  return pulumi.get(self, "boot_volume_id")
2468
2610
 
@@ -2474,7 +2616,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2474
2616
  @pulumi.getter(name="bootVolumeSizeInGbs")
2475
2617
  def boot_volume_size_in_gbs(self) -> Optional[pulumi.Input[str]]:
2476
2618
  """
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).
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).
2478
2620
  """
2479
2621
  return pulumi.get(self, "boot_volume_size_in_gbs")
2480
2622
 
@@ -2486,7 +2628,9 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2486
2628
  @pulumi.getter(name="bootVolumeVpusPerGb")
2487
2629
  def boot_volume_vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
2488
2630
  """
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.
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:
2490
2634
  """
2491
2635
  return pulumi.get(self, "boot_volume_vpus_per_gb")
2492
2636
 
@@ -2498,7 +2642,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2498
2642
  @pulumi.getter(name="imageId")
2499
2643
  def image_id(self) -> Optional[pulumi.Input[str]]:
2500
2644
  """
2501
- The OCID of the image used to boot the instance.
2645
+ (Updatable) The OCID of the image used to boot the instance.
2502
2646
  """
2503
2647
  return pulumi.get(self, "image_id")
2504
2648
 
@@ -2510,7 +2654,7 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2510
2654
  @pulumi.getter(name="kmsKeyId")
2511
2655
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
2512
2656
  """
2513
- The OCID of the key management key to assign as the master encryption key for the boot volume.
2657
+ (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
2514
2658
  """
2515
2659
  return pulumi.get(self, "kms_key_id")
2516
2660
 
@@ -2522,7 +2666,11 @@ class TargetAssetRecommendedSpecSourceDetailArgs:
2522
2666
  @pulumi.getter(name="sourceType")
2523
2667
  def source_type(self) -> Optional[pulumi.Input[str]]:
2524
2668
  """
2525
- The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
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
2526
2674
  """
2527
2675
  return pulumi.get(self, "source_type")
2528
2676
 
@@ -2553,23 +2701,48 @@ class TargetAssetTestSpecArgs:
2553
2701
  shape_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]]] = None,
2554
2702
  source_details: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]]] = None):
2555
2703
  """
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.
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)
2573
2746
  """
2574
2747
  if agent_configs is not None:
2575
2748
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -2612,7 +2785,7 @@ class TargetAssetTestSpecArgs:
2612
2785
  @pulumi.getter(name="agentConfigs")
2613
2786
  def agent_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigArgs']]]]:
2614
2787
  """
2615
- Configuration options for the Oracle Cloud Agent software running on the instance.
2788
+ (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
2616
2789
  """
2617
2790
  return pulumi.get(self, "agent_configs")
2618
2791
 
@@ -2624,7 +2797,7 @@ class TargetAssetTestSpecArgs:
2624
2797
  @pulumi.getter(name="availabilityDomain")
2625
2798
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
2626
2799
  """
2627
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2800
+ (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2628
2801
  """
2629
2802
  return pulumi.get(self, "availability_domain")
2630
2803
 
@@ -2636,7 +2809,7 @@ class TargetAssetTestSpecArgs:
2636
2809
  @pulumi.getter(name="capacityReservationId")
2637
2810
  def capacity_reservation_id(self) -> Optional[pulumi.Input[str]]:
2638
2811
  """
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).
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).
2640
2813
  """
2641
2814
  return pulumi.get(self, "capacity_reservation_id")
2642
2815
 
@@ -2648,7 +2821,7 @@ class TargetAssetTestSpecArgs:
2648
2821
  @pulumi.getter(name="compartmentId")
2649
2822
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
2650
2823
  """
2651
- The OCID of the compartment.
2824
+ (Updatable) The OCID of the compartment.
2652
2825
  """
2653
2826
  return pulumi.get(self, "compartment_id")
2654
2827
 
@@ -2660,7 +2833,7 @@ class TargetAssetTestSpecArgs:
2660
2833
  @pulumi.getter(name="createVnicDetails")
2661
2834
  def create_vnic_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecCreateVnicDetailArgs']]]]:
2662
2835
  """
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).
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).
2664
2837
  """
2665
2838
  return pulumi.get(self, "create_vnic_details")
2666
2839
 
@@ -2672,7 +2845,7 @@ class TargetAssetTestSpecArgs:
2672
2845
  @pulumi.getter(name="dedicatedVmHostId")
2673
2846
  def dedicated_vm_host_id(self) -> Optional[pulumi.Input[str]]:
2674
2847
  """
2675
- The OCID of the dedicated VM host.
2848
+ (Updatable) The OCID of the dedicated VM host.
2676
2849
  """
2677
2850
  return pulumi.get(self, "dedicated_vm_host_id")
2678
2851
 
@@ -2684,7 +2857,7 @@ class TargetAssetTestSpecArgs:
2684
2857
  @pulumi.getter(name="definedTags")
2685
2858
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2686
2859
  """
2687
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2860
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2688
2861
  """
2689
2862
  return pulumi.get(self, "defined_tags")
2690
2863
 
@@ -2696,7 +2869,7 @@ class TargetAssetTestSpecArgs:
2696
2869
  @pulumi.getter(name="displayName")
2697
2870
  def display_name(self) -> Optional[pulumi.Input[str]]:
2698
2871
  """
2699
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2872
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2700
2873
  """
2701
2874
  return pulumi.get(self, "display_name")
2702
2875
 
@@ -2708,7 +2881,13 @@ class TargetAssetTestSpecArgs:
2708
2881
  @pulumi.getter(name="faultDomain")
2709
2882
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
2710
2883
  """
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.
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`
2712
2891
  """
2713
2892
  return pulumi.get(self, "fault_domain")
2714
2893
 
@@ -2720,7 +2899,7 @@ class TargetAssetTestSpecArgs:
2720
2899
  @pulumi.getter(name="freeformTags")
2721
2900
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2722
2901
  """
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"}`
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"}`
2724
2903
  """
2725
2904
  return pulumi.get(self, "freeform_tags")
2726
2905
 
@@ -2732,7 +2911,7 @@ class TargetAssetTestSpecArgs:
2732
2911
  @pulumi.getter(name="hostnameLabel")
2733
2912
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
2734
2913
  """
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.
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.
2736
2915
  """
2737
2916
  return pulumi.get(self, "hostname_label")
2738
2917
 
@@ -2744,7 +2923,7 @@ class TargetAssetTestSpecArgs:
2744
2923
  @pulumi.getter(name="instanceOptions")
2745
2924
  def instance_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecInstanceOptionArgs']]]]:
2746
2925
  """
2747
- Optional mutable instance options
2926
+ (Updatable) Optional mutable instance options
2748
2927
  """
2749
2928
  return pulumi.get(self, "instance_options")
2750
2929
 
@@ -2756,7 +2935,19 @@ class TargetAssetTestSpecArgs:
2756
2935
  @pulumi.getter(name="ipxeScript")
2757
2936
  def ipxe_script(self) -> Optional[pulumi.Input[str]]:
2758
2937
  """
2759
- This is an advanced option.
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.
2760
2951
  """
2761
2952
  return pulumi.get(self, "ipxe_script")
2762
2953
 
@@ -2768,7 +2959,7 @@ class TargetAssetTestSpecArgs:
2768
2959
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
2769
2960
  def is_pv_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
2770
2961
  """
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.
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.
2772
2963
  """
2773
2964
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
2774
2965
 
@@ -2780,7 +2971,7 @@ class TargetAssetTestSpecArgs:
2780
2971
  @pulumi.getter(name="preemptibleInstanceConfigs")
2781
2972
  def preemptible_instance_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigArgs']]]]:
2782
2973
  """
2783
- Configuration options for preemptible instances.
2974
+ (Updatable) Configuration options for preemptible instances.
2784
2975
  """
2785
2976
  return pulumi.get(self, "preemptible_instance_configs")
2786
2977
 
@@ -2792,7 +2983,9 @@ class TargetAssetTestSpecArgs:
2792
2983
  @pulumi.getter
2793
2984
  def shape(self) -> Optional[pulumi.Input[str]]:
2794
2985
  """
2795
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
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).
2796
2989
  """
2797
2990
  return pulumi.get(self, "shape")
2798
2991
 
@@ -2804,7 +2997,11 @@ class TargetAssetTestSpecArgs:
2804
2997
  @pulumi.getter(name="shapeConfigs")
2805
2998
  def shape_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]]]:
2806
2999
  """
2807
- The shape configuration requested for the instance.
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.
2808
3005
  """
2809
3006
  return pulumi.get(self, "shape_configs")
2810
3007
 
@@ -2815,6 +3012,9 @@ class TargetAssetTestSpecArgs:
2815
3012
  @property
2816
3013
  @pulumi.getter(name="sourceDetails")
2817
3014
  def source_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]]]:
3015
+ """
3016
+ (Updatable)
3017
+ """
2818
3018
  return pulumi.get(self, "source_details")
2819
3019
 
2820
3020
  @source_details.setter
@@ -2830,10 +3030,24 @@ class TargetAssetTestSpecAgentConfigArgs:
2830
3030
  is_monitoring_disabled: Optional[pulumi.Input[bool]] = None,
2831
3031
  plugins_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigPluginsConfigArgs']]]] = None):
2832
3032
  """
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.
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.
2837
3051
  """
2838
3052
  if are_all_plugins_disabled is not None:
2839
3053
  pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
@@ -2848,7 +3062,9 @@ class TargetAssetTestSpecAgentConfigArgs:
2848
3062
  @pulumi.getter(name="areAllPluginsDisabled")
2849
3063
  def are_all_plugins_disabled(self) -> Optional[pulumi.Input[bool]]:
2850
3064
  """
2851
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
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).
2852
3068
  """
2853
3069
  return pulumi.get(self, "are_all_plugins_disabled")
2854
3070
 
@@ -2860,7 +3076,13 @@ class TargetAssetTestSpecAgentConfigArgs:
2860
3076
  @pulumi.getter(name="isManagementDisabled")
2861
3077
  def is_management_disabled(self) -> Optional[pulumi.Input[bool]]:
2862
3078
  """
2863
- Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
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.
2864
3086
  """
2865
3087
  return pulumi.get(self, "is_management_disabled")
2866
3088
 
@@ -2872,7 +3094,13 @@ class TargetAssetTestSpecAgentConfigArgs:
2872
3094
  @pulumi.getter(name="isMonitoringDisabled")
2873
3095
  def is_monitoring_disabled(self) -> Optional[pulumi.Input[bool]]:
2874
3096
  """
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).
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.
2876
3104
  """
2877
3105
  return pulumi.get(self, "is_monitoring_disabled")
2878
3106
 
@@ -2884,7 +3112,7 @@ class TargetAssetTestSpecAgentConfigArgs:
2884
3112
  @pulumi.getter(name="pluginsConfigs")
2885
3113
  def plugins_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecAgentConfigPluginsConfigArgs']]]]:
2886
3114
  """
2887
- The configuration of plugins associated with this instance.
3115
+ (Updatable) The configuration of plugins associated with this instance.
2888
3116
  """
2889
3117
  return pulumi.get(self, "plugins_configs")
2890
3118
 
@@ -2899,8 +3127,10 @@ class TargetAssetTestSpecAgentConfigPluginsConfigArgs:
2899
3127
  desired_state: Optional[pulumi.Input[str]] = None,
2900
3128
  name: Optional[pulumi.Input[str]] = None):
2901
3129
  """
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).
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).
2904
3134
  """
2905
3135
  if desired_state is not None:
2906
3136
  pulumi.set(__self__, "desired_state", desired_state)
@@ -2911,7 +3141,9 @@ class TargetAssetTestSpecAgentConfigPluginsConfigArgs:
2911
3141
  @pulumi.getter(name="desiredState")
2912
3142
  def desired_state(self) -> Optional[pulumi.Input[str]]:
2913
3143
  """
2914
- Whether the plugin should be enabled or disabled.
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.
2915
3147
  """
2916
3148
  return pulumi.get(self, "desired_state")
2917
3149
 
@@ -2923,7 +3155,7 @@ class TargetAssetTestSpecAgentConfigPluginsConfigArgs:
2923
3155
  @pulumi.getter
2924
3156
  def name(self) -> Optional[pulumi.Input[str]]:
2925
3157
  """
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).
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).
2927
3159
  """
2928
3160
  return pulumi.get(self, "name")
2929
3161
 
@@ -2947,17 +3179,41 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
2947
3179
  subnet_id: Optional[pulumi.Input[str]] = None,
2948
3180
  vlan_id: Optional[pulumi.Input[str]] = None):
2949
3181
  """
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).
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.
2961
3217
  """
2962
3218
  if assign_private_dns_record is not None:
2963
3219
  pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
@@ -2986,7 +3242,9 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
2986
3242
  @pulumi.getter(name="assignPrivateDnsRecord")
2987
3243
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
2988
3244
  """
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.
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.
2990
3248
  """
2991
3249
  return pulumi.get(self, "assign_private_dns_record")
2992
3250
 
@@ -2998,7 +3256,15 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
2998
3256
  @pulumi.getter(name="assignPublicIp")
2999
3257
  def assign_public_ip(self) -> Optional[pulumi.Input[bool]]:
3000
3258
  """
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.
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).
3002
3268
  """
3003
3269
  return pulumi.get(self, "assign_public_ip")
3004
3270
 
@@ -3010,7 +3276,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3010
3276
  @pulumi.getter(name="definedTags")
3011
3277
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3012
3278
  """
3013
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3279
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3014
3280
  """
3015
3281
  return pulumi.get(self, "defined_tags")
3016
3282
 
@@ -3022,7 +3288,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3022
3288
  @pulumi.getter(name="displayName")
3023
3289
  def display_name(self) -> Optional[pulumi.Input[str]]:
3024
3290
  """
3025
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3291
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3026
3292
  """
3027
3293
  return pulumi.get(self, "display_name")
3028
3294
 
@@ -3034,7 +3300,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3034
3300
  @pulumi.getter(name="freeformTags")
3035
3301
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3036
3302
  """
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"}`
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"}`
3038
3304
  """
3039
3305
  return pulumi.get(self, "freeform_tags")
3040
3306
 
@@ -3046,7 +3312,7 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3046
3312
  @pulumi.getter(name="hostnameLabel")
3047
3313
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
3048
3314
  """
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.
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.
3050
3316
  """
3051
3317
  return pulumi.get(self, "hostname_label")
3052
3318
 
@@ -3058,7 +3324,9 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3058
3324
  @pulumi.getter(name="nsgIds")
3059
3325
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3060
3326
  """
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/).
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).
3062
3330
  """
3063
3331
  return pulumi.get(self, "nsg_ids")
3064
3332
 
@@ -3070,7 +3338,11 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3070
3338
  @pulumi.getter(name="privateIp")
3071
3339
  def private_ip(self) -> Optional[pulumi.Input[str]]:
3072
3340
  """
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).
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`
3074
3346
  """
3075
3347
  return pulumi.get(self, "private_ip")
3076
3348
 
@@ -3082,7 +3354,11 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3082
3354
  @pulumi.getter(name="skipSourceDestCheck")
3083
3355
  def skip_source_dest_check(self) -> Optional[pulumi.Input[bool]]:
3084
3356
  """
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).
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`
3086
3362
  """
3087
3363
  return pulumi.get(self, "skip_source_dest_check")
3088
3364
 
@@ -3094,7 +3370,9 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3094
3370
  @pulumi.getter(name="subnetId")
3095
3371
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
3096
3372
  """
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.
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.
3098
3376
  """
3099
3377
  return pulumi.get(self, "subnet_id")
3100
3378
 
@@ -3106,7 +3384,9 @@ class TargetAssetTestSpecCreateVnicDetailArgs:
3106
3384
  @pulumi.getter(name="vlanId")
3107
3385
  def vlan_id(self) -> Optional[pulumi.Input[str]]:
3108
3386
  """
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).
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.
3110
3390
  """
3111
3391
  return pulumi.get(self, "vlan_id")
3112
3392
 
@@ -3120,7 +3400,7 @@ class TargetAssetTestSpecInstanceOptionArgs:
3120
3400
  def __init__(__self__, *,
3121
3401
  are_legacy_imds_endpoints_disabled: Optional[pulumi.Input[bool]] = None):
3122
3402
  """
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.
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.
3124
3404
  """
3125
3405
  if are_legacy_imds_endpoints_disabled is not None:
3126
3406
  pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
@@ -3129,7 +3409,7 @@ class TargetAssetTestSpecInstanceOptionArgs:
3129
3409
  @pulumi.getter(name="areLegacyImdsEndpointsDisabled")
3130
3410
  def are_legacy_imds_endpoints_disabled(self) -> Optional[pulumi.Input[bool]]:
3131
3411
  """
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.
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.
3133
3413
  """
3134
3414
  return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
3135
3415
 
@@ -3143,7 +3423,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigArgs:
3143
3423
  def __init__(__self__, *,
3144
3424
  preemption_actions: Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]]] = None):
3145
3425
  """
3146
- :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
3426
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]] preemption_actions: (Updatable) The action to run when the preemptible instance is interrupted for eviction.
3147
3427
  """
3148
3428
  if preemption_actions is not None:
3149
3429
  pulumi.set(__self__, "preemption_actions", preemption_actions)
@@ -3152,7 +3432,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigArgs:
3152
3432
  @pulumi.getter(name="preemptionActions")
3153
3433
  def preemption_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs']]]]:
3154
3434
  """
3155
- The action to run when the preemptible instance is interrupted for eviction.
3435
+ (Updatable) The action to run when the preemptible instance is interrupted for eviction.
3156
3436
  """
3157
3437
  return pulumi.get(self, "preemption_actions")
3158
3438
 
@@ -3167,8 +3447,8 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs:
3167
3447
  preserve_boot_volume: Optional[pulumi.Input[bool]] = None,
3168
3448
  type: Optional[pulumi.Input[str]] = None):
3169
3449
  """
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.
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.
3172
3452
  """
3173
3453
  if preserve_boot_volume is not None:
3174
3454
  pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
@@ -3179,7 +3459,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs:
3179
3459
  @pulumi.getter(name="preserveBootVolume")
3180
3460
  def preserve_boot_volume(self) -> Optional[pulumi.Input[bool]]:
3181
3461
  """
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.
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.
3183
3463
  """
3184
3464
  return pulumi.get(self, "preserve_boot_volume")
3185
3465
 
@@ -3191,7 +3471,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs:
3191
3471
  @pulumi.getter
3192
3472
  def type(self) -> Optional[pulumi.Input[str]]:
3193
3473
  """
3194
- (Updatable) The type of target asset.
3474
+ (Updatable) The type of action to run when the instance is interrupted for eviction.
3195
3475
  """
3196
3476
  return pulumi.get(self, "type")
3197
3477
 
@@ -3207,9 +3487,11 @@ class TargetAssetTestSpecShapeConfigArgs:
3207
3487
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
3208
3488
  ocpus: Optional[pulumi.Input[float]] = None):
3209
3489
  """
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.
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.
3213
3495
  """
3214
3496
  if baseline_ocpu_utilization is not None:
3215
3497
  pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
@@ -3222,7 +3504,9 @@ class TargetAssetTestSpecShapeConfigArgs:
3222
3504
  @pulumi.getter(name="baselineOcpuUtilization")
3223
3505
  def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
3224
3506
  """
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`.
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:
3226
3510
  """
3227
3511
  return pulumi.get(self, "baseline_ocpu_utilization")
3228
3512
 
@@ -3234,7 +3518,7 @@ class TargetAssetTestSpecShapeConfigArgs:
3234
3518
  @pulumi.getter(name="memoryInGbs")
3235
3519
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
3236
3520
  """
3237
- The total amount of memory in gigabytes that is available to the instance.
3521
+ (Updatable) The total amount of memory in gigabytes that is available to the instance.
3238
3522
  """
3239
3523
  return pulumi.get(self, "memory_in_gbs")
3240
3524
 
@@ -3246,7 +3530,7 @@ class TargetAssetTestSpecShapeConfigArgs:
3246
3530
  @pulumi.getter
3247
3531
  def ocpus(self) -> Optional[pulumi.Input[float]]:
3248
3532
  """
3249
- The total number of OCPUs available to the instance.
3533
+ (Updatable) The total number of OCPUs available to the instance.
3250
3534
  """
3251
3535
  return pulumi.get(self, "ocpus")
3252
3536
 
@@ -3265,12 +3549,18 @@ class TargetAssetTestSpecSourceDetailArgs:
3265
3549
  kms_key_id: Optional[pulumi.Input[str]] = None,
3266
3550
  source_type: Optional[pulumi.Input[str]] = None):
3267
3551
  """
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.
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
3274
3564
  """
3275
3565
  if boot_volume_id is not None:
3276
3566
  pulumi.set(__self__, "boot_volume_id", boot_volume_id)
@@ -3289,7 +3579,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3289
3579
  @pulumi.getter(name="bootVolumeId")
3290
3580
  def boot_volume_id(self) -> Optional[pulumi.Input[str]]:
3291
3581
  """
3292
- The OCID of the boot volume used to boot the instance.
3582
+ (Updatable) The OCID of the boot volume used to boot the instance.
3293
3583
  """
3294
3584
  return pulumi.get(self, "boot_volume_id")
3295
3585
 
@@ -3301,7 +3591,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3301
3591
  @pulumi.getter(name="bootVolumeSizeInGbs")
3302
3592
  def boot_volume_size_in_gbs(self) -> Optional[pulumi.Input[str]]:
3303
3593
  """
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).
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).
3305
3595
  """
3306
3596
  return pulumi.get(self, "boot_volume_size_in_gbs")
3307
3597
 
@@ -3313,7 +3603,9 @@ class TargetAssetTestSpecSourceDetailArgs:
3313
3603
  @pulumi.getter(name="bootVolumeVpusPerGb")
3314
3604
  def boot_volume_vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
3315
3605
  """
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.
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:
3317
3609
  """
3318
3610
  return pulumi.get(self, "boot_volume_vpus_per_gb")
3319
3611
 
@@ -3325,7 +3617,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3325
3617
  @pulumi.getter(name="imageId")
3326
3618
  def image_id(self) -> Optional[pulumi.Input[str]]:
3327
3619
  """
3328
- The OCID of the image used to boot the instance.
3620
+ (Updatable) The OCID of the image used to boot the instance.
3329
3621
  """
3330
3622
  return pulumi.get(self, "image_id")
3331
3623
 
@@ -3337,7 +3629,7 @@ class TargetAssetTestSpecSourceDetailArgs:
3337
3629
  @pulumi.getter(name="kmsKeyId")
3338
3630
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
3339
3631
  """
3340
- The OCID of the key management key to assign as the master encryption key for the boot volume.
3632
+ (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
3341
3633
  """
3342
3634
  return pulumi.get(self, "kms_key_id")
3343
3635
 
@@ -3349,7 +3641,11 @@ class TargetAssetTestSpecSourceDetailArgs:
3349
3641
  @pulumi.getter(name="sourceType")
3350
3642
  def source_type(self) -> Optional[pulumi.Input[str]]:
3351
3643
  """
3352
- The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
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
3353
3649
  """
3354
3650
  return pulumi.get(self, "source_type")
3355
3651
 
@@ -3871,15 +4167,7 @@ class TargetAssetUserSpecCreateVnicDetailsArgs:
3871
4167
  :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"}`
3872
4168
  :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.
3873
4169
  :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"}`
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).
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.
3883
4171
  :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/).
3884
4172
 
3885
4173
  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).
@@ -3997,15 +4285,7 @@ class TargetAssetUserSpecCreateVnicDetailsArgs:
3997
4285
  @pulumi.getter(name="hostnameLabel")
3998
4286
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
3999
4287
  """
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).
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.
4009
4289
  """
4010
4290
  return pulumi.get(self, "hostname_label")
4011
4291
 
@@ -4181,9 +4461,6 @@ class TargetAssetUserSpecShapeConfigArgs:
4181
4461
  :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`.
4182
4462
 
4183
4463
  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.
4187
4464
  :param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
4188
4465
  :param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the instance.
4189
4466
  """
@@ -4201,9 +4478,6 @@ class TargetAssetUserSpecShapeConfigArgs:
4201
4478
  (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`.
4202
4479
 
4203
4480
  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.
4207
4481
  """
4208
4482
  return pulumi.get(self, "baseline_ocpu_utilization")
4209
4483