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

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