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
@@ -970,7 +970,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
970
970
  tcp_options: Optional['outputs.CaptureFilterFlowLogCaptureFilterRuleTcpOptions'] = None,
971
971
  udp_options: Optional['outputs.CaptureFilterFlowLogCaptureFilterRuleUdpOptions'] = None):
972
972
  """
973
- :param str destination_cidr: (Updatable) Traffic sent to this CIDR block through the VTAP source will be mirrored to the VTAP target.
973
+ :param str destination_cidr: (Updatable) Traffic to this CIDR will be captured in the flow log.
974
974
  :param str flow_log_type: (Updatable) Type or types of flow logs to store. `ALL` includes records for both accepted traffic and rejected traffic.
975
975
  :param 'CaptureFilterFlowLogCaptureFilterRuleIcmpOptionsArgs' icmp_options: (Updatable) Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
976
976
  * [ICMP Parameters](http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
@@ -979,13 +979,10 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
979
979
  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.
980
980
  :param bool is_enabled: (Updatable) Indicates whether a flow log capture filter rule is enabled.
981
981
  :param int priority: (Updatable) A lower number indicates a higher priority, range 0-9. Each rule must have a distinct priority.
982
- :param 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:
983
- * 1 = ICMP
984
- * 6 = TCP
985
- * 17 = UDP
986
- :param str rule_action: (Updatable) Include or exclude packets meeting this definition from mirrored traffic.
982
+ :param str protocol: (Updatable) The transport protocol the filter uses.
983
+ :param str rule_action: (Updatable) Include or exclude a ruleAction object.
987
984
  :param int sampling_rate: (Updatable) Sampling interval as 1 of X, where X is an integer not greater than 100000.
988
- :param str source_cidr: (Updatable) Traffic from this CIDR block to the VTAP source will be mirrored to the VTAP target.
985
+ :param str source_cidr: (Updatable) Traffic from this CIDR will be captured in the flow log.
989
986
  :param '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.
990
987
  :param '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.
991
988
  """
@@ -1016,7 +1013,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
1016
1013
  @pulumi.getter(name="destinationCidr")
1017
1014
  def destination_cidr(self) -> Optional[str]:
1018
1015
  """
1019
- (Updatable) Traffic sent to this CIDR block through the VTAP source will be mirrored to the VTAP target.
1016
+ (Updatable) Traffic to this CIDR will be captured in the flow log.
1020
1017
  """
1021
1018
  return pulumi.get(self, "destination_cidr")
1022
1019
 
@@ -1060,10 +1057,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
1060
1057
  @pulumi.getter
1061
1058
  def protocol(self) -> Optional[str]:
1062
1059
  """
1063
- (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:
1064
- * 1 = ICMP
1065
- * 6 = TCP
1066
- * 17 = UDP
1060
+ (Updatable) The transport protocol the filter uses.
1067
1061
  """
1068
1062
  return pulumi.get(self, "protocol")
1069
1063
 
@@ -1071,7 +1065,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
1071
1065
  @pulumi.getter(name="ruleAction")
1072
1066
  def rule_action(self) -> Optional[str]:
1073
1067
  """
1074
- (Updatable) Include or exclude packets meeting this definition from mirrored traffic.
1068
+ (Updatable) Include or exclude a ruleAction object.
1075
1069
  """
1076
1070
  return pulumi.get(self, "rule_action")
1077
1071
 
@@ -1087,7 +1081,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
1087
1081
  @pulumi.getter(name="sourceCidr")
1088
1082
  def source_cidr(self) -> Optional[str]:
1089
1083
  """
1090
- (Updatable) Traffic from this CIDR block to the VTAP source will be mirrored to the VTAP target.
1084
+ (Updatable) Traffic from this CIDR will be captured in the flow log.
1091
1085
  """
1092
1086
  return pulumi.get(self, "source_cidr")
1093
1087
 
@@ -1195,11 +1189,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
1195
1189
  min: int):
1196
1190
  """
1197
1191
  :param 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.
1198
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1199
-
1200
-
1201
- ** IMPORTANT **
1202
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1192
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1203
1193
  """
1204
1194
  pulumi.set(__self__, "max", max)
1205
1195
  pulumi.set(__self__, "min", min)
@@ -1216,11 +1206,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
1216
1206
  @pulumi.getter
1217
1207
  def min(self) -> int:
1218
1208
  """
1219
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1220
-
1221
-
1222
- ** IMPORTANT **
1223
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1209
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1224
1210
  """
1225
1211
  return pulumi.get(self, "min")
1226
1212
 
@@ -1232,11 +1218,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsSourcePortRange(dict):
1232
1218
  min: int):
1233
1219
  """
1234
1220
  :param 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 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
1221
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1240
1222
  """
1241
1223
  pulumi.set(__self__, "max", max)
1242
1224
  pulumi.set(__self__, "min", min)
@@ -1253,11 +1235,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsSourcePortRange(dict):
1253
1235
  @pulumi.getter
1254
1236
  def min(self) -> int:
1255
1237
  """
1256
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1257
-
1258
-
1259
- ** IMPORTANT **
1260
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1238
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1261
1239
  """
1262
1240
  return pulumi.get(self, "min")
1263
1241
 
@@ -1319,11 +1297,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
1319
1297
  min: int):
1320
1298
  """
1321
1299
  :param 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.
1322
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1323
-
1324
-
1325
- ** IMPORTANT **
1326
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1300
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1327
1301
  """
1328
1302
  pulumi.set(__self__, "max", max)
1329
1303
  pulumi.set(__self__, "min", min)
@@ -1340,11 +1314,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
1340
1314
  @pulumi.getter
1341
1315
  def min(self) -> int:
1342
1316
  """
1343
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1344
-
1345
-
1346
- ** IMPORTANT **
1347
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1317
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1348
1318
  """
1349
1319
  return pulumi.get(self, "min")
1350
1320
 
@@ -1356,11 +1326,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsSourcePortRange(dict):
1356
1326
  min: int):
1357
1327
  """
1358
1328
  :param 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.
1359
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1360
-
1361
-
1362
- ** IMPORTANT **
1363
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1329
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1364
1330
  """
1365
1331
  pulumi.set(__self__, "max", max)
1366
1332
  pulumi.set(__self__, "min", min)
@@ -1377,11 +1343,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsSourcePortRange(dict):
1377
1343
  @pulumi.getter
1378
1344
  def min(self) -> int:
1379
1345
  """
1380
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1381
-
1382
-
1383
- ** IMPORTANT **
1384
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1346
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1385
1347
  """
1386
1348
  return pulumi.get(self, "min")
1387
1349
 
@@ -1618,11 +1580,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
1618
1580
  min: int):
1619
1581
  """
1620
1582
  :param 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.
1621
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1622
-
1623
-
1624
- ** IMPORTANT **
1625
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1583
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1626
1584
  """
1627
1585
  pulumi.set(__self__, "max", max)
1628
1586
  pulumi.set(__self__, "min", min)
@@ -1639,11 +1597,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
1639
1597
  @pulumi.getter
1640
1598
  def min(self) -> int:
1641
1599
  """
1642
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1643
-
1644
-
1645
- ** IMPORTANT **
1646
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1600
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1647
1601
  """
1648
1602
  return pulumi.get(self, "min")
1649
1603
 
@@ -1655,11 +1609,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsSourcePortRange(dict):
1655
1609
  min: int):
1656
1610
  """
1657
1611
  :param 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.
1658
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1659
-
1660
-
1661
- ** IMPORTANT **
1662
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1612
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1663
1613
  """
1664
1614
  pulumi.set(__self__, "max", max)
1665
1615
  pulumi.set(__self__, "min", min)
@@ -1676,11 +1626,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsSourcePortRange(dict):
1676
1626
  @pulumi.getter
1677
1627
  def min(self) -> int:
1678
1628
  """
1679
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1680
-
1681
-
1682
- ** IMPORTANT **
1683
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1629
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1684
1630
  """
1685
1631
  return pulumi.get(self, "min")
1686
1632
 
@@ -1742,11 +1688,7 @@ class CaptureFilterVtapCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
1742
1688
  min: int):
1743
1689
  """
1744
1690
  :param 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.
1745
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1746
-
1747
-
1748
- ** IMPORTANT **
1749
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1691
+ :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
1750
1692
  """
1751
1693
  pulumi.set(__self__, "max", max)
1752
1694
  pulumi.set(__self__, "min", min)
@@ -1763,11 +1705,7 @@ class CaptureFilterVtapCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
1763
1705
  @pulumi.getter
1764
1706
  def min(self) -> int:
1765
1707
  """
1766
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
1767
-
1768
-
1769
- ** IMPORTANT **
1770
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1708
+ (Updatable) The minimum port number, which must not be greater than the maximum port number.
1771
1709
  """
1772
1710
  return pulumi.get(self, "min")
1773
1711
 
@@ -1914,7 +1852,7 @@ class ClusterNetworkInstancePool(dict):
1914
1852
  :param int size: (Updatable) The number of instances that should be in the instance pool.
1915
1853
  :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
1916
1854
  :param 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"}`
1917
- :param str display_name: The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
1855
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1918
1856
  :param 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"}`
1919
1857
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
1920
1858
  :param Sequence['ClusterNetworkInstancePoolLoadBalancerArgs'] load_balancers: The load balancers attached to the instance pool.
@@ -1983,7 +1921,7 @@ class ClusterNetworkInstancePool(dict):
1983
1921
  @pulumi.getter(name="displayName")
1984
1922
  def display_name(self) -> Optional[str]:
1985
1923
  """
1986
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
1924
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1987
1925
  """
1988
1926
  return pulumi.get(self, "display_name")
1989
1927
 
