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
@@ -961,7 +961,7 @@ class TargetAssetCompatibilityMessage(dict):
961
961
  severity: Optional[str] = None):
962
962
  """
963
963
  :param str message: Detailed description of the compatibility issue.
964
- :param 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).
964
+ :param 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).
965
965
  :param str severity: Severity level of the compatibility issue.
966
966
  """
967
967
  if message is not None:
@@ -983,7 +983,7 @@ class TargetAssetCompatibilityMessage(dict):
983
983
  @pulumi.getter
984
984
  def name(self) -> Optional[str]:
985
985
  """
986
- 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).
986
+ (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).
987
987
  """
988
988
  return pulumi.get(self, "name")
989
989
 
@@ -1548,11 +1548,11 @@ class TargetAssetMigrationAsset(dict):
1548
1548
  time_updated: Optional[str] = None,
1549
1549
  type: Optional[str] = None):
1550
1550
  """
1551
- :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1552
- :param str compartment_id: The OCID of the compartment.
1551
+ :param str availability_domain: (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1552
+ :param str compartment_id: (Updatable) The OCID of the compartment.
1553
1553
  :param Sequence[str] depended_on_bies: List of migration assets that depend on the asset.
1554
1554
  :param Sequence[str] depends_ons: List of migration assets that depends on the asset.
1555
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1555
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1556
1556
  :param str id: Asset ID generated by mirgration service. It is used in the mirgration service pipeline.
1557
1557
  :param 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.
1558
1558
  :param str migration_id: OCID of the associated migration.
@@ -1568,7 +1568,7 @@ class TargetAssetMigrationAsset(dict):
1568
1568
  :param str tenancy_id: Tenancy identifier
1569
1569
  :param str time_created: The time when the target asset was created. An RFC3339 formatted datetime string.
1570
1570
  :param str time_updated: The time when the target asset was updated. An RFC3339 formatted datetime string.
1571
- :param str type: (Updatable) The type of target asset.
1571
+ :param str type: (Updatable) The type of action to run when the instance is interrupted for eviction.
1572
1572
  """
1573
1573
  if availability_domain is not None:
1574
1574
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -1617,7 +1617,7 @@ class TargetAssetMigrationAsset(dict):
1617
1617
  @pulumi.getter(name="availabilityDomain")
1618
1618
  def availability_domain(self) -> Optional[str]:
1619
1619
  """
1620
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1620
+ (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1621
1621
  """
1622
1622
  return pulumi.get(self, "availability_domain")
1623
1623
 
@@ -1625,7 +1625,7 @@ class TargetAssetMigrationAsset(dict):
1625
1625
  @pulumi.getter(name="compartmentId")
1626
1626
  def compartment_id(self) -> Optional[str]:
1627
1627
  """
1628
- The OCID of the compartment.
1628
+ (Updatable) The OCID of the compartment.
1629
1629
  """
1630
1630
  return pulumi.get(self, "compartment_id")
1631
1631
 
@@ -1649,7 +1649,7 @@ class TargetAssetMigrationAsset(dict):
1649
1649
  @pulumi.getter(name="displayName")
1650
1650
  def display_name(self) -> Optional[str]:
1651
1651
  """
1652
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1652
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1653
1653
  """
1654
1654
  return pulumi.get(self, "display_name")
1655
1655
 
@@ -1777,7 +1777,7 @@ class TargetAssetMigrationAsset(dict):
1777
1777
  @pulumi.getter
1778
1778
  def type(self) -> Optional[str]:
1779
1779
  """
1780
- (Updatable) The type of target asset.
1780
+ (Updatable) The type of action to run when the instance is interrupted for eviction.
1781
1781
  """
1782
1782
  return pulumi.get(self, "type")
1783
1783
 
@@ -1853,23 +1853,48 @@ class TargetAssetRecommendedSpec(dict):
1853
1853
  shape_configs: Optional[Sequence['outputs.TargetAssetRecommendedSpecShapeConfig']] = None,
1854
1854
  source_details: Optional[Sequence['outputs.TargetAssetRecommendedSpecSourceDetail']] = None):
1855
1855
  """
1856
- :param Sequence['TargetAssetRecommendedSpecAgentConfigArgs'] agent_configs: Configuration options for the Oracle Cloud Agent software running on the instance.
1857
- :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1858
- :param 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).
1859
- :param str compartment_id: The OCID of the compartment.
1860
- :param Sequence['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).
1861
- :param str dedicated_vm_host_id: The OCID of the dedicated VM host.
1862
- :param 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"}`
1863
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1864
- :param 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.
1865
- :param 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"}`
1866
- :param 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.
1867
- :param Sequence['TargetAssetRecommendedSpecInstanceOptionArgs'] instance_options: Optional mutable instance options
1868
- :param str ipxe_script: This is an advanced option.
1869
- :param 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.
1870
- :param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
1871
- :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
1872
- :param Sequence['TargetAssetRecommendedSpecShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
1856
+ :param Sequence['TargetAssetRecommendedSpecAgentConfigArgs'] agent_configs: (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
1857
+ :param str availability_domain: (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1858
+ :param 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).
1859
+ :param str compartment_id: (Updatable) The OCID of the compartment.
1860
+ :param Sequence['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).
1861
+ :param str dedicated_vm_host_id: (Updatable) The OCID of the dedicated VM host.
1862
+ :param 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"}`
1863
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1864
+ :param 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.
1865
+
1866
+ If you do not specify the fault domain, the system selects one for you.
1867
+
1868
+ 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.
1869
+
1870
+ Example: `FAULT-DOMAIN-1`
1871
+ :param 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"}`
1872
+ :param 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.
1873
+ :param Sequence['TargetAssetRecommendedSpecInstanceOptionArgs'] instance_options: (Updatable) Optional mutable instance options
1874
+ :param str ipxe_script: (Updatable) This is an advanced option.
1875
+
1876
+ 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.
1877
+
1878
+ 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.
1879
+
1880
+ 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.
1881
+
1882
+ 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.
1883
+
1884
+ 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).
1885
+
1886
+ For more information about iPXE, see http://ipxe.org.
1887
+ :param 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.
1888
+ :param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: (Updatable) Configuration options for preemptible instances.
1889
+ :param 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.
1890
+
1891
+ You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
1892
+ :param Sequence['TargetAssetRecommendedSpecShapeConfigArgs'] shape_configs: (Updatable) The shape configuration requested for the instance.
1893
+
1894
+ 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.
1895
+
1896
+ Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
1897
+ :param Sequence['TargetAssetRecommendedSpecSourceDetailArgs'] source_details: (Updatable)
1873
1898
  """
1874
1899
  if agent_configs is not None:
1875
1900
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -1912,7 +1937,7 @@ class TargetAssetRecommendedSpec(dict):
1912
1937
  @pulumi.getter(name="agentConfigs")
1913
1938
  def agent_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecAgentConfig']]:
1914
1939
  """
1915
- Configuration options for the Oracle Cloud Agent software running on the instance.
1940
+ (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
1916
1941
  """
1917
1942
  return pulumi.get(self, "agent_configs")
1918
1943
 
@@ -1920,7 +1945,7 @@ class TargetAssetRecommendedSpec(dict):
1920
1945
  @pulumi.getter(name="availabilityDomain")
1921
1946
  def availability_domain(self) -> Optional[str]:
1922
1947
  """
1923
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1948
+ (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
1924
1949
  """
1925
1950
  return pulumi.get(self, "availability_domain")
1926
1951
 
@@ -1928,7 +1953,7 @@ class TargetAssetRecommendedSpec(dict):
1928
1953
  @pulumi.getter(name="capacityReservationId")
1929
1954
  def capacity_reservation_id(self) -> Optional[str]:
1930
1955
  """
1931
- 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).
1956
+ (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).
1932
1957
  """
1933
1958
  return pulumi.get(self, "capacity_reservation_id")
1934
1959
 
@@ -1936,7 +1961,7 @@ class TargetAssetRecommendedSpec(dict):
1936
1961
  @pulumi.getter(name="compartmentId")
1937
1962
  def compartment_id(self) -> Optional[str]:
1938
1963
  """
1939
- The OCID of the compartment.
1964
+ (Updatable) The OCID of the compartment.
1940
1965
  """
1941
1966
  return pulumi.get(self, "compartment_id")
1942
1967
 
@@ -1944,7 +1969,7 @@ class TargetAssetRecommendedSpec(dict):
1944
1969
  @pulumi.getter(name="createVnicDetails")
1945
1970
  def create_vnic_details(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecCreateVnicDetail']]:
1946
1971
  """
1947
- 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).
1972
+ (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).
1948
1973
  """
1949
1974
  return pulumi.get(self, "create_vnic_details")
1950
1975
 
@@ -1952,7 +1977,7 @@ class TargetAssetRecommendedSpec(dict):
1952
1977
  @pulumi.getter(name="dedicatedVmHostId")
1953
1978
  def dedicated_vm_host_id(self) -> Optional[str]:
1954
1979
  """
1955
- The OCID of the dedicated VM host.
1980
+ (Updatable) The OCID of the dedicated VM host.
1956
1981
  """
1957
1982
  return pulumi.get(self, "dedicated_vm_host_id")
1958
1983
 
@@ -1960,7 +1985,7 @@ class TargetAssetRecommendedSpec(dict):
1960
1985
  @pulumi.getter(name="definedTags")
1961
1986
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
1962
1987
  """
1963
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1988
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1964
1989
  """
1965
1990
  return pulumi.get(self, "defined_tags")
1966
1991
 
@@ -1968,7 +1993,7 @@ class TargetAssetRecommendedSpec(dict):
1968
1993
  @pulumi.getter(name="displayName")
1969
1994
  def display_name(self) -> Optional[str]:
1970
1995
  """
1971
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1996
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1972
1997
  """
1973
1998
  return pulumi.get(self, "display_name")
1974
1999
 
@@ -1976,7 +2001,13 @@ class TargetAssetRecommendedSpec(dict):
1976
2001
  @pulumi.getter(name="faultDomain")
1977
2002
  def fault_domain(self) -> Optional[str]:
1978
2003
  """
1979
- 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.
2004
+ (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.
2005
+
2006
+ If you do not specify the fault domain, the system selects one for you.
2007
+
2008
+ 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.
2009
+
2010
+ Example: `FAULT-DOMAIN-1`
1980
2011
  """
1981
2012
  return pulumi.get(self, "fault_domain")
1982
2013
 
@@ -1984,7 +2015,7 @@ class TargetAssetRecommendedSpec(dict):
1984
2015
  @pulumi.getter(name="freeformTags")
1985
2016
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
1986
2017
  """
1987
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2018
+ (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"}`
1988
2019
  """
1989
2020
  return pulumi.get(self, "freeform_tags")
1990
2021
 
@@ -1992,7 +2023,7 @@ class TargetAssetRecommendedSpec(dict):
1992
2023
  @pulumi.getter(name="hostnameLabel")
1993
2024
  def hostname_label(self) -> Optional[str]:
1994
2025
  """
1995
- 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.
2026
+ (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.
1996
2027
  """
1997
2028
  return pulumi.get(self, "hostname_label")
1998
2029
 
@@ -2000,7 +2031,7 @@ class TargetAssetRecommendedSpec(dict):
2000
2031
  @pulumi.getter(name="instanceOptions")
2001
2032
  def instance_options(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecInstanceOption']]:
2002
2033
  """
2003
- Optional mutable instance options
2034
+ (Updatable) Optional mutable instance options
2004
2035
  """
2005
2036
  return pulumi.get(self, "instance_options")
2006
2037
 
@@ -2008,7 +2039,19 @@ class TargetAssetRecommendedSpec(dict):
2008
2039
  @pulumi.getter(name="ipxeScript")
2009
2040
  def ipxe_script(self) -> Optional[str]:
2010
2041
  """
2011
- This is an advanced option.
2042
+ (Updatable) This is an advanced option.
2043
+
2044
+ 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.
2045
+
2046
+ 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.
2047
+
2048
+ 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.
2049
+
2050
+ 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.
2051
+
2052
+ 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).
2053
+
2054
+ For more information about iPXE, see http://ipxe.org.
2012
2055
  """
2013
2056
  return pulumi.get(self, "ipxe_script")
2014
2057
 
@@ -2016,7 +2059,7 @@ class TargetAssetRecommendedSpec(dict):
2016
2059
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
2017
2060
  def is_pv_encryption_in_transit_enabled(self) -> Optional[bool]:
2018
2061
  """
2019
- 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.
2062
+ (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.
2020
2063
  """
2021
2064
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
2022
2065
 
@@ -2024,7 +2067,7 @@ class TargetAssetRecommendedSpec(dict):
2024
2067
  @pulumi.getter(name="preemptibleInstanceConfigs")
2025
2068
  def preemptible_instance_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecPreemptibleInstanceConfig']]:
2026
2069
  """
2027
- Configuration options for preemptible instances.
2070
+ (Updatable) Configuration options for preemptible instances.
2028
2071
  """
2029
2072
  return pulumi.get(self, "preemptible_instance_configs")
2030
2073
 
@@ -2032,7 +2075,9 @@ class TargetAssetRecommendedSpec(dict):
2032
2075
  @pulumi.getter
2033
2076
  def shape(self) -> Optional[str]:
2034
2077
  """
2035
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2078
+ (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2079
+
2080
+ You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
2036
2081
  """
2037
2082
  return pulumi.get(self, "shape")
2038
2083
 
@@ -2040,13 +2085,20 @@ class TargetAssetRecommendedSpec(dict):
2040
2085
  @pulumi.getter(name="shapeConfigs")
2041
2086
  def shape_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecShapeConfig']]:
2042
2087
  """
2043
- The shape configuration requested for the instance.
2088
+ (Updatable) The shape configuration requested for the instance.
2089
+
2090
+ 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.
2091
+
2092
+ Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
2044
2093
  """
2045
2094
  return pulumi.get(self, "shape_configs")
2046
2095
 
2047
2096
  @property
2048
2097
  @pulumi.getter(name="sourceDetails")
2049
2098
  def source_details(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecSourceDetail']]:
2099
+ """
2100
+ (Updatable)
2101
+ """
2050
2102
  return pulumi.get(self, "source_details")
2051
2103
 
2052
2104
 
@@ -2081,10 +2133,24 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
2081
2133
  is_monitoring_disabled: Optional[bool] = None,
2082
2134
  plugins_configs: Optional[Sequence['outputs.TargetAssetRecommendedSpecAgentConfigPluginsConfig']] = None):
2083
2135
  """
2084
- :param bool are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2085
- :param 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).
2086
- :param 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).
2087
- :param Sequence['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs'] plugins_configs: The configuration of plugins associated with this instance.
2136
+ :param bool are_all_plugins_disabled: (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2137
+
2138
+ 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).
2139
+ :param 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).
2140
+
2141
+ These are the management plugins: OS Management Service Agent and Compute instance run command.
2142
+
2143
+ The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
2144
+ * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
2145
+ * 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.
2146
+ :param 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).
2147
+
2148
+ These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
2149
+
2150
+ The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
2151
+ * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
2152
+ * 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.
2153
+ :param Sequence['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs'] plugins_configs: (Updatable) The configuration of plugins associated with this instance.
2088
2154
  """
2089
2155
  if are_all_plugins_disabled is not None:
2090
2156
  pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
@@ -2099,7 +2165,9 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
2099
2165
  @pulumi.getter(name="areAllPluginsDisabled")
2100
2166
  def are_all_plugins_disabled(self) -> Optional[bool]:
2101
2167
  """
2102
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2168
+ (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2169
+
2170
+ 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).
2103
2171
  """
2104
2172
  return pulumi.get(self, "are_all_plugins_disabled")
2105
2173
 
@@ -2107,7 +2175,13 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
2107
2175
  @pulumi.getter(name="isManagementDisabled")
2108
2176
  def is_management_disabled(self) -> Optional[bool]:
2109
2177
  """
2110
- Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2178
+ (Updatable) Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
2179
+
2180
+ These are the management plugins: OS Management Service Agent and Compute instance run command.
2181
+
2182
+ The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
2183
+ * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
2184
+ * 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.
2111
2185
  """
2112
2186
  return pulumi.get(self, "is_management_disabled")
2113
2187
 
@@ -2115,7 +2189,13 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
2115
2189
  @pulumi.getter(name="isMonitoringDisabled")
2116
2190
  def is_monitoring_disabled(self) -> Optional[bool]:
2117
2191
  """
2118
- 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).
2192
+ (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).
2193
+
2194
+ These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
2195
+
2196
+ The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
2197
+ * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
2198
+ * 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.
2119
2199
  """
2120
2200
  return pulumi.get(self, "is_monitoring_disabled")
2121
2201
 
@@ -2123,7 +2203,7 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
2123
2203
  @pulumi.getter(name="pluginsConfigs")
2124
2204
  def plugins_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecAgentConfigPluginsConfig']]:
2125
2205
  """
2126
- The configuration of plugins associated with this instance.
2206
+ (Updatable) The configuration of plugins associated with this instance.
2127
2207
  """
2128
2208
  return pulumi.get(self, "plugins_configs")
2129
2209
 
@@ -2151,8 +2231,10 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfig(dict):
2151
2231
  desired_state: Optional[str] = None,
2152
2232
  name: Optional[str] = None):
2153
2233
  """
2154
- :param str desired_state: Whether the plugin should be enabled or disabled.
2155
- :param 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).
2234
+ :param str desired_state: (Updatable) Whether the plugin should be enabled or disabled.
2235
+
2236
+ To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
2237
+ :param 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).
2156
2238
  """
2157
2239
  if desired_state is not None:
2158
2240
  pulumi.set(__self__, "desired_state", desired_state)
@@ -2163,7 +2245,9 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfig(dict):
2163
2245
  @pulumi.getter(name="desiredState")
2164
2246
  def desired_state(self) -> Optional[str]:
2165
2247
  """
2166
- Whether the plugin should be enabled or disabled.
2248
+ (Updatable) Whether the plugin should be enabled or disabled.
2249
+
2250
+ To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
2167
2251
  """
2168
2252
  return pulumi.get(self, "desired_state")
2169
2253
 
@@ -2171,7 +2255,7 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfig(dict):
2171
2255
  @pulumi.getter
2172
2256
  def name(self) -> Optional[str]:
2173
2257
  """
2174
- 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).
2258
+ (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).
2175
2259
  """
2176
2260
  return pulumi.get(self, "name")
2177
2261
 
@@ -2228,17 +2312,41 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2228
2312
  subnet_id: Optional[str] = None,
2229
2313
  vlan_id: Optional[str] = None):
