pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -477,7 +477,7 @@ class CaptureFilterFlowLogCaptureFilterRuleArgs:
477
477
  tcp_options: Optional[pulumi.Input['CaptureFilterFlowLogCaptureFilterRuleTcpOptionsArgs']] = None,
478
478
  udp_options: Optional[pulumi.Input['CaptureFilterFlowLogCaptureFilterRuleUdpOptionsArgs']] = None):
479
479
  """
480
- :param pulumi.Input[str] destination_cidr: (Updatable) Traffic sent to this CIDR block through the VTAP source will be mirrored to the VTAP target.
480
+ :param pulumi.Input[str] destination_cidr: (Updatable) Traffic to this CIDR will be captured in the flow log.
481
481
  :param pulumi.Input[str] flow_log_type: (Updatable) Type or types of flow logs to store. `ALL` includes records for both accepted traffic and rejected traffic.
482
482
  :param pulumi.Input['CaptureFilterFlowLogCaptureFilterRuleIcmpOptionsArgs'] icmp_options: (Updatable) Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
483
483
  * [ICMP Parameters](http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
@@ -486,13 +486,10 @@ class CaptureFilterFlowLogCaptureFilterRuleArgs:
486
486
  If you specify ICMP or ICMPv6 as the protocol but omit this object, then all ICMP types and codes are allowed. If you do provide this object, the type is required and the code is optional. To enable MTU negotiation for ingress internet traffic via IPv4, make sure to allow type 3 ("Destination Unreachable") code 4 ("Fragmentation Needed and Don't Fragment was Set"). If you need to specify multiple codes for a single type, create a separate security list rule for each.
487
487
  :param pulumi.Input[bool] is_enabled: (Updatable) Indicates whether a flow log capture filter rule is enabled.
488
488
  :param pulumi.Input[int] priority: (Updatable) A lower number indicates a higher priority, range 0-9. Each rule must have a distinct priority.
489
- :param pulumi.Input[str] protocol: (Updatable) The transport protocol used in the filter. If do not choose a protocol, all protocols will be used in the filter. Supported options are:
490
- * 1 = ICMP
491
- * 6 = TCP
492
- * 17 = UDP
493
- :param pulumi.Input[str] rule_action: (Updatable) Include or exclude packets meeting this definition from mirrored traffic.
489
+ :param pulumi.Input[str] protocol: (Updatable) The transport protocol the filter uses.
490
+ :param pulumi.Input[str] rule_action: (Updatable) Include or exclude a ruleAction object.
494
491
  :param pulumi.Input[int] sampling_rate: (Updatable) Sampling interval as 1 of X, where X is an integer not greater than 100000.
495
- :param pulumi.Input[str] source_cidr: (Updatable) Traffic from this CIDR block to the VTAP source will be mirrored to the VTAP target.
492
+ :param pulumi.Input[str] source_cidr: (Updatable) Traffic from this CIDR will be captured in the flow log.
496
493
  :param pulumi.Input['CaptureFilterFlowLogCaptureFilterRuleTcpOptionsArgs'] tcp_options: (Updatable) Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
497
494
  :param pulumi.Input['CaptureFilterFlowLogCaptureFilterRuleUdpOptionsArgs'] udp_options: (Updatable) Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
498
495
  """
@@ -523,7 +520,7 @@ class CaptureFilterFlowLogCaptureFilterRuleArgs:
523
520
  @pulumi.getter(name="destinationCidr")
524
521
  def destination_cidr(self) -> Optional[pulumi.Input[str]]:
525
522
  """
526
- (Updatable) Traffic sent to this CIDR block through the VTAP source will be mirrored to the VTAP target.
523
+ (Updatable) Traffic to this CIDR will be captured in the flow log.
527
524
  """
528
525
  return pulumi.get(self, "destination_cidr")
529
526
 
@@ -587,10 +584,7 @@ class CaptureFilterFlowLogCaptureFilterRuleArgs:
587
584
  @pulumi.getter
588
585
  def protocol(self) -> Optional[pulumi.Input[str]]:
589
586
  """
590
- (Updatable) The transport protocol used in the filter. If do not choose a protocol, all protocols will be used in the filter. Supported options are:
591
- * 1 = ICMP
592
- * 6 = TCP
593
- * 17 = UDP
587
+ (Updatable) The transport protocol the filter uses.
594
588
  """
595
589
  return pulumi.get(self, "protocol")
596
590
 
@@ -602,7 +596,7 @@ class CaptureFilterFlowLogCaptureFilterRuleArgs:
602
596
  @pulumi.getter(name="ruleAction")
603
597
  def rule_action(self) -> Optional[pulumi.Input[str]]:
604
598
  """
605
- (Updatable) Include or exclude packets meeting this definition from mirrored traffic.
599
+ (Updatable) Include or exclude a ruleAction object.
606
600
  """
607
601
  return pulumi.get(self, "rule_action")
608
602
 
@@ -626,7 +620,7 @@ class CaptureFilterFlowLogCaptureFilterRuleArgs:
626
620
  @pulumi.getter(name="sourceCidr")
627
621
  def source_cidr(self) -> Optional[pulumi.Input[str]]:
628
622
  """
629
- (Updatable) Traffic from this CIDR block to the VTAP source will be mirrored to the VTAP target.
623
+ (Updatable) Traffic from this CIDR will be captured in the flow log.
630
624
  """
631
625
  return pulumi.get(self, "source_cidr")
632
626
 
@@ -743,11 +737,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsDestinationPortRangeArgs:
743
737
  min: pulumi.Input[int]):
744
738
  """
745
739
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
746
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
747
-
748
-
749
- ** IMPORTANT **
750
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
740
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
751
741
  """
752
742
  pulumi.set(__self__, "max", max)
753
743
  pulumi.set(__self__, "min", min)
@@ -768,11 +758,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsDestinationPortRangeArgs:
768
758
  @pulumi.getter
769
759
  def min(self) -> pulumi.Input[int]:
770
760
  """
771
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
772
-
773
-
774
- ** IMPORTANT **
775
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
761
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
776
762
  """
777
763
  return pulumi.get(self, "min")
778
764
 
@@ -788,11 +774,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsSourcePortRangeArgs:
788
774
  min: pulumi.Input[int]):
789
775
  """
790
776
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
791
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
792
-
793
-
794
- ** IMPORTANT **
795
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
777
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
796
778
  """
797
779
  pulumi.set(__self__, "max", max)
798
780
  pulumi.set(__self__, "min", min)
@@ -813,11 +795,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsSourcePortRangeArgs:
813
795
  @pulumi.getter
814
796
  def min(self) -> pulumi.Input[int]:
815
797
  """
816
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
817
-
818
-
819
- ** IMPORTANT **
820
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
798
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
821
799
  """
822
800
  return pulumi.get(self, "min")
823
801
 
@@ -872,11 +850,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsDestinationPortRangeArgs:
872
850
  min: pulumi.Input[int]):
873
851
  """
874
852
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
875
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
876
-
877
-
878
- ** IMPORTANT **
879
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
853
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
880
854
  """
881
855
  pulumi.set(__self__, "max", max)
882
856
  pulumi.set(__self__, "min", min)
@@ -897,11 +871,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsDestinationPortRangeArgs:
897
871
  @pulumi.getter
898
872
  def min(self) -> pulumi.Input[int]:
899
873
  """
900
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
901
-
902
-
903
- ** IMPORTANT **
904
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
874
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
905
875
  """
906
876
  return pulumi.get(self, "min")
907
877
 
@@ -917,11 +887,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsSourcePortRangeArgs:
917
887
  min: pulumi.Input[int]):
918
888
  """
919
889
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
920
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
921
-
922
-
923
- ** IMPORTANT **
924
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
890
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
925
891
  """
926
892
  pulumi.set(__self__, "max", max)
927
893
  pulumi.set(__self__, "min", min)
@@ -942,11 +908,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsSourcePortRangeArgs:
942
908
  @pulumi.getter
943
909
  def min(self) -> pulumi.Input[int]:
944
910
  """
945
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
946
-
947
-
948
- ** IMPORTANT **
949
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
911
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
950
912
  """
951
913
  return pulumi.get(self, "min")
952
914
 
@@ -1187,11 +1149,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsDestinationPortRangeArgs:
1187
1149
  min: pulumi.Input[int]):
1188
1150
  """
1189
1151
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
1190
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1191
-
1192
-
1193
- ** IMPORTANT **
1194
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1152
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1195
1153
  """
1196
1154
  pulumi.set(__self__, "max", max)
1197
1155
  pulumi.set(__self__, "min", min)
@@ -1212,11 +1170,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsDestinationPortRangeArgs:
1212
1170
  @pulumi.getter
1213
1171
  def min(self) -> pulumi.Input[int]:
1214
1172
  """
1215
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1216
-
1217
-
1218
- ** IMPORTANT **
1219
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1173
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1220
1174
  """
1221
1175
  return pulumi.get(self, "min")
1222
1176
 
@@ -1232,11 +1186,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsSourcePortRangeArgs:
1232
1186
  min: pulumi.Input[int]):
1233
1187
  """
1234
1188
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
1235
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1236
-
1237
-
1238
- ** IMPORTANT **
1239
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1189
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1240
1190
  """
1241
1191
  pulumi.set(__self__, "max", max)
1242
1192
  pulumi.set(__self__, "min", min)
@@ -1257,11 +1207,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsSourcePortRangeArgs:
1257
1207
  @pulumi.getter
1258
1208
  def min(self) -> pulumi.Input[int]:
1259
1209
  """
1260
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1261
-
1262
-
1263
- ** IMPORTANT **
1264
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1210
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1265
1211
  """
1266
1212
  return pulumi.get(self, "min")
1267
1213
 
@@ -1316,11 +1262,7 @@ class CaptureFilterVtapCaptureFilterRuleUdpOptionsDestinationPortRangeArgs:
1316
1262
  min: pulumi.Input[int]):
1317
1263
  """
1318
1264
  :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
1319
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1320
-
1321
-
1322
- ** IMPORTANT **
1323
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1265
+ :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1324
1266
  """
1325
1267
  pulumi.set(__self__, "max", max)
1326
1268
  pulumi.set(__self__, "min", min)
@@ -1341,11 +1283,7 @@ class CaptureFilterVtapCaptureFilterRuleUdpOptionsDestinationPortRangeArgs:
1341
1283
  @pulumi.getter
1342
1284
  def min(self) -> pulumi.Input[int]:
1343
1285
  """
1344
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1345
-
1346
-
1347
- ** IMPORTANT **
1348
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1286
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1349
1287
  """
1350
1288
  return pulumi.get(self, "min")
1351
1289
 
@@ -1458,7 +1396,7 @@ class ClusterNetworkInstancePoolArgs:
1458
1396
  :param pulumi.Input[int] size: (Updatable) The number of instances that should be in the instance pool.
1459
1397
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
1460
1398
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
1461
- :param pulumi.Input[str] display_name: The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
1399
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1462
1400
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
1463
1401
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
1464
1402
  :param pulumi.Input[Sequence[pulumi.Input['ClusterNetworkInstancePoolLoadBalancerArgs']]] load_balancers: The load balancers attached to the instance pool.
@@ -1543,7 +1481,7 @@ class ClusterNetworkInstancePoolArgs:
1543
1481
  @pulumi.getter(name="displayName")
1544
1482
  def display_name(self) -> Optional[pulumi.Input[str]]:
1545
1483
  """
1546
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
1484
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1547
1485
  """
1548
1486
  return pulumi.get(self, "display_name")
1549
1487
 