@@ -2283,10 +2221,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet(dict):
2283
2221
  :param Sequence['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.
2284
2222
  :param 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.
2285
2223
  :param str subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2286
-
2287
-
2288
- ** IMPORTANT **
2289
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2290
2224
  """
2291
2225
  if ipv6address_ipv6subnet_cidr_pair_details is not None:
2292
2226
  pulumi.set(__self__, "ipv6address_ipv6subnet_cidr_pair_details", ipv6address_ipv6subnet_cidr_pair_details)
@@ -2316,10 +2250,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet(dict):
2316
2250
  def subnet_id(self) -> Optional[str]:
2317
2251
  """
2318
2252
  The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2319
-
2320
-
2321
- ** IMPORTANT **
2322
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2323
2253
  """
2324
2254
  return pulumi.get(self, "subnet_id")
2325
2255
 
@@ -2391,14 +2321,10 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet(dict):
2391
2321
  is_assign_ipv6ip: Optional[bool] = None,
2392
2322
  subnet_id: Optional[str] = None):
2393
2323
  """
2394
- :param str display_name: The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
2324
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2395
2325
  :param Sequence['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.
2396
2326
  :param 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.
2397
2327
  :param str subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2398
-
2399
-
2400
- ** IMPORTANT **
2401
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2402
2328
  """
2403
2329
  if display_name is not None:
2404
2330
  pulumi.set(__self__, "display_name", display_name)
@@ -2413,7 +2339,7 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet(dict):
2413
2339
  @pulumi.getter(name="displayName")
2414
2340
  def display_name(self) -> Optional[str]:
2415
2341
  """
2416
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
2342
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2417
2343
  """
2418
2344
  return pulumi.get(self, "display_name")
2419
2345
 
@@ -2438,10 +2364,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet(dict):
2438
2364
  def subnet_id(self) -> Optional[str]:
2439
2365
  """
2440
2366
  The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2441
-
2442
-
2443
- ** IMPORTANT **
2444
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2445
2367
  """
2446
2368
  return pulumi.get(self, "subnet_id")
2447
2369
 
@@ -2598,10 +2520,6 @@ class ClusterNetworkPlacementConfigurationPrimaryVnicSubnets(dict):
2598
2520
  is_assign_ipv6ip: Optional[bool] = None):
2599
2521
  """
2600
2522
  :param str subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2601
-
2602
-
2603
- ** IMPORTANT **
2604
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2605
2523
  :param Sequence['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.
2606
2524
  :param 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.
2607
2525
  """
@@ -2616,10 +2534,6 @@ class ClusterNetworkPlacementConfigurationPrimaryVnicSubnets(dict):
2616
2534
  def subnet_id(self) -> str:
2617
2535
  """
2618
2536
  The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
2619
-
2620
-
2621
- ** IMPORTANT **
2622
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2623
2537
  """
2624
2538
  return pulumi.get(self, "subnet_id")
2625
2539
 
@@ -3223,7 +3137,7 @@ class ComputeCapacityTopologyCapacitySource(dict):
3223
3137
  compartment_id: Optional[str] = None):
3224
3138
  """
3225
3139
  :param str capacity_type: (Updatable) The capacity type of bare metal hosts.
3226
- :param 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.
3140
+ :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this capacity source.
3227
3141
  """
3228
3142
  pulumi.set(__self__, "capacity_type", capacity_type)
3229
3143
  if compartment_id is not None:
@@ -3241,7 +3155,7 @@ class ComputeCapacityTopologyCapacitySource(dict):
3241
3155
  @pulumi.getter(name="compartmentId")
3242
3156
  def compartment_id(self) -> Optional[str]:
3243
3157
  """
3244
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this compute capacity topology.
3158
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this capacity source.
3245
3159
  """
3246
3160
  return pulumi.get(self, "compartment_id")
3247
3161
 
@@ -3519,8 +3433,12 @@ class CrossConnectMacsecPropertiesPrimaryKey(dict):
3519
3433
  connectivity_association_key_secret_version: Optional[str] = None,
3520
3434
  connectivity_association_name_secret_version: Optional[str] = None):
3521
3435
  """
3522
- :param 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.
3523
- :param 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.
3436
+ :param 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.
3437
+
3438
+ NOTE: Only the latest secret version will be used.
3439
+ :param 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.
3440
+
3441
+ NOTE: Only the latest secret version will be used.
3524
3442
  :param str connectivity_association_key_secret_version: The secret version of the `connectivityAssociationKey` secret in Vault.
3525
3443
  :param str connectivity_association_name_secret_version: The secret version of the connectivity association name secret in Vault.
3526
3444
  """
@@ -3535,7 +3453,9 @@ class CrossConnectMacsecPropertiesPrimaryKey(dict):
3535
3453
  @pulumi.getter(name="connectivityAssociationKeySecretId")
3536
3454
  def connectivity_association_key_secret_id(self) -> str:
3537
3455
  """
3538
- Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
3456
+ (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
3457
+
3458
+ NOTE: Only the latest secret version will be used.
3539
3459
  """
3540
3460
  return pulumi.get(self, "connectivity_association_key_secret_id")
3541
3461
 
@@ -3543,7 +3463,9 @@ class CrossConnectMacsecPropertiesPrimaryKey(dict):
3543
3463
  @pulumi.getter(name="connectivityAssociationNameSecretId")
3544
3464
  def connectivity_association_name_secret_id(self) -> str:
3545
3465
  """
3546
- Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
3466
+ (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.
3467
+
3468
+ NOTE: Only the latest secret version will be used.
3547
3469
  """
3548
3470
  return pulumi.get(self, "connectivity_association_name_secret_id")
3549
3471
 
@@ -4389,12 +4311,11 @@ class DrgAttachmentNetworkDetails(dict):
4389
4311
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network attached to the DRG.
4390
4312
  :param Sequence[str] ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target IPSec tunnel attachment.
4391
4313
  :param str ipsec_connection_id: The IPSec connection that contains the attached IPSec tunnel.
4392
- :param 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.
4314
+ :param 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.
4393
4315
 
4394
- 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:
4316
+ 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:
4395
4317
  * [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm)
4396
4318
  * [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
4397
- This field is deprecated. Instead, use the networkDetails field to specify the VCN route table for this attachment.
4398
4319
  :param str transport_attachment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit's DRG attachment.
4399
4320
  :param bool transport_only_mode: Boolean flag that determines wether all traffic over the virtual circuits is encrypted. Example: `true`
4400
4321
  :param 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.
@@ -4451,12 +4372,11 @@ class DrgAttachmentNetworkDetails(dict):
4451
4372
  @pulumi.getter(name="routeTableId")
4452
4373
  def route_table_id(self) -> Optional[str]:
4453
4374
  """
4454
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table used by the DRG attachment.
4375
+ (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.
4455
4376
 
4456
- 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:
4377
+ 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:
4457
4378
  * [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm)
4458
4379
  * [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
4459
- This field is deprecated. Instead, use the networkDetails field to specify the VCN route table for this attachment.
4460
4380
  """
4461
4381
  return pulumi.get(self, "route_table_id")
4462
4382
 
@@ -4744,6 +4664,8 @@ class ImageImageSourceDetails(dict):
4744
4664
  :param str operating_system: The image's operating system. Example: `Oracle Linux`
4745
4665
  :param str operating_system_version: The image's operating system version. Example: `7.2`
4746
4666
  :param 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:
4667
+ * `QCOW2`
4668
+ * `VMDK`
4747
4669
  :param str source_uri: The Object Storage URL for the image.
4748
4670
  """
4749
4671
  pulumi.set(__self__, "source_type", source_type)
@@ -4815,6 +4737,8 @@ class ImageImageSourceDetails(dict):
4815
4737
  def source_image_type(self) -> Optional[str]:
4816
4738
  """
4817
4739
  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:
4740
+ * `QCOW2`
4741
+ * `VMDK`
4818
4742
  """
4819
4743
  return pulumi.get(self, "source_image_type")
4820
4744
 
@@ -4863,11 +4787,26 @@ class ImageLaunchOption(dict):
4863
4787
  remote_data_volume_type: Optional[str] = None):
4864
4788
  """
4865
4789
  :param str boot_volume_type: Emulation type for the boot volume.
4790
+ * `ISCSI` - ISCSI attached block storage device.
4791
+ * `SCSI` - Emulated SCSI disk.
4792
+ * `IDE` - Emulated IDE disk.
4793
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4794
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4866
4795
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
4796
+ * `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.
4797
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
4867
4798
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
4868
4799
  :param 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).
4869
4800
  :param str network_type: Emulation type for the physical network interface card (NIC).
4801
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
4802
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
4803
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
4870
4804
  :param str remote_data_volume_type: Emulation type for volume.
4805
+ * `ISCSI` - ISCSI attached block storage device.
4806
+ * `SCSI` - Emulated SCSI disk.
4807
+ * `IDE` - Emulated IDE disk.
4808
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4809
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4871
4810
  """
4872
4811
  if boot_volume_type is not None:
4873
4812
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -4887,6 +4826,11 @@ class ImageLaunchOption(dict):
4887
4826
  def boot_volume_type(self) -> Optional[str]:
4888
4827
  """
4889
4828
  Emulation type for the boot volume.
4829
+ * `ISCSI` - ISCSI attached block storage device.
4830
+ * `SCSI` - Emulated SCSI disk.
4831
+ * `IDE` - Emulated IDE disk.
4832
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4833
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4890
4834
  """
4891
4835
  return pulumi.get(self, "boot_volume_type")
4892
4836
 
@@ -4895,6 +4839,8 @@ class ImageLaunchOption(dict):
4895
4839
  def firmware(self) -> Optional[str]:
4896
4840
  """
4897
4841
  Firmware used to boot VM. Select the option that matches your operating system.
4842
+ * `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.
4843
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
4898
4844
  """
4899
4845
  return pulumi.get(self, "firmware")
4900
4846
 
@@ -4919,6 +4865,9 @@ class ImageLaunchOption(dict):
4919
4865
  def network_type(self) -> Optional[str]:
4920
4866
  """
4921
4867
  Emulation type for the physical network interface card (NIC).
4868
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
4869
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
4870
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
4922
4871
  """
4923
4872
  return pulumi.get(self, "network_type")
4924
4873
 
@@ -4927,6 +4876,11 @@ class ImageLaunchOption(dict):
4927
4876
  def remote_data_volume_type(self) -> Optional[str]:
4928
4877
  """
4929
4878
  Emulation type for volume.
4879
+ * `ISCSI` - ISCSI attached block storage device.
4880
+ * `SCSI` - Emulated SCSI disk.
4881
+ * `IDE` - Emulated IDE disk.
4882
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
4883
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
4930
4884
  """
4931
4885
  return pulumi.get(self, "remote_data_volume_type")
4932
4886
 
@@ -5114,6 +5068,8 @@ class InstanceAvailabilityConfig(dict):
5114
5068
  """
5115
5069
  :param 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.
5116
5070
  :param str recovery_action: (Updatable) The lifecycle state for an instance when it is recovered after infrastructure maintenance.
5071
+ * `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.
5072
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
5117
5073
  """
5118
5074
  if is_live_migration_preferred is not None:
5119
5075
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
@@ -5133,6 +5089,8 @@ class InstanceAvailabilityConfig(dict):
5133
5089
  def recovery_action(self) -> Optional[str]:
5134
5090
  """
5135
5091
  (Updatable) The lifecycle state for an instance when it is recovered after infrastructure maintenance.
5092
+ * `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.
5093
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
5136
5094
  """
5137
5095
  return pulumi.get(self, "recovery_action")
5138
5096
 
@@ -5330,10 +5288,10 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails(dict):
5330
5288
  is_shareable: Optional[bool] = None,
5331
5289
  use_chap: Optional[bool] = None):
5332
5290
  """
5333
- :param str type: The type of action to run when the instance is interrupted for eviction.
5291
+ :param str type: The type of volume. The only supported values are "iscsi" and "paravirtualized".
5334
5292
  :param str device: The device name.
5335
5293
  :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5336
- :param 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).
5294
+ :param 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.
5337
5295
  :param bool is_read_only: Whether the attachment should be created in read-only mode.
5338
5296
  :param 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.
5339
5297
  :param bool use_chap: Whether to use CHAP authentication for the volume attachment. Defaults to false.
@@ -5356,7 +5314,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails(dict):
5356
5314
  @pulumi.getter
5357
5315
  def type(self) -> str:
5358
5316
  """
5359
- The type of action to run when the instance is interrupted for eviction.
5317
+ The type of volume. The only supported values are "iscsi" and "paravirtualized".
5360
5318
  """
5361
5319
  return pulumi.get(self, "type")
5362
5320
 
@@ -5380,7 +5338,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails(dict):
5380
5338
  @pulumi.getter(name="isPvEncryptionInTransitEnabled")
5381
5339
  def is_pv_encryption_in_transit_enabled(self) -> Optional[bool]:
5382
5340
  """
5383
- Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
5341
+ Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
5384
5342
  """
5385
5343
  return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
5386
5344
 
@@ -5471,11 +5429,11 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
5471
5429
  vpus_per_gb: Optional[str] = None):
5472
5430
  """
5473
5431
  :param Sequence['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs'] autotune_policies: The list of autotune policies enabled for this volume.
5474
- :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5432
+ :param str availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
5475
5433
  :param 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.
5476
5434
  :param 'InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs' block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
5477
5435
  :param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
5478
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
5436
+ :param str compartment_id: The OCID of the compartment that contains the volume.
5479
5437
  :param 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"}`
5480
5438
  :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5481
5439
  :param 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"}`
@@ -5527,7 +5485,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
5527
5485
  @pulumi.getter(name="availabilityDomain")
5528
5486
  def availability_domain(self) -> Optional[str]:
5529
5487
  """
5530
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5488
+ The availability domain of the volume. Example: `Uocm:PHX-AD-1`
5531
5489
  """
5532
5490
  return pulumi.get(self, "availability_domain")
5533
5491
 
@@ -5559,7 +5517,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
5559
5517
  @pulumi.getter(name="compartmentId")
5560
5518
  def compartment_id(self) -> Optional[str]:
5561
5519
  """
5562
- (Updatable) The OCID of the compartment containing images to search
5520
+ The OCID of the compartment that contains the volume.
5563
5521
  """
5564
5522
  return pulumi.get(self, "compartment_id")
5565
5523
 
@@ -5701,8 +5659,8 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
5701
5659
  availability_domain: str,
5702
5660
  display_name: Optional[str] = None):
5703
5661
  """
5704
- :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5705
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5662
+ :param str availability_domain: The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
5663
+ :param 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.
5706
5664
  """
5707
5665
  pulumi.set(__self__, "availability_domain", availability_domain)
5708
5666
  if display_name is not None:
@@ -5712,7 +5670,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
5712
5670
  @pulumi.getter(name="availabilityDomain")
5713
5671
  def availability_domain(self) -> str:
5714
5672
  """
5715
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5673
+ The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
5716
5674
  """
5717
5675
  return pulumi.get(self, "availability_domain")
5718
5676
 
@@ -5720,7 +5678,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
5720
5678
  @pulumi.getter(name="displayName")
5721
5679
  def display_name(self) -> Optional[str]:
5722
5680
  """
5723
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5681
+ 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.
5724
5682
  """
5725
5683
  return pulumi.get(self, "display_name")
5726
5684
 
@@ -5731,7 +5689,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails(
5731
5689
  type: str,
5732
5690
  id: Optional[str] = None):
5733
5691
  """
5734
- :param str type: The type of action to run when the instance is interrupted for eviction.
5692
+ :param str type: The type can be one of these values: `volume`, `volumeBackup`
5735
5693
  :param str id: The OCID of the volume backup.
5736
5694
  """
5737
5695
  pulumi.set(__self__, "type", type)
@@ -5742,7 +5700,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails(
5742
5700
  @pulumi.getter
5743
5701
  def type(self) -> str:
5744
5702
  """
5745
- The type of action to run when the instance is interrupted for eviction.
5703
+ The type can be one of these values: `volume`, `volumeBackup`
5746
5704
  """
5747
5705
  return pulumi.get(self, "type")
5748
5706
 
@@ -5850,81 +5808,31 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
5850
5808
  :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5851
5809
  :param str capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
5852
5810
  :param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
5853
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
5811
+ :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
5854
5812
  :param '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.
5855
5813
  :param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
5856
-
5857
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
5858
- :param 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"}`
5859
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5814
+ :param 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"}`
5815
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5860
5816
  :param 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.
5861
-
5862
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
5863
-
5864
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
5865
5817
  :param str fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains 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.
5866
-
5867
- If you do not specify the fault domain, the system selects one for you.
5868
-
5869
- 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.
5870
-
5871
- Example: `FAULT-DOMAIN-1`
5872
- :param 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"}`
5818
+ :param 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"}`
5873
5819
  :param '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.
5874
5820
  :param str ipxe_script: This is an advanced option.
5875
-
5876
- 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.
5877
-
5878
- 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.
5879
-
5880
- 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.
5881
-
5882
- 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).
5883
-
5884
- For more information about iPXE, see http://ipxe.org.
5885
5821
  :param 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).
5886
5822
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
5823
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
5824
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
5825
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
5826
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
5887
5827
  :param 'InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
5888
5828
  :param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
5889
-
5890
- 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:
5891
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
5892
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
5893
-
5894
- **Providing Cloud-Init Metadata**
5895
-
5896
- You can use the following metadata key names to provide information to Cloud-Init:
5897
-
5898
- **"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.
5899
-
5900
- **"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).
5901
-
5902
- **Metadata Example**
5903
-
5904
- "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**
5905
-
5906
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
5907
-
5908
- 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>
5909
-
5910
- 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.
5911
-
5912
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
5913
5829
  :param 'InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
5914
-
5915
- 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.
5916
-
5917
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
5918
5830
  :param 'InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
5919
5831
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
5832
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
5833
+ * `REBOOT` - Run maintenance using a reboot.
5920
5834
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
5921
-
5922
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
5923
5835
  :param 'InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs' shape_config: The shape configuration requested for the instance.
5924
-
5925
- 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.
5926
-
5927
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
5928
5836
  """
5929
5837
  if agent_config is not None:
5930
5838
  pulumi.set(__self__, "agent_config", agent_config)
@@ -6021,7 +5929,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6021
5929
  @pulumi.getter(name="compartmentId")
6022
5930
  def compartment_id(self) -> Optional[str]:
6023
5931
  """
6024
- (Updatable) The OCID of the compartment containing images to search
5932
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
6025
5933
  """
6026
5934
  return pulumi.get(self, "compartment_id")
6027
5935
 
@@ -6038,8 +5946,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6038
5946
  def dedicated_vm_host_id(self) -> Optional[str]:
6039
5947
  """
6040
5948
  The OCID of the dedicated virtual machine host to place the instance on.
6041
-
6042
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
6043
5949
  """
6044
5950
  return pulumi.get(self, "dedicated_vm_host_id")
6045
5951
 
@@ -6047,7 +5953,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6047
5953
  @pulumi.getter(name="definedTags")
6048
5954
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
6049
5955
  """
6050
- 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"}`
5956
+ (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"}`
6051
5957
  """
6052
5958
  return pulumi.get(self, "defined_tags")
6053
5959
 
@@ -6055,7 +5961,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6055
5961
  @pulumi.getter(name="displayName")
6056
5962
  def display_name(self) -> Optional[str]:
6057
5963
  """
6058
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
5964
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6059
5965
  """
6060
5966
  return pulumi.get(self, "display_name")
6061
5967
 
@@ -6064,10 +5970,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6064
5970
  def extended_metadata(self) -> Optional[Mapping[str, Any]]:
6065
5971
  """
6066
5972
  Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
6067
-
6068
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
6069
-
6070
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
6071
5973
  """
6072
5974
  return pulumi.get(self, "extended_metadata")
6073
5975
 
@@ -6076,12 +5978,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6076
5978
  def fault_domain(self) -> Optional[str]:
6077
5979
  """
6078
5980
  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.
6079
-
6080
- If you do not specify the fault domain, the system selects one for you.
6081
-
6082
- 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.
6083
-
6084
- Example: `FAULT-DOMAIN-1`
6085
5981
  """
6086
5982
  return pulumi.get(self, "fault_domain")
6087
5983
 
@@ -6089,7 +5985,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6089
5985
  @pulumi.getter(name="freeformTags")
6090
5986
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
6091
5987
  """
6092
- 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"}`
5988
+ (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"}`
6093
5989
  """
6094
5990
  return pulumi.get(self, "freeform_tags")
6095
5991
 
@@ -6106,16 +6002,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6106
6002
  def ipxe_script(self) -> Optional[str]:
6107
6003
  """
6108
6004
  This is an advanced option.
6109
-
6110
- 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.
6111
-
6112
- 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.
6113
-
6114
- 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.
6115
-
6116
- 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).
6117
-
6118
- For more information about iPXE, see http://ipxe.org.
6119
6005
  """
6120
6006
  return pulumi.get(self, "ipxe_script")
6121
6007
 
@@ -6132,6 +6018,10 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6132
6018
  def launch_mode(self) -> Optional[str]:
6133
6019
  """
6134
6020
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
6021
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
6022
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
6023
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
6024
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
6135
6025
  """
6136
6026
  return pulumi.get(self, "launch_mode")
6137
6027
 
@@ -6148,30 +6038,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6148
6038
  def metadata(self) -> Optional[Mapping[str, Any]]:
6149
6039
  """
6150
6040
  Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
6151
-
6152
- 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:
6153
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
6154
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
6155
-
6156
- **Providing Cloud-Init Metadata**
6157
-
6158
- You can use the following metadata key names to provide information to Cloud-Init:
6159
-
6160
- **"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.
6161
-
6162
- **"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).
6163
-
6164
- **Metadata Example**
6165
-
6166
- "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**
6167
-
6168
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
6169
-
6170
- 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>
6171
-
6172
- 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.
6173
-
6174
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
6175
6041
  """
6176
6042
  return pulumi.get(self, "metadata")
6177
6043
 
@@ -6180,10 +6046,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6180
6046
  def platform_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig']:
6181
6047
  """
6182
6048
  The platform configuration requested for the instance.
6183
-
6184
- 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.
6185
-
6186
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
6187
6049
  """
6188
6050
  return pulumi.get(self, "platform_config")
6189
6051
 
@@ -6200,6 +6062,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6200
6062
  def preferred_maintenance_action(self) -> Optional[str]:
6201
6063
  """
6202
6064
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
6065
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
6066
+ * `REBOOT` - Run maintenance using a reboot.
6203
6067
  """
6204
6068
  return pulumi.get(self, "preferred_maintenance_action")
6205
6069
 
@@ -6208,8 +6072,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6208
6072
  def shape(self) -> Optional[str]:
6209
6073
  """
6210
6074
  The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
6211
-
6212
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
6213
6075
  """
6214
6076
  return pulumi.get(self, "shape")
6215
6077
 
@@ -6218,10 +6080,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6218
6080
  def shape_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig']:
6219
6081
  """
6220
6082
  The shape configuration requested for the instance.
6221
-
6222
- 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.
6223
-
6224
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
6225
6083
  """
6226
6084
  return pulumi.get(self, "shape_config")
6227
6085
 
@@ -6361,7 +6219,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig(
6361
6219
  name: Optional[str] = None):
6362
6220
  """
6363
6221
  :param str desired_state: Whether the plugin should be enabled or disabled.
6364
-
6365
6222
  To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
6366
6223
  :param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
6367
6224
  """
@@ -6375,7 +6232,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig(
6375
6232
  def desired_state(self) -> Optional[str]:
6376
6233
  """
6377
6234
  Whether the plugin should be enabled or disabled.
6378
-
6379
6235
  To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
6380
6236
  """
6381
6237
  return pulumi.get(self, "desired_state")
@@ -6416,6 +6272,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig(dict):
6416
6272
  """
6417
6273
  :param 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.
6418
6274
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
6275
+ * `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.
6276
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
6419
6277
  """
6420
6278
  if is_live_migration_preferred is not None:
6421
6279
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
@@ -6435,6 +6293,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig(dict):
6435
6293
  def recovery_action(self) -> Optional[str]:
6436
6294
  """
6437
6295
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
6296
+ * `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.
6297
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
6438
6298
  """
6439
6299
  return pulumi.get(self, "recovery_action")
6440
6300
 
@@ -6494,14 +6354,12 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6494
6354
  skip_source_dest_check: Optional[bool] = None,
6495
6355
  subnet_id: Optional[str] = None):
6496
6356
  """
6497
- :param 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.
6498
- :param 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.
6357
+ :param 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.
6499
6358
  :param 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.
6500
- :param 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"}`
6501
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6502
- :param 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"}`
6359
+ :param 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"}`
6360
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6361
+ :param 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"}`
6503
6362
  :param 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.
6504
- :param Sequence['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.
6505
6363
  :param Sequence[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/).
6506
6364
  :param 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.
6507
6365
  :param 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.
@@ -6535,16 +6393,13 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6535
6393
  @property
6536
6394
  @pulumi.getter(name="assignIpv6ip")
6537
6395
  def assign_ipv6ip(self) -> Optional[bool]:
6538
- """
6539
- 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.
6540
- """
6541
6396
  return pulumi.get(self, "assign_ipv6ip")
6542
6397
 
6543
6398
  @property
6544
6399
  @pulumi.getter(name="assignPrivateDnsRecord")
6545
6400
  def assign_private_dns_record(self) -> Optional[bool]:
6546
6401
  """
6547
- 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.
6402
+ 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.
6548
6403
  """
6549
6404
  return pulumi.get(self, "assign_private_dns_record")
6550
6405
 
@@ -6560,7 +6415,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6560
6415
  @pulumi.getter(name="definedTags")
6561
6416
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
6562
6417
  """
6563
- 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"}`
6418
+ (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"}`
6564
6419
  """
6565
6420
  return pulumi.get(self, "defined_tags")
6566
6421
 
@@ -6568,7 +6423,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6568
6423
  @pulumi.getter(name="displayName")
6569
6424
  def display_name(self) -> Optional[str]:
6570
6425
  """
6571
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6426
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
6572
6427
  """
6573
6428
  return pulumi.get(self, "display_name")
6574
6429
 
@@ -6576,7 +6431,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6576
6431
  @pulumi.getter(name="freeformTags")
6577
6432
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
6578
6433
  """
6579
- 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"}`
6434
+ (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"}`
6580
6435
  """
6581
6436
  return pulumi.get(self, "freeform_tags")
6582
6437
 
@@ -6591,9 +6446,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6591
6446
  @property
6592
6447
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
6593
6448
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
6594
- """
6595
- 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.
6596
- """
6597
6449
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
6598
6450
 
6599
6451
  @property
@@ -6651,10 +6503,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
6651
6503
  def __init__(__self__, *,
6652
6504
  ipv6address: Optional[str] = None,
6653
6505
  ipv6subnet_cidr: Optional[str] = None):
6654
- """
6655
- :param 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).
6656
- :param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
6657
- """
6658
6506
  if ipv6address is not None:
6659
6507
  pulumi.set(__self__, "ipv6address", ipv6address)
6660
6508
  if ipv6subnet_cidr is not None:
@@ -6663,17 +6511,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
6663
6511
  @property
6664
6512
  @pulumi.getter
6665
6513
  def ipv6address(self) -> Optional[str]:
6666
- """
6667
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
6668
- """
6669
6514
  return pulumi.get(self, "ipv6address")
6670
6515
 
6671
6516
  @property
6672
6517
  @pulumi.getter(name="ipv6subnetCidr")
6673
6518
  def ipv6subnet_cidr(self) -> Optional[str]:
6674
- """
6675
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
6676
- """
6677
6519
  return pulumi.get(self, "ipv6subnet_cidr")
6678
6520
 
6679
6521
 
@@ -6749,11 +6591,26 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
6749
6591
  remote_data_volume_type: Optional[str] = None):
6750
6592
  """
6751
6593
  :param str boot_volume_type: Emulation type for the boot volume.
6594
+ * `ISCSI` - ISCSI attached block storage device.
6595
+ * `SCSI` - Emulated SCSI disk.
6596
+ * `IDE` - Emulated IDE disk.
6597
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6598
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6752
6599
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
6600
+ * `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.
6601
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
6753
6602
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
6754
6603
  :param 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).
6755
6604
  :param str network_type: Emulation type for the physical network interface card (NIC).
6605
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
6606
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
6607
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
6756
6608
  :param str remote_data_volume_type: Emulation type for volume.
6609
+ * `ISCSI` - ISCSI attached block storage device.
6610
+ * `SCSI` - Emulated SCSI disk.
6611
+ * `IDE` - Emulated IDE disk.
6612
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6613
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6757
6614
  """
6758
6615
  if boot_volume_type is not None:
6759
6616
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -6773,6 +6630,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
6773
6630
  def boot_volume_type(self) -> Optional[str]:
6774
6631
  """
6775
6632
  Emulation type for the boot volume.
6633
+ * `ISCSI` - ISCSI attached block storage device.
6634
+ * `SCSI` - Emulated SCSI disk.
6635
+ * `IDE` - Emulated IDE disk.
6636
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6637
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6776
6638
  """
6777
6639
  return pulumi.get(self, "boot_volume_type")
6778
6640
 
@@ -6781,6 +6643,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
6781
6643
  def firmware(self) -> Optional[str]:
6782
6644
  """
6783
6645
  Firmware used to boot VM. Select the option that matches your operating system.
6646
+ * `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.
6647
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
6784
6648
  """
6785
6649
  return pulumi.get(self, "firmware")
6786
6650
 
@@ -6805,6 +6669,9 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
6805
6669
  def network_type(self) -> Optional[str]:
6806
6670
  """
6807
6671
  Emulation type for the physical network interface card (NIC).
6672
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
6673
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
6674
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
6808
6675
  """
6809
6676
  return pulumi.get(self, "network_type")
6810
6677
 
@@ -6813,6 +6680,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
6813
6680
  def remote_data_volume_type(self) -> Optional[str]:
6814
6681
  """
6815
6682
  Emulation type for volume.
6683
+ * `ISCSI` - ISCSI attached block storage device.
6684
+ * `SCSI` - Emulated SCSI disk.
6685
+ * `IDE` - Emulated IDE disk.
6686
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
6687
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
6816
6688
  """
6817
6689
  return pulumi.get(self, "remote_data_volume_type")
6818
6690
 
@@ -6878,9 +6750,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
6878
6750
  :param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
6879
6751
  :param 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`.
6880
6752
  :param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
6881
- :param 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.
6882
-
6883
- 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.
6753
+ :param 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.
6884
6754
  :param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
6885
6755
  :param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
6886
6756
  :param 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.
@@ -6979,9 +6849,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
6979
6849
  @pulumi.getter(name="isSymmetricMultiThreadingEnabled")
6980
6850
  def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
6981
6851
  """
6982
- (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.
6983
-
6984
- 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.
6852
+ Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
6985
6853
  """
6986
6854
  return pulumi.get(self, "is_symmetric_multi_threading_enabled")
6987
6855
 
@@ -7124,8 +6992,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig(dict):
7124
6992
  vcpus: Optional[int] = None):
7125
6993
  """
7126
6994
  :param str baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
7127
-
7128
- The following values are supported:
7129
6995
  :param float memory_in_gbs: The total amount of memory available to the instance, in gigabytes.
7130
6996
  :param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
7131
6997
  :param float ocpus: The total number of OCPUs available to the instance.
@@ -7147,8 +7013,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig(dict):
7147
7013
  def baseline_ocpu_utilization(self) -> Optional[str]:
7148
7014
  """
7149
7015
  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`.
7150
-
7151
- The following values are supported:
7152
7016
  """
7153
7017
  return pulumi.get(self, "baseline_ocpu_utilization")
7154
7018
 
@@ -7229,8 +7093,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails(dict):
7229
7093
  :param str boot_volume_id: The OCID of the boot volume used to boot the instance.
7230
7094
  :param str boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
7231
7095
  :param 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.
7232
-
7233
- Allowed values:
7234
7096
  :param str image_id: The OCID of the image used to boot the instance.
7235
7097
  :param 'InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs' instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
7236
7098
  :param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
@@ -7278,8 +7140,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails(dict):
7278
7140
  def boot_volume_vpus_per_gb(self) -> Optional[str]:
7279
7141
  """
7280
7142
  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.
7281
-
7282
- Allowed values:
7283
7143
  """
7284
7144
  return pulumi.get(self, "boot_volume_vpus_per_gb")
7285
7145
 
@@ -7339,7 +7199,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
7339
7199
  operating_system: Optional[str] = None,
7340
7200
  operating_system_version: Optional[str] = None):
7341
7201
  """
7342
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
7202
+ :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7343
7203
  :param 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).
7344
7204
  :param str operating_system: The image's operating system. Example: `Oracle Linux`
7345
7205
  :param str operating_system_version: The image's operating system version. Example: `7.2`
@@ -7357,7 +7217,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
7357
7217
  @pulumi.getter(name="compartmentId")
7358
7218
  def compartment_id(self) -> Optional[str]:
7359
7219
  """
7360
- (Updatable) The OCID of the compartment containing images to search
7220
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7361
7221
  """
7362
7222
  return pulumi.get(self, "compartment_id")
7363
7223
 
@@ -7416,8 +7276,6 @@ class InstanceConfigurationInstanceDetailsOption(dict):
7416
7276
  """
7417
7277
  :param Sequence['InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs'] block_volumes: Block volume parameters.
7418
7278
  :param '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.
7419
-
7420
- See [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/LaunchInstanceDetails) for more information.
7421
7279
  :param Sequence['InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs'] secondary_vnics: Secondary VNIC parameters.
7422
7280
  """
7423
7281
  if block_volumes is not None:
@@ -7440,8 +7298,6 @@ class InstanceConfigurationInstanceDetailsOption(dict):
7440
7298
  def launch_details(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetails']:
7441
7299
  """
7442
7300
  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.
7443
-
7444
- See [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/LaunchInstanceDetails) for more information.
7445
7301
  """
7446
7302
  return pulumi.get(self, "launch_details")
7447
7303
 
@@ -7556,7 +7412,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails(dict):
7556
7412
  """
7557
7413
  :param str type: The type of action to run when the instance is interrupted for eviction.
7558
7414
  :param str device: The device name.
7559
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7415
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7560
7416
  :param 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).
7561
7417
  :param bool is_read_only: Whether the attachment should be created in read-only mode.
7562
7418
  :param 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.
@@ -7596,7 +7452,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails(dict):
7596
7452
  @pulumi.getter(name="displayName")
7597
7453
  def display_name(self) -> Optional[str]:
7598
7454
  """
7599
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7455
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7600
7456
  """
7601
7457
  return pulumi.get(self, "display_name")
7602
7458
 
@@ -7699,16 +7555,14 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
7699
7555
  :param 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.
7700
7556
  :param 'InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs' block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
7701
7557
  :param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
7702
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
7703
- :param 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"}`
7704
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7705
- :param 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"}`
7558
+ :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7559
+ :param 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"}`
7560
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7561
+ :param 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"}`
7706
7562
  :param 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.
7707
7563
  :param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
7708
7564
  :param str size_in_gbs: The size of the volume in GBs.
7709
7565
  :param 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.
7710
-
7711
- Allowed values:
7712
7566
  """
7713
7567
  if autotune_policies is not None:
7714
7568
  pulumi.set(__self__, "autotune_policies", autotune_policies)
@@ -7783,7 +7637,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
7783
7637
  @pulumi.getter(name="compartmentId")
7784
7638
  def compartment_id(self) -> Optional[str]:
7785
7639
  """
7786
- (Updatable) The OCID of the compartment containing images to search
7640
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
7787
7641
  """
7788
7642
  return pulumi.get(self, "compartment_id")
7789
7643
 
@@ -7791,7 +7645,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
7791
7645
  @pulumi.getter(name="definedTags")
7792
7646
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
7793
7647
  """
7794
- 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"}`
7648
+ (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"}`
7795
7649
  """
7796
7650
  return pulumi.get(self, "defined_tags")
7797
7651
 
@@ -7799,7 +7653,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
7799
7653
  @pulumi.getter(name="displayName")
7800
7654
  def display_name(self) -> Optional[str]:
7801
7655
  """
7802
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7656
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7803
7657
  """
7804
7658
  return pulumi.get(self, "display_name")
7805
7659
 
@@ -7807,7 +7661,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
7807
7661
  @pulumi.getter(name="freeformTags")
7808
7662
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
7809
7663
  """
7810
- 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"}`
7664
+ (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"}`
7811
7665
  """
7812
7666
  return pulumi.get(self, "freeform_tags")
7813
7667
 
@@ -7845,8 +7699,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
7845
7699
  def vpus_per_gb(self) -> Optional[str]:
7846
7700
  """
7847
7701
  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.
7848
-
7849
- Allowed values:
7850
7702
  """
7851
7703
  return pulumi.get(self, "vpus_per_gb")
7852
7704
 
@@ -7926,7 +7778,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVol
7926
7778
  display_name: Optional[str] = None):
7927
7779
  """
7928
7780
  :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
7929
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7781
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7930
7782
  """
7931
7783
  pulumi.set(__self__, "availability_domain", availability_domain)
7932
7784
  if display_name is not None:
@@ -7944,7 +7796,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVol
7944
7796
  @pulumi.getter(name="displayName")
7945
7797
  def display_name(self) -> Optional[str]:
7946
7798
  """
7947
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7799
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7948
7800
  """
7949
7801
  return pulumi.get(self, "display_name")
7950
7802
 
@@ -8074,81 +7926,31 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8074
7926
  :param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
8075
7927
  :param str capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
8076
7928
  :param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
8077
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
7929
+ :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
8078
7930
  :param '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.
8079
7931
  :param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
8080
-
8081
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
8082
- :param 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"}`
8083
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7932
+ :param 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"}`
7933
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8084
7934
  :param 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.
8085
-
8086
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
8087
-
8088
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
8089
7935
  :param str fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains 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.
8090
-
8091
- If you do not specify the fault domain, the system selects one for you.
8092
-
8093
- 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.
8094
-
8095
- Example: `FAULT-DOMAIN-1`
8096
- :param 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"}`
7936
+ :param 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"}`
8097
7937
  :param '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.
8098
7938
  :param str ipxe_script: This is an advanced option.
8099
-
8100
- 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.
8101
-
8102
- 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.
8103
-
8104
- 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.
8105
-
8106
- 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).
8107
-
8108
- For more information about iPXE, see http://ipxe.org.
8109
7939
  :param 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).
8110
7940
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
7941
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
7942
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
7943
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
7944
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
8111
7945
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
8112
7946
  :param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
8113
-
8114
- 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:
8115
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
8116
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
8117
-
8118
- **Providing Cloud-Init Metadata**
8119
-
8120
- You can use the following metadata key names to provide information to Cloud-Init:
8121
-
8122
- **"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.
8123
-
8124
- **"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).
8125
-
8126
- **Metadata Example**
8127
-
8128
- "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**
8129
-
8130
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
8131
-
8132
- 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>
8133
-
8134
- 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.
8135
-
8136
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
8137
7947
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
8138
-
8139
- 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.
8140
-
8141
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
8142
7948
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
8143
7949
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
7950
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
7951
+ * `REBOOT` - Run maintenance using a reboot.
8144
7952
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
8145
-
8146
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
8147
7953
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs' shape_config: The shape configuration requested for the instance.
8148
-
8149
- 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.
8150
-
8151
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
8152
7954
  """
8153
7955
  if agent_config is not None:
8154
7956
  pulumi.set(__self__, "agent_config", agent_config)
@@ -8245,7 +8047,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8245
8047
  @pulumi.getter(name="compartmentId")
8246
8048
  def compartment_id(self) -> Optional[str]:
8247
8049
  """
8248
- (Updatable) The OCID of the compartment containing images to search
8050
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
8249
8051
  """
8250
8052
  return pulumi.get(self, "compartment_id")
8251
8053
 
@@ -8262,8 +8064,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8262
8064
  def dedicated_vm_host_id(self) -> Optional[str]:
8263
8065
  """
8264
8066
  The OCID of the dedicated virtual machine host to place the instance on.
8265
-
8266
- Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
8267
8067
  """
8268
8068
  return pulumi.get(self, "dedicated_vm_host_id")
8269
8069
 
@@ -8271,7 +8071,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8271
8071
  @pulumi.getter(name="definedTags")
8272
8072
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
8273
8073
  """
8274
- 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"}`
8074
+ (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"}`
8275
8075
  """
8276
8076
  return pulumi.get(self, "defined_tags")
8277
8077
 
@@ -8279,7 +8079,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8279
8079
  @pulumi.getter(name="displayName")
8280
8080
  def display_name(self) -> Optional[str]:
8281
8081
  """
8282
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8082
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8283
8083
  """
8284
8084
  return pulumi.get(self, "display_name")
8285
8085
 
@@ -8288,10 +8088,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8288
8088
  def extended_metadata(self) -> Optional[Mapping[str, Any]]:
8289
8089
  """
8290
8090
  Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
8291
-
8292
- They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
8293
-
8294
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
8295
8091
  """
8296
8092
  return pulumi.get(self, "extended_metadata")
8297
8093
 
@@ -8300,12 +8096,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8300
8096
  def fault_domain(self) -> Optional[str]:
8301
8097
  """
8302
8098
  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.
8303
-
8304
- If you do not specify the fault domain, the system selects one for you.
8305
-
8306
- 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.
8307
-
8308
- Example: `FAULT-DOMAIN-1`
8309
8099
  """
8310
8100
  return pulumi.get(self, "fault_domain")
8311
8101
 
@@ -8313,7 +8103,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8313
8103
  @pulumi.getter(name="freeformTags")
8314
8104
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
8315
8105
  """
8316
- 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"}`
8106
+ (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"}`
8317
8107
  """
8318
8108
  return pulumi.get(self, "freeform_tags")
8319
8109
 
@@ -8330,16 +8120,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8330
8120
  def ipxe_script(self) -> Optional[str]:
8331
8121
  """
8332
8122
  This is an advanced option.
8333
-
8334
- 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.
8335
-
8336
- 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.
8337
-
8338
- 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.
8339
-
8340
- 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).
8341
-
8342
- For more information about iPXE, see http://ipxe.org.
8343
8123
  """
8344
8124
  return pulumi.get(self, "ipxe_script")
8345
8125
 
@@ -8356,6 +8136,10 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8356
8136
  def launch_mode(self) -> Optional[str]:
8357
8137
  """
8358
8138
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
8139
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
8140
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
8141
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
8142
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
8359
8143
  """
8360
8144
  return pulumi.get(self, "launch_mode")
8361
8145
 
@@ -8372,30 +8156,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8372
8156
  def metadata(self) -> Optional[Mapping[str, Any]]:
8373
8157
  """
8374
8158
  Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
8375
-
8376
- 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:
8377
- * Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
8378
- * Get information about the instance, including the custom metadata that you provide when you launch the instance.
8379
-
8380
- **Providing Cloud-Init Metadata**
8381
-
8382
- You can use the following metadata key names to provide information to Cloud-Init:
8383
-
8384
- **"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.
8385
-
8386
- **"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).
8387
-
8388
- **Metadata Example**
8389
-
8390
- "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**
8391
-
8392
- To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
8393
-
8394
- 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>
8395
-
8396
- 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.
8397
-
8398
- The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
8399
8159
  """
8400
8160
  return pulumi.get(self, "metadata")
8401
8161
 
@@ -8404,10 +8164,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8404
8164
  def platform_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig']:
8405
8165
  """
8406
8166
  The platform configuration requested for the instance.
8407
-
8408
- 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.
8409
-
8410
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
8411
8167
  """
8412
8168
  return pulumi.get(self, "platform_config")
8413
8169
 
@@ -8424,6 +8180,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8424
8180
  def preferred_maintenance_action(self) -> Optional[str]:
8425
8181
  """
8426
8182
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
8183
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
8184
+ * `REBOOT` - Run maintenance using a reboot.
8427
8185
  """
8428
8186
  return pulumi.get(self, "preferred_maintenance_action")
8429
8187
 
@@ -8432,8 +8190,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8432
8190
  def shape(self) -> Optional[str]:
8433
8191
  """
8434
8192
  The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
8435
-
8436
- You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
8437
8193
  """
8438
8194
  return pulumi.get(self, "shape")
8439
8195
 
@@ -8442,10 +8198,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8442
8198
  def shape_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig']:
8443
8199
  """
8444
8200
  The shape configuration requested for the instance.
8445
-
8446
- 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.
8447
-
8448
- Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
8449
8201
  """
8450
8202
  return pulumi.get(self, "shape_config")
8451
8203
 
@@ -8487,22 +8239,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
8487
8239
  plugins_configs: Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig']] = None):
8488
8240
  """
8489
8241
  :param bool are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
8490
-
8491
- 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).
8492
8242
  :param bool is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
8493
-
8494
- These are the management plugins: OS Management Service Agent and Compute Instance Run Command.
8495
-
8496
- The management plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
8497
- * If `isManagementDisabled` is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
8498
- * 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.
8499
8243
  :param 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).