2230
2314
  """
2231
- :param 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.
2232
- :param 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.
2233
- :param 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"}`
2234
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2235
- :param 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"}`
2236
- :param 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.
2237
- :param Sequence[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/).
2238
- :param 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).
2239
- :param 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).
2240
- :param 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.
2241
- :param 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).
2315
+ :param 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.
2316
+
2317
+ If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
2318
+ :param 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.
2319
+
2320
+ **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).
2321
+
2322
+ **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).
2323
+
2324
+ Example: `false`
2325
+
2326
+ 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).
2327
+ :param 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"}`
2328
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2329
+ :param 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"}`
2330
+ :param 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.
2331
+ :param Sequence[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/).
2332
+
2333
+ 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).
2334
+ :param 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).
2335
+
2336
+ If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2337
+
2338
+ Example: `10.0.3.3`
2339
+ :param 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).
2340
+
2341
+ 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).
2342
+
2343
+ Example: `true`
2344
+ :param 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.
2345
+
2346
+ 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.
2347
+ :param 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).
2348
+
2349
+ Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2242
2350
  """
2243
2351
  if assign_private_dns_record is not None:
2244
2352
  pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
@@ -2267,7 +2375,9 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2267
2375
  @pulumi.getter(name="assignPrivateDnsRecord")
2268
2376
  def assign_private_dns_record(self) -> Optional[bool]:
2269
2377
  """
2270
- 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.
2378
+ (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.
2379
+
2380
+ If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
2271
2381
  """
2272
2382
  return pulumi.get(self, "assign_private_dns_record")
2273
2383
 
@@ -2275,7 +2385,15 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2275
2385
  @pulumi.getter(name="assignPublicIp")
2276
2386
  def assign_public_ip(self) -> Optional[bool]:
2277
2387
  """
2278
- 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.
2388
+ (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.
2389
+
2390
+ **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).
2391
+
2392
+ **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).
2393
+
2394
+ Example: `false`
2395
+
2396
+ 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).
2279
2397
  """
2280
2398
  return pulumi.get(self, "assign_public_ip")
2281
2399
 
@@ -2283,7 +2401,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2283
2401
  @pulumi.getter(name="definedTags")
2284
2402
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
2285
2403
  """
2286
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2404
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2287
2405
  """
2288
2406
  return pulumi.get(self, "defined_tags")
2289
2407
 
@@ -2291,7 +2409,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2291
2409
  @pulumi.getter(name="displayName")
2292
2410
  def display_name(self) -> Optional[str]:
2293
2411
  """
2294
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2412
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2295
2413
  """
2296
2414
  return pulumi.get(self, "display_name")
2297
2415
 
@@ -2299,7 +2417,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2299
2417
  @pulumi.getter(name="freeformTags")
2300
2418
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
2301
2419
  """
2302
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
2420
+ (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"}`
2303
2421
  """
2304
2422
  return pulumi.get(self, "freeform_tags")
2305
2423
 
@@ -2307,7 +2425,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2307
2425
  @pulumi.getter(name="hostnameLabel")
2308
2426
  def hostname_label(self) -> Optional[str]:
2309
2427
  """
2310
- 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.
2428
+ (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.
2311
2429
  """
2312
2430
  return pulumi.get(self, "hostname_label")
2313
2431
 
@@ -2315,7 +2433,9 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2315
2433
  @pulumi.getter(name="nsgIds")
2316
2434
  def nsg_ids(self) -> Optional[Sequence[str]]:
2317
2435
  """
2318
- 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/).
2436
+ (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/).
2437
+
2438
+ 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).
2319
2439
  """
2320
2440
  return pulumi.get(self, "nsg_ids")
2321
2441
 
@@ -2323,15 +2443,23 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2323
2443
  @pulumi.getter(name="privateIp")
2324
2444
  def private_ip(self) -> Optional[str]:
2325
2445
  """
2326
- 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).
2327
- """
2328
- return pulumi.get(self, "private_ip")
2446
+ (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).
2447
+
2448
+ If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
2449
+
2450
+ Example: `10.0.3.3`
2451
+ """
2452
+ return pulumi.get(self, "private_ip")
2329
2453
 
2330
2454
  @property
2331
2455
  @pulumi.getter(name="skipSourceDestCheck")
2332
2456
  def skip_source_dest_check(self) -> Optional[bool]:
2333
2457
  """
2334
- 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).
2458
+ (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).
2459
+
2460
+ 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).
2461
+
2462
+ Example: `true`
2335
2463
  """
2336
2464
  return pulumi.get(self, "skip_source_dest_check")
2337
2465
 
@@ -2339,7 +2467,9 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2339
2467
  @pulumi.getter(name="subnetId")
2340
2468
  def subnet_id(self) -> Optional[str]:
2341
2469
  """
2342
- 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.
2470
+ (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.
2471
+
2472
+ 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.
2343
2473
  """
2344
2474
  return pulumi.get(self, "subnet_id")
2345
2475
 
@@ -2347,7 +2477,9 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
2347
2477
  @pulumi.getter(name="vlanId")
2348
2478
  def vlan_id(self) -> Optional[str]:
2349
2479
  """
2350
- 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).
2480
+ (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).
2481
+
2482
+ Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
2351
2483
  """
2352
2484
  return pulumi.get(self, "vlan_id")
2353
2485
 
@@ -2374,7 +2506,7 @@ class TargetAssetRecommendedSpecInstanceOption(dict):
2374
2506
  def __init__(__self__, *,
2375
2507
  are_legacy_imds_endpoints_disabled: Optional[bool] = None):
2376
2508
  """
