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/outputs.py
CHANGED
@@ -544,6 +544,10 @@ __all__ = [
|
|
544
544
|
'GetInstancesInstanceSourceDetailInstanceSourceImageFilterDetailResult',
|
545
545
|
'GetInternetGatewaysFilterResult',
|
546
546
|
'GetInternetGatewaysGatewayResult',
|
547
|
+
'GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult',
|
548
|
+
'GetIpInventorySubnetIpInventorySubnetResourceSummaryResult',
|
549
|
+
'GetIpInventoryVcnOverlapsFilterResult',
|
550
|
+
'GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult',
|
547
551
|
'GetIpsecAlgorithmAllowedPhaseOneParameterResult',
|
548
552
|
'GetIpsecAlgorithmAllowedPhaseTwoParameterResult',
|
549
553
|
'GetIpsecAlgorithmDefaultPhaseOneParameterResult',
|
@@ -966,7 +970,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
|
|
966
970
|
tcp_options: Optional['outputs.CaptureFilterFlowLogCaptureFilterRuleTcpOptions'] = None,
|
967
971
|
udp_options: Optional['outputs.CaptureFilterFlowLogCaptureFilterRuleUdpOptions'] = None):
|
968
972
|
"""
|
969
|
-
:param str destination_cidr: (Updatable) Traffic
|
973
|
+
:param str destination_cidr: (Updatable) Traffic to this CIDR will be captured in the flow log.
|
970
974
|
:param str flow_log_type: (Updatable) Type or types of flow logs to store. `ALL` includes records for both accepted traffic and rejected traffic.
|
971
975
|
:param 'CaptureFilterFlowLogCaptureFilterRuleIcmpOptionsArgs' icmp_options: (Updatable) Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
|
972
976
|
* [ICMP Parameters](http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
|
@@ -975,13 +979,10 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
|
|
975
979
|
If you specify ICMP or ICMPv6 as the protocol but omit this object, then all ICMP types and codes are allowed. If you do provide this object, the type is required and the code is optional. To enable MTU negotiation for ingress internet traffic via IPv4, make sure to allow type 3 ("Destination Unreachable") code 4 ("Fragmentation Needed and Don't Fragment was Set"). If you need to specify multiple codes for a single type, create a separate security list rule for each.
|
976
980
|
:param bool is_enabled: (Updatable) Indicates whether a flow log capture filter rule is enabled.
|
977
981
|
:param int priority: (Updatable) A lower number indicates a higher priority, range 0-9. Each rule must have a distinct priority.
|
978
|
-
:param str protocol: (Updatable) The transport protocol
|
979
|
-
|
980
|
-
* 6 = TCP
|
981
|
-
* 17 = UDP
|
982
|
-
:param str rule_action: (Updatable) Include or exclude packets meeting this definition from mirrored traffic.
|
982
|
+
:param str protocol: (Updatable) The transport protocol the filter uses.
|
983
|
+
:param str rule_action: (Updatable) Include or exclude a ruleAction object.
|
983
984
|
:param int sampling_rate: (Updatable) Sampling interval as 1 of X, where X is an integer not greater than 100000.
|
984
|
-
:param str source_cidr: (Updatable) Traffic from this CIDR
|
985
|
+
:param str source_cidr: (Updatable) Traffic from this CIDR will be captured in the flow log.
|
985
986
|
:param 'CaptureFilterFlowLogCaptureFilterRuleTcpOptionsArgs' tcp_options: (Updatable) Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
|
986
987
|
:param 'CaptureFilterFlowLogCaptureFilterRuleUdpOptionsArgs' udp_options: (Updatable) Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
|
987
988
|
"""
|
@@ -1012,7 +1013,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
|
|
1012
1013
|
@pulumi.getter(name="destinationCidr")
|
1013
1014
|
def destination_cidr(self) -> Optional[str]:
|
1014
1015
|
"""
|
1015
|
-
(Updatable) Traffic
|
1016
|
+
(Updatable) Traffic to this CIDR will be captured in the flow log.
|
1016
1017
|
"""
|
1017
1018
|
return pulumi.get(self, "destination_cidr")
|
1018
1019
|
|
@@ -1056,10 +1057,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
|
|
1056
1057
|
@pulumi.getter
|
1057
1058
|
def protocol(self) -> Optional[str]:
|
1058
1059
|
"""
|
1059
|
-
(Updatable) The transport protocol
|
1060
|
-
* 1 = ICMP
|
1061
|
-
* 6 = TCP
|
1062
|
-
* 17 = UDP
|
1060
|
+
(Updatable) The transport protocol the filter uses.
|
1063
1061
|
"""
|
1064
1062
|
return pulumi.get(self, "protocol")
|
1065
1063
|
|
@@ -1067,7 +1065,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
|
|
1067
1065
|
@pulumi.getter(name="ruleAction")
|
1068
1066
|
def rule_action(self) -> Optional[str]:
|
1069
1067
|
"""
|
1070
|
-
(Updatable) Include or exclude
|
1068
|
+
(Updatable) Include or exclude a ruleAction object.
|
1071
1069
|
"""
|
1072
1070
|
return pulumi.get(self, "rule_action")
|
1073
1071
|
|
@@ -1083,7 +1081,7 @@ class CaptureFilterFlowLogCaptureFilterRule(dict):
|
|
1083
1081
|
@pulumi.getter(name="sourceCidr")
|
1084
1082
|
def source_cidr(self) -> Optional[str]:
|
1085
1083
|
"""
|
1086
|
-
(Updatable) Traffic from this CIDR
|
1084
|
+
(Updatable) Traffic from this CIDR will be captured in the flow log.
|
1087
1085
|
"""
|
1088
1086
|
return pulumi.get(self, "source_cidr")
|
1089
1087
|
|
@@ -1191,11 +1189,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
|
|
1191
1189
|
min: int):
|
1192
1190
|
"""
|
1193
1191
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1194
|
-
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1195
|
-
|
1196
|
-
|
1197
|
-
** IMPORTANT **
|
1198
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1192
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1199
1193
|
"""
|
1200
1194
|
pulumi.set(__self__, "max", max)
|
1201
1195
|
pulumi.set(__self__, "min", min)
|
@@ -1212,11 +1206,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
|
|
1212
1206
|
@pulumi.getter
|
1213
1207
|
def min(self) -> int:
|
1214
1208
|
"""
|
1215
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1216
|
-
|
1217
|
-
|
1218
|
-
** IMPORTANT **
|
1219
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1209
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1220
1210
|
"""
|
1221
1211
|
return pulumi.get(self, "min")
|
1222
1212
|
|
@@ -1228,11 +1218,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsSourcePortRange(dict):
|
|
1228
1218
|
min: int):
|
1229
1219
|
"""
|
1230
1220
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1231
|
-
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1232
|
-
|
1233
|
-
|
1234
|
-
** IMPORTANT **
|
1235
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1221
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1236
1222
|
"""
|
1237
1223
|
pulumi.set(__self__, "max", max)
|
1238
1224
|
pulumi.set(__self__, "min", min)
|
@@ -1249,11 +1235,7 @@ class CaptureFilterFlowLogCaptureFilterRuleTcpOptionsSourcePortRange(dict):
|
|
1249
1235
|
@pulumi.getter
|
1250
1236
|
def min(self) -> int:
|
1251
1237
|
"""
|
1252
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1253
|
-
|
1254
|
-
|
1255
|
-
** IMPORTANT **
|
1256
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1238
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1257
1239
|
"""
|
1258
1240
|
return pulumi.get(self, "min")
|
1259
1241
|
|
@@ -1315,11 +1297,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
|
|
1315
1297
|
min: int):
|
1316
1298
|
"""
|
1317
1299
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1318
|
-
:param 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
|
1300
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1323
1301
|
"""
|
1324
1302
|
pulumi.set(__self__, "max", max)
|
1325
1303
|
pulumi.set(__self__, "min", min)
|
@@ -1336,11 +1314,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
|
|
1336
1314
|
@pulumi.getter
|
1337
1315
|
def min(self) -> int:
|
1338
1316
|
"""
|
1339
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1340
|
-
|
1341
|
-
|
1342
|
-
** IMPORTANT **
|
1343
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1317
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1344
1318
|
"""
|
1345
1319
|
return pulumi.get(self, "min")
|
1346
1320
|
|
@@ -1352,11 +1326,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsSourcePortRange(dict):
|
|
1352
1326
|
min: int):
|
1353
1327
|
"""
|
1354
1328
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1355
|
-
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1356
|
-
|
1357
|
-
|
1358
|
-
** IMPORTANT **
|
1359
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1329
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1360
1330
|
"""
|
1361
1331
|
pulumi.set(__self__, "max", max)
|
1362
1332
|
pulumi.set(__self__, "min", min)
|
@@ -1373,11 +1343,7 @@ class CaptureFilterFlowLogCaptureFilterRuleUdpOptionsSourcePortRange(dict):
|
|
1373
1343
|
@pulumi.getter
|
1374
1344
|
def min(self) -> int:
|
1375
1345
|
"""
|
1376
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1377
|
-
|
1378
|
-
|
1379
|
-
** IMPORTANT **
|
1380
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1346
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1381
1347
|
"""
|
1382
1348
|
return pulumi.get(self, "min")
|
1383
1349
|
|
@@ -1614,11 +1580,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
|
|
1614
1580
|
min: int):
|
1615
1581
|
"""
|
1616
1582
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1617
|
-
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1618
|
-
|
1619
|
-
|
1620
|
-
** IMPORTANT **
|
1621
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1583
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1622
1584
|
"""
|
1623
1585
|
pulumi.set(__self__, "max", max)
|
1624
1586
|
pulumi.set(__self__, "min", min)
|
@@ -1635,11 +1597,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsDestinationPortRange(dict):
|
|
1635
1597
|
@pulumi.getter
|
1636
1598
|
def min(self) -> int:
|
1637
1599
|
"""
|
1638
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1639
|
-
|
1640
|
-
|
1641
|
-
** IMPORTANT **
|
1642
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1600
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1643
1601
|
"""
|
1644
1602
|
return pulumi.get(self, "min")
|
1645
1603
|
|
@@ -1651,11 +1609,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsSourcePortRange(dict):
|
|
1651
1609
|
min: int):
|
1652
1610
|
"""
|
1653
1611
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1654
|
-
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1655
|
-
|
1656
|
-
|
1657
|
-
** IMPORTANT **
|
1658
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1612
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1659
1613
|
"""
|
1660
1614
|
pulumi.set(__self__, "max", max)
|
1661
1615
|
pulumi.set(__self__, "min", min)
|
@@ -1672,11 +1626,7 @@ class CaptureFilterVtapCaptureFilterRuleTcpOptionsSourcePortRange(dict):
|
|
1672
1626
|
@pulumi.getter
|
1673
1627
|
def min(self) -> int:
|
1674
1628
|
"""
|
1675
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1676
|
-
|
1677
|
-
|
1678
|
-
** IMPORTANT **
|
1679
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1629
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1680
1630
|
"""
|
1681
1631
|
return pulumi.get(self, "min")
|
1682
1632
|
|
@@ -1738,11 +1688,7 @@ class CaptureFilterVtapCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
|
|
1738
1688
|
min: int):
|
1739
1689
|
"""
|
1740
1690
|
:param int max: (Updatable) The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
1741
|
-
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1742
|
-
|
1743
|
-
|
1744
|
-
** IMPORTANT **
|
1745
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1691
|
+
:param int min: (Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1746
1692
|
"""
|
1747
1693
|
pulumi.set(__self__, "max", max)
|
1748
1694
|
pulumi.set(__self__, "min", min)
|
@@ -1759,11 +1705,7 @@ class CaptureFilterVtapCaptureFilterRuleUdpOptionsDestinationPortRange(dict):
|
|
1759
1705
|
@pulumi.getter
|
1760
1706
|
def min(self) -> int:
|
1761
1707
|
"""
|
1762
|
-
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1763
|
-
|
1764
|
-
|
1765
|
-
** IMPORTANT **
|
1766
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1708
|
+
(Updatable) The minimum port number, which must not be greater than the maximum port number.
|
1767
1709
|
"""
|
1768
1710
|
return pulumi.get(self, "min")
|
1769
1711
|
|
@@ -1910,7 +1852,7 @@ class ClusterNetworkInstancePool(dict):
|
|
1910
1852
|
:param int size: (Updatable) The number of instances that should be in the instance pool.
|
1911
1853
|
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
|
1912
1854
|
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1913
|
-
:param str display_name:
|
1855
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1914
1856
|
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1915
1857
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
|
1916
1858
|
:param Sequence['ClusterNetworkInstancePoolLoadBalancerArgs'] load_balancers: The load balancers attached to the instance pool.
|
@@ -1979,7 +1921,7 @@ class ClusterNetworkInstancePool(dict):
|
|
1979
1921
|
@pulumi.getter(name="displayName")
|
1980
1922
|
def display_name(self) -> Optional[str]:
|
1981
1923
|
"""
|
1982
|
-
|
1924
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1983
1925
|
"""
|
1984
1926
|
return pulumi.get(self, "display_name")
|
1985
1927
|
|
@@ -2279,10 +2221,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet(dict):
|
|
2279
2221
|
:param Sequence['ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
2280
2222
|
:param bool is_assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
2281
2223
|
:param str subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
2282
|
-
|
2283
|
-
|
2284
|
-
** IMPORTANT **
|
2285
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2286
2224
|
"""
|
2287
2225
|
if ipv6address_ipv6subnet_cidr_pair_details is not None:
|
2288
2226
|
pulumi.set(__self__, "ipv6address_ipv6subnet_cidr_pair_details", ipv6address_ipv6subnet_cidr_pair_details)
|
@@ -2312,10 +2250,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet(dict):
|
|
2312
2250
|
def subnet_id(self) -> Optional[str]:
|
2313
2251
|
"""
|
2314
2252
|
The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
2315
|
-
|
2316
|
-
|
2317
|
-
** IMPORTANT **
|
2318
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2319
2253
|
"""
|
2320
2254
|
return pulumi.get(self, "subnet_id")
|
2321
2255
|
|
@@ -2387,14 +2321,10 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet(dict):
|
|
2387
2321
|
is_assign_ipv6ip: Optional[bool] = None,
|
2388
2322
|
subnet_id: Optional[str] = None):
|
2389
2323
|
"""
|
2390
|
-
:param str display_name:
|
2324
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
2391
2325
|
:param Sequence['ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
2392
2326
|
:param bool is_assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
2393
2327
|
:param str subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
2394
|
-
|
2395
|
-
|
2396
|
-
** IMPORTANT **
|
2397
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2398
2328
|
"""
|
2399
2329
|
if display_name is not None:
|
2400
2330
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -2409,7 +2339,7 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet(dict):
|
|
2409
2339
|
@pulumi.getter(name="displayName")
|
2410
2340
|
def display_name(self) -> Optional[str]:
|
2411
2341
|
"""
|
2412
|
-
|
2342
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
2413
2343
|
"""
|
2414
2344
|
return pulumi.get(self, "display_name")
|
2415
2345
|
|
@@ -2434,10 +2364,6 @@ class ClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet(dict):
|
|
2434
2364
|
def subnet_id(self) -> Optional[str]:
|
2435
2365
|
"""
|
2436
2366
|
The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
2437
|
-
|
2438
|
-
|
2439
|
-
** IMPORTANT **
|
2440
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2441
2367
|
"""
|
2442
2368
|
return pulumi.get(self, "subnet_id")
|
2443
2369
|
|
@@ -2594,10 +2520,6 @@ class ClusterNetworkPlacementConfigurationPrimaryVnicSubnets(dict):
|
|
2594
2520
|
is_assign_ipv6ip: Optional[bool] = None):
|
2595
2521
|
"""
|
2596
2522
|
:param str subnet_id: The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
2597
|
-
|
2598
|
-
|
2599
|
-
** IMPORTANT **
|
2600
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2601
2523
|
:param Sequence['ClusterNetworkPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
2602
2524
|
:param bool is_assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
2603
2525
|
"""
|
@@ -2612,10 +2534,6 @@ class ClusterNetworkPlacementConfigurationPrimaryVnicSubnets(dict):
|
|
2612
2534
|
def subnet_id(self) -> str:
|
2613
2535
|
"""
|
2614
2536
|
The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
2615
|
-
|
2616
|
-
|
2617
|
-
** IMPORTANT **
|
2618
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2619
2537
|
"""
|
2620
2538
|
return pulumi.get(self, "subnet_id")
|
2621
2539
|
|
@@ -3219,7 +3137,7 @@ class ComputeCapacityTopologyCapacitySource(dict):
|
|
3219
3137
|
compartment_id: Optional[str] = None):
|
3220
3138
|
"""
|
3221
3139
|
:param str capacity_type: (Updatable) The capacity type of bare metal hosts.
|
3222
|
-
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
3140
|
+
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this capacity source.
|
3223
3141
|
"""
|
3224
3142
|
pulumi.set(__self__, "capacity_type", capacity_type)
|
3225
3143
|
if compartment_id is not None:
|
@@ -3237,7 +3155,7 @@ class ComputeCapacityTopologyCapacitySource(dict):
|
|
3237
3155
|
@pulumi.getter(name="compartmentId")
|
3238
3156
|
def compartment_id(self) -> Optional[str]:
|
3239
3157
|
"""
|
3240
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
3158
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this capacity source.
|
3241
3159
|
"""
|
3242
3160
|
return pulumi.get(self, "compartment_id")
|
3243
3161
|
|
@@ -3515,8 +3433,12 @@ class CrossConnectMacsecPropertiesPrimaryKey(dict):
|
|
3515
3433
|
connectivity_association_key_secret_version: Optional[str] = None,
|
3516
3434
|
connectivity_association_name_secret_version: Optional[str] = None):
|
3517
3435
|
"""
|
3518
|
-
:param str connectivity_association_key_secret_id: Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
|
3519
|
-
|
3436
|
+
:param str connectivity_association_key_secret_id: (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
|
3437
|
+
|
3438
|
+
NOTE: Only the latest secret version will be used.
|
3439
|
+
:param str connectivity_association_name_secret_id: (Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
|
3440
|
+
|
3441
|
+
NOTE: Only the latest secret version will be used.
|
3520
3442
|
:param str connectivity_association_key_secret_version: The secret version of the `connectivityAssociationKey` secret in Vault.
|
3521
3443
|
:param str connectivity_association_name_secret_version: The secret version of the connectivity association name secret in Vault.
|
3522
3444
|
"""
|
@@ -3531,7 +3453,9 @@ class CrossConnectMacsecPropertiesPrimaryKey(dict):
|
|
3531
3453
|
@pulumi.getter(name="connectivityAssociationKeySecretId")
|
3532
3454
|
def connectivity_association_key_secret_id(self) -> str:
|
3533
3455
|
"""
|
3534
|
-
Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
|
3456
|
+
(Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity Association Key (CAK) of this MACsec key.
|
3457
|
+
|
3458
|
+
NOTE: Only the latest secret version will be used.
|
3535
3459
|
"""
|
3536
3460
|
return pulumi.get(self, "connectivity_association_key_secret_id")
|
3537
3461
|
|
@@ -3539,7 +3463,9 @@ class CrossConnectMacsecPropertiesPrimaryKey(dict):
|
|
3539
3463
|
@pulumi.getter(name="connectivityAssociationNameSecretId")
|
3540
3464
|
def connectivity_association_name_secret_id(self) -> str:
|
3541
3465
|
"""
|
3542
|
-
Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
|
3466
|
+
(Updatable) Secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) containing the Connectivity association Key Name (CKN) of this MACsec key.
|
3467
|
+
|
3468
|
+
NOTE: Only the latest secret version will be used.
|
3543
3469
|
"""
|
3544
3470
|
return pulumi.get(self, "connectivity_association_name_secret_id")
|
3545
3471
|
|
@@ -4385,12 +4311,11 @@ class DrgAttachmentNetworkDetails(dict):
|
|
4385
4311
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network attached to the DRG.
|
4386
4312
|
:param Sequence[str] ids: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target IPSec tunnel attachment.
|
4387
4313
|
:param str ipsec_connection_id: The IPSec connection that contains the attached IPSec tunnel.
|
4388
|
-
:param str route_table_id: (Updatable)
|
4314
|
+
:param str route_table_id: (Updatable) This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table that is used to route the traffic as it enters a VCN through this attachment.
|
4389
4315
|
|
4390
|
-
|
4316
|
+
For information about why you would associate a route table with a DRG attachment, see [Advanced Scenario: Transit Routing](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm). For information about why you would associate a route table with a DRG attachment, see:
|
4391
4317
|
* [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm)
|
4392
4318
|
* [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
|
4393
|
-
This field is deprecated. Instead, use the networkDetails field to specify the VCN route table for this attachment.
|
4394
4319
|
:param str transport_attachment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit's DRG attachment.
|
4395
4320
|
:param bool transport_only_mode: Boolean flag that determines wether all traffic over the virtual circuits is encrypted. Example: `true`
|
4396
4321
|
:param str vcn_route_type: (Updatable) Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the attachment. Routes from the VCN ingress route table are always imported.
|
@@ -4447,12 +4372,11 @@ class DrgAttachmentNetworkDetails(dict):
|
|
4447
4372
|
@pulumi.getter(name="routeTableId")
|
4448
4373
|
def route_table_id(self) -> Optional[str]:
|
4449
4374
|
"""
|
4450
|
-
(Updatable)
|
4375
|
+
(Updatable) This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table that is used to route the traffic as it enters a VCN through this attachment.
|
4451
4376
|
|
4452
|
-
|
4377
|
+
For information about why you would associate a route table with a DRG attachment, see [Advanced Scenario: Transit Routing](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm). For information about why you would associate a route table with a DRG attachment, see:
|
4453
4378
|
* [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm)
|
4454
4379
|
* [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
|
4455
|
-
This field is deprecated. Instead, use the networkDetails field to specify the VCN route table for this attachment.
|
4456
4380
|
"""
|
4457
4381
|
return pulumi.get(self, "route_table_id")
|
4458
4382
|
|
@@ -4740,6 +4664,8 @@ class ImageImageSourceDetails(dict):
|
|
4740
4664
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
4741
4665
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
4742
4666
|
:param str source_image_type: The format of the image to be imported. Only monolithic images are supported. This attribute is not used for exported Oracle images with the Oracle Cloud Infrastructure image format. Allowed values are:
|
4667
|
+
* `QCOW2`
|
4668
|
+
* `VMDK`
|
4743
4669
|
:param str source_uri: The Object Storage URL for the image.
|
4744
4670
|
"""
|
4745
4671
|
pulumi.set(__self__, "source_type", source_type)
|
@@ -4811,6 +4737,8 @@ class ImageImageSourceDetails(dict):
|
|
4811
4737
|
def source_image_type(self) -> Optional[str]:
|
4812
4738
|
"""
|
4813
4739
|
The format of the image to be imported. Only monolithic images are supported. This attribute is not used for exported Oracle images with the Oracle Cloud Infrastructure image format. Allowed values are:
|
4740
|
+
* `QCOW2`
|
4741
|
+
* `VMDK`
|
4814
4742
|
"""
|
4815
4743
|
return pulumi.get(self, "source_image_type")
|
4816
4744
|
|
@@ -4859,11 +4787,26 @@ class ImageLaunchOption(dict):
|
|
4859
4787
|
remote_data_volume_type: Optional[str] = None):
|
4860
4788
|
"""
|
4861
4789
|
:param str boot_volume_type: Emulation type for the boot volume.
|
4790
|
+
* `ISCSI` - ISCSI attached block storage device.
|
4791
|
+
* `SCSI` - Emulated SCSI disk.
|
4792
|
+
* `IDE` - Emulated IDE disk.
|
4793
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
4794
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
4862
4795
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
4796
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
4797
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
4863
4798
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
4864
4799
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
|
4865
4800
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
4801
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
4802
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
4803
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
4866
4804
|
:param str remote_data_volume_type: Emulation type for volume.
|
4805
|
+
* `ISCSI` - ISCSI attached block storage device.
|
4806
|
+
* `SCSI` - Emulated SCSI disk.
|
4807
|
+
* `IDE` - Emulated IDE disk.
|
4808
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
4809
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
4867
4810
|
"""
|
4868
4811
|
if boot_volume_type is not None:
|
4869
4812
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
@@ -4883,6 +4826,11 @@ class ImageLaunchOption(dict):
|
|
4883
4826
|
def boot_volume_type(self) -> Optional[str]:
|
4884
4827
|
"""
|
4885
4828
|
Emulation type for the boot volume.
|
4829
|
+
* `ISCSI` - ISCSI attached block storage device.
|
4830
|
+
* `SCSI` - Emulated SCSI disk.
|
4831
|
+
* `IDE` - Emulated IDE disk.
|
4832
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
4833
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
4886
4834
|
"""
|
4887
4835
|
return pulumi.get(self, "boot_volume_type")
|
4888
4836
|
|
@@ -4891,6 +4839,8 @@ class ImageLaunchOption(dict):
|
|
4891
4839
|
def firmware(self) -> Optional[str]:
|
4892
4840
|
"""
|
4893
4841
|
Firmware used to boot VM. Select the option that matches your operating system.
|
4842
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
4843
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
4894
4844
|
"""
|
4895
4845
|
return pulumi.get(self, "firmware")
|
4896
4846
|
|
@@ -4915,6 +4865,9 @@ class ImageLaunchOption(dict):
|
|
4915
4865
|
def network_type(self) -> Optional[str]:
|
4916
4866
|
"""
|
4917
4867
|
Emulation type for the physical network interface card (NIC).
|
4868
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
4869
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
4870
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
4918
4871
|
"""
|
4919
4872
|
return pulumi.get(self, "network_type")
|
4920
4873
|
|
@@ -4923,6 +4876,11 @@ class ImageLaunchOption(dict):
|
|
4923
4876
|
def remote_data_volume_type(self) -> Optional[str]:
|
4924
4877
|
"""
|
4925
4878
|
Emulation type for volume.
|
4879
|
+
* `ISCSI` - ISCSI attached block storage device.
|
4880
|
+
* `SCSI` - Emulated SCSI disk.
|
4881
|
+
* `IDE` - Emulated IDE disk.
|
4882
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
4883
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
4926
4884
|
"""
|
4927
4885
|
return pulumi.get(self, "remote_data_volume_type")
|
4928
4886
|
|
@@ -5110,6 +5068,8 @@ class InstanceAvailabilityConfig(dict):
|
|
5110
5068
|
"""
|
5111
5069
|
:param bool is_live_migration_preferred: (Updatable) Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
5112
5070
|
:param str recovery_action: (Updatable) The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
5071
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
5072
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
5113
5073
|
"""
|
5114
5074
|
if is_live_migration_preferred is not None:
|
5115
5075
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
@@ -5129,6 +5089,8 @@ class InstanceAvailabilityConfig(dict):
|
|
5129
5089
|
def recovery_action(self) -> Optional[str]:
|
5130
5090
|
"""
|
5131
5091
|
(Updatable) The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
5092
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
5093
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
5132
5094
|
"""
|
5133
5095
|
return pulumi.get(self, "recovery_action")
|
5134
5096
|
|
@@ -5326,10 +5288,10 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails(dict):
|
|
5326
5288
|
is_shareable: Optional[bool] = None,
|
5327
5289
|
use_chap: Optional[bool] = None):
|
5328
5290
|
"""
|
5329
|
-
:param str type: The type of
|
5291
|
+
:param str type: The type of volume. The only supported values are "iscsi" and "paravirtualized".
|
5330
5292
|
:param str device: The device name.
|
5331
5293
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5332
|
-
:param bool is_pv_encryption_in_transit_enabled:
|
5294
|
+
:param bool is_pv_encryption_in_transit_enabled: Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
|
5333
5295
|
:param bool is_read_only: Whether the attachment should be created in read-only mode.
|
5334
5296
|
:param bool is_shareable: Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
|
5335
5297
|
:param bool use_chap: Whether to use CHAP authentication for the volume attachment. Defaults to false.
|
@@ -5352,7 +5314,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails(dict):
|
|
5352
5314
|
@pulumi.getter
|
5353
5315
|
def type(self) -> str:
|
5354
5316
|
"""
|
5355
|
-
The type of
|
5317
|
+
The type of volume. The only supported values are "iscsi" and "paravirtualized".
|
5356
5318
|
"""
|
5357
5319
|
return pulumi.get(self, "type")
|
5358
5320
|
|
@@ -5376,7 +5338,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails(dict):
|
|
5376
5338
|
@pulumi.getter(name="isPvEncryptionInTransitEnabled")
|
5377
5339
|
def is_pv_encryption_in_transit_enabled(self) -> Optional[bool]:
|
5378
5340
|
"""
|
5379
|
-
|
5341
|
+
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
|
5380
5342
|
"""
|
5381
5343
|
return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
|
5382
5344
|
|
@@ -5467,11 +5429,11 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5467
5429
|
vpus_per_gb: Optional[str] = None):
|
5468
5430
|
"""
|
5469
5431
|
:param Sequence['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs'] autotune_policies: The list of autotune policies enabled for this volume.
|
5470
|
-
:param str availability_domain: The availability domain of the
|
5432
|
+
:param str availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
|
5471
5433
|
:param str backup_policy_id: If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
|
5472
5434
|
:param 'InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs' block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
5473
5435
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
5474
|
-
:param str compartment_id:
|
5436
|
+
:param str compartment_id: The OCID of the compartment that contains the volume.
|
5475
5437
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5476
5438
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5477
5439
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
@@ -5523,7 +5485,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5523
5485
|
@pulumi.getter(name="availabilityDomain")
|
5524
5486
|
def availability_domain(self) -> Optional[str]:
|
5525
5487
|
"""
|
5526
|
-
The availability domain of the
|
5488
|
+
The availability domain of the volume. Example: `Uocm:PHX-AD-1`
|
5527
5489
|
"""
|
5528
5490
|
return pulumi.get(self, "availability_domain")
|
5529
5491
|
|
@@ -5555,7 +5517,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5555
5517
|
@pulumi.getter(name="compartmentId")
|
5556
5518
|
def compartment_id(self) -> Optional[str]:
|
5557
5519
|
"""
|
5558
|
-
|
5520
|
+
The OCID of the compartment that contains the volume.
|
5559
5521
|
"""
|
5560
5522
|
return pulumi.get(self, "compartment_id")
|
5561
5523
|
|
@@ -5697,8 +5659,8 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
|
|
5697
5659
|
availability_domain: str,
|
5698
5660
|
display_name: Optional[str] = None):
|
5699
5661
|
"""
|
5700
|
-
:param str availability_domain: The availability domain of the
|
5701
|
-
:param str display_name:
|
5662
|
+
:param str availability_domain: The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
|
5663
|
+
:param str display_name: The display name of the block volume replica. You may optionally specify a *display name* for the block volume replica, otherwise a default is provided.
|
5702
5664
|
"""
|
5703
5665
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
5704
5666
|
if display_name is not None:
|
@@ -5708,7 +5670,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
|
|
5708
5670
|
@pulumi.getter(name="availabilityDomain")
|
5709
5671
|
def availability_domain(self) -> str:
|
5710
5672
|
"""
|
5711
|
-
The availability domain of the
|
5673
|
+
The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
|
5712
5674
|
"""
|
5713
5675
|
return pulumi.get(self, "availability_domain")
|
5714
5676
|
|
@@ -5716,7 +5678,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeRep
|
|
5716
5678
|
@pulumi.getter(name="displayName")
|
5717
5679
|
def display_name(self) -> Optional[str]:
|
5718
5680
|
"""
|
5719
|
-
|
5681
|
+
The display name of the block volume replica. You may optionally specify a *display name* for the block volume replica, otherwise a default is provided.
|
5720
5682
|
"""
|
5721
5683
|
return pulumi.get(self, "display_name")
|
5722
5684
|
|
@@ -5727,7 +5689,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails(
|
|
5727
5689
|
type: str,
|
5728
5690
|
id: Optional[str] = None):
|
5729
5691
|
"""
|
5730
|
-
:param str type: The type
|
5692
|
+
:param str type: The type can be one of these values: `volume`, `volumeBackup`
|
5731
5693
|
:param str id: The OCID of the volume backup.
|
5732
5694
|
"""
|
5733
5695
|
pulumi.set(__self__, "type", type)
|
@@ -5738,7 +5700,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails(
|
|
5738
5700
|
@pulumi.getter
|
5739
5701
|
def type(self) -> str:
|
5740
5702
|
"""
|
5741
|
-
The type
|
5703
|
+
The type can be one of these values: `volume`, `volumeBackup`
|
5742
5704
|
"""
|
5743
5705
|
return pulumi.get(self, "type")
|
5744
5706
|
|
@@ -5846,81 +5808,31 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5846
5808
|
:param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
5847
5809
|
:param str capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
|
5848
5810
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
5849
|
-
:param str compartment_id: (Updatable) The OCID of the compartment containing
|
5811
|
+
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
5850
5812
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs' create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
|
5851
5813
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
5852
|
-
|
5853
|
-
|
5854
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5855
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5814
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5815
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5856
5816
|
:param Mapping[str, Any] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
5857
|
-
|
5858
|
-
They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
|
5859
|
-
|
5860
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
5861
5817
|
:param str fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
5862
|
-
|
5863
|
-
If you do not specify the fault domain, the system selects one for you.
|
5864
|
-
|
5865
|
-
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.
|
5866
|
-
|
5867
|
-
Example: `FAULT-DOMAIN-1`
|
5868
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5818
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5869
5819
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs' instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
|
5870
5820
|
:param str ipxe_script: This is an advanced option.
|
5871
|
-
|
5872
|
-
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.
|
5873
|
-
|
5874
|
-
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.
|
5875
|
-
|
5876
|
-
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.
|
5877
|
-
|
5878
|
-
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).
|
5879
|
-
|
5880
|
-
For more information about iPXE, see http://ipxe.org.
|
5881
5821
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
5882
5822
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
5823
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
5824
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
5825
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
5826
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
5883
5827
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
5884
5828
|
:param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
5885
|
-
|
5886
|
-
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:
|
5887
|
-
* Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
|
5888
|
-
* Get information about the instance, including the custom metadata that you provide when you launch the instance.
|
5889
|
-
|
5890
|
-
**Providing Cloud-Init Metadata**
|
5891
|
-
|
5892
|
-
You can use the following metadata key names to provide information to Cloud-Init:
|
5893
|
-
|
5894
|
-
**"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.
|
5895
|
-
|
5896
|
-
**"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).
|
5897
|
-
|
5898
|
-
**Metadata Example**
|
5899
|
-
|
5900
|
-
"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**
|
5901
|
-
|
5902
|
-
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
5903
|
-
|
5904
|
-
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>
|
5905
|
-
|
5906
|
-
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.
|
5907
|
-
|
5908
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
5909
5829
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
|
5910
|
-
|
5911
|
-
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.
|
5912
|
-
|
5913
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
5914
5830
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
|
5915
5831
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
5832
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
5833
|
+
* `REBOOT` - Run maintenance using a reboot.
|
5916
5834
|
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
5917
|
-
|
5918
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
5919
5835
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs' shape_config: The shape configuration requested for the instance.
|
5920
|
-
|
5921
|
-
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.
|
5922
|
-
|
5923
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
5924
5836
|
"""
|
5925
5837
|
if agent_config is not None:
|
5926
5838
|
pulumi.set(__self__, "agent_config", agent_config)
|
@@ -6017,7 +5929,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6017
5929
|
@pulumi.getter(name="compartmentId")
|
6018
5930
|
def compartment_id(self) -> Optional[str]:
|
6019
5931
|
"""
|
6020
|
-
(Updatable) The OCID of the compartment containing
|
5932
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
6021
5933
|
"""
|
6022
5934
|
return pulumi.get(self, "compartment_id")
|
6023
5935
|
|
@@ -6034,8 +5946,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6034
5946
|
def dedicated_vm_host_id(self) -> Optional[str]:
|
6035
5947
|
"""
|
6036
5948
|
The OCID of the dedicated virtual machine host to place the instance on.
|
6037
|
-
|
6038
|
-
Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
|
6039
5949
|
"""
|
6040
5950
|
return pulumi.get(self, "dedicated_vm_host_id")
|
6041
5951
|
|
@@ -6043,7 +5953,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6043
5953
|
@pulumi.getter(name="definedTags")
|
6044
5954
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
6045
5955
|
"""
|
6046
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5956
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
6047
5957
|
"""
|
6048
5958
|
return pulumi.get(self, "defined_tags")
|
6049
5959
|
|
@@ -6051,7 +5961,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6051
5961
|
@pulumi.getter(name="displayName")
|
6052
5962
|
def display_name(self) -> Optional[str]:
|
6053
5963
|
"""
|
6054
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5964
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
6055
5965
|
"""
|
6056
5966
|
return pulumi.get(self, "display_name")
|
6057
5967
|
|
@@ -6060,10 +5970,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6060
5970
|
def extended_metadata(self) -> Optional[Mapping[str, Any]]:
|
6061
5971
|
"""
|
6062
5972
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
6063
|
-
|
6064
|
-
They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
|
6065
|
-
|
6066
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
6067
5973
|
"""
|
6068
5974
|
return pulumi.get(self, "extended_metadata")
|
6069
5975
|
|
@@ -6072,12 +5978,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6072
5978
|
def fault_domain(self) -> Optional[str]:
|
6073
5979
|
"""
|
6074
5980
|
A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
6075
|
-
|
6076
|
-
If you do not specify the fault domain, the system selects one for you.
|
6077
|
-
|
6078
|
-
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.
|
6079
|
-
|
6080
|
-
Example: `FAULT-DOMAIN-1`
|
6081
5981
|
"""
|
6082
5982
|
return pulumi.get(self, "fault_domain")
|
6083
5983
|
|
@@ -6085,7 +5985,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6085
5985
|
@pulumi.getter(name="freeformTags")
|
6086
5986
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
6087
5987
|
"""
|
6088
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5988
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6089
5989
|
"""
|
6090
5990
|
return pulumi.get(self, "freeform_tags")
|
6091
5991
|
|
@@ -6102,16 +6002,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6102
6002
|
def ipxe_script(self) -> Optional[str]:
|
6103
6003
|
"""
|
6104
6004
|
This is an advanced option.
|
6105
|
-
|
6106
|
-
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.
|
6107
|
-
|
6108
|
-
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.
|
6109
|
-
|
6110
|
-
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.
|
6111
|
-
|
6112
|
-
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).
|
6113
|
-
|
6114
|
-
For more information about iPXE, see http://ipxe.org.
|
6115
6005
|
"""
|
6116
6006
|
return pulumi.get(self, "ipxe_script")
|
6117
6007
|
|
@@ -6128,6 +6018,10 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6128
6018
|
def launch_mode(self) -> Optional[str]:
|
6129
6019
|
"""
|
6130
6020
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
6021
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
6022
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
6023
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
6024
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
6131
6025
|
"""
|
6132
6026
|
return pulumi.get(self, "launch_mode")
|
6133
6027
|
|
@@ -6144,30 +6038,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6144
6038
|
def metadata(self) -> Optional[Mapping[str, Any]]:
|
6145
6039
|
"""
|
6146
6040
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
6147
|
-
|
6148
|
-
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:
|
6149
|
-
* Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
|
6150
|
-
* Get information about the instance, including the custom metadata that you provide when you launch the instance.
|
6151
|
-
|
6152
|
-
**Providing Cloud-Init Metadata**
|
6153
|
-
|
6154
|
-
You can use the following metadata key names to provide information to Cloud-Init:
|
6155
|
-
|
6156
|
-
**"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.
|
6157
|
-
|
6158
|
-
**"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).
|
6159
|
-
|
6160
|
-
**Metadata Example**
|
6161
|
-
|
6162
|
-
"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**
|
6163
|
-
|
6164
|
-
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
6165
|
-
|
6166
|
-
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>
|
6167
|
-
|
6168
|
-
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.
|
6169
|
-
|
6170
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
6171
6041
|
"""
|
6172
6042
|
return pulumi.get(self, "metadata")
|
6173
6043
|
|
@@ -6176,10 +6046,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6176
6046
|
def platform_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig']:
|
6177
6047
|
"""
|
6178
6048
|
The platform configuration requested for the instance.
|
6179
|
-
|
6180
|
-
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.
|
6181
|
-
|
6182
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
6183
6049
|
"""
|
6184
6050
|
return pulumi.get(self, "platform_config")
|
6185
6051
|
|
@@ -6196,6 +6062,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6196
6062
|
def preferred_maintenance_action(self) -> Optional[str]:
|
6197
6063
|
"""
|
6198
6064
|
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
6065
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
6066
|
+
* `REBOOT` - Run maintenance using a reboot.
|
6199
6067
|
"""
|
6200
6068
|
return pulumi.get(self, "preferred_maintenance_action")
|
6201
6069
|
|
@@ -6204,8 +6072,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6204
6072
|
def shape(self) -> Optional[str]:
|
6205
6073
|
"""
|
6206
6074
|
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
6207
|
-
|
6208
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
6209
6075
|
"""
|
6210
6076
|
return pulumi.get(self, "shape")
|
6211
6077
|
|
@@ -6214,10 +6080,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6214
6080
|
def shape_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig']:
|
6215
6081
|
"""
|
6216
6082
|
The shape configuration requested for the instance.
|
6217
|
-
|
6218
|
-
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.
|
6219
|
-
|
6220
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
6221
6083
|
"""
|
6222
6084
|
return pulumi.get(self, "shape_config")
|
6223
6085
|
|
@@ -6357,7 +6219,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig(
|
|
6357
6219
|
name: Optional[str] = None):
|
6358
6220
|
"""
|
6359
6221
|
:param str desired_state: Whether the plugin should be enabled or disabled.
|
6360
|
-
|
6361
6222
|
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
6362
6223
|
:param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
6363
6224
|
"""
|
@@ -6371,7 +6232,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig(
|
|
6371
6232
|
def desired_state(self) -> Optional[str]:
|
6372
6233
|
"""
|
6373
6234
|
Whether the plugin should be enabled or disabled.
|
6374
|
-
|
6375
6235
|
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
6376
6236
|
"""
|
6377
6237
|
return pulumi.get(self, "desired_state")
|
@@ -6412,6 +6272,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig(dict):
|
|
6412
6272
|
"""
|
6413
6273
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
6414
6274
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
6275
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
6276
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
6415
6277
|
"""
|
6416
6278
|
if is_live_migration_preferred is not None:
|
6417
6279
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
@@ -6431,6 +6293,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig(dict):
|
|
6431
6293
|
def recovery_action(self) -> Optional[str]:
|
6432
6294
|
"""
|
6433
6295
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
6296
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
6297
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
6434
6298
|
"""
|
6435
6299
|
return pulumi.get(self, "recovery_action")
|
6436
6300
|
|
@@ -6490,14 +6354,12 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6490
6354
|
skip_source_dest_check: Optional[bool] = None,
|
6491
6355
|
subnet_id: Optional[str] = None):
|
6492
6356
|
"""
|
6493
|
-
:param bool
|
6494
|
-
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
6357
|
+
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
6495
6358
|
:param bool assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
6496
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
6497
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
6498
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6359
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
6360
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
6361
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6499
6362
|
:param str hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
6500
|
-
:param Sequence['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
6501
6363
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
6502
6364
|
:param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
6503
6365
|
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
@@ -6531,16 +6393,13 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6531
6393
|
@property
|
6532
6394
|
@pulumi.getter(name="assignIpv6ip")
|
6533
6395
|
def assign_ipv6ip(self) -> Optional[bool]:
|
6534
|
-
"""
|
6535
|
-
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.
|
6536
|
-
"""
|
6537
6396
|
return pulumi.get(self, "assign_ipv6ip")
|
6538
6397
|
|
6539
6398
|
@property
|
6540
6399
|
@pulumi.getter(name="assignPrivateDnsRecord")
|
6541
6400
|
def assign_private_dns_record(self) -> Optional[bool]:
|
6542
6401
|
"""
|
6543
|
-
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/
|
6402
|
+
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
6544
6403
|
"""
|
6545
6404
|
return pulumi.get(self, "assign_private_dns_record")
|
6546
6405
|
|
@@ -6556,7 +6415,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6556
6415
|
@pulumi.getter(name="definedTags")
|
6557
6416
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
6558
6417
|
"""
|
6559
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
6418
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
6560
6419
|
"""
|
6561
6420
|
return pulumi.get(self, "defined_tags")
|
6562
6421
|
|
@@ -6564,7 +6423,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6564
6423
|
@pulumi.getter(name="displayName")
|
6565
6424
|
def display_name(self) -> Optional[str]:
|
6566
6425
|
"""
|
6567
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
6426
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
6568
6427
|
"""
|
6569
6428
|
return pulumi.get(self, "display_name")
|
6570
6429
|
|
@@ -6572,7 +6431,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6572
6431
|
@pulumi.getter(name="freeformTags")
|
6573
6432
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
6574
6433
|
"""
|
6575
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6434
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6576
6435
|
"""
|
6577
6436
|
return pulumi.get(self, "freeform_tags")
|
6578
6437
|
|
@@ -6587,9 +6446,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6587
6446
|
@property
|
6588
6447
|
@pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
|
6589
6448
|
def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
|
6590
|
-
"""
|
6591
|
-
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.
|
6592
|
-
"""
|
6593
6449
|
return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
|
6594
6450
|
|
6595
6451
|
@property
|
@@ -6647,10 +6503,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
|
|
6647
6503
|
def __init__(__self__, *,
|
6648
6504
|
ipv6address: Optional[str] = None,
|
6649
6505
|
ipv6subnet_cidr: Optional[str] = None):
|
6650
|
-
"""
|
6651
|
-
:param str ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
6652
|
-
:param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
6653
|
-
"""
|
6654
6506
|
if ipv6address is not None:
|
6655
6507
|
pulumi.set(__self__, "ipv6address", ipv6address)
|
6656
6508
|
if ipv6subnet_cidr is not None:
|
@@ -6659,17 +6511,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addr
|
|
6659
6511
|
@property
|
6660
6512
|
@pulumi.getter
|
6661
6513
|
def ipv6address(self) -> Optional[str]:
|
6662
|
-
"""
|
6663
|
-
Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
6664
|
-
"""
|
6665
6514
|
return pulumi.get(self, "ipv6address")
|
6666
6515
|
|
6667
6516
|
@property
|
6668
6517
|
@pulumi.getter(name="ipv6subnetCidr")
|
6669
6518
|
def ipv6subnet_cidr(self) -> Optional[str]:
|
6670
|
-
"""
|
6671
|
-
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
6672
|
-
"""
|
6673
6519
|
return pulumi.get(self, "ipv6subnet_cidr")
|
6674
6520
|
|
6675
6521
|
|
@@ -6745,11 +6591,26 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
|
|
6745
6591
|
remote_data_volume_type: Optional[str] = None):
|
6746
6592
|
"""
|
6747
6593
|
:param str boot_volume_type: Emulation type for the boot volume.
|
6594
|
+
* `ISCSI` - ISCSI attached block storage device.
|
6595
|
+
* `SCSI` - Emulated SCSI disk.
|
6596
|
+
* `IDE` - Emulated IDE disk.
|
6597
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
6598
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
6748
6599
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
6600
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
6601
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
6749
6602
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
6750
6603
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
6751
6604
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
6605
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
6606
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
6607
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
6752
6608
|
:param str remote_data_volume_type: Emulation type for volume.
|
6609
|
+
* `ISCSI` - ISCSI attached block storage device.
|
6610
|
+
* `SCSI` - Emulated SCSI disk.
|
6611
|
+
* `IDE` - Emulated IDE disk.
|
6612
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
6613
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
6753
6614
|
"""
|
6754
6615
|
if boot_volume_type is not None:
|
6755
6616
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
@@ -6769,6 +6630,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
|
|
6769
6630
|
def boot_volume_type(self) -> Optional[str]:
|
6770
6631
|
"""
|
6771
6632
|
Emulation type for the boot volume.
|
6633
|
+
* `ISCSI` - ISCSI attached block storage device.
|
6634
|
+
* `SCSI` - Emulated SCSI disk.
|
6635
|
+
* `IDE` - Emulated IDE disk.
|
6636
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
6637
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
6772
6638
|
"""
|
6773
6639
|
return pulumi.get(self, "boot_volume_type")
|
6774
6640
|
|
@@ -6777,6 +6643,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
|
|
6777
6643
|
def firmware(self) -> Optional[str]:
|
6778
6644
|
"""
|
6779
6645
|
Firmware used to boot VM. Select the option that matches your operating system.
|
6646
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
6647
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
6780
6648
|
"""
|
6781
6649
|
return pulumi.get(self, "firmware")
|
6782
6650
|
|
@@ -6801,6 +6669,9 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
|
|
6801
6669
|
def network_type(self) -> Optional[str]:
|
6802
6670
|
"""
|
6803
6671
|
Emulation type for the physical network interface card (NIC).
|
6672
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
6673
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
6674
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
6804
6675
|
"""
|
6805
6676
|
return pulumi.get(self, "network_type")
|
6806
6677
|
|
@@ -6809,6 +6680,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
|
|
6809
6680
|
def remote_data_volume_type(self) -> Optional[str]:
|
6810
6681
|
"""
|
6811
6682
|
Emulation type for volume.
|
6683
|
+
* `ISCSI` - ISCSI attached block storage device.
|
6684
|
+
* `SCSI` - Emulated SCSI disk.
|
6685
|
+
* `IDE` - Emulated IDE disk.
|
6686
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
6687
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
6812
6688
|
"""
|
6813
6689
|
return pulumi.get(self, "remote_data_volume_type")
|
6814
6690
|
|
@@ -6874,9 +6750,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6874
6750
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
6875
6751
|
:param bool is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
6876
6752
|
:param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
6877
|
-
:param bool is_symmetric_multi_threading_enabled:
|
6878
|
-
|
6879
|
-
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6753
|
+
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6880
6754
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
6881
6755
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
6882
6756
|
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
@@ -6975,9 +6849,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6975
6849
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
6976
6850
|
def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
|
6977
6851
|
"""
|
6978
|
-
|
6979
|
-
|
6980
|
-
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6852
|
+
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
6981
6853
|
"""
|
6982
6854
|
return pulumi.get(self, "is_symmetric_multi_threading_enabled")
|
6983
6855
|
|
@@ -7120,8 +6992,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig(dict):
|
|
7120
6992
|
vcpus: Optional[int] = None):
|
7121
6993
|
"""
|
7122
6994
|
:param str baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
7123
|
-
|
7124
|
-
The following values are supported:
|
7125
6995
|
:param float memory_in_gbs: The total amount of memory available to the instance, in gigabytes.
|
7126
6996
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7127
6997
|
:param float ocpus: The total number of OCPUs available to the instance.
|
@@ -7143,8 +7013,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig(dict):
|
|
7143
7013
|
def baseline_ocpu_utilization(self) -> Optional[str]:
|
7144
7014
|
"""
|
7145
7015
|
The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
7146
|
-
|
7147
|
-
The following values are supported:
|
7148
7016
|
"""
|
7149
7017
|
return pulumi.get(self, "baseline_ocpu_utilization")
|
7150
7018
|
|
@@ -7225,8 +7093,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails(dict):
|
|
7225
7093
|
:param str boot_volume_id: The OCID of the boot volume used to boot the instance.
|
7226
7094
|
:param str boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
|
7227
7095
|
:param str boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
7228
|
-
|
7229
|
-
Allowed values:
|
7230
7096
|
:param str image_id: The OCID of the image used to boot the instance.
|
7231
7097
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs' instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
|
7232
7098
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
@@ -7274,8 +7140,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails(dict):
|
|
7274
7140
|
def boot_volume_vpus_per_gb(self) -> Optional[str]:
|
7275
7141
|
"""
|
7276
7142
|
The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
7277
|
-
|
7278
|
-
Allowed values:
|
7279
7143
|
"""
|
7280
7144
|
return pulumi.get(self, "boot_volume_vpus_per_gb")
|
7281
7145
|
|
@@ -7335,7 +7199,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
|
|
7335
7199
|
operating_system: Optional[str] = None,
|
7336
7200
|
operating_system_version: Optional[str] = None):
|
7337
7201
|
"""
|
7338
|
-
:param str compartment_id: (Updatable) The OCID of the compartment containing
|
7202
|
+
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
7339
7203
|
:param Mapping[str, Any] defined_tags_filter: Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
7340
7204
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
7341
7205
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
@@ -7353,7 +7217,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
|
|
7353
7217
|
@pulumi.getter(name="compartmentId")
|
7354
7218
|
def compartment_id(self) -> Optional[str]:
|
7355
7219
|
"""
|
7356
|
-
(Updatable) The OCID of the compartment containing
|
7220
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
7357
7221
|
"""
|
7358
7222
|
return pulumi.get(self, "compartment_id")
|
7359
7223
|
|
@@ -7412,8 +7276,6 @@ class InstanceConfigurationInstanceDetailsOption(dict):
|
|
7412
7276
|
"""
|
7413
7277
|
:param Sequence['InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs'] block_volumes: Block volume parameters.
|
7414
7278
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs' launch_details: Instance launch details for creating an instance from an instance configuration. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
7415
|
-
|
7416
|
-
See [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/LaunchInstanceDetails) for more information.
|
7417
7279
|
:param Sequence['InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs'] secondary_vnics: Secondary VNIC parameters.
|
7418
7280
|
"""
|
7419
7281
|
if block_volumes is not None:
|
@@ -7436,8 +7298,6 @@ class InstanceConfigurationInstanceDetailsOption(dict):
|
|
7436
7298
|
def launch_details(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetails']:
|
7437
7299
|
"""
|
7438
7300
|
Instance launch details for creating an instance from an instance configuration. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
7439
|
-
|
7440
|
-
See [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/LaunchInstanceDetails) for more information.
|
7441
7301
|
"""
|
7442
7302
|
return pulumi.get(self, "launch_details")
|
7443
7303
|
|
@@ -7552,7 +7412,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails(dict):
|
|
7552
7412
|
"""
|
7553
7413
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
7554
7414
|
:param str device: The device name.
|
7555
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7415
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7556
7416
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
7557
7417
|
:param bool is_read_only: Whether the attachment should be created in read-only mode.
|
7558
7418
|
:param bool is_shareable: Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
|
@@ -7592,7 +7452,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails(dict):
|
|
7592
7452
|
@pulumi.getter(name="displayName")
|
7593
7453
|
def display_name(self) -> Optional[str]:
|
7594
7454
|
"""
|
7595
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7455
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7596
7456
|
"""
|
7597
7457
|
return pulumi.get(self, "display_name")
|
7598
7458
|
|
@@ -7695,16 +7555,14 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7695
7555
|
:param str backup_policy_id: If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
|
7696
7556
|
:param 'InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs' block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
7697
7557
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
7698
|
-
:param str compartment_id: (Updatable) The OCID of the compartment containing
|
7699
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7700
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7701
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7558
|
+
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
7559
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7560
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7561
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7702
7562
|
:param bool is_auto_tune_enabled: Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the `InstanceConfigurationDetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
|
7703
7563
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
7704
7564
|
:param str size_in_gbs: The size of the volume in GBs.
|
7705
7565
|
:param str vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
7706
|
-
|
7707
|
-
Allowed values:
|
7708
7566
|
"""
|
7709
7567
|
if autotune_policies is not None:
|
7710
7568
|
pulumi.set(__self__, "autotune_policies", autotune_policies)
|
@@ -7779,7 +7637,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7779
7637
|
@pulumi.getter(name="compartmentId")
|
7780
7638
|
def compartment_id(self) -> Optional[str]:
|
7781
7639
|
"""
|
7782
|
-
(Updatable) The OCID of the compartment containing
|
7640
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
7783
7641
|
"""
|
7784
7642
|
return pulumi.get(self, "compartment_id")
|
7785
7643
|
|
@@ -7787,7 +7645,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7787
7645
|
@pulumi.getter(name="definedTags")
|
7788
7646
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
7789
7647
|
"""
|
7790
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7648
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7791
7649
|
"""
|
7792
7650
|
return pulumi.get(self, "defined_tags")
|
7793
7651
|
|
@@ -7795,7 +7653,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7795
7653
|
@pulumi.getter(name="displayName")
|
7796
7654
|
def display_name(self) -> Optional[str]:
|
7797
7655
|
"""
|
7798
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7656
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7799
7657
|
"""
|
7800
7658
|
return pulumi.get(self, "display_name")
|
7801
7659
|
|
@@ -7803,7 +7661,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7803
7661
|
@pulumi.getter(name="freeformTags")
|
7804
7662
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
7805
7663
|
"""
|
7806
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7664
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7807
7665
|
"""
|
7808
7666
|
return pulumi.get(self, "freeform_tags")
|
7809
7667
|
|
@@ -7841,8 +7699,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7841
7699
|
def vpus_per_gb(self) -> Optional[str]:
|
7842
7700
|
"""
|
7843
7701
|
The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
7844
|
-
|
7845
|
-
Allowed values:
|
7846
7702
|
"""
|
7847
7703
|
return pulumi.get(self, "vpus_per_gb")
|
7848
7704
|
|
@@ -7922,7 +7778,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVol
|
|
7922
7778
|
display_name: Optional[str] = None):
|
7923
7779
|
"""
|
7924
7780
|
:param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
7925
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7781
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7926
7782
|
"""
|
7927
7783
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
7928
7784
|
if display_name is not None:
|
@@ -7940,7 +7796,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVol
|
|
7940
7796
|
@pulumi.getter(name="displayName")
|
7941
7797
|
def display_name(self) -> Optional[str]:
|
7942
7798
|
"""
|
7943
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7799
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7944
7800
|
"""
|
7945
7801
|
return pulumi.get(self, "display_name")
|
7946
7802
|
|
@@ -8070,81 +7926,31 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8070
7926
|
:param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
8071
7927
|
:param str capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
|
8072
7928
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
8073
|
-
:param str compartment_id: (Updatable) The OCID of the compartment containing
|
7929
|
+
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
8074
7930
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs' create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
|
8075
7931
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
8076
|
-
|
8077
|
-
|
8078
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8079
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7932
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7933
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8080
7934
|
:param Mapping[str, Any] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
8081
|
-
|
8082
|
-
They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
|
8083
|
-
|
8084
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
8085
7935
|
:param str fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
8086
|
-
|
8087
|
-
If you do not specify the fault domain, the system selects one for you.
|
8088
|
-
|
8089
|
-
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.
|
8090
|
-
|
8091
|
-
Example: `FAULT-DOMAIN-1`
|
8092
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7936
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8093
7937
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs' instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
|
8094
7938
|
:param str ipxe_script: This is an advanced option.
|
8095
|
-
|
8096
|
-
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.
|
8097
|
-
|
8098
|
-
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.
|
8099
|
-
|
8100
|
-
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.
|
8101
|
-
|
8102
|
-
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).
|
8103
|
-
|
8104
|
-
For more information about iPXE, see http://ipxe.org.
|
8105
7939
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
8106
7940
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
7941
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
7942
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
7943
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
7944
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
8107
7945
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
8108
7946
|
:param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
8109
|
-
|
8110
|
-
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:
|
8111
|
-
* Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
|
8112
|
-
* Get information about the instance, including the custom metadata that you provide when you launch the instance.
|
8113
|
-
|
8114
|
-
**Providing Cloud-Init Metadata**
|
8115
|
-
|
8116
|
-
You can use the following metadata key names to provide information to Cloud-Init:
|
8117
|
-
|
8118
|
-
**"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.
|
8119
|
-
|
8120
|
-
**"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).
|
8121
|
-
|
8122
|
-
**Metadata Example**
|
8123
|
-
|
8124
|
-
"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**
|
8125
|
-
|
8126
|
-
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
8127
|
-
|
8128
|
-
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>
|
8129
|
-
|
8130
|
-
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.
|
8131
|
-
|
8132
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
8133
7947
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
|
8134
|
-
|
8135
|
-
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.
|
8136
|
-
|
8137
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
8138
7948
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
|
8139
7949
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
7950
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
7951
|
+
* `REBOOT` - Run maintenance using a reboot.
|
8140
7952
|
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
8141
|
-
|
8142
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
8143
7953
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs' shape_config: The shape configuration requested for the instance.
|
8144
|
-
|
8145
|
-
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.
|
8146
|
-
|
8147
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
8148
7954
|
"""
|
8149
7955
|
if agent_config is not None:
|
8150
7956
|
pulumi.set(__self__, "agent_config", agent_config)
|
@@ -8241,7 +8047,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8241
8047
|
@pulumi.getter(name="compartmentId")
|
8242
8048
|
def compartment_id(self) -> Optional[str]:
|
8243
8049
|
"""
|
8244
|
-
(Updatable) The OCID of the compartment containing
|
8050
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
8245
8051
|
"""
|
8246
8052
|
return pulumi.get(self, "compartment_id")
|
8247
8053
|
|
@@ -8258,8 +8064,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8258
8064
|
def dedicated_vm_host_id(self) -> Optional[str]:
|
8259
8065
|
"""
|
8260
8066
|
The OCID of the dedicated virtual machine host to place the instance on.
|
8261
|
-
|
8262
|
-
Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
|
8263
8067
|
"""
|
8264
8068
|
return pulumi.get(self, "dedicated_vm_host_id")
|
8265
8069
|
|
@@ -8267,7 +8071,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8267
8071
|
@pulumi.getter(name="definedTags")
|
8268
8072
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
8269
8073
|
"""
|
8270
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8074
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8271
8075
|
"""
|
8272
8076
|
return pulumi.get(self, "defined_tags")
|
8273
8077
|
|
@@ -8275,7 +8079,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8275
8079
|
@pulumi.getter(name="displayName")
|
8276
8080
|
def display_name(self) -> Optional[str]:
|
8277
8081
|
"""
|
8278
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8082
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8279
8083
|
"""
|
8280
8084
|
return pulumi.get(self, "display_name")
|
8281
8085
|
|
@@ -8284,10 +8088,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8284
8088
|
def extended_metadata(self) -> Optional[Mapping[str, Any]]:
|
8285
8089
|
"""
|
8286
8090
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
8287
|
-
|
8288
|
-
They are distinguished from `metadata` fields in that these can be nested JSON objects (whereas `metadata` fields are string/string maps only).
|
8289
|
-
|
8290
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
8291
8091
|
"""
|
8292
8092
|
return pulumi.get(self, "extended_metadata")
|
8293
8093
|
|
@@ -8296,12 +8096,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8296
8096
|
def fault_domain(self) -> Optional[str]:
|
8297
8097
|
"""
|
8298
8098
|
A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
8299
|
-
|
8300
|
-
If you do not specify the fault domain, the system selects one for you.
|
8301
|
-
|
8302
|
-
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.
|
8303
|
-
|
8304
|
-
Example: `FAULT-DOMAIN-1`
|
8305
8099
|
"""
|
8306
8100
|
return pulumi.get(self, "fault_domain")
|
8307
8101
|
|
@@ -8309,7 +8103,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8309
8103
|
@pulumi.getter(name="freeformTags")
|
8310
8104
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
8311
8105
|
"""
|
8312
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8106
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8313
8107
|
"""
|
8314
8108
|
return pulumi.get(self, "freeform_tags")
|
8315
8109
|
|
@@ -8326,16 +8120,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8326
8120
|
def ipxe_script(self) -> Optional[str]:
|
8327
8121
|
"""
|
8328
8122
|
This is an advanced option.
|
8329
|
-
|
8330
|
-
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.
|
8331
|
-
|
8332
|
-
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.
|
8333
|
-
|
8334
|
-
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.
|
8335
|
-
|
8336
|
-
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).
|
8337
|
-
|
8338
|
-
For more information about iPXE, see http://ipxe.org.
|
8339
8123
|
"""
|
8340
8124
|
return pulumi.get(self, "ipxe_script")
|
8341
8125
|
|
@@ -8352,6 +8136,10 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8352
8136
|
def launch_mode(self) -> Optional[str]:
|
8353
8137
|
"""
|
8354
8138
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
8139
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
8140
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
8141
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
8142
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
8355
8143
|
"""
|
8356
8144
|
return pulumi.get(self, "launch_mode")
|
8357
8145
|
|
@@ -8368,30 +8156,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8368
8156
|
def metadata(self) -> Optional[Mapping[str, Any]]:
|
8369
8157
|
"""
|
8370
8158
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
8371
|
-
|
8372
|
-
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:
|
8373
|
-
* Provide information to [Cloud-Init](https://cloudinit.readthedocs.org/en/latest/) to be used for various system initialization tasks.
|
8374
|
-
* Get information about the instance, including the custom metadata that you provide when you launch the instance.
|
8375
|
-
|
8376
|
-
**Providing Cloud-Init Metadata**
|
8377
|
-
|
8378
|
-
You can use the following metadata key names to provide information to Cloud-Init:
|
8379
|
-
|
8380
|
-
**"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.
|
8381
|
-
|
8382
|
-
**"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).
|
8383
|
-
|
8384
|
-
**Metadata Example**
|
8385
|
-
|
8386
|
-
"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**
|
8387
|
-
|
8388
|
-
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
8389
|
-
|
8390
|
-
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>
|
8391
|
-
|
8392
|
-
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.
|
8393
|
-
|
8394
|
-
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
8395
8159
|
"""
|
8396
8160
|
return pulumi.get(self, "metadata")
|
8397
8161
|
|
@@ -8400,10 +8164,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8400
8164
|
def platform_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig']:
|
8401
8165
|
"""
|
8402
8166
|
The platform configuration requested for the instance.
|
8403
|
-
|
8404
|
-
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.
|
8405
|
-
|
8406
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
8407
8167
|
"""
|
8408
8168
|
return pulumi.get(self, "platform_config")
|
8409
8169
|
|
@@ -8420,6 +8180,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8420
8180
|
def preferred_maintenance_action(self) -> Optional[str]:
|
8421
8181
|
"""
|
8422
8182
|
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
8183
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
8184
|
+
* `REBOOT` - Run maintenance using a reboot.
|
8423
8185
|
"""
|
8424
8186
|
return pulumi.get(self, "preferred_maintenance_action")
|
8425
8187
|
|
@@ -8428,8 +8190,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8428
8190
|
def shape(self) -> Optional[str]:
|
8429
8191
|
"""
|
8430
8192
|
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
8431
|
-
|
8432
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
8433
8193
|
"""
|
8434
8194
|
return pulumi.get(self, "shape")
|
8435
8195
|
|
@@ -8438,10 +8198,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8438
8198
|
def shape_config(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig']:
|
8439
8199
|
"""
|
8440
8200
|
The shape configuration requested for the instance.
|
8441
|
-
|
8442
|
-
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.
|
8443
|
-
|
8444
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
8445
8201
|
"""
|
8446
8202
|
return pulumi.get(self, "shape_config")
|
8447
8203
|
|
@@ -8483,22 +8239,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
|
|
8483
8239
|
plugins_configs: Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig']] = None):
|
8484
8240
|
"""
|
8485
8241
|
:param bool are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
|
8486
|
-
|
8487
|
-
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).
|
8488
8242
|
:param bool is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
|
8489
|
-
|
8490
|
-
These are the management plugins: OS Management Service Agent and Compute Instance Run Command.
|
8491
|
-
|
8492
|
-
The management plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
8493
|
-
* If `isManagementDisabled` is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
|
8494
|
-
* 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.
|
8495
8243
|
:param bool is_monitoring_disabled: Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
|
8496
|
-
|
8497
|
-
These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.
|
8498
|
-
|
8499
|
-
The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
8500
|
-
* If `isMonitoringDisabled` is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
|
8501
|
-
* 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.
|
8502
8244
|
:param Sequence['InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs'] plugins_configs: The configuration of plugins associated with this instance.
|
8503
8245
|
"""
|
8504
8246
|
if are_all_plugins_disabled is not None:
|
@@ -8515,8 +8257,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
|
|
8515
8257
|
def are_all_plugins_disabled(self) -> Optional[bool]:
|
8516
8258
|
"""
|
8517
8259
|
Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
|
8518
|
-
|
8519
|
-
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).
|
8520
8260
|
"""
|
8521
8261
|
return pulumi.get(self, "are_all_plugins_disabled")
|
8522
8262
|
|
@@ -8525,12 +8265,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
|
|
8525
8265
|
def is_management_disabled(self) -> Optional[bool]:
|
8526
8266
|
"""
|
8527
8267
|
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
|
8528
|
-
|
8529
|
-
These are the management plugins: OS Management Service Agent and Compute Instance Run Command.
|
8530
|
-
|
8531
|
-
The management plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
8532
|
-
* If `isManagementDisabled` is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
|
8533
|
-
* 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.
|
8534
8268
|
"""
|
8535
8269
|
return pulumi.get(self, "is_management_disabled")
|
8536
8270
|
|
@@ -8539,12 +8273,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig(dict):
|
|
8539
8273
|
def is_monitoring_disabled(self) -> Optional[bool]:
|
8540
8274
|
"""
|
8541
8275
|
Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
|
8542
|
-
|
8543
|
-
These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.
|
8544
|
-
|
8545
|
-
The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
8546
|
-
* If `isMonitoringDisabled` is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
|
8547
|
-
* 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.
|
8548
8276
|
"""
|
8549
8277
|
return pulumi.get(self, "is_monitoring_disabled")
|
8550
8278
|
|
@@ -8581,8 +8309,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsC
|
|
8581
8309
|
name: Optional[str] = None):
|
8582
8310
|
"""
|
8583
8311
|
:param str desired_state: Whether the plugin should be enabled or disabled.
|
8584
|
-
|
8585
|
-
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
8586
8312
|
:param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
8587
8313
|
"""
|
8588
8314
|
if desired_state is not None:
|
@@ -8595,8 +8321,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsC
|
|
8595
8321
|
def desired_state(self) -> Optional[str]:
|
8596
8322
|
"""
|
8597
8323
|
Whether the plugin should be enabled or disabled.
|
8598
|
-
|
8599
|
-
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
8600
8324
|
"""
|
8601
8325
|
return pulumi.get(self, "desired_state")
|
8602
8326
|
|
@@ -8636,6 +8360,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig(
|
|
8636
8360
|
"""
|
8637
8361
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
8638
8362
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
8363
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
8364
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
8639
8365
|
"""
|
8640
8366
|
if is_live_migration_preferred is not None:
|
8641
8367
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
@@ -8655,6 +8381,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig(
|
|
8655
8381
|
def recovery_action(self) -> Optional[str]:
|
8656
8382
|
"""
|
8657
8383
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
8384
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
8385
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
8658
8386
|
"""
|
8659
8387
|
return pulumi.get(self, "recovery_action")
|
8660
8388
|
|
@@ -8714,14 +8442,12 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8714
8442
|
skip_source_dest_check: Optional[bool] = None,
|
8715
8443
|
subnet_id: Optional[str] = None):
|
8716
8444
|
"""
|
8717
|
-
:param bool
|
8718
|
-
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
8445
|
+
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
8719
8446
|
:param bool assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
8720
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8721
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8722
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8447
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8448
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8449
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8723
8450
|
:param str hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
8724
|
-
:param Sequence['InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
8725
8451
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
8726
8452
|
:param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
8727
8453
|
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
@@ -8755,16 +8481,13 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8755
8481
|
@property
|
8756
8482
|
@pulumi.getter(name="assignIpv6ip")
|
8757
8483
|
def assign_ipv6ip(self) -> Optional[bool]:
|
8758
|
-
"""
|
8759
|
-
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.
|
8760
|
-
"""
|
8761
8484
|
return pulumi.get(self, "assign_ipv6ip")
|
8762
8485
|
|
8763
8486
|
@property
|
8764
8487
|
@pulumi.getter(name="assignPrivateDnsRecord")
|
8765
8488
|
def assign_private_dns_record(self) -> Optional[bool]:
|
8766
8489
|
"""
|
8767
|
-
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/
|
8490
|
+
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
8768
8491
|
"""
|
8769
8492
|
return pulumi.get(self, "assign_private_dns_record")
|
8770
8493
|
|
@@ -8780,7 +8503,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8780
8503
|
@pulumi.getter(name="definedTags")
|
8781
8504
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
8782
8505
|
"""
|
8783
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8506
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
8784
8507
|
"""
|
8785
8508
|
return pulumi.get(self, "defined_tags")
|
8786
8509
|
|
@@ -8788,7 +8511,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8788
8511
|
@pulumi.getter(name="displayName")
|
8789
8512
|
def display_name(self) -> Optional[str]:
|
8790
8513
|
"""
|
8791
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8514
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8792
8515
|
"""
|
8793
8516
|
return pulumi.get(self, "display_name")
|
8794
8517
|
|
@@ -8796,7 +8519,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8796
8519
|
@pulumi.getter(name="freeformTags")
|
8797
8520
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
8798
8521
|
"""
|
8799
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8522
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
8800
8523
|
"""
|
8801
8524
|
return pulumi.get(self, "freeform_tags")
|
8802
8525
|
|
@@ -8811,9 +8534,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8811
8534
|
@property
|
8812
8535
|
@pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
|
8813
8536
|
def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
|
8814
|
-
"""
|
8815
|
-
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.
|
8816
|
-
"""
|
8817
8537
|
return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
|
8818
8538
|
|
8819
8539
|
@property
|
@@ -8871,10 +8591,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
|
|
8871
8591
|
def __init__(__self__, *,
|
8872
8592
|
ipv6address: Optional[str] = None,
|
8873
8593
|
ipv6subnet_cidr: Optional[str] = None):
|
8874
|
-
"""
|
8875
|
-
:param str ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
8876
|
-
:param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
8877
|
-
"""
|
8878
8594
|
if ipv6address is not None:
|
8879
8595
|
pulumi.set(__self__, "ipv6address", ipv6address)
|
8880
8596
|
if ipv6subnet_cidr is not None:
|
@@ -8883,17 +8599,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIp
|
|
8883
8599
|
@property
|
8884
8600
|
@pulumi.getter
|
8885
8601
|
def ipv6address(self) -> Optional[str]:
|
8886
|
-
"""
|
8887
|
-
Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
8888
|
-
"""
|
8889
8602
|
return pulumi.get(self, "ipv6address")
|
8890
8603
|
|
8891
8604
|
@property
|
8892
8605
|
@pulumi.getter(name="ipv6subnetCidr")
|
8893
8606
|
def ipv6subnet_cidr(self) -> Optional[str]:
|
8894
|
-
"""
|
8895
|
-
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
8896
|
-
"""
|
8897
8607
|
return pulumi.get(self, "ipv6subnet_cidr")
|
8898
8608
|
|
8899
8609
|
|
@@ -8969,11 +8679,26 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
|
|
8969
8679
|
remote_data_volume_type: Optional[str] = None):
|
8970
8680
|
"""
|
8971
8681
|
:param str boot_volume_type: Emulation type for the boot volume.
|
8682
|
+
* `ISCSI` - ISCSI attached block storage device.
|
8683
|
+
* `SCSI` - Emulated SCSI disk.
|
8684
|
+
* `IDE` - Emulated IDE disk.
|
8685
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
8686
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
8972
8687
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
8688
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
8689
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
8973
8690
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
8974
8691
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
8975
8692
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
8693
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
8694
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
8695
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
8976
8696
|
:param str remote_data_volume_type: Emulation type for volume.
|
8697
|
+
* `ISCSI` - ISCSI attached block storage device.
|
8698
|
+
* `SCSI` - Emulated SCSI disk.
|
8699
|
+
* `IDE` - Emulated IDE disk.
|
8700
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
8701
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
8977
8702
|
"""
|
8978
8703
|
if boot_volume_type is not None:
|
8979
8704
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
@@ -8993,6 +8718,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
|
|
8993
8718
|
def boot_volume_type(self) -> Optional[str]:
|
8994
8719
|
"""
|
8995
8720
|
Emulation type for the boot volume.
|
8721
|
+
* `ISCSI` - ISCSI attached block storage device.
|
8722
|
+
* `SCSI` - Emulated SCSI disk.
|
8723
|
+
* `IDE` - Emulated IDE disk.
|
8724
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
8725
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
8996
8726
|
"""
|
8997
8727
|
return pulumi.get(self, "boot_volume_type")
|
8998
8728
|
|
@@ -9001,6 +8731,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
|
|
9001
8731
|
def firmware(self) -> Optional[str]:
|
9002
8732
|
"""
|
9003
8733
|
Firmware used to boot VM. Select the option that matches your operating system.
|
8734
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
8735
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
9004
8736
|
"""
|
9005
8737
|
return pulumi.get(self, "firmware")
|
9006
8738
|
|
@@ -9025,6 +8757,9 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
|
|
9025
8757
|
def network_type(self) -> Optional[str]:
|
9026
8758
|
"""
|
9027
8759
|
Emulation type for the physical network interface card (NIC).
|
8760
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
8761
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
8762
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
9028
8763
|
"""
|
9029
8764
|
return pulumi.get(self, "network_type")
|
9030
8765
|
|
@@ -9033,6 +8768,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
|
|
9033
8768
|
def remote_data_volume_type(self) -> Optional[str]:
|
9034
8769
|
"""
|
9035
8770
|
Emulation type for volume.
|
8771
|
+
* `ISCSI` - ISCSI attached block storage device.
|
8772
|
+
* `SCSI` - Emulated SCSI disk.
|
8773
|
+
* `IDE` - Emulated IDE disk.
|
8774
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
8775
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
9036
8776
|
"""
|
9037
8777
|
return pulumi.get(self, "remote_data_volume_type")
|
9038
8778
|
|
@@ -9094,9 +8834,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9094
8834
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
9095
8835
|
:param bool is_memory_encryption_enabled: Whether the instance is a confidential instance. If this value is `true`, the instance is a confidential instance. The default value is `false`.
|
9096
8836
|
:param bool is_secure_boot_enabled: Whether Secure Boot is enabled on the instance.
|
9097
|
-
:param bool is_symmetric_multi_threading_enabled:
|
9098
|
-
|
9099
|
-
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
8837
|
+
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9100
8838
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
9101
8839
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
9102
8840
|
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
@@ -9185,9 +8923,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9185
8923
|
@pulumi.getter(name="isSymmetricMultiThreadingEnabled")
|
9186
8924
|
def is_symmetric_multi_threading_enabled(self) -> Optional[bool]:
|
9187
8925
|
"""
|
9188
|
-
|
9189
|
-
|
9190
|
-
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
8926
|
+
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
9191
8927
|
"""
|
9192
8928
|
return pulumi.get(self, "is_symmetric_multi_threading_enabled")
|
9193
8929
|
|
@@ -9330,8 +9066,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig(dict):
|
|
9330
9066
|
vcpus: Optional[int] = None):
|
9331
9067
|
"""
|
9332
9068
|
:param str baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
9333
|
-
|
9334
|
-
The following values are supported:
|
9335
9069
|
:param float memory_in_gbs: The total amount of memory available to the instance, in gigabytes.
|
9336
9070
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
9337
9071
|
:param float ocpus: The total number of OCPUs available to the instance.
|
@@ -9353,8 +9087,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig(dict):
|
|
9353
9087
|
def baseline_ocpu_utilization(self) -> Optional[str]:
|
9354
9088
|
"""
|
9355
9089
|
The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
9356
|
-
|
9357
|
-
The following values are supported:
|
9358
9090
|
"""
|
9359
9091
|
return pulumi.get(self, "baseline_ocpu_utilization")
|
9360
9092
|
|
@@ -9435,8 +9167,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails(dict)
|
|
9435
9167
|
:param str boot_volume_id: The OCID of the boot volume used to boot the instance.
|
9436
9168
|
:param str boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
|
9437
9169
|
:param str boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
9438
|
-
|
9439
|
-
Allowed values:
|
9440
9170
|
:param str image_id: The OCID of the image used to boot the instance.
|
9441
9171
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs' instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
|
9442
9172
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
@@ -9484,8 +9214,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails(dict)
|
|
9484
9214
|
def boot_volume_vpus_per_gb(self) -> Optional[str]:
|
9485
9215
|
"""
|
9486
9216
|
The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
9487
|
-
|
9488
|
-
Allowed values:
|
9489
9217
|
"""
|
9490
9218
|
return pulumi.get(self, "boot_volume_vpus_per_gb")
|
9491
9219
|
|
@@ -9545,7 +9273,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
|
|
9545
9273
|
operating_system: Optional[str] = None,
|
9546
9274
|
operating_system_version: Optional[str] = None):
|
9547
9275
|
"""
|
9548
|
-
:param str compartment_id: (Updatable) The OCID of the compartment containing
|
9276
|
+
:param str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
9549
9277
|
:param Mapping[str, Any] defined_tags_filter: Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
9550
9278
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
9551
9279
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
@@ -9563,7 +9291,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
|
|
9563
9291
|
@pulumi.getter(name="compartmentId")
|
9564
9292
|
def compartment_id(self) -> Optional[str]:
|
9565
9293
|
"""
|
9566
|
-
(Updatable) The OCID of the compartment containing
|
9294
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance configuration.
|
9567
9295
|
"""
|
9568
9296
|
return pulumi.get(self, "compartment_id")
|
9569
9297
|
|
@@ -9621,7 +9349,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnic(dict):
|
|
9621
9349
|
nic_index: Optional[int] = None):
|
9622
9350
|
"""
|
9623
9351
|
:param 'InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs' create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
|
9624
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9352
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9625
9353
|
:param int nic_index: Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
|
9626
9354
|
"""
|
9627
9355
|
if create_vnic_details is not None:
|
@@ -9643,7 +9371,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnic(dict):
|
|
9643
9371
|
@pulumi.getter(name="displayName")
|
9644
9372
|
def display_name(self) -> Optional[str]:
|
9645
9373
|
"""
|
9646
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9374
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9647
9375
|
"""
|
9648
9376
|
return pulumi.get(self, "display_name")
|
9649
9377
|
|
@@ -9711,14 +9439,12 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9711
9439
|
skip_source_dest_check: Optional[bool] = None,
|
9712
9440
|
subnet_id: Optional[str] = None):
|
9713
9441
|
"""
|
9714
|
-
:param bool
|
9715
|
-
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
9442
|
+
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
9716
9443
|
:param bool assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
9717
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
9718
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9719
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9444
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
9445
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9446
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9720
9447
|
:param str hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
9721
|
-
:param Sequence['InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
9722
9448
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
9723
9449
|
:param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
9724
9450
|
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
@@ -9752,16 +9478,13 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9752
9478
|
@property
|
9753
9479
|
@pulumi.getter(name="assignIpv6ip")
|
9754
9480
|
def assign_ipv6ip(self) -> Optional[bool]:
|
9755
|
-
"""
|
9756
|
-
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.
|
9757
|
-
"""
|
9758
9481
|
return pulumi.get(self, "assign_ipv6ip")
|
9759
9482
|
|
9760
9483
|
@property
|
9761
9484
|
@pulumi.getter(name="assignPrivateDnsRecord")
|
9762
9485
|
def assign_private_dns_record(self) -> Optional[bool]:
|
9763
9486
|
"""
|
9764
|
-
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/
|
9487
|
+
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
9765
9488
|
"""
|
9766
9489
|
return pulumi.get(self, "assign_private_dns_record")
|
9767
9490
|
|
@@ -9777,7 +9500,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9777
9500
|
@pulumi.getter(name="definedTags")
|
9778
9501
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
9779
9502
|
"""
|
9780
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
9503
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
9781
9504
|
"""
|
9782
9505
|
return pulumi.get(self, "defined_tags")
|
9783
9506
|
|
@@ -9785,7 +9508,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9785
9508
|
@pulumi.getter(name="displayName")
|
9786
9509
|
def display_name(self) -> Optional[str]:
|
9787
9510
|
"""
|
9788
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9511
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9789
9512
|
"""
|
9790
9513
|
return pulumi.get(self, "display_name")
|
9791
9514
|
|
@@ -9793,7 +9516,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9793
9516
|
@pulumi.getter(name="freeformTags")
|
9794
9517
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
9795
9518
|
"""
|
9796
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9519
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9797
9520
|
"""
|
9798
9521
|
return pulumi.get(self, "freeform_tags")
|
9799
9522
|
|
@@ -9808,9 +9531,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9808
9531
|
@property
|
9809
9532
|
@pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
|
9810
9533
|
def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
|
9811
|
-
"""
|
9812
|
-
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.
|
9813
|
-
"""
|
9814
9534
|
return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
|
9815
9535
|
|
9816
9536
|
@property
|
@@ -9868,10 +9588,6 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
|
|
9868
9588
|
def __init__(__self__, *,
|
9869
9589
|
ipv6address: Optional[str] = None,
|
9870
9590
|
ipv6subnet_cidr: Optional[str] = None):
|
9871
|
-
"""
|
9872
|
-
:param str ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
9873
|
-
:param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
9874
|
-
"""
|
9875
9591
|
if ipv6address is not None:
|
9876
9592
|
pulumi.set(__self__, "ipv6address", ipv6address)
|
9877
9593
|
if ipv6subnet_cidr is not None:
|
@@ -9880,17 +9596,11 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIp
|
|
9880
9596
|
@property
|
9881
9597
|
@pulumi.getter
|
9882
9598
|
def ipv6address(self) -> Optional[str]:
|
9883
|
-
"""
|
9884
|
-
Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
9885
|
-
"""
|
9886
9599
|
return pulumi.get(self, "ipv6address")
|
9887
9600
|
|
9888
9601
|
@property
|
9889
9602
|
@pulumi.getter(name="ipv6subnetCidr")
|
9890
9603
|
def ipv6subnet_cidr(self) -> Optional[str]:
|
9891
|
-
"""
|
9892
|
-
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
9893
|
-
"""
|
9894
9604
|
return pulumi.get(self, "ipv6subnet_cidr")
|
9895
9605
|
|
9896
9606
|
|
@@ -9923,7 +9633,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnic(dict):
|
|
9923
9633
|
nic_index: Optional[int] = None):
|
9924
9634
|
"""
|
9925
9635
|
:param 'InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs' create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
|
9926
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9636
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9927
9637
|
:param int nic_index: Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
|
9928
9638
|
"""
|
9929
9639
|
if create_vnic_details is not None:
|
@@ -9945,7 +9655,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnic(dict):
|
|
9945
9655
|
@pulumi.getter(name="displayName")
|
9946
9656
|
def display_name(self) -> Optional[str]:
|
9947
9657
|
"""
|
9948
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9658
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9949
9659
|
"""
|
9950
9660
|
return pulumi.get(self, "display_name")
|
9951
9661
|
|
@@ -10013,14 +9723,12 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
10013
9723
|
skip_source_dest_check: Optional[bool] = None,
|
10014
9724
|
subnet_id: Optional[str] = None):
|
10015
9725
|
"""
|
10016
|
-
:param bool
|
10017
|
-
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
9726
|
+
:param bool assign_private_dns_record: Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
10018
9727
|
:param bool assign_public_ip: Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
10019
|
-
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
10020
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10021
|
-
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9728
|
+
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
9729
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9730
|
+
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
10022
9731
|
:param str hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
10023
|
-
:param Sequence['InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
10024
9732
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
10025
9733
|
:param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
10026
9734
|
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
|
@@ -10054,16 +9762,13 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
10054
9762
|
@property
|
10055
9763
|
@pulumi.getter(name="assignIpv6ip")
|
10056
9764
|
def assign_ipv6ip(self) -> Optional[bool]:
|
10057
|
-
"""
|
10058
|
-
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.
|
10059
|
-
"""
|
10060
9765
|
return pulumi.get(self, "assign_ipv6ip")
|
10061
9766
|
|
10062
9767
|
@property
|
10063
9768
|
@pulumi.getter(name="assignPrivateDnsRecord")
|
10064
9769
|
def assign_private_dns_record(self) -> Optional[bool]:
|
10065
9770
|
"""
|
10066
|
-
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/
|
9771
|
+
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the `assignPrivateDnsRecord` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
|
10067
9772
|
"""
|
10068
9773
|
return pulumi.get(self, "assign_private_dns_record")
|
10069
9774
|
|
@@ -10079,7 +9784,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
10079
9784
|
@pulumi.getter(name="definedTags")
|
10080
9785
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
10081
9786
|
"""
|
10082
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
9787
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
10083
9788
|
"""
|
10084
9789
|
return pulumi.get(self, "defined_tags")
|
10085
9790
|
|
@@ -10087,7 +9792,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
10087
9792
|
@pulumi.getter(name="displayName")
|
10088
9793
|
def display_name(self) -> Optional[str]:
|
10089
9794
|
"""
|
10090
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9795
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10091
9796
|
"""
|
10092
9797
|
return pulumi.get(self, "display_name")
|
10093
9798
|
|
@@ -10095,7 +9800,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
10095
9800
|
@pulumi.getter(name="freeformTags")
|
10096
9801
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
10097
9802
|
"""
|
10098
|
-
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
9803
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
10099
9804
|
"""
|
10100
9805
|
return pulumi.get(self, "freeform_tags")
|
10101
9806
|
|
@@ -10110,9 +9815,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
10110
9815
|
@property
|
10111
9816
|
@pulumi.getter(name="ipv6addressIpv6subnetCidrPairDetails")
|
10112
9817
|
def ipv6address_ipv6subnet_cidr_pair_details(self) -> Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']]:
|
10113
|
-
"""
|
10114
|
-
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.
|
10115
|
-
"""
|
10116
9818
|
return pulumi.get(self, "ipv6address_ipv6subnet_cidr_pair_details")
|
10117
9819
|
|
10118
9820
|
@property
|
@@ -10170,10 +9872,6 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
|
|
10170
9872
|
def __init__(__self__, *,
|
10171
9873
|
ipv6address: Optional[str] = None,
|
10172
9874
|
ipv6subnet_cidr: Optional[str] = None):
|
10173
|
-
"""
|
10174
|
-
:param str ipv6address: Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
10175
|
-
:param str ipv6subnet_cidr: Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
10176
|
-
"""
|
10177
9875
|
if ipv6address is not None:
|
10178
9876
|
pulumi.set(__self__, "ipv6address", ipv6address)
|
10179
9877
|
if ipv6subnet_cidr is not None:
|
@@ -10182,17 +9880,11 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addr
|
|
10182
9880
|
@property
|
10183
9881
|
@pulumi.getter
|
10184
9882
|
def ipv6address(self) -> Optional[str]:
|
10185
|
-
"""
|
10186
|
-
Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
|
10187
|
-
"""
|
10188
9883
|
return pulumi.get(self, "ipv6address")
|
10189
9884
|
|
10190
9885
|
@property
|
10191
9886
|
@pulumi.getter(name="ipv6subnetCidr")
|
10192
9887
|
def ipv6subnet_cidr(self) -> Optional[str]:
|
10193
|
-
"""
|
10194
|
-
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
|
10195
|
-
"""
|
10196
9888
|
return pulumi.get(self, "ipv6subnet_cidr")
|
10197
9889
|
|
10198
9890
|
|
@@ -10267,9 +9959,17 @@ class InstanceCreateVnicDetails(dict):
|
|
10267
9959
|
|
10268
9960
|
If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
10269
9961
|
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
10270
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9962
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10271
9963
|
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
10272
|
-
:param str hostname_label:
|
9964
|
+
:param str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
|
9965
|
+
|
9966
|
+
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
9967
|
+
|
9968
|
+
When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
|
9969
|
+
|
9970
|
+
Example: `bminstance1`
|
9971
|
+
|
9972
|
+
If you specify a `vlanId`, the `hostnameLabel` cannot be specified. VNICs on a VLAN can not be assigned a hostname. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
10273
9973
|
:param Sequence['InstanceCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges from which Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
10274
9974
|
:param Sequence[str] nsg_ids: (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
10275
9975
|
|
@@ -10284,7 +9984,9 @@ class InstanceCreateVnicDetails(dict):
|
|
10284
9984
|
If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
10285
9985
|
|
10286
9986
|
Example: `true`
|
10287
|
-
:param str subnet_id:
|
9987
|
+
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC in. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
9988
|
+
|
9989
|
+
If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both a `vlanId` and `subnetId`, the request fails.
|
10288
9990
|
:param str vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
10289
9991
|
|
10290
9992
|
Provide a `vlanId` instead of a `subnetId`. If you provide both a `vlanId` and `subnetId`, the request fails.
|
@@ -10361,7 +10063,7 @@ class InstanceCreateVnicDetails(dict):
|
|
10361
10063
|
@pulumi.getter(name="displayName")
|
10362
10064
|
def display_name(self) -> Optional[str]:
|
10363
10065
|
"""
|
10364
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10066
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10365
10067
|
"""
|
10366
10068
|
return pulumi.get(self, "display_name")
|
10367
10069
|
|
@@ -10377,7 +10079,15 @@ class InstanceCreateVnicDetails(dict):
|
|
10377
10079
|
@pulumi.getter(name="hostnameLabel")
|
10378
10080
|
def hostname_label(self) -> Optional[str]:
|
10379
10081
|
"""
|
10380
|
-
|
10082
|
+
(Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
|
10083
|
+
|
10084
|
+
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
10085
|
+
|
10086
|
+
When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
|
10087
|
+
|
10088
|
+
Example: `bminstance1`
|
10089
|
+
|
10090
|
+
If you specify a `vlanId`, the `hostnameLabel` cannot be specified. VNICs on a VLAN can not be assigned a hostname. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
10381
10091
|
"""
|
10382
10092
|
return pulumi.get(self, "hostname_label")
|
10383
10093
|
|
@@ -10427,7 +10137,9 @@ class InstanceCreateVnicDetails(dict):
|
|
10427
10137
|
@pulumi.getter(name="subnetId")
|
10428
10138
|
def subnet_id(self) -> Optional[str]:
|
10429
10139
|
"""
|
10430
|
-
|
10140
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC in. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
10141
|
+
|
10142
|
+
If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both a `vlanId` and `subnetId`, the request fails.
|
10431
10143
|
"""
|
10432
10144
|
return pulumi.get(self, "subnet_id")
|
10433
10145
|
|
@@ -10552,11 +10264,26 @@ class InstanceLaunchOptions(dict):
|
|
10552
10264
|
remote_data_volume_type: Optional[str] = None):
|
10553
10265
|
"""
|
10554
10266
|
:param str boot_volume_type: (Updatable) Emulation type for the boot volume.
|
10267
|
+
* `ISCSI` - ISCSI attached block storage device.
|
10268
|
+
* `SCSI` - Emulated SCSI disk.
|
10269
|
+
* `IDE` - Emulated IDE disk.
|
10270
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
10271
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
10555
10272
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
10273
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
10274
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
10556
10275
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
10557
10276
|
:param bool is_pv_encryption_in_transit_enabled: (Updatable) Use this for update operation only. This field is Deprecated during create. For create use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/datatypes/LaunchInstanceDetails).
|
10558
10277
|
:param str network_type: (Updatable) Emulation type for the physical network interface card (NIC).
|
10278
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
10279
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
10280
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
10559
10281
|
:param str remote_data_volume_type: Emulation type for volume.
|
10282
|
+
* `ISCSI` - ISCSI attached block storage device.
|
10283
|
+
* `SCSI` - Emulated SCSI disk.
|
10284
|
+
* `IDE` - Emulated IDE disk.
|
10285
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
10286
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
10560
10287
|
"""
|
10561
10288
|
if boot_volume_type is not None:
|
10562
10289
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
@@ -10576,6 +10303,11 @@ class InstanceLaunchOptions(dict):
|
|
10576
10303
|
def boot_volume_type(self) -> Optional[str]:
|
10577
10304
|
"""
|
10578
10305
|
(Updatable) Emulation type for the boot volume.
|
10306
|
+
* `ISCSI` - ISCSI attached block storage device.
|
10307
|
+
* `SCSI` - Emulated SCSI disk.
|
10308
|
+
* `IDE` - Emulated IDE disk.
|
10309
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
10310
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
10579
10311
|
"""
|
10580
10312
|
return pulumi.get(self, "boot_volume_type")
|
10581
10313
|
|
@@ -10584,6 +10316,8 @@ class InstanceLaunchOptions(dict):
|
|
10584
10316
|
def firmware(self) -> Optional[str]:
|
10585
10317
|
"""
|
10586
10318
|
Firmware used to boot VM. Select the option that matches your operating system.
|
10319
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
10320
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
10587
10321
|
"""
|
10588
10322
|
return pulumi.get(self, "firmware")
|
10589
10323
|
|
@@ -10608,6 +10342,9 @@ class InstanceLaunchOptions(dict):
|
|
10608
10342
|
def network_type(self) -> Optional[str]:
|
10609
10343
|
"""
|
10610
10344
|
(Updatable) Emulation type for the physical network interface card (NIC).
|
10345
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
10346
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
10347
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
10611
10348
|
"""
|
10612
10349
|
return pulumi.get(self, "network_type")
|
10613
10350
|
|
@@ -10616,6 +10353,11 @@ class InstanceLaunchOptions(dict):
|
|
10616
10353
|
def remote_data_volume_type(self) -> Optional[str]:
|
10617
10354
|
"""
|
10618
10355
|
Emulation type for volume.
|
10356
|
+
* `ISCSI` - ISCSI attached block storage device.
|
10357
|
+
* `SCSI` - Emulated SCSI disk.
|
10358
|
+
* `IDE` - Emulated IDE disk.
|
10359
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
10360
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
10619
10361
|
"""
|
10620
10362
|
return pulumi.get(self, "remote_data_volume_type")
|
10621
10363
|
|
@@ -10665,7 +10407,7 @@ class InstanceLaunchVolumeAttachment(dict):
|
|
10665
10407
|
use_chap: Optional[bool] = None,
|
10666
10408
|
volume_id: Optional[str] = None):
|
10667
10409
|
"""
|
10668
|
-
:param str type: The type of
|
10410
|
+
:param str type: The type of volume. Currently, the only supported value is "iscsi".
|
10669
10411
|
:param str device: The device name. To retrieve a list of devices for a given instance, see [ListInstanceDevices](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Device/ListInstanceDevices).
|
10670
10412
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10671
10413
|
:param str encryption_in_transit_type: Refer the top-level definition of encryptionInTransitType. The default value is NONE.
|
@@ -10700,7 +10442,7 @@ class InstanceLaunchVolumeAttachment(dict):
|
|
10700
10442
|
@pulumi.getter
|
10701
10443
|
def type(self) -> str:
|
10702
10444
|
"""
|
10703
|
-
The type of
|
10445
|
+
The type of volume. Currently, the only supported value is "iscsi".
|
10704
10446
|
"""
|
10705
10447
|
return pulumi.get(self, "type")
|
10706
10448
|
|
@@ -10816,9 +10558,9 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
|
|
10816
10558
|
"""
|
10817
10559
|
:param str size_in_gbs: The size of the volume in GBs.
|
10818
10560
|
:param str volume_creation_type: Specifies the method for volume creation.
|
10819
|
-
:param str compartment_id: (Updatable) The OCID of the compartment
|
10561
|
+
:param str compartment_id: (Updatable) The OCID of the compartment that contains the volume. If not provided, it will be inherited from the instance.
|
10820
10562
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
10821
|
-
:param str kms_key_id:
|
10563
|
+
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
10822
10564
|
:param str vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
10823
10565
|
|
10824
10566
|
Allowed values:
|
@@ -10854,7 +10596,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
|
|
10854
10596
|
@pulumi.getter(name="compartmentId")
|
10855
10597
|
def compartment_id(self) -> Optional[str]:
|
10856
10598
|
"""
|
10857
|
-
(Updatable) The OCID of the compartment
|
10599
|
+
(Updatable) The OCID of the compartment that contains the volume. If not provided, it will be inherited from the instance.
|
10858
10600
|
"""
|
10859
10601
|
return pulumi.get(self, "compartment_id")
|
10860
10602
|
|
@@ -10870,7 +10612,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
|
|
10870
10612
|
@pulumi.getter(name="kmsKeyId")
|
10871
10613
|
def kms_key_id(self) -> Optional[str]:
|
10872
10614
|
"""
|
10873
|
-
|
10615
|
+
The OCID of the Vault service key to assign as the master encryption key for the volume.
|
10874
10616
|
"""
|
10875
10617
|
return pulumi.get(self, "kms_key_id")
|
10876
10618
|
|
@@ -10938,7 +10680,7 @@ class InstancePlatformConfig(dict):
|
|
10938
10680
|
numa_nodes_per_socket: Optional[str] = None,
|
10939
10681
|
percentage_of_cores_enabled: Optional[int] = None):
|
10940
10682
|
"""
|
10941
|
-
:param str type: The type of
|
10683
|
+
:param str type: The type of platform being configured.
|
10942
10684
|
:param bool are_virtual_instructions_enabled: Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
|
10943
10685
|
:param Mapping[str, Any] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
10944
10686
|
:param bool is_access_control_service_enabled: Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
|
@@ -10983,7 +10725,7 @@ class InstancePlatformConfig(dict):
|
|
10983
10725
|
@pulumi.getter
|
10984
10726
|
def type(self) -> str:
|
10985
10727
|
"""
|
10986
|
-
The type of
|
10728
|
+
The type of platform being configured.
|
10987
10729
|
"""
|
10988
10730
|
return pulumi.get(self, "type")
|
10989
10731
|
|
@@ -11422,6 +11164,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
|
|
11422
11164
|
is_assign_ipv6ip: Optional[bool] = None):
|
11423
11165
|
"""
|
11424
11166
|
:param str subnet_id: (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
11167
|
+
=======
|
11168
|
+
Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
|
11425
11169
|
:param Sequence['InstancePoolPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: (Updatable) A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
11426
11170
|
:param bool is_assign_ipv6ip: (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
11427
11171
|
"""
|
@@ -11436,6 +11180,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
|
|
11436
11180
|
def subnet_id(self) -> str:
|
11437
11181
|
"""
|
11438
11182
|
(Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
11183
|
+
=======
|
11184
|
+
Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
|
11439
11185
|
"""
|
11440
11186
|
return pulumi.get(self, "subnet_id")
|
11441
11187
|
|
@@ -11740,6 +11486,9 @@ class InstanceShapeConfig(dict):
|
|
11740
11486
|
:param str baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
11741
11487
|
|
11742
11488
|
The following values are supported:
|
11489
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
11490
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
11491
|
+
* `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
11743
11492
|
:param str gpu_description: A short description of the instance's graphics processing unit (GPU).
|
11744
11493
|
:param int gpus: The number of GPUs available to the instance.
|
11745
11494
|
:param str local_disk_description: A short description of the local disks available to this instance.
|
@@ -11787,6 +11536,9 @@ class InstanceShapeConfig(dict):
|
|
11787
11536
|
(Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
11788
11537
|
|
11789
11538
|
The following values are supported:
|
11539
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
11540
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
11541
|
+
* `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
11790
11542
|
"""
|
11791
11543
|
return pulumi.get(self, "baseline_ocpu_utilization")
|
11792
11544
|
|
@@ -12867,11 +12619,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsDestinationPortRange(dict):
|
|
12867
12619
|
min: int):
|
12868
12620
|
"""
|
12869
12621
|
:param int max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
12870
|
-
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
12871
|
-
|
12872
|
-
|
12873
|
-
** IMPORTANT **
|
12874
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12622
|
+
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
12875
12623
|
"""
|
12876
12624
|
pulumi.set(__self__, "max", max)
|
12877
12625
|
pulumi.set(__self__, "min", min)
|
@@ -12888,11 +12636,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsDestinationPortRange(dict):
|
|
12888
12636
|
@pulumi.getter
|
12889
12637
|
def min(self) -> int:
|
12890
12638
|
"""
|
12891
|
-
The minimum port number, which must not be greater than the maximum port number.
|
12892
|
-
|
12893
|
-
|
12894
|
-
** IMPORTANT **
|
12895
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12639
|
+
The minimum port number, which must not be greater than the maximum port number.
|
12896
12640
|
"""
|
12897
12641
|
return pulumi.get(self, "min")
|
12898
12642
|
|
@@ -12904,11 +12648,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
12904
12648
|
min: int):
|
12905
12649
|
"""
|
12906
12650
|
:param int max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
12907
|
-
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
12908
|
-
|
12909
|
-
|
12910
|
-
** IMPORTANT **
|
12911
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12651
|
+
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
12912
12652
|
"""
|
12913
12653
|
pulumi.set(__self__, "max", max)
|
12914
12654
|
pulumi.set(__self__, "min", min)
|
@@ -12925,11 +12665,7 @@ class NetworkSecurityGroupSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
12925
12665
|
@pulumi.getter
|
12926
12666
|
def min(self) -> int:
|
12927
12667
|
"""
|
12928
|
-
The minimum port number, which must not be greater than the maximum port number.
|
12929
|
-
|
12930
|
-
|
12931
|
-
** IMPORTANT **
|
12932
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12668
|
+
The minimum port number, which must not be greater than the maximum port number.
|
12933
12669
|
"""
|
12934
12670
|
return pulumi.get(self, "min")
|
12935
12671
|
|
@@ -12981,11 +12717,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsDestinationPortRange(dict):
|
|
12981
12717
|
min: int):
|
12982
12718
|
"""
|
12983
12719
|
:param int max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
12984
|
-
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
12985
|
-
|
12986
|
-
|
12987
|
-
** IMPORTANT **
|
12988
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12720
|
+
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
12989
12721
|
"""
|
12990
12722
|
pulumi.set(__self__, "max", max)
|
12991
12723
|
pulumi.set(__self__, "min", min)
|
@@ -13002,11 +12734,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsDestinationPortRange(dict):
|
|
13002
12734
|
@pulumi.getter
|
13003
12735
|
def min(self) -> int:
|
13004
12736
|
"""
|
13005
|
-
The minimum port number, which must not be greater than the maximum port number.
|
13006
|
-
|
13007
|
-
|
13008
|
-
** IMPORTANT **
|
13009
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12737
|
+
The minimum port number, which must not be greater than the maximum port number.
|
13010
12738
|
"""
|
13011
12739
|
return pulumi.get(self, "min")
|
13012
12740
|
|
@@ -13018,11 +12746,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsSourcePortRange(dict):
|
|
13018
12746
|
min: int):
|
13019
12747
|
"""
|
13020
12748
|
:param int max: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13021
|
-
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
13022
|
-
|
13023
|
-
|
13024
|
-
** IMPORTANT **
|
13025
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12749
|
+
:param int min: The minimum port number, which must not be greater than the maximum port number.
|
13026
12750
|
"""
|
13027
12751
|
pulumi.set(__self__, "max", max)
|
13028
12752
|
pulumi.set(__self__, "min", min)
|
@@ -13039,11 +12763,7 @@ class NetworkSecurityGroupSecurityRuleUdpOptionsSourcePortRange(dict):
|
|
13039
12763
|
@pulumi.getter
|
13040
12764
|
def min(self) -> int:
|
13041
12765
|
"""
|
13042
|
-
The minimum port number, which must not be greater than the maximum port number.
|
13043
|
-
|
13044
|
-
|
13045
|
-
** IMPORTANT **
|
13046
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
12766
|
+
The minimum port number, which must not be greater than the maximum port number.
|
13047
12767
|
"""
|
13048
12768
|
return pulumi.get(self, "min")
|
13049
12769
|
|
@@ -13096,6 +12816,8 @@ class RouteTableRouteRule(dict):
|
|
13096
12816
|
* IP address range in CIDR notation. Can be an IPv4 CIDR block or IPv6 prefix. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. If you set this to an IPv6 prefix, the route rule's target can only be a DRG or internet gateway. IPv6 addressing is supported for all commercial and government regions. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm).
|
13097
12817
|
* The `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/), if you're setting up a route rule for traffic destined for a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`.
|
13098
12818
|
:param str destination_type: (Updatable) Type of destination for the rule. Required if you provide a `destination`.
|
12819
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
12820
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
|
13099
12821
|
:param str route_type: (Updatable) A route rule can be STATIC if manually added to the route table, LOCAL if added by Oracle Cloud Infrastructure to the route table.
|
13100
12822
|
"""
|
13101
12823
|
pulumi.set(__self__, "network_entity_id", network_entity_id)
|
@@ -13160,6 +12882,8 @@ class RouteTableRouteRule(dict):
|
|
13160
12882
|
def destination_type(self) -> Optional[str]:
|
13161
12883
|
"""
|
13162
12884
|
(Updatable) Type of destination for the rule. Required if you provide a `destination`.
|
12885
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
12886
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
|
13163
12887
|
"""
|
13164
12888
|
return pulumi.get(self, "destination_type")
|
13165
12889
|
|
@@ -13217,12 +12941,14 @@ class SecurityListEgressSecurityRule(dict):
|
|
13217
12941
|
:param str destination_type: (Updatable) Type of destination for the rule. The default is `CIDR_BLOCK`.
|
13218
12942
|
|
13219
12943
|
Allowed values:
|
12944
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
12945
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
|
13220
12946
|
:param 'SecurityListEgressSecurityRuleIcmpOptionsArgs' icmp_options: (Updatable) Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
|
13221
12947
|
* [ICMP Parameters](http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
|
13222
12948
|
* [ICMPv6 Parameters](https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml)
|
13223
12949
|
|
13224
12950
|
If you specify ICMP or ICMPv6 as the protocol but omit this object, then all ICMP types and codes are allowed. If you do provide this object, the type is required and the code is optional. To enable MTU negotiation for ingress internet traffic via IPv4, make sure to allow type 3 ("Destination Unreachable") code 4 ("Fragmentation Needed and Don't Fragment was Set"). If you need to specify multiple codes for a single type, create a separate security list rule for each.
|
13225
|
-
:param bool stateless: (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if
|
12951
|
+
:param bool stateless: (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
|
13226
12952
|
:param 'SecurityListEgressSecurityRuleTcpOptionsArgs' tcp_options: (Updatable) Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
|
13227
12953
|
:param 'SecurityListEgressSecurityRuleUdpOptionsArgs' udp_options: (Updatable) Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
|
13228
12954
|
"""
|
@@ -13276,6 +13002,8 @@ class SecurityListEgressSecurityRule(dict):
|
|
13276
13002
|
(Updatable) Type of destination for the rule. The default is `CIDR_BLOCK`.
|
13277
13003
|
|
13278
13004
|
Allowed values:
|
13005
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
13006
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
|
13279
13007
|
"""
|
13280
13008
|
return pulumi.get(self, "destination_type")
|
13281
13009
|
|
@@ -13295,7 +13023,7 @@ class SecurityListEgressSecurityRule(dict):
|
|
13295
13023
|
@pulumi.getter
|
13296
13024
|
def stateless(self) -> Optional[bool]:
|
13297
13025
|
"""
|
13298
|
-
(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
|
13026
|
+
(Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
|
13299
13027
|
"""
|
13300
13028
|
return pulumi.get(self, "stateless")
|
13301
13029
|
|
@@ -13370,8 +13098,8 @@ class SecurityListEgressSecurityRuleTcpOptions(dict):
|
|
13370
13098
|
min: Optional[int] = None,
|
13371
13099
|
source_port_range: Optional['outputs.SecurityListEgressSecurityRuleTcpOptionsSourcePortRange'] = None):
|
13372
13100
|
"""
|
13373
|
-
:param int max:
|
13374
|
-
:param int min:
|
13101
|
+
:param int max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13102
|
+
:param int min: The minimum port number. Must not be greater than the maximum port number.
|
13375
13103
|
:param 'SecurityListEgressSecurityRuleTcpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
|
13376
13104
|
"""
|
13377
13105
|
if max is not None:
|
@@ -13385,7 +13113,7 @@ class SecurityListEgressSecurityRuleTcpOptions(dict):
|
|
13385
13113
|
@pulumi.getter
|
13386
13114
|
def max(self) -> Optional[int]:
|
13387
13115
|
"""
|
13388
|
-
|
13116
|
+
The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13389
13117
|
"""
|
13390
13118
|
return pulumi.get(self, "max")
|
13391
13119
|
|
@@ -13393,7 +13121,7 @@ class SecurityListEgressSecurityRuleTcpOptions(dict):
|
|
13393
13121
|
@pulumi.getter
|
13394
13122
|
def min(self) -> Optional[int]:
|
13395
13123
|
"""
|
13396
|
-
|
13124
|
+
The minimum port number. Must not be greater than the maximum port number.
|
13397
13125
|
"""
|
13398
13126
|
return pulumi.get(self, "min")
|
13399
13127
|
|
@@ -13412,8 +13140,8 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
13412
13140
|
max: int,
|
13413
13141
|
min: int):
|
13414
13142
|
"""
|
13415
|
-
:param int max: (Updatable) The maximum port number
|
13416
|
-
:param int min: (Updatable) The minimum port number
|
13143
|
+
:param int max: (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13144
|
+
:param int min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
|
13417
13145
|
"""
|
13418
13146
|
pulumi.set(__self__, "max", max)
|
13419
13147
|
pulumi.set(__self__, "min", min)
|
@@ -13422,7 +13150,7 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
13422
13150
|
@pulumi.getter
|
13423
13151
|
def max(self) -> int:
|
13424
13152
|
"""
|
13425
|
-
(Updatable) The maximum port number
|
13153
|
+
(Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13426
13154
|
"""
|
13427
13155
|
return pulumi.get(self, "max")
|
13428
13156
|
|
@@ -13430,7 +13158,7 @@ class SecurityListEgressSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
13430
13158
|
@pulumi.getter
|
13431
13159
|
def min(self) -> int:
|
13432
13160
|
"""
|
13433
|
-
(Updatable) The minimum port number
|
13161
|
+
(Updatable) The minimum port number. Must not be greater than the maximum port number.
|
13434
13162
|
"""
|
13435
13163
|
return pulumi.get(self, "min")
|
13436
13164
|
|
@@ -13459,8 +13187,8 @@ class SecurityListEgressSecurityRuleUdpOptions(dict):
|
|
13459
13187
|
min: Optional[int] = None,
|
13460
13188
|
source_port_range: Optional['outputs.SecurityListEgressSecurityRuleUdpOptionsSourcePortRange'] = None):
|
13461
13189
|
"""
|
13462
|
-
:param int max:
|
13463
|
-
:param int min:
|
13190
|
+
:param int max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13191
|
+
:param int min: The minimum port number. Must not be greater than the maximum port number.
|
13464
13192
|
:param 'SecurityListEgressSecurityRuleUdpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
|
13465
13193
|
"""
|
13466
13194
|
if max is not None:
|
@@ -13474,7 +13202,7 @@ class SecurityListEgressSecurityRuleUdpOptions(dict):
|
|
13474
13202
|
@pulumi.getter
|
13475
13203
|
def max(self) -> Optional[int]:
|
13476
13204
|
"""
|
13477
|
-
|
13205
|
+
The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13478
13206
|
"""
|
13479
13207
|
return pulumi.get(self, "max")
|
13480
13208
|
|
@@ -13482,7 +13210,7 @@ class SecurityListEgressSecurityRuleUdpOptions(dict):
|
|
13482
13210
|
@pulumi.getter
|
13483
13211
|
def min(self) -> Optional[int]:
|
13484
13212
|
"""
|
13485
|
-
|
13213
|
+
The minimum port number. Must not be greater than the maximum port number.
|
13486
13214
|
"""
|
13487
13215
|
return pulumi.get(self, "min")
|
13488
13216
|
|
@@ -13501,8 +13229,8 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRange(dict):
|
|
13501
13229
|
max: int,
|
13502
13230
|
min: int):
|
13503
13231
|
"""
|
13504
|
-
:param int max: (Updatable) The maximum port number
|
13505
|
-
:param int min: (Updatable) The minimum port number
|
13232
|
+
:param int max: (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13233
|
+
:param int min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
|
13506
13234
|
"""
|
13507
13235
|
pulumi.set(__self__, "max", max)
|
13508
13236
|
pulumi.set(__self__, "min", min)
|
@@ -13511,7 +13239,7 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRange(dict):
|
|
13511
13239
|
@pulumi.getter
|
13512
13240
|
def max(self) -> int:
|
13513
13241
|
"""
|
13514
|
-
(Updatable) The maximum port number
|
13242
|
+
(Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13515
13243
|
"""
|
13516
13244
|
return pulumi.get(self, "max")
|
13517
13245
|
|
@@ -13519,7 +13247,7 @@ class SecurityListEgressSecurityRuleUdpOptionsSourcePortRange(dict):
|
|
13519
13247
|
@pulumi.getter
|
13520
13248
|
def min(self) -> int:
|
13521
13249
|
"""
|
13522
|
-
(Updatable) The minimum port number
|
13250
|
+
(Updatable) The minimum port number. Must not be greater than the maximum port number.
|
13523
13251
|
"""
|
13524
13252
|
return pulumi.get(self, "min")
|
13525
13253
|
|
@@ -13572,6 +13300,8 @@ class SecurityListIngressSecurityRule(dict):
|
|
13572
13300
|
|
13573
13301
|
If you specify ICMP or ICMPv6 as the protocol but omit this object, then all ICMP types and codes are allowed. If you do provide this object, the type is required and the code is optional. To enable MTU negotiation for ingress internet traffic via IPv4, make sure to allow type 3 ("Destination Unreachable") code 4 ("Fragmentation Needed and Don't Fragment was Set"). If you need to specify multiple codes for a single type, create a separate security list rule for each.
|
13574
13302
|
:param str source_type: (Updatable) Type of source for the rule. The default is `CIDR_BLOCK`.
|
13303
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
13304
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
|
13575
13305
|
:param bool stateless: (Updatable) A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if ingress traffic allows TCP destination port 80, there should be an egress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
|
13576
13306
|
:param 'SecurityListIngressSecurityRuleTcpOptionsArgs' tcp_options: (Updatable) Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
|
13577
13307
|
:param 'SecurityListIngressSecurityRuleUdpOptionsArgs' udp_options: (Updatable) Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
|
@@ -13636,6 +13366,8 @@ class SecurityListIngressSecurityRule(dict):
|
|
13636
13366
|
def source_type(self) -> Optional[str]:
|
13637
13367
|
"""
|
13638
13368
|
(Updatable) Type of source for the rule. The default is `CIDR_BLOCK`.
|
13369
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
13370
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
|
13639
13371
|
"""
|
13640
13372
|
return pulumi.get(self, "source_type")
|
13641
13373
|
|
@@ -13718,8 +13450,8 @@ class SecurityListIngressSecurityRuleTcpOptions(dict):
|
|
13718
13450
|
min: Optional[int] = None,
|
13719
13451
|
source_port_range: Optional['outputs.SecurityListIngressSecurityRuleTcpOptionsSourcePortRange'] = None):
|
13720
13452
|
"""
|
13721
|
-
:param int max:
|
13722
|
-
:param int min:
|
13453
|
+
:param int max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13454
|
+
:param int min: The minimum port number. Must not be greater than the maximum port number.
|
13723
13455
|
:param 'SecurityListIngressSecurityRuleTcpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
|
13724
13456
|
"""
|
13725
13457
|
if max is not None:
|
@@ -13733,7 +13465,7 @@ class SecurityListIngressSecurityRuleTcpOptions(dict):
|
|
13733
13465
|
@pulumi.getter
|
13734
13466
|
def max(self) -> Optional[int]:
|
13735
13467
|
"""
|
13736
|
-
|
13468
|
+
The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13737
13469
|
"""
|
13738
13470
|
return pulumi.get(self, "max")
|
13739
13471
|
|
@@ -13741,7 +13473,7 @@ class SecurityListIngressSecurityRuleTcpOptions(dict):
|
|
13741
13473
|
@pulumi.getter
|
13742
13474
|
def min(self) -> Optional[int]:
|
13743
13475
|
"""
|
13744
|
-
|
13476
|
+
The minimum port number. Must not be greater than the maximum port number.
|
13745
13477
|
"""
|
13746
13478
|
return pulumi.get(self, "min")
|
13747
13479
|
|
@@ -13760,8 +13492,8 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
13760
13492
|
max: int,
|
13761
13493
|
min: int):
|
13762
13494
|
"""
|
13763
|
-
:param int max: (Updatable) The maximum port number
|
13764
|
-
:param int min: (Updatable) The minimum port number
|
13495
|
+
:param int max: (Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13496
|
+
:param int min: (Updatable) The minimum port number. Must not be greater than the maximum port number.
|
13765
13497
|
"""
|
13766
13498
|
pulumi.set(__self__, "max", max)
|
13767
13499
|
pulumi.set(__self__, "min", min)
|
@@ -13770,7 +13502,7 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
13770
13502
|
@pulumi.getter
|
13771
13503
|
def max(self) -> int:
|
13772
13504
|
"""
|
13773
|
-
(Updatable) The maximum port number
|
13505
|
+
(Updatable) The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13774
13506
|
"""
|
13775
13507
|
return pulumi.get(self, "max")
|
13776
13508
|
|
@@ -13778,7 +13510,7 @@ class SecurityListIngressSecurityRuleTcpOptionsSourcePortRange(dict):
|
|
13778
13510
|
@pulumi.getter
|
13779
13511
|
def min(self) -> int:
|
13780
13512
|
"""
|
13781
|
-
(Updatable) The minimum port number
|
13513
|
+
(Updatable) The minimum port number. Must not be greater than the maximum port number.
|
13782
13514
|
"""
|
13783
13515
|
return pulumi.get(self, "min")
|
13784
13516
|
|
@@ -13807,8 +13539,8 @@ class SecurityListIngressSecurityRuleUdpOptions(dict):
|
|
13807
13539
|
min: Optional[int] = None,
|
13808
13540
|
source_port_range: Optional['outputs.SecurityListIngressSecurityRuleUdpOptionsSourcePortRange'] = None):
|
13809
13541
|
"""
|
13810
|
-
:param int max:
|
13811
|
-
:param int min:
|
13542
|
+
:param int max: The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13543
|
+
:param int min: The minimum port number. Must not be greater than the maximum port number.
|
13812
13544
|
:param 'SecurityListIngressSecurityRuleUdpOptionsSourcePortRangeArgs' source_port_range: (Updatable)
|
13813
13545
|
"""
|
13814
13546
|
if max is not None:
|
@@ -13822,7 +13554,7 @@ class SecurityListIngressSecurityRuleUdpOptions(dict):
|
|
13822
13554
|
@pulumi.getter
|
13823
13555
|
def max(self) -> Optional[int]:
|
13824
13556
|
"""
|
13825
|
-
|
13557
|
+
The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
|
13826
13558
|
"""
|
13827
13559
|
return pulumi.get(self, "max")
|
13828
13560
|
|
@@ -13830,7 +13562,7 @@ class SecurityListIngressSecurityRuleUdpOptions(dict):
|
|
13830
13562
|
@pulumi.getter
|
13831
13563
|
def min(self) -> Optional[int]:
|
13832
13564
|
"""
|
13833
|
-
|
13565
|
+
The minimum port number. Must not be greater than the maximum port number.
|
13834
13566
|
"""
|
13835
13567
|
return pulumi.get(self, "min")
|
13836
13568
|
|
@@ -14272,7 +14004,7 @@ class VnicAttachmentCreateVnicDetails(dict):
|
|
14272
14004
|
|
14273
14005
|
If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
14274
14006
|
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
14275
|
-
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
14007
|
+
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
14276
14008
|
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
14277
14009
|
:param str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
|
14278
14010
|
|
@@ -14377,7 +14109,7 @@ class VnicAttachmentCreateVnicDetails(dict):
|
|
14377
14109
|
@pulumi.getter(name="displayName")
|
14378
14110
|
def display_name(self) -> Optional[str]:
|
14379
14111
|
"""
|
14380
|
-
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
14112
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
14381
14113
|
"""
|
14382
14114
|
return pulumi.get(self, "display_name")
|
14383
14115
|
|
@@ -14670,6 +14402,12 @@ class VolumeBackupPolicySchedule(dict):
|
|
14670
14402
|
For clients using older versions of Apis and not sending `offsetType` in their requests, the behaviour is just like `NUMERIC_SECONDS`.
|
14671
14403
|
:param str time_zone: (Updatable) Specifies what time zone is the schedule in
|
14672
14404
|
enum:
|
14405
|
+
- `UTC`
|
14406
|
+
- `REGIONAL_DATA_CENTER_TIME`
|
14407
|
+
|
14408
|
+
|
14409
|
+
** IMPORTANT **
|
14410
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
14673
14411
|
"""
|
14674
14412
|
pulumi.set(__self__, "backup_type", backup_type)
|
14675
14413
|
pulumi.set(__self__, "period", period)
|
@@ -14781,6 +14519,12 @@ class VolumeBackupPolicySchedule(dict):
|
|
14781
14519
|
"""
|
14782
14520
|
(Updatable) Specifies what time zone is the schedule in
|
14783
14521
|
enum:
|
14522
|
+
- `UTC`
|
14523
|
+
- `REGIONAL_DATA_CENTER_TIME`
|
14524
|
+
|
14525
|
+
|
14526
|
+
** IMPORTANT **
|
14527
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
14784
14528
|
"""
|
14785
14529
|
return pulumi.get(self, "time_zone")
|
14786
14530
|
|
@@ -15022,10 +14766,7 @@ class VolumeGroupSourceDetails(dict):
|
|
15022
14766
|
:param str volume_group_backup_id: The OCID of the volume group backup to restore from.
|
15023
14767
|
:param str volume_group_id: The OCID of the volume group to clone from.
|
15024
14768
|
:param str volume_group_replica_id: The OCID of the volume group replica.
|
15025
|
-
:param Sequence[str] volume_ids:
|
15026
|
-
|
15027
|
-
** IMPORTANT **
|
15028
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
14769
|
+
:param Sequence[str] volume_ids: OCIDs for the volumes used to create this volume group.
|
15029
14770
|
"""
|
15030
14771
|
pulumi.set(__self__, "type", type)
|
15031
14772
|
if volume_group_backup_id is not None:
|
@@ -15073,10 +14814,7 @@ class VolumeGroupSourceDetails(dict):
|
|
15073
14814
|
@pulumi.getter(name="volumeIds")
|
15074
14815
|
def volume_ids(self) -> Optional[Sequence[str]]:
|
15075
14816
|
"""
|
15076
|
-
|
15077
|
-
|
15078
|
-
** IMPORTANT **
|
15079
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
14817
|
+
OCIDs for the volumes used to create this volume group.
|
15080
14818
|
"""
|
15081
14819
|
return pulumi.get(self, "volume_ids")
|
15082
14820
|
|
@@ -15111,7 +14849,7 @@ class VolumeGroupVolumeGroupReplica(dict):
|
|
15111
14849
|
"""
|
15112
14850
|
:param str availability_domain: (Updatable) The availability domain of the volume group replica. Example: `Uocm:PHX-AD-1`
|
15113
14851
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
15114
|
-
:param str volume_group_replica_id: The
|
14852
|
+
:param str volume_group_replica_id: The volume group replica's Oracle ID (OCID).
|
15115
14853
|
"""
|
15116
14854
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
15117
14855
|
if display_name is not None:
|
@@ -15139,7 +14877,7 @@ class VolumeGroupVolumeGroupReplica(dict):
|
|
15139
14877
|
@pulumi.getter(name="volumeGroupReplicaId")
|
15140
14878
|
def volume_group_replica_id(self) -> Optional[str]:
|
15141
14879
|
"""
|
15142
|
-
The
|
14880
|
+
The volume group replica's Oracle ID (OCID).
|
15143
14881
|
"""
|
15144
14882
|
return pulumi.get(self, "volume_group_replica_id")
|
15145
14883
|
|
@@ -25255,11 +24993,26 @@ class GetImageLaunchOptionResult(dict):
|
|
25255
24993
|
remote_data_volume_type: str):
|
25256
24994
|
"""
|
25257
24995
|
:param str boot_volume_type: Emulation type for the boot volume.
|
24996
|
+
* `ISCSI` - ISCSI attached block storage device.
|
24997
|
+
* `SCSI` - Emulated SCSI disk.
|
24998
|
+
* `IDE` - Emulated IDE disk.
|
24999
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25000
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25258
25001
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
25002
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
25003
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
25259
25004
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
25260
25005
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
|
25261
25006
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
25007
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
25008
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
25009
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
25262
25010
|
:param str remote_data_volume_type: Emulation type for volume.
|
25011
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25012
|
+
* `SCSI` - Emulated SCSI disk.
|
25013
|
+
* `IDE` - Emulated IDE disk.
|
25014
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25015
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25263
25016
|
"""
|
25264
25017
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
25265
25018
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -25273,6 +25026,11 @@ class GetImageLaunchOptionResult(dict):
|
|
25273
25026
|
def boot_volume_type(self) -> str:
|
25274
25027
|
"""
|
25275
25028
|
Emulation type for the boot volume.
|
25029
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25030
|
+
* `SCSI` - Emulated SCSI disk.
|
25031
|
+
* `IDE` - Emulated IDE disk.
|
25032
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25033
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25276
25034
|
"""
|
25277
25035
|
return pulumi.get(self, "boot_volume_type")
|
25278
25036
|
|
@@ -25281,6 +25039,8 @@ class GetImageLaunchOptionResult(dict):
|
|
25281
25039
|
def firmware(self) -> str:
|
25282
25040
|
"""
|
25283
25041
|
Firmware used to boot VM. Select the option that matches your operating system.
|
25042
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
25043
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
25284
25044
|
"""
|
25285
25045
|
return pulumi.get(self, "firmware")
|
25286
25046
|
|
@@ -25305,6 +25065,9 @@ class GetImageLaunchOptionResult(dict):
|
|
25305
25065
|
def network_type(self) -> str:
|
25306
25066
|
"""
|
25307
25067
|
Emulation type for the physical network interface card (NIC).
|
25068
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
25069
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
25070
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
25308
25071
|
"""
|
25309
25072
|
return pulumi.get(self, "network_type")
|
25310
25073
|
|
@@ -25313,6 +25076,11 @@ class GetImageLaunchOptionResult(dict):
|
|
25313
25076
|
def remote_data_volume_type(self) -> str:
|
25314
25077
|
"""
|
25315
25078
|
Emulation type for volume.
|
25079
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25080
|
+
* `SCSI` - Emulated SCSI disk.
|
25081
|
+
* `IDE` - Emulated IDE disk.
|
25082
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25083
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25316
25084
|
"""
|
25317
25085
|
return pulumi.get(self, "remote_data_volume_type")
|
25318
25086
|
|
@@ -25571,6 +25339,10 @@ class GetImagesImageResult(dict):
|
|
25571
25339
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
25572
25340
|
:param str id: The OCID of the image.
|
25573
25341
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
25342
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
25343
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
25344
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
25345
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
25574
25346
|
:param Sequence['GetImagesImageLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
25575
25347
|
:param str listing_type: The listing type of the image. The default value is "NONE".
|
25576
25348
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
@@ -25686,6 +25458,10 @@ class GetImagesImageResult(dict):
|
|
25686
25458
|
def launch_mode(self) -> str:
|
25687
25459
|
"""
|
25688
25460
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
25461
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
25462
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
25463
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
25464
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
25689
25465
|
"""
|
25690
25466
|
return pulumi.get(self, "launch_mode")
|
25691
25467
|
|
@@ -25857,11 +25633,26 @@ class GetImagesImageLaunchOptionResult(dict):
|
|
25857
25633
|
remote_data_volume_type: str):
|
25858
25634
|
"""
|
25859
25635
|
:param str boot_volume_type: Emulation type for the boot volume.
|
25636
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25637
|
+
* `SCSI` - Emulated SCSI disk.
|
25638
|
+
* `IDE` - Emulated IDE disk.
|
25639
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25640
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25860
25641
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
25642
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
25643
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
25861
25644
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
25862
25645
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
|
25863
25646
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
25647
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
25648
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
25649
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
25864
25650
|
:param str remote_data_volume_type: Emulation type for volume.
|
25651
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25652
|
+
* `SCSI` - Emulated SCSI disk.
|
25653
|
+
* `IDE` - Emulated IDE disk.
|
25654
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25655
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25865
25656
|
"""
|
25866
25657
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
25867
25658
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -25875,6 +25666,11 @@ class GetImagesImageLaunchOptionResult(dict):
|
|
25875
25666
|
def boot_volume_type(self) -> str:
|
25876
25667
|
"""
|
25877
25668
|
Emulation type for the boot volume.
|
25669
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25670
|
+
* `SCSI` - Emulated SCSI disk.
|
25671
|
+
* `IDE` - Emulated IDE disk.
|
25672
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25673
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25878
25674
|
"""
|
25879
25675
|
return pulumi.get(self, "boot_volume_type")
|
25880
25676
|
|
@@ -25883,6 +25679,8 @@ class GetImagesImageLaunchOptionResult(dict):
|
|
25883
25679
|
def firmware(self) -> str:
|
25884
25680
|
"""
|
25885
25681
|
Firmware used to boot VM. Select the option that matches your operating system.
|
25682
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
25683
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
25886
25684
|
"""
|
25887
25685
|
return pulumi.get(self, "firmware")
|
25888
25686
|
|
@@ -25907,6 +25705,9 @@ class GetImagesImageLaunchOptionResult(dict):
|
|
25907
25705
|
def network_type(self) -> str:
|
25908
25706
|
"""
|
25909
25707
|
Emulation type for the physical network interface card (NIC).
|
25708
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
25709
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
25710
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
25910
25711
|
"""
|
25911
25712
|
return pulumi.get(self, "network_type")
|
25912
25713
|
|
@@ -25915,6 +25716,11 @@ class GetImagesImageLaunchOptionResult(dict):
|
|
25915
25716
|
def remote_data_volume_type(self) -> str:
|
25916
25717
|
"""
|
25917
25718
|
Emulation type for volume.
|
25719
|
+
* `ISCSI` - ISCSI attached block storage device.
|
25720
|
+
* `SCSI` - Emulated SCSI disk.
|
25721
|
+
* `IDE` - Emulated IDE disk.
|
25722
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
25723
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
25918
25724
|
"""
|
25919
25725
|
return pulumi.get(self, "remote_data_volume_type")
|
25920
25726
|
|
@@ -26007,6 +25813,8 @@ class GetInstanceAvailabilityConfigResult(dict):
|
|
26007
25813
|
"""
|
26008
25814
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
26009
25815
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
25816
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
25817
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
26010
25818
|
"""
|
26011
25819
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
26012
25820
|
pulumi.set(__self__, "recovery_action", recovery_action)
|
@@ -26024,6 +25832,8 @@ class GetInstanceAvailabilityConfigResult(dict):
|
|
26024
25832
|
def recovery_action(self) -> str:
|
26025
25833
|
"""
|
26026
25834
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
25835
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
25836
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
26027
25837
|
"""
|
26028
25838
|
return pulumi.get(self, "recovery_action")
|
26029
25839
|
|
@@ -26504,11 +26314,17 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26504
26314
|
:param str ipxe_script: This is an advanced option.
|
26505
26315
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
26506
26316
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
26317
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
26318
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
26319
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
26320
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
26507
26321
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
26508
26322
|
:param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
26509
26323
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
26510
26324
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
26511
26325
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
26326
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
26327
|
+
* `REBOOT` - Run maintenance using a reboot.
|
26512
26328
|
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
26513
26329
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
|
26514
26330
|
"""
|
@@ -26671,6 +26487,10 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26671
26487
|
def launch_mode(self) -> str:
|
26672
26488
|
"""
|
26673
26489
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
26490
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
26491
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
26492
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
26493
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
26674
26494
|
"""
|
26675
26495
|
return pulumi.get(self, "launch_mode")
|
26676
26496
|
|
@@ -26711,6 +26531,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26711
26531
|
def preferred_maintenance_action(self) -> str:
|
26712
26532
|
"""
|
26713
26533
|
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
26534
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
26535
|
+
* `REBOOT` - Run maintenance using a reboot.
|
26714
26536
|
"""
|
26715
26537
|
return pulumi.get(self, "preferred_maintenance_action")
|
26716
26538
|
|
@@ -26824,6 +26646,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfigResult
|
|
26824
26646
|
"""
|
26825
26647
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
26826
26648
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
26649
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
26650
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
26827
26651
|
"""
|
26828
26652
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
26829
26653
|
pulumi.set(__self__, "recovery_action", recovery_action)
|
@@ -26841,6 +26665,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfigResult
|
|
26841
26665
|
def recovery_action(self) -> str:
|
26842
26666
|
"""
|
26843
26667
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
26668
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
26669
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
26844
26670
|
"""
|
26845
26671
|
return pulumi.get(self, "recovery_action")
|
26846
26672
|
|
@@ -27042,11 +26868,26 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
|
|
27042
26868
|
remote_data_volume_type: str):
|
27043
26869
|
"""
|
27044
26870
|
:param str boot_volume_type: Emulation type for the boot volume.
|
26871
|
+
* `ISCSI` - ISCSI attached block storage device.
|
26872
|
+
* `SCSI` - Emulated SCSI disk.
|
26873
|
+
* `IDE` - Emulated IDE disk.
|
26874
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
26875
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
27045
26876
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
26877
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
26878
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
27046
26879
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
27047
26880
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
27048
26881
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
26882
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
26883
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
26884
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
27049
26885
|
:param str remote_data_volume_type: Emulation type for volume.
|
26886
|
+
* `ISCSI` - ISCSI attached block storage device.
|
26887
|
+
* `SCSI` - Emulated SCSI disk.
|
26888
|
+
* `IDE` - Emulated IDE disk.
|
26889
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
26890
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
27050
26891
|
"""
|
27051
26892
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
27052
26893
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -27060,6 +26901,11 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
|
|
27060
26901
|
def boot_volume_type(self) -> str:
|
27061
26902
|
"""
|
27062
26903
|
Emulation type for the boot volume.
|
26904
|
+
* `ISCSI` - ISCSI attached block storage device.
|
26905
|
+
* `SCSI` - Emulated SCSI disk.
|
26906
|
+
* `IDE` - Emulated IDE disk.
|
26907
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
26908
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
27063
26909
|
"""
|
27064
26910
|
return pulumi.get(self, "boot_volume_type")
|
27065
26911
|
|
@@ -27068,6 +26914,8 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
|
|
27068
26914
|
def firmware(self) -> str:
|
27069
26915
|
"""
|
27070
26916
|
Firmware used to boot VM. Select the option that matches your operating system.
|
26917
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
26918
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
27071
26919
|
"""
|
27072
26920
|
return pulumi.get(self, "firmware")
|
27073
26921
|
|
@@ -27092,6 +26940,9 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
|
|
27092
26940
|
def network_type(self) -> str:
|
27093
26941
|
"""
|
27094
26942
|
Emulation type for the physical network interface card (NIC).
|
26943
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
26944
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
26945
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
27095
26946
|
"""
|
27096
26947
|
return pulumi.get(self, "network_type")
|
27097
26948
|
|
@@ -27100,6 +26951,11 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
|
|
27100
26951
|
def remote_data_volume_type(self) -> str:
|
27101
26952
|
"""
|
27102
26953
|
Emulation type for volume.
|
26954
|
+
* `ISCSI` - ISCSI attached block storage device.
|
26955
|
+
* `SCSI` - Emulated SCSI disk.
|
26956
|
+
* `IDE` - Emulated IDE disk.
|
26957
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
26958
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
27103
26959
|
"""
|
27104
26960
|
return pulumi.get(self, "remote_data_volume_type")
|
27105
26961
|
|
@@ -27941,11 +27797,17 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27941
27797
|
:param str ipxe_script: This is an advanced option.
|
27942
27798
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
27943
27799
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
27800
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
27801
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
27802
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
27803
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
27944
27804
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
27945
27805
|
:param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
27946
27806
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
27947
27807
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
27948
27808
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
27809
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
27810
|
+
* `REBOOT` - Run maintenance using a reboot.
|
27949
27811
|
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
27950
27812
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
|
27951
27813
|
"""
|
@@ -28108,6 +27970,10 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
28108
27970
|
def launch_mode(self) -> str:
|
28109
27971
|
"""
|
28110
27972
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
27973
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
27974
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
27975
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
27976
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
28111
27977
|
"""
|
28112
27978
|
return pulumi.get(self, "launch_mode")
|
28113
27979
|
|
@@ -28148,6 +28014,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
28148
28014
|
def preferred_maintenance_action(self) -> str:
|
28149
28015
|
"""
|
28150
28016
|
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
28017
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
28018
|
+
* `REBOOT` - Run maintenance using a reboot.
|
28151
28019
|
"""
|
28152
28020
|
return pulumi.get(self, "preferred_maintenance_action")
|
28153
28021
|
|
@@ -28261,6 +28129,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
|
|
28261
28129
|
"""
|
28262
28130
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
28263
28131
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
28132
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
28133
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
28264
28134
|
"""
|
28265
28135
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
28266
28136
|
pulumi.set(__self__, "recovery_action", recovery_action)
|
@@ -28278,6 +28148,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
|
|
28278
28148
|
def recovery_action(self) -> str:
|
28279
28149
|
"""
|
28280
28150
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
28151
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
28152
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
28281
28153
|
"""
|
28282
28154
|
return pulumi.get(self, "recovery_action")
|
28283
28155
|
|
@@ -28479,11 +28351,26 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
|
|
28479
28351
|
remote_data_volume_type: str):
|
28480
28352
|
"""
|
28481
28353
|
:param str boot_volume_type: Emulation type for the boot volume.
|
28354
|
+
* `ISCSI` - ISCSI attached block storage device.
|
28355
|
+
* `SCSI` - Emulated SCSI disk.
|
28356
|
+
* `IDE` - Emulated IDE disk.
|
28357
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
28358
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
28482
28359
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
28360
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
28361
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
28483
28362
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
28484
28363
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
28485
28364
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
28365
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
28366
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
28367
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
28486
28368
|
:param str remote_data_volume_type: Emulation type for volume.
|
28369
|
+
* `ISCSI` - ISCSI attached block storage device.
|
28370
|
+
* `SCSI` - Emulated SCSI disk.
|
28371
|
+
* `IDE` - Emulated IDE disk.
|
28372
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
28373
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
28487
28374
|
"""
|
28488
28375
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
28489
28376
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -28497,6 +28384,11 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
|
|
28497
28384
|
def boot_volume_type(self) -> str:
|
28498
28385
|
"""
|
28499
28386
|
Emulation type for the boot volume.
|
28387
|
+
* `ISCSI` - ISCSI attached block storage device.
|
28388
|
+
* `SCSI` - Emulated SCSI disk.
|
28389
|
+
* `IDE` - Emulated IDE disk.
|
28390
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
28391
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
28500
28392
|
"""
|
28501
28393
|
return pulumi.get(self, "boot_volume_type")
|
28502
28394
|
|
@@ -28505,6 +28397,8 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
|
|
28505
28397
|
def firmware(self) -> str:
|
28506
28398
|
"""
|
28507
28399
|
Firmware used to boot VM. Select the option that matches your operating system.
|
28400
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
28401
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
28508
28402
|
"""
|
28509
28403
|
return pulumi.get(self, "firmware")
|
28510
28404
|
|
@@ -28529,6 +28423,9 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
|
|
28529
28423
|
def network_type(self) -> str:
|
28530
28424
|
"""
|
28531
28425
|
Emulation type for the physical network interface card (NIC).
|
28426
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
28427
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
28428
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
28532
28429
|
"""
|
28533
28430
|
return pulumi.get(self, "network_type")
|
28534
28431
|
|
@@ -28537,6 +28434,11 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
|
|
28537
28434
|
def remote_data_volume_type(self) -> str:
|
28538
28435
|
"""
|
28539
28436
|
Emulation type for volume.
|
28437
|
+
* `ISCSI` - ISCSI attached block storage device.
|
28438
|
+
* `SCSI` - Emulated SCSI disk.
|
28439
|
+
* `IDE` - Emulated IDE disk.
|
28440
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
28441
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
28540
28442
|
"""
|
28541
28443
|
return pulumi.get(self, "remote_data_volume_type")
|
28542
28444
|
|
@@ -29943,11 +29845,17 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29943
29845
|
:param str ipxe_script: This is an advanced option.
|
29944
29846
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
29945
29847
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
29848
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
29849
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
29850
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
29851
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
29946
29852
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
29947
29853
|
:param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
29948
29854
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
29949
29855
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
29950
29856
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
29857
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
29858
|
+
* `REBOOT` - Run maintenance using a reboot.
|
29951
29859
|
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
29952
29860
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
|
29953
29861
|
"""
|
@@ -30110,6 +30018,10 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
30110
30018
|
def launch_mode(self) -> str:
|
30111
30019
|
"""
|
30112
30020
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
30021
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
30022
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
30023
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
30024
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
30113
30025
|
"""
|
30114
30026
|
return pulumi.get(self, "launch_mode")
|
30115
30027
|
|
@@ -30150,6 +30062,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
30150
30062
|
def preferred_maintenance_action(self) -> str:
|
30151
30063
|
"""
|
30152
30064
|
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
30065
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
30066
|
+
* `REBOOT` - Run maintenance using a reboot.
|
30153
30067
|
"""
|
30154
30068
|
return pulumi.get(self, "preferred_maintenance_action")
|
30155
30069
|
|
@@ -30263,6 +30177,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAv
|
|
30263
30177
|
"""
|
30264
30178
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
30265
30179
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
30180
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
30181
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
30266
30182
|
"""
|
30267
30183
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
30268
30184
|
pulumi.set(__self__, "recovery_action", recovery_action)
|
@@ -30280,6 +30196,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAv
|
|
30280
30196
|
def recovery_action(self) -> str:
|
30281
30197
|
"""
|
30282
30198
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
30199
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
30200
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
30283
30201
|
"""
|
30284
30202
|
return pulumi.get(self, "recovery_action")
|
30285
30203
|
|
@@ -30481,11 +30399,26 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
|
|
30481
30399
|
remote_data_volume_type: str):
|
30482
30400
|
"""
|
30483
30401
|
:param str boot_volume_type: Emulation type for the boot volume.
|
30402
|
+
* `ISCSI` - ISCSI attached block storage device.
|
30403
|
+
* `SCSI` - Emulated SCSI disk.
|
30404
|
+
* `IDE` - Emulated IDE disk.
|
30405
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
30406
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
30484
30407
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
30408
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
30409
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
30485
30410
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
30486
30411
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
30487
30412
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
30413
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
30414
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
30415
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
30488
30416
|
:param str remote_data_volume_type: Emulation type for volume.
|
30417
|
+
* `ISCSI` - ISCSI attached block storage device.
|
30418
|
+
* `SCSI` - Emulated SCSI disk.
|
30419
|
+
* `IDE` - Emulated IDE disk.
|
30420
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
30421
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
30489
30422
|
"""
|
30490
30423
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
30491
30424
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -30499,6 +30432,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
|
|
30499
30432
|
def boot_volume_type(self) -> str:
|
30500
30433
|
"""
|
30501
30434
|
Emulation type for the boot volume.
|
30435
|
+
* `ISCSI` - ISCSI attached block storage device.
|
30436
|
+
* `SCSI` - Emulated SCSI disk.
|
30437
|
+
* `IDE` - Emulated IDE disk.
|
30438
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
30439
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
30502
30440
|
"""
|
30503
30441
|
return pulumi.get(self, "boot_volume_type")
|
30504
30442
|
|
@@ -30507,6 +30445,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
|
|
30507
30445
|
def firmware(self) -> str:
|
30508
30446
|
"""
|
30509
30447
|
Firmware used to boot VM. Select the option that matches your operating system.
|
30448
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
30449
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
30510
30450
|
"""
|
30511
30451
|
return pulumi.get(self, "firmware")
|
30512
30452
|
|
@@ -30531,6 +30471,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
|
|
30531
30471
|
def network_type(self) -> str:
|
30532
30472
|
"""
|
30533
30473
|
Emulation type for the physical network interface card (NIC).
|
30474
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
30475
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
30476
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
30534
30477
|
"""
|
30535
30478
|
return pulumi.get(self, "network_type")
|
30536
30479
|
|
@@ -30539,6 +30482,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
|
|
30539
30482
|
def remote_data_volume_type(self) -> str:
|
30540
30483
|
"""
|
30541
30484
|
Emulation type for volume.
|
30485
|
+
* `ISCSI` - ISCSI attached block storage device.
|
30486
|
+
* `SCSI` - Emulated SCSI disk.
|
30487
|
+
* `IDE` - Emulated IDE disk.
|
30488
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
30489
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
30542
30490
|
"""
|
30543
30491
|
return pulumi.get(self, "remote_data_volume_type")
|
30544
30492
|
|
@@ -31380,11 +31328,17 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31380
31328
|
:param str ipxe_script: This is an advanced option.
|
31381
31329
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
31382
31330
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
31331
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
31332
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
31333
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
31334
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
31383
31335
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
31384
31336
|
:param Mapping[str, Any] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
31385
31337
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
31386
31338
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
31387
31339
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
31340
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
31341
|
+
* `REBOOT` - Run maintenance using a reboot.
|
31388
31342
|
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
31389
31343
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
|
31390
31344
|
"""
|
@@ -31547,6 +31501,10 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31547
31501
|
def launch_mode(self) -> str:
|
31548
31502
|
"""
|
31549
31503
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
31504
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
31505
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
31506
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
31507
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
31550
31508
|
"""
|
31551
31509
|
return pulumi.get(self, "launch_mode")
|
31552
31510
|
|
@@ -31587,6 +31545,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31587
31545
|
def preferred_maintenance_action(self) -> str:
|
31588
31546
|
"""
|
31589
31547
|
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
31548
|
+
* `LIVE_MIGRATE` - Run maintenance using a live migration.
|
31549
|
+
* `REBOOT` - Run maintenance using a reboot.
|
31590
31550
|
"""
|
31591
31551
|
return pulumi.get(self, "preferred_maintenance_action")
|
31592
31552
|
|
@@ -31700,6 +31660,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31700
31660
|
"""
|
31701
31661
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
31702
31662
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
31663
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
31664
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
31703
31665
|
"""
|
31704
31666
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
31705
31667
|
pulumi.set(__self__, "recovery_action", recovery_action)
|
@@ -31717,6 +31679,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31717
31679
|
def recovery_action(self) -> str:
|
31718
31680
|
"""
|
31719
31681
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
31682
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
31683
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
31720
31684
|
"""
|
31721
31685
|
return pulumi.get(self, "recovery_action")
|
31722
31686
|
|
@@ -31918,11 +31882,26 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31918
31882
|
remote_data_volume_type: str):
|
31919
31883
|
"""
|
31920
31884
|
:param str boot_volume_type: Emulation type for the boot volume.
|
31885
|
+
* `ISCSI` - ISCSI attached block storage device.
|
31886
|
+
* `SCSI` - Emulated SCSI disk.
|
31887
|
+
* `IDE` - Emulated IDE disk.
|
31888
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
31889
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
31921
31890
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
31891
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
31892
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
31922
31893
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
31923
31894
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/InstanceConfigurationLaunchInstanceDetails).
|
31924
31895
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
31896
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
31897
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
31898
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
31925
31899
|
:param str remote_data_volume_type: Emulation type for volume.
|
31900
|
+
* `ISCSI` - ISCSI attached block storage device.
|
31901
|
+
* `SCSI` - Emulated SCSI disk.
|
31902
|
+
* `IDE` - Emulated IDE disk.
|
31903
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
31904
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
31926
31905
|
"""
|
31927
31906
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
31928
31907
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -31936,6 +31915,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31936
31915
|
def boot_volume_type(self) -> str:
|
31937
31916
|
"""
|
31938
31917
|
Emulation type for the boot volume.
|
31918
|
+
* `ISCSI` - ISCSI attached block storage device.
|
31919
|
+
* `SCSI` - Emulated SCSI disk.
|
31920
|
+
* `IDE` - Emulated IDE disk.
|
31921
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
31922
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
31939
31923
|
"""
|
31940
31924
|
return pulumi.get(self, "boot_volume_type")
|
31941
31925
|
|
@@ -31944,6 +31928,8 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31944
31928
|
def firmware(self) -> str:
|
31945
31929
|
"""
|
31946
31930
|
Firmware used to boot VM. Select the option that matches your operating system.
|
31931
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
31932
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
31947
31933
|
"""
|
31948
31934
|
return pulumi.get(self, "firmware")
|
31949
31935
|
|
@@ -31968,6 +31954,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31968
31954
|
def network_type(self) -> str:
|
31969
31955
|
"""
|
31970
31956
|
Emulation type for the physical network interface card (NIC).
|
31957
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
31958
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
31959
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
31971
31960
|
"""
|
31972
31961
|
return pulumi.get(self, "network_type")
|
31973
31962
|
|
@@ -31976,6 +31965,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31976
31965
|
def remote_data_volume_type(self) -> str:
|
31977
31966
|
"""
|
31978
31967
|
Emulation type for volume.
|
31968
|
+
* `ISCSI` - ISCSI attached block storage device.
|
31969
|
+
* `SCSI` - Emulated SCSI disk.
|
31970
|
+
* `IDE` - Emulated IDE disk.
|
31971
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
31972
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
31979
31973
|
"""
|
31980
31974
|
return pulumi.get(self, "remote_data_volume_type")
|
31981
31975
|
|
@@ -33147,11 +33141,26 @@ class GetInstanceLaunchOptionResult(dict):
|
|
33147
33141
|
remote_data_volume_type: str):
|
33148
33142
|
"""
|
33149
33143
|
:param str boot_volume_type: Emulation type for the boot volume.
|
33144
|
+
* `ISCSI` - ISCSI attached block storage device.
|
33145
|
+
* `SCSI` - Emulated SCSI disk.
|
33146
|
+
* `IDE` - Emulated IDE disk.
|
33147
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
33148
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
33150
33149
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
33150
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
33151
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
33151
33152
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
33152
33153
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
|
33153
33154
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
33155
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
33156
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
33157
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
33154
33158
|
:param str remote_data_volume_type: Emulation type for volume.
|
33159
|
+
* `ISCSI` - ISCSI attached block storage device.
|
33160
|
+
* `SCSI` - Emulated SCSI disk.
|
33161
|
+
* `IDE` - Emulated IDE disk.
|
33162
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
33163
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
33155
33164
|
"""
|
33156
33165
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
33157
33166
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -33165,6 +33174,11 @@ class GetInstanceLaunchOptionResult(dict):
|
|
33165
33174
|
def boot_volume_type(self) -> str:
|
33166
33175
|
"""
|
33167
33176
|
Emulation type for the boot volume.
|
33177
|
+
* `ISCSI` - ISCSI attached block storage device.
|
33178
|
+
* `SCSI` - Emulated SCSI disk.
|
33179
|
+
* `IDE` - Emulated IDE disk.
|
33180
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
33181
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
33168
33182
|
"""
|
33169
33183
|
return pulumi.get(self, "boot_volume_type")
|
33170
33184
|
|
@@ -33173,6 +33187,8 @@ class GetInstanceLaunchOptionResult(dict):
|
|
33173
33187
|
def firmware(self) -> str:
|
33174
33188
|
"""
|
33175
33189
|
Firmware used to boot VM. Select the option that matches your operating system.
|
33190
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
33191
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
33176
33192
|
"""
|
33177
33193
|
return pulumi.get(self, "firmware")
|
33178
33194
|
|
@@ -33197,6 +33213,9 @@ class GetInstanceLaunchOptionResult(dict):
|
|
33197
33213
|
def network_type(self) -> str:
|
33198
33214
|
"""
|
33199
33215
|
Emulation type for the physical network interface card (NIC).
|
33216
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
33217
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
33218
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
33200
33219
|
"""
|
33201
33220
|
return pulumi.get(self, "network_type")
|
33202
33221
|
|
@@ -33205,6 +33224,11 @@ class GetInstanceLaunchOptionResult(dict):
|
|
33205
33224
|
def remote_data_volume_type(self) -> str:
|
33206
33225
|
"""
|
33207
33226
|
Emulation type for volume.
|
33227
|
+
* `ISCSI` - ISCSI attached block storage device.
|
33228
|
+
* `SCSI` - Emulated SCSI disk.
|
33229
|
+
* `IDE` - Emulated IDE disk.
|
33230
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
33231
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
33208
33232
|
"""
|
33209
33233
|
return pulumi.get(self, "remote_data_volume_type")
|
33210
33234
|
|
@@ -35001,6 +35025,10 @@ class GetInstancesInstanceResult(dict):
|
|
35001
35025
|
:param bool is_cross_numa_node: Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
|
35002
35026
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
|
35003
35027
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
35028
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
35029
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
35030
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
35031
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
35004
35032
|
:param Sequence['GetInstancesInstanceLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
35005
35033
|
:param Mapping[str, Any] metadata: Custom metadata that you provide.
|
35006
35034
|
:param Sequence['GetInstancesInstancePlatformConfigArgs'] platform_configs: The platform configuration for the instance.
|
@@ -35253,6 +35281,10 @@ class GetInstancesInstanceResult(dict):
|
|
35253
35281
|
def launch_mode(self) -> str:
|
35254
35282
|
"""
|
35255
35283
|
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
35284
|
+
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
35285
|
+
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
|
35286
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
35287
|
+
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
35256
35288
|
"""
|
35257
35289
|
return pulumi.get(self, "launch_mode")
|
35258
35290
|
|
@@ -35479,6 +35511,8 @@ class GetInstancesInstanceAvailabilityConfigResult(dict):
|
|
35479
35511
|
"""
|
35480
35512
|
:param bool is_live_migration_preferred: Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
|
35481
35513
|
:param str recovery_action: The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
35514
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
35515
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
35482
35516
|
"""
|
35483
35517
|
pulumi.set(__self__, "is_live_migration_preferred", is_live_migration_preferred)
|
35484
35518
|
pulumi.set(__self__, "recovery_action", recovery_action)
|
@@ -35496,6 +35530,8 @@ class GetInstancesInstanceAvailabilityConfigResult(dict):
|
|
35496
35530
|
def recovery_action(self) -> str:
|
35497
35531
|
"""
|
35498
35532
|
The lifecycle state for an instance when it is recovered after infrastructure maintenance.
|
35533
|
+
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
|
35534
|
+
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
|
35499
35535
|
"""
|
35500
35536
|
return pulumi.get(self, "recovery_action")
|
35501
35537
|
|
@@ -35658,11 +35694,26 @@ class GetInstancesInstanceLaunchOptionResult(dict):
|
|
35658
35694
|
remote_data_volume_type: str):
|
35659
35695
|
"""
|
35660
35696
|
:param str boot_volume_type: Emulation type for the boot volume.
|
35697
|
+
* `ISCSI` - ISCSI attached block storage device.
|
35698
|
+
* `SCSI` - Emulated SCSI disk.
|
35699
|
+
* `IDE` - Emulated IDE disk.
|
35700
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
35701
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
35661
35702
|
:param str firmware: Firmware used to boot VM. Select the option that matches your operating system.
|
35703
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
35704
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
35662
35705
|
:param bool is_consistent_volume_naming_enabled: Whether to enable consistent volume naming feature. Defaults to false.
|
35663
35706
|
:param bool is_pv_encryption_in_transit_enabled: Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/datatypes/LaunchInstanceDetails).
|
35664
35707
|
:param str network_type: Emulation type for the physical network interface card (NIC).
|
35708
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
35709
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
35710
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
35665
35711
|
:param str remote_data_volume_type: Emulation type for volume.
|
35712
|
+
* `ISCSI` - ISCSI attached block storage device.
|
35713
|
+
* `SCSI` - Emulated SCSI disk.
|
35714
|
+
* `IDE` - Emulated IDE disk.
|
35715
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
35716
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
35666
35717
|
"""
|
35667
35718
|
pulumi.set(__self__, "boot_volume_type", boot_volume_type)
|
35668
35719
|
pulumi.set(__self__, "firmware", firmware)
|
@@ -35676,6 +35727,11 @@ class GetInstancesInstanceLaunchOptionResult(dict):
|
|
35676
35727
|
def boot_volume_type(self) -> str:
|
35677
35728
|
"""
|
35678
35729
|
Emulation type for the boot volume.
|
35730
|
+
* `ISCSI` - ISCSI attached block storage device.
|
35731
|
+
* `SCSI` - Emulated SCSI disk.
|
35732
|
+
* `IDE` - Emulated IDE disk.
|
35733
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
35734
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
35679
35735
|
"""
|
35680
35736
|
return pulumi.get(self, "boot_volume_type")
|
35681
35737
|
|
@@ -35684,6 +35740,8 @@ class GetInstancesInstanceLaunchOptionResult(dict):
|
|
35684
35740
|
def firmware(self) -> str:
|
35685
35741
|
"""
|
35686
35742
|
Firmware used to boot VM. Select the option that matches your operating system.
|
35743
|
+
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
|
35744
|
+
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
|
35687
35745
|
"""
|
35688
35746
|
return pulumi.get(self, "firmware")
|
35689
35747
|
|
@@ -35708,6 +35766,9 @@ class GetInstancesInstanceLaunchOptionResult(dict):
|
|
35708
35766
|
def network_type(self) -> str:
|
35709
35767
|
"""
|
35710
35768
|
Emulation type for the physical network interface card (NIC).
|
35769
|
+
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
|
35770
|
+
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
|
35771
|
+
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
35711
35772
|
"""
|
35712
35773
|
return pulumi.get(self, "network_type")
|
35713
35774
|
|
@@ -35716,6 +35777,11 @@ class GetInstancesInstanceLaunchOptionResult(dict):
|
|
35716
35777
|
def remote_data_volume_type(self) -> str:
|
35717
35778
|
"""
|
35718
35779
|
Emulation type for volume.
|
35780
|
+
* `ISCSI` - ISCSI attached block storage device.
|
35781
|
+
* `SCSI` - Emulated SCSI disk.
|
35782
|
+
* `IDE` - Emulated IDE disk.
|
35783
|
+
* `VFIO` - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
|
35784
|
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
|
35719
35785
|
"""
|
35720
35786
|
return pulumi.get(self, "remote_data_volume_type")
|
35721
35787
|
|
@@ -36473,6 +36539,263 @@ class GetInternetGatewaysGatewayResult(dict):
|
|
36473
36539
|
return pulumi.get(self, "vcn_id")
|
36474
36540
|
|
36475
36541
|
|
36542
|
+
@pulumi.output_type
|
36543
|
+
class GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult(dict):
|
36544
|
+
def __init__(__self__, *,
|
36545
|
+
address_type: str,
|
36546
|
+
cidr: str,
|
36547
|
+
utilization: float):
|
36548
|
+
"""
|
36549
|
+
:param str address_type: Address type of the CIDR within a subnet.
|
36550
|
+
:param str cidr: The CIDR range of a subnet.
|
36551
|
+
:param float utilization: The CIDR utilisation of a subnet.
|
36552
|
+
"""
|
36553
|
+
pulumi.set(__self__, "address_type", address_type)
|
36554
|
+
pulumi.set(__self__, "cidr", cidr)
|
36555
|
+
pulumi.set(__self__, "utilization", utilization)
|
36556
|
+
|
36557
|
+
@property
|
36558
|
+
@pulumi.getter(name="addressType")
|
36559
|
+
def address_type(self) -> str:
|
36560
|
+
"""
|
36561
|
+
Address type of the CIDR within a subnet.
|
36562
|
+
"""
|
36563
|
+
return pulumi.get(self, "address_type")
|
36564
|
+
|
36565
|
+
@property
|
36566
|
+
@pulumi.getter
|
36567
|
+
def cidr(self) -> str:
|
36568
|
+
"""
|
36569
|
+
The CIDR range of a subnet.
|
36570
|
+
"""
|
36571
|
+
return pulumi.get(self, "cidr")
|
36572
|
+
|
36573
|
+
@property
|
36574
|
+
@pulumi.getter
|
36575
|
+
def utilization(self) -> float:
|
36576
|
+
"""
|
36577
|
+
The CIDR utilisation of a subnet.
|
36578
|
+
"""
|
36579
|
+
return pulumi.get(self, "utilization")
|
36580
|
+
|
36581
|
+
|
36582
|
+
@pulumi.output_type
|
36583
|
+
class GetIpInventorySubnetIpInventorySubnetResourceSummaryResult(dict):
|
36584
|
+
def __init__(__self__, *,
|
36585
|
+
address_type: str,
|
36586
|
+
assigned_resource_name: str,
|
36587
|
+
assigned_resource_type: str,
|
36588
|
+
assigned_time: str,
|
36589
|
+
associated_public_ip: str,
|
36590
|
+
associated_public_ip_pool: str,
|
36591
|
+
dns_host_name: str,
|
36592
|
+
ip_address: str,
|
36593
|
+
ip_address_lifetime: str,
|
36594
|
+
ip_id: str,
|
36595
|
+
parent_cidr: str,
|
36596
|
+
public_ip_lifetime: str):
|
36597
|
+
"""
|
36598
|
+
:param str address_type: Address type of the allocated private IP address.
|
36599
|
+
:param str assigned_resource_name: Name of the created resource.
|
36600
|
+
:param str assigned_resource_type: Type of the resource.
|
36601
|
+
:param str assigned_time: Assigned time of the private IP address.
|
36602
|
+
:param str associated_public_ip: Associated public IP address for the private IP address.
|
36603
|
+
:param str associated_public_ip_pool: Public IP address Pool the IP address is allocated from.
|
36604
|
+
:param str dns_host_name: DNS hostname of the IP address.
|
36605
|
+
:param str ip_address: Lists the allocated private IP address.
|
36606
|
+
:param str ip_address_lifetime: Lifetime of the allocated private IP address.
|
36607
|
+
:param str ip_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IP address.
|
36608
|
+
:param str parent_cidr: The address range the IP address is assigned from.
|
36609
|
+
:param str public_ip_lifetime: Lifetime of the assigned public IP address.
|
36610
|
+
"""
|
36611
|
+
pulumi.set(__self__, "address_type", address_type)
|
36612
|
+
pulumi.set(__self__, "assigned_resource_name", assigned_resource_name)
|
36613
|
+
pulumi.set(__self__, "assigned_resource_type", assigned_resource_type)
|
36614
|
+
pulumi.set(__self__, "assigned_time", assigned_time)
|
36615
|
+
pulumi.set(__self__, "associated_public_ip", associated_public_ip)
|
36616
|
+
pulumi.set(__self__, "associated_public_ip_pool", associated_public_ip_pool)
|
36617
|
+
pulumi.set(__self__, "dns_host_name", dns_host_name)
|
36618
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
36619
|
+
pulumi.set(__self__, "ip_address_lifetime", ip_address_lifetime)
|
36620
|
+
pulumi.set(__self__, "ip_id", ip_id)
|
36621
|
+
pulumi.set(__self__, "parent_cidr", parent_cidr)
|
36622
|
+
pulumi.set(__self__, "public_ip_lifetime", public_ip_lifetime)
|
36623
|
+
|
36624
|
+
@property
|
36625
|
+
@pulumi.getter(name="addressType")
|
36626
|
+
def address_type(self) -> str:
|
36627
|
+
"""
|
36628
|
+
Address type of the allocated private IP address.
|
36629
|
+
"""
|
36630
|
+
return pulumi.get(self, "address_type")
|
36631
|
+
|
36632
|
+
@property
|
36633
|
+
@pulumi.getter(name="assignedResourceName")
|
36634
|
+
def assigned_resource_name(self) -> str:
|
36635
|
+
"""
|
36636
|
+
Name of the created resource.
|
36637
|
+
"""
|
36638
|
+
return pulumi.get(self, "assigned_resource_name")
|
36639
|
+
|
36640
|
+
@property
|
36641
|
+
@pulumi.getter(name="assignedResourceType")
|
36642
|
+
def assigned_resource_type(self) -> str:
|
36643
|
+
"""
|
36644
|
+
Type of the resource.
|
36645
|
+
"""
|
36646
|
+
return pulumi.get(self, "assigned_resource_type")
|
36647
|
+
|
36648
|
+
@property
|
36649
|
+
@pulumi.getter(name="assignedTime")
|
36650
|
+
def assigned_time(self) -> str:
|
36651
|
+
"""
|
36652
|
+
Assigned time of the private IP address.
|
36653
|
+
"""
|
36654
|
+
return pulumi.get(self, "assigned_time")
|
36655
|
+
|
36656
|
+
@property
|
36657
|
+
@pulumi.getter(name="associatedPublicIp")
|
36658
|
+
def associated_public_ip(self) -> str:
|
36659
|
+
"""
|
36660
|
+
Associated public IP address for the private IP address.
|
36661
|
+
"""
|
36662
|
+
return pulumi.get(self, "associated_public_ip")
|
36663
|
+
|
36664
|
+
@property
|
36665
|
+
@pulumi.getter(name="associatedPublicIpPool")
|
36666
|
+
def associated_public_ip_pool(self) -> str:
|
36667
|
+
"""
|
36668
|
+
Public IP address Pool the IP address is allocated from.
|
36669
|
+
"""
|
36670
|
+
return pulumi.get(self, "associated_public_ip_pool")
|
36671
|
+
|
36672
|
+
@property
|
36673
|
+
@pulumi.getter(name="dnsHostName")
|
36674
|
+
def dns_host_name(self) -> str:
|
36675
|
+
"""
|
36676
|
+
DNS hostname of the IP address.
|
36677
|
+
"""
|
36678
|
+
return pulumi.get(self, "dns_host_name")
|
36679
|
+
|
36680
|
+
@property
|
36681
|
+
@pulumi.getter(name="ipAddress")
|
36682
|
+
def ip_address(self) -> str:
|
36683
|
+
"""
|
36684
|
+
Lists the allocated private IP address.
|
36685
|
+
"""
|
36686
|
+
return pulumi.get(self, "ip_address")
|
36687
|
+
|
36688
|
+
@property
|
36689
|
+
@pulumi.getter(name="ipAddressLifetime")
|
36690
|
+
def ip_address_lifetime(self) -> str:
|
36691
|
+
"""
|
36692
|
+
Lifetime of the allocated private IP address.
|
36693
|
+
"""
|
36694
|
+
return pulumi.get(self, "ip_address_lifetime")
|
36695
|
+
|
36696
|
+
@property
|
36697
|
+
@pulumi.getter(name="ipId")
|
36698
|
+
def ip_id(self) -> str:
|
36699
|
+
"""
|
36700
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IP address.
|
36701
|
+
"""
|
36702
|
+
return pulumi.get(self, "ip_id")
|
36703
|
+
|
36704
|
+
@property
|
36705
|
+
@pulumi.getter(name="parentCidr")
|
36706
|
+
def parent_cidr(self) -> str:
|
36707
|
+
"""
|
36708
|
+
The address range the IP address is assigned from.
|
36709
|
+
"""
|
36710
|
+
return pulumi.get(self, "parent_cidr")
|
36711
|
+
|
36712
|
+
@property
|
36713
|
+
@pulumi.getter(name="publicIpLifetime")
|
36714
|
+
def public_ip_lifetime(self) -> str:
|
36715
|
+
"""
|
36716
|
+
Lifetime of the assigned public IP address.
|
36717
|
+
"""
|
36718
|
+
return pulumi.get(self, "public_ip_lifetime")
|
36719
|
+
|
36720
|
+
|
36721
|
+
@pulumi.output_type
|
36722
|
+
class GetIpInventoryVcnOverlapsFilterResult(dict):
|
36723
|
+
def __init__(__self__, *,
|
36724
|
+
name: str,
|
36725
|
+
values: Sequence[str],
|
36726
|
+
regex: Optional[bool] = None):
|
36727
|
+
pulumi.set(__self__, "name", name)
|
36728
|
+
pulumi.set(__self__, "values", values)
|
36729
|
+
if regex is not None:
|
36730
|
+
pulumi.set(__self__, "regex", regex)
|
36731
|
+
|
36732
|
+
@property
|
36733
|
+
@pulumi.getter
|
36734
|
+
def name(self) -> str:
|
36735
|
+
return pulumi.get(self, "name")
|
36736
|
+
|
36737
|
+
@property
|
36738
|
+
@pulumi.getter
|
36739
|
+
def values(self) -> Sequence[str]:
|
36740
|
+
return pulumi.get(self, "values")
|
36741
|
+
|
36742
|
+
@property
|
36743
|
+
@pulumi.getter
|
36744
|
+
def regex(self) -> Optional[bool]:
|
36745
|
+
return pulumi.get(self, "regex")
|
36746
|
+
|
36747
|
+
|
36748
|
+
@pulumi.output_type
|
36749
|
+
class GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult(dict):
|
36750
|
+
def __init__(__self__, *,
|
36751
|
+
cidr: str,
|
36752
|
+
overlapping_cidr: str,
|
36753
|
+
overlapping_vcn_id: str,
|
36754
|
+
overlapping_vcn_name: str):
|
36755
|
+
"""
|
36756
|
+
:param str cidr: CIDR prefix of the VCN.
|
36757
|
+
:param str overlapping_cidr: The overlapping CIDR prefix.
|
36758
|
+
:param str overlapping_vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN .
|
36759
|
+
:param str overlapping_vcn_name: Name of the overlapping VCN.
|
36760
|
+
"""
|
36761
|
+
pulumi.set(__self__, "cidr", cidr)
|
36762
|
+
pulumi.set(__self__, "overlapping_cidr", overlapping_cidr)
|
36763
|
+
pulumi.set(__self__, "overlapping_vcn_id", overlapping_vcn_id)
|
36764
|
+
pulumi.set(__self__, "overlapping_vcn_name", overlapping_vcn_name)
|
36765
|
+
|
36766
|
+
@property
|
36767
|
+
@pulumi.getter
|
36768
|
+
def cidr(self) -> str:
|
36769
|
+
"""
|
36770
|
+
CIDR prefix of the VCN.
|
36771
|
+
"""
|
36772
|
+
return pulumi.get(self, "cidr")
|
36773
|
+
|
36774
|
+
@property
|
36775
|
+
@pulumi.getter(name="overlappingCidr")
|
36776
|
+
def overlapping_cidr(self) -> str:
|
36777
|
+
"""
|
36778
|
+
The overlapping CIDR prefix.
|
36779
|
+
"""
|
36780
|
+
return pulumi.get(self, "overlapping_cidr")
|
36781
|
+
|
36782
|
+
@property
|
36783
|
+
@pulumi.getter(name="overlappingVcnId")
|
36784
|
+
def overlapping_vcn_id(self) -> str:
|
36785
|
+
"""
|
36786
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN .
|
36787
|
+
"""
|
36788
|
+
return pulumi.get(self, "overlapping_vcn_id")
|
36789
|
+
|
36790
|
+
@property
|
36791
|
+
@pulumi.getter(name="overlappingVcnName")
|
36792
|
+
def overlapping_vcn_name(self) -> str:
|
36793
|
+
"""
|
36794
|
+
Name of the overlapping VCN.
|
36795
|
+
"""
|
36796
|
+
return pulumi.get(self, "overlapping_vcn_name")
|
36797
|
+
|
36798
|
+
|
36476
36799
|
@pulumi.output_type
|
36477
36800
|
class GetIpsecAlgorithmAllowedPhaseOneParameterResult(dict):
|
36478
36801
|
def __init__(__self__, *,
|
@@ -38891,6 +39214,9 @@ class GetNetworkSecurityGroupSecurityRulesSecurityRuleResult(dict):
|
|
38891
39214
|
:param str protocol: The transport protocol. Specify either `all` or an IPv4 protocol number as defined in [Protocol Numbers](http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
|
38892
39215
|
:param str source: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
|
38893
39216
|
:param str source_type: Type of source for the rule. Required if `direction` = `INGRESS`.
|
39217
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
39218
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
|
39219
|
+
* `NETWORK_SECURITY_GROUP`: If the rule's `source` is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
38894
39220
|
:param bool stateless: A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
|
38895
39221
|
:param Sequence['GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOptionArgs'] tcp_options: Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
|
38896
39222
|
:param str time_created: The date and time the security rule was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
@@ -38990,6 +39316,9 @@ class GetNetworkSecurityGroupSecurityRulesSecurityRuleResult(dict):
|
|
38990
39316
|
def source_type(self) -> str:
|
38991
39317
|
"""
|
38992
39318
|
Type of source for the rule. Required if `direction` = `INGRESS`.
|
39319
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
39320
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
|
39321
|
+
* `NETWORK_SECURITY_GROUP`: If the rule's `source` is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
38993
39322
|
"""
|
38994
39323
|
return pulumi.get(self, "source_type")
|
38995
39324
|
|
@@ -39830,6 +40159,8 @@ class GetPublicIpsPublicIpResult(dict):
|
|
39830
40159
|
:param str private_ip_id: Deprecated. Use `assignedEntityId` instead.
|
39831
40160
|
:param str public_ip_pool_id: A filter to return only resources that belong to the given public IP pool.
|
39832
40161
|
:param str scope: Whether the public IP is regional or specific to a particular availability domain.
|
40162
|
+
* `REGION`: The public IP exists within a region and is assigned to a regional entity (such as a [NatGateway](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NatGateway/)), or can be assigned to a private IP in any availability domain in the region. Reserved public IPs have `scope` = `REGION`, as do ephemeral public IPs assigned to a regional entity.
|
40163
|
+
* `AVAILABILITY_DOMAIN`: The public IP exists within the availability domain of the entity it's assigned to, which is specified by the `availabilityDomain` property of the public IP object. Ephemeral public IPs that are assigned to private IPs have `scope` = `AVAILABILITY_DOMAIN`.
|
39833
40164
|
:param str state: The public IP's current state.
|
39834
40165
|
:param str time_created: The date and time the public IP was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
39835
40166
|
"""
|
@@ -39950,6 +40281,8 @@ class GetPublicIpsPublicIpResult(dict):
|
|
39950
40281
|
def scope(self) -> str:
|
39951
40282
|
"""
|
39952
40283
|
Whether the public IP is regional or specific to a particular availability domain.
|
40284
|
+
* `REGION`: The public IP exists within a region and is assigned to a regional entity (such as a [NatGateway](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NatGateway/)), or can be assigned to a private IP in any availability domain in the region. Reserved public IPs have `scope` = `REGION`, as do ephemeral public IPs assigned to a regional entity.
|
40285
|
+
* `AVAILABILITY_DOMAIN`: The public IP exists within the availability domain of the entity it's assigned to, which is specified by the `availabilityDomain` property of the public IP object. Ephemeral public IPs that are assigned to private IPs have `scope` = `AVAILABILITY_DOMAIN`.
|
39953
40286
|
"""
|
39954
40287
|
return pulumi.get(self, "scope")
|
39955
40288
|
|
@@ -40294,6 +40627,8 @@ class GetRouteTablesRouteTableRouteRuleResult(dict):
|
|
40294
40627
|
:param str description: An optional description of your choice for the rule.
|
40295
40628
|
:param str destination: Conceptually, this is the range of IP addresses used for matching when routing traffic. Required if you provide a `destinationType`.
|
40296
40629
|
:param str destination_type: Type of destination for the rule. Required if you provide a `destination`.
|
40630
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
40631
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
|
40297
40632
|
:param str network_entity_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
|
40298
40633
|
:param str route_type: A route rule can be STATIC if manually added to the route table, LOCAL if added by Oracle Cloud Infrastructure to the route table.
|
40299
40634
|
"""
|
@@ -40336,6 +40671,8 @@ class GetRouteTablesRouteTableRouteRuleResult(dict):
|
|
40336
40671
|
def destination_type(self) -> str:
|
40337
40672
|
"""
|
40338
40673
|
Type of destination for the rule. Required if you provide a `destination`.
|
40674
|
+
* `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation.
|
40675
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `destination` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic destined for a particular `Service` through a service gateway).
|
40339
40676
|
"""
|
40340
40677
|
return pulumi.get(self, "destination_type")
|
40341
40678
|
|
@@ -40781,6 +41118,8 @@ class GetSecurityListsSecurityListIngressSecurityRuleResult(dict):
|
|
40781
41118
|
:param str protocol: The transport protocol. Specify either `all` or an IPv4 protocol number as defined in [Protocol Numbers](http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
|
40782
41119
|
:param str source: Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
|
40783
41120
|
:param str source_type: Type of source for the rule. The default is `CIDR_BLOCK`.
|
41121
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
41122
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
|
40784
41123
|
:param bool stateless: A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if ingress traffic allows TCP destination port 80, there should be an egress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
|
40785
41124
|
:param Sequence['GetSecurityListsSecurityListIngressSecurityRuleTcpOptionArgs'] tcp_options: Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
|
40786
41125
|
* The following 2 attributes specify an inclusive range of allowed destination ports. Use the same number for the min and max to indicate a single port. Defaults to all ports if not specified.
|
@@ -40835,6 +41174,8 @@ class GetSecurityListsSecurityListIngressSecurityRuleResult(dict):
|
|
40835
41174
|
def source_type(self) -> str:
|
40836
41175
|
"""
|
40837
41176
|
Type of source for the rule. The default is `CIDR_BLOCK`.
|
41177
|
+
* `CIDR_BLOCK`: If the rule's `source` is an IP address range in CIDR notation.
|
41178
|
+
* `SERVICE_CIDR_BLOCK`: If the rule's `source` is the `cidrBlock` value for a [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) (the rule is for traffic coming from a particular `Service` through a service gateway).
|
40838
41179
|
"""
|
40839
41180
|
return pulumi.get(self, "source_type")
|
40840
41181
|
|