@@ -1858,10 +1796,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetArgs:
1858
1796
  :param pulumi.Input[Sequence[pulumi.Input['ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
1859
1797
  :param pulumi.Input[bool] is_assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
1860
1798
  :param pulumi.Input[str] subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
1861
-
1862
-
1863
- ** IMPORTANT **
1864
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1865
1799
  """
1866
1800
  if ipv6address_ipv6subnet_cidr_pair_details is not None:
1867
1801
  pulumi.set(__self__, "ipv6address_ipv6subnet_cidr_pair_details", ipv6address_ipv6subnet_cidr_pair_details)
@@ -1899,10 +1833,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetArgs:
1899
1833
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
1900
1834
  """
1901
1835
  The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
1902
-
1903
-
1904
- ** IMPORTANT **
1905
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1906
1836
  """
1907
1837
  return pulumi.get(self, "subnet_id")
1908
1838
 
@@ -1942,14 +1872,10 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs:
1942
1872
  is_assign_ipv6ip: Optional[pulumi.Input[bool]] = None,
1943
1873
  subnet_id: Optional[pulumi.Input[str]] = None):
1944
1874
  """
1945
- :param pulumi.Input[str] display_name: The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
1875
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1946
1876
  :param pulumi.Input[Sequence[pulumi.Input['ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
1947
1877
  :param pulumi.Input[bool] is_assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
1948
1878
  :param pulumi.Input[str] subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
1949
-
1950
-
1951
- ** IMPORTANT **
1952
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1953
1879
  """
1954
1880
  if display_name is not None:
1955
1881
  pulumi.set(__self__, "display_name", display_name)
@@ -1964,7 +1890,7 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs:
1964
1890
  @pulumi.getter(name="displayName")
1965
1891
  def display_name(self) -> Optional[pulumi.Input[str]]:
1966
1892
  """
1967
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
1893
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1968
1894
  """
1969
1895
  return pulumi.get(self, "display_name")
1970
1896
 
@@ -2001,10 +1927,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs:
2001
1927
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
2002
1928
  """
2003
1929
  The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2004
-
2005
-
2006
- ** IMPORTANT **
2007
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2008
1930
  """
2009
1931
  return pulumi.get(self, "subnet_id")
2010
1932
 
@@ -2126,10 +2048,6 @@ class ClusterNetworkPlacementConfigurationPrimaryVnicSubnetsArgs:
2126
2048
  is_assign_ipv6ip: Optional[pulumi.Input[bool]] = None):
2127
2049
  """
2128
2050
  :param pulumi.Input[str] subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2129
-
2130
-
2131
- ** IMPORTANT **
2132
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2133
2051
  :param pulumi.Input[Sequence[pulumi.Input['ClusterNetworkPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
2134
2052
  :param pulumi.Input[bool] is_assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
2135
2053
  """
@@ -2144,10 +2062,6 @@ class ClusterNetworkPlacementConfigurationPrimaryVnicSubnetsArgs:
2144
2062
  def subnet_id(self) -> pulumi.Input[str]:
2145
2063
  """
2146
2064
  The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2147
-
2148
-
2149
- ** IMPORTANT **
2150
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2151
2065
  """
2152
2066
  return pulumi.get(self, "subnet_id")
2153
2067
 
@@ -2680,7 +2594,7 @@ class ComputeCapacityTopologyCapacitySourceArgs:
2680
2594
  compartment_id: Optional[pulumi.Input[str]] = None):
2681
2595
  """
2682
2596
  :param pulumi.Input[str] capacity_type: (Updatable) The capacity type of bare metal hosts.
2683
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this compute capacity topology.
2597
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this capacity source.
2684
2598
  """
2685
2599
  pulumi.set(__self__, "capacity_type", capacity_type)
2686
2600
  if compartment_id is not None:
@@ -2702,7 +2616,7 @@ class ComputeCapacityTopologyCapacitySourceArgs:
2702
2616
  @pulumi.getter(name="compartmentId")
2703
2617
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
2704
2618
  """
2705
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this compute capacity topology.
2619
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this capacity source.
2706
2620
  """
2707
2621
  return pulumi.get(self, "compartment_id")
2708
2622
 
@@ -2944,8 +2858,12 @@ class CrossConnectMacsecPropertiesPrimaryKeyArgs:
2944
2858
  connectivity_association_key_secret_version: Optional[pulumi.Input[str]] = None,
2945
2859
  connectivity_association_name_secret_version: Optional[pulumi.Input[str]] = None):
2946
2860
  """
2947
- :param pulumi.Input[str] connectivity_association_key_secret_id: Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
2948
- :param pulumi.Input[str] connectivity_association_name_secret_id: Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
2861
+ :param pulumi.Input[str] connectivity_association_key_secret_id: (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
2862
+
2863
+ NOTE: Only the latest secret version will be used.
2864
+ :param pulumi.Input[str] connectivity_association_name_secret_id: (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
2865
+
2866
+ NOTE: Only the latest secret version will be used.
2949
2867
  :param pulumi.Input[str] connectivity_association_key_secret_version: The secret version of the `connectivityAssociationKey` secret in Vault.
2950
2868
  :param pulumi.Input[str] connectivity_association_name_secret_version: The secret version of the connectivity association name secret in Vault.
2951
2869
  """
@@ -2960,7 +2878,9 @@ class CrossConnectMacsecPropertiesPrimaryKeyArgs:
2960
2878
  @pulumi.getter(name="connectivityAssociationKeySecretId")
2961
2879
  def connectivity_association_key_secret_id(self) -> pulumi.Input[str]:
2962
2880
  """
2963
- Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
2881
+ (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
2882
+
2883
+ NOTE: Only the latest secret version will be used.
2964
2884
  """
2965
2885
  return pulumi.get(self, "connectivity_association_key_secret_id")
2966
2886
 
@@ -2972,7 +2892,9 @@ class CrossConnectMacsecPropertiesPrimaryKeyArgs:
2972
2892
  @pulumi.getter(name="connectivityAssociationNameSecretId")
2973
2893
  def connectivity_association_name_secret_id(self) -> pulumi.Input[str]:
2974
2894
  """
2975
- Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
2895
+ (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
2896
+
2897
+ NOTE: Only the latest secret version will be used.
2976
2898
  """
2977
2899
  return pulumi.get(self, "connectivity_association_name_secret_id")
2978
2900
 
@@ -3842,12 +3764,11 @@ class DrgAttachmentNetworkDetailsArgs:
3842
3764
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network attached to the DRG.
3843
3765
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target IPSec tunnel attachment.
3844
3766
  :param pulumi.Input[str] ipsec_connection_id: The IPSec connection that contains the attached IPSec tunnel.
3845
- :param pulumi.Input[str] route_table_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table used by the DRG attachment.
3767
+ :param pulumi.Input[str] route_table_id: (Updatable) This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table that is used to route the traffic as it enters a VCN through this attachment.
3846
3768
 
3847
- If you don't specify a route table here, the DRG attachment is created without an associated route table. The Networking service does NOT automatically associate the attached VCN's default route table with the DRG attachment. For information about why you would associate a route table with a DRG attachment, see:
3769
+ For information about why you would associate a route table with a DRG attachment, see [Advanced Scenario: Transit Routing](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm). For information about why you would associate a route table with a DRG attachment, see:
3848
3770
  * [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm)
3849
3771
  * [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
3850
- This field is deprecated. Instead, use the networkDetails field to specify the VCN route table for this attachment.
3851
3772
  :param pulumi.Input[str] transport_attachment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit's DRG attachment.
3852
3773
  :param pulumi.Input[bool] transport_only_mode: Boolean flag that determines wether all traffic over the virtual circuits is encrypted. Example: `true`
3853
3774
  :param pulumi.Input[str] vcn_route_type: (Updatable) Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the attachment. Routes from the VCN ingress route table are always imported.
@@ -3920,12 +3841,11 @@ class DrgAttachmentNetworkDetailsArgs:
3920
3841
  @pulumi.getter(name="routeTableId")
3921
3842
  def route_table_id(self) -> Optional[pulumi.Input[str]]:
3922
3843
  """
3923
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table used by the DRG attachment.
3844
+ (Updatable) This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table that is used to route the traffic as it enters a VCN through this attachment.
3924
3845
 
3925
- If you don't specify a route table here, the DRG attachment is created without an associated route table. The Networking service does NOT automatically associate the attached VCN's default route table with the DRG attachment. For information about why you would associate a route table with a DRG attachment, see:
3846
+ For information about why you would associate a route table with a DRG attachment, see [Advanced Scenario: Transit Routing](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm). For information about why you would associate a route table with a DRG attachment, see:
3926
3847
  * [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm)
3927
3848
  * [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
3928
- This field is deprecated. Instead, use the networkDetails field to specify the VCN route table for this attachment.
3929
3849
  """
3930
3850
  return pulumi.get(self, "route_table_id")
3931
3851
 
@@ -4177,6 +4097,8 @@ class ImageImageSourceDetailsArgs:
4177
4097
  :param pulumi.Input[str] operating_system: The image's operating system. Example: `Oracle Linux`
4178
4098
  :param pulumi.Input[str] operating_system_version: The image's operating system version. Example: `7.2`
4179
4099
  :param pulumi.Input[str] source_image_type: The format of the image to be imported. Only monolithic images are supported. This attribute is not used for exported Oracle images with the Oracle Cloud Infrastructure image format. Allowed values are:
4100
+ * `QCOW2`
4101
+ * `VMDK`
4180
4102
  :param pulumi.Input[str] source_uri: The Object Storage URL for the image.
4181
4103
  """
4182
4104
  pulumi.set(__self__, "source_type", source_type)
@@ -4272,6 +4194,8 @@ class ImageImageSourceDetailsArgs:
4272
4194
  def source_image_type(self) -> Optional[pulumi.Input[str]]:
4273
4195
  """
4274
4196
  The format of the image to be imported. Only monolithic images are supported. This attribute is not used for exported Oracle images with the Oracle Cloud Infrastructure image format. Allowed values are:
4197
+ * `QCOW2`
4198
+ * `VMDK`
4275
4199
  """
4276
4200
  return pulumi.get(self, "source_image_type")
4277
4201
 
@@ -4303,11 +4227,26 @@ class ImageLaunchOptionArgs:
4303
4227
  remote_data_volume_type: Optional[pulumi.Input[str]] = None):
4304
4228
  """
4305
4229
  :param pulumi.Input[str] boot_volume_type: Emulation type for the boot volume.
4230
+ * `ISCSI` - ISCSI attached block storage device.
4231
+ * `SCSI` - Emulated SCSI disk.
4232
+ * `IDE` - Emulated IDE disk.
4233
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4234
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4306
4235
  :param pulumi.Input[str] firmware: Firmware used to boot VM. Select the option that matches your operating system.
4236
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
4237
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
4307
4238
  :param pulumi.Input[bool] is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
4308
4239
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
4309
4240
  :param pulumi.Input[str] network_type: Emulation type for the physical network interface card (NIC).
4241
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
4242
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
4243
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
4310
4244
  :param pulumi.Input[str] remote_data_volume_type: Emulation type for volume.
4245
+ * `ISCSI` - ISCSI attached block storage device.
4246
+ * `SCSI` - Emulated SCSI disk.
4247
+ * `IDE` - Emulated IDE disk.
4248
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4249
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4311
4250
  """
4312
4251
  if boot_volume_type is not None:
4313
4252
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -4327,6 +4266,11 @@ class ImageLaunchOptionArgs:
4327
4266
  def boot_volume_type(self) -> Optional[pulumi.Input[str]]:
4328
4267
  """
4329
4268
  Emulation type for the boot volume.
4269
+ * `ISCSI` - ISCSI attached block storage device.
4270
+ * `SCSI` - Emulated SCSI disk.
4271
+ * `IDE` - Emulated IDE disk.
4272
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4273
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4330
4274
  """
4331
4275
  return pulumi.get(self, "boot_volume_type")
4332
4276
 
@@ -4339,6 +4283,8 @@ class ImageLaunchOptionArgs:
4339
4283
  def firmware(self) -> Optional[pulumi.Input[str]]:
4340
4284
  """
4341
4285
  Firmware used to boot VM. Select the option that matches your operating system.
4286
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
4287
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
4342
4288
  """
4343
4289
  return pulumi.get(self, "firmware")
4344
4290
 
@@ -4375,6 +4321,9 @@ class ImageLaunchOptionArgs:
4375
4321
  def network_type(self) -> Optional[pulumi.Input[str]]:
4376
4322
  """
4377
4323
  Emulation type for the physical network interface card (NIC).
4324
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
4325
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
4326
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
4378
4327
  """
4379
4328
  return pulumi.get(self, "network_type")
4380
4329
 
@@ -4387,6 +4336,11 @@ class ImageLaunchOptionArgs:
4387
4336
  def remote_data_volume_type(self) -> Optional[pulumi.Input[str]]:
4388
4337
  """
4389
4338
  Emulation type for volume.
4339
+ * `ISCSI` - ISCSI attached block storage device.
4340
+ * `SCSI` - Emulated SCSI disk.
4341
+ * `IDE` - Emulated IDE disk.
4342
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4343
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4390
4344
  """
4391
4345
  return pulumi.get(self, "remote_data_volume_type")
4392
4346
 
@@ -4543,6 +4497,8 @@ class InstanceAvailabilityConfigArgs:
4543
4497
  """
4544
4498
  :param pulumi.Input[bool] is_live_migration_preferred: (Updatable) Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
4545
4499
  :param pulumi.Input[str] recovery_action: (Updatable) The lifecycle state for an instance when it is recovered after infrastructure maintenance.
4500
+ * `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
4501
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
4546
4502
  """
4547
4503
  if is_live_migration_preferred is not None:
4548
4504
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
@@ -4566,6 +4522,8 @@ class InstanceAvailabilityConfigArgs:
4566
4522
  def recovery_action(self) -> Optional[pulumi.Input[str]]:
4567
4523
  """
4568
4524
  (Updatable) The lifecycle state for an instance when it is recovered after infrastructure maintenance.
4525
+ * `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
4526
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
4569
4527
  """
4570
4528
  return pulumi.get(self, "recovery_action")
4571
4529
 
@@ -4730,10 +4688,10 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs:
4730
4688
  is_shareable: Optional[pulumi.Input[bool]] = None,
4731
4689
  use_chap: Optional[pulumi.Input[bool]] = None):
4732
4690
  """
4733
- :param pulumi.Input[str] type: The type of action to run when the instance is interrupted for eviction.
4691
+ :param pulumi.Input[str] type: The type of volume. The only supported values are "iscsi" and "paravirtualized".
4734
4692
  :param pulumi.Input[str] device: The device name.
4735
4693
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4736
- :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
4694
+ :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
4737
4695
  :param pulumi.Input[bool] is_read_only: Whether the attachment should be created in read-only mode.
4738
4696
  :param pulumi.Input[bool] is_shareable: Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
4739
4697
  :param pulumi.Input[bool] use_chap: Whether to use CHAP authentication for the volume attachment. Defaults to false.
@@ -4756,7 +4714,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs:
4756
4714
  @pulumi.getter
4757
4715
  def type(self) -> pulumi.Input[str]:
4758
4716
  """
4759
- The type of action to run when the instance is interrupted for eviction.
4717
+ The type of volume. The only supported values are "iscsi" and "paravirtualized".
4760
4718
  """
4761
4719
  return pulumi.get(self, "type")
4762
4720
 
@@ -4792,7 +4750,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs:
4792
4750
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
4793
4751
  def is_pv_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
4794
4752
  """
4795
- Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
4753
+ Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
4796
4754
  """
4797
4755
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
4798
4756
 
@@ -4856,11 +4814,11 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4856
4814
  vpus_per_gb: Optional[pulumi.Input[str]] = None):
4857
4815
  """
4858
4816
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
4859
- :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
4817
+ :param pulumi.Input[str] availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
4860
4818
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
4861
4819
  :param pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
4862
4820
  :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
4863
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
4821
+ :param pulumi.Input[str] compartment_id: The OCID of the compartment that contains the volume.
4864
4822
  :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
4865
4823
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4866
4824
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
@@ -4916,7 +4874,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4916
4874
  @pulumi.getter(name="availabilityDomain")
4917
4875
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
4918
4876
  """
4919
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
4877
+ The availability domain of the volume. Example: `Uocm:PHX-AD-1`
4920
4878
  """
4921
4879
  return pulumi.get(self, "availability_domain")
4922
4880
 
@@ -4964,7 +4922,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4964
4922
  @pulumi.getter(name="compartmentId")
4965
4923
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
4966
4924
  """
4967
- (Updatable) The OCID of the compartment containing images to search
4925
+ The OCID of the compartment that contains the volume.
4968
4926
  """
4969
4927
  return pulumi.get(self, "compartment_id")
4970
4928
 
@@ -5112,8 +5070,8 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
5112
5070
  availability_domain: pulumi.Input[str],
5113
5071
  display_name: Optional[pulumi.Input[str]] = None):
5114
5072
  """
5115
- :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5116
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5073
+ :param pulumi.Input[str] availability_domain: The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
5074
+ :param pulumi.Input[str] display_name: The display name of the block volume replica. You may optionally specify a *display name* for the block volume replica, otherwise a default is provided.
5117
5075
  """
5118
5076
  pulumi.set(__self__, "availability_domain", availability_domain)
5119
5077
  if display_name is not None:
@@ -5123,7 +5081,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
5123
5081
  @pulumi.getter(name="availabilityDomain")
5124
5082
  def availability_domain(self) -> pulumi.Input[str]:
5125
5083
  """
5126
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5084
+ The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
5127
5085
  """
5128
5086
  return pulumi.get(self, "availability_domain")
5129
5087
 
@@ -5135,7 +5093,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
5135
5093
  @pulumi.getter(name="displayName")
5136
5094
  def display_name(self) -> Optional[pulumi.Input[str]]:
5137
5095
  """
5138
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5096
+ The display name of the block volume replica. You may optionally specify a *display name* for the block volume replica, otherwise a default is provided.
5139
5097
  """
5140
5098
  return pulumi.get(self, "display_name")
5141
5099
 
@@ -5150,7 +5108,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsA
5150
5108
  type: pulumi.Input[str],
5151
5109
  id: Optional[pulumi.Input[str]] = None):
5152
5110
  """
5153
- :param pulumi.Input[str] type: The type of action to run when the instance is interrupted for eviction.
5111
+ :param pulumi.Input[str] type: The type can be one of these values: `volume`, `volumeBackup`
5154
5112
  :param pulumi.Input[str] id: The OCID of the volume backup.
5155
5113
  """
5156
5114
  pulumi.set(__self__, "type", type)
@@ -5161,7 +5119,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsA
5161
5119
  @pulumi.getter
5162
5120
  def type(self) -> pulumi.Input[str]:
5163
5121
  """
5164
- The type of action to run when the instance is interrupted for eviction.
5122
+ The type can be one of these values: `volume`, `volumeBackup`
5165
5123
  """
5166
5124
  return pulumi.get(self, "type")
5167
5125
 
@@ -5216,81 +5174,31 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5216
5174
  :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5217
5175
  :param pulumi.Input[str] capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
5218
5176
  :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
5219
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
5177
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
5220
5178
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs'] create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
5221
5179
  :param pulumi.Input[str] dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
5222
-
5223
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
5224
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5225
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5180
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5181
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5226
5182
  :param pulumi.Input[Mapping[str, Any]] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
5227
-
5228
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
5229
-
5230
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
5231
5183
  :param pulumi.Input[str] fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let 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.
5232
-
5233
- If you do not specify the fault domain, the system selects one for you.
5234
-
5235
- 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.
5236
-
5237
- Example: `FAULT-DOMAIN-1`
5238
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5184
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5239
5185
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs'] instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
5240
5186
  :param pulumi.Input[str] ipxe_script: This is an advanced option.
5241
-
5242
- 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.
5243
-
5244
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.
5245
-
5246
- The default 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 the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
5247
-
5248
- 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).
5249
-
5250
- For more information about iPXE, see http://ipxe.org.
5251
5187
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
5252
5188
  :param pulumi.Input[str] launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
5189
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
5190
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
5191
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
5192
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
5253
5193
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
5254
5194
  :param pulumi.Input[Mapping[str, Any]] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
5255
-
5256
- A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:
5257
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
5258
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
5259
-
5260
- **Providing Cloud-Init Metadata**
5261
-
5262
- You can use the following metadata key names to provide information to Cloud-Init:
5263
-
5264
- **"ssh_authorized_keys"** - Provide one or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the `authorized_keys` file, as shown in the example below.
5265
-
5266
- **"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
5267
-
5268
- **Metadata Example**
5269
-
5270
- "metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } **Getting Metadata on the Instance**
5271
-
5272
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
5273
-
5274
- curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
5275
-
5276
- You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
5277
-
5278
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
5279
5195
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs'] platform_config: The platform configuration requested for the instance.
5280
-
5281
- If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
5282
-
5283
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
5284
5196
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs'] preemptible_instance_config: Configuration options for preemptible instances.
5285
5197
  :param pulumi.Input[str] preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
5198
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
5199
+ * `REBOOT` - Run maintenance using a reboot.
5286
5200
  :param pulumi.Input[str] shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
5287
-
5288
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
5289
5201
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs'] shape_config: The shape configuration requested for the instance.
5290
-
5291
- 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.
5292
-
5293
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
5294
5202
  """
5295
5203
  if agent_config is not None:
5296
5204
  pulumi.set(__self__, "agent_config", agent_config)
@@ -5407,7 +5315,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5407
5315
  @pulumi.getter(name="compartmentId")
5408
5316
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
5409
5317
  """
5410
- (Updatable) The OCID of the compartment containing images to search
5318
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
5411
5319
  """
5412
5320
  return pulumi.get(self, "compartment_id")
5413
5321
 
@@ -5432,8 +5340,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5432
5340
  def dedicated_vm_host_id(self) -> Optional[pulumi.Input[str]]:
5433
5341
  """
5434
5342
  The OCID of the dedicated virtual machine host to place the instance on.
5435
-
5436
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
5437
5343
  """
5438
5344
  return pulumi.get(self, "dedicated_vm_host_id")
5439
5345
 
@@ -5445,7 +5351,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5445
5351
  @pulumi.getter(name="definedTags")
5446
5352
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
5447
5353
  """
5448
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5354
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5449
5355
  """
5450
5356
  return pulumi.get(self, "defined_tags")
5451
5357
 
@@ -5457,7 +5363,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5457
5363
  @pulumi.getter(name="displayName")
5458
5364
  def display_name(self) -> Optional[pulumi.Input[str]]:
5459
5365
  """
5460
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5366
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5461
5367
  """
5462
5368
  return pulumi.get(self, "display_name")
5463
5369
 
@@ -5470,10 +5376,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5470
5376
  def extended_metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
5471
5377
  """
5472
5378
  Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
5473
-
5474
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
5475
-
5476
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
5477
5379
  """
5478
5380
  return pulumi.get(self, "extended_metadata")
5479
5381
 
@@ -5486,12 +5388,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5486
5388
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
5487
5389
  """
5488
5390
  A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let 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.
5489
-
5490
- If you do not specify the fault domain, the system selects one for you.
5491
-
5492
- 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.
5493
-
5494
- Example: `FAULT-DOMAIN-1`
5495
5391
  """
5496
5392
  return pulumi.get(self, "fault_domain")
5497
5393
 
@@ -5503,7 +5399,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5503
5399
  @pulumi.getter(name="freeformTags")
5504
5400
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
5505
5401
  """
5506
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5402
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5507
5403
  """
5508
5404
  return pulumi.get(self, "freeform_tags")
5509
5405
 
@@ -5528,16 +5424,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5528
5424
  def ipxe_script(self) -> Optional[pulumi.Input[str]]:
5529
5425
  """
5530
5426
  This is an advanced option.
5531
-
5532
- 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.
5533
-
5534
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.
5535
-
5536
- The default 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 the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
5537
-
5538
- 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).
5539
-
5540
- For more information about iPXE, see http://ipxe.org.
5541
5427
  """
5542
5428
  return pulumi.get(self, "ipxe_script")
5543
5429
 
@@ -5562,6 +5448,10 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5562
5448
  def launch_mode(self) -> Optional[pulumi.Input[str]]:
5563
5449
  """
5564
5450
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
5451
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
5452
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
5453
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
5454
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
5565
5455
  """
5566
5456
  return pulumi.get(self, "launch_mode")
5567
5457
 
@@ -5586,30 +5476,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5586
5476
  def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
5587
5477
  """
5588
5478
  Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
5589
-
5590
- A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:
5591
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
5592
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
5593
-
5594
- **Providing Cloud-Init Metadata**
5595
-
5596
- You can use the following metadata key names to provide information to Cloud-Init:
5597
-
5598
- **"ssh_authorized_keys"** - Provide one or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the `authorized_keys` file, as shown in the example below.
5599
-
5600
- **"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
5601
-
5602
- **Metadata Example**
5603
-
5604
- "metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } **Getting Metadata on the Instance**
5605
-
5606
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
5607
-
5608
- curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
5609
-
5610
- You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
5611
-
5612
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
5613
5479
  """
5614
5480
  return pulumi.get(self, "metadata")
5615
5481
 
@@ -5622,10 +5488,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5622
5488
  def platform_config(self) -> Optional[pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs']]:
5623
5489
  """
5624
5490
  The platform configuration requested for the instance.
5625
-
5626
- If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
5627
-
5628
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
5629
5491
  """
5630
5492
  return pulumi.get(self, "platform_config")
5631
5493
 
@@ -5650,6 +5512,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5650
5512
  def preferred_maintenance_action(self) -> Optional[pulumi.Input[str]]:
5651
5513
  """
5652
5514
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
5515
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
5516
+ * `REBOOT` - Run maintenance using a reboot.
5653
5517
  """
5654
5518
  return pulumi.get(self, "preferred_maintenance_action")
5655
5519
 
@@ -5662,8 +5526,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5662
5526
  def shape(self) -> Optional[pulumi.Input[str]]:
5663
5527
  """
5664
5528
  The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
5665
-
5666
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
5667
5529
  """
5668
5530
  return pulumi.get(self, "shape")
5669
5531
 
@@ -5676,10 +5538,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5676
5538
  def shape_config(self) -> Optional[pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs']]:
5677
5539
  """
5678
5540
  The shape configuration requested for the instance.
5679
-
5680
- 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.
5681
-
5682
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
5683
5541
  """
5684
5542
  return pulumi.get(self, "shape_config")
5685
5543
 
@@ -5803,7 +5661,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigA
5803
5661
  name: Optional[pulumi.Input[str]] = None):
5804
5662
  """
5805
5663
  :param pulumi.Input[str] desired_state: Whether the plugin should be enabled or disabled.
5806
-
5807
5664
  To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
5808
5665
  :param pulumi.Input[str] name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
5809
5666
  """
@@ -5817,7 +5674,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigA
5817
5674
  def desired_state(self) -> Optional[pulumi.Input[str]]:
5818
5675
  """
5819
5676
  Whether the plugin should be enabled or disabled.
5820
-
5821
5677
  To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
5822
5678
  """
5823
5679
  return pulumi.get(self, "desired_state")
@@ -5847,6 +5703,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs:
5847
5703
  """
5848
5704
  :param pulumi.Input[bool] is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
5849
5705
  :param pulumi.Input[str] recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
5706
+ * `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
5707
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
5850
5708
  """
5851
5709
  if is_live_migration_preferred is not None:
5852
5710
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
@@ -5870,6 +5728,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs:
5870
5728
  def recovery_action(self) -> Optional[pulumi.Input[str]]:
5871
5729
  """
5872
5730
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
5731
+ * `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
5732
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
5873
5733
  """
5874
5734
  return pulumi.get(self, "recovery_action")
5875
5735
 
@@ -5894,14 +5754,12 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
5894
5754
  skip_source_dest_check: Optional[pulumi.Input[bool]] = None,
5895
5755
  subnet_id: Optional[pulumi.Input[str]] = None):
5896
5756
  """
5897
- :param pulumi.Input[bool] assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
5898
- :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
5757
+ :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
5899
5758
  :param pulumi.Input[bool] assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
5900
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5901
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5902
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5759
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5760
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5761
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5903
5762
  :param pulumi.Input[str] hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
5904
- :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
5905
5763
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
5906
5764
  :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
5907
5765
  :param pulumi.Input[bool] skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
@@ -5935,9 +5793,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
5935
5793
  @property
5936
5794
  @pulumi.getter(name="assignIpv6ip")
5937
5795
  def assign_ipv6ip(self) -> Optional[pulumi.Input[bool]]:
5938
- """
5939
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
5940
- """
5941
5796
  return pulumi.get(self, "assign_ipv6ip")
5942
5797
 
5943
5798
  @assign_ipv6ip.setter
@@ -5948,7 +5803,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
5948
5803
  @pulumi.getter(name="assignPrivateDnsRecord")
5949
5804
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
5950
5805
  """
5951
- Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
5806
+ Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
5952
5807
  """
5953
5808
  return pulumi.get(self, "assign_private_dns_record")
5954
5809
 
@@ -5972,7 +5827,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
5972
5827
  @pulumi.getter(name="definedTags")
5973
5828
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
5974
5829
  """
5975
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5830
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
5976
5831
  """
5977
5832
  return pulumi.get(self, "defined_tags")
5978
5833
 
@@ -5984,7 +5839,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
5984
5839
  @pulumi.getter(name="displayName")
5985
5840
  def display_name(self) -> Optional[pulumi.Input[str]]:
5986
5841
  """
5987
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5842
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5988
5843
  """
5989
5844
  return pulumi.get(self, "display_name")
5990
5845
 
@@ -5996,7 +5851,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
5996
5851
  @pulumi.getter(name="freeformTags")
5997
5852
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
5998
5853
  """
5999
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
5854
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6000
5855
  """
6001
5856
  return pulumi.get(self, "freeform_tags")
6002
5857
 
@@ -6019,9 +5874,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs:
6019
5874
  @property
6020
5875
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
6021
5876
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]]]:
6022
- """
6023
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
6024
- """
6025
5877
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
6026
5878
 
6027
5879
  @ipv6address_ipv6subnet_cidr_pair_details.setter
@@ -6082,10 +5934,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
6082
5934
  def __init__(__self__, *,
6083
5935
  ipv6address: Optional[pulumi.Input[str]] = None,
6084
5936
  ipv6subnet_cidr: Optional[pulumi.Input[str]] = None):
6085
- """
6086
- :param pulumi.Input[str] ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
6087
- :param pulumi.Input[str] ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
6088
- """
6089
5937
  if ipv6address is not None:
6090
5938
  pulumi.set(__self__, "ipv6address", ipv6address)
6091
5939
  if ipv6subnet_cidr is not None:
@@ -6094,9 +5942,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
6094
5942
  @property
6095
5943
  @pulumi.getter
6096
5944
  def ipv6address(self) -> Optional[pulumi.Input[str]]:
6097
- """
6098
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
6099
- """
6100
5945
  return pulumi.get(self, "ipv6address")
6101
5946
 
6102
5947
  @ipv6address.setter
@@ -6106,9 +5951,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
6106
5951
  @property
6107
5952
  @pulumi.getter(name="ipv6subnetCidr")
6108
5953
  def ipv6subnet_cidr(self) -> Optional[pulumi.Input[str]]:
6109
- """
6110
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
6111
- """
6112
5954
  return pulumi.get(self, "ipv6subnet_cidr")
6113
5955
 
6114
5956
  @ipv6subnet_cidr.setter
@@ -6150,11 +5992,26 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs:
6150
5992
  remote_data_volume_type: Optional[pulumi.Input[str]] = None):
6151
5993
  """
6152
5994
  :param pulumi.Input[str] boot_volume_type: Emulation type for the boot volume.
5995
+ * `ISCSI` - ISCSI attached block storage device.
5996
+ * `SCSI` - Emulated SCSI disk.
5997
+ * `IDE` - Emulated IDE disk.
5998
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
5999
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6153
6000
  :param pulumi.Input[str] firmware: Firmware used to boot VM. Select the option that matches your operating system.
6001
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
6002
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
6154
6003
  :param pulumi.Input[bool] is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
6155
6004
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
6156
6005
  :param pulumi.Input[str] network_type: Emulation type for the physical network interface card (NIC).
6006
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
6007
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
6008
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
6157
6009
  :param pulumi.Input[str] remote_data_volume_type: Emulation type for volume.
6010
+ * `ISCSI` - ISCSI attached block storage device.
6011
+ * `SCSI` - Emulated SCSI disk.
6012
+ * `IDE` - Emulated IDE disk.
6013
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6014
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6158
6015
  """
6159
6016
  if boot_volume_type is not None:
6160
6017
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -6174,6 +6031,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs:
6174
6031
  def boot_volume_type(self) -> Optional[pulumi.Input[str]]:
6175
6032
  """
6176
6033
  Emulation type for the boot volume.
6034
+ * `ISCSI` - ISCSI attached block storage device.
6035
+ * `SCSI` - Emulated SCSI disk.
6036
+ * `IDE` - Emulated IDE disk.
6037
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6038
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6177
6039
  """
6178
6040
  return pulumi.get(self, "boot_volume_type")
6179
6041
 
@@ -6186,6 +6048,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs:
6186
6048
  def firmware(self) -> Optional[pulumi.Input[str]]:
6187
6049
  """
6188
6050
  Firmware used to boot VM. Select the option that matches your operating system.
6051
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
6052
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
6189
6053
  """
6190
6054
  return pulumi.get(self, "firmware")
6191
6055
 
@@ -6222,6 +6086,9 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs:
6222
6086
  def network_type(self) -> Optional[pulumi.Input[str]]:
6223
6087
  """
6224
6088
  Emulation type for the physical network interface card (NIC).
6089
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
6090
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
6091
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
6225
6092
  """
6226
6093
  return pulumi.get(self, "network_type")
6227
6094
 
@@ -6234,6 +6101,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs:
6234
6101
  def remote_data_volume_type(self) -> Optional[pulumi.Input[str]]:
6235
6102
  """
6236
6103
  Emulation type for volume.
6104
+ * `ISCSI` - ISCSI attached block storage device.
6105
+ * `SCSI` - Emulated SCSI disk.
6106
+ * `IDE` - Emulated IDE disk.
6107
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6108
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6237
6109
  """
6238
6110
  return pulumi.get(self, "remote_data_volume_type")
6239
6111
 
@@ -6266,9 +6138,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs:
6266
6138
  :param pulumi.Input[bool] is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
6267
6139
  :param pulumi.Input[bool] is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
6268
6140
  :param pulumi.Input[bool] is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
6269
- :param pulumi.Input[bool] is_symmetric_multi_threading_enabled: (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
6270
-
6271
- Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
6141
+ :param pulumi.Input[bool] is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
6272
6142
  :param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
6273
6143
  :param pulumi.Input[str] numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
6274
6144
  :param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
@@ -6399,9 +6269,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs:
6399
6269
  @pulumi.getter(name="isSymmetricMultiThreadingEnabled")
6400
6270
  def is_symmetric_multi_threading_enabled(self) -> Optional[pulumi.Input[bool]]:
6401
6271
  """
6402
- (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
6403
-
6404
- Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
6272
+ Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
6405
6273
  """
6406
6274
  return pulumi.get(self, "is_symmetric_multi_threading_enabled")
6407
6275
 
@@ -6519,8 +6387,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs:
6519
6387
  vcpus: Optional[pulumi.Input[int]] = None):
6520
6388
  """
6521
6389
  :param pulumi.Input[str] baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
6522
-
6523
- The following values are supported:
6524
6390
  :param pulumi.Input[float] memory_in_gbs: The total amount of memory available to the instance, in gigabytes.
6525
6391
  :param pulumi.Input[int] nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
6526
6392
  :param pulumi.Input[float] ocpus: The total number of OCPUs available to the instance.
@@ -6542,8 +6408,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs:
6542
6408
  def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
6543
6409
  """
6544
6410
  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`.
6545
-
6546
- The following values are supported:
6547
6411
  """
6548
6412
  return pulumi.get(self, "baseline_ocpu_utilization")
6549
6413
 
@@ -6615,8 +6479,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs:
6615
6479
  :param pulumi.Input[str] boot_volume_id: The OCID of the boot volume used to boot the instance.
6616
6480
  :param pulumi.Input[str] boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
6617
6481
  :param pulumi.Input[str] boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
6618
-
6619
- Allowed values:
6620
6482
  :param pulumi.Input[str] image_id: The OCID of the image used to boot the instance.
6621
6483
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs'] instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
6622
6484
  :param pulumi.Input[str] kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
@@ -6676,8 +6538,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs:
6676
6538
  def boot_volume_vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
6677
6539
  """
6678
6540
  The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
6679
-
6680
- Allowed values:
6681
6541
  """
6682
6542
  return pulumi.get(self, "boot_volume_vpus_per_gb")
6683
6543
 
@@ -6730,7 +6590,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
6730
6590
  operating_system: Optional[pulumi.Input[str]] = None,
6731
6591
  operating_system_version: Optional[pulumi.Input[str]] = None):
6732
6592
  """
6733
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
6593
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
6734
6594
  :param pulumi.Input[Mapping[str, Any]] defined_tags_filter: Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
6735
6595
  :param pulumi.Input[str] operating_system: The image's operating system. Example: `Oracle Linux`
6736
6596
  :param pulumi.Input[str] operating_system_version: The image's operating system version. Example: `7.2`
@@ -6748,7 +6608,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
6748
6608
  @pulumi.getter(name="compartmentId")
6749
6609
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
6750
6610
  """
6751
- (Updatable) The OCID of the compartment containing images to search
6611
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
6752
6612
  """
6753
6613
  return pulumi.get(self, "compartment_id")
6754
6614
 
@@ -6802,8 +6662,6 @@ class InstanceConfigurationInstanceDetailsOptionArgs:
6802
6662
  """
6803
6663
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs']]] block_volumes: Block volume parameters.
6804
6664
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs'] launch_details: Instance launch details for creating an instance from an instance configuration. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
6805
-
6806
- See [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/LaunchInstanceDetails) for more information.
6807
6665
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs']]] secondary_vnics: Secondary VNIC parameters.
6808
6666
  """
6809
6667
  if block_volumes is not None:
@@ -6830,8 +6688,6 @@ class InstanceConfigurationInstanceDetailsOptionArgs:
6830
6688
  def launch_details(self) -> Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs']]:
6831
6689
  """
6832
6690
  Instance launch details for creating an instance from an instance configuration. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
6833
-
6834
- See [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/LaunchInstanceDetails) for more information.
6835
6691
  """
6836
6692
  return pulumi.get(self, "launch_details")
6837
6693
 
@@ -6920,7 +6776,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs:
6920
6776
  """
6921
6777
  :param pulumi.Input[str] type: The type of action to run when the instance is interrupted for eviction.
6922
6778
  :param pulumi.Input[str] device: The device name.
6923
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6779
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6924
6780
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
6925
6781
  :param pulumi.Input[bool] is_read_only: Whether the attachment should be created in read-only mode.
6926
6782
  :param pulumi.Input[bool] is_shareable: Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
@@ -6968,7 +6824,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs:
6968
6824
  @pulumi.getter(name="displayName")
6969
6825
  def display_name(self) -> Optional[pulumi.Input[str]]:
6970
6826
  """
6971
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6827
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6972
6828
  """
6973
6829
  return pulumi.get(self, "display_name")
6974
6830
 
@@ -7048,16 +6904,14 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7048
6904
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
7049
6905
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
7050
6906
  :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
7051
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
7052
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7053
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7054
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6907
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
6908
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
6909
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6910
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7055
6911
  :param pulumi.Input[bool] is_auto_tune_enabled: Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the `InstanceConfigurationDetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
7056
6912
  :param pulumi.Input[str] kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
7057
6913
  :param pulumi.Input[str] size_in_gbs: The size of the volume in GBs.
7058
6914
  :param pulumi.Input[str] vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
7059
-
7060
- Allowed values:
7061
6915
  """
7062
6916
  if autotune_policies is not None:
7063
6917
  pulumi.set(__self__, "autotune_policies", autotune_policies)
@@ -7152,7 +7006,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7152
7006
  @pulumi.getter(name="compartmentId")
7153
7007
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
7154
7008
  """
7155
- (Updatable) The OCID of the compartment containing images to search
7009
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7156
7010
  """
7157
7011
  return pulumi.get(self, "compartment_id")
7158
7012
 
@@ -7164,7 +7018,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7164
7018
  @pulumi.getter(name="definedTags")
7165
7019
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
7166
7020
  """
7167
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7021
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7168
7022
  """
7169
7023
  return pulumi.get(self, "defined_tags")
7170
7024
 
@@ -7176,7 +7030,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7176
7030
  @pulumi.getter(name="displayName")
7177
7031
  def display_name(self) -> Optional[pulumi.Input[str]]:
7178
7032
  """
7179
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7033
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7180
7034
  """
7181
7035
  return pulumi.get(self, "display_name")
7182
7036
 
@@ -7188,7 +7042,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7188
7042
  @pulumi.getter(name="freeformTags")
7189
7043
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
7190
7044
  """
7191
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7045
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7192
7046
  """
7193
7047
  return pulumi.get(self, "freeform_tags")
7194
7048
 
@@ -7246,8 +7100,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7246
7100
  def vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
7247
7101
  """
7248
7102
  The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
7249
-
7250
- Allowed values:
7251
7103
  """
7252
7104
  return pulumi.get(self, "vpus_per_gb")
7253
7105
 
@@ -7301,7 +7153,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVol
7301
7153
  display_name: Optional[pulumi.Input[str]] = None):
7302
7154
  """
7303
7155
  :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
7304
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7156
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7305
7157
  """
7306
7158
  pulumi.set(__self__, "availability_domain", availability_domain)
7307
7159
  if display_name is not None:
@@ -7323,7 +7175,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVol
7323
7175
  @pulumi.getter(name="displayName")
7324
7176
  def display_name(self) -> Optional[pulumi.Input[str]]:
7325
7177
  """
7326
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7178
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7327
7179
  """
7328
7180
  return pulumi.get(self, "display_name")
7329
7181
 
@@ -7404,81 +7256,31 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7404
7256
  :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
7405
7257
  :param pulumi.Input[str] capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
7406
7258
  :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
7407
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
7259
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7408
7260
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs'] create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
7409
7261
  :param pulumi.Input[str] dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
7410
-
7411
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
7412
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7413
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7262
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7263
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7414
7264
  :param pulumi.Input[Mapping[str, Any]] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
7415
-
7416
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
7417
-
7418
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
7419
7265
  :param pulumi.Input[str] fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let 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.
7420
-
7421
- If you do not specify the fault domain, the system selects one for you.
7422
-
7423
- 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.
7424
-
7425
- Example: `FAULT-DOMAIN-1`
7426
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7266
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7427
7267
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs'] instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
7428
7268
  :param pulumi.Input[str] ipxe_script: This is an advanced option.
7429
-
7430
- 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.
7431
-
7432
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.
7433
-
7434
- The default 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 the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
7435
-
7436
- 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).
7437
-
7438
- For more information about iPXE, see http://ipxe.org.
7439
7269
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
7440
7270
  :param pulumi.Input[str] launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
7271
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
7272
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
7273
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
7274
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
7441
7275
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
7442
7276
  :param pulumi.Input[Mapping[str, Any]] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
7443
-
7444
- A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:
7445
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
7446
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
7447
-
7448
- **Providing Cloud-Init Metadata**
7449
-
7450
- You can use the following metadata key names to provide information to Cloud-Init:
7451
-
7452
- **"ssh_authorized_keys"** - Provide one or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the `authorized_keys` file, as shown in the example below.
7453
-
7454
- **"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
7455
-
7456
- **Metadata Example**
7457
-
7458
- "metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } **Getting Metadata on the Instance**
7459
-
7460
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
7461
-
7462
- curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
7463
-
7464
- You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
7465
-
7466
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
7467
7277
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs'] platform_config: The platform configuration requested for the instance.
7468
-
7469
- If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
7470
-
7471
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
7472
7278
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs'] preemptible_instance_config: Configuration options for preemptible instances.
7473
7279
  :param pulumi.Input[str] preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
7280
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
7281
+ * `REBOOT` - Run maintenance using a reboot.
7474
7282
  :param pulumi.Input[str] shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
7475
-
7476
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
7477
7283
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs'] shape_config: The shape configuration requested for the instance.
7478
-
7479
- 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.
7480
-
7481
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
7482
7284
  """
7483
7285
  if agent_config is not None:
7484
7286
  pulumi.set(__self__, "agent_config", agent_config)
@@ -7595,7 +7397,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7595
7397
  @pulumi.getter(name="compartmentId")
7596
7398
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
7597
7399
  """
7598
- (Updatable) The OCID of the compartment containing images to search
7400
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7599
7401
  """
7600
7402
  return pulumi.get(self, "compartment_id")
7601
7403
 
@@ -7620,8 +7422,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7620
7422
  def dedicated_vm_host_id(self) -> Optional[pulumi.Input[str]]:
7621
7423
  """
7622
7424
  The OCID of the dedicated virtual machine host to place the instance on.
7623
-
7624
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
7625
7425
  """
7626
7426
  return pulumi.get(self, "dedicated_vm_host_id")
7627
7427
 
@@ -7633,7 +7433,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7633
7433
  @pulumi.getter(name="definedTags")
7634
7434
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
7635
7435
  """
7636
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7436
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7637
7437
  """
7638
7438
  return pulumi.get(self, "defined_tags")
7639
7439
 
@@ -7645,7 +7445,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7645
7445
  @pulumi.getter(name="displayName")
7646
7446
  def display_name(self) -> Optional[pulumi.Input[str]]:
7647
7447
  """
7648
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7448
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7649
7449
  """
7650
7450
  return pulumi.get(self, "display_name")
7651
7451
 
@@ -7658,10 +7458,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7658
7458
  def extended_metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
7659
7459
  """
7660
7460
  Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
7661
-
7662
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
7663
-
7664
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
7665
7461
  """
7666
7462
  return pulumi.get(self, "extended_metadata")
7667
7463
 
@@ -7674,12 +7470,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7674
7470
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
7675
7471
  """
7676
7472
  A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let 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.
7677
-
7678
- If you do not specify the fault domain, the system selects one for you.
7679
-
7680
- 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.
7681
-
7682
- Example: `FAULT-DOMAIN-1`
7683
7473
  """
7684
7474
  return pulumi.get(self, "fault_domain")
7685
7475
 
@@ -7691,7 +7481,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7691
7481
  @pulumi.getter(name="freeformTags")
7692
7482
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
7693
7483
  """
7694
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7484
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7695
7485
  """
7696
7486
  return pulumi.get(self, "freeform_tags")
7697
7487
 
@@ -7716,16 +7506,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7716
7506
  def ipxe_script(self) -> Optional[pulumi.Input[str]]:
7717
7507
  """
7718
7508
  This is an advanced option.
7719
-
7720
- 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.
7721
-
7722
- If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.
7723
-
7724
- The default 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 the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
7725
-
7726
- 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).
7727
-
7728
- For more information about iPXE, see http://ipxe.org.
7729
7509
  """
7730
7510
  return pulumi.get(self, "ipxe_script")
7731
7511
 
@@ -7750,6 +7530,10 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7750
7530
  def launch_mode(self) -> Optional[pulumi.Input[str]]:
7751
7531
  """
7752
7532
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
7533
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
7534
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
7535
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
7536
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
7753
7537
  """
7754
7538
  return pulumi.get(self, "launch_mode")
7755
7539
 
@@ -7774,30 +7558,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7774
7558
  def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
7775
7559
  """
7776
7560
  Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
7777
-
7778
- A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:
7779
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
7780
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
7781
-
7782
- **Providing Cloud-Init Metadata**
7783
-
7784
- You can use the following metadata key names to provide information to Cloud-Init:
7785
-
7786
- **"ssh_authorized_keys"** - Provide one or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the `authorized_keys` file, as shown in the example below.
7787
-
7788
- **"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
7789
-
7790
- **Metadata Example**
7791
-
7792
- "metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } **Getting Metadata on the Instance**
7793
-
7794
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
7795
-
7796
- curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
7797
-
7798
- You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
7799
-
7800
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
7801
7561
  """
7802
7562
  return pulumi.get(self, "metadata")
7803
7563
 
@@ -7810,10 +7570,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7810
7570
  def platform_config(self) -> Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs']]:
7811
7571
  """
7812
7572
  The platform configuration requested for the instance.
7813
-
7814
- If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
7815
-
7816
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
7817
7573
  """
7818
7574
  return pulumi.get(self, "platform_config")
7819
7575
 
@@ -7838,6 +7594,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7838
7594
  def preferred_maintenance_action(self) -> Optional[pulumi.Input[str]]:
7839
7595
  """
7840
7596
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
7597
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
7598
+ * `REBOOT` - Run maintenance using a reboot.
7841
7599
  """
7842
7600
  return pulumi.get(self, "preferred_maintenance_action")
7843
7601
 
@@ -7850,8 +7608,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7850
7608
  def shape(self) -> Optional[pulumi.Input[str]]:
7851
7609
  """
7852
7610
  The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
7853
-
7854
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
7855
7611
  """
7856
7612
  return pulumi.get(self, "shape")
7857
7613
 
@@ -7863,12 +7619,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7863
7619
  @pulumi.getter(name="shapeConfig")
7864
7620
  def shape_config(self) -> Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs']]:
7865
7621
  """
7866
- The shape configuration requested for the instance.
7867
-
7868
- 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.
7869
-
7870
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
7871
- """
7622
+ The shape configuration requested for the instance.
7623
+ """
7872
7624
  return pulumi.get(self, "shape_config")
7873
7625
 
7874
7626
  @shape_config.setter
@@ -7894,22 +7646,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs:
7894
7646
  plugins_configs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs']]]] = None):
7895
7647
  """
7896
7648
  :param pulumi.Input[bool] are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
7897
-
7898
- 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).
7899
7649
  :param pulumi.Input[bool] is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
7900
-
7901
- These are the management plugins: OS Management Service Agent and Compute Instance Run Command.
7902
-
7903
- The management plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
7904
- * If `isManagementDisabled` is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
7905
- * If `isManagementDisabled` is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
7906
7650
  :param pulumi.Input[bool] is_monitoring_disabled: Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
7907
-
7908
- These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.
7909
-
7910
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
7911
- * If `isMonitoringDisabled` is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
7912
- * If `isMonitoringDisabled` is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
7913
7651
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs']]] plugins_configs: The configuration of plugins associated with this instance.
7914
7652
  """
7915
7653
  if are_all_plugins_disabled is not None:
@@ -7926,8 +7664,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs:
7926
7664
  def are_all_plugins_disabled(self) -> Optional[pulumi.Input[bool]]:
7927
7665
  """
7928
7666
  Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
7929
-
7930
- 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).
7931
7667
  """
7932
7668
  return pulumi.get(self, "are_all_plugins_disabled")
7933
7669
 
@@ -7940,12 +7676,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs:
7940
7676
  def is_management_disabled(self) -> Optional[pulumi.Input[bool]]:
7941
7677
  """
7942
7678
  Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
7943
-
7944
- These are the management plugins: OS Management Service Agent and Compute Instance Run Command.
7945
-
7946
- The management plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
7947
- * If `isManagementDisabled` is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
7948
- * If `isManagementDisabled` is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
7949
7679
  """
7950
7680
  return pulumi.get(self, "is_management_disabled")
7951
7681
 
@@ -7958,12 +7688,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs:
7958
7688
  def is_monitoring_disabled(self) -> Optional[pulumi.Input[bool]]:
7959
7689
  """
7960
7690
  Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
7961
-
7962
- These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.
7963
-
7964
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
7965
- * If `isMonitoringDisabled` is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
7966
- * If `isMonitoringDisabled` is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
7967
7691
  """
7968
7692
  return pulumi.get(self, "is_monitoring_disabled")
7969
7693
 
@@ -7991,8 +7715,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsC
7991
7715
  name: Optional[pulumi.Input[str]] = None):
7992
7716
  """
7993
7717
  :param pulumi.Input[str] desired_state: Whether the plugin should be enabled or disabled.
7994
-
7995
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
7996
7718
  :param pulumi.Input[str] name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
7997
7719
  """
7998
7720
  if desired_state is not None:
@@ -8005,8 +7727,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsC
8005
7727
  def desired_state(self) -> Optional[pulumi.Input[str]]:
8006
7728
  """
8007
7729
  Whether the plugin should be enabled or disabled.
8008
-
8009
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
8010
7730
  """
8011
7731
  return pulumi.get(self, "desired_state")
8012
7732
 
@@ -8035,6 +7755,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigA
8035
7755
  """
8036
7756
  :param pulumi.Input[bool] is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
8037
7757
  :param pulumi.Input[str] recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
7758
+ * `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
7759
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
8038
7760
  """
8039
7761
  if is_live_migration_preferred is not None:
8040
7762
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
@@ -8058,6 +7780,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigA
8058
7780
  def recovery_action(self) -> Optional[pulumi.Input[str]]:
8059
7781
  """
8060
7782
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
7783
+ * `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
7784
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
8061
7785
  """
8062
7786
  return pulumi.get(self, "recovery_action")
8063
7787
 
@@ -8082,14 +7806,12 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8082
7806
  skip_source_dest_check: Optional[pulumi.Input[bool]] = None,
8083
7807
  subnet_id: Optional[pulumi.Input[str]] = None):
8084
7808
  """
8085
- :param pulumi.Input[bool] assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
8086
- :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
7809
+ :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
8087
7810
  :param pulumi.Input[bool] assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8088
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8089
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8090
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7811
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7812
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7813
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8091
7814
  :param pulumi.Input[str] hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8092
- :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
8093
7815
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
8094
7816
  :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8095
7817
  :param pulumi.Input[bool] skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
@@ -8123,9 +7845,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8123
7845
  @property
8124
7846
  @pulumi.getter(name="assignIpv6ip")
8125
7847
  def assign_ipv6ip(self) -> Optional[pulumi.Input[bool]]:
8126
- """
8127
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
8128
- """
8129
7848
  return pulumi.get(self, "assign_ipv6ip")
8130
7849
 
8131
7850
  @assign_ipv6ip.setter
@@ -8136,7 +7855,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8136
7855
  @pulumi.getter(name="assignPrivateDnsRecord")
8137
7856
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
8138
7857
  """
8139
- Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
7858
+ Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
8140
7859
  """
8141
7860
  return pulumi.get(self, "assign_private_dns_record")
8142
7861
 
@@ -8160,7 +7879,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8160
7879
  @pulumi.getter(name="definedTags")
8161
7880
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
8162
7881
  """
8163
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
7882
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8164
7883
  """
8165
7884
  return pulumi.get(self, "defined_tags")
8166
7885
 
@@ -8172,7 +7891,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8172
7891
  @pulumi.getter(name="displayName")
8173
7892
  def display_name(self) -> Optional[pulumi.Input[str]]:
8174
7893
  """
8175
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7894
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8176
7895
  """
8177
7896
  return pulumi.get(self, "display_name")
8178
7897
 
@@ -8184,7 +7903,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8184
7903
  @pulumi.getter(name="freeformTags")
8185
7904
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
8186
7905
  """
8187
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
7906
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8188
7907
  """
8189
7908
  return pulumi.get(self, "freeform_tags")
8190
7909
 
@@ -8207,9 +7926,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsAr
8207
7926
  @property
8208
7927
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
8209
7928
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]]]:
8210
- """
8211
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
8212
- """
8213
7929
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
8214
7930
 