2377
- :param 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.
2509
+ :param 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.
2378
2510
  """
2379
2511
  if are_legacy_imds_endpoints_disabled is not None:
2380
2512
  pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
@@ -2383,7 +2515,7 @@ class TargetAssetRecommendedSpecInstanceOption(dict):
2383
2515
  @pulumi.getter(name="areLegacyImdsEndpointsDisabled")
2384
2516
  def are_legacy_imds_endpoints_disabled(self) -> Optional[bool]:
2385
2517
  """
2386
- 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.
2518
+ (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.
2387
2519
  """
2388
2520
  return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
2389
2521
 
@@ -2410,7 +2542,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfig(dict):
2410
2542
  def __init__(__self__, *,
2411
2543
  preemption_actions: Optional[Sequence['outputs.TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction']] = None):
2412
2544
  """
2413
- :param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
2545
+ :param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions: (Updatable) The action to run when the preemptible instance is interrupted for eviction.
2414
2546
  """
2415
2547
  if preemption_actions is not None:
2416
2548
  pulumi.set(__self__, "preemption_actions", preemption_actions)
@@ -2419,7 +2551,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfig(dict):
2419
2551
  @pulumi.getter(name="preemptionActions")
2420
2552
  def preemption_actions(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction']]:
2421
2553
  """
2422
- The action to run when the preemptible instance is interrupted for eviction.
2554
+ (Updatable) The action to run when the preemptible instance is interrupted for eviction.
2423
2555
  """
2424
2556
  return pulumi.get(self, "preemption_actions")
2425
2557
 
@@ -2447,8 +2579,8 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction(dict):
2447
2579
  preserve_boot_volume: Optional[bool] = None,
2448
2580
  type: Optional[str] = None):
2449
2581
  """
2450
- :param 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.
2451
- :param str type: (Updatable) The type of target asset.
2582
+ :param 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.
2583
+ :param str type: (Updatable) The type of action to run when the instance is interrupted for eviction.
2452
2584
  """
2453
2585
  if preserve_boot_volume is not None:
2454
2586
  pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
@@ -2459,7 +2591,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction(dict):
2459
2591
  @pulumi.getter(name="preserveBootVolume")
2460
2592
  def preserve_boot_volume(self) -> Optional[bool]:
2461
2593
  """
2462
- 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.
2594
+ (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.
2463
2595
  """
2464
2596
  return pulumi.get(self, "preserve_boot_volume")
2465
2597
 
@@ -2467,7 +2599,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction(dict):
2467
2599
  @pulumi.getter
2468
2600
  def type(self) -> Optional[str]:
2469
2601
  """
2470
- (Updatable) The type of target asset.
2602
+ (Updatable) The type of action to run when the instance is interrupted for eviction.
2471
2603
  """
2472
2604
  return pulumi.get(self, "type")
2473
2605
 
@@ -2498,9 +2630,11 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
2498
2630
  memory_in_gbs: Optional[float] = None,
2499
2631
  ocpus: Optional[float] = None):
2500
2632
  """
2501
- :param 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`.
2502
- :param float memory_in_gbs: The total amount of memory in gigabytes that is available to the instance.
2503
- :param float ocpus: The total number of OCPUs available to the instance.
2633
+ :param 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`.
2634
+
2635
+ The following values are supported:
2636
+ :param float memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
2637
+ :param float ocpus: (Updatable) The total number of OCPUs available to the instance.
2504
2638
  """
2505
2639
  if baseline_ocpu_utilization is not None:
2506
2640
  pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
@@ -2513,7 +2647,9 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
2513
2647
  @pulumi.getter(name="baselineOcpuUtilization")
2514
2648
  def baseline_ocpu_utilization(self) -> Optional[str]:
2515
2649
  """
2516
- 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`.
2650
+ (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`.
2651
+
2652
+ The following values are supported:
2517
2653
  """
2518
2654
  return pulumi.get(self, "baseline_ocpu_utilization")
2519
2655
 
@@ -2521,7 +2657,7 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
2521
2657
  @pulumi.getter(name="memoryInGbs")
2522
2658
  def memory_in_gbs(self) -> Optional[float]:
2523
2659
  """
2524
- The total amount of memory in gigabytes that is available to the instance.
2660
+ (Updatable) The total amount of memory in gigabytes that is available to the instance.
2525
2661
  """
2526
2662
  return pulumi.get(self, "memory_in_gbs")
2527
2663
 
@@ -2529,7 +2665,7 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
2529
2665
  @pulumi.getter
2530
2666
  def ocpus(self) -> Optional[float]:
2531
2667
  """
2532
- The total number of OCPUs available to the instance.
2668
+ (Updatable) The total number of OCPUs available to the instance.
2533
2669
  """
2534
2670
  return pulumi.get(self, "ocpus")
2535
2671
 
@@ -2571,12 +2707,18 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2571
2707
  kms_key_id: Optional[str] = None,
2572
2708
  source_type: Optional[str] = None):
2573
2709
  """
2574
- :param str boot_volume_id: The OCID of the boot volume used to boot the instance.
2575
- :param 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).
2576
- :param 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.
2577
- :param str image_id: The OCID of the image used to boot the instance.
2578
- :param str kms_key_id: The OCID of the key management key to assign as the master encryption key for the boot volume.
2579
- :param str source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2710
+ :param str boot_volume_id: (Updatable) The OCID of the boot volume used to boot the instance.
2711
+ :param 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).
2712
+ :param 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.
2713
+
2714
+ Allowed values:
2715
+ :param str image_id: (Updatable) The OCID of the image used to boot the instance.
2716
+ :param str kms_key_id: (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
2717
+ :param 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.
2718
+
2719
+
2720
+ ** IMPORTANT **
2721
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2580
2722
  """
2581
2723
  if boot_volume_id is not None:
2582
2724
  pulumi.set(__self__, "boot_volume_id", boot_volume_id)
@@ -2595,7 +2737,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2595
2737
  @pulumi.getter(name="bootVolumeId")
2596
2738
  def boot_volume_id(self) -> Optional[str]:
2597
2739
  """
2598
- The OCID of the boot volume used to boot the instance.
2740
+ (Updatable) The OCID of the boot volume used to boot the instance.
2599
2741
  """
2600
2742
  return pulumi.get(self, "boot_volume_id")
2601
2743
 
@@ -2603,7 +2745,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2603
2745
  @pulumi.getter(name="bootVolumeSizeInGbs")
2604
2746
  def boot_volume_size_in_gbs(self) -> Optional[str]:
2605
2747
  """
2606
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
2748
+ (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).
2607
2749
  """
2608
2750
  return pulumi.get(self, "boot_volume_size_in_gbs")
2609
2751
 
@@ -2611,7 +2753,9 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2611
2753
  @pulumi.getter(name="bootVolumeVpusPerGb")
2612
2754
  def boot_volume_vpus_per_gb(self) -> Optional[str]:
2613
2755
  """
2614
- 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.
2756
+ (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.
2757
+
2758
+ Allowed values:
2615
2759
  """
2616
2760
  return pulumi.get(self, "boot_volume_vpus_per_gb")
2617
2761
 
@@ -2619,7 +2763,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2619
2763
  @pulumi.getter(name="imageId")
2620
2764
  def image_id(self) -> Optional[str]:
2621
2765
  """
2622
- The OCID of the image used to boot the instance.
2766
+ (Updatable) The OCID of the image used to boot the instance.
2623
2767
  """
2624
2768
  return pulumi.get(self, "image_id")
2625
2769
 
@@ -2627,7 +2771,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2627
2771
  @pulumi.getter(name="kmsKeyId")
2628
2772
  def kms_key_id(self) -> Optional[str]:
2629
2773
  """
2630
- The OCID of the key management key to assign as the master encryption key for the boot volume.
2774
+ (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
2631
2775
  """
2632
2776
  return pulumi.get(self, "kms_key_id")
2633
2777
 
@@ -2635,7 +2779,11 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
2635
2779
  @pulumi.getter(name="sourceType")
2636
2780
  def source_type(self) -> Optional[str]:
2637
2781
  """
2638
- The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2782
+ (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
2783
+
2784
+
2785
+ ** IMPORTANT **
2786
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2639
2787
  """
2640
2788
  return pulumi.get(self, "source_type")
2641
2789
 
@@ -2711,23 +2859,48 @@ class TargetAssetTestSpec(dict):
2711
2859
  shape_configs: Optional[Sequence['outputs.TargetAssetTestSpecShapeConfig']] = None,
2712
2860
  source_details: Optional[Sequence['outputs.TargetAssetTestSpecSourceDetail']] = None):
2713
2861
  """
2714
- :param Sequence['TargetAssetTestSpecAgentConfigArgs'] agent_configs: Configuration options for the Oracle Cloud Agent software running on the instance.
2715
- :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2716
- :param 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).
2717
- :param str compartment_id: The OCID of the compartment.
2718
- :param Sequence['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).
2719
- :param str dedicated_vm_host_id: The OCID of the dedicated VM host.
2720
- :param 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"}`
2721
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2722
- :param 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.
2723
- :param 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"}`
2724
- :param 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.
2725
- :param Sequence['TargetAssetTestSpecInstanceOptionArgs'] instance_options: Optional mutable instance options
2726
- :param str ipxe_script: This is an advanced option.
2727
- :param 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.
2728
- :param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
2729
- :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2730
- :param Sequence['TargetAssetTestSpecShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
2862
+ :param Sequence['TargetAssetTestSpecAgentConfigArgs'] agent_configs: (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
2863
+ :param str availability_domain: (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2864
+ :param 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).
2865
+ :param str compartment_id: (Updatable) The OCID of the compartment.
2866
+ :param Sequence['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).
2867
+ :param str dedicated_vm_host_id: (Updatable) The OCID of the dedicated VM host.
2868
+ :param 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"}`
2869
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2870
+ :param 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.
2871
+
2872
+ If you do not specify the fault domain, the system selects one for you.
2873
+
2874
+ 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.
2875
+
2876
+ Example: `FAULT-DOMAIN-1`
2877
+ :param 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"}`
2878
+ :param 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.
2879
+ :param Sequence['TargetAssetTestSpecInstanceOptionArgs'] instance_options: (Updatable) Optional mutable instance options
2880
+ :param str ipxe_script: (Updatable) This is an advanced option.
2881
+
2882
+ 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.
2883
+
2884
+ 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.
2885
+
2886
+ 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.
2887
+
2888
+ 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.
2889
+
2890
+ 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).
2891
+
2892
+ For more information about iPXE, see http://ipxe.org.
2893
+ :param 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.
2894
+ :param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: (Updatable) Configuration options for preemptible instances.
2895
+ :param 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.
2896
+
2897
+ You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
2898
+ :param Sequence['TargetAssetTestSpecShapeConfigArgs'] shape_configs: (Updatable) The shape configuration requested for the instance.
2899
+
2900
+ 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.
2901
+
2902
+ Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
2903
+ :param Sequence['TargetAssetTestSpecSourceDetailArgs'] source_details: (Updatable)
2731
2904
  """
2732
2905
  if agent_configs is not None:
2733
2906
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -2770,7 +2943,7 @@ class TargetAssetTestSpec(dict):
2770
2943
  @pulumi.getter(name="agentConfigs")
2771
2944
  def agent_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecAgentConfig']]:
2772
2945
  """
2773
- Configuration options for the Oracle Cloud Agent software running on the instance.
2946
+ (Updatable) Configuration options for the Oracle Cloud Agent software running on the instance.
2774
2947
  """
2775
2948
  return pulumi.get(self, "agent_configs")
2776
2949
 
@@ -2778,7 +2951,7 @@ class TargetAssetTestSpec(dict):
2778
2951
  @pulumi.getter(name="availabilityDomain")
2779
2952
  def availability_domain(self) -> Optional[str]:
2780
2953
  """
2781
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2954
+ (Updatable) The availability domain of the instance. Example: `Uocm:PHX-AD-1`
2782
2955
  """
2783
2956
  return pulumi.get(self, "availability_domain")
2784
2957
 
@@ -2786,7 +2959,7 @@ class TargetAssetTestSpec(dict):
2786
2959
  @pulumi.getter(name="capacityReservationId")
2787
2960
  def capacity_reservation_id(self) -> Optional[str]:
2788
2961
  """
2789
- 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).
2962
+ (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).
2790
2963
  """
2791
2964
  return pulumi.get(self, "capacity_reservation_id")
2792
2965
 
@@ -2794,7 +2967,7 @@ class TargetAssetTestSpec(dict):
2794
2967
  @pulumi.getter(name="compartmentId")
2795
2968
  def compartment_id(self) -> Optional[str]:
2796
2969
  """
2797
- The OCID of the compartment.
2970
+ (Updatable) The OCID of the compartment.
2798
2971
  """
2799
2972
  return pulumi.get(self, "compartment_id")
2800
2973
 
@@ -2802,7 +2975,7 @@ class TargetAssetTestSpec(dict):
2802
2975
  @pulumi.getter(name="createVnicDetails")
2803
2976
  def create_vnic_details(self) -> Optional[Sequence['outputs.TargetAssetTestSpecCreateVnicDetail']]:
2804
2977
  """
2805
- 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).
2978
+ (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).
2806
2979
  """
2807
2980
  return pulumi.get(self, "create_vnic_details")
2808
2981
 
@@ -2810,7 +2983,7 @@ class TargetAssetTestSpec(dict):
2810
2983
  @pulumi.getter(name="dedicatedVmHostId")
2811
2984
  def dedicated_vm_host_id(self) -> Optional[str]:
2812
2985
  """
2813
- The OCID of the dedicated VM host.
2986
+ (Updatable) The OCID of the dedicated VM host.
2814
2987
  """
2815
2988
  return pulumi.get(self, "dedicated_vm_host_id")
2816
2989
 
@@ -2818,7 +2991,7 @@ class TargetAssetTestSpec(dict):
2818
2991
  @pulumi.getter(name="definedTags")
2819
2992
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
2820
2993
  """
2821
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2994
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2822
2995
  """
2823
2996
  return pulumi.get(self, "defined_tags")
2824
2997
 
@@ -2826,7 +2999,7 @@ class TargetAssetTestSpec(dict):
2826
2999
  @pulumi.getter(name="displayName")
2827
3000
  def display_name(self) -> Optional[str]:
2828
3001
  """
2829
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3002
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2830
3003
  """
2831
3004
  return pulumi.get(self, "display_name")
2832
3005
 
@@ -2834,7 +3007,13 @@ class TargetAssetTestSpec(dict):
2834
3007
  @pulumi.getter(name="faultDomain")
2835
3008
  def fault_domain(self) -> Optional[str]:
2836
3009
  """
2837
- 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.
3010
+ (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.
3011
+
3012
+ If you do not specify the fault domain, the system selects one for you.
3013
+
3014
+ 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.
3015
+
3016
+ Example: `FAULT-DOMAIN-1`
2838
3017
  """
2839
3018
  return pulumi.get(self, "fault_domain")
2840
3019
 
@@ -2842,7 +3021,7 @@ class TargetAssetTestSpec(dict):
2842
3021
  @pulumi.getter(name="freeformTags")
2843
3022
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
2844
3023
  """
2845
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
3024
+ (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"}`
2846
3025
  """
2847
3026
  return pulumi.get(self, "freeform_tags")
2848
3027
 
@@ -2850,7 +3029,7 @@ class TargetAssetTestSpec(dict):
2850
3029
  @pulumi.getter(name="hostnameLabel")
2851
3030
  def hostname_label(self) -> Optional[str]:
2852
3031
  """
2853
- 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.
3032
+ (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.
2854
3033
  """
2855
3034
  return pulumi.get(self, "hostname_label")
2856
3035
 
@@ -2858,7 +3037,7 @@ class TargetAssetTestSpec(dict):
2858
3037
  @pulumi.getter(name="instanceOptions")
2859
3038
  def instance_options(self) -> Optional[Sequence['outputs.TargetAssetTestSpecInstanceOption']]:
2860
3039
  """
2861
- Optional mutable instance options
3040
+ (Updatable) Optional mutable instance options
2862
3041
  """
2863
3042
  return pulumi.get(self, "instance_options")
2864
3043
 
@@ -2866,7 +3045,19 @@ class TargetAssetTestSpec(dict):
2866
3045
  @pulumi.getter(name="ipxeScript")
2867
3046
  def ipxe_script(self) -> Optional[str]:
2868
3047
  """
2869
- This is an advanced option.
3048
+ (Updatable) This is an advanced option.
3049
+
3050
+ 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.
3051
+
3052
+ 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.
3053
+
3054
+ 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.
3055
+
3056
+ 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.
3057
+
3058
+ 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).
3059
+
3060
+ For more information about iPXE, see http://ipxe.org.
2870
3061
  """
2871
3062
  return pulumi.get(self, "ipxe_script")
2872
3063
 
@@ -2874,7 +3065,7 @@ class TargetAssetTestSpec(dict):
2874
3065
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
2875
3066
  def is_pv_encryption_in_transit_enabled(self) -> Optional[bool]:
2876
3067
  """
2877
- 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.
3068
+ (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.
2878
3069
  """
2879
3070
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
2880
3071
 
@@ -2882,7 +3073,7 @@ class TargetAssetTestSpec(dict):
2882
3073
  @pulumi.getter(name="preemptibleInstanceConfigs")
2883
3074
  def preemptible_instance_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecPreemptibleInstanceConfig']]:
2884
3075
  """
2885
- Configuration options for preemptible instances.
3076
+ (Updatable) Configuration options for preemptible instances.
2886
3077
  """
2887
3078
  return pulumi.get(self, "preemptible_instance_configs")
2888
3079
 
@@ -2890,7 +3081,9 @@ class TargetAssetTestSpec(dict):
2890
3081
  @pulumi.getter
2891
3082
  def shape(self) -> Optional[str]:
2892
3083
  """
2893
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
3084
+ (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
3085
+
3086
+ You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
2894
3087
  """
2895
3088
  return pulumi.get(self, "shape")
2896
3089
 
@@ -2898,13 +3091,20 @@ class TargetAssetTestSpec(dict):
2898
3091
  @pulumi.getter(name="shapeConfigs")
2899
3092
  def shape_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecShapeConfig']]:
2900
3093
  """
2901
- The shape configuration requested for the instance.
3094
+ (Updatable) The shape configuration requested for the instance.
3095
+
3096
+ 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.
3097
+
3098
+ Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
2902
3099
  """
2903
3100
  return pulumi.get(self, "shape_configs")
2904
3101
 
2905
3102
  @property
2906
3103
  @pulumi.getter(name="sourceDetails")
2907
3104
  def source_details(self) -> Optional[Sequence['outputs.TargetAssetTestSpecSourceDetail']]:
3105
+ """
3106
+ (Updatable)
3107
+ """
2908
3108
  return pulumi.get(self, "source_details")
2909
3109
 
2910
3110
 
@@ -2939,10 +3139,24 @@ class TargetAssetTestSpecAgentConfig(dict):
2939
3139
  is_monitoring_disabled: Optional[bool] = None,
2940
3140
  plugins_configs: Optional[Sequence['outputs.TargetAssetTestSpecAgentConfigPluginsConfig']] = None):
2941
3141
  """
2942
- :param bool are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
2943
- :param 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).
2944
- :param 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).
2945
- :param Sequence['TargetAssetTestSpecAgentConfigPluginsConfigArgs'] plugins_configs: The configuration of plugins associated with this instance.
3142
+ :param bool are_all_plugins_disabled: (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
3143
+
3144
+ 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).
3145
+ :param 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).
3146
+
3147
+ These are the management plugins: OS Management Service Agent and Compute instance run command.
3148
+
3149
+ The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
3150
+ * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
3151
+ * 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.
3152
+ :param 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).
3153
+
3154
+ These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
3155
+
3156
+ The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
3157
+ * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
3158
+ * 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.
3159
+ :param Sequence['TargetAssetTestSpecAgentConfigPluginsConfigArgs'] plugins_configs: (Updatable) The configuration of plugins associated with this instance.
2946
3160
  """
2947
3161
  if are_all_plugins_disabled is not None:
2948
3162
  pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
@@ -2957,7 +3171,9 @@ class TargetAssetTestSpecAgentConfig(dict):
2957
3171
  @pulumi.getter(name="areAllPluginsDisabled")
2958
3172
  def are_all_plugins_disabled(self) -> Optional[bool]:
2959
3173
  """
2960
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
3174
+ (Updatable) Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
3175
+
3176
+ 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).
2961
3177
  """
2962
3178
  return pulumi.get(self, "are_all_plugins_disabled")
2963
3179
 
@@ -2965,7 +3181,13 @@ class TargetAssetTestSpecAgentConfig(dict):
2965
3181
  @pulumi.getter(name="isManagementDisabled")
2966
3182
  def is_management_disabled(self) -> Optional[bool]:
2967
3183
  """
2968
- Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
3184
+ (Updatable) Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
3185
+
3186
+ These are the management plugins: OS Management Service Agent and Compute instance run command.
3187
+
3188
+ The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
3189
+ * If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
3190
+ * 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.
2969
3191
  """
2970
3192
  return pulumi.get(self, "is_management_disabled")
2971
3193
 
@@ -2973,7 +3195,13 @@ class TargetAssetTestSpecAgentConfig(dict):
2973
3195
  @pulumi.getter(name="isMonitoringDisabled")
2974
3196
  def is_monitoring_disabled(self) -> Optional[bool]:
2975
3197
  """
2976
- 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).
3198
+ (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).
3199
+
3200
+ These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
3201
+
3202
+ The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
3203
+ * If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
3204
+ * 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.
2977
3205
  """
2978
3206
  return pulumi.get(self, "is_monitoring_disabled")
2979
3207
 
@@ -2981,7 +3209,7 @@ class TargetAssetTestSpecAgentConfig(dict):
2981
3209
  @pulumi.getter(name="pluginsConfigs")
2982
3210
  def plugins_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecAgentConfigPluginsConfig']]:
2983
3211
  """
2984
- The configuration of plugins associated with this instance.
3212
+ (Updatable) The configuration of plugins associated with this instance.
2985
3213
  """
2986
3214
  return pulumi.get(self, "plugins_configs")
2987
3215
 
@@ -3009,8 +3237,10 @@ class TargetAssetTestSpecAgentConfigPluginsConfig(dict):
3009
3237
  desired_state: Optional[str] = None,
3010
3238
  name: Optional[str] = None):
3011
3239
  """
3012
- :param str desired_state: Whether the plugin should be enabled or disabled.
3013
- :param 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).
3240
+ :param str desired_state: (Updatable) Whether the plugin should be enabled or disabled.
3241
+
3242
+ To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
3243
+ :param 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).
3014
3244
  """
3015
3245
  if desired_state is not None:
3016
3246
  pulumi.set(__self__, "desired_state", desired_state)
@@ -3021,7 +3251,9 @@ class TargetAssetTestSpecAgentConfigPluginsConfig(dict):
3021
3251
  @pulumi.getter(name="desiredState")
3022
3252
  def desired_state(self) -> Optional[str]:
3023
3253
  """