8500
-
8501
- These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.
8502
-
8503
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
8504
- * If `isMonitoringDisabled` is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
8505
- * 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.
8506
8244
  :param Sequence['InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs'] plugins_configs: The configuration of plugins associated with this instance.
8507
8245
  """
8508
8246
  if are_all_plugins_disabled is not None:
@@ -8519,8 +8257,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
8519
8257
  def are_all_plugins_disabled(self) -> Optional[bool]:
8520
8258
  """
8521
8259
  Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
8522
-
8523
- 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).
8524
8260
  """
8525
8261
  return pulumi.get(self, "are_all_plugins_disabled")
8526
8262
 
@@ -8529,12 +8265,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
8529
8265
  def is_management_disabled(self) -> Optional[bool]:
8530
8266
  """
8531
8267
  Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
8532
-
8533
- These are the management plugins: OS Management Service Agent and Compute Instance Run Command.
8534
-
8535
- The management plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
8536
- * If `isManagementDisabled` is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
8537
- * 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.
8538
8268
  """
8539
8269
  return pulumi.get(self, "is_management_disabled")
8540
8270
 
@@ -8543,12 +8273,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
8543
8273
  def is_monitoring_disabled(self) -> Optional[bool]:
8544
8274
  """
8545
8275
  Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
8546
-
8547
- These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.
8548
-
8549
- The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
8550
- * If `isMonitoringDisabled` is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
8551
- * 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.
8552
8276
  """
8553
8277
  return pulumi.get(self, "is_monitoring_disabled")
8554
8278
 
@@ -8585,8 +8309,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsC
8585
8309
  name: Optional[str] = None):
8586
8310
  """