8215
7931
  @ipv6address_ipv6subnet_cidr_pair_details.setter
@@ -8270,10 +7986,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
8270
7986
  def __init__(__self__, *,
8271
7987
  ipv6address: Optional[pulumi.Input[str]] = None,
8272
7988
  ipv6subnet_cidr: Optional[pulumi.Input[str]] = None):
8273
- """
8274
- :param pulumi.Input[str] ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
8275
- :param pulumi.Input[str] ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
8276
- """
8277
7989
  if ipv6address is not None:
8278
7990
  pulumi.set(__self__, "ipv6address", ipv6address)
8279
7991
  if ipv6subnet_cidr is not None:
@@ -8282,9 +7994,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
8282
7994
  @property
8283
7995
  @pulumi.getter
8284
7996
  def ipv6address(self) -> Optional[pulumi.Input[str]]:
8285
- """
8286
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
8287
- """
8288
7997
  return pulumi.get(self, "ipv6address")
8289
7998
 
8290
7999
  @ipv6address.setter
@@ -8294,9 +8003,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
8294
8003
  @property
8295
8004
  @pulumi.getter(name="ipv6subnetCidr")
8296
8005
  def ipv6subnet_cidr(self) -> Optional[pulumi.Input[str]]:
8297
- """
8298
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
8299
- """
8300
8006
  return pulumi.get(self, "ipv6subnet_cidr")