3024
- Whether the plugin should be enabled or disabled.
3254
+ (Updatable) Whether the plugin should be enabled or disabled.
3255
+
3256
+ To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
3025
3257
  """
3026
3258
  return pulumi.get(self, "desired_state")
3027
3259
 
@@ -3029,7 +3261,7 @@ class TargetAssetTestSpecAgentConfigPluginsConfig(dict):
3029
3261
  @pulumi.getter
3030
3262
  def name(self) -> Optional[str]:
3031
3263
  """
3032
- 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).
3264
+ (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).
3033
3265
  """
3034
3266
  return pulumi.get(self, "name")
3035
3267
 
@@ -3086,17 +3318,41 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3086
3318
  subnet_id: Optional[str] = None,
3087
3319
  vlan_id: Optional[str] = None):
3088
3320
  """
3089
- :param 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.
3090
- :param 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.
3091
- :param 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"}`
3092
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3093
- :param 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"}`
3094
- :param 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.
3095
- :param Sequence[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/).
3096
- :param 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).
3097
- :param 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).
3098
- :param 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.
3099
- :param 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).
3321
+ :param 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.
3322
+
3323
+ If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
3324
+ :param 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.
3325
+
3326
+ **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).
3327
+
3328
+ **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).
3329
+
3330
+ Example: `false`
3331
+
3332
+ 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).
3333
+ :param 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"}`
3334
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3335
+ :param 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"}`
3336
+ :param 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.
3337
+ :param Sequence[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/).
3338
+
3339
+ 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).
3340
+ :param 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).
3341
+
3342
+ If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3343
+
3344
+ Example: `10.0.3.3`
3345
+ :param 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).
3346
+
3347
+ 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).
3348
+
3349
+ Example: `true`
3350
+ :param 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.
3351
+
3352
+ 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.
3353
+ :param 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).
3354
+
3355
+ Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
3100
3356
  """
3101
3357
  if assign_private_dns_record is not None:
3102
3358
  pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
@@ -3125,7 +3381,9 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3125
3381
  @pulumi.getter(name="assignPrivateDnsRecord")
3126
3382
  def assign_private_dns_record(self) -> Optional[bool]:
3127
3383
  """