8587
8311
  :param str desired_state: Whether the plugin should be enabled or disabled.
8588
-
8589
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
8590
8312
  :param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
8591
8313
  """
8592
8314
  if desired_state is not None:
@@ -8599,8 +8321,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsC
8599
8321
  def desired_state(self) -> Optional[str]:
8600
8322
  """
8601
8323
  Whether the plugin should be enabled or disabled.
8602
-
8603
- To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
8604
8324
  """
8605
8325
  return pulumi.get(self, "desired_state")
8606
8326
 
@@ -8640,6 +8360,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig(
8640
8360
  """
8641
8361
  :param 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.
8642
8362
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
8363
+ * `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.
8364
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
8643
8365
  """
8644
8366
  if is_live_migration_preferred is not None:
8645
8367
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
@@ -8659,6 +8381,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig(
8659
8381
  def recovery_action(self) -> Optional[str]:
8660
8382
  """
8661
8383
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
8384
+ * `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.
8385
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
8662
8386
  """
8663
8387
  return pulumi.get(self, "recovery_action")
8664
8388
 
@@ -8718,14 +8442,12 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8718
8442
  skip_source_dest_check: Optional[bool] = None,
8719
8443
  subnet_id: Optional[str] = None):
8720
8444
  """
8721
- :param 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.
8722
- :param 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.
8445
+ :param 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.
8723
8446
  :param 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.
8724
- :param 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"}`
8725
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8726
- :param 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"}`
8447
+ :param 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"}`
8448
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8449
+ :param 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"}`
8727
8450
  :param 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.
8728
- :param Sequence['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.
8729
8451
  :param Sequence[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/).
8730
8452
  :param 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.
8731
8453
  :param 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.
@@ -8759,16 +8481,13 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8759
8481
  @property
8760
8482
  @pulumi.getter(name="assignIpv6ip")
8761
8483
  def assign_ipv6ip(self) -> Optional[bool]:
8762
- """
8763
- 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.
8764
- """
8765
8484
  return pulumi.get(self, "assign_ipv6ip")
8766
8485
 
8767
8486
  @property
8768
8487
  @pulumi.getter(name="assignPrivateDnsRecord")
8769
8488
  def assign_private_dns_record(self) -> Optional[bool]:
8770
8489
  """
8771
- 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.
8490
+ 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.
8772
8491
  """
8773
8492
  return pulumi.get(self, "assign_private_dns_record")
8774
8493
 
@@ -8784,7 +8503,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8784
8503
  @pulumi.getter(name="definedTags")
8785
8504
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
8786
8505
  """
8787
- 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"}`
8506
+ (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"}`
8788
8507
  """
8789
8508
  return pulumi.get(self, "defined_tags")
8790
8509
 
@@ -8792,7 +8511,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8792
8511
  @pulumi.getter(name="displayName")
8793
8512
  def display_name(self) -> Optional[str]:
8794
8513
  """
8795
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8514
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
8796
8515
  """
8797
8516
  return pulumi.get(self, "display_name")
8798
8517
 
@@ -8800,7 +8519,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8800
8519
  @pulumi.getter(name="freeformTags")
8801
8520
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
8802
8521
  """
8803
- 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"}`
8522
+ (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"}`
8804
8523
  """
8805
8524
  return pulumi.get(self, "freeform_tags")
8806
8525
 
@@ -8815,9 +8534,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8815
8534
  @property
8816
8535
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
8817
8536
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
8818
- """
8819
- 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.
8820
- """
8821
8537
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
8822
8538
 
8823
8539
  @property
@@ -8875,10 +8591,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
8875
8591
  def __init__(__self__, *,
8876
8592
  ipv6address: Optional[str] = None,
8877
8593
  ipv6subnet_cidr: Optional[str] = None):
8878
- """
8879
- :param 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).
8880
- :param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
8881
- """
8882
8594
  if ipv6address is not None:
8883
8595
  pulumi.set(__self__, "ipv6address", ipv6address)
8884
8596
  if ipv6subnet_cidr is not None:
@@ -8887,17 +8599,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
8887
8599
  @property
8888
8600
  @pulumi.getter
8889
8601
  def ipv6address(self) -> Optional[str]:
8890
- """
8891
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
8892
- """
8893
8602
  return pulumi.get(self, "ipv6address")
8894
8603
 
8895
8604
  @property
8896
8605
  @pulumi.getter(name="ipv6subnetCidr")
8897
8606
  def ipv6subnet_cidr(self) -> Optional[str]:
8898
- """
8899
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
8900
- """
8901
8607
  return pulumi.get(self, "ipv6subnet_cidr")
8902
8608
 
8903
8609
 
@@ -8973,11 +8679,26 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
8973
8679
  remote_data_volume_type: Optional[str] = None):
8974
8680
  """
8975
8681
  :param str boot_volume_type: Emulation type for the boot volume.
8682
+ * `ISCSI` - ISCSI attached block storage device.
8683
+ * `SCSI` - Emulated SCSI disk.
8684
+ * `IDE` - Emulated IDE disk.
8685
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8686
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
8976
8687
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
8688
+ * `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.
8689
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
8977
8690
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
8978
8691
  :param 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).
8979
8692
  :param str network_type: Emulation type for the physical network interface card (NIC).
8693
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
8694
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
8695
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
8980
8696
  :param str remote_data_volume_type: Emulation type for volume.
8697
+ * `ISCSI` - ISCSI attached block storage device.
8698
+ * `SCSI` - Emulated SCSI disk.
8699
+ * `IDE` - Emulated IDE disk.
8700
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8701
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
8981
8702
  """
8982
8703
  if boot_volume_type is not None:
8983
8704
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -8997,6 +8718,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
8997
8718
  def boot_volume_type(self) -> Optional[str]:
8998
8719
  """
8999
8720
  Emulation type for the boot volume.
8721
+ * `ISCSI` - ISCSI attached block storage device.
8722
+ * `SCSI` - Emulated SCSI disk.
8723
+ * `IDE` - Emulated IDE disk.
8724
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8725
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
9000
8726
  """
9001
8727
  return pulumi.get(self, "boot_volume_type")
9002
8728
 
@@ -9005,6 +8731,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
9005
8731
  def firmware(self) -> Optional[str]:
9006
8732
  """
9007
8733
  Firmware used to boot VM. Select the option that matches your operating system.
8734
+ * `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.
8735
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
9008
8736
  """
9009
8737
  return pulumi.get(self, "firmware")
9010
8738
 
@@ -9029,6 +8757,9 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
9029
8757
  def network_type(self) -> Optional[str]:
9030
8758
  """
9031
8759
  Emulation type for the physical network interface card (NIC).
8760
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
8761
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
8762
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
9032
8763
  """
9033
8764
  return pulumi.get(self, "network_type")
9034
8765
 
@@ -9037,6 +8768,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
9037
8768
  def remote_data_volume_type(self) -> Optional[str]:
9038
8769
  """
9039
8770
  Emulation type for volume.
8771
+ * `ISCSI` - ISCSI attached block storage device.
8772
+ * `SCSI` - Emulated SCSI disk.
8773
+ * `IDE` - Emulated IDE disk.
8774
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
8775
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
9040
8776
  """
9041
8777
  return pulumi.get(self, "remote_data_volume_type")
9042
8778
 
@@ -9098,9 +8834,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
9098
8834
  :param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
9099
8835
  :param 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`.
9100
8836
  :param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
9101
- :param 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.
9102
-
9103
- 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.
8837
+ :param 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.
9104
8838
  :param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
9105
8839
  :param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
9106
8840
  :param 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.
@@ -9189,9 +8923,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
9189
8923
  @pulumi.getter(name="isSymmetricMultiThreadingEnabled")
9190
8924
  def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
9191
8925
  """
9192
- (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.
9193
-
9194
- 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.
8926
+ Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
9195
8927
  """
9196
8928
  return pulumi.get(self, "is_symmetric_multi_threading_enabled")
9197
8929
 
@@ -9334,8 +9066,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig(dict):
9334
9066
  vcpus: Optional[int] = None):
9335
9067
  """
9336
9068
  :param str baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
9337
-
9338
- The following values are supported:
9339
9069
  :param float memory_in_gbs: The total amount of memory available to the instance, in gigabytes.
9340
9070
  :param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
9341
9071
  :param float ocpus: The total number of OCPUs available to the instance.
@@ -9357,8 +9087,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig(dict):
9357
9087
  def baseline_ocpu_utilization(self) -> Optional[str]:
9358
9088
  """
9359
9089
  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`.
9360
-
9361
- The following values are supported:
9362
9090
  """
9363
9091
  return pulumi.get(self, "baseline_ocpu_utilization")
9364
9092
 
@@ -9439,8 +9167,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails(dict)
9439
9167
  :param str boot_volume_id: The OCID of the boot volume used to boot the instance.
9440
9168
  :param str boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
9441
9169
  :param 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.
9442
-
9443
- Allowed values:
9444
9170
  :param str image_id: The OCID of the image used to boot the instance.
9445
9171
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs' instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
9446
9172
  :param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
@@ -9488,8 +9214,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails(dict)
9488
9214
  def boot_volume_vpus_per_gb(self) -> Optional[str]:
9489
9215
  """
9490
9216
  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.
9491
-
9492
- Allowed values:
9493
9217
  """
9494
9218
  return pulumi.get(self, "boot_volume_vpus_per_gb")
9495
9219
 
@@ -9549,7 +9273,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
9549
9273
  operating_system: Optional[str] = None,
9550
9274
  operating_system_version: Optional[str] = None):
9551
9275
  """
9552
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
9276
+ :param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
9553
9277
  :param 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).
9554
9278
  :param str operating_system: The image's operating system. Example: `Oracle Linux`
9555
9279
  :param str operating_system_version: The image's operating system version. Example: `7.2`
@@ -9567,7 +9291,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
9567
9291
  @pulumi.getter(name="compartmentId")
9568
9292
  def compartment_id(self) -> Optional[str]:
9569
9293
  """
9570
- (Updatable) The OCID of the compartment containing images to search
9294
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
9571
9295
  """
9572
9296
  return pulumi.get(self, "compartment_id")
9573
9297
 
@@ -9625,7 +9349,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnic(dict):
9625
9349
  nic_index: Optional[int] = None):
9626
9350
  """
9627
9351
  :param '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.
9628
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9352
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9629
9353
  :param 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).
9630
9354
  """
9631
9355
  if create_vnic_details is not None:
@@ -9647,7 +9371,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnic(dict):
9647
9371
  @pulumi.getter(name="displayName")
9648
9372
  def display_name(self) -> Optional[str]:
9649
9373
  """
9650
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9374
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9651
9375
  """
9652
9376
  return pulumi.get(self, "display_name")
9653
9377
 
@@ -9715,14 +9439,12 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
9715
9439
  skip_source_dest_check: Optional[bool] = None,
9716
9440
  subnet_id: Optional[str] = None):
9717
9441
  """
9718
- :param 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.
9719
- :param 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.
9442
+ :param 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.
9720
9443
  :param 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.
9721
- :param 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"}`
9722
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9723
- :param 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"}`
9444
+ :param 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"}`
9445
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9446
+ :param 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"}`
9724
9447
  :param 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.
9725
- :param Sequence['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.
9726
9448
  :param Sequence[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/).
9727
9449
  :param 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.
9728
9450
  :param 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.
@@ -9756,16 +9478,13 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
9756
9478
  @property
9757
9479
  @pulumi.getter(name="assignIpv6ip")
9758
9480
  def assign_ipv6ip(self) -> Optional[bool]:
9759
- """
9760
- 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.
9761
- """
9762
9481
  return pulumi.get(self, "assign_ipv6ip")
9763
9482
 
9764
9483
  @property
9765
9484
  @pulumi.getter(name="assignPrivateDnsRecord")
9766
9485
  def assign_private_dns_record(self) -> Optional[bool]:
9767
9486
  """
9768
- 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.
9487
+ 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.
9769
9488
  """
9770
9489
  return pulumi.get(self, "assign_private_dns_record")
9771
9490
 
@@ -9781,7 +9500,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
9781
9500
  @pulumi.getter(name="definedTags")
9782
9501
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
9783
9502
  """
9784
- 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"}`
9503
+ (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"}`
9785
9504
  """
9786
9505
  return pulumi.get(self, "defined_tags")
9787
9506
 
@@ -9789,7 +9508,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
9789
9508
  @pulumi.getter(name="displayName")
9790
9509
  def display_name(self) -> Optional[str]:
9791
9510
  """
9792
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9511
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9793
9512
  """
9794
9513
  return pulumi.get(self, "display_name")
9795
9514
 
@@ -9797,7 +9516,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
9797
9516
  @pulumi.getter(name="freeformTags")
9798
9517
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
9799
9518
  """
9800
- 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"}`
9519
+ (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"}`
9801
9520
  """
9802
9521
  return pulumi.get(self, "freeform_tags")
9803
9522
 
@@ -9812,9 +9531,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
9812
9531
  @property
9813
9532
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
9814
9533
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
9815
- """
9816
- 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.
9817
- """
9818
9534
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
9819
9535
 
9820
9536
  @property
@@ -9872,10 +9588,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
9872
9588
  def __init__(__self__, *,
9873
9589
  ipv6address: Optional[str] = None,
9874
9590
  ipv6subnet_cidr: Optional[str] = None):
9875
- """
9876
- :param 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).
9877
- :param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
9878
- """
9879
9591
  if ipv6address is not None:
9880
9592
  pulumi.set(__self__, "ipv6address", ipv6address)
9881
9593
  if ipv6subnet_cidr is not None:
@@ -9884,17 +9596,11 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
9884
9596
  @property
9885
9597
  @pulumi.getter
9886
9598
  def ipv6address(self) -> Optional[str]:
9887
- """
9888
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
9889
- """
9890
9599
  return pulumi.get(self, "ipv6address")
9891
9600
 
9892
9601
  @property
9893
9602
  @pulumi.getter(name="ipv6subnetCidr")
9894
9603
  def ipv6subnet_cidr(self) -> Optional[str]:
9895
- """
9896
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
9897
- """
9898
9604
  return pulumi.get(self, "ipv6subnet_cidr")
9899
9605
 
9900
9606
 
@@ -9927,7 +9633,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnic(dict):
9927
9633
  nic_index: Optional[int] = None):
9928
9634
  """
9929
9635
  :param '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.
9930
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9636
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9931
9637
  :param 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).