8301
8007
 
8302
8008
  @ipv6subnet_cidr.setter
@@ -8338,11 +8044,26 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs:
8338
8044
  remote_data_volume_type: Optional[pulumi.Input[str]] = None):
8339
8045
  """
8340
8046
  :param pulumi.Input[str] boot_volume_type: Emulation type for the boot volume.
8047
+ * `ISCSI` - ISCSI attached block storage device.
8048
+ * `SCSI` - Emulated SCSI disk.
8049
+ * `IDE` - Emulated IDE disk.
8050
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8051
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
8341
8052
  :param pulumi.Input[str] firmware: Firmware used to boot VM. Select the option that matches your operating system.
8053
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
8054
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
8342
8055
  :param pulumi.Input[bool] is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
8343
8056
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
8344
8057
  :param pulumi.Input[str] network_type: Emulation type for the physical network interface card (NIC).
8058
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
8059
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
8060
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
8345
8061
  :param pulumi.Input[str] remote_data_volume_type: Emulation type for volume.
8062
+ * `ISCSI` - ISCSI attached block storage device.
8063
+ * `SCSI` - Emulated SCSI disk.
8064
+ * `IDE` - Emulated IDE disk.
8065
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8066
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
8346
8067
  """
8347
8068
  if boot_volume_type is not None:
8348
8069
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -8362,6 +8083,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs:
8362
8083
  def boot_volume_type(self) -> Optional[pulumi.Input[str]]:
8363
8084
  """
8364
8085
  Emulation type for the boot volume.
8086
+ * `ISCSI` - ISCSI attached block storage device.
8087
+ * `SCSI` - Emulated SCSI disk.
8088
+ * `IDE` - Emulated IDE disk.
8089
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8090
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
8365
8091
  """
8366
8092
  return pulumi.get(self, "boot_volume_type")
8367
8093
 
@@ -8374,6 +8100,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs:
8374
8100
  def firmware(self) -> Optional[pulumi.Input[str]]:
8375
8101
  """
8376
8102
  Firmware used to boot VM. Select the option that matches your operating system.
8103
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
8104
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
8377
8105
  """
8378
8106
  return pulumi.get(self, "firmware")
8379
8107
 
@@ -8410,6 +8138,9 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs:
8410
8138
  def network_type(self) -> Optional[pulumi.Input[str]]:
8411
8139
  """
8412
8140
  Emulation type for the physical network interface card (NIC).
8141
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
8142
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
8143
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
8413
8144
  """
8414
8145
  return pulumi.get(self, "network_type")
8415
8146
 
@@ -8422,6 +8153,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs:
8422
8153
  def remote_data_volume_type(self) -> Optional[pulumi.Input[str]]:
8423
8154
  """
8424
8155
  Emulation type for volume.
8156
+ * `ISCSI` - ISCSI attached block storage device.
8157
+ * `SCSI` - Emulated SCSI disk.
8158
+ * `IDE` - Emulated IDE disk.
8159
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8160
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
8425
8161
  """
8426
8162
  return pulumi.get(self, "remote_data_volume_type")
8427
8163
 
@@ -8452,9 +8188,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs:
8452
8188
  :param pulumi.Input[bool] is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
8453
8189
  :param pulumi.Input[bool] is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
8454
8190
  :param pulumi.Input[bool] is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
8455
- :param pulumi.Input[bool] is_symmetric_multi_threading_enabled: (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
8456
-
8457
- Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
8191
+ :param pulumi.Input[bool] is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
8458
8192
  :param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
8459
8193
  :param pulumi.Input[str] numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
8460
8194
  :param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
@@ -8571,9 +8305,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs:
8571
8305
  @pulumi.getter(name="isSymmetricMultiThreadingEnabled")
8572
8306
  def is_symmetric_multi_threading_enabled(self) -> Optional[pulumi.Input[bool]]:
8573
8307
  """
8574
- (Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
8575
-
8576
- Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
8308
+ Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
8577
8309
  """
8578
8310
  return pulumi.get(self, "is_symmetric_multi_threading_enabled")
8579
8311
 
@@ -8691,8 +8423,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs:
8691
8423
  vcpus: Optional[pulumi.Input[int]] = None):
8692
8424
  """
8693
8425
  :param pulumi.Input[str] baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
8694
-
8695
- The following values are supported:
8696
8426
  :param pulumi.Input[float] memory_in_gbs: The total amount of memory available to the instance, in gigabytes.
8697
8427
  :param pulumi.Input[int] nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
8698
8428
  :param pulumi.Input[float] ocpus: The total number of OCPUs available to the instance.
@@ -8714,8 +8444,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs:
8714
8444
  def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
8715
8445
  """