3128
- 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.
3384
+ (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.
3385
+
3386
+ If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
3129
3387
  """
3130
3388
  return pulumi.get(self, "assign_private_dns_record")
3131
3389
 
@@ -3133,7 +3391,15 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3133
3391
  @pulumi.getter(name="assignPublicIp")
3134
3392
  def assign_public_ip(self) -> Optional[bool]:
3135
3393
  """
3136
- 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.
3394
+ (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.
3395
+
3396
+ **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).
3397
+
3398
+ **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).
3399
+
3400
+ Example: `false`
3401
+
3402
+ 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).
3137
3403
  """
3138
3404
  return pulumi.get(self, "assign_public_ip")
3139
3405
 
@@ -3141,7 +3407,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3141
3407
  @pulumi.getter(name="definedTags")
3142
3408
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
3143
3409
  """
3144
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3410
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
3145
3411
  """
3146
3412
  return pulumi.get(self, "defined_tags")
3147
3413
 
@@ -3149,7 +3415,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3149
3415
  @pulumi.getter(name="displayName")
3150
3416
  def display_name(self) -> Optional[str]:
3151
3417
  """
3152
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3418
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3153
3419
  """
3154
3420
  return pulumi.get(self, "display_name")
3155
3421
 
@@ -3157,7 +3423,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3157
3423
  @pulumi.getter(name="freeformTags")
3158
3424
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
3159
3425
  """