9932
9638
  """
9933
9639
  if create_vnic_details is not None:
@@ -9949,7 +9655,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnic(dict):
9949
9655
  @pulumi.getter(name="displayName")
9950
9656
  def display_name(self) -> Optional[str]:
9951
9657
  """
9952
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9658
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9953
9659
  """
9954
9660
  return pulumi.get(self, "display_name")
9955
9661
 
@@ -10017,14 +9723,12 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
10017
9723
  skip_source_dest_check: Optional[bool] = None,
10018
9724
  subnet_id: Optional[str] = None):
10019
9725
  """
10020
- :param 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.
10021
- :param 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.
9726
+ :param 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.
10022
9727
  :param 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.
10023
- :param 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"}`
10024
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10025
- :param 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"}`
9728
+ :param 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"}`
9729
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9730
+ :param 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"}`
10026
9731
  :param 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.
10027
- :param Sequence['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.
10028
9732
  :param Sequence[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/).
10029
9733
  :param 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.
10030
9734
  :param 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.
@@ -10058,16 +9762,13 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
10058
9762
  @property
10059
9763
  @pulumi.getter(name="assignIpv6ip")
10060
9764
  def assign_ipv6ip(self) -> Optional[bool]:
10061
- """
10062
- 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.
10063
- """
10064
9765
  return pulumi.get(self, "assign_ipv6ip")
10065
9766
 
10066
9767
  @property
10067
9768
  @pulumi.getter(name="assignPrivateDnsRecord")
10068
9769
  def assign_private_dns_record(self) -> Optional[bool]:
10069
9770
  """
10070
- 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.
9771
+ 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.
10071
9772
  """
10072
9773
  return pulumi.get(self, "assign_private_dns_record")
10073
9774
 
@@ -10083,7 +9784,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
10083
9784
  @pulumi.getter(name="definedTags")
10084
9785
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
10085
9786
  """
10086
- 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"}`
9787
+ (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"}`
10087
9788
  """
10088
9789
  return pulumi.get(self, "defined_tags")
10089
9790
 
@@ -10091,7 +9792,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
10091
9792
  @pulumi.getter(name="displayName")
10092
9793
  def display_name(self) -> Optional[str]:
10093
9794
  """
10094
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9795
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10095
9796
  """
10096
9797
  return pulumi.get(self, "display_name")
10097
9798
 
@@ -10099,7 +9800,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
10099
9800
  @pulumi.getter(name="freeformTags")
10100
9801
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
10101
9802
  """
10102
- 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"}`
9803
+ (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"}`
10103
9804
  """
10104
9805
  return pulumi.get(self, "freeform_tags")
10105
9806
 
@@ -10114,9 +9815,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
10114
9815
  @property
10115
9816
  @pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
10116
9817
  def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
10117
- """
10118
- 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.
10119
- """
10120
9818
  return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
10121
9819
 
10122
9820
  @property
@@ -10174,10 +9872,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
10174
9872
  def __init__(__self__, *,
10175
9873
  ipv6address: Optional[str] = None,
10176
9874
  ipv6subnet_cidr: Optional[str] = None):
10177
- """
10178
- :param 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).
10179
- :param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
10180
- """
10181
9875
  if ipv6address is not None:
10182
9876
  pulumi.set(__self__, "ipv6address", ipv6address)
10183
9877
  if ipv6subnet_cidr is not None:
@@ -10186,17 +9880,11 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
10186
9880
  @property
10187
9881
  @pulumi.getter
10188
9882
  def ipv6address(self) -> Optional[str]:
10189
- """
10190
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
10191
- """
10192
9883
  return pulumi.get(self, "ipv6address")
10193
9884
 
10194
9885
  @property
10195
9886
  @pulumi.getter(name="ipv6subnetCidr")
10196
9887
  def ipv6subnet_cidr(self) -> Optional[str]:
10197
- """
10198
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
10199
- """
10200
9888
  return pulumi.get(self, "ipv6subnet_cidr")
10201
9889
 
10202
9890
 
@@ -10271,9 +9959,17 @@ class InstanceCreateVnicDetails(dict):
10271
9959
 
10272
9960
  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).
10273
9961
  :param 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"}`
10274
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
9962
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10275
9963
  :param 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"}`
10276
- :param str hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
9964
+ :param str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `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)`.
9965
+
9966
+ For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
9967
+
9968
+ 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.
9969
+
9970
+ Example: `bminstance1`
9971
+
9972
+ 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).
10277
9973
  :param Sequence['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.
10278
9974
  :param Sequence[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/).
10279
9975
 
@@ -10288,7 +9984,9 @@ class InstanceCreateVnicDetails(dict):
10288
9984
  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).
10289
9985
 
10290
9986
  Example: `true`
10291
- :param 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.
9987
+ :param 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.
9988
+
9989
+ 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.
10292
9990
  :param str vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
10293
9991
 
10294
9992
  Provide a `vlanId` instead of a `subnetId`. If you provide both a `vlanId` and `subnetId`, the request fails.
@@ -10365,7 +10063,7 @@ class InstanceCreateVnicDetails(dict):
10365
10063
  @pulumi.getter(name="displayName")
10366
10064
  def display_name(self) -> Optional[str]:
10367
10065
  """
10368
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10066
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10369
10067
  """
10370
10068
  return pulumi.get(self, "display_name")
10371
10069
 
@@ -10381,7 +10079,15 @@ class InstanceCreateVnicDetails(dict):
10381
10079
  @pulumi.getter(name="hostnameLabel")
10382
10080
  def hostname_label(self) -> Optional[str]:
10383
10081
  """
10384
- 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.
10082
+ (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)`.
10083
+
10084
+ For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
10085
+
10086
+ 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.
10087
+
10088
+ Example: `bminstance1`
10089
+
10090
+ 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).
10385
10091
  """
10386
10092
  return pulumi.get(self, "hostname_label")
10387
10093
 
@@ -10431,7 +10137,9 @@ class InstanceCreateVnicDetails(dict):
10431
10137
  @pulumi.getter(name="subnetId")
10432
10138
  def subnet_id(self) -> Optional[str]:
10433
10139
  """
10434
- 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.
10140
+ 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.
10141
+
10142
+ 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.
10435
10143
  """
10436
10144
  return pulumi.get(self, "subnet_id")
10437
10145
 
@@ -10556,11 +10264,26 @@ class InstanceLaunchOptions(dict):
10556
10264
  remote_data_volume_type: Optional[str] = None):
10557
10265
  """
10558
10266
  :param str boot_volume_type: (Updatable) Emulation type for the boot volume.
10267
+ * `ISCSI` - ISCSI attached block storage device.
10268
+ * `SCSI` - Emulated SCSI disk.
10269
+ * `IDE` - Emulated IDE disk.
10270
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
10271
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
10559
10272
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
10273
+ * `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.
10274
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
10560
10275
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
10561
10276
  :param 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).
10562
10277
  :param str network_type: (Updatable) Emulation type for the physical network interface card (NIC).
10278
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
10279
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
10280
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
10563
10281
  :param str remote_data_volume_type: Emulation type for volume.
10282
+ * `ISCSI` - ISCSI attached block storage device.
10283
+ * `SCSI` - Emulated SCSI disk.
10284
+ * `IDE` - Emulated IDE disk.
10285
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
10286
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
10564
10287
  """
10565
10288
  if boot_volume_type is not None:
10566
10289
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
@@ -10580,6 +10303,11 @@ class InstanceLaunchOptions(dict):
10580
10303
  def boot_volume_type(self) -> Optional[str]:
10581
10304
  """
10582
10305
  (Updatable) Emulation type for the boot volume.
10306
+ * `ISCSI` - ISCSI attached block storage device.
10307
+ * `SCSI` - Emulated SCSI disk.
10308
+ * `IDE` - Emulated IDE disk.
10309
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
10310
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
10583
10311
  """
10584
10312
  return pulumi.get(self, "boot_volume_type")
10585
10313
 
@@ -10588,6 +10316,8 @@ class InstanceLaunchOptions(dict):
10588
10316
  def firmware(self) -> Optional[str]:
10589
10317
  """
10590
10318
  Firmware used to boot VM. Select the option that matches your operating system.
10319
+ * `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.
10320
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
10591
10321
  """
10592
10322
  return pulumi.get(self, "firmware")
10593
10323
 
@@ -10612,6 +10342,9 @@ class InstanceLaunchOptions(dict):
10612
10342
  def network_type(self) -> Optional[str]:
10613
10343
  """
10614
10344
  (Updatable) Emulation type for the physical network interface card (NIC).
10345
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
10346
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
10347
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
10615
10348
  """
10616
10349
  return pulumi.get(self, "network_type")
10617
10350
 
@@ -10620,6 +10353,11 @@ class InstanceLaunchOptions(dict):
10620
10353
  def remote_data_volume_type(self) -> Optional[str]:
10621
10354
  """
10622
10355
  Emulation type for volume.
10356
+ * `ISCSI` - ISCSI attached block storage device.
10357
+ * `SCSI` - Emulated SCSI disk.
10358
+ * `IDE` - Emulated IDE disk.
10359
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
10360
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
10623
10361
  """
10624
10362
  return pulumi.get(self, "remote_data_volume_type")
10625
10363
 
@@ -10669,7 +10407,7 @@ class InstanceLaunchVolumeAttachment(dict):
10669
10407
  use_chap: Optional[bool] = None,
10670
10408
  volume_id: Optional[str] = None):
10671
10409
  """
10672
- :param str type: The type of action to run when the instance is interrupted for eviction.
10410
+ :param str type: The type of volume. Currently, the only supported value is "iscsi".
10673
10411
  :param 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).
10674
10412
  :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10675
10413
  :param str encryption_in_transit_type: Refer the top-level definition of encryptionInTransitType. The default value is NONE.
@@ -10704,7 +10442,7 @@ class InstanceLaunchVolumeAttachment(dict):
10704
10442
  @pulumi.getter
10705
10443
  def type(self) -> str:
10706
10444
  """
10707
- The type of action to run when the instance is interrupted for eviction.
10445
+ The type of volume. Currently, the only supported value is "iscsi".
10708
10446
  """
10709
10447
  return pulumi.get(self, "type")
10710
10448
 
@@ -10820,9 +10558,9 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
10820
10558
  """
10821
10559
  :param str size_in_gbs: The size of the volume in GBs.
10822
10560
  :param str volume_creation_type: Specifies the method for volume creation.
10823
- :param str compartment_id: (Updatable) The OCID of the compartment containing images to search
10561
+ :param str compartment_id: (Updatable) The OCID of the compartment that contains the volume. If not provided, it will be inherited from the instance.
10824
10562
  :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10825
- :param str kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10563
+ :param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
10826
10564
  :param 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.
10827
10565
 
10828
10566
  Allowed values:
@@ -10858,7 +10596,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
10858
10596
  @pulumi.getter(name="compartmentId")
10859
10597
  def compartment_id(self) -> Optional[str]:
10860
10598
  """
10861
- (Updatable) The OCID of the compartment containing images to search
10599
+ (Updatable) The OCID of the compartment that contains the volume. If not provided, it will be inherited from the instance.
10862
10600
  """
10863
10601
  return pulumi.get(self, "compartment_id")
10864
10602
 
@@ -10874,7 +10612,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
10874
10612
  @pulumi.getter(name="kmsKeyId")
10875
10613
  def kms_key_id(self) -> Optional[str]:
10876
10614
  """
10877
- (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10615
+ The OCID of the Vault service key to assign as the master encryption key for the volume.
10878
10616
  """
10879
10617
  return pulumi.get(self, "kms_key_id")
10880
10618
 
@@ -10942,7 +10680,7 @@ class InstancePlatformConfig(dict):
10942
10680
  numa_nodes_per_socket: Optional[str] = None,
10943
10681
  percentage_of_cores_enabled: Optional[int] = None):
10944
10682
  """
10945
- :param str type: The type of action to run when the instance is interrupted for eviction.
10683
+ :param str type: The type of platform being configured.
10946
10684
  :param bool are_virtual_instructions_enabled: Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
10947
10685
  :param Mapping[str, Any] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
10948
10686
  :param 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.
@@ -10987,7 +10725,7 @@ class InstancePlatformConfig(dict):
10987
10725
  @pulumi.getter
10988
10726
  def type(self) -> str:
10989
10727
  """
10990
- The type of action to run when the instance is interrupted for eviction.
10728
+ The type of platform being configured.
10991
10729
  """
10992
10730
  return pulumi.get(self, "type")
10993
10731
 
@@ -11426,6 +11164,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
11426
11164
  is_assign_ipv6ip: Optional[bool] = None):
11427
11165
  """
11428
11166
  :param str subnet_id: (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
11167
+ =======
11168
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
11429
11169
  :param Sequence['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.
11430
11170
  :param 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.
11431
11171
  """
@@ -11440,6 +11180,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
11440
11180
  def subnet_id(self) -> str:
11441
11181
  """
11442
11182
  (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
11183
+ =======
11184
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
11443
11185
  """
11444
11186
  return pulumi.get(self, "subnet_id")
11445
11187
 
@@ -11744,6 +11486,9 @@ class InstanceShapeConfig(dict):
11744
11486
  :param str baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
11745
11487
 
11746
11488
  The following values are supported:
11489
+ * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
11490
+ * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
11491
+ * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
11747
11492
  :param str gpu_description: A short description of the instance's graphics processing unit (GPU).
11748
11493
  :param int gpus: The number of GPUs available to the instance.
11749
11494
  :param str local_disk_description: A short description of the local disks available to this instance.
@@ -11791,6 +11536,9 @@ class InstanceShapeConfig(dict):
11791
11536
  (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`.
11792
11537
 
11793
11538
  The following values are supported:
11539
+ * `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
11540
+ * `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
11541
+ * `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
11794
11542
  """
11795
11543
  return pulumi.get(self, "baseline_ocpu_utilization")
11796
11544
 
@@ -12871,11 +12619,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsDestinationPortRange(dict):
12871
12619
  min: int):
12872
12620
  """
12873
12621
  :param 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.
12874
- :param int min: The minimum port number, which must not be greater than the maximum port number.
12875
-
12876
-
12877
- ** IMPORTANT **
12878
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12622
+ :param int min: The minimum port number, which must not be greater than the maximum port number.
12879
12623
  """
12880
12624
  pulumi.set(__self__, "max", max)
12881
12625
  pulumi.set(__self__, "min", min)
@@ -12892,11 +12636,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsDestinationPortRange(dict):
12892
12636
  @pulumi.getter
12893
12637
  def min(self) -> int:
12894
12638
  """
12895
- The minimum port number, which must not be greater than the maximum port number.
12896
-
12897
-
12898
- ** IMPORTANT **
12899
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12639
+ The minimum port number, which must not be greater than the maximum port number.
12900
12640
  """
12901
12641
  return pulumi.get(self, "min")
12902
12642
 
@@ -12908,11 +12648,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsSourcePortRange(dict):
12908
12648
  min: int):
12909
12649
  """
12910
12650
  :param 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.
12911
- :param int min: The minimum port number, which must not be greater than the maximum port number.
12912
-
12913
-
12914
- ** IMPORTANT **
12915
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12651
+ :param int min: The minimum port number, which must not be greater than the maximum port number.
12916
12652
  """
12917
12653
  pulumi.set(__self__, "max", max)
12918
12654
  pulumi.set(__self__, "min", min)
@@ -12929,11 +12665,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsSourcePortRange(dict):
12929
12665
  @pulumi.getter
12930
12666
  def min(self) -> int:
12931
12667
  """
12932
- The minimum port number, which must not be greater than the maximum port number.
12933
-
12934
-
12935
- ** IMPORTANT **
12936
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12668
+ The minimum port number, which must not be greater than the maximum port number.
12937
12669
  """
12938
12670
  return pulumi.get(self, "min")
12939
12671
 
@@ -12985,11 +12717,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsDestinationPortRange(dict):
12985
12717
  min: int):
12986
12718
  """
12987
12719
  :param 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.
12988
- :param int min: The minimum port number, which must not be greater than the maximum port number.
12989
-
12990
-
12991
- ** IMPORTANT **
12992
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12720
+ :param int min: The minimum port number, which must not be greater than the maximum port number.
12993
12721
  """
12994
12722
  pulumi.set(__self__, "max", max)
12995
12723
  pulumi.set(__self__, "min", min)
@@ -13006,11 +12734,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsDestinationPortRange(dict):
13006
12734
  @pulumi.getter
13007
12735
  def min(self) -> int:
13008
12736
  """
13009
- The minimum port number, which must not be greater than the maximum port number.
13010
-
13011
-
13012
- ** IMPORTANT **
13013
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12737
+ The minimum port number, which must not be greater than the maximum port number.
13014
12738
  """
13015
12739
  return pulumi.get(self, "min")
13016
12740
 
@@ -13022,11 +12746,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsSourcePortRange(dict):
13022
12746
  min: int):
13023
12747
  """
13024
12748
  :param 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.
13025
- :param int min: The minimum port number, which must not be greater than the maximum port number.
13026
-
13027
-
13028
- ** IMPORTANT **
13029
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12749
+ :param int min: The minimum port number, which must not be greater than the maximum port number.
13030
12750
  """
13031
12751
  pulumi.set(__self__, "max", max)
13032
12752
  pulumi.set(__self__, "min", min)
@@ -13043,11 +12763,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsSourcePortRange(dict):
13043
12763
  @pulumi.getter
13044
12764
  def min(self) -> int:
13045
12765
  """
13046
- The minimum port number, which must not be greater than the maximum port number.
13047
-
13048
-
13049
- ** IMPORTANT **
13050
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12766
+ The minimum port number, which must not be greater than the maximum port number.
13051
12767
  """
13052
12768
  return pulumi.get(self, "min")
13053
12769
 
@@ -13100,6 +12816,8 @@ class RouteTableRouteRule(dict):
13100
12816
  * 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).
13101
12817
  * 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`.
13102
12818
  :param str destination_type: (Updatable) Type of destination for the rule. Required if you provide a `destination`.
12819
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12820
+ * `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).
13103
12821
  :param 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.
13104
12822
  """
13105
12823
  pulumi.set(__self__, "network_entity_id", network_entity_id)
@@ -13164,6 +12882,8 @@ class RouteTableRouteRule(dict):
13164
12882
  def destination_type(self) -> Optional[str]:
13165
12883
  """
13166
12884
  (Updatable) Type of destination for the rule. Required if you provide a `destination`.
12885
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12886
+ * `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).
13167
12887
  """
13168
12888
  return pulumi.get(self, "destination_type")
13169
12889
 
@@ -13221,12 +12941,14 @@ class SecurityListEgressSecurityRule(dict):
13221
12941
  :param str destination_type: (Updatable) Type of destination for the rule. The default is `CIDR_BLOCK`.
13222
12942
 
13223
12943
  Allowed values:
12944
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
12945
+ * `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).
13224
12946
  :param 'SecurityListEgressSecurityRuleIcmpOptionsArgs' icmp_options: (Updatable) Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
13225
12947
  * [ICMP Parameters](http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
13226
12948
  * [ICMPv6 Parameters](https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml)
13227
12949
 
13228
12950
  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.
13229
- :param 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.
12951
+ :param 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.
13230
12952
  :param '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.
13231
12953
  :param '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.
13232
12954
  """
@@ -13280,6 +13002,8 @@ class SecurityListEgressSecurityRule(dict):
13280
13002
  (Updatable) Type of destination for the rule. The default is `CIDR_BLOCK`.
13281
13003
 
13282
13004
  Allowed values:
13005
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
13006
+ * `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).
13283
13007
  """
13284
13008
  return pulumi.get(self, "destination_type")
13285
13009
 
@@ -13299,7 +13023,7 @@ class SecurityListEgressSecurityRule(dict):
13299
13023
  @pulumi.getter
13300
13024
  def stateless(self) -> Optional[bool]:
13301
13025
  """
13302
- (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.
13026
+ (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.
13303
13027
  """
13304
13028
  return pulumi.get(self, "stateless")
13305
13029
 
@@ -13374,8 +13098,8 @@ class SecurityListEgressSecurityRuleTcpOptions(dict):
13374
13098
  min: Optional[int] = None,
13375
13099
  source_port_range: Optional['outputs.SecurityListEgressSecurityRuleTcpOptionsSourcePortRange'] = None):
13376
13100
  """
13377
- :param 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.
13378
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13101
+ :param 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.
13102
+ :param int min: The minimum port number. Must not be greater than the maximum port number.
13379
13103
  :param 'SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
13380
13104
  """
13381
13105
  if max is not None:
@@ -13389,7 +13113,7 @@ class SecurityListEgressSecurityRuleTcpOptions(dict):
13389
13113
  @pulumi.getter
13390
13114
  def max(self) -> Optional[int]:
13391
13115
  """
13392
- (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.
13116
+ 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.
13393
13117
  """
13394
13118
  return pulumi.get(self, "max")
13395
13119
 
@@ -13397,7 +13121,7 @@ class SecurityListEgressSecurityRuleTcpOptions(dict):
13397
13121
  @pulumi.getter
13398
13122
  def min(self) -> Optional[int]:
13399
13123
  """
13400
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13124
+ The minimum port number. Must not be greater than the maximum port number.
13401
13125
  """
13402
13126
  return pulumi.get(self, "min")
13403
13127
 
@@ -13416,8 +13140,8 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRange(dict):
13416
13140
  max: int,
13417
13141
  min: int):
13418
13142
  """
13419
- :param 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.
13420
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13143
+ :param 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.
13144
+ :param int min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
13421
13145
  """
13422
13146
  pulumi.set(__self__, "max", max)
13423
13147
  pulumi.set(__self__, "min", min)
@@ -13426,7 +13150,7 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRange(dict):
13426
13150
  @pulumi.getter
13427
13151
  def max(self) -> int:
13428
13152
  """
13429
- (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.
13153
+ (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.
13430
13154
  """
13431
13155
  return pulumi.get(self, "max")
13432
13156
 
@@ -13434,7 +13158,7 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRange(dict):
13434
13158
  @pulumi.getter
13435
13159
  def min(self) -> int:
13436
13160
  """
13437
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13161
+ (Updatable) The minimum port number. Must not be greater than the maximum port number.
13438
13162
  """
13439
13163
  return pulumi.get(self, "min")
13440
13164
 
@@ -13463,8 +13187,8 @@ class SecurityListEgressSecurityRuleUdpOptions(dict):
13463
13187
  min: Optional[int] = None,
13464
13188
  source_port_range: Optional['outputs.SecurityListEgressSecurityRuleUdpOptionsSourcePortRange'] = None):
13465
13189
  """
13466
- :param 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.
13467
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13190
+ :param 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.
13191
+ :param int min: The minimum port number. Must not be greater than the maximum port number.
13468
13192
  :param 'SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
13469
13193
  """
13470
13194
  if max is not None:
@@ -13478,7 +13202,7 @@ class SecurityListEgressSecurityRuleUdpOptions(dict):
13478
13202
  @pulumi.getter
13479
13203
  def max(self) -> Optional[int]:
13480
13204
  """
13481
- (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.
13205
+ 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.
13482
13206
  """
13483
13207
  return pulumi.get(self, "max")
13484
13208
 
@@ -13486,7 +13210,7 @@ class SecurityListEgressSecurityRuleUdpOptions(dict):
13486
13210
  @pulumi.getter
13487
13211
  def min(self) -> Optional[int]:
13488
13212
  """
13489
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13213
+ The minimum port number. Must not be greater than the maximum port number.
13490
13214
  """
13491
13215
  return pulumi.get(self, "min")
13492
13216
 
@@ -13505,8 +13229,8 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRange(dict):
13505
13229
  max: int,
13506
13230
  min: int):
13507
13231
  """
13508
- :param 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.
13509
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13232
+ :param 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.
13233
+ :param int min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
13510
13234
  """
13511
13235
  pulumi.set(__self__, "max", max)
13512
13236
  pulumi.set(__self__, "min", min)
@@ -13515,7 +13239,7 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRange(dict):
13515
13239
  @pulumi.getter
13516
13240
  def max(self) -> int:
13517
13241
  """
13518
- (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.
13242
+ (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.
13519
13243
  """
13520
13244
  return pulumi.get(self, "max")
13521
13245
 
@@ -13523,7 +13247,7 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRange(dict):
13523
13247
  @pulumi.getter
13524
13248
  def min(self) -> int:
13525
13249
  """
13526
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13250
+ (Updatable) The minimum port number. Must not be greater than the maximum port number.
13527
13251
  """
13528
13252
  return pulumi.get(self, "min")
13529
13253
 
@@ -13576,6 +13300,8 @@ class SecurityListIngressSecurityRule(dict):
13576
13300
 
13577
13301
  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.
13578
13302
  :param str source_type: (Updatable) Type of source for the rule. The default is `CIDR_BLOCK`.
13303
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
13304
+ * `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).
13579
13305
  :param 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.
13580
13306
  :param '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.
13581
13307
  :param '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.
@@ -13640,6 +13366,8 @@ class SecurityListIngressSecurityRule(dict):
13640
13366
  def source_type(self) -> Optional[str]:
13641
13367
  """
13642
13368
  (Updatable) Type of source for the rule. The default is `CIDR_BLOCK`.
13369
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
13370
+ * `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).
13643
13371
  """
13644
13372
  return pulumi.get(self, "source_type")
13645
13373
 
@@ -13722,8 +13450,8 @@ class SecurityListIngressSecurityRuleTcpOptions(dict):
13722
13450
  min: Optional[int] = None,
13723
13451
  source_port_range: Optional['outputs.SecurityListIngressSecurityRuleTcpOptionsSourcePortRange'] = None):
13724
13452
  """
13725
- :param 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.
13726
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13453
+ :param 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.
13454
+ :param int min: The minimum port number. Must not be greater than the maximum port number.
13727
13455
  :param 'SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
13728
13456
  """
13729
13457
  if max is not None:
@@ -13737,7 +13465,7 @@ class SecurityListIngressSecurityRuleTcpOptions(dict):
13737
13465
  @pulumi.getter
13738
13466
  def max(self) -> Optional[int]:
13739
13467
  """