8716
8446
  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`.
8717
-
8718
- The following values are supported:
8719
8447
  """
8720
8448
  return pulumi.get(self, "baseline_ocpu_utilization")
8721
8449
 
@@ -8787,8 +8515,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs:
8787
8515
  :param pulumi.Input[str] boot_volume_id: The OCID of the boot volume used to boot the instance.
8788
8516
  :param pulumi.Input[str] boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
8789
8517
  :param pulumi.Input[str] boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
8790
-
8791
- Allowed values:
8792
8518
  :param pulumi.Input[str] image_id: The OCID of the image used to boot the instance.
8793
8519
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs'] instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
8794
8520
  :param pulumi.Input[str] kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
@@ -8848,8 +8574,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs:
8848
8574
  def boot_volume_vpus_per_gb(self) -> Optional[pulumi.Input[str]]:
8849
8575
  """
8850
8576
  The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
8851
-
8852
- Allowed values:
8853
8577
  """
8854
8578
  return pulumi.get(self, "boot_volume_vpus_per_gb")
8855
8579
 
@@ -8902,7 +8626,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
8902
8626
  operating_system: Optional[pulumi.Input[str]] = None,
8903
8627
  operating_system_version: Optional[pulumi.Input[str]] = None):
8904
8628
  """
8905
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
8629
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
8906
8630
  :param pulumi.Input[Mapping[str, Any]] defined_tags_filter: Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
8907
8631
  :param pulumi.Input[str] operating_system: The image's operating system. Example: `Oracle Linux`
8908
8632
  :param pulumi.Input[str] operating_system_version: The image's operating system version. Example: `7.2`
@@ -8920,7 +8644,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
8920
8644
  @pulumi.getter(name="compartmentId")
8921
8645
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
8922
8646
  """
8923
- (Updatable) The OCID of the compartment containing images to search
8647
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
8924
8648
  """
8925
8649
  return pulumi.get(self, "compartment_id")
8926
8650
 
@@ -8973,7 +8697,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs:
8973
8697
  nic_index: Optional[pulumi.Input[int]] = None):
8974
8698
  """
8975
8699
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs'] create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
8976
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8700
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8977
8701
  :param pulumi.Input[int] nic_index: Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
8978
8702
  """
8979
8703
  if create_vnic_details is not None:
@@ -8999,7 +8723,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs:
8999
8723
  @pulumi.getter(name="displayName")
9000
8724
  def display_name(self) -> Optional[pulumi.Input[str]]:
9001
8725
  """
9002
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8726
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9003
8727
  """
9004
8728
  return pulumi.get(self, "display_name")
9005
8729
 
@@ -9036,14 +8760,12 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9036
8760
  skip_source_dest_check: Optional[pulumi.Input[bool]] = None,
9037
8761
  subnet_id: Optional[pulumi.Input[str]] = None):
9038
8762
  """
9039
- :param pulumi.Input[bool] assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
9040
- :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8763
+ :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
9041
8764
  :param pulumi.Input[bool] assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9042
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9043
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9044
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8765
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8766
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8767
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9045
8768
  :param pulumi.Input[str] hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9046
- :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
9047
8769
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
9048
8770
  :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9049
8771
  :param pulumi.Input[bool] skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
@@ -9077,9 +8799,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9077
8799
  @property
9078
8800
  @pulumi.getter(name="assignIpv6ip")
9079
8801
  def assign_ipv6ip(self) -> Optional[pulumi.Input[bool]]:
9080
- """
9081
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
9082
- """
9083
8802
  return pulumi.get(self, "assign_ipv6ip")
9084
8803
 
9085
8804
  @assign_ipv6ip.setter
@@ -9090,7 +8809,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9090
8809
  @pulumi.getter(name="assignPrivateDnsRecord")
9091
8810
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
9092
8811
  """
9093
- Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8812
+ Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
9094
8813
  """
9095
8814
  return pulumi.get(self, "assign_private_dns_record")
9096
8815
 
@@ -9114,7 +8833,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9114
8833
  @pulumi.getter(name="definedTags")
9115
8834
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9116
8835
  """
9117
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
8836
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9118
8837
  """
9119
8838
  return pulumi.get(self, "defined_tags")
9120
8839
 
@@ -9126,7 +8845,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9126
8845
  @pulumi.getter(name="displayName")
9127
8846
  def display_name(self) -> Optional[pulumi.Input[str]]:
9128
8847
  """
9129
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8848
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9130
8849
  """
9131
8850
  return pulumi.get(self, "display_name")
9132
8851
 
@@ -9138,7 +8857,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9138
8857
  @pulumi.getter(name="freeformTags")
9139
8858
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9140
8859
  """
9141
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
8860
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9142
8861
  """
9143
8862
  return pulumi.get(self, "freeform_tags")
9144
8863
 
@@ -9161,9 +8880,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsAr
9161
8880
  @property
9162
8881
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
9163
8882
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]]]:
9164
- """
9165
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
9166
- """
9167
8883
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
9168
8884
 
9169
8885
  @ipv6address_ipv6subnet_cidr_pair_details.setter
@@ -9224,10 +8940,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
9224
8940
  def __init__(__self__, *,
9225
8941
  ipv6address: Optional[pulumi.Input[str]] = None,
9226
8942
  ipv6subnet_cidr: Optional[pulumi.Input[str]] = None):
9227
- """
9228
- :param pulumi.Input[str] ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
9229
- :param pulumi.Input[str] ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
9230
- """
9231
8943
  if ipv6address is not None:
9232
8944
  pulumi.set(__self__, "ipv6address", ipv6address)
9233
8945
  if ipv6subnet_cidr is not None:
@@ -9236,9 +8948,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
9236
8948
  @property
9237
8949
  @pulumi.getter
9238
8950
  def ipv6address(self) -> Optional[pulumi.Input[str]]:
9239
- """
9240
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
9241
- """
9242
8951
  return pulumi.get(self, "ipv6address")
9243
8952
 
9244
8953
  @ipv6address.setter
@@ -9248,9 +8957,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
9248
8957
  @property
9249
8958
  @pulumi.getter(name="ipv6subnetCidr")
9250
8959
  def ipv6subnet_cidr(self) -> Optional[pulumi.Input[str]]:
9251
- """
9252
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
9253
- """
9254
8960
  return pulumi.get(self, "ipv6subnet_cidr")
9255
8961
 
9256
8962
  @ipv6subnet_cidr.setter
@@ -9266,7 +8972,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicArgs:
9266
8972
  nic_index: Optional[pulumi.Input[int]] = None):
9267
8973
  """
9268
8974
  :param pulumi.Input['InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs'] create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
9269
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8975
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9270
8976
  :param pulumi.Input[int] nic_index: Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
9271
8977
  """
9272
8978
  if create_vnic_details is not None:
@@ -9292,7 +8998,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicArgs:
9292
8998
  @pulumi.getter(name="displayName")
9293
8999
  def display_name(self) -> Optional[pulumi.Input[str]]:
9294
9000
  """
9295
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9001
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9296
9002
  """
9297
9003
  return pulumi.get(self, "display_name")
9298
9004
 
@@ -9329,14 +9035,12 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9329
9035
  skip_source_dest_check: Optional[pulumi.Input[bool]] = None,
9330
9036
  subnet_id: Optional[pulumi.Input[str]] = None):
9331
9037
  """
9332
- :param pulumi.Input[bool] assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
9333
- :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9038
+ :param pulumi.Input[bool] assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
9334
9039
  :param pulumi.Input[bool] assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9335
- :param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9336
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9337
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9040
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9041
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9042
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9338
9043
  :param pulumi.Input[str] hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9339
- :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
9340
9044
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
9341
9045
  :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9342
9046
  :param pulumi.Input[bool] skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
@@ -9370,9 +9074,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9370
9074
  @property
9371
9075
  @pulumi.getter(name="assignIpv6ip")
9372
9076
  def assign_ipv6ip(self) -> Optional[pulumi.Input[bool]]:
9373
- """
9374
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
9375
- """
9376
9077
  return pulumi.get(self, "assign_ipv6ip")
9377
9078
 
9378
9079
  @assign_ipv6ip.setter
@@ -9383,7 +9084,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9383
9084
  @pulumi.getter(name="assignPrivateDnsRecord")
9384
9085
  def assign_private_dns_record(self) -> Optional[pulumi.Input[bool]]:
9385
9086
  """
9386
- Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
9087
+ Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
9387
9088
  """
9388
9089
  return pulumi.get(self, "assign_private_dns_record")
9389
9090
 
@@ -9407,7 +9108,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9407
9108
  @pulumi.getter(name="definedTags")
9408
9109
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9409
9110
  """
9410
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9111
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9411
9112
  """
9412
9113
  return pulumi.get(self, "defined_tags")
9413
9114
 
@@ -9419,7 +9120,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9419
9120
  @pulumi.getter(name="displayName")
9420
9121
  def display_name(self) -> Optional[pulumi.Input[str]]:
9421
9122
  """
9422
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9123
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9423
9124
  """
9424
9125
  return pulumi.get(self, "display_name")
9425
9126
 
@@ -9431,7 +9132,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9431
9132
  @pulumi.getter(name="freeformTags")
9432
9133
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9433
9134
  """
9434
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9135
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9435
9136
  """
9436
9137
  return pulumi.get(self, "freeform_tags")
9437
9138
 
@@ -9454,9 +9155,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs:
9454
9155
  @property
9455
9156
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
9456
9157
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]]]:
9457
- """
9458
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
9459
- """
9460
9158
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
9461
9159
 
9462
9160
  @ipv6address_ipv6subnet_cidr_pair_details.setter
@@ -9517,10 +9215,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
9517
9215
  def __init__(__self__, *,
9518
9216
  ipv6address: Optional[pulumi.Input[str]] = None,
9519
9217
  ipv6subnet_cidr: Optional[pulumi.Input[str]] = None):
9520
- """
9521
- :param pulumi.Input[str] ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
9522
- :param pulumi.Input[str] ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
9523
- """
9524
9218
  if ipv6address is not None:
9525
9219
  pulumi.set(__self__, "ipv6address", ipv6address)
9526
9220
  if ipv6subnet_cidr is not None:
@@ -9529,9 +9223,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
9529
9223
  @property
9530
9224
  @pulumi.getter
9531
9225
  def ipv6address(self) -> Optional[pulumi.Input[str]]:
9532
- """
9533
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
9534
- """
9535
9226
  return pulumi.get(self, "ipv6address")
9536
9227
 
9537
9228
  @ipv6address.setter
@@ -9541,9 +9232,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
9541
9232
  @property
9542
9233
  @pulumi.getter(name="ipv6subnetCidr")
9543
9234
  def ipv6subnet_cidr(self) -> Optional[pulumi.Input[str]]:
9544
- """
9545
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
9546
- """
9547
9235
  return pulumi.get(self, "ipv6subnet_cidr")
9548
9236
 
9549
9237
  @ipv6subnet_cidr.setter
@@ -9581,9 +9269,17 @@ class InstanceCreateVnicDetailsArgs:
9581
9269
 
9582
9270
  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).
9583
9271
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
9584
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9272
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9585
9273
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
9586
- :param pulumi.Input[str] hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
9274
+ :param pulumi.Input[str] hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.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)`.
9275
+
9276
+ For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
9277
+
9278
+ 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.
9279
+
9280
+ Example: `bminstance1`
9281
+
9282
+ 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).
9587
9283
  :param pulumi.Input[Sequence[pulumi.Input['InstanceCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges from which Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
9588
9284
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
9589
9285
 
@@ -9598,7 +9294,9 @@ class InstanceCreateVnicDetailsArgs:
9598
9294
  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).
9599
9295
 
9600
9296
  Example: `true`
9601
- :param pulumi.Input[str] subnet_id: Deprecated. Instead use `subnetId` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). At least one of them is required; if you provide both, the values must match.
9297
+ :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC in. 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.
9298
+
9299
+ 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 a `vlanId` and `subnetId`, the request fails.
9602
9300
  :param pulumi.Input[str] vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
9603
9301
 
9604
9302
  Provide a `vlanId` instead of a `subnetId`. If you provide both a `vlanId` and `subnetId`, the request fails.
@@ -9691,7 +9389,7 @@ class InstanceCreateVnicDetailsArgs:
9691
9389
  @pulumi.getter(name="displayName")
9692
9390
  def display_name(self) -> Optional[pulumi.Input[str]]:
9693
9391
  """
9694
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9392
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9695
9393
  """
9696
9394
  return pulumi.get(self, "display_name")
9697
9395
 
@@ -9715,7 +9413,15 @@ class InstanceCreateVnicDetailsArgs:
9715
9413
  @pulumi.getter(name="hostnameLabel")
9716
9414
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
9717
9415
  """
9718
- 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.
9416
+ (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, `bminstance1` in FQDN `bminstance1.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)`.
9417
+
9418
+ For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
9419
+
9420
+ 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.
9421
+
9422
+ Example: `bminstance1`
9423
+
9424
+ 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).
9719
9425
  """
9720
9426
  return pulumi.get(self, "hostname_label")
9721
9427
 
@@ -9785,7 +9491,9 @@ class InstanceCreateVnicDetailsArgs:
9785
9491
  @pulumi.getter(name="subnetId")
9786
9492
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
9787
9493
  """
9788
- Deprecated. Instead use `subnetId` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). At least one of them is required; if you provide both, the values must match.
9494
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC in. 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.
9495
+
9496
+ 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 a `vlanId` and `subnetId`, the request fails.
9789
9497
  """
9790
9498
  return pulumi.get(self, "subnet_id")
9791
9499
 
@@ -9871,11 +9579,26 @@ class InstanceLaunchOptionsArgs:
9871
9579
  remote_data_volume_type: Optional[pulumi.Input[str]] = None):
9872
9580
  """
9873
9581
  :param pulumi.Input[str] boot_volume_type: (Updatable) Emulation type for the boot volume.
9582
+ * `ISCSI` - ISCSI attached block storage device.
9583
+ * `SCSI` - Emulated SCSI disk.
9584
+ * `IDE` - Emulated IDE disk.
9585
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
9586
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
9874
9587
  :param pulumi.Input[str] firmware: Firmware used to boot VM. Select the option that matches your operating system.
9588
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
9589
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
9875
9590
  :param pulumi.Input[bool] is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
9876
9591
  :param pulumi.Input[bool] is_pv_encryption_in_transit_enabled: (Updatable) Use this for update operation only. This field is Deprecated during create. For create use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/datatypes/LaunchInstanceDetails).
9877
9592
  :param pulumi.Input[str] network_type: (Updatable) Emulation type for the physical network interface card (NIC).
9593
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
9594
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
9595
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
9878
9596
  :param pulumi.Input[str] remote_data_volume_type: Emulation type for volume.
9597
+ * `ISCSI` - ISCSI attached block storage device.
9598
+ * `SCSI` - Emulated SCSI disk.
9599
+ * `IDE` - Emulated IDE disk.
9600
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
9601
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
9879
9602
  """
9880
9603
  if boot_volume_type is not None:
9881
9604
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -9895,6 +9618,11 @@ class InstanceLaunchOptionsArgs:
9895
9618
  def boot_volume_type(self) -> Optional[pulumi.Input[str]]:
9896
9619
  """
9897
9620
  (Updatable) Emulation type for the boot volume.
9621
+ * `ISCSI` - ISCSI attached block storage device.
9622
+ * `SCSI` - Emulated SCSI disk.
9623
+ * `IDE` - Emulated IDE disk.
9624
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
9625
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
9898
9626
  """
9899
9627
  return pulumi.get(self, "boot_volume_type")
9900
9628
 
@@ -9907,6 +9635,8 @@ class InstanceLaunchOptionsArgs:
9907
9635
  def firmware(self) -> Optional[pulumi.Input[str]]:
9908
9636
  """
9909
9637
  Firmware used to boot VM. Select the option that matches your operating system.
9638
+ * `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
9639
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
9910
9640
  """
9911
9641
  return pulumi.get(self, "firmware")
9912
9642
 
@@ -9943,6 +9673,9 @@ class InstanceLaunchOptionsArgs:
9943
9673
  def network_type(self) -> Optional[pulumi.Input[str]]:
9944
9674
  """
9945
9675
  (Updatable) Emulation type for the physical network interface card (NIC).
9676
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
9677
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
9678
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
9946
9679
  """
9947
9680
  return pulumi.get(self, "network_type")
9948
9681
 
@@ -9955,6 +9688,11 @@ class InstanceLaunchOptionsArgs:
9955
9688
  def remote_data_volume_type(self) -> Optional[pulumi.Input[str]]:
9956
9689
  """
9957
9690
  Emulation type for volume.
9691
+ * `ISCSI` - ISCSI attached block storage device.
9692
+ * `SCSI` - Emulated SCSI disk.
9693
+ * `IDE` - Emulated IDE disk.
9694
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
9695
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
9958
9696
  """
9959
9697
  return pulumi.get(self, "remote_data_volume_type")
9960
9698
 
@@ -9977,7 +9715,7 @@ class InstanceLaunchVolumeAttachmentArgs:
9977
9715
  use_chap: Optional[pulumi.Input[bool]] = None,
9978
9716
  volume_id: Optional[pulumi.Input[str]] = None):
9979
9717
  """
9980
- :param pulumi.Input[str] type: The type of action to run when the instance is interrupted for eviction.
9718
+ :param pulumi.Input[str] type: The type of volume. Currently, the only supported value is "iscsi".
9981
9719
  :param pulumi.Input[str] device: The device name. To retrieve a list of devices for a given instance, see [ListInstanceDevices](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Device/ListInstanceDevices).
9982
9720
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9983
9721
  :param pulumi.Input[str] encryption_in_transit_type: Refer the top-level definition of encryptionInTransitType. The default value is NONE.
@@ -10012,7 +9750,7 @@ class InstanceLaunchVolumeAttachmentArgs:
10012
9750
  @pulumi.getter
10013
9751
  def type(self) -> pulumi.Input[str]:
10014
9752
  """
10015
- The type of action to run when the instance is interrupted for eviction.
9753
+ The type of volume. Currently, the only supported value is "iscsi".
10016
9754
  """
10017
9755
  return pulumi.get(self, "type")
10018
9756
 
@@ -10141,9 +9879,9 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailsArgs:
10141
9879
  """
10142
9880
  :param pulumi.Input[str] size_in_gbs: The size of the volume in GBs.
10143
9881
  :param pulumi.Input[str] volume_creation_type: Specifies the method for volume creation.
10144
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
9882
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the volume. If not provided, it will be inherited from the instance.
10145
9883
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10146
- :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
9884
+ :param pulumi.Input[str] kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
10147
9885
  :param pulumi.Input[str] vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing 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.
10148
9886
 
10149
9887
  Allowed values:
@@ -10187,7 +9925,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailsArgs:
10187
9925
  @pulumi.getter(name="compartmentId")
10188
9926
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
10189
9927
  """
10190
- (Updatable) The OCID of the compartment containing images to search
9928
+ (Updatable) The OCID of the compartment that contains the volume. If not provided, it will be inherited from the instance.
10191
9929
  """
10192
9930
  return pulumi.get(self, "compartment_id")
10193
9931
 
@@ -10211,7 +9949,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailsArgs:
10211
9949
  @pulumi.getter(name="kmsKeyId")
10212
9950
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
10213
9951
  """
10214
- (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
9952
+ The OCID of the Vault service key to assign as the master encryption key for the volume.
10215
9953
  """
10216
9954
  return pulumi.get(self, "kms_key_id")
10217
9955
 
@@ -10250,7 +9988,7 @@ class InstancePlatformConfigArgs:
10250
9988
  numa_nodes_per_socket: Optional[pulumi.Input[str]] = None,
10251
9989
  percentage_of_cores_enabled: Optional[pulumi.Input[int]] = None):
10252
9990
  """
10253
- :param pulumi.Input[str] type: The type of action to run when the instance is interrupted for eviction.
9991
+ :param pulumi.Input[str] type: The type of platform being configured.
10254
9992
  :param pulumi.Input[bool] are_virtual_instructions_enabled: Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
10255
9993
  :param pulumi.Input[Mapping[str, Any]] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
10256
9994
  :param pulumi.Input[bool] is_access_control_service_enabled: Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
@@ -10295,7 +10033,7 @@ class InstancePlatformConfigArgs:
10295
10033
  @pulumi.getter
10296
10034
  def type(self) -> pulumi.Input[str]:
10297
10035
  """
10298
- The type of action to run when the instance is interrupted for eviction.
10036
+ The type of platform being configured.
10299
10037
  """
10300
10038
  return pulumi.get(self, "type")
10301
10039
 
@@ -10758,6 +10496,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs:
10758
10496
  is_assign_ipv6ip: Optional[pulumi.Input[bool]] = None):
10759
10497
  """
10760
10498
  :param pulumi.Input[str] subnet_id: (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
10499
+ =======
10500
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10761
10501
  :param pulumi.Input[Sequence[pulumi.Input['InstancePoolPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: (Updatable) A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
10762
10502
  :param pulumi.Input[bool] is_assign_ipv6ip: (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
10763
10503
  """
@@ -10772,6 +10512,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs:
10772
10512
  def subnet_id(self) -> pulumi.Input[str]:
10773
10513
  """
10774
10514
  (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
10515
+ =======
10516
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10775
10517
  """
10776
10518
  return pulumi.get(self, "subnet_id")
10777
10519
 
@@ -11000,6 +10742,9 @@ class InstanceShapeConfigArgs:
11000
10742
  :param pulumi.Input[str] baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
11001
10743
 
11002
10744
  The following values are supported:
10745
+ * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
10746
+ * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
10747
+ * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
11003
10748
  :param pulumi.Input[str] gpu_description: A short description of the instance's graphics processing unit (GPU).
11004
10749
  :param pulumi.Input[int] gpus: The number of GPUs available to the instance.
11005
10750
  :param pulumi.Input[str] local_disk_description: A short description of the local disks available to this instance.
@@ -11047,6 +10792,9 @@ class InstanceShapeConfigArgs:
11047
10792
  (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`.
11048
10793
 
11049
10794
  The following values are supported:
10795
+ * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
10796
+ * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
10797
+ * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
11050
10798
  """
11051
10799
  return pulumi.get(self, "baseline_ocpu_utilization")
11052
10800
 
@@ -12182,11 +11930,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsDestinationPortRangeArgs:
12182
11930
  min: pulumi.Input[int]):
12183
11931
  """
12184
11932
  :param pulumi.Input[int] max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12185
- :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12186
-
12187
-
12188
- ** IMPORTANT **
12189
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11933
+ :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12190
11934
  """
12191
11935
  pulumi.set(__self__, "max", max)
12192
11936
  pulumi.set(__self__, "min", min)
@@ -12207,11 +11951,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsDestinationPortRangeArgs:
12207
11951
  @pulumi.getter
12208
11952
  def min(self) -> pulumi.Input[int]:
12209
11953
  """
12210
- The minimum port number, which must not be greater than the maximum port number.
12211
-
12212
-
12213
- ** IMPORTANT **
12214
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11954
+ The minimum port number, which must not be greater than the maximum port number.
12215
11955
  """
12216
11956
  return pulumi.get(self, "min")
12217
11957
 
@@ -12227,11 +11967,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsSourcePortRangeArgs:
12227
11967
  min: pulumi.Input[int]):
12228
11968
  """
12229
11969
  :param pulumi.Input[int] max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12230
- :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12231
-
12232
-
12233
- ** IMPORTANT **
12234
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11970
+ :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12235
11971
  """
12236
11972
  pulumi.set(__self__, "max", max)
12237
11973
  pulumi.set(__self__, "min", min)
@@ -12252,11 +11988,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsSourcePortRangeArgs:
12252
11988
  @pulumi.getter
12253
11989
  def min(self) -> pulumi.Input[int]:
12254
11990
  """
12255
- The minimum port number, which must not be greater than the maximum port number.
12256
-
12257
-
12258
- ** IMPORTANT **
12259
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11991
+ The minimum port number, which must not be greater than the maximum port number.
12260
11992
  """
12261
11993
  return pulumi.get(self, "min")
12262
11994
 
@@ -12301,11 +12033,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsDestinationPortRangeArgs:
12301
12033
  min: pulumi.Input[int]):
12302
12034
  """
12303
12035
  :param pulumi.Input[int] max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12304
- :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12305
-
12306
-
12307
- ** IMPORTANT **
12308
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12036
+ :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12309
12037
  """
12310
12038
  pulumi.set(__self__, "max", max)
12311
12039
  pulumi.set(__self__, "min", min)
@@ -12326,11 +12054,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsDestinationPortRangeArgs:
12326
12054
  @pulumi.getter
12327
12055
  def min(self) -> pulumi.Input[int]:
12328
12056
  """
12329
- The minimum port number, which must not be greater than the maximum port number.
12330
-
12331
-
12332
- ** IMPORTANT **
12333
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12057
+ The minimum port number, which must not be greater than the maximum port number.
12334
12058
  """
12335
12059
  return pulumi.get(self, "min")
12336
12060
 
@@ -12346,11 +12070,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsSourcePortRangeArgs:
12346
12070
  min: pulumi.Input[int]):
12347
12071
  """
12348
12072
  :param pulumi.Input[int] max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12349
- :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12350
-
12351
-
12352
- ** IMPORTANT **
12353
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12073
+ :param pulumi.Input[int] min: The minimum port number, which must not be greater than the maximum port number.
12354
12074
  """
12355
12075
  pulumi.set(__self__, "max", max)
12356
12076
  pulumi.set(__self__, "min", min)
@@ -12371,11 +12091,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsSourcePortRangeArgs:
12371
12091
  @pulumi.getter
12372
12092
  def min(self) -> pulumi.Input[int]:
12373
12093
  """
12374
- The minimum port number, which must not be greater than the maximum port number.
12375
-
12376
-
12377
- ** IMPORTANT **
12378
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12094
+ The minimum port number, which must not be greater than the maximum port number.
12379
12095
  """
12380
12096
  return pulumi.get(self, "min")
12381
12097
 
@@ -12409,6 +12125,8 @@ class RouteTableRouteRuleArgs:
12409
12125
  * IP address range in CIDR notation. Can be an IPv4 CIDR block or IPv6 prefix. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. If you set this to an IPv6 prefix, the route rule's target can only be a DRG or internet gateway. IPv6 addressing is supported for all commercial and government regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
12410
12126
  * The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/), if you're setting up a route rule for traffic destined for a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
12411
12127
  :param pulumi.Input[str] destination_type: (Updatable) Type of destination for the rule. Required if you provide a `destination`.
12128
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12129
+ * `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
12412
12130
  :param pulumi.Input[str] route_type: (Updatable) A route rule can be STATIC if manually added to the route table, LOCAL if added by Oracle Cloud Infrastructure to the route table.
12413
12131
  """
12414
12132
  pulumi.set(__self__, "network_entity_id", network_entity_id)
@@ -12492,6 +12210,8 @@ class RouteTableRouteRuleArgs:
12492
12210
  def destination_type(self) -> Optional[pulumi.Input[str]]:
12493
12211
  """
12494
12212
  (Updatable) Type of destination for the rule. Required if you provide a `destination`.
12213
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12214
+ * `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
12495
12215
  """
12496
12216
  return pulumi.get(self, "destination_type")
12497
12217
 
@@ -12534,12 +12254,14 @@ class SecurityListEgressSecurityRuleArgs:
12534
12254
  :param pulumi.Input[str] destination_type: (Updatable) Type of destination for the rule. The default is `CIDR_BLOCK`.
12535
12255
 
12536
12256
  Allowed values:
12257
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12258
+ * `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
12537
12259
  :param pulumi.Input['SecurityListEgressSecurityRuleIcmpOptionsArgs'] icmp_options: (Updatable) Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
12538
12260
  * [ICMP Parameters](http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
12539
12261
  * [ICMPv6 Parameters](https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml)
12540
12262
 
12541
12263
  If you specify ICMP or ICMPv6 as the protocol but omit this object, then all ICMP types and codes are allowed. If you do provide this object, the type is required and the code is optional. To enable MTU negotiation for ingress internet traffic via IPv4, make sure to allow type 3 ("Destination Unreachable") code 4 ("Fragmentation Needed and Don't Fragment was Set"). If you need to specify multiple codes for a single type, create a separate security list rule for each.
12542
- :param pulumi.Input[bool] stateless: (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if ingress traffic allows TCP destination port 80, there should be an egress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
12264
+ :param pulumi.Input[bool] stateless: (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
12543
12265
  :param pulumi.Input['SecurityListEgressSecurityRuleTcpOptionsArgs'] tcp_options: (Updatable) Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
12544
12266
  :param pulumi.Input['SecurityListEgressSecurityRuleUdpOptionsArgs'] udp_options: (Updatable) Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
12545
12267
  """
@@ -12605,6 +12327,8 @@ class SecurityListEgressSecurityRuleArgs:
12605
12327
  (Updatable) Type of destination for the rule. The default is `CIDR_BLOCK`.
12606
12328
 
12607
12329
  Allowed values:
12330
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12331
+ * `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
12608
12332
  """
12609
12333
  return pulumi.get(self, "destination_type")
12610
12334
 
@@ -12632,7 +12356,7 @@ class SecurityListEgressSecurityRuleArgs:
12632
12356
  @pulumi.getter
12633
12357
  def stateless(self) -> Optional[pulumi.Input[bool]]:
12634
12358
  """
12635
- (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if ingress traffic allows TCP destination port 80, there should be an egress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
12359
+ (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
12636
12360
  """
12637
12361
  return pulumi.get(self, "stateless")
12638
12362
 
@@ -12710,8 +12434,8 @@ class SecurityListEgressSecurityRuleTcpOptionsArgs:
12710
12434
  min: Optional[pulumi.Input[int]] = None,
12711
12435
  source_port_range: Optional[pulumi.Input['SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs']] = None):
12712
12436
  """
12713
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12714
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12437
+ :param pulumi.Input[int] max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12438
+ :param pulumi.Input[int] min: The minimum port number. Must not be greater than the maximum port number.
12715
12439
  :param pulumi.Input['SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs'] source_port_range: (Updatable)
12716
12440
  """
12717
12441
  if max is not None:
@@ -12725,7 +12449,7 @@ class SecurityListEgressSecurityRuleTcpOptionsArgs:
12725
12449
  @pulumi.getter
12726
12450
  def max(self) -> Optional[pulumi.Input[int]]:
12727
12451
  """
12728
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12452
+ The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12729
12453
  """
12730
12454
  return pulumi.get(self, "max")
12731
12455
 
@@ -12737,7 +12461,7 @@ class SecurityListEgressSecurityRuleTcpOptionsArgs:
12737
12461
  @pulumi.getter
12738
12462
  def min(self) -> Optional[pulumi.Input[int]]:
12739
12463
  """
12740
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12464
+ The minimum port number. Must not be greater than the maximum port number.
12741
12465
  """
12742
12466
  return pulumi.get(self, "min")
12743
12467
 
@@ -12764,8 +12488,8 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs:
12764
12488
  max: pulumi.Input[int],
12765
12489
  min: pulumi.Input[int]):
12766
12490
  """
12767
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12768
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12491
+ :param pulumi.Input[int] max: (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12492
+ :param pulumi.Input[int] min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
12769
12493
  """
12770
12494
  pulumi.set(__self__, "max", max)
12771
12495
  pulumi.set(__self__, "min", min)
@@ -12774,7 +12498,7 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs:
12774
12498
  @pulumi.getter
12775
12499
  def max(self) -> pulumi.Input[int]:
12776
12500
  """
12777
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12501
+ (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12778
12502
  """
12779
12503
  return pulumi.get(self, "max")
12780
12504
 
@@ -12786,7 +12510,7 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs:
12786
12510
  @pulumi.getter
12787
12511
  def min(self) -> pulumi.Input[int]:
12788
12512
  """
12789
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12513
+ (Updatable) The minimum port number. Must not be greater than the maximum port number.
12790
12514
  """
12791
12515
  return pulumi.get(self, "min")
12792
12516
 
@@ -12802,8 +12526,8 @@ class SecurityListEgressSecurityRuleUdpOptionsArgs:
12802
12526
  min: Optional[pulumi.Input[int]] = None,
12803
12527
  source_port_range: Optional[pulumi.Input['SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs']] = None):
12804
12528
  """
12805
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12806
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12529
+ :param pulumi.Input[int] max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12530
+ :param pulumi.Input[int] min: The minimum port number. Must not be greater than the maximum port number.
12807
12531
  :param pulumi.Input['SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs'] source_port_range: (Updatable)
12808
12532
  """
12809
12533
  if max is not None:
@@ -12817,7 +12541,7 @@ class SecurityListEgressSecurityRuleUdpOptionsArgs:
12817
12541
  @pulumi.getter
12818
12542
  def max(self) -> Optional[pulumi.Input[int]]:
12819
12543
  """
12820
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12544
+ The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12821
12545
  """
12822
12546
  return pulumi.get(self, "max")
12823
12547
 
@@ -12829,7 +12553,7 @@ class SecurityListEgressSecurityRuleUdpOptionsArgs:
12829
12553
  @pulumi.getter
12830
12554
  def min(self) -> Optional[pulumi.Input[int]]:
12831
12555
  """
12832
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12556
+ The minimum port number. Must not be greater than the maximum port number.
12833
12557
  """
12834
12558
  return pulumi.get(self, "min")
12835
12559
 
@@ -12856,8 +12580,8 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs:
12856
12580
  max: pulumi.Input[int],
12857
12581
  min: pulumi.Input[int]):
12858
12582
  """
12859
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12860
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12583
+ :param pulumi.Input[int] max: (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12584
+ :param pulumi.Input[int] min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
12861
12585
  """
12862
12586
  pulumi.set(__self__, "max", max)
12863
12587
  pulumi.set(__self__, "min", min)
@@ -12866,7 +12590,7 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs:
12866
12590
  @pulumi.getter
12867
12591
  def max(self) -> pulumi.Input[int]:
12868
12592
  """
12869
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12593
+ (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12870
12594
  """
12871
12595
  return pulumi.get(self, "max")
12872
12596
 
@@ -12878,7 +12602,7 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs:
12878
12602
  @pulumi.getter
12879
12603
  def min(self) -> pulumi.Input[int]:
12880
12604
  """
12881
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12605
+ (Updatable) The minimum port number. Must not be greater than the maximum port number.
12882
12606
  """
12883
12607
  return pulumi.get(self, "min")
12884
12608
 
@@ -12912,6 +12636,8 @@ class SecurityListIngressSecurityRuleArgs:
12912
12636
 
12913
12637
  If you specify ICMP or ICMPv6 as the protocol but omit this object, then all ICMP types and codes are allowed. If you do provide this object, the type is required and the code is optional. To enable MTU negotiation for ingress internet traffic via IPv4, make sure to allow type 3 ("Destination Unreachable") code 4 ("Fragmentation Needed and Don't Fragment was Set"). If you need to specify multiple codes for a single type, create a separate security list rule for each.
12914
12638
  :param pulumi.Input[str] source_type: (Updatable) Type of source for the rule. The default is `CIDR_BLOCK`.
12639
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
12640
+ * `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
12915
12641
  :param pulumi.Input[bool] stateless: (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if ingress traffic allows TCP destination port 80, there should be an egress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
12916
12642
  :param pulumi.Input['SecurityListIngressSecurityRuleTcpOptionsArgs'] tcp_options: (Updatable) Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
12917
12643
  :param pulumi.Input['SecurityListIngressSecurityRuleUdpOptionsArgs'] udp_options: (Updatable) Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
@@ -12992,6 +12718,8 @@ class SecurityListIngressSecurityRuleArgs:
12992
12718
  def source_type(self) -> Optional[pulumi.Input[str]]:
12993
12719
  """
12994
12720
  (Updatable) Type of source for the rule. The default is `CIDR_BLOCK`.
12721
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
12722
+ * `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
12995
12723
  """
12996
12724
  return pulumi.get(self, "source_type")
12997
12725
 
@@ -13081,8 +12809,8 @@ class SecurityListIngressSecurityRuleTcpOptionsArgs:
13081
12809
  min: Optional[pulumi.Input[int]] = None,
13082
12810
  source_port_range: Optional[pulumi.Input['SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs']] = None):
13083
12811
  """
13084
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
13085
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12812
+ :param pulumi.Input[int] max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12813
+ :param pulumi.Input[int] min: The minimum port number. Must not be greater than the maximum port number.
13086
12814
  :param pulumi.Input['SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs'] source_port_range: (Updatable)
13087
12815
  """
13088
12816
  if max is not None:
@@ -13096,7 +12824,7 @@ class SecurityListIngressSecurityRuleTcpOptionsArgs:
13096
12824
  @pulumi.getter
13097
12825
  def max(self) -> Optional[pulumi.Input[int]]:
13098
12826
  """
13099
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12827
+ The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
13100
12828
  """
13101
12829
  return pulumi.get(self, "max")
13102
12830
 
@@ -13108,7 +12836,7 @@ class SecurityListIngressSecurityRuleTcpOptionsArgs:
13108
12836
  @pulumi.getter
13109
12837
  def min(self) -> Optional[pulumi.Input[int]]:
13110
12838
  """
13111
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12839
+ The minimum port number. Must not be greater than the maximum port number.
13112
12840
  """
13113
12841
  return pulumi.get(self, "min")
13114
12842
 
@@ -13135,8 +12863,8 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs:
13135
12863
  max: pulumi.Input[int],
13136
12864
  min: pulumi.Input[int]):