3160
- Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
3426
+ (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"}`
3161
3427
  """
3162
3428
  return pulumi.get(self, "freeform_tags")
3163
3429
 
@@ -3165,7 +3431,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3165
3431
  @pulumi.getter(name="hostnameLabel")
3166
3432
  def hostname_label(self) -> Optional[str]:
3167
3433
  """
3168
- 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.
3434
+ (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.
3169
3435
  """
3170
3436
  return pulumi.get(self, "hostname_label")
3171
3437
 
@@ -3173,7 +3439,9 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3173
3439
  @pulumi.getter(name="nsgIds")
3174
3440
  def nsg_ids(self) -> Optional[Sequence[str]]:
3175
3441
  """
3176
- 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/).
3442
+ (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/).
3443
+
3444
+ 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).
3177
3445
  """
3178
3446
  return pulumi.get(self, "nsg_ids")
3179
3447
 
@@ -3181,7 +3449,11 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3181
3449
  @pulumi.getter(name="privateIp")
3182
3450
  def private_ip(self) -> Optional[str]:
3183
3451
  """
3184
- 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).
3452
+ (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).
3453
+
3454
+ If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
3455
+
3456
+ Example: `10.0.3.3`
3185
3457
  """
3186
3458
  return pulumi.get(self, "private_ip")
3187
3459
 
@@ -3189,7 +3461,11 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3189
3461
  @pulumi.getter(name="skipSourceDestCheck")
3190
3462
  def skip_source_dest_check(self) -> Optional[bool]:
3191
3463
  """
3192
- 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).
3464
+ (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).
3465
+
3466
+ 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).
3467
+
3468
+ Example: `true`
3193
3469
  """
3194
3470
  return pulumi.get(self, "skip_source_dest_check")
3195
3471
 
@@ -3197,7 +3473,9 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3197
3473
  @pulumi.getter(name="subnetId")
3198
3474
  def subnet_id(self) -> Optional[str]:
3199
3475
  """
3200
- 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.
3476
+ (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.
3477
+
3478
+ 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.
3201
3479
  """
3202
3480
  return pulumi.get(self, "subnet_id")
3203
3481
 
@@ -3205,7 +3483,9 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
3205
3483
  @pulumi.getter(name="vlanId")
3206
3484
  def vlan_id(self) -> Optional[str]:
3207
3485
  """
3208
- 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).
3486
+ (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).
3487
+
3488
+ Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
3209
3489
  """
3210
3490
  return pulumi.get(self, "vlan_id")
3211
3491
 
@@ -3232,7 +3512,7 @@ class TargetAssetTestSpecInstanceOption(dict):
3232
3512
  def __init__(__self__, *,
3233
3513
  are_legacy_imds_endpoints_disabled: Optional[bool] = None):
3234
3514
  """
3235
- :param 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.
3515
+ :param 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.
3236
3516
  """
3237
3517
  if are_legacy_imds_endpoints_disabled is not None:
3238
3518
  pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
@@ -3241,7 +3521,7 @@ class TargetAssetTestSpecInstanceOption(dict):
3241
3521
  @pulumi.getter(name="areLegacyImdsEndpointsDisabled")
3242
3522
  def are_legacy_imds_endpoints_disabled(self) -> Optional[bool]:
3243
3523
  """
