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