13137
12865
  """
13138
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
13139
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12866
+ :param pulumi.Input[int] max: (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12867
+ :param pulumi.Input[int] min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
13140
12868
  """
13141
12869
  pulumi.set(__self__, "max", max)
13142
12870
  pulumi.set(__self__, "min", min)
@@ -13145,7 +12873,7 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs:
13145
12873
  @pulumi.getter
13146
12874
  def max(self) -> pulumi.Input[int]:
13147
12875
  """
13148
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12876
+ (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
13149
12877
  """
13150
12878
  return pulumi.get(self, "max")
13151
12879
 
@@ -13157,7 +12885,7 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs:
13157
12885
  @pulumi.getter
13158
12886
  def min(self) -> pulumi.Input[int]:
13159
12887
  """
13160
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12888
+ (Updatable) The minimum port number. Must not be greater than the maximum port number.
13161
12889
  """
13162
12890
  return pulumi.get(self, "min")
13163
12891
 
@@ -13173,8 +12901,8 @@ class SecurityListIngressSecurityRuleUdpOptionsArgs:
13173
12901
  min: Optional[pulumi.Input[int]] = None,
13174
12902
  source_port_range: Optional[pulumi.Input['SecurityListIngressSecurityRuleUdpOptionsSourcePortRangeArgs']] = None):
13175
12903
  """
13176
- :param pulumi.Input[int] max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
13177
- :param pulumi.Input[int] min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
12904
+ :param pulumi.Input[int] max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
12905
+ :param pulumi.Input[int] min: The minimum port number. Must not be greater than the maximum port number.
13178
12906
  :param pulumi.Input['SecurityListIngressSecurityRuleUdpOptionsSourcePortRangeArgs'] source_port_range: (Updatable)
13179
12907
  """
13180
12908
  if max is not None:
@@ -13188,7 +12916,7 @@ class SecurityListIngressSecurityRuleUdpOptionsArgs:
13188
12916
  @pulumi.getter
13189
12917
  def max(self) -> Optional[pulumi.Input[int]]:
13190
12918
  """
13191
- (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
12919
+ The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
13192
12920
  """
13193
12921
  return pulumi.get(self, "max")
13194
12922
 
@@ -13200,7 +12928,7 @@ class SecurityListIngressSecurityRuleUdpOptionsArgs:
13200
12928
  @pulumi.getter
13201
12929
  def min(self) -> Optional[pulumi.Input[int]]:
13202
12930
  """
13203
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
12931
+ The minimum port number. Must not be greater than the maximum port number.
13204
12932
  """
13205
12933
  return pulumi.get(self, "min")
13206
12934
 
@@ -13572,7 +13300,7 @@ class VnicAttachmentCreateVnicDetailsArgs:
13572
13300
 
13573
13301
  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).
13574
13302
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
13575
- :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
13303
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
13576
13304
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
13577
13305
  :param pulumi.Input[str] hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.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)`.
13578
13306
 
@@ -13693,7 +13421,7 @@ class VnicAttachmentCreateVnicDetailsArgs:
13693
13421
  @pulumi.getter(name="displayName")
13694
13422
  def display_name(self) -> Optional[pulumi.Input[str]]:
13695
13423
  """
13696
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
13424
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
13697
13425
  """
13698
13426
  return pulumi.get(self, "display_name")
13699
13427
 
@@ -13981,6 +13709,12 @@ class VolumeBackupPolicyScheduleArgs:
13981
13709
  For clients using older versions of Apis and not sending `offsetType` in their requests, the behaviour is just like `NUMERIC_SECONDS`.
13982
13710
  :param pulumi.Input[str] time_zone: (Updatable) Specifies what time zone is the schedule in
13983
13711
  enum:
13712
+ - `UTC`
13713
+ - `REGIONAL_DATA_CENTER_TIME`
13714
+
13715
+
13716
+ ** IMPORTANT **
13717
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
13984
13718
  """
13985
13719
  pulumi.set(__self__, "backup_type", backup_type)
13986
13720
  pulumi.set(__self__, "period", period)
@@ -14128,6 +13862,12 @@ class VolumeBackupPolicyScheduleArgs:
14128
13862
  """
14129
13863
  (Updatable) Specifies what time zone is the schedule in
14130
13864
  enum:
13865
+ - `UTC`
13866
+ - `REGIONAL_DATA_CENTER_TIME`
13867
+
13868
+
13869
+ ** IMPORTANT **
13870
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14131
13871
  """
14132
13872
  return pulumi.get(self, "time_zone")
14133
13873
 
@@ -14327,10 +14067,7 @@ class VolumeGroupSourceDetailsArgs:
14327
14067
  :param pulumi.Input[str] volume_group_backup_id: The OCID of the volume group backup to restore from.
14328
14068
  :param pulumi.Input[str] volume_group_id: The OCID of the volume group to clone from.
14329
14069
  :param pulumi.Input[str] volume_group_replica_id: The OCID of the volume group replica.
14330
- :param pulumi.Input[Sequence[pulumi.Input[str]]] volume_ids: (Updatable) Use this for update operation only. This field is not supported during creation. For create use `volume_ids` under `source_details`.
14331
-
14332
- ** IMPORTANT **
14333
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14070
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] volume_ids: OCIDs for the volumes used to create this volume group.
14334
14071
  """
14335
14072
  pulumi.set(__self__, "type", type)
14336
14073
  if volume_group_backup_id is not None:
@@ -14394,10 +14131,7 @@ class VolumeGroupSourceDetailsArgs:
14394
14131
  @pulumi.getter(name="volumeIds")
14395
14132
  def volume_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
14396
14133
  """
14397
- (Updatable) Use this for update operation only. This field is not supported during creation. For create use `volume_ids` under `source_details`.
14398
-
14399
- ** IMPORTANT **
14400
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14134
+ OCIDs for the volumes used to create this volume group.
14401
14135
  """
14402
14136
  return pulumi.get(self, "volume_ids")
14403
14137
 
@@ -14415,7 +14149,7 @@ class VolumeGroupVolumeGroupReplicaArgs:
14415
14149
  """
14416
14150
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the volume group replica. Example: `Uocm:PHX-AD-1`
14417
14151
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14418
- :param pulumi.Input[str] volume_group_replica_id: The OCID of the volume group replica.
14152
+ :param pulumi.Input[str] volume_group_replica_id: The volume group replica's Oracle ID (OCID).
14419
14153
  """
14420
14154
  pulumi.set(__self__, "availability_domain", availability_domain)
14421
14155
  if display_name is not None:
@@ -14451,7 +14185,7 @@ class VolumeGroupVolumeGroupReplicaArgs:
14451
14185
  @pulumi.getter(name="volumeGroupReplicaId")
14452
14186
  def volume_group_replica_id(self) -> Optional[pulumi.Input[str]]:
14453
14187
  """
14454
- The OCID of the volume group replica.
14188
+ The volume group replica's Oracle ID (OCID).
14455
14189
  """
14456
14190
  return pulumi.get(self, "volume_group_replica_id")
14457
14191