3244
- 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.
3524
+ (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.
3245
3525
  """
3246
3526
  return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
3247
3527
 
@@ -3268,7 +3548,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfig(dict):
3268
3548
  def __init__(__self__, *,
3269
3549
  preemption_actions: Optional[Sequence['outputs.TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction']] = None):
3270
3550
  """
3271
- :param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
3551
+ :param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions: (Updatable) The action to run when the preemptible instance is interrupted for eviction.
3272
3552
  """
3273
3553
  if preemption_actions is not None:
3274
3554
  pulumi.set(__self__, "preemption_actions", preemption_actions)
@@ -3277,7 +3557,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfig(dict):
3277
3557
  @pulumi.getter(name="preemptionActions")
3278
3558
  def preemption_actions(self) -> Optional[Sequence['outputs.TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction']]:
3279
3559
  """
3280
- The action to run when the preemptible instance is interrupted for eviction.
3560
+ (Updatable) The action to run when the preemptible instance is interrupted for eviction.
3281
3561
  """
3282
3562
  return pulumi.get(self, "preemption_actions")
3283
3563
 
@@ -3305,8 +3585,8 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction(dict):
3305
3585
  preserve_boot_volume: Optional[bool] = None,
3306
3586
  type: Optional[str] = None):
3307
3587
  """
3308
- :param 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.
3309
- :param str type: (Updatable) The type of target asset.
3588
+ :param 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.
3589
+ :param str type: (Updatable) The type of action to run when the instance is interrupted for eviction.
3310
3590
  """
3311
3591
  if preserve_boot_volume is not None:
3312
3592
  pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
@@ -3317,7 +3597,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction(dict):
3317
3597
  @pulumi.getter(name="preserveBootVolume")
3318
3598
  def preserve_boot_volume(self) -> Optional[bool]:
3319
3599
  """
3320
- 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.
3600
+ (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.
3321
3601
  """
3322
3602
  return pulumi.get(self, "preserve_boot_volume")
3323
3603
 
@@ -3325,7 +3605,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction(dict):
3325
3605
  @pulumi.getter
3326
3606
  def type(self) -> Optional[str]:
3327
3607
  """
3328
- (Updatable) The type of target asset.
3608
+ (Updatable) The type of action to run when the instance is interrupted for eviction.
3329
3609
  """
3330
3610
  return pulumi.get(self, "type")
3331
3611
 
@@ -3356,9 +3636,11 @@ class TargetAssetTestSpecShapeConfig(dict):
3356
3636
  memory_in_gbs: Optional[float] = None,
3357
3637
  ocpus: Optional[float] = None):
3358
3638
  """
3359
- :param 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`.
3360
- :param float memory_in_gbs: The total amount of memory in gigabytes that is available to the instance.
3361
- :param float ocpus: The total number of OCPUs available to the instance.
3639
+ :param 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`.
3640
+
3641
+ The following values are supported:
3642
+ :param float memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
3643
+ :param float ocpus: (Updatable) The total number of OCPUs available to the instance.
3362
3644
  """
3363
3645
  if baseline_ocpu_utilization is not None:
3364
3646
  pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
@@ -3371,7 +3653,9 @@ class TargetAssetTestSpecShapeConfig(dict):
3371
3653
  @pulumi.getter(name="baselineOcpuUtilization")
3372
3654
  def baseline_ocpu_utilization(self) -> Optional[str]:
3373
3655
  """
3374
- 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`.
3656
+ (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`.
3657
+
3658
+ The following values are supported:
3375
3659
  """
3376
3660
  return pulumi.get(self, "baseline_ocpu_utilization")
3377
3661
 
@@ -3379,7 +3663,7 @@ class TargetAssetTestSpecShapeConfig(dict):
3379
3663
  @pulumi.getter(name="memoryInGbs")
3380
3664
  def memory_in_gbs(self) -> Optional[float]:
3381
3665
  """
3382
- The total amount of memory in gigabytes that is available to the instance.
3666
+ (Updatable) The total amount of memory in gigabytes that is available to the instance.
3383
3667
  """
3384
3668
  return pulumi.get(self, "memory_in_gbs")
3385
3669
 
@@ -3387,7 +3671,7 @@ class TargetAssetTestSpecShapeConfig(dict):
3387
3671
  @pulumi.getter
3388
3672
  def ocpus(self) -> Optional[float]:
3389
3673
  """
3390
- The total number of OCPUs available to the instance.
3674
+ (Updatable) The total number of OCPUs available to the instance.
3391
3675
  """
3392
3676
  return pulumi.get(self, "ocpus")
3393
3677
 
@@ -3429,12 +3713,18 @@ class TargetAssetTestSpecSourceDetail(dict):
3429
3713
  kms_key_id: Optional[str] = None,
3430
3714
  source_type: Optional[str] = None):
3431
3715
  """
3432
- :param str boot_volume_id: The OCID of the boot volume used to boot the instance.
3433
- :param 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).
3434
- :param 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.
3435
- :param str image_id: The OCID of the image used to boot the instance.
3436
- :param str kms_key_id: The OCID of the key management key to assign as the master encryption key for the boot volume.
3437
- :param str source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3716
+ :param str boot_volume_id: (Updatable) The OCID of the boot volume used to boot the instance.
3717
+ :param 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).
3718
+ :param 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.
3719
+
3720
+ Allowed values:
3721
+ :param str image_id: (Updatable) The OCID of the image used to boot the instance.
3722
+ :param str kms_key_id: (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
3723
+ :param 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.
3724
+
3725
+
3726
+ ** IMPORTANT **
3727
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3438
3728
  """
3439
3729
  if boot_volume_id is not None:
3440
3730
  pulumi.set(__self__, "boot_volume_id", boot_volume_id)
@@ -3453,7 +3743,7 @@ class TargetAssetTestSpecSourceDetail(dict):
3453
3743
  @pulumi.getter(name="bootVolumeId")
3454
3744
  def boot_volume_id(self) -> Optional[str]:
3455
3745
  """
3456
- The OCID of the boot volume used to boot the instance.
3746
+ (Updatable) The OCID of the boot volume used to boot the instance.
3457
3747
  """
3458
3748
  return pulumi.get(self, "boot_volume_id")
3459
3749
 
@@ -3461,7 +3751,7 @@ class TargetAssetTestSpecSourceDetail(dict):
3461
3751
  @pulumi.getter(name="bootVolumeSizeInGbs")
3462
3752
  def boot_volume_size_in_gbs(self) -> Optional[str]:
3463
3753
  """
3464
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
3754
+ (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).
3465
3755
  """
3466
3756
  return pulumi.get(self, "boot_volume_size_in_gbs")
3467
3757
 
@@ -3469,7 +3759,9 @@ class TargetAssetTestSpecSourceDetail(dict):
3469
3759
  @pulumi.getter(name="bootVolumeVpusPerGb")
3470
3760
  def boot_volume_vpus_per_gb(self) -> Optional[str]:
3471
3761
  """
3472
- 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.
3762
+ (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.
3763
+
3764
+ Allowed values:
3473
3765
  """
3474
3766
  return pulumi.get(self, "boot_volume_vpus_per_gb")
3475
3767
 
@@ -3477,7 +3769,7 @@ class TargetAssetTestSpecSourceDetail(dict):
3477
3769
  @pulumi.getter(name="imageId")
3478
3770
  def image_id(self) -> Optional[str]:
3479
3771
  """
3480
- The OCID of the image used to boot the instance.
3772
+ (Updatable) The OCID of the image used to boot the instance.
3481
3773
  """
3482
3774
  return pulumi.get(self, "image_id")
3483
3775
 
@@ -3485,7 +3777,7 @@ class TargetAssetTestSpecSourceDetail(dict):
3485
3777
  @pulumi.getter(name="kmsKeyId")
3486
3778
  def kms_key_id(self) -> Optional[str]:
3487
3779
  """
3488
- The OCID of the key management key to assign as the master encryption key for the boot volume.
3780
+ (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
3489
3781
  """
3490
3782
  return pulumi.get(self, "kms_key_id")
3491
3783
 
@@ -3493,7 +3785,11 @@ class TargetAssetTestSpecSourceDetail(dict):
3493
3785
  @pulumi.getter(name="sourceType")
3494
3786
  def source_type(self) -> Optional[str]:
3495
3787
  """
3496
- The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3788
+ (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
3789
+
3790
+
3791
+ ** IMPORTANT **
3792
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3497
3793
  """
3498
3794
  return pulumi.get(self, "source_type")
3499
3795
 
@@ -4041,15 +4337,7 @@ class TargetAssetUserSpecCreateVnicDetails(dict):
4041
4337
  :param 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"}`
4042
4338
  :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4043
4339
  :param 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"}`
4044
- :param 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).
4045
-
4046
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
4047
-
4048
- 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.
4049
-
4050
- Example: `bminstance-1`
4051
-
4052
- 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).
4340
+ :param 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.
4053
4341
  :param Sequence[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/).
4054
4342
 
4055
4343
  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).
@@ -4147,15 +4435,7 @@ class TargetAssetUserSpecCreateVnicDetails(dict):
4147
4435
  @pulumi.getter(name="hostnameLabel")
4148
4436
  def hostname_label(self) -> Optional[str]:
4149
4437
  """
4150
- (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).
4151
-
4152
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
4153
-
4154
- 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.
4155
-
4156
- Example: `bminstance-1`
4157
-
4158
- 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).
4438
+ (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.
4159
4439
  """
4160
4440
  return pulumi.get(self, "hostname_label")
4161
4441
 
@@ -4361,9 +4641,6 @@ class TargetAssetUserSpecShapeConfig(dict):
4361
4641
  :param 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`.
4362
4642
 
4363
4643
  The following values are supported:
4364
- * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
4365
- * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
4366
- * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
4367
4644
  :param float memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
4368
4645
  :param float ocpus: (Updatable) The total number of OCPUs available to the instance.
4369
4646
  """
@@ -4381,9 +4658,6 @@ class TargetAssetUserSpecShapeConfig(dict):
4381
4658
  (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`.
4382
4659
 
4383
4660
  The following values are supported:
4384
- * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
4385
- * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
4386
- * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
4387
4661
  """
4388
4662
  return pulumi.get(self, "baseline_ocpu_utilization")
4389
4663