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