13740
- (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.
13468
+ 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.
13741
13469
  """
13742
13470
  return pulumi.get(self, "max")
13743
13471
 
@@ -13745,7 +13473,7 @@ class SecurityListIngressSecurityRuleTcpOptions(dict):
13745
13473
  @pulumi.getter
13746
13474
  def min(self) -> Optional[int]:
13747
13475
  """
13748
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13476
+ The minimum port number. Must not be greater than the maximum port number.
13749
13477
  """
13750
13478
  return pulumi.get(self, "min")
13751
13479
 
@@ -13764,8 +13492,8 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRange(dict):
13764
13492
  max: int,
13765
13493
  min: int):
13766
13494
  """
13767
- :param 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.
13768
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13495
+ :param 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.
13496
+ :param int min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
13769
13497
  """
13770
13498
  pulumi.set(__self__, "max", max)
13771
13499
  pulumi.set(__self__, "min", min)
@@ -13774,7 +13502,7 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRange(dict):
13774
13502
  @pulumi.getter
13775
13503
  def max(self) -> int:
13776
13504
  """
13777
- (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.
13505
+ (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.
13778
13506
  """
13779
13507
  return pulumi.get(self, "max")
13780
13508
 
@@ -13782,7 +13510,7 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRange(dict):
13782
13510
  @pulumi.getter
13783
13511
  def min(self) -> int:
13784
13512
  """
13785
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13513
+ (Updatable) The minimum port number. Must not be greater than the maximum port number.
13786
13514
  """
13787
13515
  return pulumi.get(self, "min")
13788
13516
 
@@ -13811,8 +13539,8 @@ class SecurityListIngressSecurityRuleUdpOptions(dict):
13811
13539
  min: Optional[int] = None,
13812
13540
  source_port_range: Optional['outputs.SecurityListIngressSecurityRuleUdpOptionsSourcePortRange'] = None):
13813
13541
  """
13814
- :param 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.
13815
- :param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
13542
+ :param 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.
13543
+ :param int min: The minimum port number. Must not be greater than the maximum port number.
13816
13544
  :param 'SecurityListIngressSecurityRuleUdpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
13817
13545
  """
13818
13546
  if max is not None:
@@ -13826,7 +13554,7 @@ class SecurityListIngressSecurityRuleUdpOptions(dict):
13826
13554
  @pulumi.getter
13827
13555
  def max(self) -> Optional[int]:
13828
13556
  """
13829
- (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.
13557
+ 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.
13830
13558
  """
13831
13559
  return pulumi.get(self, "max")
13832
13560
 
@@ -13834,7 +13562,7 @@ class SecurityListIngressSecurityRuleUdpOptions(dict):
13834
13562
  @pulumi.getter
13835
13563
  def min(self) -> Optional[int]:
13836
13564
  """
13837
- (Updatable) The minimum port number, which must not be greater than the maximum port number.
13565
+ The minimum port number. Must not be greater than the maximum port number.
13838
13566
  """
13839
13567
  return pulumi.get(self, "min")
13840
13568
 
@@ -14276,7 +14004,7 @@ class VnicAttachmentCreateVnicDetails(dict):
14276
14004
 
14277
14005
  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).
14278
14006
  :param 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"}`
14279
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14007
+ :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14280
14008
  :param 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"}`
14281
14009
  :param str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `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)`.
14282
14010
 
@@ -14381,7 +14109,7 @@ class VnicAttachmentCreateVnicDetails(dict):
14381
14109
  @pulumi.getter(name="displayName")
14382
14110
  def display_name(self) -> Optional[str]:
14383
14111
  """
14384
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14112
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14385
14113
  """
14386
14114
  return pulumi.get(self, "display_name")
14387
14115
 
@@ -14674,6 +14402,12 @@ class VolumeBackupPolicySchedule(dict):
14674
14402
  For clients using older versions of Apis and not sending `offsetType` in their requests, the behaviour is just like `NUMERIC_SECONDS`.
14675
14403
  :param str time_zone: (Updatable) Specifies what time zone is the schedule in
14676
14404
  enum:
14405
+ - `UTC`
14406
+ - `REGIONAL_DATA_CENTER_TIME`
14407
+
14408
+
14409
+ ** IMPORTANT **
14410
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14677
14411
  """
14678
14412
  pulumi.set(__self__, "backup_type", backup_type)
14679
14413
  pulumi.set(__self__, "period", period)
@@ -14785,6 +14519,12 @@ class VolumeBackupPolicySchedule(dict):
14785
14519
  """
14786
14520
  (Updatable) Specifies what time zone is the schedule in
14787
14521
  enum:
14522
+ - `UTC`
14523
+ - `REGIONAL_DATA_CENTER_TIME`
14524
+
14525
+
14526
+ ** IMPORTANT **
14527
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14788
14528
  """
14789
14529
  return pulumi.get(self, "time_zone")
14790
14530
 
@@ -15026,10 +14766,7 @@ class VolumeGroupSourceDetails(dict):
15026
14766
  :param str volume_group_backup_id: The OCID of the volume group backup to restore from.
15027
14767
  :param str volume_group_id: The OCID of the volume group to clone from.
15028
14768
  :param str volume_group_replica_id: The OCID of the volume group replica.
15029
- :param Sequence[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`.
15030
-
15031
- ** IMPORTANT **
15032
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14769
+ :param Sequence[str] volume_ids: OCIDs for the volumes used to create this volume group.
15033
14770
  """
15034
14771
  pulumi.set(__self__, "type", type)
15035
14772
  if volume_group_backup_id is not None:
@@ -15077,10 +14814,7 @@ class VolumeGroupSourceDetails(dict):
15077
14814
  @pulumi.getter(name="volumeIds")
15078
14815
  def volume_ids(self) -> Optional[Sequence[str]]:
15079
14816
  """
15080
- (Updatable) Use this for update operation only. This field is not supported during creation. For create use `volume_ids` under `source_details`.
15081
-
15082
- ** IMPORTANT **
15083
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
14817
+ OCIDs for the volumes used to create this volume group.
15084
14818
  """
15085
14819
  return pulumi.get(self, "volume_ids")
15086
14820
 
@@ -15115,7 +14849,7 @@ class VolumeGroupVolumeGroupReplica(dict):
15115
14849
  """
15116
14850
  :param str availability_domain: (Updatable) The availability domain of the volume group replica. Example: `Uocm:PHX-AD-1`
15117
14851
  :param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
15118
- :param str volume_group_replica_id: The OCID of the volume group replica.
14852
+ :param str volume_group_replica_id: The volume group replica's Oracle ID (OCID).
15119
14853
  """
15120
14854
  pulumi.set(__self__, "availability_domain", availability_domain)
15121
14855
  if display_name is not None:
@@ -15143,7 +14877,7 @@ class VolumeGroupVolumeGroupReplica(dict):
15143
14877
  @pulumi.getter(name="volumeGroupReplicaId")
15144
14878
  def volume_group_replica_id(self) -> Optional[str]:
15145
14879
  """
15146
- The OCID of the volume group replica.
14880
+ The volume group replica's Oracle ID (OCID).
15147
14881
  """
15148
14882
  return pulumi.get(self, "volume_group_replica_id")
15149
14883
 
@@ -25259,11 +24993,26 @@ class GetImageLaunchOptionResult(dict):
25259
24993
  remote_data_volume_type: str):
25260
24994
  """
25261
24995
  :param str boot_volume_type: Emulation type for the boot volume.
24996
+ * `ISCSI` - ISCSI attached block storage device.
24997
+ * `SCSI` - Emulated SCSI disk.
24998
+ * `IDE` - Emulated IDE disk.
24999
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25000
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25262
25001
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
25002
+ * `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.
25003
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
25263
25004
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
25264
25005
  :param 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).
25265
25006
  :param str network_type: Emulation type for the physical network interface card (NIC).
25007
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
25008
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
25009
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
25266
25010
  :param str remote_data_volume_type: Emulation type for volume.
25011
+ * `ISCSI` - ISCSI attached block storage device.
25012
+ * `SCSI` - Emulated SCSI disk.
25013
+ * `IDE` - Emulated IDE disk.
25014
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25015
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25267
25016
  """
25268
25017
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
25269
25018
  pulumi.set(__self__, "firmware", firmware)
@@ -25277,6 +25026,11 @@ class GetImageLaunchOptionResult(dict):
25277
25026
  def boot_volume_type(self) -> str:
25278
25027
  """
25279
25028
  Emulation type for the boot volume.
25029
+ * `ISCSI` - ISCSI attached block storage device.
25030
+ * `SCSI` - Emulated SCSI disk.
25031
+ * `IDE` - Emulated IDE disk.
25032
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25033
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25280
25034
  """
25281
25035
  return pulumi.get(self, "boot_volume_type")
25282
25036
 
@@ -25285,6 +25039,8 @@ class GetImageLaunchOptionResult(dict):
25285
25039
  def firmware(self) -> str:
25286
25040
  """
25287
25041
  Firmware used to boot VM. Select the option that matches your operating system.
25042
+ * `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.
25043
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
25288
25044
  """
25289
25045
  return pulumi.get(self, "firmware")
25290
25046
 
@@ -25309,6 +25065,9 @@ class GetImageLaunchOptionResult(dict):
25309
25065
  def network_type(self) -> str:
25310
25066
  """
25311
25067
  Emulation type for the physical network interface card (NIC).
25068
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
25069
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
25070
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
25312
25071
  """
25313
25072
  return pulumi.get(self, "network_type")
25314
25073
 
@@ -25317,6 +25076,11 @@ class GetImageLaunchOptionResult(dict):
25317
25076
  def remote_data_volume_type(self) -> str:
25318
25077
  """
25319
25078
  Emulation type for volume.
25079
+ * `ISCSI` - ISCSI attached block storage device.
25080
+ * `SCSI` - Emulated SCSI disk.
25081
+ * `IDE` - Emulated IDE disk.
25082
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25083
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25320
25084
  """
25321
25085
  return pulumi.get(self, "remote_data_volume_type")
25322
25086
 
@@ -25575,6 +25339,10 @@ class GetImagesImageResult(dict):
25575
25339
  :param 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"}`
25576
25340
  :param str id: The OCID of the image.
25577
25341
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
25342
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
25343
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
25344
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
25345
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
25578
25346
  :param Sequence['GetImagesImageLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
25579
25347
  :param str listing_type: The listing type of the image. The default value is "NONE".
25580
25348
  :param str operating_system: The image's operating system. Example: `Oracle Linux`
@@ -25690,6 +25458,10 @@ class GetImagesImageResult(dict):
25690
25458
  def launch_mode(self) -> str:
25691
25459
  """
25692
25460
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
25461
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
25462
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
25463
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
25464
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
25693
25465
  """
25694
25466
  return pulumi.get(self, "launch_mode")
25695
25467
 
@@ -25861,11 +25633,26 @@ class GetImagesImageLaunchOptionResult(dict):
25861
25633
  remote_data_volume_type: str):
25862
25634
  """
25863
25635
  :param str boot_volume_type: Emulation type for the boot volume.
25636
+ * `ISCSI` - ISCSI attached block storage device.
25637
+ * `SCSI` - Emulated SCSI disk.
25638
+ * `IDE` - Emulated IDE disk.
25639
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25640
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25864
25641
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
25642
+ * `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.
25643
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
25865
25644
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
25866
25645
  :param 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).
25867
25646
  :param str network_type: Emulation type for the physical network interface card (NIC).
25647
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
25648
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
25649
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
25868
25650
  :param str remote_data_volume_type: Emulation type for volume.
25651
+ * `ISCSI` - ISCSI attached block storage device.
25652
+ * `SCSI` - Emulated SCSI disk.
25653
+ * `IDE` - Emulated IDE disk.
25654
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25655
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25869
25656
  """
25870
25657
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
25871
25658
  pulumi.set(__self__, "firmware", firmware)
@@ -25879,6 +25666,11 @@ class GetImagesImageLaunchOptionResult(dict):
25879
25666
  def boot_volume_type(self) -> str:
25880
25667
  """
25881
25668
  Emulation type for the boot volume.
25669
+ * `ISCSI` - ISCSI attached block storage device.
25670
+ * `SCSI` - Emulated SCSI disk.
25671
+ * `IDE` - Emulated IDE disk.
25672
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25673
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25882
25674
  """
25883
25675
  return pulumi.get(self, "boot_volume_type")
25884
25676
 
@@ -25887,6 +25679,8 @@ class GetImagesImageLaunchOptionResult(dict):
25887
25679
  def firmware(self) -> str:
25888
25680
  """
25889
25681
  Firmware used to boot VM. Select the option that matches your operating system.
25682
+ * `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.
25683
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
25890
25684
  """
25891
25685
  return pulumi.get(self, "firmware")
25892
25686
 
@@ -25911,6 +25705,9 @@ class GetImagesImageLaunchOptionResult(dict):
25911
25705
  def network_type(self) -> str:
25912
25706
  """
25913
25707
  Emulation type for the physical network interface card (NIC).
25708
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
25709
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
25710
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
25914
25711
  """
25915
25712
  return pulumi.get(self, "network_type")
25916
25713
 
@@ -25919,6 +25716,11 @@ class GetImagesImageLaunchOptionResult(dict):
25919
25716
  def remote_data_volume_type(self) -> str:
25920
25717
  """
25921
25718
  Emulation type for volume.
25719
+ * `ISCSI` - ISCSI attached block storage device.
25720
+ * `SCSI` - Emulated SCSI disk.
25721
+ * `IDE` - Emulated IDE disk.
25722
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
25723
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
25922
25724
  """
25923
25725
  return pulumi.get(self, "remote_data_volume_type")
25924
25726
 
@@ -26011,6 +25813,8 @@ class GetInstanceAvailabilityConfigResult(dict):
26011
25813
  """
26012
25814
  :param 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.
26013
25815
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
25816
+ * `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.
25817
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
26014
25818
  """
26015
25819
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
26016
25820
  pulumi.set(__self__, "recovery_action", recovery_action)
@@ -26028,6 +25832,8 @@ class GetInstanceAvailabilityConfigResult(dict):
26028
25832
  def recovery_action(self) -> str:
26029
25833
  """
26030
25834
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
25835
+ * `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.
25836
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
26031
25837
  """
26032
25838
  return pulumi.get(self, "recovery_action")
26033
25839
 
@@ -26508,11 +26314,17 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
26508
26314
  :param str ipxe_script: This is an advanced option.
26509
26315
  :param 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).
26510
26316
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
26317
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
26318
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
26319
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
26320
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
26511
26321
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
26512
26322
  :param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
26513
26323
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
26514
26324
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
26515
26325
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
26326
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
26327
+ * `REBOOT` - Run maintenance using a reboot.
26516
26328
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
26517
26329
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
26518
26330
  """
@@ -26675,6 +26487,10 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
26675
26487
  def launch_mode(self) -> str:
26676
26488
  """
26677
26489
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
26490
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
26491
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
26492
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
26493
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
26678
26494
  """
26679
26495
  return pulumi.get(self, "launch_mode")
26680
26496
 
@@ -26715,6 +26531,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
26715
26531
  def preferred_maintenance_action(self) -> str:
26716
26532
  """
26717
26533
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
26534
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
26535
+ * `REBOOT` - Run maintenance using a reboot.
26718
26536
  """
26719
26537
  return pulumi.get(self, "preferred_maintenance_action")
26720
26538
 
@@ -26828,6 +26646,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfigResult
26828
26646
  """
26829
26647
  :param 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.
26830
26648
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
26649
+ * `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.
26650
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
26831
26651
  """
26832
26652
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
26833
26653
  pulumi.set(__self__, "recovery_action", recovery_action)
@@ -26845,6 +26665,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfigResult
26845
26665
  def recovery_action(self) -> str:
26846
26666
  """
26847
26667
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
26668
+ * `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.
26669
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
26848
26670
  """
26849
26671
  return pulumi.get(self, "recovery_action")
26850
26672
 
@@ -27046,11 +26868,26 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
27046
26868
  remote_data_volume_type: str):
27047
26869
  """
27048
26870
  :param str boot_volume_type: Emulation type for the boot volume.
26871
+ * `ISCSI` - ISCSI attached block storage device.
26872
+ * `SCSI` - Emulated SCSI disk.
26873
+ * `IDE` - Emulated IDE disk.
26874
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
26875
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
27049
26876
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
26877
+ * `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.
26878
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
27050
26879
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
27051
26880
  :param 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).
27052
26881
  :param str network_type: Emulation type for the physical network interface card (NIC).
26882
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
26883
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
26884
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
27053
26885
  :param str remote_data_volume_type: Emulation type for volume.
26886
+ * `ISCSI` - ISCSI attached block storage device.
26887
+ * `SCSI` - Emulated SCSI disk.
26888
+ * `IDE` - Emulated IDE disk.
26889
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
26890
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
27054
26891
  """
27055
26892
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
27056
26893
  pulumi.set(__self__, "firmware", firmware)
@@ -27064,6 +26901,11 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
27064
26901
  def boot_volume_type(self) -> str:
27065
26902
  """
27066
26903
  Emulation type for the boot volume.
26904
+ * `ISCSI` - ISCSI attached block storage device.
26905
+ * `SCSI` - Emulated SCSI disk.
26906
+ * `IDE` - Emulated IDE disk.
26907
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
26908
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
27067
26909
  """
27068
26910
  return pulumi.get(self, "boot_volume_type")
27069
26911
 
@@ -27072,6 +26914,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
27072
26914
  def firmware(self) -> str:
27073
26915
  """
27074
26916
  Firmware used to boot VM. Select the option that matches your operating system.
26917
+ * `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.
26918
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
27075
26919
  """
27076
26920
  return pulumi.get(self, "firmware")
27077
26921
 
@@ -27096,6 +26940,9 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
27096
26940
  def network_type(self) -> str:
27097
26941
  """
27098
26942
  Emulation type for the physical network interface card (NIC).
26943
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
26944
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
26945
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
27099
26946
  """
27100
26947
  return pulumi.get(self, "network_type")
27101
26948
 
@@ -27104,6 +26951,11 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
27104
26951
  def remote_data_volume_type(self) -> str:
27105
26952
  """
27106
26953
  Emulation type for volume.
26954
+ * `ISCSI` - ISCSI attached block storage device.
26955
+ * `SCSI` - Emulated SCSI disk.
26956
+ * `IDE` - Emulated IDE disk.
26957
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
26958
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
27107
26959
  """
27108
26960
  return pulumi.get(self, "remote_data_volume_type")
27109
26961
 
@@ -27945,11 +27797,17 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
27945
27797
  :param str ipxe_script: This is an advanced option.
27946
27798
  :param 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).
27947
27799
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
27800
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
27801
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
27802
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
27803
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
27948
27804
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
27949
27805
  :param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
27950
27806
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
27951
27807
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
27952
27808
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
27809
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
27810
+ * `REBOOT` - Run maintenance using a reboot.
27953
27811
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
27954
27812
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
27955
27813
  """
@@ -28112,6 +27970,10 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28112
27970
  def launch_mode(self) -> str:
28113
27971
  """
28114
27972
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
27973
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
27974
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
27975
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
27976
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
28115
27977
  """
28116
27978
  return pulumi.get(self, "launch_mode")
28117
27979
 
@@ -28152,6 +28014,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28152
28014
  def preferred_maintenance_action(self) -> str:
28153
28015
  """
28154
28016
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
28017
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
28018
+ * `REBOOT` - Run maintenance using a reboot.
28155
28019
  """
28156
28020
  return pulumi.get(self, "preferred_maintenance_action")
28157
28021
 
@@ -28265,6 +28129,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
28265
28129
  """
28266
28130
  :param 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.
28267
28131
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
28132
+ * `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.
28133
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
28268
28134
  """
28269
28135
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
28270
28136
  pulumi.set(__self__, "recovery_action", recovery_action)
@@ -28282,6 +28148,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
28282
28148
  def recovery_action(self) -> str:
28283
28149
  """
28284
28150
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
28151
+ * `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.
28152
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
28285
28153
  """
28286
28154
  return pulumi.get(self, "recovery_action")
28287
28155
 
@@ -28483,11 +28351,26 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
28483
28351
  remote_data_volume_type: str):
28484
28352
  """
28485
28353
  :param str boot_volume_type: Emulation type for the boot volume.
28354
+ * `ISCSI` - ISCSI attached block storage device.
28355
+ * `SCSI` - Emulated SCSI disk.
28356
+ * `IDE` - Emulated IDE disk.
28357
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
28358
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
28486
28359
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
28360
+ * `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.
28361
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
28487
28362
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
28488
28363
  :param 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).
28489
28364
  :param str network_type: Emulation type for the physical network interface card (NIC).
28365
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
28366
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
28367
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
28490
28368
  :param str remote_data_volume_type: Emulation type for volume.
28369
+ * `ISCSI` - ISCSI attached block storage device.
28370
+ * `SCSI` - Emulated SCSI disk.
28371
+ * `IDE` - Emulated IDE disk.
28372
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
28373
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
28491
28374
  """
28492
28375
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
28493
28376
  pulumi.set(__self__, "firmware", firmware)
@@ -28501,6 +28384,11 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
28501
28384
  def boot_volume_type(self) -> str:
28502
28385
  """
28503
28386
  Emulation type for the boot volume.
28387
+ * `ISCSI` - ISCSI attached block storage device.
28388
+ * `SCSI` - Emulated SCSI disk.
28389
+ * `IDE` - Emulated IDE disk.
28390
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
28391
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
28504
28392
  """
28505
28393
  return pulumi.get(self, "boot_volume_type")
28506
28394
 
@@ -28509,6 +28397,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
28509
28397
  def firmware(self) -> str:
28510
28398
  """
28511
28399
  Firmware used to boot VM. Select the option that matches your operating system.
28400
+ * `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.
28401
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
28512
28402
  """
28513
28403
  return pulumi.get(self, "firmware")
28514
28404
 
@@ -28533,6 +28423,9 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
28533
28423
  def network_type(self) -> str:
28534
28424
  """
28535
28425
  Emulation type for the physical network interface card (NIC).
28426
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
28427
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
28428
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
28536
28429
  """
28537
28430
  return pulumi.get(self, "network_type")
28538
28431
 
@@ -28541,6 +28434,11 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
28541
28434
  def remote_data_volume_type(self) -> str:
28542
28435
  """
28543
28436
  Emulation type for volume.
28437
+ * `ISCSI` - ISCSI attached block storage device.
28438
+ * `SCSI` - Emulated SCSI disk.
28439
+ * `IDE` - Emulated IDE disk.
28440
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
28441
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
28544
28442
  """
28545
28443
  return pulumi.get(self, "remote_data_volume_type")
28546
28444
 
@@ -29947,11 +29845,17 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
29947
29845
  :param str ipxe_script: This is an advanced option.
29948
29846
  :param 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).
29949
29847
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
29848
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
29849
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
29850
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
29851
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
29950
29852
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
29951
29853
  :param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
29952
29854
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
29953
29855
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
29954
29856
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
29857
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
29858
+ * `REBOOT` - Run maintenance using a reboot.
29955
29859
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
29956
29860
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
29957
29861
  """
@@ -30114,6 +30018,10 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30114
30018
  def launch_mode(self) -> str:
30115
30019
  """
30116
30020
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
30021
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
30022
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
30023
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
30024
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
30117
30025
  """
30118
30026
  return pulumi.get(self, "launch_mode")
30119
30027
 
@@ -30154,6 +30062,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30154
30062
  def preferred_maintenance_action(self) -> str:
30155
30063
  """
30156
30064
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
30065
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
30066
+ * `REBOOT` - Run maintenance using a reboot.
30157
30067
  """
30158
30068
  return pulumi.get(self, "preferred_maintenance_action")
30159
30069
 
@@ -30267,6 +30177,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAv
30267
30177
  """
30268
30178
  :param 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.
30269
30179
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
30180
+ * `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.
30181
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
30270
30182
  """
30271
30183
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
30272
30184
  pulumi.set(__self__, "recovery_action", recovery_action)
@@ -30284,6 +30196,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAv
30284
30196
  def recovery_action(self) -> str:
30285
30197
  """
30286
30198
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
30199
+ * `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.
30200
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
30287
30201
  """
30288
30202
  return pulumi.get(self, "recovery_action")
30289
30203
 
@@ -30485,11 +30399,26 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
30485
30399
  remote_data_volume_type: str):
30486
30400
  """
30487
30401
  :param str boot_volume_type: Emulation type for the boot volume.
30402
+ * `ISCSI` - ISCSI attached block storage device.
30403
+ * `SCSI` - Emulated SCSI disk.
30404
+ * `IDE` - Emulated IDE disk.
30405
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
30406
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
30488
30407
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
30408
+ * `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.
30409
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
30489
30410
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
30490
30411
  :param 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).
30491
30412
  :param str network_type: Emulation type for the physical network interface card (NIC).
30413
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
30414
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
30415
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
30492
30416
  :param str remote_data_volume_type: Emulation type for volume.
30417
+ * `ISCSI` - ISCSI attached block storage device.
30418
+ * `SCSI` - Emulated SCSI disk.
30419
+ * `IDE` - Emulated IDE disk.
30420
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
30421
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
30493
30422
  """
30494
30423
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
30495
30424
  pulumi.set(__self__, "firmware", firmware)
@@ -30503,6 +30432,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
30503
30432
  def boot_volume_type(self) -> str:
30504
30433
  """
30505
30434
  Emulation type for the boot volume.
30435
+ * `ISCSI` - ISCSI attached block storage device.
30436
+ * `SCSI` - Emulated SCSI disk.
30437
+ * `IDE` - Emulated IDE disk.
30438
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
30439
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
30506
30440
  """
30507
30441
  return pulumi.get(self, "boot_volume_type")
30508
30442
 
@@ -30511,6 +30445,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
30511
30445
  def firmware(self) -> str:
30512
30446
  """
30513
30447
  Firmware used to boot VM. Select the option that matches your operating system.
30448
+ * `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.
30449
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
30514
30450
  """
30515
30451
  return pulumi.get(self, "firmware")
30516
30452
 
@@ -30535,6 +30471,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
30535
30471
  def network_type(self) -> str:
30536
30472
  """
30537
30473
  Emulation type for the physical network interface card (NIC).
30474
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
30475
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
30476
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
30538
30477
  """
30539
30478
  return pulumi.get(self, "network_type")
30540
30479
 
@@ -30543,6 +30482,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
30543
30482
  def remote_data_volume_type(self) -> str:
30544
30483
  """
30545
30484
  Emulation type for volume.
30485
+ * `ISCSI` - ISCSI attached block storage device.
30486
+ * `SCSI` - Emulated SCSI disk.
30487
+ * `IDE` - Emulated IDE disk.
30488
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
30489
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
30546
30490
  """
30547
30491
  return pulumi.get(self, "remote_data_volume_type")
30548
30492
 
@@ -31384,11 +31328,17 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31384
31328
  :param str ipxe_script: This is an advanced option.
31385
31329
  :param 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).
31386
31330
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
31331
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
31332
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
31333
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
31334
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
31387
31335
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
31388
31336
  :param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
31389
31337
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
31390
31338
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
31391
31339
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
31340
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
31341
+ * `REBOOT` - Run maintenance using a reboot.
31392
31342
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
31393
31343
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
31394
31344
  """
@@ -31551,6 +31501,10 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31551
31501
  def launch_mode(self) -> str:
31552
31502
  """
31553
31503
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
31504
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
31505
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
31506
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
31507
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
31554
31508
  """
31555
31509
  return pulumi.get(self, "launch_mode")
31556
31510
 
@@ -31591,6 +31545,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31591
31545
  def preferred_maintenance_action(self) -> str:
31592
31546
  """
31593
31547
  The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
31548
+ * `LIVE_MIGRATE` - Run maintenance using a live migration.
31549
+ * `REBOOT` - Run maintenance using a reboot.
31594
31550
  """
31595
31551
  return pulumi.get(self, "preferred_maintenance_action")
31596
31552
 
@@ -31704,6 +31660,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31704
31660
  """
31705
31661
  :param 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.
31706
31662
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
31663
+ * `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.
31664
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
31707
31665
  """
31708
31666
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
31709
31667
  pulumi.set(__self__, "recovery_action", recovery_action)
@@ -31721,6 +31679,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31721
31679
  def recovery_action(self) -> str:
31722
31680
  """
31723
31681
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
31682
+ * `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.
31683
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
31724
31684
  """
31725
31685
  return pulumi.get(self, "recovery_action")
31726
31686
 
@@ -31922,11 +31882,26 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31922
31882
  remote_data_volume_type: str):
31923
31883
  """
31924
31884
  :param str boot_volume_type: Emulation type for the boot volume.
31885
+ * `ISCSI` - ISCSI attached block storage device.
31886
+ * `SCSI` - Emulated SCSI disk.
31887
+ * `IDE` - Emulated IDE disk.
31888
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
31889
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
31925
31890
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
31891
+ * `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.
31892
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
31926
31893
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
31927
31894
  :param 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).
31928
31895
  :param str network_type: Emulation type for the physical network interface card (NIC).
31896
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
31897
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
31898
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
31929
31899
  :param str remote_data_volume_type: Emulation type for volume.
31900
+ * `ISCSI` - ISCSI attached block storage device.
31901
+ * `SCSI` - Emulated SCSI disk.
31902
+ * `IDE` - Emulated IDE disk.
31903
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
31904
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
31930
31905
  """
31931
31906
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
31932
31907
  pulumi.set(__self__, "firmware", firmware)
@@ -31940,6 +31915,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31940
31915
  def boot_volume_type(self) -> str:
31941
31916
  """
31942
31917
  Emulation type for the boot volume.
31918
+ * `ISCSI` - ISCSI attached block storage device.
31919
+ * `SCSI` - Emulated SCSI disk.
31920
+ * `IDE` - Emulated IDE disk.
31921
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
31922
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
31943
31923
  """
31944
31924
  return pulumi.get(self, "boot_volume_type")
31945
31925
 
@@ -31948,6 +31928,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31948
31928
  def firmware(self) -> str:
31949
31929
  """
31950
31930
  Firmware used to boot VM. Select the option that matches your operating system.
31931
+ * `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.
31932
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
31951
31933
  """
31952
31934
  return pulumi.get(self, "firmware")
31953
31935
 
@@ -31972,6 +31954,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31972
31954
  def network_type(self) -> str:
31973
31955
  """
31974
31956
  Emulation type for the physical network interface card (NIC).
31957
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
31958
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
31959
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
31975
31960
  """
31976
31961
  return pulumi.get(self, "network_type")
31977
31962
 
@@ -31980,6 +31965,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
31980
31965
  def remote_data_volume_type(self) -> str:
31981
31966
  """
31982
31967
  Emulation type for volume.
31968
+ * `ISCSI` - ISCSI attached block storage device.
31969
+ * `SCSI` - Emulated SCSI disk.
31970
+ * `IDE` - Emulated IDE disk.
31971
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
31972
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
31983
31973
  """
31984
31974
  return pulumi.get(self, "remote_data_volume_type")
31985
31975
 
@@ -33151,11 +33141,26 @@ class GetInstanceLaunchOptionResult(dict):
33151
33141
  remote_data_volume_type: str):
33152
33142
  """
33153
33143
  :param str boot_volume_type: Emulation type for the boot volume.
33144
+ * `ISCSI` - ISCSI attached block storage device.
33145
+ * `SCSI` - Emulated SCSI disk.
33146
+ * `IDE` - Emulated IDE disk.
33147
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
33148
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
33154
33149
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
33150
+ * `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.
33151
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
33155
33152
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
33156
33153
  :param 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).
33157
33154
  :param str network_type: Emulation type for the physical network interface card (NIC).
33155
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
33156
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
33157
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
33158
33158
  :param str remote_data_volume_type: Emulation type for volume.
33159
+ * `ISCSI` - ISCSI attached block storage device.
33160
+ * `SCSI` - Emulated SCSI disk.
33161
+ * `IDE` - Emulated IDE disk.
33162
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
33163
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
33159
33164
  """
33160
33165
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
33161
33166
  pulumi.set(__self__, "firmware", firmware)
@@ -33169,6 +33174,11 @@ class GetInstanceLaunchOptionResult(dict):
33169
33174
  def boot_volume_type(self) -> str:
33170
33175
  """
33171
33176
  Emulation type for the boot volume.
33177
+ * `ISCSI` - ISCSI attached block storage device.
33178
+ * `SCSI` - Emulated SCSI disk.
33179
+ * `IDE` - Emulated IDE disk.
33180
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
33181
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
33172
33182
  """
33173
33183
  return pulumi.get(self, "boot_volume_type")
33174
33184
 
@@ -33177,6 +33187,8 @@ class GetInstanceLaunchOptionResult(dict):
33177
33187
  def firmware(self) -> str:
33178
33188
  """
33179
33189
  Firmware used to boot VM. Select the option that matches your operating system.
33190
+ * `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.
33191
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
33180
33192
  """
33181
33193
  return pulumi.get(self, "firmware")
33182
33194
 
@@ -33201,6 +33213,9 @@ class GetInstanceLaunchOptionResult(dict):
33201
33213
  def network_type(self) -> str:
33202
33214
  """
33203
33215
  Emulation type for the physical network interface card (NIC).
33216
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
33217
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
33218
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
33204
33219
  """
33205
33220
  return pulumi.get(self, "network_type")
33206
33221
 
@@ -33209,6 +33224,11 @@ class GetInstanceLaunchOptionResult(dict):
33209
33224
  def remote_data_volume_type(self) -> str:
33210
33225
  """
33211
33226
  Emulation type for volume.
33227
+ * `ISCSI` - ISCSI attached block storage device.
33228
+ * `SCSI` - Emulated SCSI disk.
33229
+ * `IDE` - Emulated IDE disk.
33230
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
33231
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
33212
33232
  """
33213
33233
  return pulumi.get(self, "remote_data_volume_type")
33214
33234
 
@@ -35005,6 +35025,10 @@ class GetInstancesInstanceResult(dict):
35005
35025
  :param bool is_cross_numa_node: Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
35006
35026
  :param 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).
35007
35027
  :param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
35028
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
35029
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
35030
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
35031
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
35008
35032
  :param Sequence['GetInstancesInstanceLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
35009
35033
  :param Mapping[str, Any] metadata: Custom metadata that you provide.
35010
35034
  :param Sequence['GetInstancesInstancePlatformConfigArgs'] platform_configs: The platform configuration for the instance.
@@ -35257,6 +35281,10 @@ class GetInstancesInstanceResult(dict):
35257
35281
  def launch_mode(self) -> str:
35258
35282
  """
35259
35283
  Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
35284
+ * `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
35285
+ * `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
35286
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
35287
+ * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
35260
35288
  """
35261
35289
  return pulumi.get(self, "launch_mode")
35262
35290
 
@@ -35483,6 +35511,8 @@ class GetInstancesInstanceAvailabilityConfigResult(dict):
35483
35511
  """
35484
35512
  :param 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.
35485
35513
  :param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
35514
+ * `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.
35515
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
35486
35516
  """
35487
35517
  pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
35488
35518
  pulumi.set(__self__, "recovery_action", recovery_action)
@@ -35500,6 +35530,8 @@ class GetInstancesInstanceAvailabilityConfigResult(dict):
35500
35530
  def recovery_action(self) -> str:
35501
35531
  """
35502
35532
  The lifecycle state for an instance when it is recovered after infrastructure maintenance.
35533
+ * `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.
35534
+ * `STOP_INSTANCE` - The instance is recovered in the stopped state.
35503
35535
  """
35504
35536
  return pulumi.get(self, "recovery_action")
35505
35537
 
@@ -35662,11 +35694,26 @@ class GetInstancesInstanceLaunchOptionResult(dict):
35662
35694
  remote_data_volume_type: str):
35663
35695
  """
35664
35696
  :param str boot_volume_type: Emulation type for the boot volume.
35697
+ * `ISCSI` - ISCSI attached block storage device.
35698
+ * `SCSI` - Emulated SCSI disk.
35699
+ * `IDE` - Emulated IDE disk.
35700
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
35701
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
35665
35702
  :param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
35703
+ * `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.
35704
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
35666
35705
  :param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
35667
35706
  :param 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).
35668
35707
  :param str network_type: Emulation type for the physical network interface card (NIC).
35708
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
35709
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
35710
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
35669
35711
  :param str remote_data_volume_type: Emulation type for volume.
35712
+ * `ISCSI` - ISCSI attached block storage device.
35713
+ * `SCSI` - Emulated SCSI disk.
35714
+ * `IDE` - Emulated IDE disk.
35715
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
35716
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
35670
35717
  """
35671
35718
  pulumi.set(__self__, "boot_volume_type", boot_volume_type)
35672
35719
  pulumi.set(__self__, "firmware", firmware)
@@ -35680,6 +35727,11 @@ class GetInstancesInstanceLaunchOptionResult(dict):
35680
35727
  def boot_volume_type(self) -> str:
35681
35728
  """
35682
35729
  Emulation type for the boot volume.
35730
+ * `ISCSI` - ISCSI attached block storage device.
35731
+ * `SCSI` - Emulated SCSI disk.
35732
+ * `IDE` - Emulated IDE disk.
35733
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
35734
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
35683
35735
  """
35684
35736
  return pulumi.get(self, "boot_volume_type")
35685
35737
 
@@ -35688,6 +35740,8 @@ class GetInstancesInstanceLaunchOptionResult(dict):
35688
35740
  def firmware(self) -> str:
35689
35741
  """
35690
35742
  Firmware used to boot VM. Select the option that matches your operating system.
35743
+ * `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.
35744
+ * `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
35691
35745
  """
35692
35746
  return pulumi.get(self, "firmware")
35693
35747
 
@@ -35712,6 +35766,9 @@ class GetInstancesInstanceLaunchOptionResult(dict):
35712
35766
  def network_type(self) -> str:
35713
35767
  """
35714
35768
  Emulation type for the physical network interface card (NIC).
35769
+ * `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
35770
+ * `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
35771
+ * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
35715
35772
  """
35716
35773
  return pulumi.get(self, "network_type")
35717
35774
 
@@ -35720,6 +35777,11 @@ class GetInstancesInstanceLaunchOptionResult(dict):
35720
35777
  def remote_data_volume_type(self) -> str:
35721
35778
  """
35722
35779
  Emulation type for volume.
35780
+ * `ISCSI` - ISCSI attached block storage device.
35781
+ * `SCSI` - Emulated SCSI disk.
35782
+ * `IDE` - Emulated IDE disk.
35783
+ * `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
35784
+ * `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
35723
35785
  """
35724
35786
  return pulumi.get(self, "remote_data_volume_type")
35725
35787
 
@@ -39152,6 +39214,9 @@ class GetNetworkSecurityGroupSecurityRulesSecurityRuleResult(dict):
39152
39214
  :param str protocol: The transport protocol. Specify either `all` or an IPv4 protocol number as defined in [Protocol Numbers](http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
39153
39215
  :param str source: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
39154
39216
  :param str source_type: Type of source for the rule. Required if `direction` = `INGRESS`.
39217
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
39218
+ * `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).
39219
+ * `NETWORK_SECURITY_GROUP`: If the rule's `source` is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
39155
39220
  :param bool stateless: 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.
39156
39221
  :param Sequence['GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOptionArgs'] tcp_options: 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.
39157
39222
  :param str time_created: The date and time the security rule was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -39251,6 +39316,9 @@ class GetNetworkSecurityGroupSecurityRulesSecurityRuleResult(dict):
39251
39316
  def source_type(self) -> str:
39252
39317
  """
39253
39318
  Type of source for the rule. Required if `direction` = `INGRESS`.
39319
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
39320
+ * `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).
39321
+ * `NETWORK_SECURITY_GROUP`: If the rule's `source` is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
39254
39322
  """
39255
39323
  return pulumi.get(self, "source_type")
39256
39324
 
@@ -40091,6 +40159,8 @@ class GetPublicIpsPublicIpResult(dict):
40091
40159
  :param str private_ip_id: Deprecated. Use `assignedEntityId` instead.
40092
40160
  :param str public_ip_pool_id: A filter to return only resources that belong to the given public IP pool.
40093
40161
  :param str scope: Whether the public IP is regional or specific to a particular availability domain.
40162
+ * `REGION`: The public IP exists within a region and is assigned to a regional entity (such as a [NatGateway](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NatGateway/)), or can be assigned to a private IP in any availability domain in the region. Reserved public IPs have `scope` = `REGION`, as do ephemeral public IPs assigned to a regional entity.
40163
+ * `AVAILABILITY_DOMAIN`: The public IP exists within the availability domain of the entity it's assigned to, which is specified by the `availabilityDomain` property of the public IP object. Ephemeral public IPs that are assigned to private IPs have `scope` = `AVAILABILITY_DOMAIN`.
40094
40164
  :param str state: The public IP's current state.
40095
40165
  :param str time_created: The date and time the public IP was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
40096
40166
  """
@@ -40211,6 +40281,8 @@ class GetPublicIpsPublicIpResult(dict):
40211
40281
  def scope(self) -> str:
40212
40282
  """
40213
40283
  Whether the public IP is regional or specific to a particular availability domain.
40284
+ * `REGION`: The public IP exists within a region and is assigned to a regional entity (such as a [NatGateway](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NatGateway/)), or can be assigned to a private IP in any availability domain in the region. Reserved public IPs have `scope` = `REGION`, as do ephemeral public IPs assigned to a regional entity.
40285
+ * `AVAILABILITY_DOMAIN`: The public IP exists within the availability domain of the entity it's assigned to, which is specified by the `availabilityDomain` property of the public IP object. Ephemeral public IPs that are assigned to private IPs have `scope` = `AVAILABILITY_DOMAIN`.
40214
40286
  """
40215
40287
  return pulumi.get(self, "scope")
40216
40288
 
@@ -40555,6 +40627,8 @@ class GetRouteTablesRouteTableRouteRuleResult(dict):
40555
40627
  :param str description: An optional description of your choice for the rule.
40556
40628
  :param str destination: Conceptually, this is the range of IP addresses used for matching when routing traffic. Required if you provide a `destinationType`.
40557
40629
  :param str destination_type: Type of destination for the rule. Required if you provide a `destination`.
40630
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
40631
+ * `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).
40558
40632
  :param str network_entity_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
40559
40633
  :param str route_type: A route rule can be STATIC if manually added to the route table, LOCAL if added by Oracle Cloud Infrastructure to the route table.
40560
40634
  """
@@ -40597,6 +40671,8 @@ class GetRouteTablesRouteTableRouteRuleResult(dict):
40597
40671
  def destination_type(self) -> str:
40598
40672
  """
40599
40673
  Type of destination for the rule. Required if you provide a `destination`.
40674
+ * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
40675
+ * `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).
40600
40676
  """
40601
40677
  return pulumi.get(self, "destination_type")
40602
40678
 
@@ -41042,6 +41118,8 @@ class GetSecurityListsSecurityListIngressSecurityRuleResult(dict):
41042
41118
  :param str protocol: The transport protocol. Specify either `all` or an IPv4 protocol number as defined in [Protocol Numbers](http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
41043
41119
  :param str source: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
41044
41120
  :param str source_type: Type of source for the rule. The default is `CIDR_BLOCK`.
41121
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
41122
+ * `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).
41045
41123
  :param bool stateless: 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.
41046
41124
  :param Sequence['GetSecurityListsSecurityListIngressSecurityRuleTcpOptionArgs'] tcp_options: 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.
41047
41125
  * The following 2 attributes specify an inclusive range of allowed destination ports. Use the same number for the min and max to indicate a single port. Defaults to all ports if not specified.
@@ -41096,6 +41174,8 @@ class GetSecurityListsSecurityListIngressSecurityRuleResult(dict):
41096
41174
  def source_type(self) -> str:
41097
41175
  """
41098
41176
  Type of source for the rule. The default is `CIDR_BLOCK`.
41177
+ * `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
41178
+ * `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).
41099
41179
  """
41100
41180
  return pulumi.get(self, "source_type")
41101
41181