pulumi-oci 2.7.0a1723456529__py3-none-any.whl → 2.8.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 +16 -0
- pulumi_oci/adm/_inputs.py +4 -4
- pulumi_oci/adm/get_knowledgebase.py +3 -3
- pulumi_oci/adm/get_remediation_recipe.py +3 -3
- pulumi_oci/adm/get_remediation_run.py +3 -3
- pulumi_oci/adm/get_vulnerability_audit.py +3 -3
- pulumi_oci/adm/knowledge_base.py +35 -35
- pulumi_oci/adm/outputs.py +45 -45
- pulumi_oci/adm/remediation_recipe.py +35 -35
- pulumi_oci/adm/remediation_run.py +35 -35
- pulumi_oci/adm/vulnerability_audit.py +35 -35
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +35 -35
- pulumi_oci/aianomalydetection/data_asset.py +35 -35
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +21 -21
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +3 -3
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +3 -3
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +3 -3
- pulumi_oci/aianomalydetection/get_detection_model.py +3 -3
- pulumi_oci/aianomalydetection/get_detection_project.py +3 -3
- pulumi_oci/aianomalydetection/model.py +35 -35
- pulumi_oci/aianomalydetection/outputs.py +45 -45
- pulumi_oci/aianomalydetection/project.py +35 -35
- pulumi_oci/aidocument/get_model.py +3 -3
- pulumi_oci/aidocument/get_project.py +3 -3
- pulumi_oci/aidocument/model.py +35 -35
- pulumi_oci/aidocument/outputs.py +18 -18
- pulumi_oci/aidocument/project.py +35 -35
- pulumi_oci/ailanguage/endpoint.py +35 -35
- pulumi_oci/ailanguage/get_endpoint.py +3 -3
- pulumi_oci/ailanguage/get_model.py +3 -3
- pulumi_oci/ailanguage/get_project.py +3 -3
- pulumi_oci/ailanguage/model.py +35 -35
- pulumi_oci/ailanguage/outputs.py +33 -33
- pulumi_oci/ailanguage/project.py +35 -35
- pulumi_oci/aivision/get_model.py +3 -3
- pulumi_oci/aivision/get_project.py +3 -3
- pulumi_oci/aivision/model.py +35 -35
- pulumi_oci/aivision/outputs.py +18 -18
- pulumi_oci/aivision/project.py +35 -35
- pulumi_oci/analytics/_inputs.py +4 -4
- pulumi_oci/analytics/analytics_instance.py +227 -53
- pulumi_oci/analytics/get_analytics_instance.py +53 -4
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +58 -18
- pulumi_oci/announcementsservice/announcement_subscription.py +35 -35
- pulumi_oci/announcementsservice/get_announcement_subscription.py +3 -3
- pulumi_oci/announcementsservice/outputs.py +9 -9
- pulumi_oci/apigateway/_inputs.py +8 -8
- pulumi_oci/apigateway/api.py +28 -28
- pulumi_oci/apigateway/certificate.py +28 -28
- pulumi_oci/apigateway/deployment.py +28 -28
- pulumi_oci/apigateway/gateway.py +28 -28
- pulumi_oci/apigateway/get_api.py +2 -2
- pulumi_oci/apigateway/get_certificate.py +2 -2
- pulumi_oci/apigateway/get_deployment.py +2 -2
- pulumi_oci/apigateway/get_gateway.py +2 -2
- pulumi_oci/apigateway/get_subscriber.py +2 -2
- pulumi_oci/apigateway/get_usage_plan.py +2 -2
- pulumi_oci/apigateway/outputs.py +54 -54
- pulumi_oci/apigateway/subscriber.py +28 -28
- pulumi_oci/apigateway/usage_plan.py +28 -28
- pulumi_oci/apm/apm_domain.py +28 -28
- pulumi_oci/apm/get_apm_domain.py +2 -2
- pulumi_oci/apm/outputs.py +6 -6
- pulumi_oci/apmconfig/config.py +28 -28
- pulumi_oci/apmconfig/get_config.py +2 -2
- pulumi_oci/apmconfig/outputs.py +6 -6
- pulumi_oci/apmsynthetics/config.py +28 -28
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +28 -28
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +28 -28
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +28 -28
- pulumi_oci/apmsynthetics/outputs.py +30 -30
- pulumi_oci/apmsynthetics/script.py +28 -28
- pulumi_oci/artifacts/container_image_signature.py +35 -35
- pulumi_oci/artifacts/container_repository.py +35 -35
- pulumi_oci/artifacts/generic_artifact.py +28 -28
- pulumi_oci/artifacts/get_container_image.py +3 -3
- pulumi_oci/artifacts/get_container_image_signature.py +3 -3
- pulumi_oci/artifacts/get_container_repository.py +3 -3
- pulumi_oci/artifacts/get_generic_artifact.py +2 -2
- pulumi_oci/artifacts/get_repository.py +2 -2
- pulumi_oci/artifacts/outputs.py +39 -39
- pulumi_oci/artifacts/repository.py +28 -28
- pulumi_oci/audit/outputs.py +27 -27
- pulumi_oci/autoscaling/auto_scaling_configuration.py +28 -28
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
- pulumi_oci/autoscaling/outputs.py +6 -6
- pulumi_oci/bastion/bastion.py +35 -35
- pulumi_oci/bastion/get_bastion.py +3 -3
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/outputs.py +12 -12
- pulumi_oci/bastion/session.py +7 -7
- pulumi_oci/bigdataservice/bds_instance.py +28 -28
- pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +6 -6
- pulumi_oci/blockchain/blockchain_platform.py +28 -28
- pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
- pulumi_oci/blockchain/outputs.py +6 -6
- pulumi_oci/budget/budget.py +28 -28
- pulumi_oci/budget/get_alert_rule.py +2 -2
- pulumi_oci/budget/get_budget.py +2 -2
- pulumi_oci/budget/outputs.py +12 -12
- pulumi_oci/budget/rule.py +28 -28
- pulumi_oci/capacitymanagement/_inputs.py +4 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +3 -3
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +3 -3
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +3 -3
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +35 -35
- pulumi_oci/capacitymanagement/occ_capacity_request.py +35 -35
- pulumi_oci/capacitymanagement/outputs.py +43 -43
- pulumi_oci/certificatesmanagement/ca_bundle.py +28 -28
- pulumi_oci/certificatesmanagement/certificate.py +28 -28
- pulumi_oci/certificatesmanagement/certificate_authority.py +28 -28
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
- pulumi_oci/certificatesmanagement/outputs.py +18 -18
- pulumi_oci/cloudbridge/_inputs.py +8 -8
- pulumi_oci/cloudbridge/agent.py +35 -35
- pulumi_oci/cloudbridge/agent_dependency.py +42 -42
- pulumi_oci/cloudbridge/agent_plugin.py +21 -21
- pulumi_oci/cloudbridge/asset.py +35 -35
- pulumi_oci/cloudbridge/asset_source.py +42 -42
- pulumi_oci/cloudbridge/discovery_schedule.py +35 -35
- pulumi_oci/cloudbridge/environment.py +35 -35
- pulumi_oci/cloudbridge/get_agent.py +3 -3
- pulumi_oci/cloudbridge/get_agent_dependency.py +3 -3
- pulumi_oci/cloudbridge/get_agent_plugin.py +3 -3
- pulumi_oci/cloudbridge/get_asset.py +3 -3
- pulumi_oci/cloudbridge/get_asset_source.py +3 -3
- pulumi_oci/cloudbridge/get_discovery_schedule.py +3 -3
- pulumi_oci/cloudbridge/get_environment.py +3 -3
- pulumi_oci/cloudbridge/get_inventory.py +3 -3
- pulumi_oci/cloudbridge/inventory.py +35 -35
- pulumi_oci/cloudbridge/outputs.py +93 -93
- pulumi_oci/cloudguard/_inputs.py +12 -12
- pulumi_oci/cloudguard/adhoc_query.py +35 -35
- pulumi_oci/cloudguard/cloud_guard_data_source.py +35 -35
- pulumi_oci/cloudguard/data_mask_rule.py +35 -35
- pulumi_oci/cloudguard/detector_recipe.py +35 -35
- pulumi_oci/cloudguard/get_adhoc_query.py +3 -3
- pulumi_oci/cloudguard/get_data_mask_rule.py +3 -3
- pulumi_oci/cloudguard/get_data_source.py +3 -3
- pulumi_oci/cloudguard/get_detector_recipe.py +3 -3
- pulumi_oci/cloudguard/get_guard_target.py +3 -3
- pulumi_oci/cloudguard/get_managed_list.py +3 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +3 -3
- pulumi_oci/cloudguard/get_saved_query.py +3 -3
- pulumi_oci/cloudguard/get_security_policy.py +2 -2
- pulumi_oci/cloudguard/get_security_recipe.py +2 -2
- pulumi_oci/cloudguard/get_security_zone.py +2 -2
- pulumi_oci/cloudguard/get_wlp_agent.py +3 -3
- pulumi_oci/cloudguard/managed_list.py +35 -35
- pulumi_oci/cloudguard/outputs.py +126 -126
- pulumi_oci/cloudguard/responder_recipe.py +35 -35
- pulumi_oci/cloudguard/saved_query.py +35 -35
- pulumi_oci/cloudguard/security_recipe.py +28 -28
- pulumi_oci/cloudguard/security_zone.py +28 -28
- pulumi_oci/cloudguard/target.py +35 -35
- pulumi_oci/cloudguard/wlp_agent.py +35 -35
- pulumi_oci/cloudmigrations/_inputs.py +56 -56
- pulumi_oci/cloudmigrations/get_migration.py +3 -3
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +4 -4
- pulumi_oci/cloudmigrations/get_replication_schedule.py +3 -3
- pulumi_oci/cloudmigrations/migration.py +35 -35
- pulumi_oci/cloudmigrations/migration_asset.py +7 -7
- pulumi_oci/cloudmigrations/migration_plan.py +42 -42
- pulumi_oci/cloudmigrations/outputs.py +177 -177
- pulumi_oci/cloudmigrations/replication_schedule.py +35 -35
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +35 -35
- pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +3 -3
- pulumi_oci/clusterplacementgroups/outputs.py +9 -9
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +35 -35
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +35 -35
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +3 -3
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +3 -3
- pulumi_oci/computecloud/outputs.py +18 -18
- pulumi_oci/containerengine/_inputs.py +64 -64
- pulumi_oci/containerengine/cluster.py +28 -28
- pulumi_oci/containerengine/cluster_workload_mapping.py +28 -28
- pulumi_oci/containerengine/container_instance.py +35 -35
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +2 -2
- pulumi_oci/containerengine/get_node_pool.py +3 -3
- pulumi_oci/containerengine/get_virtual_node_pool.py +3 -3
- pulumi_oci/containerengine/node_pool.py +42 -42
- pulumi_oci/containerengine/outputs.py +135 -135
- pulumi_oci/containerengine/virtual_node_pool.py +35 -35
- pulumi_oci/containerinstances/get_container_instance.py +3 -3
- pulumi_oci/containerinstances/outputs.py +43 -43
- pulumi_oci/core/_inputs.py +124 -124
- pulumi_oci/core/boot_volume.py +35 -35
- pulumi_oci/core/boot_volume_backup.py +35 -35
- pulumi_oci/core/capture_filter.py +28 -28
- pulumi_oci/core/cluster_network.py +28 -28
- pulumi_oci/core/compute_capacity_reservation.py +28 -28
- pulumi_oci/core/compute_capacity_topology.py +28 -28
- pulumi_oci/core/compute_cluster.py +28 -28
- pulumi_oci/core/compute_image_capability_schema.py +42 -92
- pulumi_oci/core/console_history.py +28 -28
- pulumi_oci/core/cpe.py +28 -28
- pulumi_oci/core/cross_connect.py +28 -28
- pulumi_oci/core/cross_connect_group.py +28 -28
- pulumi_oci/core/dedicated_vm_host.py +28 -28
- pulumi_oci/core/default_dhcp_options.py +20 -20
- pulumi_oci/core/default_route_table.py +20 -20
- pulumi_oci/core/default_security_list.py +20 -20
- pulumi_oci/core/dhcp_options.py +28 -28
- pulumi_oci/core/drg.py +28 -28
- pulumi_oci/core/drg_attachment.py +28 -28
- pulumi_oci/core/drg_attachment_management.py +28 -28
- pulumi_oci/core/drg_route_distribution.py +28 -28
- pulumi_oci/core/drg_route_table.py +28 -28
- pulumi_oci/core/drg_route_table_route_rule.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +2 -2
- pulumi_oci/core/get_boot_volume.py +3 -3
- pulumi_oci/core/get_boot_volume_backup.py +3 -3
- pulumi_oci/core/get_boot_volume_replica.py +2 -2
- pulumi_oci/core/get_byoip_range.py +2 -2
- pulumi_oci/core/get_capture_filter.py +2 -2
- pulumi_oci/core/get_cluster_network.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
- pulumi_oci/core/get_compute_capacity_topology.py +2 -2
- pulumi_oci/core/get_compute_cluster.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +3 -3
- pulumi_oci/core/get_cross_connect.py +2 -2
- pulumi_oci/core/get_cross_connect_group.py +2 -2
- pulumi_oci/core/get_dedicated_vm_host.py +2 -2
- pulumi_oci/core/get_drg_route_distribution.py +2 -2
- pulumi_oci/core/get_drg_route_rule.py +2 -2
- pulumi_oci/core/get_image.py +2 -2
- pulumi_oci/core/get_instance.py +5 -5
- pulumi_oci/core/get_instance_configuration.py +2 -2
- pulumi_oci/core/get_instance_maintenance_event.py +3 -3
- pulumi_oci/core/get_instance_pool.py +2 -2
- pulumi_oci/core/get_ipv6.py +2 -2
- pulumi_oci/core/get_nat_gateway.py +2 -2
- pulumi_oci/core/get_network_security_group.py +2 -2
- pulumi_oci/core/get_private_ip.py +2 -2
- pulumi_oci/core/get_public_ip.py +2 -2
- pulumi_oci/core/get_public_ip_pool.py +2 -2
- pulumi_oci/core/get_subnet.py +2 -2
- pulumi_oci/core/get_vcn.py +2 -2
- pulumi_oci/core/get_virtual_circuit.py +2 -2
- pulumi_oci/core/get_vlan.py +2 -2
- pulumi_oci/core/get_vnic.py +2 -2
- pulumi_oci/core/get_volume.py +3 -3
- pulumi_oci/core/get_volume_group_replica.py +2 -2
- pulumi_oci/core/get_vtap.py +2 -2
- pulumi_oci/core/image.py +28 -28
- pulumi_oci/core/instance.py +59 -59
- pulumi_oci/core/instance_configuration.py +28 -28
- pulumi_oci/core/instance_console_connection.py +28 -28
- pulumi_oci/core/instance_maintenance_event.py +35 -35
- pulumi_oci/core/instance_pool.py +28 -28
- pulumi_oci/core/internet_gateway.py +28 -28
- pulumi_oci/core/ipsec.py +28 -28
- pulumi_oci/core/ipv6.py +28 -28
- pulumi_oci/core/local_peering_gateway.py +28 -28
- pulumi_oci/core/nat_gateway.py +28 -28
- pulumi_oci/core/network_security_group.py +28 -28
- pulumi_oci/core/outputs.py +620 -620
- pulumi_oci/core/private_ip.py +28 -28
- pulumi_oci/core/public_ip.py +28 -28
- pulumi_oci/core/public_ip_pool.py +28 -28
- pulumi_oci/core/remote_peering_connection.py +28 -28
- pulumi_oci/core/route_table.py +28 -28
- pulumi_oci/core/security_list.py +28 -28
- pulumi_oci/core/service_gateway.py +28 -28
- pulumi_oci/core/subnet.py +28 -28
- pulumi_oci/core/vcn.py +28 -28
- pulumi_oci/core/virtual_circuit.py +28 -28
- pulumi_oci/core/virtual_network.py +20 -20
- pulumi_oci/core/vlan.py +28 -28
- pulumi_oci/core/volume.py +35 -35
- pulumi_oci/core/volume_backup.py +35 -35
- pulumi_oci/core/volume_backup_policy.py +28 -28
- pulumi_oci/core/volume_group.py +28 -28
- pulumi_oci/core/volume_group_backup.py +28 -28
- pulumi_oci/core/vtap.py +28 -28
- pulumi_oci/database/_inputs.py +66 -66
- pulumi_oci/database/application_vip.py +14 -14
- pulumi_oci/database/autonomous_container_database.py +28 -28
- pulumi_oci/database/autonomous_database.py +42 -42
- pulumi_oci/database/autonomous_database_software_image.py +28 -28
- pulumi_oci/database/autonomous_exadata_infrastructure.py +28 -28
- pulumi_oci/database/autonomous_vm_cluster.py +28 -28
- pulumi_oci/database/backup_destination.py +28 -28
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +28 -28
- pulumi_oci/database/cloud_exadata_infrastructure.py +35 -35
- pulumi_oci/database/cloud_vm_cluster.py +35 -35
- pulumi_oci/database/data_guard_association.py +56 -56
- pulumi_oci/database/database.py +14 -14
- pulumi_oci/database/database_software_image.py +28 -28
- pulumi_oci/database/database_upgrade.py +14 -14
- pulumi_oci/database/db_home.py +28 -28
- pulumi_oci/database/db_node.py +28 -28
- pulumi_oci/database/db_node_console_connection.py +28 -28
- pulumi_oci/database/db_node_console_history.py +28 -28
- pulumi_oci/database/db_system.py +28 -28
- pulumi_oci/database/db_systems_upgrade.py +14 -14
- pulumi_oci/database/exadata_infrastructure.py +28 -28
- pulumi_oci/database/exadata_infrastructure_compute.py +14 -14
- pulumi_oci/database/exadata_infrastructure_storage.py +20 -20
- pulumi_oci/database/exadb_vm_cluster.py +35 -35
- pulumi_oci/database/exascale_db_storage_vault.py +35 -35
- pulumi_oci/database/external_container_database.py +28 -28
- pulumi_oci/database/external_database_connector.py +28 -28
- pulumi_oci/database/external_non_container_database.py +28 -28
- pulumi_oci/database/external_pluggable_database.py +28 -28
- pulumi_oci/database/get_application_vip.py +2 -2
- pulumi_oci/database/get_autonomous_container_database.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
- pulumi_oci/database/get_autonomous_database.py +4 -4
- pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
- pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
- pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
- pulumi_oci/database/get_backup_destination.py +2 -2
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +3 -3
- pulumi_oci/database/get_cloud_vm_cluster.py +3 -3
- pulumi_oci/database/get_data_guard_association.py +4 -4
- pulumi_oci/database/get_database.py +2 -2
- pulumi_oci/database/get_database_software_image.py +2 -2
- pulumi_oci/database/get_db_home.py +2 -2
- pulumi_oci/database/get_db_node.py +2 -2
- pulumi_oci/database/get_db_node_console_connection.py +2 -2
- pulumi_oci/database/get_db_node_console_history.py +2 -2
- pulumi_oci/database/get_db_server.py +2 -2
- pulumi_oci/database/get_exadata_infrastructure.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster.py +3 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +3 -3
- pulumi_oci/database/get_external_container_database.py +2 -2
- pulumi_oci/database/get_external_database_connector.py +2 -2
- pulumi_oci/database/get_external_non_container_database.py +2 -2
- pulumi_oci/database/get_external_pluggable_database.py +2 -2
- pulumi_oci/database/get_key_store.py +2 -2
- pulumi_oci/database/get_maintenance_run.py +14 -1
- pulumi_oci/database/get_oneoff_patch.py +2 -2
- pulumi_oci/database/get_pluggable_database.py +2 -2
- pulumi_oci/database/get_vm_cluster.py +2 -2
- pulumi_oci/database/get_vm_cluster_network.py +2 -2
- pulumi_oci/database/get_vm_cluster_recommended_network.py +10 -10
- pulumi_oci/database/key_store.py +28 -28
- pulumi_oci/database/maintenance_run.py +56 -7
- pulumi_oci/database/oneoff_patch.py +28 -28
- pulumi_oci/database/outputs.py +379 -346
- pulumi_oci/database/pluggable_database.py +28 -28
- pulumi_oci/database/pluggable_database_managements_management.py +14 -14
- pulumi_oci/database/pluggable_databases_local_clone.py +14 -14
- pulumi_oci/database/pluggable_databases_remote_clone.py +14 -14
- pulumi_oci/database/vm_cluster.py +28 -28
- pulumi_oci/database/vm_cluster_add_virtual_network.py +14 -14
- pulumi_oci/database/vm_cluster_network.py +28 -28
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +14 -14
- pulumi_oci/databasemanagement/_inputs.py +52 -52
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +35 -35
- pulumi_oci/databasemanagement/external_asm.py +42 -42
- pulumi_oci/databasemanagement/external_asm_instance.py +35 -35
- pulumi_oci/databasemanagement/external_cluster.py +42 -42
- pulumi_oci/databasemanagement/external_cluster_instance.py +35 -35
- pulumi_oci/databasemanagement/external_db_home.py +42 -42
- pulumi_oci/databasemanagement/external_db_node.py +42 -42
- pulumi_oci/databasemanagement/external_db_system.py +35 -35
- pulumi_oci/databasemanagement/external_db_system_connector.py +35 -35
- pulumi_oci/databasemanagement/external_db_system_discovery.py +35 -35
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +42 -42
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +42 -42
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +42 -42
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +42 -42
- pulumi_oci/databasemanagement/external_listener.py +42 -42
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +3 -3
- pulumi_oci/databasemanagement/get_external_asm.py +4 -4
- pulumi_oci/databasemanagement/get_external_asm_instance.py +3 -3
- pulumi_oci/databasemanagement/get_external_cluster.py +4 -4
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +3 -3
- pulumi_oci/databasemanagement/get_external_db_home.py +4 -4
- pulumi_oci/databasemanagement/get_external_db_node.py +4 -4
- pulumi_oci/databasemanagement/get_external_db_system.py +3 -3
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +3 -3
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +3 -3
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +4 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +4 -4
- pulumi_oci/databasemanagement/get_external_listener.py +4 -4
- pulumi_oci/databasemanagement/get_managed_database.py +3 -3
- pulumi_oci/databasemanagement/get_managed_database_group.py +3 -3
- pulumi_oci/databasemanagement/get_named_credential.py +3 -3
- pulumi_oci/databasemanagement/managed_database.py +42 -42
- pulumi_oci/databasemanagement/managed_database_group.py +35 -35
- pulumi_oci/databasemanagement/named_credential.py +35 -35
- pulumi_oci/databasemanagement/outputs.py +282 -282
- pulumi_oci/databasemigration/_inputs.py +12 -12
- pulumi_oci/databasemigration/connection.py +35 -35
- pulumi_oci/databasemigration/get_connection.py +3 -3
- pulumi_oci/databasemigration/get_migration.py +3 -3
- pulumi_oci/databasemigration/get_migrations.py +3 -3
- pulumi_oci/databasemigration/job.py +35 -35
- pulumi_oci/databasemigration/migration.py +35 -35
- pulumi_oci/databasemigration/outputs.py +18 -18
- pulumi_oci/databasetools/database_tools_connection.py +49 -49
- pulumi_oci/databasetools/database_tools_private_endpoint.py +35 -35
- pulumi_oci/databasetools/get_database_tools_connection.py +4 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +3 -3
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +3 -3
- pulumi_oci/databasetools/outputs.py +30 -30
- pulumi_oci/datacatalog/catalog.py +35 -35
- pulumi_oci/datacatalog/catalog_private_endpoint.py +35 -35
- pulumi_oci/datacatalog/connection.py +24 -24
- pulumi_oci/datacatalog/data_asset.py +10 -10
- pulumi_oci/datacatalog/get_catalog.py +3 -3
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +3 -3
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +2 -2
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +3 -3
- pulumi_oci/datacatalog/metastore.py +35 -35
- pulumi_oci/datacatalog/outputs.py +35 -35
- pulumi_oci/dataflow/application.py +42 -42
- pulumi_oci/dataflow/get_application.py +3 -3
- pulumi_oci/dataflow/get_invoke_run.py +3 -3
- pulumi_oci/dataflow/get_pool.py +2 -2
- pulumi_oci/dataflow/get_private_endpoint.py +2 -2
- pulumi_oci/dataflow/get_sql_endpoint.py +4 -4
- pulumi_oci/dataflow/invoke_run.py +42 -42
- pulumi_oci/dataflow/outputs.py +42 -42
- pulumi_oci/dataflow/pool.py +28 -28
- pulumi_oci/dataflow/private_endpoint.py +28 -28
- pulumi_oci/dataflow/sql_endpoint.py +49 -49
- pulumi_oci/dataintegration/_inputs.py +44 -44
- pulumi_oci/dataintegration/get_workspace.py +2 -2
- pulumi_oci/dataintegration/get_workspace_application.py +3 -3
- pulumi_oci/dataintegration/get_workspace_application_patch.py +2 -2
- pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_task.py +1 -1
- pulumi_oci/dataintegration/outputs.py +135 -135
- pulumi_oci/dataintegration/workspace.py +28 -28
- pulumi_oci/dataintegration/workspace_application.py +35 -35
- pulumi_oci/dataintegration/workspace_application_patch.py +14 -14
- pulumi_oci/dataintegration/workspace_export_request.py +7 -7
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_import_request.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +7 -7
- pulumi_oci/datalabellingservice/dataset.py +35 -35
- pulumi_oci/datalabellingservice/get_dataset.py +3 -3
- pulumi_oci/datalabellingservice/outputs.py +9 -9
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +132 -12
- pulumi_oci/datasafe/alert.py +42 -42
- pulumi_oci/datasafe/alert_policy.py +35 -35
- pulumi_oci/datasafe/audit_archive_retrieval.py +35 -35
- pulumi_oci/datasafe/audit_policy.py +35 -35
- pulumi_oci/datasafe/audit_policy_management.py +35 -35
- pulumi_oci/datasafe/audit_profile.py +35 -35
- pulumi_oci/datasafe/audit_profile_management.py +28 -28
- pulumi_oci/datasafe/audit_trail.py +35 -35
- pulumi_oci/datasafe/audit_trail_management.py +35 -35
- pulumi_oci/datasafe/calculate_audit_volume_available.py +391 -0
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +343 -0
- pulumi_oci/datasafe/data_safe_configuration.py +14 -14
- pulumi_oci/datasafe/data_safe_private_endpoint.py +35 -35
- pulumi_oci/datasafe/database_security_config.py +35 -35
- pulumi_oci/datasafe/database_security_config_management.py +25 -25
- pulumi_oci/datasafe/discovery_mod.py +35 -35
- pulumi_oci/datasafe/get_alert.py +4 -4
- pulumi_oci/datasafe/get_alert_policy.py +3 -3
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +3 -3
- pulumi_oci/datasafe/get_audit_policy.py +3 -3
- pulumi_oci/datasafe/get_audit_profile.py +3 -3
- pulumi_oci/datasafe/get_audit_trail.py +3 -3
- pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +3 -3
- pulumi_oci/datasafe/get_discovery_job.py +3 -3
- pulumi_oci/datasafe/get_library_masking_format.py +2 -2
- pulumi_oci/datasafe/get_masking_policy.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_health_report.py +2 -2
- pulumi_oci/datasafe/get_onprem_connector.py +3 -3
- pulumi_oci/datasafe/get_report.py +3 -3
- pulumi_oci/datasafe/get_report_definition.py +3 -3
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +3 -3
- pulumi_oci/datasafe/get_security_assessment.py +3 -3
- pulumi_oci/datasafe/get_security_policy.py +3 -3
- pulumi_oci/datasafe/get_security_policy_deployment.py +3 -3
- pulumi_oci/datasafe/get_security_policy_report.py +3 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +3 -3
- pulumi_oci/datasafe/get_sensitive_type.py +3 -3
- pulumi_oci/datasafe/get_target_alert_policy_association.py +3 -3
- pulumi_oci/datasafe/get_target_database.py +3 -3
- pulumi_oci/datasafe/get_user_assessment.py +3 -3
- pulumi_oci/datasafe/library_masing_format.py +28 -28
- pulumi_oci/datasafe/masking_policy.py +28 -28
- pulumi_oci/datasafe/on_prem_connector.py +35 -35
- pulumi_oci/datasafe/outputs.py +393 -261
- pulumi_oci/datasafe/report.py +35 -35
- pulumi_oci/datasafe/report_definition.py +35 -35
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +35 -35
- pulumi_oci/datasafe/security_assessment.py +35 -35
- pulumi_oci/datasafe/security_policy.py +35 -35
- pulumi_oci/datasafe/security_policy_deployment.py +35 -35
- pulumi_oci/datasafe/security_policy_deployment_management.py +25 -25
- pulumi_oci/datasafe/security_policy_management.py +25 -25
- pulumi_oci/datasafe/sensitive_data_model.py +35 -35
- pulumi_oci/datasafe/sensitive_type.py +35 -35
- pulumi_oci/datasafe/sql_collection.py +35 -35
- pulumi_oci/datasafe/sql_firewall_policy.py +35 -35
- pulumi_oci/datasafe/sql_firewall_policy_management.py +25 -25
- pulumi_oci/datasafe/target_alert_policy_association.py +35 -35
- pulumi_oci/datasafe/target_database.py +35 -35
- pulumi_oci/datasafe/user_assessment.py +35 -35
- pulumi_oci/datascience/_inputs.py +36 -36
- pulumi_oci/datascience/get_job.py +2 -2
- pulumi_oci/datascience/get_job_run.py +2 -2
- pulumi_oci/datascience/get_model.py +2 -2
- pulumi_oci/datascience/get_model_deployment.py +2 -2
- pulumi_oci/datascience/get_model_version_set.py +3 -3
- pulumi_oci/datascience/get_notebook_session.py +2 -2
- pulumi_oci/datascience/get_pipeline.py +3 -3
- pulumi_oci/datascience/get_pipeline_run.py +3 -3
- pulumi_oci/datascience/get_private_endpoint.py +3 -3
- pulumi_oci/datascience/get_project.py +3 -3
- pulumi_oci/datascience/job.py +28 -28
- pulumi_oci/datascience/job_run.py +28 -28
- pulumi_oci/datascience/model.py +28 -28
- pulumi_oci/datascience/model_deployment.py +28 -28
- pulumi_oci/datascience/model_version_set.py +35 -35
- pulumi_oci/datascience/notebook_session.py +28 -28
- pulumi_oci/datascience/outputs.py +156 -156
- pulumi_oci/datascience/pipeline.py +35 -35
- pulumi_oci/datascience/pipeline_run.py +42 -42
- pulumi_oci/datascience/private_endpoint.py +35 -35
- pulumi_oci/datascience/project.py +35 -35
- pulumi_oci/demandsignal/_inputs.py +4 -4
- pulumi_oci/demandsignal/get_occ_demand_signal.py +3 -3
- pulumi_oci/demandsignal/occ_demand_signal.py +35 -35
- pulumi_oci/demandsignal/outputs.py +18 -18
- pulumi_oci/devops/_inputs.py +8 -8
- pulumi_oci/devops/build_pipeline.py +35 -35
- pulumi_oci/devops/build_pipeline_stage.py +35 -35
- pulumi_oci/devops/build_run.py +35 -35
- pulumi_oci/devops/connection.py +35 -35
- pulumi_oci/devops/deploy_artifact.py +35 -35
- pulumi_oci/devops/deploy_environment.py +35 -35
- pulumi_oci/devops/deploy_pipeline.py +35 -35
- pulumi_oci/devops/deploy_stage.py +49 -49
- pulumi_oci/devops/deployment.py +35 -35
- pulumi_oci/devops/get_build_pipeline.py +3 -3
- pulumi_oci/devops/get_build_pipeline_stage.py +3 -3
- pulumi_oci/devops/get_build_run.py +3 -3
- pulumi_oci/devops/get_connection.py +3 -3
- pulumi_oci/devops/get_deploy_artifact.py +3 -3
- pulumi_oci/devops/get_deploy_environment.py +3 -3
- pulumi_oci/devops/get_deploy_pipeline.py +3 -3
- pulumi_oci/devops/get_deploy_stage.py +4 -4
- pulumi_oci/devops/get_deployment.py +3 -3
- pulumi_oci/devops/get_project.py +3 -3
- pulumi_oci/devops/get_repository.py +3 -3
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_trigger.py +3 -3
- pulumi_oci/devops/outputs.py +179 -179
- pulumi_oci/devops/project.py +35 -35
- pulumi_oci/devops/repository.py +35 -35
- pulumi_oci/devops/repository_protected_branch_management.py +7 -7
- pulumi_oci/devops/repository_ref.py +14 -14
- pulumi_oci/devops/trigger.py +35 -35
- pulumi_oci/disasterrecovery/_inputs.py +66 -2
- pulumi_oci/disasterrecovery/dr_plan.py +35 -35
- pulumi_oci/disasterrecovery/dr_plan_execution.py +35 -35
- pulumi_oci/disasterrecovery/dr_protection_group.py +43 -35
- pulumi_oci/disasterrecovery/get_dr_plan.py +3 -3
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +3 -3
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -18
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +3 -3
- pulumi_oci/disasterrecovery/outputs.py +177 -37
- pulumi_oci/dns/action_create_zone_from_zone_file.py +14 -14
- pulumi_oci/dns/get_resolver.py +2 -2
- pulumi_oci/dns/get_steering_policy.py +2 -2
- pulumi_oci/dns/get_tsig_key.py +2 -2
- pulumi_oci/dns/get_view.py +2 -2
- pulumi_oci/dns/outputs.py +30 -30
- pulumi_oci/dns/resolver.py +28 -28
- pulumi_oci/dns/steering_policy.py +28 -28
- pulumi_oci/dns/tsig_key.py +28 -28
- pulumi_oci/dns/view.py +28 -28
- pulumi_oci/dns/zone.py +28 -28
- pulumi_oci/email/dkim.py +35 -35
- pulumi_oci/email/email_domain.py +35 -35
- pulumi_oci/email/email_return_path.py +35 -35
- pulumi_oci/email/get_dkim.py +3 -3
- pulumi_oci/email/get_email_domain.py +3 -3
- pulumi_oci/email/get_email_return_path.py +3 -3
- pulumi_oci/email/get_sender.py +3 -3
- pulumi_oci/email/outputs.py +36 -36
- pulumi_oci/email/sender.py +35 -35
- pulumi_oci/events/get_rule.py +2 -2
- pulumi_oci/events/outputs.py +6 -6
- pulumi_oci/events/rule.py +28 -28
- pulumi_oci/filestorage/file_system.py +28 -28
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
- pulumi_oci/filestorage/get_outbound_connector.py +2 -2
- pulumi_oci/filestorage/get_replication.py +2 -2
- pulumi_oci/filestorage/get_replication_target.py +2 -2
- pulumi_oci/filestorage/get_snapshot.py +2 -2
- pulumi_oci/filestorage/mount_target.py +28 -28
- pulumi_oci/filestorage/outbound_connector.py +28 -28
- pulumi_oci/filestorage/outputs.py +42 -42
- pulumi_oci/filestorage/replication.py +28 -28
- pulumi_oci/filestorage/snapshot.py +28 -28
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +25 -25
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +25 -25
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +3 -3
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +3 -3
- pulumi_oci/fleetsoftwareupdate/outputs.py +12 -12
- pulumi_oci/functions/application.py +42 -42
- pulumi_oci/functions/function.py +42 -42
- pulumi_oci/functions/get_application.py +3 -3
- pulumi_oci/functions/get_function.py +3 -3
- pulumi_oci/functions/get_fusion_environment.py +2 -2
- pulumi_oci/functions/get_fusion_environment_family.py +2 -2
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +2 -2
- pulumi_oci/functions/get_pbf_listing.py +3 -3
- pulumi_oci/functions/get_pbf_listing_version.py +3 -3
- pulumi_oci/functions/outputs.py +56 -56
- pulumi_oci/fusionapps/fusion_environment.py +28 -28
- pulumi_oci/fusionapps/fusion_environment_family.py +28 -28
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +21 -21
- pulumi_oci/generativeai/dedicated_ai_cluster.py +35 -35
- pulumi_oci/generativeai/endpoint.py +35 -35
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -3
- pulumi_oci/generativeai/get_endpoint.py +3 -3
- pulumi_oci/generativeai/get_model.py +3 -3
- pulumi_oci/generativeai/model.py +35 -35
- pulumi_oci/generativeai/outputs.py +20 -20
- pulumi_oci/genericartifactscontent/artifact_by_path.py +14 -14
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +2 -2
- pulumi_oci/globallydistributeddatabase/_inputs.py +16 -16
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +3 -3
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +3 -3
- pulumi_oci/globallydistributeddatabase/outputs.py +42 -42
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +35 -35
- pulumi_oci/globallydistributeddatabase/sharded_database.py +35 -35
- pulumi_oci/goldengate/connection.py +35 -35
- pulumi_oci/goldengate/database_registration.py +35 -35
- pulumi_oci/goldengate/deployment.py +35 -35
- pulumi_oci/goldengate/deployment_backup.py +35 -35
- pulumi_oci/goldengate/get_connection.py +3 -3
- pulumi_oci/goldengate/get_database_registration.py +3 -3
- pulumi_oci/goldengate/get_deployment.py +3 -3
- pulumi_oci/goldengate/get_deployment_backup.py +3 -3
- pulumi_oci/goldengate/get_deployment_upgrade.py +3 -3
- pulumi_oci/goldengate/outputs.py +45 -45
- pulumi_oci/healthchecks/get_http_monitor.py +3 -3
- pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
- pulumi_oci/healthchecks/http_monitor.py +42 -42
- pulumi_oci/healthchecks/http_probe.py +14 -14
- pulumi_oci/healthchecks/outputs.py +15 -15
- pulumi_oci/healthchecks/ping_monitor.py +28 -28
- pulumi_oci/identity/compartment.py +28 -28
- pulumi_oci/identity/domain.py +28 -28
- pulumi_oci/identity/dynamic_group.py +28 -28
- pulumi_oci/identity/get_compartment.py +2 -2
- pulumi_oci/identity/get_domain.py +2 -2
- pulumi_oci/identity/get_group.py +2 -2
- pulumi_oci/identity/get_network_source.py +2 -2
- pulumi_oci/identity/get_tag.py +2 -2
- pulumi_oci/identity/get_tenancy.py +2 -2
- pulumi_oci/identity/get_user.py +2 -2
- pulumi_oci/identity/group.py +28 -28
- pulumi_oci/identity/identity_provider.py +42 -42
- pulumi_oci/identity/network_source.py +28 -28
- pulumi_oci/identity/outputs.py +69 -69
- pulumi_oci/identity/policy.py +28 -28
- pulumi_oci/identity/tag.py +28 -28
- pulumi_oci/identity/tag_namespace.py +28 -28
- pulumi_oci/identity/user.py +28 -28
- pulumi_oci/integration/get_integration_instance.py +40 -4
- pulumi_oci/integration/integration_instance.py +144 -28
- pulumi_oci/integration/outputs.py +41 -12
- pulumi_oci/jms/fleet.py +35 -35
- pulumi_oci/jms/get_fleet.py +3 -3
- pulumi_oci/jms/get_java_downloads_java_download_report.py +3 -3
- pulumi_oci/jms/get_java_downloads_java_download_token.py +3 -3
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +3 -3
- pulumi_oci/jms/get_jms_plugin.py +3 -3
- pulumi_oci/jms/java_downloads_java_download_report.py +35 -35
- pulumi_oci/jms/java_downloads_java_download_token.py +35 -35
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +28 -28
- pulumi_oci/jms/jms_plugin.py +35 -35
- pulumi_oci/jms/outputs.py +45 -45
- pulumi_oci/kms/ekms_private_endpoint.py +28 -28
- pulumi_oci/kms/encrypted_data.py +28 -28
- pulumi_oci/kms/generated_key.py +28 -28
- pulumi_oci/kms/get_decrypted_data.py +5 -5
- pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
- pulumi_oci/kms/get_encrypted_data.py +5 -5
- pulumi_oci/kms/get_key.py +2 -2
- pulumi_oci/kms/get_vault.py +2 -2
- pulumi_oci/kms/key.py +28 -28
- pulumi_oci/kms/outputs.py +18 -18
- pulumi_oci/kms/vault.py +28 -28
- pulumi_oci/licensemanager/get_license_record.py +3 -3
- pulumi_oci/licensemanager/get_product_license.py +3 -3
- pulumi_oci/licensemanager/license_record.py +35 -35
- pulumi_oci/licensemanager/outputs.py +18 -18
- pulumi_oci/licensemanager/product_license.py +35 -35
- pulumi_oci/limits/get_limit_definitions.py +24 -7
- pulumi_oci/limits/get_limit_values.py +24 -7
- pulumi_oci/limits/get_quota.py +2 -2
- pulumi_oci/limits/get_resource_availability.py +24 -5
- pulumi_oci/limits/get_services.py +24 -7
- pulumi_oci/limits/outputs.py +41 -8
- pulumi_oci/limits/quota.py +28 -28
- pulumi_oci/loadbalancer/load_balancer.py +35 -35
- pulumi_oci/loadbalancer/outputs.py +9 -9
- pulumi_oci/loganalytics/get_log_analytics_entity.py +3 -3
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +2 -2
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +2 -2
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +2 -2
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +2 -2
- pulumi_oci/loganalytics/log_analytics_entity.py +42 -42
- pulumi_oci/loganalytics/log_analytics_log_group.py +28 -28
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +28 -28
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +28 -28
- pulumi_oci/loganalytics/namespace_scheduled_task.py +28 -28
- pulumi_oci/loganalytics/outputs.py +45 -45
- pulumi_oci/logging/_inputs.py +36 -36
- pulumi_oci/logging/get_log.py +2 -2
- pulumi_oci/logging/get_log_group.py +2 -2
- pulumi_oci/logging/get_log_saved_search.py +2 -2
- pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
- pulumi_oci/logging/log.py +28 -28
- pulumi_oci/logging/log_group.py +28 -28
- pulumi_oci/logging/log_saved_search.py +28 -28
- pulumi_oci/logging/outputs.py +81 -81
- pulumi_oci/logging/unified_agent_configuration.py +28 -28
- pulumi_oci/managementagent/get_management_agent.py +2 -2
- pulumi_oci/managementagent/management_agent.py +28 -28
- pulumi_oci/managementagent/outputs.py +6 -6
- pulumi_oci/marketplace/accepted_agreement.py +28 -28
- pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
- pulumi_oci/marketplace/get_publication.py +3 -3
- pulumi_oci/marketplace/outputs.py +15 -15
- pulumi_oci/marketplace/publication.py +35 -35
- pulumi_oci/mediaservices/_inputs.py +4 -4
- pulumi_oci/mediaservices/get_media_asset.py +3 -3
- pulumi_oci/mediaservices/get_media_workflow.py +3 -3
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +3 -3
- pulumi_oci/mediaservices/get_media_workflow_job.py +3 -3
- pulumi_oci/mediaservices/get_stream_cdn_config.py +3 -3
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +3 -3
- pulumi_oci/mediaservices/get_stream_packaging_config.py +3 -3
- pulumi_oci/mediaservices/media_asset.py +35 -35
- pulumi_oci/mediaservices/media_workflow.py +35 -35
- pulumi_oci/mediaservices/media_workflow_configuration.py +35 -35
- pulumi_oci/mediaservices/media_workflow_job.py +35 -35
- pulumi_oci/mediaservices/outputs.py +75 -75
- pulumi_oci/mediaservices/stream_cdn_config.py +35 -35
- pulumi_oci/mediaservices/stream_distribution_channel.py +35 -35
- pulumi_oci/mediaservices/stream_packaging_config.py +35 -35
- pulumi_oci/meteringcomputation/get_schedule.py +3 -3
- pulumi_oci/meteringcomputation/outputs.py +9 -9
- pulumi_oci/meteringcomputation/schedule.py +35 -35
- pulumi_oci/monitoring/alarm.py +28 -28
- pulumi_oci/monitoring/alarm_suppression.py +42 -42
- pulumi_oci/monitoring/get_alarm.py +2 -2
- pulumi_oci/monitoring/get_alarm_suppression.py +3 -3
- pulumi_oci/monitoring/get_metrics.py +5 -5
- pulumi_oci/monitoring/outputs.py +27 -27
- pulumi_oci/mysql/_inputs.py +234 -34
- pulumi_oci/mysql/channel.py +28 -28
- pulumi_oci/mysql/get_channel.py +2 -2
- pulumi_oci/mysql/get_mysql_backup.py +3 -3
- pulumi_oci/mysql/get_mysql_configuration.py +2 -2
- pulumi_oci/mysql/get_mysql_db_system.py +17 -4
- pulumi_oci/mysql/get_replica.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +32 -32
- pulumi_oci/mysql/mysql_configuration.py +28 -28
- pulumi_oci/mysql/mysql_db_system.py +83 -28
- pulumi_oci/mysql/outputs.py +605 -112
- pulumi_oci/mysql/replica.py +28 -28
- pulumi_oci/networkfirewall/get_network_firewall.py +3 -3
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +3 -3
- pulumi_oci/networkfirewall/network_firewall.py +35 -35
- pulumi_oci/networkfirewall/network_firewall_policy.py +35 -35
- pulumi_oci/networkfirewall/outputs.py +18 -18
- pulumi_oci/networkloadbalancer/backend_set.py +2 -2
- pulumi_oci/networkloadbalancer/get_listener.py +29 -3
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +3 -3
- pulumi_oci/networkloadbalancer/listener.py +122 -24
- pulumi_oci/networkloadbalancer/network_load_balancer.py +42 -42
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +2 -2
- pulumi_oci/networkloadbalancer/outputs.py +36 -14
- pulumi_oci/nosql/get_table.py +3 -3
- pulumi_oci/nosql/outputs.py +9 -9
- pulumi_oci/nosql/table.py +35 -35
- pulumi_oci/objectstorage/bucket.py +42 -42
- pulumi_oci/objectstorage/get_bucket.py +3 -3
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/outputs.py +9 -9
- pulumi_oci/objectstorage/storage_object.py +14 -14
- pulumi_oci/oce/get_oce_instance.py +4 -4
- pulumi_oci/oce/instance.py +42 -42
- pulumi_oci/oce/outputs.py +12 -12
- pulumi_oci/ocvp/cluster.py +28 -28
- pulumi_oci/ocvp/esxi_host.py +28 -28
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_host.py +2 -2
- pulumi_oci/ocvp/get_retrieve_password.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +2 -2
- pulumi_oci/ocvp/outputs.py +18 -18
- pulumi_oci/ocvp/sddc.py +28 -28
- pulumi_oci/oda/get_oda_instance.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
- pulumi_oci/oda/oda_instance.py +28 -28
- pulumi_oci/oda/oda_private_endpoint.py +28 -28
- pulumi_oci/oda/outputs.py +12 -12
- pulumi_oci/ons/get_notification_topic.py +2 -2
- pulumi_oci/ons/get_subscription.py +2 -2
- pulumi_oci/ons/notification_topic.py +28 -28
- pulumi_oci/ons/outputs.py +12 -12
- pulumi_oci/ons/subscription.py +28 -28
- pulumi_oci/opa/get_opa_instance.py +3 -3
- pulumi_oci/opa/opa_instance.py +35 -35
- pulumi_oci/opa/outputs.py +9 -9
- pulumi_oci/opensearch/cluster.py +42 -42
- pulumi_oci/opensearch/get_opensearch_cluster.py +3 -3
- pulumi_oci/opensearch/outputs.py +9 -9
- pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
- pulumi_oci/operatoraccesscontrol/operator_control.py +28 -28
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +28 -28
- pulumi_oci/operatoraccesscontrol/outputs.py +18 -18
- pulumi_oci/opsi/_inputs.py +12 -12
- pulumi_oci/opsi/awr_hub.py +35 -35
- pulumi_oci/opsi/awr_hub_source.py +35 -35
- pulumi_oci/opsi/database_insight.py +35 -35
- pulumi_oci/opsi/enterprise_manager_bridge.py +35 -35
- pulumi_oci/opsi/exadata_insight.py +35 -35
- pulumi_oci/opsi/get_awr_hub.py +3 -3
- pulumi_oci/opsi/get_awr_hub_source.py +3 -3
- pulumi_oci/opsi/get_database_insight.py +3 -3
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +3 -3
- pulumi_oci/opsi/get_exadata_insight.py +3 -3
- pulumi_oci/opsi/get_host_insight.py +3 -3
- pulumi_oci/opsi/get_news_report.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +3 -3
- pulumi_oci/opsi/get_operations_insights_warehouse.py +3 -3
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +3 -3
- pulumi_oci/opsi/get_opsi_configuration.py +3 -3
- pulumi_oci/opsi/host_insight.py +35 -35
- pulumi_oci/opsi/news_report.py +35 -35
- pulumi_oci/opsi/operations_insights_private_endpoint.py +35 -35
- pulumi_oci/opsi/operations_insights_warehouse.py +35 -35
- pulumi_oci/opsi/operations_insights_warehouse_user.py +35 -35
- pulumi_oci/opsi/opsi_configuration.py +42 -42
- pulumi_oci/opsi/outputs.py +126 -126
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_profile.py +3 -3
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +2 -2
- pulumi_oci/optimizer/outputs.py +26 -26
- pulumi_oci/optimizer/profile.py +33 -33
- pulumi_oci/optimizer/recommendation.py +7 -7
- pulumi_oci/optimizer/resource_action.py +14 -14
- pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
- pulumi_oci/osmanagement/get_software_source.py +2 -2
- pulumi_oci/osmanagement/managed_instance_group.py +28 -28
- pulumi_oci/osmanagement/outputs.py +12 -12
- pulumi_oci/osmanagement/software_source.py +28 -28
- pulumi_oci/osmanagementhub/_inputs.py +12 -12
- pulumi_oci/osmanagementhub/event.py +35 -35
- pulumi_oci/osmanagementhub/get_event.py +3 -3
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +3 -3
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +3 -3
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +3 -3
- pulumi_oci/osmanagementhub/get_management_station.py +3 -3
- pulumi_oci/osmanagementhub/get_profile.py +3 -3
- pulumi_oci/osmanagementhub/get_scheduled_job.py +3 -3
- pulumi_oci/osmanagementhub/get_software_source.py +3 -3
- pulumi_oci/osmanagementhub/lifecycle_environment.py +35 -35
- pulumi_oci/osmanagementhub/managed_instance_group.py +35 -35
- pulumi_oci/osmanagementhub/management_station.py +35 -35
- pulumi_oci/osmanagementhub/outputs.py +108 -108
- pulumi_oci/osmanagementhub/profile.py +35 -35
- pulumi_oci/osmanagementhub/scheduled_job.py +35 -35
- pulumi_oci/osmanagementhub/software_source.py +35 -35
- pulumi_oci/psql/_inputs.py +4 -4
- pulumi_oci/psql/backup.py +35 -35
- pulumi_oci/psql/configuration.py +42 -42
- pulumi_oci/psql/db_system.py +35 -35
- pulumi_oci/psql/get_backup.py +3 -3
- pulumi_oci/psql/get_configuration.py +3 -3
- pulumi_oci/psql/get_db_system.py +3 -3
- pulumi_oci/psql/outputs.py +34 -34
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +3 -3
- pulumi_oci/queue/outputs.py +9 -9
- pulumi_oci/queue/queue.py +35 -35
- pulumi_oci/recoverymod/get_protected_database.py +3 -3
- pulumi_oci/recoverymod/get_protection_policy.py +3 -3
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +3 -3
- pulumi_oci/recoverymod/outputs.py +27 -27
- pulumi_oci/recoverymod/protected_database.py +35 -35
- pulumi_oci/recoverymod/protection_policy.py +35 -35
- pulumi_oci/recoverymod/recovery_service_subnet.py +35 -35
- pulumi_oci/redis/__init__.py +1 -0
- pulumi_oci/redis/_inputs.py +40 -0
- pulumi_oci/redis/get_redis_cluster.py +50 -24
- pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
- pulumi_oci/redis/get_redis_clusters.py +8 -8
- pulumi_oci/redis/outputs.py +169 -37
- pulumi_oci/redis/redis_cluster.py +212 -114
- pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
- pulumi_oci/resourcemanager/get_stack.py +3 -3
- pulumi_oci/resourcemanager/outputs.py +14 -14
- pulumi_oci/resourcemanager/private_endpoint.py +28 -28
- pulumi_oci/resourcescheduler/_inputs.py +4 -4
- pulumi_oci/resourcescheduler/get_schedule.py +3 -3
- pulumi_oci/resourcescheduler/outputs.py +18 -18
- pulumi_oci/resourcescheduler/schedule.py +35 -35
- pulumi_oci/sch/connector.py +35 -35
- pulumi_oci/sch/get_service_connector.py +3 -3
- pulumi_oci/sch/outputs.py +9 -9
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/servicecatalog/catalog.py +28 -28
- pulumi_oci/servicecatalog/get_private_application.py +2 -2
- pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
- pulumi_oci/servicecatalog/outputs.py +12 -12
- pulumi_oci/servicecatalog/private_application.py +28 -28
- pulumi_oci/servicemanagerproxy/outputs.py +4 -4
- pulumi_oci/servicemesh/access_policy.py +35 -35
- pulumi_oci/servicemesh/get_access_policy.py +3 -3
- pulumi_oci/servicemesh/get_ingress_gateway.py +3 -3
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +3 -3
- pulumi_oci/servicemesh/get_mesh.py +3 -3
- pulumi_oci/servicemesh/get_virtual_deployment.py +3 -3
- pulumi_oci/servicemesh/get_virtual_service.py +3 -3
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +3 -3
- pulumi_oci/servicemesh/ingress_gateway.py +35 -35
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +35 -35
- pulumi_oci/servicemesh/mesh.py +35 -35
- pulumi_oci/servicemesh/outputs.py +63 -63
- pulumi_oci/servicemesh/virtual_deployment.py +35 -35
- pulumi_oci/servicemesh/virtual_service.py +35 -35
- pulumi_oci/servicemesh/virtual_service_route_table.py +35 -35
- pulumi_oci/stackmonitoring/_inputs.py +44 -44
- pulumi_oci/stackmonitoring/baselineable_metric.py +21 -21
- pulumi_oci/stackmonitoring/config.py +35 -35
- pulumi_oci/stackmonitoring/discovery_job.py +35 -35
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +3 -3
- pulumi_oci/stackmonitoring/get_config.py +3 -3
- pulumi_oci/stackmonitoring/get_discovery_job.py +3 -3
- pulumi_oci/stackmonitoring/get_monitored_resource.py +3 -3
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +3 -3
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +3 -3
- pulumi_oci/stackmonitoring/get_process_set.py +3 -3
- pulumi_oci/stackmonitoring/monitored_resource.py +35 -35
- pulumi_oci/stackmonitoring/monitored_resource_task.py +35 -35
- pulumi_oci/stackmonitoring/monitored_resource_type.py +35 -35
- pulumi_oci/stackmonitoring/monitored_resources_search.py +14 -14
- pulumi_oci/stackmonitoring/outputs.py +114 -114
- pulumi_oci/stackmonitoring/process_set.py +35 -35
- pulumi_oci/streaming/connect_harness.py +28 -28
- pulumi_oci/streaming/get_connect_harness.py +2 -2
- pulumi_oci/streaming/get_stream.py +2 -2
- pulumi_oci/streaming/get_stream_pool.py +2 -2
- pulumi_oci/streaming/outputs.py +18 -18
- pulumi_oci/streaming/stream.py +28 -28
- pulumi_oci/streaming/stream_pool.py +28 -28
- pulumi_oci/vault/get_secret.py +3 -3
- pulumi_oci/vault/outputs.py +9 -9
- pulumi_oci/vault/secret.py +42 -42
- pulumi_oci/vbs/get_inst_vbs_instance.py +3 -3
- pulumi_oci/vbs/inst_vbs_instance.py +35 -35
- pulumi_oci/vbs/outputs.py +9 -9
- pulumi_oci/visualbuilder/get_vb_instance.py +3 -3
- pulumi_oci/visualbuilder/outputs.py +9 -9
- pulumi_oci/visualbuilder/vb_instance.py +35 -35
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +3 -3
- pulumi_oci/vnmonitoring/outputs.py +9 -9
- pulumi_oci/vnmonitoring/path_analyzer_test.py +35 -35
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +35 -35
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +35 -35
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +3 -3
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +3 -3
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +3 -3
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +3 -3
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +35 -35
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +35 -35
- pulumi_oci/vulnerabilityscanning/outputs.py +45 -45
- pulumi_oci/waa/app_acceleration.py +42 -42
- pulumi_oci/waa/app_acceleration_policy.py +42 -42
- pulumi_oci/waa/get_app_acceleration.py +3 -3
- pulumi_oci/waa/get_app_acceleration_policy.py +3 -3
- pulumi_oci/waa/outputs.py +18 -18
- pulumi_oci/waas/_inputs.py +4 -4
- pulumi_oci/waas/address_list.py +28 -28
- pulumi_oci/waas/certificate.py +28 -28
- pulumi_oci/waas/custom_protection_rule.py +28 -28
- pulumi_oci/waas/get_address_list.py +2 -2
- pulumi_oci/waas/get_certificate.py +2 -2
- pulumi_oci/waas/get_custom_protection_rule.py +2 -2
- pulumi_oci/waas/get_http_redirect.py +2 -2
- pulumi_oci/waas/get_waas_policy.py +2 -2
- pulumi_oci/waas/http_redirect.py +28 -28
- pulumi_oci/waas/outputs.py +39 -39
- pulumi_oci/waas/policy.py +28 -28
- pulumi_oci/waf/app_firewall.py +42 -42
- pulumi_oci/waf/app_firewall_policy.py +42 -42
- pulumi_oci/waf/get_network_address_list.py +3 -3
- pulumi_oci/waf/get_web_app_firewall.py +3 -3
- pulumi_oci/waf/get_web_app_firewall_policy.py +3 -3
- pulumi_oci/waf/network_address_list.py +42 -42
- pulumi_oci/waf/outputs.py +27 -27
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/RECORD +1034 -1031
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/top_level.txt +0 -0
pulumi_oci/core/outputs.py
CHANGED
@@ -1839,9 +1839,9 @@ class ClusterNetworkInstancePool(dict):
|
|
1839
1839
|
instance_configuration_id: str,
|
1840
1840
|
size: int,
|
1841
1841
|
compartment_id: Optional[str] = None,
|
1842
|
-
defined_tags: Optional[Mapping[str,
|
1842
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
1843
1843
|
display_name: Optional[str] = None,
|
1844
|
-
freeform_tags: Optional[Mapping[str,
|
1844
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
1845
1845
|
id: Optional[str] = None,
|
1846
1846
|
instance_display_name_formatter: Optional[str] = None,
|
1847
1847
|
instance_hostname_formatter: Optional[str] = None,
|
@@ -1853,9 +1853,9 @@ class ClusterNetworkInstancePool(dict):
|
|
1853
1853
|
:param str instance_configuration_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
|
1854
1854
|
:param int size: (Updatable) The number of instances that should be in the instance pool.
|
1855
1855
|
: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.
|
1856
|
-
:param Mapping[str,
|
1856
|
+
:param Mapping[str, str] 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"}`
|
1857
1857
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1858
|
-
:param Mapping[str,
|
1858
|
+
:param Mapping[str, str] 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"}`
|
1859
1859
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
|
1860
1860
|
:param Sequence['ClusterNetworkInstancePoolLoadBalancerArgs'] load_balancers: The load balancers attached to the instance pool.
|
1861
1861
|
:param Sequence['ClusterNetworkInstancePoolPlacementConfigurationArgs'] placement_configurations: The placement configurations for the instance pool.
|
@@ -1913,7 +1913,7 @@ class ClusterNetworkInstancePool(dict):
|
|
1913
1913
|
|
1914
1914
|
@property
|
1915
1915
|
@pulumi.getter(name="definedTags")
|
1916
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
1916
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
1917
1917
|
"""
|
1918
1918
|
(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"}`
|
1919
1919
|
"""
|
@@ -1929,7 +1929,7 @@ class ClusterNetworkInstancePool(dict):
|
|
1929
1929
|
|
1930
1930
|
@property
|
1931
1931
|
@pulumi.getter(name="freeformTags")
|
1932
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
1932
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
1933
1933
|
"""
|
1934
1934
|
(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"}`
|
1935
1935
|
"""
|
@@ -5421,9 +5421,9 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5421
5421
|
block_volume_replicas: Optional['outputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas'] = None,
|
5422
5422
|
cluster_placement_group_id: Optional[str] = None,
|
5423
5423
|
compartment_id: Optional[str] = None,
|
5424
|
-
defined_tags: Optional[Mapping[str,
|
5424
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
5425
5425
|
display_name: Optional[str] = None,
|
5426
|
-
freeform_tags: Optional[Mapping[str,
|
5426
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
5427
5427
|
is_auto_tune_enabled: Optional[bool] = None,
|
5428
5428
|
kms_key_id: Optional[str] = None,
|
5429
5429
|
size_in_gbs: Optional[str] = None,
|
@@ -5436,9 +5436,9 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5436
5436
|
:param 'InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs' block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
5437
5437
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
5438
5438
|
:param str compartment_id: The OCID of the compartment that contains the volume.
|
5439
|
-
:param Mapping[str,
|
5439
|
+
:param Mapping[str, str] 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"}`
|
5440
5440
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5441
|
-
:param Mapping[str,
|
5441
|
+
:param Mapping[str, str] 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"}`
|
5442
5442
|
: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.
|
5443
5443
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
5444
5444
|
:param str size_in_gbs: The size of the volume in GBs.
|
@@ -5525,7 +5525,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5525
5525
|
|
5526
5526
|
@property
|
5527
5527
|
@pulumi.getter(name="definedTags")
|
5528
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
5528
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
5529
5529
|
"""
|
5530
5530
|
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"}`
|
5531
5531
|
"""
|
@@ -5541,7 +5541,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails(dict):
|
|
5541
5541
|
|
5542
5542
|
@property
|
5543
5543
|
@pulumi.getter(name="freeformTags")
|
5544
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
5544
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
5545
5545
|
"""
|
5546
5546
|
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"}`
|
5547
5547
|
"""
|
@@ -5787,17 +5787,17 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5787
5787
|
compartment_id: Optional[str] = None,
|
5788
5788
|
create_vnic_details: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails'] = None,
|
5789
5789
|
dedicated_vm_host_id: Optional[str] = None,
|
5790
|
-
defined_tags: Optional[Mapping[str,
|
5790
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
5791
5791
|
display_name: Optional[str] = None,
|
5792
|
-
extended_metadata: Optional[Mapping[str,
|
5792
|
+
extended_metadata: Optional[Mapping[str, str]] = None,
|
5793
5793
|
fault_domain: Optional[str] = None,
|
5794
|
-
freeform_tags: Optional[Mapping[str,
|
5794
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
5795
5795
|
instance_options: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions'] = None,
|
5796
5796
|
ipxe_script: Optional[str] = None,
|
5797
5797
|
is_pv_encryption_in_transit_enabled: Optional[bool] = None,
|
5798
5798
|
launch_mode: Optional[str] = None,
|
5799
5799
|
launch_options: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions'] = None,
|
5800
|
-
metadata: Optional[Mapping[str,
|
5800
|
+
metadata: Optional[Mapping[str, str]] = None,
|
5801
5801
|
platform_config: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig'] = None,
|
5802
5802
|
preemptible_instance_config: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig'] = None,
|
5803
5803
|
preferred_maintenance_action: Optional[str] = None,
|
@@ -5813,11 +5813,11 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5813
5813
|
: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.
|
5814
5814
|
: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.
|
5815
5815
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
5816
|
-
:param Mapping[str,
|
5816
|
+
:param Mapping[str, str] 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"}`
|
5817
5817
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
5818
|
-
:param Mapping[str,
|
5818
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
5819
5819
|
: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.
|
5820
|
-
:param Mapping[str,
|
5820
|
+
:param Mapping[str, str] 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"}`
|
5821
5821
|
: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.
|
5822
5822
|
:param str ipxe_script: This is an advanced option.
|
5823
5823
|
: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).
|
@@ -5827,7 +5827,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5827
5827
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
5828
5828
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
5829
5829
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
5830
|
-
:param Mapping[str,
|
5830
|
+
:param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
5831
5831
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
|
5832
5832
|
:param 'InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
|
5833
5833
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
@@ -5953,7 +5953,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5953
5953
|
|
5954
5954
|
@property
|
5955
5955
|
@pulumi.getter(name="definedTags")
|
5956
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
5956
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
5957
5957
|
"""
|
5958
5958
|
(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"}`
|
5959
5959
|
"""
|
@@ -5969,7 +5969,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5969
5969
|
|
5970
5970
|
@property
|
5971
5971
|
@pulumi.getter(name="extendedMetadata")
|
5972
|
-
def extended_metadata(self) -> Optional[Mapping[str,
|
5972
|
+
def extended_metadata(self) -> Optional[Mapping[str, str]]:
|
5973
5973
|
"""
|
5974
5974
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
5975
5975
|
"""
|
@@ -5985,7 +5985,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
5985
5985
|
|
5986
5986
|
@property
|
5987
5987
|
@pulumi.getter(name="freeformTags")
|
5988
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
5988
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
5989
5989
|
"""
|
5990
5990
|
(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"}`
|
5991
5991
|
"""
|
@@ -6037,7 +6037,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
|
|
6037
6037
|
|
6038
6038
|
@property
|
6039
6039
|
@pulumi.getter
|
6040
|
-
def metadata(self) -> Optional[Mapping[str,
|
6040
|
+
def metadata(self) -> Optional[Mapping[str, str]]:
|
6041
6041
|
"""
|
6042
6042
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
6043
6043
|
"""
|
@@ -6346,9 +6346,9 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6346
6346
|
assign_ipv6ip: Optional[bool] = None,
|
6347
6347
|
assign_private_dns_record: Optional[bool] = None,
|
6348
6348
|
assign_public_ip: Optional[bool] = None,
|
6349
|
-
defined_tags: Optional[Mapping[str,
|
6349
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
6350
6350
|
display_name: Optional[str] = None,
|
6351
|
-
freeform_tags: Optional[Mapping[str,
|
6351
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
6352
6352
|
hostname_label: Optional[str] = None,
|
6353
6353
|
ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
|
6354
6354
|
nsg_ids: Optional[Sequence[str]] = None,
|
@@ -6358,9 +6358,9 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6358
6358
|
"""
|
6359
6359
|
: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.
|
6360
6360
|
: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.
|
6361
|
-
:param Mapping[str,
|
6361
|
+
:param Mapping[str, str] 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"}`
|
6362
6362
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
6363
|
-
:param Mapping[str,
|
6363
|
+
:param Mapping[str, str] 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"}`
|
6364
6364
|
: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.
|
6365
6365
|
: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/).
|
6366
6366
|
: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.
|
@@ -6415,7 +6415,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6415
6415
|
|
6416
6416
|
@property
|
6417
6417
|
@pulumi.getter(name="definedTags")
|
6418
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
6418
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
6419
6419
|
"""
|
6420
6420
|
(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"}`
|
6421
6421
|
"""
|
@@ -6431,7 +6431,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
|
|
6431
6431
|
|
6432
6432
|
@property
|
6433
6433
|
@pulumi.getter(name="freeformTags")
|
6434
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
6434
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
6435
6435
|
"""
|
6436
6436
|
(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"}`
|
6437
6437
|
"""
|
@@ -6733,7 +6733,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6733
6733
|
def __init__(__self__, *,
|
6734
6734
|
type: str,
|
6735
6735
|
are_virtual_instructions_enabled: Optional[bool] = None,
|
6736
|
-
config_map: Optional[Mapping[str,
|
6736
|
+
config_map: Optional[Mapping[str, str]] = None,
|
6737
6737
|
is_access_control_service_enabled: Optional[bool] = None,
|
6738
6738
|
is_input_output_memory_management_unit_enabled: Optional[bool] = None,
|
6739
6739
|
is_measured_boot_enabled: Optional[bool] = None,
|
@@ -6746,7 +6746,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6746
6746
|
"""
|
6747
6747
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
6748
6748
|
: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.
|
6749
|
-
:param Mapping[str,
|
6749
|
+
:param Mapping[str, str] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
6750
6750
|
: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.
|
6751
6751
|
:param bool is_input_output_memory_management_unit_enabled: Whether the input-output memory management unit is enabled.
|
6752
6752
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
@@ -6801,7 +6801,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6801
6801
|
|
6802
6802
|
@property
|
6803
6803
|
@pulumi.getter(name="configMap")
|
6804
|
-
def config_map(self) -> Optional[Mapping[str,
|
6804
|
+
def config_map(self) -> Optional[Mapping[str, str]]:
|
6805
6805
|
"""
|
6806
6806
|
Instance Platform Configuration Configuration Map for flexible setting input.
|
6807
6807
|
"""
|
@@ -7197,12 +7197,12 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
|
|
7197
7197
|
|
7198
7198
|
def __init__(__self__, *,
|
7199
7199
|
compartment_id: Optional[str] = None,
|
7200
|
-
defined_tags_filter: Optional[Mapping[str,
|
7200
|
+
defined_tags_filter: Optional[Mapping[str, str]] = None,
|
7201
7201
|
operating_system: Optional[str] = None,
|
7202
7202
|
operating_system_version: Optional[str] = None):
|
7203
7203
|
"""
|
7204
7204
|
: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.
|
7205
|
-
:param Mapping[str,
|
7205
|
+
:param Mapping[str, str] 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).
|
7206
7206
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
7207
7207
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
7208
7208
|
"""
|
@@ -7225,7 +7225,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSour
|
|
7225
7225
|
|
7226
7226
|
@property
|
7227
7227
|
@pulumi.getter(name="definedTagsFilter")
|
7228
|
-
def defined_tags_filter(self) -> Optional[Mapping[str,
|
7228
|
+
def defined_tags_filter(self) -> Optional[Mapping[str, str]]:
|
7229
7229
|
"""
|
7230
7230
|
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).
|
7231
7231
|
"""
|
@@ -7543,9 +7543,9 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7543
7543
|
block_volume_replicas: Optional['outputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas'] = None,
|
7544
7544
|
cluster_placement_group_id: Optional[str] = None,
|
7545
7545
|
compartment_id: Optional[str] = None,
|
7546
|
-
defined_tags: Optional[Mapping[str,
|
7546
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
7547
7547
|
display_name: Optional[str] = None,
|
7548
|
-
freeform_tags: Optional[Mapping[str,
|
7548
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
7549
7549
|
is_auto_tune_enabled: Optional[bool] = None,
|
7550
7550
|
kms_key_id: Optional[str] = None,
|
7551
7551
|
size_in_gbs: Optional[str] = None,
|
@@ -7558,9 +7558,9 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7558
7558
|
:param 'InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs' block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
7559
7559
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
7560
7560
|
: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.
|
7561
|
-
:param Mapping[str,
|
7561
|
+
:param Mapping[str, str] 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"}`
|
7562
7562
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7563
|
-
:param Mapping[str,
|
7563
|
+
:param Mapping[str, str] 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"}`
|
7564
7564
|
: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.
|
7565
7565
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
7566
7566
|
:param str size_in_gbs: The size of the volume in GBs.
|
@@ -7645,7 +7645,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7645
7645
|
|
7646
7646
|
@property
|
7647
7647
|
@pulumi.getter(name="definedTags")
|
7648
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
7648
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
7649
7649
|
"""
|
7650
7650
|
(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"}`
|
7651
7651
|
"""
|
@@ -7661,7 +7661,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails(dict):
|
|
7661
7661
|
|
7662
7662
|
@property
|
7663
7663
|
@pulumi.getter(name="freeformTags")
|
7664
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
7664
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
7665
7665
|
"""
|
7666
7666
|
(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"}`
|
7667
7667
|
"""
|
@@ -7905,17 +7905,17 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
7905
7905
|
compartment_id: Optional[str] = None,
|
7906
7906
|
create_vnic_details: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails'] = None,
|
7907
7907
|
dedicated_vm_host_id: Optional[str] = None,
|
7908
|
-
defined_tags: Optional[Mapping[str,
|
7908
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
7909
7909
|
display_name: Optional[str] = None,
|
7910
|
-
extended_metadata: Optional[Mapping[str,
|
7910
|
+
extended_metadata: Optional[Mapping[str, str]] = None,
|
7911
7911
|
fault_domain: Optional[str] = None,
|
7912
|
-
freeform_tags: Optional[Mapping[str,
|
7912
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
7913
7913
|
instance_options: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions'] = None,
|
7914
7914
|
ipxe_script: Optional[str] = None,
|
7915
7915
|
is_pv_encryption_in_transit_enabled: Optional[bool] = None,
|
7916
7916
|
launch_mode: Optional[str] = None,
|
7917
7917
|
launch_options: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions'] = None,
|
7918
|
-
metadata: Optional[Mapping[str,
|
7918
|
+
metadata: Optional[Mapping[str, str]] = None,
|
7919
7919
|
platform_config: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig'] = None,
|
7920
7920
|
preemptible_instance_config: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig'] = None,
|
7921
7921
|
preferred_maintenance_action: Optional[str] = None,
|
@@ -7931,11 +7931,11 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
7931
7931
|
: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.
|
7932
7932
|
: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.
|
7933
7933
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
7934
|
-
:param Mapping[str,
|
7934
|
+
:param Mapping[str, str] 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"}`
|
7935
7935
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
7936
|
-
:param Mapping[str,
|
7936
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
7937
7937
|
: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.
|
7938
|
-
:param Mapping[str,
|
7938
|
+
:param Mapping[str, str] 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"}`
|
7939
7939
|
: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.
|
7940
7940
|
:param str ipxe_script: This is an advanced option.
|
7941
7941
|
: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).
|
@@ -7945,7 +7945,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
7945
7945
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
7946
7946
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
7947
7947
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
7948
|
-
:param Mapping[str,
|
7948
|
+
:param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
7949
7949
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
|
7950
7950
|
:param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
|
7951
7951
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
@@ -8071,7 +8071,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8071
8071
|
|
8072
8072
|
@property
|
8073
8073
|
@pulumi.getter(name="definedTags")
|
8074
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
8074
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
8075
8075
|
"""
|
8076
8076
|
(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"}`
|
8077
8077
|
"""
|
@@ -8087,7 +8087,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8087
8087
|
|
8088
8088
|
@property
|
8089
8089
|
@pulumi.getter(name="extendedMetadata")
|
8090
|
-
def extended_metadata(self) -> Optional[Mapping[str,
|
8090
|
+
def extended_metadata(self) -> Optional[Mapping[str, str]]:
|
8091
8091
|
"""
|
8092
8092
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
8093
8093
|
"""
|
@@ -8103,7 +8103,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8103
8103
|
|
8104
8104
|
@property
|
8105
8105
|
@pulumi.getter(name="freeformTags")
|
8106
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
8106
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
8107
8107
|
"""
|
8108
8108
|
(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"}`
|
8109
8109
|
"""
|
@@ -8155,7 +8155,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
|
|
8155
8155
|
|
8156
8156
|
@property
|
8157
8157
|
@pulumi.getter
|
8158
|
-
def metadata(self) -> Optional[Mapping[str,
|
8158
|
+
def metadata(self) -> Optional[Mapping[str, str]]:
|
8159
8159
|
"""
|
8160
8160
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
8161
8161
|
"""
|
@@ -8434,9 +8434,9 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8434
8434
|
assign_ipv6ip: Optional[bool] = None,
|
8435
8435
|
assign_private_dns_record: Optional[bool] = None,
|
8436
8436
|
assign_public_ip: Optional[bool] = None,
|
8437
|
-
defined_tags: Optional[Mapping[str,
|
8437
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
8438
8438
|
display_name: Optional[str] = None,
|
8439
|
-
freeform_tags: Optional[Mapping[str,
|
8439
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
8440
8440
|
hostname_label: Optional[str] = None,
|
8441
8441
|
ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
|
8442
8442
|
nsg_ids: Optional[Sequence[str]] = None,
|
@@ -8446,9 +8446,9 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8446
8446
|
"""
|
8447
8447
|
: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.
|
8448
8448
|
: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.
|
8449
|
-
:param Mapping[str,
|
8449
|
+
:param Mapping[str, str] 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"}`
|
8450
8450
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
8451
|
-
:param Mapping[str,
|
8451
|
+
:param Mapping[str, str] 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"}`
|
8452
8452
|
: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.
|
8453
8453
|
: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/).
|
8454
8454
|
: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.
|
@@ -8503,7 +8503,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8503
8503
|
|
8504
8504
|
@property
|
8505
8505
|
@pulumi.getter(name="definedTags")
|
8506
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
8506
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
8507
8507
|
"""
|
8508
8508
|
(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"}`
|
8509
8509
|
"""
|
@@ -8519,7 +8519,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
|
|
8519
8519
|
|
8520
8520
|
@property
|
8521
8521
|
@pulumi.getter(name="freeformTags")
|
8522
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
8522
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
8523
8523
|
"""
|
8524
8524
|
(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"}`
|
8525
8525
|
"""
|
@@ -9271,12 +9271,12 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
|
|
9271
9271
|
|
9272
9272
|
def __init__(__self__, *,
|
9273
9273
|
compartment_id: Optional[str] = None,
|
9274
|
-
defined_tags_filter: Optional[Mapping[str,
|
9274
|
+
defined_tags_filter: Optional[Mapping[str, str]] = None,
|
9275
9275
|
operating_system: Optional[str] = None,
|
9276
9276
|
operating_system_version: Optional[str] = None):
|
9277
9277
|
"""
|
9278
9278
|
: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.
|
9279
|
-
:param Mapping[str,
|
9279
|
+
:param Mapping[str, str] 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).
|
9280
9280
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
9281
9281
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
9282
9282
|
"""
|
@@ -9299,7 +9299,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstan
|
|
9299
9299
|
|
9300
9300
|
@property
|
9301
9301
|
@pulumi.getter(name="definedTagsFilter")
|
9302
|
-
def defined_tags_filter(self) -> Optional[Mapping[str,
|
9302
|
+
def defined_tags_filter(self) -> Optional[Mapping[str, str]]:
|
9303
9303
|
"""
|
9304
9304
|
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).
|
9305
9305
|
"""
|
@@ -9431,9 +9431,9 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9431
9431
|
assign_ipv6ip: Optional[bool] = None,
|
9432
9432
|
assign_private_dns_record: Optional[bool] = None,
|
9433
9433
|
assign_public_ip: Optional[bool] = None,
|
9434
|
-
defined_tags: Optional[Mapping[str,
|
9434
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
9435
9435
|
display_name: Optional[str] = None,
|
9436
|
-
freeform_tags: Optional[Mapping[str,
|
9436
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
9437
9437
|
hostname_label: Optional[str] = None,
|
9438
9438
|
ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
|
9439
9439
|
nsg_ids: Optional[Sequence[str]] = None,
|
@@ -9443,9 +9443,9 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9443
9443
|
"""
|
9444
9444
|
: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.
|
9445
9445
|
: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.
|
9446
|
-
:param Mapping[str,
|
9446
|
+
:param Mapping[str, str] 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"}`
|
9447
9447
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9448
|
-
:param Mapping[str,
|
9448
|
+
:param Mapping[str, str] 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"}`
|
9449
9449
|
: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.
|
9450
9450
|
: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/).
|
9451
9451
|
: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.
|
@@ -9500,7 +9500,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9500
9500
|
|
9501
9501
|
@property
|
9502
9502
|
@pulumi.getter(name="definedTags")
|
9503
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
9503
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
9504
9504
|
"""
|
9505
9505
|
(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"}`
|
9506
9506
|
"""
|
@@ -9516,7 +9516,7 @@ class InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails(d
|
|
9516
9516
|
|
9517
9517
|
@property
|
9518
9518
|
@pulumi.getter(name="freeformTags")
|
9519
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
9519
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
9520
9520
|
"""
|
9521
9521
|
(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"}`
|
9522
9522
|
"""
|
@@ -9715,9 +9715,9 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
9715
9715
|
assign_ipv6ip: Optional[bool] = None,
|
9716
9716
|
assign_private_dns_record: Optional[bool] = None,
|
9717
9717
|
assign_public_ip: Optional[bool] = None,
|
9718
|
-
defined_tags: Optional[Mapping[str,
|
9718
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
9719
9719
|
display_name: Optional[str] = None,
|
9720
|
-
freeform_tags: Optional[Mapping[str,
|
9720
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
9721
9721
|
hostname_label: Optional[str] = None,
|
9722
9722
|
ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
|
9723
9723
|
nsg_ids: Optional[Sequence[str]] = None,
|
@@ -9727,9 +9727,9 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
9727
9727
|
"""
|
9728
9728
|
: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.
|
9729
9729
|
: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.
|
9730
|
-
:param Mapping[str,
|
9730
|
+
:param Mapping[str, str] 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"}`
|
9731
9731
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9732
|
-
:param Mapping[str,
|
9732
|
+
:param Mapping[str, str] 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"}`
|
9733
9733
|
: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.
|
9734
9734
|
: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/).
|
9735
9735
|
: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.
|
@@ -9784,7 +9784,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
9784
9784
|
|
9785
9785
|
@property
|
9786
9786
|
@pulumi.getter(name="definedTags")
|
9787
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
9787
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
9788
9788
|
"""
|
9789
9789
|
(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"}`
|
9790
9790
|
"""
|
@@ -9800,7 +9800,7 @@ class InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails(dict):
|
|
9800
9800
|
|
9801
9801
|
@property
|
9802
9802
|
@pulumi.getter(name="freeformTags")
|
9803
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
9803
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
9804
9804
|
"""
|
9805
9805
|
(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"}`
|
9806
9806
|
"""
|
@@ -9937,9 +9937,9 @@ class InstanceCreateVnicDetails(dict):
|
|
9937
9937
|
assign_ipv6ip: Optional[bool] = None,
|
9938
9938
|
assign_private_dns_record: Optional[bool] = None,
|
9939
9939
|
assign_public_ip: Optional[str] = None,
|
9940
|
-
defined_tags: Optional[Mapping[str,
|
9940
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
9941
9941
|
display_name: Optional[str] = None,
|
9942
|
-
freeform_tags: Optional[Mapping[str,
|
9942
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
9943
9943
|
hostname_label: Optional[str] = None,
|
9944
9944
|
ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.InstanceCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
|
9945
9945
|
nsg_ids: Optional[Sequence[str]] = None,
|
@@ -9960,9 +9960,9 @@ class InstanceCreateVnicDetails(dict):
|
|
9960
9960
|
Example: `false`
|
9961
9961
|
|
9962
9962
|
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).
|
9963
|
-
:param Mapping[str,
|
9963
|
+
:param Mapping[str, str] 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"}`
|
9964
9964
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9965
|
-
:param Mapping[str,
|
9965
|
+
:param Mapping[str, str] 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"}`
|
9966
9966
|
: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)`.
|
9967
9967
|
|
9968
9968
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
@@ -10055,7 +10055,7 @@ class InstanceCreateVnicDetails(dict):
|
|
10055
10055
|
|
10056
10056
|
@property
|
10057
10057
|
@pulumi.getter(name="definedTags")
|
10058
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
10058
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
10059
10059
|
"""
|
10060
10060
|
(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"}`
|
10061
10061
|
"""
|
@@ -10071,7 +10071,7 @@ class InstanceCreateVnicDetails(dict):
|
|
10071
10071
|
|
10072
10072
|
@property
|
10073
10073
|
@pulumi.getter(name="freeformTags")
|
10074
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
10074
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
10075
10075
|
"""
|
10076
10076
|
(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"}`
|
10077
10077
|
"""
|
@@ -10671,7 +10671,7 @@ class InstancePlatformConfig(dict):
|
|
10671
10671
|
def __init__(__self__, *,
|
10672
10672
|
type: str,
|
10673
10673
|
are_virtual_instructions_enabled: Optional[bool] = None,
|
10674
|
-
config_map: Optional[Mapping[str,
|
10674
|
+
config_map: Optional[Mapping[str, str]] = None,
|
10675
10675
|
is_access_control_service_enabled: Optional[bool] = None,
|
10676
10676
|
is_input_output_memory_management_unit_enabled: Optional[bool] = None,
|
10677
10677
|
is_measured_boot_enabled: Optional[bool] = None,
|
@@ -10684,7 +10684,7 @@ class InstancePlatformConfig(dict):
|
|
10684
10684
|
"""
|
10685
10685
|
:param str type: The type of platform being configured.
|
10686
10686
|
: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.
|
10687
|
-
:param Mapping[str,
|
10687
|
+
:param Mapping[str, str] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
10688
10688
|
: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.
|
10689
10689
|
:param bool is_input_output_memory_management_unit_enabled: Whether the input-output memory management unit is enabled.
|
10690
10690
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
@@ -10741,7 +10741,7 @@ class InstancePlatformConfig(dict):
|
|
10741
10741
|
|
10742
10742
|
@property
|
10743
10743
|
@pulumi.getter(name="configMap")
|
10744
|
-
def config_map(self) -> Optional[Mapping[str,
|
10744
|
+
def config_map(self) -> Optional[Mapping[str, str]]:
|
10745
10745
|
"""
|
10746
10746
|
Instance Platform Configuration Configuration Map for flexible setting input.
|
10747
10747
|
"""
|
@@ -11789,12 +11789,12 @@ class InstanceSourceDetailsInstanceSourceImageFilterDetails(dict):
|
|
11789
11789
|
|
11790
11790
|
def __init__(__self__, *,
|
11791
11791
|
compartment_id: str,
|
11792
|
-
defined_tags_filter: Optional[Mapping[str,
|
11792
|
+
defined_tags_filter: Optional[Mapping[str, str]] = None,
|
11793
11793
|
operating_system: Optional[str] = None,
|
11794
11794
|
operating_system_version: Optional[str] = None):
|
11795
11795
|
"""
|
11796
11796
|
:param str compartment_id: (Updatable) The OCID of the compartment containing images to search
|
11797
|
-
:param Mapping[str,
|
11797
|
+
:param Mapping[str, str] 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).
|
11798
11798
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
11799
11799
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
11800
11800
|
"""
|
@@ -11816,7 +11816,7 @@ class InstanceSourceDetailsInstanceSourceImageFilterDetails(dict):
|
|
11816
11816
|
|
11817
11817
|
@property
|
11818
11818
|
@pulumi.getter(name="definedTagsFilter")
|
11819
|
-
def defined_tags_filter(self) -> Optional[Mapping[str,
|
11819
|
+
def defined_tags_filter(self) -> Optional[Mapping[str, str]]:
|
11820
11820
|
"""
|
11821
11821
|
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).
|
11822
11822
|
"""
|
@@ -13975,9 +13975,9 @@ class VnicAttachmentCreateVnicDetails(dict):
|
|
13975
13975
|
assign_ipv6ip: Optional[bool] = None,
|
13976
13976
|
assign_private_dns_record: Optional[bool] = None,
|
13977
13977
|
assign_public_ip: Optional[str] = None,
|
13978
|
-
defined_tags: Optional[Mapping[str,
|
13978
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
13979
13979
|
display_name: Optional[str] = None,
|
13980
|
-
freeform_tags: Optional[Mapping[str,
|
13980
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
13981
13981
|
hostname_label: Optional[str] = None,
|
13982
13982
|
ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.VnicAttachmentCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
|
13983
13983
|
nsg_ids: Optional[Sequence[str]] = None,
|
@@ -13999,9 +13999,9 @@ class VnicAttachmentCreateVnicDetails(dict):
|
|
13999
13999
|
Example: `false`
|
14000
14000
|
|
14001
14001
|
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).
|
14002
|
-
:param Mapping[str,
|
14002
|
+
:param Mapping[str, str] 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"}`
|
14003
14003
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
14004
|
-
:param Mapping[str,
|
14004
|
+
:param Mapping[str, str] 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"}`
|
14005
14005
|
: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)`.
|
14006
14006
|
|
14007
14007
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
@@ -14095,7 +14095,7 @@ class VnicAttachmentCreateVnicDetails(dict):
|
|
14095
14095
|
|
14096
14096
|
@property
|
14097
14097
|
@pulumi.getter(name="definedTags")
|
14098
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
14098
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
14099
14099
|
"""
|
14100
14100
|
(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"}`
|
14101
14101
|
"""
|
@@ -14111,7 +14111,7 @@ class VnicAttachmentCreateVnicDetails(dict):
|
|
14111
14111
|
|
14112
14112
|
@property
|
14113
14113
|
@pulumi.getter(name="freeformTags")
|
14114
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
14114
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
14115
14115
|
"""
|
14116
14116
|
(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"}`
|
14117
14117
|
"""
|
@@ -15308,9 +15308,9 @@ class GetBlockVolumeReplicasBlockVolumeReplicaResult(dict):
|
|
15308
15308
|
availability_domain: str,
|
15309
15309
|
block_volume_id: str,
|
15310
15310
|
compartment_id: str,
|
15311
|
-
defined_tags: Mapping[str,
|
15311
|
+
defined_tags: Mapping[str, str],
|
15312
15312
|
display_name: str,
|
15313
|
-
freeform_tags: Mapping[str,
|
15313
|
+
freeform_tags: Mapping[str, str],
|
15314
15314
|
id: str,
|
15315
15315
|
size_in_gbs: str,
|
15316
15316
|
state: str,
|
@@ -15321,9 +15321,9 @@ class GetBlockVolumeReplicasBlockVolumeReplicaResult(dict):
|
|
15321
15321
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
15322
15322
|
:param str block_volume_id: The OCID of the source block volume.
|
15323
15323
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
15324
|
-
:param Mapping[str,
|
15324
|
+
:param Mapping[str, str] 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"}`
|
15325
15325
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
15326
|
-
:param Mapping[str,
|
15326
|
+
:param Mapping[str, str] 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"}`
|
15327
15327
|
:param str id: The block volume replica's Oracle ID (OCID).
|
15328
15328
|
:param str size_in_gbs: The size of the source block volume, in GBs.
|
15329
15329
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
@@ -15370,7 +15370,7 @@ class GetBlockVolumeReplicasBlockVolumeReplicaResult(dict):
|
|
15370
15370
|
|
15371
15371
|
@property
|
15372
15372
|
@pulumi.getter(name="definedTags")
|
15373
|
-
def defined_tags(self) -> Mapping[str,
|
15373
|
+
def defined_tags(self) -> Mapping[str, str]:
|
15374
15374
|
"""
|
15375
15375
|
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"}`
|
15376
15376
|
"""
|
@@ -15386,7 +15386,7 @@ class GetBlockVolumeReplicasBlockVolumeReplicaResult(dict):
|
|
15386
15386
|
|
15387
15387
|
@property
|
15388
15388
|
@pulumi.getter(name="freeformTags")
|
15389
|
-
def freeform_tags(self) -> Mapping[str,
|
15389
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
15390
15390
|
"""
|
15391
15391
|
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"}`
|
15392
15392
|
"""
|
@@ -15693,10 +15693,10 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15693
15693
|
def __init__(__self__, *,
|
15694
15694
|
boot_volume_id: str,
|
15695
15695
|
compartment_id: str,
|
15696
|
-
defined_tags: Mapping[str,
|
15696
|
+
defined_tags: Mapping[str, str],
|
15697
15697
|
display_name: str,
|
15698
15698
|
expiration_time: str,
|
15699
|
-
freeform_tags: Mapping[str,
|
15699
|
+
freeform_tags: Mapping[str, str],
|
15700
15700
|
id: str,
|
15701
15701
|
image_id: str,
|
15702
15702
|
kms_key_id: str,
|
@@ -15705,7 +15705,7 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15705
15705
|
source_details: Sequence['outputs.GetBootVolumeBackupsBootVolumeBackupSourceDetailResult'],
|
15706
15706
|
source_type: str,
|
15707
15707
|
state: str,
|
15708
|
-
system_tags: Mapping[str,
|
15708
|
+
system_tags: Mapping[str, str],
|
15709
15709
|
time_created: str,
|
15710
15710
|
time_request_received: str,
|
15711
15711
|
type: str,
|
@@ -15713,10 +15713,10 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15713
15713
|
"""
|
15714
15714
|
:param str boot_volume_id: The OCID of the boot volume.
|
15715
15715
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
15716
|
-
:param Mapping[str,
|
15716
|
+
:param Mapping[str, str] 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"}`
|
15717
15717
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
15718
15718
|
:param str expiration_time: The date and time the volume backup will expire and be automatically deleted. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
|
15719
|
-
:param Mapping[str,
|
15719
|
+
:param Mapping[str, str] 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"}`
|
15720
15720
|
:param str id: The OCID of the boot volume backup.
|
15721
15721
|
:param str image_id: The image OCID used to create the boot volume the backup is taken from.
|
15722
15722
|
:param str kms_key_id: The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
@@ -15724,7 +15724,7 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15724
15724
|
:param str source_boot_volume_backup_id: A filter to return only resources that originated from the given source boot volume backup.
|
15725
15725
|
:param str source_type: Specifies whether the backup was created manually, or via scheduled backup policy.
|
15726
15726
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
15727
|
-
:param Mapping[str,
|
15727
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
15728
15728
|
:param str time_created: The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
15729
15729
|
:param str time_request_received: The date and time the request to create the boot volume backup was received. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
15730
15730
|
:param str type: The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
|
@@ -15768,7 +15768,7 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15768
15768
|
|
15769
15769
|
@property
|
15770
15770
|
@pulumi.getter(name="definedTags")
|
15771
|
-
def defined_tags(self) -> Mapping[str,
|
15771
|
+
def defined_tags(self) -> Mapping[str, str]:
|
15772
15772
|
"""
|
15773
15773
|
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"}`
|
15774
15774
|
"""
|
@@ -15792,7 +15792,7 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15792
15792
|
|
15793
15793
|
@property
|
15794
15794
|
@pulumi.getter(name="freeformTags")
|
15795
|
-
def freeform_tags(self) -> Mapping[str,
|
15795
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
15796
15796
|
"""
|
15797
15797
|
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"}`
|
15798
15798
|
"""
|
@@ -15861,7 +15861,7 @@ class GetBootVolumeBackupsBootVolumeBackupResult(dict):
|
|
15861
15861
|
|
15862
15862
|
@property
|
15863
15863
|
@pulumi.getter(name="systemTags")
|
15864
|
-
def system_tags(self) -> Mapping[str,
|
15864
|
+
def system_tags(self) -> Mapping[str, str]:
|
15865
15865
|
"""
|
15866
15866
|
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
15867
15867
|
"""
|
@@ -16005,9 +16005,9 @@ class GetBootVolumeReplicasBootVolumeReplicaResult(dict):
|
|
16005
16005
|
availability_domain: str,
|
16006
16006
|
boot_volume_id: str,
|
16007
16007
|
compartment_id: str,
|
16008
|
-
defined_tags: Mapping[str,
|
16008
|
+
defined_tags: Mapping[str, str],
|
16009
16009
|
display_name: str,
|
16010
|
-
freeform_tags: Mapping[str,
|
16010
|
+
freeform_tags: Mapping[str, str],
|
16011
16011
|
id: str,
|
16012
16012
|
image_id: str,
|
16013
16013
|
size_in_gbs: str,
|
@@ -16019,9 +16019,9 @@ class GetBootVolumeReplicasBootVolumeReplicaResult(dict):
|
|
16019
16019
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
16020
16020
|
:param str boot_volume_id: The OCID of the source boot volume.
|
16021
16021
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
16022
|
-
:param Mapping[str,
|
16022
|
+
:param Mapping[str, str] 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"}`
|
16023
16023
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
16024
|
-
:param Mapping[str,
|
16024
|
+
:param Mapping[str, str] 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"}`
|
16025
16025
|
:param str id: The boot volume replica's Oracle ID (OCID).
|
16026
16026
|
:param str image_id: The image OCID used to create the boot volume the replica is replicated from.
|
16027
16027
|
:param str size_in_gbs: The size of the source boot volume, in GBs.
|
@@ -16070,7 +16070,7 @@ class GetBootVolumeReplicasBootVolumeReplicaResult(dict):
|
|
16070
16070
|
|
16071
16071
|
@property
|
16072
16072
|
@pulumi.getter(name="definedTags")
|
16073
|
-
def defined_tags(self) -> Mapping[str,
|
16073
|
+
def defined_tags(self) -> Mapping[str, str]:
|
16074
16074
|
"""
|
16075
16075
|
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"}`
|
16076
16076
|
"""
|
@@ -16086,7 +16086,7 @@ class GetBootVolumeReplicasBootVolumeReplicaResult(dict):
|
|
16086
16086
|
|
16087
16087
|
@property
|
16088
16088
|
@pulumi.getter(name="freeformTags")
|
16089
|
-
def freeform_tags(self) -> Mapping[str,
|
16089
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
16090
16090
|
"""
|
16091
16091
|
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"}`
|
16092
16092
|
"""
|
@@ -16216,9 +16216,9 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16216
16216
|
boot_volume_replicas_deletion: bool,
|
16217
16217
|
cluster_placement_group_id: str,
|
16218
16218
|
compartment_id: str,
|
16219
|
-
defined_tags: Mapping[str,
|
16219
|
+
defined_tags: Mapping[str, str],
|
16220
16220
|
display_name: str,
|
16221
|
-
freeform_tags: Mapping[str,
|
16221
|
+
freeform_tags: Mapping[str, str],
|
16222
16222
|
id: str,
|
16223
16223
|
image_id: str,
|
16224
16224
|
is_auto_tune_enabled: bool,
|
@@ -16228,7 +16228,7 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16228
16228
|
size_in_mbs: str,
|
16229
16229
|
source_details: Sequence['outputs.GetBootVolumesBootVolumeSourceDetailResult'],
|
16230
16230
|
state: str,
|
16231
|
-
system_tags: Mapping[str,
|
16231
|
+
system_tags: Mapping[str, str],
|
16232
16232
|
time_created: str,
|
16233
16233
|
volume_group_id: str,
|
16234
16234
|
vpus_per_gb: str):
|
@@ -16239,9 +16239,9 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16239
16239
|
:param Sequence['GetBootVolumesBootVolumeBootVolumeReplicaArgs'] boot_volume_replicas: The list of boot volume replicas of this boot volume
|
16240
16240
|
:param str cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
|
16241
16241
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
16242
|
-
:param Mapping[str,
|
16242
|
+
:param Mapping[str, str] 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"}`
|
16243
16243
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
16244
|
-
:param Mapping[str,
|
16244
|
+
:param Mapping[str, str] 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"}`
|
16245
16245
|
:param str id: The OCID of the boot volume replica.
|
16246
16246
|
:param str image_id: The image OCID used to create the boot volume.
|
16247
16247
|
:param bool is_auto_tune_enabled: Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the `DetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
|
@@ -16250,7 +16250,7 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16250
16250
|
:param str size_in_gbs: The size of the boot volume in GBs.
|
16251
16251
|
:param str size_in_mbs: The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use `size_in_gbs`.
|
16252
16252
|
:param str state: The current state of a boot volume.
|
16253
|
-
:param Mapping[str,
|
16253
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
16254
16254
|
:param str time_created: The date and time the boot volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
16255
16255
|
:param str volume_group_id: The OCID of the volume group.
|
16256
16256
|
:param str vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this boot 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.
|
@@ -16341,7 +16341,7 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16341
16341
|
|
16342
16342
|
@property
|
16343
16343
|
@pulumi.getter(name="definedTags")
|
16344
|
-
def defined_tags(self) -> Mapping[str,
|
16344
|
+
def defined_tags(self) -> Mapping[str, str]:
|
16345
16345
|
"""
|
16346
16346
|
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"}`
|
16347
16347
|
"""
|
@@ -16357,7 +16357,7 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16357
16357
|
|
16358
16358
|
@property
|
16359
16359
|
@pulumi.getter(name="freeformTags")
|
16360
|
-
def freeform_tags(self) -> Mapping[str,
|
16360
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
16361
16361
|
"""
|
16362
16362
|
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"}`
|
16363
16363
|
"""
|
@@ -16434,7 +16434,7 @@ class GetBootVolumesBootVolumeResult(dict):
|
|
16434
16434
|
|
16435
16435
|
@property
|
16436
16436
|
@pulumi.getter(name="systemTags")
|
16437
|
-
def system_tags(self) -> Mapping[str,
|
16437
|
+
def system_tags(self) -> Mapping[str, str]:
|
16438
16438
|
"""
|
16439
16439
|
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
16440
16440
|
"""
|
@@ -16731,9 +16731,9 @@ class GetByoipRangesByoipRangeCollectionResult(dict):
|
|
16731
16731
|
class GetByoipRangesByoipRangeCollectionItemResult(dict):
|
16732
16732
|
def __init__(__self__, *,
|
16733
16733
|
byoip_range_vcn_ipv6allocations: Sequence['outputs.GetByoipRangesByoipRangeCollectionItemByoipRangeVcnIpv6allocationResult'],
|
16734
|
-
defined_tags: Mapping[str,
|
16734
|
+
defined_tags: Mapping[str, str],
|
16735
16735
|
display_name: str,
|
16736
|
-
freeform_tags: Mapping[str,
|
16736
|
+
freeform_tags: Mapping[str, str],
|
16737
16737
|
id: str,
|
16738
16738
|
ipv6cidr_block: str,
|
16739
16739
|
lifecycle_details: str,
|
@@ -16747,9 +16747,9 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
|
|
16747
16747
|
compartment_id: Optional[str] = None):
|
16748
16748
|
"""
|
16749
16749
|
:param Sequence['GetByoipRangesByoipRangeCollectionItemByoipRangeVcnIpv6allocationArgs'] byoip_range_vcn_ipv6allocations: A list of `ByoipRangeVcnIpv6AllocationSummary` objects.
|
16750
|
-
:param Mapping[str,
|
16750
|
+
:param Mapping[str, str] 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"}`
|
16751
16751
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
16752
|
-
:param Mapping[str,
|
16752
|
+
:param Mapping[str, str] 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"}`
|
16753
16753
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource.
|
16754
16754
|
:param str ipv6cidr_block: The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be also assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
|
16755
16755
|
:param str lifecycle_details: The `ByoipRange` resource's current status.
|
@@ -16790,7 +16790,7 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
|
|
16790
16790
|
|
16791
16791
|
@property
|
16792
16792
|
@pulumi.getter(name="definedTags")
|
16793
|
-
def defined_tags(self) -> Mapping[str,
|
16793
|
+
def defined_tags(self) -> Mapping[str, str]:
|
16794
16794
|
"""
|
16795
16795
|
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"}`
|
16796
16796
|
"""
|
@@ -16806,7 +16806,7 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
|
|
16806
16806
|
|
16807
16807
|
@property
|
16808
16808
|
@pulumi.getter(name="freeformTags")
|
16809
|
-
def freeform_tags(self) -> Mapping[str,
|
16809
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
16810
16810
|
"""
|
16811
16811
|
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"}`
|
16812
16812
|
"""
|
@@ -17592,22 +17592,22 @@ class GetCaptureFilterVtapCaptureFilterRuleUdpOptionSourcePortRangeResult(dict):
|
|
17592
17592
|
class GetCaptureFiltersCaptureFilterResult(dict):
|
17593
17593
|
def __init__(__self__, *,
|
17594
17594
|
compartment_id: str,
|
17595
|
-
defined_tags: Mapping[str,
|
17595
|
+
defined_tags: Mapping[str, str],
|
17596
17596
|
display_name: str,
|
17597
17597
|
filter_type: str,
|
17598
17598
|
flow_log_capture_filter_rules: Sequence['outputs.GetCaptureFiltersCaptureFilterFlowLogCaptureFilterRuleResult'],
|
17599
|
-
freeform_tags: Mapping[str,
|
17599
|
+
freeform_tags: Mapping[str, str],
|
17600
17600
|
id: str,
|
17601
17601
|
state: str,
|
17602
17602
|
time_created: str,
|
17603
17603
|
vtap_capture_filter_rules: Sequence['outputs.GetCaptureFiltersCaptureFilterVtapCaptureFilterRuleResult']):
|
17604
17604
|
"""
|
17605
17605
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
17606
|
-
:param Mapping[str,
|
17606
|
+
:param Mapping[str, str] 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"}`
|
17607
17607
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
17608
17608
|
:param str filter_type: A filter to only return resources that match the given capture filterType. The filterType value is the string representation of enum - VTAP, FLOWLOG.
|
17609
17609
|
:param Sequence['GetCaptureFiltersCaptureFilterFlowLogCaptureFilterRuleArgs'] flow_log_capture_filter_rules: The set of rules governing what traffic the Flow Log collects when creating a flow log capture filter.
|
17610
|
-
:param Mapping[str,
|
17610
|
+
:param Mapping[str, str] 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"}`
|
17611
17611
|
:param str id: The capture filter's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
17612
17612
|
:param str state: A filter to return only resources that match the given capture filter lifecycle state. The state value is case-insensitive.
|
17613
17613
|
:param str time_created: The date and time the capture filter was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2021-08-25T21:10:29.600Z`
|
@@ -17634,7 +17634,7 @@ class GetCaptureFiltersCaptureFilterResult(dict):
|
|
17634
17634
|
|
17635
17635
|
@property
|
17636
17636
|
@pulumi.getter(name="definedTags")
|
17637
|
-
def defined_tags(self) -> Mapping[str,
|
17637
|
+
def defined_tags(self) -> Mapping[str, str]:
|
17638
17638
|
"""
|
17639
17639
|
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"}`
|
17640
17640
|
"""
|
@@ -17666,7 +17666,7 @@ class GetCaptureFiltersCaptureFilterResult(dict):
|
|
17666
17666
|
|
17667
17667
|
@property
|
17668
17668
|
@pulumi.getter(name="freeformTags")
|
17669
|
-
def freeform_tags(self) -> Mapping[str,
|
17669
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
17670
17670
|
"""
|
17671
17671
|
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"}`
|
17672
17672
|
"""
|
@@ -18374,9 +18374,9 @@ class GetClusterNetworkClusterConfigurationResult(dict):
|
|
18374
18374
|
class GetClusterNetworkInstancePoolResult(dict):
|
18375
18375
|
def __init__(__self__, *,
|
18376
18376
|
compartment_id: str,
|
18377
|
-
defined_tags: Mapping[str,
|
18377
|
+
defined_tags: Mapping[str, str],
|
18378
18378
|
display_name: str,
|
18379
|
-
freeform_tags: Mapping[str,
|
18379
|
+
freeform_tags: Mapping[str, str],
|
18380
18380
|
id: str,
|
18381
18381
|
instance_configuration_id: str,
|
18382
18382
|
instance_display_name_formatter: str,
|
@@ -18388,9 +18388,9 @@ class GetClusterNetworkInstancePoolResult(dict):
|
|
18388
18388
|
time_created: str):
|
18389
18389
|
"""
|
18390
18390
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
|
18391
|
-
:param Mapping[str,
|
18391
|
+
:param Mapping[str, str] 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"}`
|
18392
18392
|
:param str display_name: The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
|
18393
|
-
:param Mapping[str,
|
18393
|
+
:param Mapping[str, str] 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"}`
|
18394
18394
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
|
18395
18395
|
:param str instance_configuration_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
|
18396
18396
|
:param Sequence['GetClusterNetworkInstancePoolLoadBalancerArgs'] load_balancers: The load balancers attached to the instance pool.
|
@@ -18423,7 +18423,7 @@ class GetClusterNetworkInstancePoolResult(dict):
|
|
18423
18423
|
|
18424
18424
|
@property
|
18425
18425
|
@pulumi.getter(name="definedTags")
|
18426
|
-
def defined_tags(self) -> Mapping[str,
|
18426
|
+
def defined_tags(self) -> Mapping[str, str]:
|
18427
18427
|
"""
|
18428
18428
|
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"}`
|
18429
18429
|
"""
|
@@ -18439,7 +18439,7 @@ class GetClusterNetworkInstancePoolResult(dict):
|
|
18439
18439
|
|
18440
18440
|
@property
|
18441
18441
|
@pulumi.getter(name="freeformTags")
|
18442
|
-
def freeform_tags(self) -> Mapping[str,
|
18442
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
18443
18443
|
"""
|
18444
18444
|
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"}`
|
18445
18445
|
"""
|
@@ -19192,9 +19192,9 @@ class GetClusterNetworksClusterNetworkResult(dict):
|
|
19192
19192
|
def __init__(__self__, *,
|
19193
19193
|
cluster_configurations: Sequence['outputs.GetClusterNetworksClusterNetworkClusterConfigurationResult'],
|
19194
19194
|
compartment_id: str,
|
19195
|
-
defined_tags: Mapping[str,
|
19195
|
+
defined_tags: Mapping[str, str],
|
19196
19196
|
display_name: str,
|
19197
|
-
freeform_tags: Mapping[str,
|
19197
|
+
freeform_tags: Mapping[str, str],
|
19198
19198
|
hpc_island_id: str,
|
19199
19199
|
id: str,
|
19200
19200
|
instance_pools: Sequence['outputs.GetClusterNetworksClusterNetworkInstancePoolResult'],
|
@@ -19205,9 +19205,9 @@ class GetClusterNetworksClusterNetworkResult(dict):
|
|
19205
19205
|
time_updated: str):
|
19206
19206
|
"""
|
19207
19207
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
19208
|
-
:param Mapping[str,
|
19208
|
+
:param Mapping[str, str] 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"}`
|
19209
19209
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
19210
|
-
:param Mapping[str,
|
19210
|
+
:param Mapping[str, str] 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"}`
|
19211
19211
|
:param str hpc_island_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the HPC island used by the cluster network.
|
19212
19212
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
|
19213
19213
|
:param Sequence['GetClusterNetworksClusterNetworkInstancePoolArgs'] instance_pools: The instance pools in the cluster network.
|
@@ -19246,7 +19246,7 @@ class GetClusterNetworksClusterNetworkResult(dict):
|
|
19246
19246
|
|
19247
19247
|
@property
|
19248
19248
|
@pulumi.getter(name="definedTags")
|
19249
|
-
def defined_tags(self) -> Mapping[str,
|
19249
|
+
def defined_tags(self) -> Mapping[str, str]:
|
19250
19250
|
"""
|
19251
19251
|
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"}`
|
19252
19252
|
"""
|
@@ -19262,7 +19262,7 @@ class GetClusterNetworksClusterNetworkResult(dict):
|
|
19262
19262
|
|
19263
19263
|
@property
|
19264
19264
|
@pulumi.getter(name="freeformTags")
|
19265
|
-
def freeform_tags(self) -> Mapping[str,
|
19265
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
19266
19266
|
"""
|
19267
19267
|
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"}`
|
19268
19268
|
"""
|
@@ -19366,9 +19366,9 @@ class GetClusterNetworksClusterNetworkClusterConfigurationResult(dict):
|
|
19366
19366
|
class GetClusterNetworksClusterNetworkInstancePoolResult(dict):
|
19367
19367
|
def __init__(__self__, *,
|
19368
19368
|
compartment_id: str,
|
19369
|
-
defined_tags: Mapping[str,
|
19369
|
+
defined_tags: Mapping[str, str],
|
19370
19370
|
display_name: str,
|
19371
|
-
freeform_tags: Mapping[str,
|
19371
|
+
freeform_tags: Mapping[str, str],
|
19372
19372
|
id: str,
|
19373
19373
|
instance_configuration_id: str,
|
19374
19374
|
instance_display_name_formatter: str,
|
@@ -19380,9 +19380,9 @@ class GetClusterNetworksClusterNetworkInstancePoolResult(dict):
|
|
19380
19380
|
time_created: str):
|
19381
19381
|
"""
|
19382
19382
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
19383
|
-
:param Mapping[str,
|
19383
|
+
:param Mapping[str, str] 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"}`
|
19384
19384
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
19385
|
-
:param Mapping[str,
|
19385
|
+
:param Mapping[str, str] 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"}`
|
19386
19386
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
|
19387
19387
|
:param str instance_configuration_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
|
19388
19388
|
:param Sequence['GetClusterNetworksClusterNetworkInstancePoolLoadBalancerArgs'] load_balancers: The load balancers attached to the instance pool.
|
@@ -19415,7 +19415,7 @@ class GetClusterNetworksClusterNetworkInstancePoolResult(dict):
|
|
19415
19415
|
|
19416
19416
|
@property
|
19417
19417
|
@pulumi.getter(name="definedTags")
|
19418
|
-
def defined_tags(self) -> Mapping[str,
|
19418
|
+
def defined_tags(self) -> Mapping[str, str]:
|
19419
19419
|
"""
|
19420
19420
|
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"}`
|
19421
19421
|
"""
|
@@ -19431,7 +19431,7 @@ class GetClusterNetworksClusterNetworkInstancePoolResult(dict):
|
|
19431
19431
|
|
19432
19432
|
@property
|
19433
19433
|
@pulumi.getter(name="freeformTags")
|
19434
|
-
def freeform_tags(self) -> Mapping[str,
|
19434
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
19435
19435
|
"""
|
19436
19436
|
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"}`
|
19437
19437
|
"""
|
@@ -20332,9 +20332,9 @@ class GetComputeCapacityReservationsComputeCapacityReservationResult(dict):
|
|
20332
20332
|
def __init__(__self__, *,
|
20333
20333
|
availability_domain: str,
|
20334
20334
|
compartment_id: str,
|
20335
|
-
defined_tags: Mapping[str,
|
20335
|
+
defined_tags: Mapping[str, str],
|
20336
20336
|
display_name: str,
|
20337
|
-
freeform_tags: Mapping[str,
|
20337
|
+
freeform_tags: Mapping[str, str],
|
20338
20338
|
id: str,
|
20339
20339
|
instance_reservation_configs: Sequence['outputs.GetComputeCapacityReservationsComputeCapacityReservationInstanceReservationConfigResult'],
|
20340
20340
|
is_default_reservation: bool,
|
@@ -20346,9 +20346,9 @@ class GetComputeCapacityReservationsComputeCapacityReservationResult(dict):
|
|
20346
20346
|
"""
|
20347
20347
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
20348
20348
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
20349
|
-
:param Mapping[str,
|
20349
|
+
:param Mapping[str, str] 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"}`
|
20350
20350
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
20351
|
-
:param Mapping[str,
|
20351
|
+
:param Mapping[str, str] 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"}`
|
20352
20352
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute capacity reservation.
|
20353
20353
|
:param Sequence['GetComputeCapacityReservationsComputeCapacityReservationInstanceReservationConfigArgs'] instance_reservation_configs: The capacity configurations for the capacity reservation.
|
20354
20354
|
:param bool is_default_reservation: Whether this capacity reservation is the default. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
|
@@ -20390,7 +20390,7 @@ class GetComputeCapacityReservationsComputeCapacityReservationResult(dict):
|
|
20390
20390
|
|
20391
20391
|
@property
|
20392
20392
|
@pulumi.getter(name="definedTags")
|
20393
|
-
def defined_tags(self) -> Mapping[str,
|
20393
|
+
def defined_tags(self) -> Mapping[str, str]:
|
20394
20394
|
"""
|
20395
20395
|
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"}`
|
20396
20396
|
"""
|
@@ -20406,7 +20406,7 @@ class GetComputeCapacityReservationsComputeCapacityReservationResult(dict):
|
|
20406
20406
|
|
20407
20407
|
@property
|
20408
20408
|
@pulumi.getter(name="freeformTags")
|
20409
|
-
def freeform_tags(self) -> Mapping[str,
|
20409
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
20410
20410
|
"""
|
20411
20411
|
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"}`
|
20412
20412
|
"""
|
@@ -20664,9 +20664,9 @@ class GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemResult(di
|
|
20664
20664
|
availability_domain: str,
|
20665
20665
|
capacity_sources: Sequence['outputs.GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemCapacitySourceResult'],
|
20666
20666
|
compartment_id: str,
|
20667
|
-
defined_tags: Mapping[str,
|
20667
|
+
defined_tags: Mapping[str, str],
|
20668
20668
|
display_name: str,
|
20669
|
-
freeform_tags: Mapping[str,
|
20669
|
+
freeform_tags: Mapping[str, str],
|
20670
20670
|
id: str,
|
20671
20671
|
state: str,
|
20672
20672
|
time_created: str,
|
@@ -20675,9 +20675,9 @@ class GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemResult(di
|
|
20675
20675
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
20676
20676
|
:param Sequence['GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemCapacitySourceArgs'] capacity_sources: A capacity source of bare metal hosts.
|
20677
20677
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
20678
|
-
:param Mapping[str,
|
20678
|
+
:param Mapping[str, str] 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"}`
|
20679
20679
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
20680
|
-
:param Mapping[str,
|
20680
|
+
:param Mapping[str, str] 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"}`
|
20681
20681
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute capacity topology.
|
20682
20682
|
:param str state: The current state of the compute capacity topology.
|
20683
20683
|
:param str time_created: The date and time that the compute capacity topology was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
@@ -20720,7 +20720,7 @@ class GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemResult(di
|
|
20720
20720
|
|
20721
20721
|
@property
|
20722
20722
|
@pulumi.getter(name="definedTags")
|
20723
|
-
def defined_tags(self) -> Mapping[str,
|
20723
|
+
def defined_tags(self) -> Mapping[str, str]:
|
20724
20724
|
"""
|
20725
20725
|
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"}`
|
20726
20726
|
"""
|
@@ -20736,7 +20736,7 @@ class GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemResult(di
|
|
20736
20736
|
|
20737
20737
|
@property
|
20738
20738
|
@pulumi.getter(name="freeformTags")
|
20739
|
-
def freeform_tags(self) -> Mapping[str,
|
20739
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
20740
20740
|
"""
|
20741
20741
|
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"}`
|
20742
20742
|
"""
|
@@ -21297,18 +21297,18 @@ class GetComputeClustersComputeClusterCollectionItemResult(dict):
|
|
21297
21297
|
def __init__(__self__, *,
|
21298
21298
|
availability_domain: str,
|
21299
21299
|
compartment_id: str,
|
21300
|
-
defined_tags: Mapping[str,
|
21300
|
+
defined_tags: Mapping[str, str],
|
21301
21301
|
display_name: str,
|
21302
|
-
freeform_tags: Mapping[str,
|
21302
|
+
freeform_tags: Mapping[str, str],
|
21303
21303
|
id: str,
|
21304
21304
|
state: str,
|
21305
21305
|
time_created: str):
|
21306
21306
|
"""
|
21307
21307
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
21308
21308
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
21309
|
-
:param Mapping[str,
|
21309
|
+
:param Mapping[str, str] 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"}`
|
21310
21310
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
21311
|
-
:param Mapping[str,
|
21311
|
+
:param Mapping[str, str] 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"}`
|
21312
21312
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
|
21313
21313
|
:param str state: The current state of the compute cluster.
|
21314
21314
|
:param str time_created: The date and time the compute cluster was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
@@ -21340,7 +21340,7 @@ class GetComputeClustersComputeClusterCollectionItemResult(dict):
|
|
21340
21340
|
|
21341
21341
|
@property
|
21342
21342
|
@pulumi.getter(name="definedTags")
|
21343
|
-
def defined_tags(self) -> Mapping[str,
|
21343
|
+
def defined_tags(self) -> Mapping[str, str]:
|
21344
21344
|
"""
|
21345
21345
|
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"}`
|
21346
21346
|
"""
|
@@ -21356,7 +21356,7 @@ class GetComputeClustersComputeClusterCollectionItemResult(dict):
|
|
21356
21356
|
|
21357
21357
|
@property
|
21358
21358
|
@pulumi.getter(name="freeformTags")
|
21359
|
-
def freeform_tags(self) -> Mapping[str,
|
21359
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
21360
21360
|
"""
|
21361
21361
|
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"}`
|
21362
21362
|
"""
|
@@ -21419,17 +21419,17 @@ class GetComputeGlobalImageCapabilitySchemasComputeGlobalImageCapabilitySchemaRe
|
|
21419
21419
|
def __init__(__self__, *,
|
21420
21420
|
compartment_id: str,
|
21421
21421
|
current_version_name: str,
|
21422
|
-
defined_tags: Mapping[str,
|
21422
|
+
defined_tags: Mapping[str, str],
|
21423
21423
|
display_name: str,
|
21424
|
-
freeform_tags: Mapping[str,
|
21424
|
+
freeform_tags: Mapping[str, str],
|
21425
21425
|
id: str,
|
21426
21426
|
time_created: str):
|
21427
21427
|
"""
|
21428
21428
|
:param str compartment_id: A filter to return only resources that match the given compartment OCID exactly.
|
21429
21429
|
:param str current_version_name: The name of the global capabilities version resource that is considered the current version.
|
21430
|
-
:param Mapping[str,
|
21430
|
+
:param Mapping[str, str] 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"}`
|
21431
21431
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
21432
|
-
:param Mapping[str,
|
21432
|
+
:param Mapping[str, str] 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"}`
|
21433
21433
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute global image capability schema
|
21434
21434
|
:param str time_created: The date and time the compute global image capability schema was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
21435
21435
|
"""
|
@@ -21459,7 +21459,7 @@ class GetComputeGlobalImageCapabilitySchemasComputeGlobalImageCapabilitySchemaRe
|
|
21459
21459
|
|
21460
21460
|
@property
|
21461
21461
|
@pulumi.getter(name="definedTags")
|
21462
|
-
def defined_tags(self) -> Mapping[str,
|
21462
|
+
def defined_tags(self) -> Mapping[str, str]:
|
21463
21463
|
"""
|
21464
21464
|
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"}`
|
21465
21465
|
"""
|
@@ -21475,7 +21475,7 @@ class GetComputeGlobalImageCapabilitySchemasComputeGlobalImageCapabilitySchemaRe
|
|
21475
21475
|
|
21476
21476
|
@property
|
21477
21477
|
@pulumi.getter(name="freeformTags")
|
21478
|
-
def freeform_tags(self) -> Mapping[str,
|
21478
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
21479
21479
|
"""
|
21480
21480
|
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"}`
|
21481
21481
|
"""
|
@@ -21531,13 +21531,13 @@ class GetComputeGlobalImageCapabilitySchemasVersionsComputeGlobalImageCapability
|
|
21531
21531
|
compute_global_image_capability_schema_id: str,
|
21532
21532
|
display_name: str,
|
21533
21533
|
name: str,
|
21534
|
-
schema_data: Mapping[str,
|
21534
|
+
schema_data: Mapping[str, str],
|
21535
21535
|
time_created: str):
|
21536
21536
|
"""
|
21537
21537
|
:param str compute_global_image_capability_schema_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute global image capability schema
|
21538
21538
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
21539
21539
|
:param str name: The name of the compute global image capability schema version
|
21540
|
-
:param Mapping[str,
|
21540
|
+
:param Mapping[str, str] schema_data: The map of each capability name to its ImageCapabilityDescriptor.
|
21541
21541
|
:param str time_created: The date and time the compute global image capability schema version was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
21542
21542
|
"""
|
21543
21543
|
pulumi.set(__self__, "compute_global_image_capability_schema_id", compute_global_image_capability_schema_id)
|
@@ -21572,7 +21572,7 @@ class GetComputeGlobalImageCapabilitySchemasVersionsComputeGlobalImageCapability
|
|
21572
21572
|
|
21573
21573
|
@property
|
21574
21574
|
@pulumi.getter(name="schemaData")
|
21575
|
-
def schema_data(self) -> Mapping[str,
|
21575
|
+
def schema_data(self) -> Mapping[str, str]:
|
21576
21576
|
"""
|
21577
21577
|
The map of each capability name to its ImageCapabilityDescriptor.
|
21578
21578
|
"""
|
@@ -21630,23 +21630,23 @@ class GetComputeImageCapabilitySchemasComputeImageCapabilitySchemaResult(dict):
|
|
21630
21630
|
compartment_id: str,
|
21631
21631
|
compute_global_image_capability_schema_id: str,
|
21632
21632
|
compute_global_image_capability_schema_version_name: str,
|
21633
|
-
defined_tags: Mapping[str,
|
21633
|
+
defined_tags: Mapping[str, str],
|
21634
21634
|
display_name: str,
|
21635
|
-
freeform_tags: Mapping[str,
|
21635
|
+
freeform_tags: Mapping[str, str],
|
21636
21636
|
id: str,
|
21637
21637
|
image_id: str,
|
21638
|
-
schema_data: Mapping[str,
|
21638
|
+
schema_data: Mapping[str, str],
|
21639
21639
|
time_created: str):
|
21640
21640
|
"""
|
21641
21641
|
:param str compartment_id: A filter to return only resources that match the given compartment OCID exactly.
|
21642
21642
|
:param str compute_global_image_capability_schema_id: The ocid of the compute global image capability schema
|
21643
21643
|
:param str compute_global_image_capability_schema_version_name: The name of the compute global image capability schema version
|
21644
|
-
:param Mapping[str,
|
21644
|
+
:param Mapping[str, str] 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"}`
|
21645
21645
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
21646
|
-
:param Mapping[str,
|
21646
|
+
:param Mapping[str, str] 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"}`
|
21647
21647
|
:param str id: The compute image capability schema [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
21648
21648
|
:param str image_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an image.
|
21649
|
-
:param Mapping[str,
|
21649
|
+
:param Mapping[str, str] schema_data: A mapping of each capability name to its ImageCapabilityDescriptor.
|
21650
21650
|
:param str time_created: The date and time the compute image capability schema was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
21651
21651
|
"""
|
21652
21652
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -21686,7 +21686,7 @@ class GetComputeImageCapabilitySchemasComputeImageCapabilitySchemaResult(dict):
|
|
21686
21686
|
|
21687
21687
|
@property
|
21688
21688
|
@pulumi.getter(name="definedTags")
|
21689
|
-
def defined_tags(self) -> Mapping[str,
|
21689
|
+
def defined_tags(self) -> Mapping[str, str]:
|
21690
21690
|
"""
|
21691
21691
|
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"}`
|
21692
21692
|
"""
|
@@ -21702,7 +21702,7 @@ class GetComputeImageCapabilitySchemasComputeImageCapabilitySchemaResult(dict):
|
|
21702
21702
|
|
21703
21703
|
@property
|
21704
21704
|
@pulumi.getter(name="freeformTags")
|
21705
|
-
def freeform_tags(self) -> Mapping[str,
|
21705
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
21706
21706
|
"""
|
21707
21707
|
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"}`
|
21708
21708
|
"""
|
@@ -21726,7 +21726,7 @@ class GetComputeImageCapabilitySchemasComputeImageCapabilitySchemaResult(dict):
|
|
21726
21726
|
|
21727
21727
|
@property
|
21728
21728
|
@pulumi.getter(name="schemaData")
|
21729
|
-
def schema_data(self) -> Mapping[str,
|
21729
|
+
def schema_data(self) -> Mapping[str, str]:
|
21730
21730
|
"""
|
21731
21731
|
A mapping of each capability name to its ImageCapabilityDescriptor.
|
21732
21732
|
"""
|
@@ -21779,9 +21779,9 @@ class GetConsoleHistoriesConsoleHistoryResult(dict):
|
|
21779
21779
|
def __init__(__self__, *,
|
21780
21780
|
availability_domain: str,
|
21781
21781
|
compartment_id: str,
|
21782
|
-
defined_tags: Mapping[str,
|
21782
|
+
defined_tags: Mapping[str, str],
|
21783
21783
|
display_name: str,
|
21784
|
-
freeform_tags: Mapping[str,
|
21784
|
+
freeform_tags: Mapping[str, str],
|
21785
21785
|
id: str,
|
21786
21786
|
instance_id: str,
|
21787
21787
|
state: str,
|
@@ -21789,9 +21789,9 @@ class GetConsoleHistoriesConsoleHistoryResult(dict):
|
|
21789
21789
|
"""
|
21790
21790
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
21791
21791
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
21792
|
-
:param Mapping[str,
|
21792
|
+
:param Mapping[str, str] 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"}`
|
21793
21793
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
21794
|
-
:param Mapping[str,
|
21794
|
+
:param Mapping[str, str] 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"}`
|
21795
21795
|
:param str id: The OCID of the console history metadata object.
|
21796
21796
|
:param str instance_id: The OCID of the instance.
|
21797
21797
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
@@ -21825,7 +21825,7 @@ class GetConsoleHistoriesConsoleHistoryResult(dict):
|
|
21825
21825
|
|
21826
21826
|
@property
|
21827
21827
|
@pulumi.getter(name="definedTags")
|
21828
|
-
def defined_tags(self) -> Mapping[str,
|
21828
|
+
def defined_tags(self) -> Mapping[str, str]:
|
21829
21829
|
"""
|
21830
21830
|
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"}`
|
21831
21831
|
"""
|
@@ -21841,7 +21841,7 @@ class GetConsoleHistoriesConsoleHistoryResult(dict):
|
|
21841
21841
|
|
21842
21842
|
@property
|
21843
21843
|
@pulumi.getter(name="freeformTags")
|
21844
|
-
def freeform_tags(self) -> Mapping[str,
|
21844
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
21845
21845
|
"""
|
21846
21846
|
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"}`
|
21847
21847
|
"""
|
@@ -22083,9 +22083,9 @@ class GetCpesCpeResult(dict):
|
|
22083
22083
|
def __init__(__self__, *,
|
22084
22084
|
compartment_id: str,
|
22085
22085
|
cpe_device_shape_id: str,
|
22086
|
-
defined_tags: Mapping[str,
|
22086
|
+
defined_tags: Mapping[str, str],
|
22087
22087
|
display_name: str,
|
22088
|
-
freeform_tags: Mapping[str,
|
22088
|
+
freeform_tags: Mapping[str, str],
|
22089
22089
|
id: str,
|
22090
22090
|
ip_address: str,
|
22091
22091
|
is_private: bool,
|
@@ -22093,9 +22093,9 @@ class GetCpesCpeResult(dict):
|
|
22093
22093
|
"""
|
22094
22094
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
22095
22095
|
:param str cpe_device_shape_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE's device type. The Networking service maintains a general list of CPE device types (for example, Cisco ASA). For each type, Oracle provides CPE configuration content that can help a network engineer configure the CPE. The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) uniquely identifies the type of device. To get the OCIDs for the device types on the list, see [ListCpeDeviceShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CpeDeviceShapeSummary/ListCpeDeviceShapes).
|
22096
|
-
:param Mapping[str,
|
22096
|
+
:param Mapping[str, str] 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"}`
|
22097
22097
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
22098
|
-
:param Mapping[str,
|
22098
|
+
:param Mapping[str, str] 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"}`
|
22099
22099
|
:param str id: The CPE's Oracle ID (OCID).
|
22100
22100
|
:param str ip_address: The public IP address of the on-premises router.
|
22101
22101
|
:param bool is_private: Indicates whether this CPE is of type `private` or not.
|
@@ -22129,7 +22129,7 @@ class GetCpesCpeResult(dict):
|
|
22129
22129
|
|
22130
22130
|
@property
|
22131
22131
|
@pulumi.getter(name="definedTags")
|
22132
|
-
def defined_tags(self) -> Mapping[str,
|
22132
|
+
def defined_tags(self) -> Mapping[str, str]:
|
22133
22133
|
"""
|
22134
22134
|
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"}`
|
22135
22135
|
"""
|
@@ -22145,7 +22145,7 @@ class GetCpesCpeResult(dict):
|
|
22145
22145
|
|
22146
22146
|
@property
|
22147
22147
|
@pulumi.getter(name="freeformTags")
|
22148
|
-
def freeform_tags(self) -> Mapping[str,
|
22148
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
22149
22149
|
"""
|
22150
22150
|
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"}`
|
22151
22151
|
"""
|
@@ -22318,9 +22318,9 @@ class GetCrossConnectGroupsCrossConnectGroupResult(dict):
|
|
22318
22318
|
def __init__(__self__, *,
|
22319
22319
|
compartment_id: str,
|
22320
22320
|
customer_reference_name: str,
|
22321
|
-
defined_tags: Mapping[str,
|
22321
|
+
defined_tags: Mapping[str, str],
|
22322
22322
|
display_name: str,
|
22323
|
-
freeform_tags: Mapping[str,
|
22323
|
+
freeform_tags: Mapping[str, str],
|
22324
22324
|
id: str,
|
22325
22325
|
macsec_properties: Sequence['outputs.GetCrossConnectGroupsCrossConnectGroupMacsecPropertyResult'],
|
22326
22326
|
oci_logical_device_name: str,
|
@@ -22330,9 +22330,9 @@ class GetCrossConnectGroupsCrossConnectGroupResult(dict):
|
|
22330
22330
|
"""
|
22331
22331
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
22332
22332
|
:param str customer_reference_name: A reference name or identifier for the physical fiber connection that this cross-connect group uses.
|
22333
|
-
:param Mapping[str,
|
22333
|
+
:param Mapping[str, str] 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"}`
|
22334
22334
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
22335
|
-
:param Mapping[str,
|
22335
|
+
:param Mapping[str, str] 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"}`
|
22336
22336
|
:param str id: The cross-connect group's Oracle ID (OCID).
|
22337
22337
|
:param Sequence['GetCrossConnectGroupsCrossConnectGroupMacsecPropertyArgs'] macsec_properties: Properties used for MACsec (if capable).
|
22338
22338
|
:param str oci_logical_device_name: The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
|
@@ -22370,7 +22370,7 @@ class GetCrossConnectGroupsCrossConnectGroupResult(dict):
|
|
22370
22370
|
|
22371
22371
|
@property
|
22372
22372
|
@pulumi.getter(name="definedTags")
|
22373
|
-
def defined_tags(self) -> Mapping[str,
|
22373
|
+
def defined_tags(self) -> Mapping[str, str]:
|
22374
22374
|
"""
|
22375
22375
|
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"}`
|
22376
22376
|
"""
|
@@ -22386,7 +22386,7 @@ class GetCrossConnectGroupsCrossConnectGroupResult(dict):
|
|
22386
22386
|
|
22387
22387
|
@property
|
22388
22388
|
@pulumi.getter(name="freeformTags")
|
22389
|
-
def freeform_tags(self) -> Mapping[str,
|
22389
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
22390
22390
|
"""
|
22391
22391
|
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"}`
|
22392
22392
|
"""
|
@@ -22802,10 +22802,10 @@ class GetCrossConnectsCrossConnectResult(dict):
|
|
22802
22802
|
compartment_id: str,
|
22803
22803
|
cross_connect_group_id: str,
|
22804
22804
|
customer_reference_name: str,
|
22805
|
-
defined_tags: Mapping[str,
|
22805
|
+
defined_tags: Mapping[str, str],
|
22806
22806
|
display_name: str,
|
22807
22807
|
far_cross_connect_or_cross_connect_group_id: str,
|
22808
|
-
freeform_tags: Mapping[str,
|
22808
|
+
freeform_tags: Mapping[str, str],
|
22809
22809
|
id: str,
|
22810
22810
|
is_active: bool,
|
22811
22811
|
location_name: str,
|
@@ -22821,9 +22821,9 @@ class GetCrossConnectsCrossConnectResult(dict):
|
|
22821
22821
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
22822
22822
|
:param str cross_connect_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
22823
22823
|
:param str customer_reference_name: A reference name or identifier for the physical fiber connection that this cross-connect uses.
|
22824
|
-
:param Mapping[str,
|
22824
|
+
:param Mapping[str, str] 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"}`
|
22825
22825
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
22826
|
-
:param Mapping[str,
|
22826
|
+
:param Mapping[str, str] 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"}`
|
22827
22827
|
:param str id: The cross-connect's Oracle ID (OCID).
|
22828
22828
|
:param str location_name: The name of the FastConnect location where this cross-connect is installed.
|
22829
22829
|
:param Sequence['GetCrossConnectsCrossConnectMacsecPropertyArgs'] macsec_properties: Properties used for MACsec (if capable).
|
@@ -22879,7 +22879,7 @@ class GetCrossConnectsCrossConnectResult(dict):
|
|
22879
22879
|
|
22880
22880
|
@property
|
22881
22881
|
@pulumi.getter(name="definedTags")
|
22882
|
-
def defined_tags(self) -> Mapping[str,
|
22882
|
+
def defined_tags(self) -> Mapping[str, str]:
|
22883
22883
|
"""
|
22884
22884
|
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"}`
|
22885
22885
|
"""
|
@@ -22900,7 +22900,7 @@ class GetCrossConnectsCrossConnectResult(dict):
|
|
22900
22900
|
|
22901
22901
|
@property
|
22902
22902
|
@pulumi.getter(name="freeformTags")
|
22903
|
-
def freeform_tags(self) -> Mapping[str,
|
22903
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
22904
22904
|
"""
|
22905
22905
|
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"}`
|
22906
22906
|
"""
|
@@ -23325,10 +23325,10 @@ class GetDedicatedVmHostsDedicatedVmHostResult(dict):
|
|
23325
23325
|
availability_domain: str,
|
23326
23326
|
compartment_id: str,
|
23327
23327
|
dedicated_vm_host_shape: str,
|
23328
|
-
defined_tags: Mapping[str,
|
23328
|
+
defined_tags: Mapping[str, str],
|
23329
23329
|
display_name: str,
|
23330
23330
|
fault_domain: str,
|
23331
|
-
freeform_tags: Mapping[str,
|
23331
|
+
freeform_tags: Mapping[str, str],
|
23332
23332
|
id: str,
|
23333
23333
|
remaining_memory_in_gbs: float,
|
23334
23334
|
remaining_ocpus: float,
|
@@ -23340,10 +23340,10 @@ class GetDedicatedVmHostsDedicatedVmHostResult(dict):
|
|
23340
23340
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
23341
23341
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
23342
23342
|
:param str dedicated_vm_host_shape: The dedicated virtual machine host shape. The shape determines the number of CPUs and other resources available for VMs.
|
23343
|
-
:param Mapping[str,
|
23343
|
+
:param Mapping[str, str] 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"}`
|
23344
23344
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
23345
23345
|
:param str fault_domain: The fault domain for the dedicated virtual machine host's assigned instances. For more information, see [Fault Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#fault).
|
23346
|
-
:param Mapping[str,
|
23346
|
+
:param Mapping[str, str] 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"}`
|
23347
23347
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dedicated VM host.
|
23348
23348
|
:param float remaining_memory_in_gbs: The current available memory of the dedicated VM host, in GBs.
|
23349
23349
|
:param float remaining_ocpus: The current available OCPUs of the dedicated VM host.
|
@@ -23393,7 +23393,7 @@ class GetDedicatedVmHostsDedicatedVmHostResult(dict):
|
|
23393
23393
|
|
23394
23394
|
@property
|
23395
23395
|
@pulumi.getter(name="definedTags")
|
23396
|
-
def defined_tags(self) -> Mapping[str,
|
23396
|
+
def defined_tags(self) -> Mapping[str, str]:
|
23397
23397
|
"""
|
23398
23398
|
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"}`
|
23399
23399
|
"""
|
@@ -23417,7 +23417,7 @@ class GetDedicatedVmHostsDedicatedVmHostResult(dict):
|
|
23417
23417
|
|
23418
23418
|
@property
|
23419
23419
|
@pulumi.getter(name="freeformTags")
|
23420
|
-
def freeform_tags(self) -> Mapping[str,
|
23420
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
23421
23421
|
"""
|
23422
23422
|
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"}`
|
23423
23423
|
"""
|
@@ -23538,10 +23538,10 @@ class GetDhcpOptionsFilterResult(dict):
|
|
23538
23538
|
class GetDhcpOptionsOptionResult(dict):
|
23539
23539
|
def __init__(__self__, *,
|
23540
23540
|
compartment_id: str,
|
23541
|
-
defined_tags: Mapping[str,
|
23541
|
+
defined_tags: Mapping[str, str],
|
23542
23542
|
display_name: str,
|
23543
23543
|
domain_name_type: str,
|
23544
|
-
freeform_tags: Mapping[str,
|
23544
|
+
freeform_tags: Mapping[str, str],
|
23545
23545
|
id: str,
|
23546
23546
|
options: Sequence['outputs.GetDhcpOptionsOptionOptionResult'],
|
23547
23547
|
state: str,
|
@@ -23549,10 +23549,10 @@ class GetDhcpOptionsOptionResult(dict):
|
|
23549
23549
|
vcn_id: str):
|
23550
23550
|
"""
|
23551
23551
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
23552
|
-
:param Mapping[str,
|
23552
|
+
:param Mapping[str, str] 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"}`
|
23553
23553
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
23554
23554
|
:param str domain_name_type: The search domain name type of DHCP options
|
23555
|
-
:param Mapping[str,
|
23555
|
+
:param Mapping[str, str] 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"}`
|
23556
23556
|
:param str id: Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) for the set of DHCP options.
|
23557
23557
|
:param Sequence['GetDhcpOptionsOptionOptionArgs'] options: The collection of individual DHCP options.
|
23558
23558
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
@@ -23580,7 +23580,7 @@ class GetDhcpOptionsOptionResult(dict):
|
|
23580
23580
|
|
23581
23581
|
@property
|
23582
23582
|
@pulumi.getter(name="definedTags")
|
23583
|
-
def defined_tags(self) -> Mapping[str,
|
23583
|
+
def defined_tags(self) -> Mapping[str, str]:
|
23584
23584
|
"""
|
23585
23585
|
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"}`
|
23586
23586
|
"""
|
@@ -23604,7 +23604,7 @@ class GetDhcpOptionsOptionResult(dict):
|
|
23604
23604
|
|
23605
23605
|
@property
|
23606
23606
|
@pulumi.getter(name="freeformTags")
|
23607
|
-
def freeform_tags(self) -> Mapping[str,
|
23607
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
23608
23608
|
"""
|
23609
23609
|
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"}`
|
23610
23610
|
"""
|
@@ -23710,12 +23710,12 @@ class GetDhcpOptionsOptionOptionResult(dict):
|
|
23710
23710
|
class GetDrgAttachmentsDrgAttachmentResult(dict):
|
23711
23711
|
def __init__(__self__, *,
|
23712
23712
|
compartment_id: str,
|
23713
|
-
defined_tags: Mapping[str,
|
23713
|
+
defined_tags: Mapping[str, str],
|
23714
23714
|
display_name: str,
|
23715
23715
|
drg_id: str,
|
23716
23716
|
drg_route_table_id: str,
|
23717
23717
|
export_drg_route_distribution_id: str,
|
23718
|
-
freeform_tags: Mapping[str,
|
23718
|
+
freeform_tags: Mapping[str, str],
|
23719
23719
|
id: str,
|
23720
23720
|
is_cross_tenancy: bool,
|
23721
23721
|
network_details: Sequence['outputs.GetDrgAttachmentsDrgAttachmentNetworkDetailResult'],
|
@@ -23726,12 +23726,12 @@ class GetDrgAttachmentsDrgAttachmentResult(dict):
|
|
23726
23726
|
vcn_id: str):
|
23727
23727
|
"""
|
23728
23728
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
23729
|
-
:param Mapping[str,
|
23729
|
+
:param Mapping[str, str] 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"}`
|
23730
23730
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
23731
23731
|
:param str drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
23732
23732
|
:param str drg_route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG route table assigned to the DRG attachment.
|
23733
23733
|
:param str export_drg_route_distribution_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export route distribution used to specify how routes in the assigned DRG route table are advertised to the attachment. If this value is null, no routes are advertised through this attachment.
|
23734
|
-
:param Mapping[str,
|
23734
|
+
:param Mapping[str, str] 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"}`
|
23735
23735
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network attached to the DRG.
|
23736
23736
|
:param bool is_cross_tenancy: Indicates whether the DRG attachment and attached network live in a different tenancy than the DRG. Example: `false`
|
23737
23737
|
:param str route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the DRG attachment is using.
|
@@ -23765,7 +23765,7 @@ class GetDrgAttachmentsDrgAttachmentResult(dict):
|
|
23765
23765
|
|
23766
23766
|
@property
|
23767
23767
|
@pulumi.getter(name="definedTags")
|
23768
|
-
def defined_tags(self) -> Mapping[str,
|
23768
|
+
def defined_tags(self) -> Mapping[str, str]:
|
23769
23769
|
"""
|
23770
23770
|
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"}`
|
23771
23771
|
"""
|
@@ -23805,7 +23805,7 @@ class GetDrgAttachmentsDrgAttachmentResult(dict):
|
|
23805
23805
|
|
23806
23806
|
@property
|
23807
23807
|
@pulumi.getter(name="freeformTags")
|
23808
|
-
def freeform_tags(self) -> Mapping[str,
|
23808
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
23809
23809
|
"""
|
23810
23810
|
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"}`
|
23811
23811
|
"""
|
@@ -24114,21 +24114,21 @@ class GetDrgRouteDistributionStatementsFilterResult(dict):
|
|
24114
24114
|
class GetDrgRouteDistributionsDrgRouteDistributionResult(dict):
|
24115
24115
|
def __init__(__self__, *,
|
24116
24116
|
compartment_id: str,
|
24117
|
-
defined_tags: Mapping[str,
|
24117
|
+
defined_tags: Mapping[str, str],
|
24118
24118
|
display_name: str,
|
24119
24119
|
distribution_type: str,
|
24120
24120
|
drg_id: str,
|
24121
|
-
freeform_tags: Mapping[str,
|
24121
|
+
freeform_tags: Mapping[str, str],
|
24122
24122
|
id: str,
|
24123
24123
|
state: str,
|
24124
24124
|
time_created: str):
|
24125
24125
|
"""
|
24126
24126
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the route distribution.
|
24127
|
-
:param Mapping[str,
|
24127
|
+
:param Mapping[str, str] 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"}`
|
24128
24128
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
24129
24129
|
:param str distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
|
24130
24130
|
:param str drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
24131
|
-
:param Mapping[str,
|
24131
|
+
:param Mapping[str, str] 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"}`
|
24132
24132
|
:param str id: The route distribution's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
24133
24133
|
:param str state: A filter that only returns resources that match the specified lifecycle state. The value is case insensitive.
|
24134
24134
|
:param str time_created: The date and time the route distribution was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
@@ -24153,7 +24153,7 @@ class GetDrgRouteDistributionsDrgRouteDistributionResult(dict):
|
|
24153
24153
|
|
24154
24154
|
@property
|
24155
24155
|
@pulumi.getter(name="definedTags")
|
24156
|
-
def defined_tags(self) -> Mapping[str,
|
24156
|
+
def defined_tags(self) -> Mapping[str, str]:
|
24157
24157
|
"""
|
24158
24158
|
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"}`
|
24159
24159
|
"""
|
@@ -24185,7 +24185,7 @@ class GetDrgRouteDistributionsDrgRouteDistributionResult(dict):
|
|
24185
24185
|
|
24186
24186
|
@property
|
24187
24187
|
@pulumi.getter(name="freeformTags")
|
24188
|
-
def freeform_tags(self) -> Mapping[str,
|
24188
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
24189
24189
|
"""
|
24190
24190
|
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"}`
|
24191
24191
|
"""
|
@@ -24246,7 +24246,7 @@ class GetDrgRouteDistributionsFilterResult(dict):
|
|
24246
24246
|
@pulumi.output_type
|
24247
24247
|
class GetDrgRouteTableRouteRulesDrgRouteRuleResult(dict):
|
24248
24248
|
def __init__(__self__, *,
|
24249
|
-
attributes: Mapping[str,
|
24249
|
+
attributes: Mapping[str, str],
|
24250
24250
|
destination: str,
|
24251
24251
|
destination_type: str,
|
24252
24252
|
id: str,
|
@@ -24256,7 +24256,7 @@ class GetDrgRouteTableRouteRulesDrgRouteRuleResult(dict):
|
|
24256
24256
|
route_provenance: str,
|
24257
24257
|
route_type: str):
|
24258
24258
|
"""
|
24259
|
-
:param Mapping[str,
|
24259
|
+
:param Mapping[str, str] attributes: Additional properties for the route, computed by the service.
|
24260
24260
|
:param str destination: Represents the range of IP addresses to match against when routing traffic.
|
24261
24261
|
:param str destination_type: The type of destination for the rule.
|
24262
24262
|
:param str id: The Oracle-assigned ID of the DRG route rule.
|
@@ -24278,7 +24278,7 @@ class GetDrgRouteTableRouteRulesDrgRouteRuleResult(dict):
|
|
24278
24278
|
|
24279
24279
|
@property
|
24280
24280
|
@pulumi.getter
|
24281
|
-
def attributes(self) -> Mapping[str,
|
24281
|
+
def attributes(self) -> Mapping[str, str]:
|
24282
24282
|
"""
|
24283
24283
|
Additional properties for the route, computed by the service.
|
24284
24284
|
"""
|
@@ -24380,10 +24380,10 @@ class GetDrgRouteTableRouteRulesFilterResult(dict):
|
|
24380
24380
|
class GetDrgRouteTablesDrgRouteTableResult(dict):
|
24381
24381
|
def __init__(__self__, *,
|
24382
24382
|
compartment_id: str,
|
24383
|
-
defined_tags: Mapping[str,
|
24383
|
+
defined_tags: Mapping[str, str],
|
24384
24384
|
display_name: str,
|
24385
24385
|
drg_id: str,
|
24386
|
-
freeform_tags: Mapping[str,
|
24386
|
+
freeform_tags: Mapping[str, str],
|
24387
24387
|
id: str,
|
24388
24388
|
import_drg_route_distribution_id: str,
|
24389
24389
|
is_ecmp_enabled: bool,
|
@@ -24392,10 +24392,10 @@ class GetDrgRouteTablesDrgRouteTableResult(dict):
|
|
24392
24392
|
time_created: str):
|
24393
24393
|
"""
|
24394
24394
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
|
24395
|
-
:param Mapping[str,
|
24395
|
+
:param Mapping[str, str] 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"}`
|
24396
24396
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
24397
24397
|
:param str drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
24398
|
-
:param Mapping[str,
|
24398
|
+
:param Mapping[str, str] 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"}`
|
24399
24399
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG route table.
|
24400
24400
|
:param str import_drg_route_distribution_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the import route distribution.
|
24401
24401
|
:param bool is_ecmp_enabled: If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
|
@@ -24424,7 +24424,7 @@ class GetDrgRouteTablesDrgRouteTableResult(dict):
|
|
24424
24424
|
|
24425
24425
|
@property
|
24426
24426
|
@pulumi.getter(name="definedTags")
|
24427
|
-
def defined_tags(self) -> Mapping[str,
|
24427
|
+
def defined_tags(self) -> Mapping[str, str]:
|
24428
24428
|
"""
|
24429
24429
|
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"}`
|
24430
24430
|
"""
|
@@ -24448,7 +24448,7 @@ class GetDrgRouteTablesDrgRouteTableResult(dict):
|
|
24448
24448
|
|
24449
24449
|
@property
|
24450
24450
|
@pulumi.getter(name="freeformTags")
|
24451
|
-
def freeform_tags(self) -> Mapping[str,
|
24451
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
24452
24452
|
"""
|
24453
24453
|
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"}`
|
24454
24454
|
"""
|
@@ -24533,9 +24533,9 @@ class GetDrgsDrgResult(dict):
|
|
24533
24533
|
compartment_id: str,
|
24534
24534
|
default_drg_route_tables: Sequence['outputs.GetDrgsDrgDefaultDrgRouteTableResult'],
|
24535
24535
|
default_export_drg_route_distribution_id: str,
|
24536
|
-
defined_tags: Mapping[str,
|
24536
|
+
defined_tags: Mapping[str, str],
|
24537
24537
|
display_name: str,
|
24538
|
-
freeform_tags: Mapping[str,
|
24538
|
+
freeform_tags: Mapping[str, str],
|
24539
24539
|
id: str,
|
24540
24540
|
redundancy_status: str,
|
24541
24541
|
state: str,
|
@@ -24544,9 +24544,9 @@ class GetDrgsDrgResult(dict):
|
|
24544
24544
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
24545
24545
|
:param Sequence['GetDrgsDrgDefaultDrgRouteTableArgs'] default_drg_route_tables: The default DRG route table for this DRG. Each network type has a default DRG route table.
|
24546
24546
|
:param str default_export_drg_route_distribution_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this DRG's default export route distribution for the DRG attachments.
|
24547
|
-
:param Mapping[str,
|
24547
|
+
:param Mapping[str, str] 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"}`
|
24548
24548
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
24549
|
-
:param Mapping[str,
|
24549
|
+
:param Mapping[str, str] 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"}`
|
24550
24550
|
:param str id: The DRG's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
24551
24551
|
:param str state: The DRG's current state.
|
24552
24552
|
:param str time_created: The date and time the DRG was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
@@ -24588,7 +24588,7 @@ class GetDrgsDrgResult(dict):
|
|
24588
24588
|
|
24589
24589
|
@property
|
24590
24590
|
@pulumi.getter(name="definedTags")
|
24591
|
-
def defined_tags(self) -> Mapping[str,
|
24591
|
+
def defined_tags(self) -> Mapping[str, str]:
|
24592
24592
|
"""
|
24593
24593
|
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"}`
|
24594
24594
|
"""
|
@@ -24604,7 +24604,7 @@ class GetDrgsDrgResult(dict):
|
|
24604
24604
|
|
24605
24605
|
@property
|
24606
24606
|
@pulumi.getter(name="freeformTags")
|
24607
|
-
def freeform_tags(self) -> Mapping[str,
|
24607
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
24608
24608
|
"""
|
24609
24609
|
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"}`
|
24610
24610
|
"""
|
@@ -25316,9 +25316,9 @@ class GetImagesImageResult(dict):
|
|
25316
25316
|
billable_size_in_gbs: str,
|
25317
25317
|
compartment_id: str,
|
25318
25318
|
create_image_allowed: bool,
|
25319
|
-
defined_tags: Mapping[str,
|
25319
|
+
defined_tags: Mapping[str, str],
|
25320
25320
|
display_name: str,
|
25321
|
-
freeform_tags: Mapping[str,
|
25321
|
+
freeform_tags: Mapping[str, str],
|
25322
25322
|
id: str,
|
25323
25323
|
image_source_details: Sequence['outputs.GetImagesImageImageSourceDetailResult'],
|
25324
25324
|
instance_id: str,
|
@@ -25336,9 +25336,9 @@ class GetImagesImageResult(dict):
|
|
25336
25336
|
:param str billable_size_in_gbs: The size of the internal storage for this image that is subject to billing (1 GB = 1,073,741,824 bytes). Example: `100`
|
25337
25337
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
25338
25338
|
:param bool create_image_allowed: Whether instances launched with this image can be used to create new images. For example, you cannot create an image of an Oracle Database instance. Example: `true`
|
25339
|
-
:param Mapping[str,
|
25339
|
+
:param Mapping[str, str] 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"}`
|
25340
25340
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
25341
|
-
:param Mapping[str,
|
25341
|
+
:param Mapping[str, str] 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"}`
|
25342
25342
|
:param str id: The OCID of the image.
|
25343
25343
|
:param str launch_mode: Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
|
25344
25344
|
* `NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
|
@@ -25415,7 +25415,7 @@ class GetImagesImageResult(dict):
|
|
25415
25415
|
|
25416
25416
|
@property
|
25417
25417
|
@pulumi.getter(name="definedTags")
|
25418
|
-
def defined_tags(self) -> Mapping[str,
|
25418
|
+
def defined_tags(self) -> Mapping[str, str]:
|
25419
25419
|
"""
|
25420
25420
|
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"}`
|
25421
25421
|
"""
|
@@ -25431,7 +25431,7 @@ class GetImagesImageResult(dict):
|
|
25431
25431
|
|
25432
25432
|
@property
|
25433
25433
|
@pulumi.getter(name="freeformTags")
|
25434
|
-
def freeform_tags(self) -> Mapping[str,
|
25434
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
25435
25435
|
"""
|
25436
25436
|
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"}`
|
25437
25437
|
"""
|
@@ -26035,9 +26035,9 @@ class GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailResult(dict):
|
|
26035
26035
|
block_volume_replicas: Sequence['outputs.GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplicaResult'],
|
26036
26036
|
cluster_placement_group_id: str,
|
26037
26037
|
compartment_id: str,
|
26038
|
-
defined_tags: Mapping[str,
|
26038
|
+
defined_tags: Mapping[str, str],
|
26039
26039
|
display_name: str,
|
26040
|
-
freeform_tags: Mapping[str,
|
26040
|
+
freeform_tags: Mapping[str, str],
|
26041
26041
|
is_auto_tune_enabled: bool,
|
26042
26042
|
kms_key_id: str,
|
26043
26043
|
size_in_gbs: str,
|
@@ -26050,9 +26050,9 @@ class GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailResult(dict):
|
|
26050
26050
|
:param Sequence['GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplicaArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
26051
26051
|
:param str cluster_placement_group_id: The OCID of the cluster placement group of the instance.
|
26052
26052
|
:param str compartment_id: The OCID of the compartment containing images to search
|
26053
|
-
:param Mapping[str,
|
26053
|
+
:param Mapping[str, str] 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"}`
|
26054
26054
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
26055
|
-
:param Mapping[str,
|
26055
|
+
:param Mapping[str, str] 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"}`
|
26056
26056
|
: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.
|
26057
26057
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
26058
26058
|
:param str size_in_gbs: The size of the volume in GBs.
|
@@ -26123,7 +26123,7 @@ class GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailResult(dict):
|
|
26123
26123
|
|
26124
26124
|
@property
|
26125
26125
|
@pulumi.getter(name="definedTags")
|
26126
|
-
def defined_tags(self) -> Mapping[str,
|
26126
|
+
def defined_tags(self) -> Mapping[str, str]:
|
26127
26127
|
"""
|
26128
26128
|
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"}`
|
26129
26129
|
"""
|
@@ -26139,7 +26139,7 @@ class GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailResult(dict):
|
|
26139
26139
|
|
26140
26140
|
@property
|
26141
26141
|
@pulumi.getter(name="freeformTags")
|
26142
|
-
def freeform_tags(self) -> Mapping[str,
|
26142
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
26143
26143
|
"""
|
26144
26144
|
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"}`
|
26145
26145
|
"""
|
@@ -26281,17 +26281,17 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26281
26281
|
compartment_id: str,
|
26282
26282
|
create_vnic_details: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult'],
|
26283
26283
|
dedicated_vm_host_id: str,
|
26284
|
-
defined_tags: Mapping[str,
|
26284
|
+
defined_tags: Mapping[str, str],
|
26285
26285
|
display_name: str,
|
26286
|
-
extended_metadata: Mapping[str,
|
26286
|
+
extended_metadata: Mapping[str, str],
|
26287
26287
|
fault_domain: str,
|
26288
|
-
freeform_tags: Mapping[str,
|
26288
|
+
freeform_tags: Mapping[str, str],
|
26289
26289
|
instance_options: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOptionResult'],
|
26290
26290
|
ipxe_script: str,
|
26291
26291
|
is_pv_encryption_in_transit_enabled: bool,
|
26292
26292
|
launch_mode: str,
|
26293
26293
|
launch_options: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult'],
|
26294
|
-
metadata: Mapping[str,
|
26294
|
+
metadata: Mapping[str, str],
|
26295
26295
|
platform_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult'],
|
26296
26296
|
preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigResult'],
|
26297
26297
|
preferred_maintenance_action: str,
|
@@ -26307,11 +26307,11 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26307
26307
|
:param str compartment_id: The OCID of the compartment containing images to search
|
26308
26308
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailArgs'] 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.
|
26309
26309
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
26310
|
-
:param Mapping[str,
|
26310
|
+
:param Mapping[str, str] 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"}`
|
26311
26311
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
26312
|
-
:param Mapping[str,
|
26312
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
26313
26313
|
: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.
|
26314
|
-
:param Mapping[str,
|
26314
|
+
:param Mapping[str, str] 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"}`
|
26315
26315
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOptionArgs'] instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
|
26316
26316
|
:param str ipxe_script: This is an advanced option.
|
26317
26317
|
: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).
|
@@ -26321,7 +26321,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26321
26321
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
26322
26322
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
26323
26323
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
26324
|
-
:param Mapping[str,
|
26324
|
+
:param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
26325
26325
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
26326
26326
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
26327
26327
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
@@ -26422,7 +26422,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26422
26422
|
|
26423
26423
|
@property
|
26424
26424
|
@pulumi.getter(name="definedTags")
|
26425
|
-
def defined_tags(self) -> Mapping[str,
|
26425
|
+
def defined_tags(self) -> Mapping[str, str]:
|
26426
26426
|
"""
|
26427
26427
|
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"}`
|
26428
26428
|
"""
|
@@ -26438,7 +26438,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26438
26438
|
|
26439
26439
|
@property
|
26440
26440
|
@pulumi.getter(name="extendedMetadata")
|
26441
|
-
def extended_metadata(self) -> Mapping[str,
|
26441
|
+
def extended_metadata(self) -> Mapping[str, str]:
|
26442
26442
|
"""
|
26443
26443
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
26444
26444
|
"""
|
@@ -26454,7 +26454,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26454
26454
|
|
26455
26455
|
@property
|
26456
26456
|
@pulumi.getter(name="freeformTags")
|
26457
|
-
def freeform_tags(self) -> Mapping[str,
|
26457
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
26458
26458
|
"""
|
26459
26459
|
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"}`
|
26460
26460
|
"""
|
@@ -26506,7 +26506,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
|
|
26506
26506
|
|
26507
26507
|
@property
|
26508
26508
|
@pulumi.getter
|
26509
|
-
def metadata(self) -> Mapping[str,
|
26509
|
+
def metadata(self) -> Mapping[str, str]:
|
26510
26510
|
"""
|
26511
26511
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
26512
26512
|
"""
|
@@ -26679,9 +26679,9 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult(d
|
|
26679
26679
|
assign_ipv6ip: bool,
|
26680
26680
|
assign_private_dns_record: bool,
|
26681
26681
|
assign_public_ip: bool,
|
26682
|
-
defined_tags: Mapping[str,
|
26682
|
+
defined_tags: Mapping[str, str],
|
26683
26683
|
display_name: str,
|
26684
|
-
freeform_tags: Mapping[str,
|
26684
|
+
freeform_tags: Mapping[str, str],
|
26685
26685
|
hostname_label: str,
|
26686
26686
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
26687
26687
|
nsg_ids: Sequence[str],
|
@@ -26692,9 +26692,9 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult(d
|
|
26692
26692
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
26693
26693
|
: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.
|
26694
26694
|
: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.
|
26695
|
-
:param Mapping[str,
|
26695
|
+
:param Mapping[str, str] 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"}`
|
26696
26696
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
26697
|
-
:param Mapping[str,
|
26697
|
+
:param Mapping[str, str] 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"}`
|
26698
26698
|
: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.
|
26699
26699
|
:param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
26700
26700
|
: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/).
|
@@ -26741,7 +26741,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult(d
|
|
26741
26741
|
|
26742
26742
|
@property
|
26743
26743
|
@pulumi.getter(name="definedTags")
|
26744
|
-
def defined_tags(self) -> Mapping[str,
|
26744
|
+
def defined_tags(self) -> Mapping[str, str]:
|
26745
26745
|
"""
|
26746
26746
|
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"}`
|
26747
26747
|
"""
|
@@ -26757,7 +26757,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult(d
|
|
26757
26757
|
|
26758
26758
|
@property
|
26759
26759
|
@pulumi.getter(name="freeformTags")
|
26760
|
-
def freeform_tags(self) -> Mapping[str,
|
26760
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
26761
26761
|
"""
|
26762
26762
|
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"}`
|
26763
26763
|
"""
|
@@ -26966,7 +26966,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
|
|
26966
26966
|
class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dict):
|
26967
26967
|
def __init__(__self__, *,
|
26968
26968
|
are_virtual_instructions_enabled: bool,
|
26969
|
-
config_map: Mapping[str,
|
26969
|
+
config_map: Mapping[str, str],
|
26970
26970
|
is_access_control_service_enabled: bool,
|
26971
26971
|
is_input_output_memory_management_unit_enabled: bool,
|
26972
26972
|
is_measured_boot_enabled: bool,
|
@@ -26979,7 +26979,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dic
|
|
26979
26979
|
type: str):
|
26980
26980
|
"""
|
26981
26981
|
: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.
|
26982
|
-
:param Mapping[str,
|
26982
|
+
:param Mapping[str, str] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
26983
26983
|
: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.
|
26984
26984
|
:param bool is_input_output_memory_management_unit_enabled: Whether the input-output memory management unit is enabled.
|
26985
26985
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
@@ -27014,7 +27014,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dic
|
|
27014
27014
|
|
27015
27015
|
@property
|
27016
27016
|
@pulumi.getter(name="configMap")
|
27017
|
-
def config_map(self) -> Mapping[str,
|
27017
|
+
def config_map(self) -> Mapping[str, str]:
|
27018
27018
|
"""
|
27019
27019
|
Instance Platform Configuration Configuration Map for flexible setting input.
|
27020
27020
|
"""
|
@@ -27298,12 +27298,12 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailResult(dict)
|
|
27298
27298
|
class GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
27299
27299
|
def __init__(__self__, *,
|
27300
27300
|
compartment_id: str,
|
27301
|
-
defined_tags_filter: Mapping[str,
|
27301
|
+
defined_tags_filter: Mapping[str, str],
|
27302
27302
|
operating_system: str,
|
27303
27303
|
operating_system_version: str):
|
27304
27304
|
"""
|
27305
27305
|
:param str compartment_id: The OCID of the compartment containing images to search
|
27306
|
-
:param Mapping[str,
|
27306
|
+
:param Mapping[str, str] 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).
|
27307
27307
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
27308
27308
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
27309
27309
|
"""
|
@@ -27322,7 +27322,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSour
|
|
27322
27322
|
|
27323
27323
|
@property
|
27324
27324
|
@pulumi.getter(name="definedTagsFilter")
|
27325
|
-
def defined_tags_filter(self) -> Mapping[str,
|
27325
|
+
def defined_tags_filter(self) -> Mapping[str, str]:
|
27326
27326
|
"""
|
27327
27327
|
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).
|
27328
27328
|
"""
|
@@ -27518,9 +27518,9 @@ class GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailResult(
|
|
27518
27518
|
block_volume_replicas: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplicaResult'],
|
27519
27519
|
cluster_placement_group_id: str,
|
27520
27520
|
compartment_id: str,
|
27521
|
-
defined_tags: Mapping[str,
|
27521
|
+
defined_tags: Mapping[str, str],
|
27522
27522
|
display_name: str,
|
27523
|
-
freeform_tags: Mapping[str,
|
27523
|
+
freeform_tags: Mapping[str, str],
|
27524
27524
|
is_auto_tune_enabled: bool,
|
27525
27525
|
kms_key_id: str,
|
27526
27526
|
size_in_gbs: str,
|
@@ -27533,9 +27533,9 @@ class GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailResult(
|
|
27533
27533
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplicaArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
27534
27534
|
:param str cluster_placement_group_id: The OCID of the cluster placement group of the instance.
|
27535
27535
|
:param str compartment_id: The OCID of the compartment containing images to search
|
27536
|
-
:param Mapping[str,
|
27536
|
+
:param Mapping[str, str] 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"}`
|
27537
27537
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
27538
|
-
:param Mapping[str,
|
27538
|
+
:param Mapping[str, str] 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"}`
|
27539
27539
|
: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.
|
27540
27540
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
27541
27541
|
:param str size_in_gbs: The size of the volume in GBs.
|
@@ -27606,7 +27606,7 @@ class GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailResult(
|
|
27606
27606
|
|
27607
27607
|
@property
|
27608
27608
|
@pulumi.getter(name="definedTags")
|
27609
|
-
def defined_tags(self) -> Mapping[str,
|
27609
|
+
def defined_tags(self) -> Mapping[str, str]:
|
27610
27610
|
"""
|
27611
27611
|
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"}`
|
27612
27612
|
"""
|
@@ -27622,7 +27622,7 @@ class GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailResult(
|
|
27622
27622
|
|
27623
27623
|
@property
|
27624
27624
|
@pulumi.getter(name="freeformTags")
|
27625
|
-
def freeform_tags(self) -> Mapping[str,
|
27625
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
27626
27626
|
"""
|
27627
27627
|
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"}`
|
27628
27628
|
"""
|
@@ -27764,17 +27764,17 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27764
27764
|
compartment_id: str,
|
27765
27765
|
create_vnic_details: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailResult'],
|
27766
27766
|
dedicated_vm_host_id: str,
|
27767
|
-
defined_tags: Mapping[str,
|
27767
|
+
defined_tags: Mapping[str, str],
|
27768
27768
|
display_name: str,
|
27769
|
-
extended_metadata: Mapping[str,
|
27769
|
+
extended_metadata: Mapping[str, str],
|
27770
27770
|
fault_domain: str,
|
27771
|
-
freeform_tags: Mapping[str,
|
27771
|
+
freeform_tags: Mapping[str, str],
|
27772
27772
|
instance_options: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOptionResult'],
|
27773
27773
|
ipxe_script: str,
|
27774
27774
|
is_pv_encryption_in_transit_enabled: bool,
|
27775
27775
|
launch_mode: str,
|
27776
27776
|
launch_options: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult'],
|
27777
|
-
metadata: Mapping[str,
|
27777
|
+
metadata: Mapping[str, str],
|
27778
27778
|
platform_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult'],
|
27779
27779
|
preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigResult'],
|
27780
27780
|
preferred_maintenance_action: str,
|
@@ -27790,11 +27790,11 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27790
27790
|
:param str compartment_id: The OCID of the compartment containing images to search
|
27791
27791
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailArgs'] 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.
|
27792
27792
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
27793
|
-
:param Mapping[str,
|
27793
|
+
:param Mapping[str, str] 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"}`
|
27794
27794
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
27795
|
-
:param Mapping[str,
|
27795
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
27796
27796
|
: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.
|
27797
|
-
:param Mapping[str,
|
27797
|
+
:param Mapping[str, str] 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"}`
|
27798
27798
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOptionArgs'] instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
|
27799
27799
|
:param str ipxe_script: This is an advanced option.
|
27800
27800
|
: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).
|
@@ -27804,7 +27804,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27804
27804
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
27805
27805
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
27806
27806
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
27807
|
-
:param Mapping[str,
|
27807
|
+
:param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
27808
27808
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
27809
27809
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
27810
27810
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
@@ -27905,7 +27905,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27905
27905
|
|
27906
27906
|
@property
|
27907
27907
|
@pulumi.getter(name="definedTags")
|
27908
|
-
def defined_tags(self) -> Mapping[str,
|
27908
|
+
def defined_tags(self) -> Mapping[str, str]:
|
27909
27909
|
"""
|
27910
27910
|
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"}`
|
27911
27911
|
"""
|
@@ -27921,7 +27921,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27921
27921
|
|
27922
27922
|
@property
|
27923
27923
|
@pulumi.getter(name="extendedMetadata")
|
27924
|
-
def extended_metadata(self) -> Mapping[str,
|
27924
|
+
def extended_metadata(self) -> Mapping[str, str]:
|
27925
27925
|
"""
|
27926
27926
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
27927
27927
|
"""
|
@@ -27937,7 +27937,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27937
27937
|
|
27938
27938
|
@property
|
27939
27939
|
@pulumi.getter(name="freeformTags")
|
27940
|
-
def freeform_tags(self) -> Mapping[str,
|
27940
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
27941
27941
|
"""
|
27942
27942
|
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"}`
|
27943
27943
|
"""
|
@@ -27989,7 +27989,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
|
|
27989
27989
|
|
27990
27990
|
@property
|
27991
27991
|
@pulumi.getter
|
27992
|
-
def metadata(self) -> Mapping[str,
|
27992
|
+
def metadata(self) -> Mapping[str, str]:
|
27993
27993
|
"""
|
27994
27994
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
27995
27995
|
"""
|
@@ -28162,9 +28162,9 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailRe
|
|
28162
28162
|
assign_ipv6ip: bool,
|
28163
28163
|
assign_private_dns_record: bool,
|
28164
28164
|
assign_public_ip: bool,
|
28165
|
-
defined_tags: Mapping[str,
|
28165
|
+
defined_tags: Mapping[str, str],
|
28166
28166
|
display_name: str,
|
28167
|
-
freeform_tags: Mapping[str,
|
28167
|
+
freeform_tags: Mapping[str, str],
|
28168
28168
|
hostname_label: str,
|
28169
28169
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
28170
28170
|
nsg_ids: Sequence[str],
|
@@ -28175,9 +28175,9 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailRe
|
|
28175
28175
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
28176
28176
|
: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.
|
28177
28177
|
: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.
|
28178
|
-
:param Mapping[str,
|
28178
|
+
:param Mapping[str, str] 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"}`
|
28179
28179
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
28180
|
-
:param Mapping[str,
|
28180
|
+
:param Mapping[str, str] 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"}`
|
28181
28181
|
: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.
|
28182
28182
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
28183
28183
|
: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/).
|
@@ -28224,7 +28224,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailRe
|
|
28224
28224
|
|
28225
28225
|
@property
|
28226
28226
|
@pulumi.getter(name="definedTags")
|
28227
|
-
def defined_tags(self) -> Mapping[str,
|
28227
|
+
def defined_tags(self) -> Mapping[str, str]:
|
28228
28228
|
"""
|
28229
28229
|
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"}`
|
28230
28230
|
"""
|
@@ -28240,7 +28240,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailRe
|
|
28240
28240
|
|
28241
28241
|
@property
|
28242
28242
|
@pulumi.getter(name="freeformTags")
|
28243
|
-
def freeform_tags(self) -> Mapping[str,
|
28243
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
28244
28244
|
"""
|
28245
28245
|
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"}`
|
28246
28246
|
"""
|
@@ -28770,12 +28770,12 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailResult
|
|
28770
28770
|
class GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
28771
28771
|
def __init__(__self__, *,
|
28772
28772
|
compartment_id: str,
|
28773
|
-
defined_tags_filter: Mapping[str,
|
28773
|
+
defined_tags_filter: Mapping[str, str],
|
28774
28774
|
operating_system: str,
|
28775
28775
|
operating_system_version: str):
|
28776
28776
|
"""
|
28777
28777
|
:param str compartment_id: The OCID of the compartment containing images to search
|
28778
|
-
:param Mapping[str,
|
28778
|
+
:param Mapping[str, str] 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).
|
28779
28779
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
28780
28780
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
28781
28781
|
"""
|
@@ -28794,7 +28794,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstan
|
|
28794
28794
|
|
28795
28795
|
@property
|
28796
28796
|
@pulumi.getter(name="definedTagsFilter")
|
28797
|
-
def defined_tags_filter(self) -> Mapping[str,
|
28797
|
+
def defined_tags_filter(self) -> Mapping[str, str]:
|
28798
28798
|
"""
|
28799
28799
|
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).
|
28800
28800
|
"""
|
@@ -28863,9 +28863,9 @@ class GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailR
|
|
28863
28863
|
assign_ipv6ip: bool,
|
28864
28864
|
assign_private_dns_record: bool,
|
28865
28865
|
assign_public_ip: bool,
|
28866
|
-
defined_tags: Mapping[str,
|
28866
|
+
defined_tags: Mapping[str, str],
|
28867
28867
|
display_name: str,
|
28868
|
-
freeform_tags: Mapping[str,
|
28868
|
+
freeform_tags: Mapping[str, str],
|
28869
28869
|
hostname_label: str,
|
28870
28870
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
28871
28871
|
nsg_ids: Sequence[str],
|
@@ -28876,9 +28876,9 @@ class GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailR
|
|
28876
28876
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
28877
28877
|
: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.
|
28878
28878
|
: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.
|
28879
|
-
:param Mapping[str,
|
28879
|
+
:param Mapping[str, str] 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"}`
|
28880
28880
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
28881
|
-
:param Mapping[str,
|
28881
|
+
:param Mapping[str, str] 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"}`
|
28882
28882
|
: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.
|
28883
28883
|
:param Sequence['GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
28884
28884
|
: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/).
|
@@ -28925,7 +28925,7 @@ class GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailR
|
|
28925
28925
|
|
28926
28926
|
@property
|
28927
28927
|
@pulumi.getter(name="definedTags")
|
28928
|
-
def defined_tags(self) -> Mapping[str,
|
28928
|
+
def defined_tags(self) -> Mapping[str, str]:
|
28929
28929
|
"""
|
28930
28930
|
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"}`
|
28931
28931
|
"""
|
@@ -28941,7 +28941,7 @@ class GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailR
|
|
28941
28941
|
|
28942
28942
|
@property
|
28943
28943
|
@pulumi.getter(name="freeformTags")
|
28944
|
-
def freeform_tags(self) -> Mapping[str,
|
28944
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
28945
28945
|
"""
|
28946
28946
|
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"}`
|
28947
28947
|
"""
|
@@ -29071,9 +29071,9 @@ class GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailResult(
|
|
29071
29071
|
assign_ipv6ip: bool,
|
29072
29072
|
assign_private_dns_record: bool,
|
29073
29073
|
assign_public_ip: bool,
|
29074
|
-
defined_tags: Mapping[str,
|
29074
|
+
defined_tags: Mapping[str, str],
|
29075
29075
|
display_name: str,
|
29076
|
-
freeform_tags: Mapping[str,
|
29076
|
+
freeform_tags: Mapping[str, str],
|
29077
29077
|
hostname_label: str,
|
29078
29078
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
29079
29079
|
nsg_ids: Sequence[str],
|
@@ -29084,9 +29084,9 @@ class GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailResult(
|
|
29084
29084
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
29085
29085
|
: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.
|
29086
29086
|
: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.
|
29087
|
-
:param Mapping[str,
|
29087
|
+
:param Mapping[str, str] 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"}`
|
29088
29088
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
29089
|
-
:param Mapping[str,
|
29089
|
+
:param Mapping[str, str] 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"}`
|
29090
29090
|
: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.
|
29091
29091
|
:param Sequence['GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
29092
29092
|
: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/).
|
@@ -29133,7 +29133,7 @@ class GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailResult(
|
|
29133
29133
|
|
29134
29134
|
@property
|
29135
29135
|
@pulumi.getter(name="definedTags")
|
29136
|
-
def defined_tags(self) -> Mapping[str,
|
29136
|
+
def defined_tags(self) -> Mapping[str, str]:
|
29137
29137
|
"""
|
29138
29138
|
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"}`
|
29139
29139
|
"""
|
@@ -29149,7 +29149,7 @@ class GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailResult(
|
|
29149
29149
|
|
29150
29150
|
@property
|
29151
29151
|
@pulumi.getter(name="freeformTags")
|
29152
|
-
def freeform_tags(self) -> Mapping[str,
|
29152
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
29153
29153
|
"""
|
29154
29154
|
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"}`
|
29155
29155
|
"""
|
@@ -29271,9 +29271,9 @@ class GetInstanceConfigurationsInstanceConfigurationResult(dict):
|
|
29271
29271
|
def __init__(__self__, *,
|
29272
29272
|
compartment_id: str,
|
29273
29273
|
deferred_fields: Sequence[str],
|
29274
|
-
defined_tags: Mapping[str,
|
29274
|
+
defined_tags: Mapping[str, str],
|
29275
29275
|
display_name: str,
|
29276
|
-
freeform_tags: Mapping[str,
|
29276
|
+
freeform_tags: Mapping[str, str],
|
29277
29277
|
id: str,
|
29278
29278
|
instance_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailResult'],
|
29279
29279
|
instance_id: str,
|
@@ -29282,9 +29282,9 @@ class GetInstanceConfigurationsInstanceConfigurationResult(dict):
|
|
29282
29282
|
"""
|
29283
29283
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
29284
29284
|
:param Sequence[str] deferred_fields: Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the [LaunchInstanceConfiguration](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Instance/LaunchInstanceConfiguration) operation.
|
29285
|
-
:param Mapping[str,
|
29285
|
+
:param Mapping[str, str] 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"}`
|
29286
29286
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
29287
|
-
:param Mapping[str,
|
29287
|
+
:param Mapping[str, str] 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"}`
|
29288
29288
|
:param str id: The OCID of the volume backup.
|
29289
29289
|
:param str time_created: The date and time the instance configuration was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
29290
29290
|
"""
|
@@ -29317,7 +29317,7 @@ class GetInstanceConfigurationsInstanceConfigurationResult(dict):
|
|
29317
29317
|
|
29318
29318
|
@property
|
29319
29319
|
@pulumi.getter(name="definedTags")
|
29320
|
-
def defined_tags(self) -> Mapping[str,
|
29320
|
+
def defined_tags(self) -> Mapping[str, str]:
|
29321
29321
|
"""
|
29322
29322
|
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"}`
|
29323
29323
|
"""
|
@@ -29333,7 +29333,7 @@ class GetInstanceConfigurationsInstanceConfigurationResult(dict):
|
|
29333
29333
|
|
29334
29334
|
@property
|
29335
29335
|
@pulumi.getter(name="freeformTags")
|
29336
|
-
def freeform_tags(self) -> Mapping[str,
|
29336
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
29337
29337
|
"""
|
29338
29338
|
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"}`
|
29339
29339
|
"""
|
@@ -29566,9 +29566,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCre
|
|
29566
29566
|
block_volume_replicas: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplicaResult'],
|
29567
29567
|
cluster_placement_group_id: str,
|
29568
29568
|
compartment_id: str,
|
29569
|
-
defined_tags: Mapping[str,
|
29569
|
+
defined_tags: Mapping[str, str],
|
29570
29570
|
display_name: str,
|
29571
|
-
freeform_tags: Mapping[str,
|
29571
|
+
freeform_tags: Mapping[str, str],
|
29572
29572
|
is_auto_tune_enabled: bool,
|
29573
29573
|
kms_key_id: str,
|
29574
29574
|
size_in_gbs: str,
|
@@ -29581,9 +29581,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCre
|
|
29581
29581
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplicaArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
29582
29582
|
:param str cluster_placement_group_id: The OCID of the cluster placement group of the instance.
|
29583
29583
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
29584
|
-
:param Mapping[str,
|
29584
|
+
:param Mapping[str, str] 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"}`
|
29585
29585
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
29586
|
-
:param Mapping[str,
|
29586
|
+
:param Mapping[str, str] 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"}`
|
29587
29587
|
: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.
|
29588
29588
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
29589
29589
|
:param str size_in_gbs: The size of the volume in GBs.
|
@@ -29654,7 +29654,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCre
|
|
29654
29654
|
|
29655
29655
|
@property
|
29656
29656
|
@pulumi.getter(name="definedTags")
|
29657
|
-
def defined_tags(self) -> Mapping[str,
|
29657
|
+
def defined_tags(self) -> Mapping[str, str]:
|
29658
29658
|
"""
|
29659
29659
|
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"}`
|
29660
29660
|
"""
|
@@ -29670,7 +29670,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCre
|
|
29670
29670
|
|
29671
29671
|
@property
|
29672
29672
|
@pulumi.getter(name="freeformTags")
|
29673
|
-
def freeform_tags(self) -> Mapping[str,
|
29673
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
29674
29674
|
"""
|
29675
29675
|
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"}`
|
29676
29676
|
"""
|
@@ -29812,17 +29812,17 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29812
29812
|
compartment_id: str,
|
29813
29813
|
create_vnic_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult'],
|
29814
29814
|
dedicated_vm_host_id: str,
|
29815
|
-
defined_tags: Mapping[str,
|
29815
|
+
defined_tags: Mapping[str, str],
|
29816
29816
|
display_name: str,
|
29817
|
-
extended_metadata: Mapping[str,
|
29817
|
+
extended_metadata: Mapping[str, str],
|
29818
29818
|
fault_domain: str,
|
29819
|
-
freeform_tags: Mapping[str,
|
29819
|
+
freeform_tags: Mapping[str, str],
|
29820
29820
|
instance_options: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOptionResult'],
|
29821
29821
|
ipxe_script: str,
|
29822
29822
|
is_pv_encryption_in_transit_enabled: bool,
|
29823
29823
|
launch_mode: str,
|
29824
29824
|
launch_options: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult'],
|
29825
|
-
metadata: Mapping[str,
|
29825
|
+
metadata: Mapping[str, str],
|
29826
29826
|
platform_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult'],
|
29827
29827
|
preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigResult'],
|
29828
29828
|
preferred_maintenance_action: str,
|
@@ -29838,11 +29838,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29838
29838
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
29839
29839
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailArgs'] 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.
|
29840
29840
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
29841
|
-
:param Mapping[str,
|
29841
|
+
:param Mapping[str, str] 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"}`
|
29842
29842
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
29843
|
-
:param Mapping[str,
|
29843
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
29844
29844
|
: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.
|
29845
|
-
:param Mapping[str,
|
29845
|
+
:param Mapping[str, str] 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"}`
|
29846
29846
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOptionArgs'] instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
|
29847
29847
|
:param str ipxe_script: This is an advanced option.
|
29848
29848
|
: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).
|
@@ -29852,7 +29852,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29852
29852
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
29853
29853
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
29854
29854
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
29855
|
-
:param Mapping[str,
|
29855
|
+
:param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
29856
29856
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
29857
29857
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
29858
29858
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
@@ -29953,7 +29953,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29953
29953
|
|
29954
29954
|
@property
|
29955
29955
|
@pulumi.getter(name="definedTags")
|
29956
|
-
def defined_tags(self) -> Mapping[str,
|
29956
|
+
def defined_tags(self) -> Mapping[str, str]:
|
29957
29957
|
"""
|
29958
29958
|
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"}`
|
29959
29959
|
"""
|
@@ -29969,7 +29969,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29969
29969
|
|
29970
29970
|
@property
|
29971
29971
|
@pulumi.getter(name="extendedMetadata")
|
29972
|
-
def extended_metadata(self) -> Mapping[str,
|
29972
|
+
def extended_metadata(self) -> Mapping[str, str]:
|
29973
29973
|
"""
|
29974
29974
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
29975
29975
|
"""
|
@@ -29985,7 +29985,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
29985
29985
|
|
29986
29986
|
@property
|
29987
29987
|
@pulumi.getter(name="freeformTags")
|
29988
|
-
def freeform_tags(self) -> Mapping[str,
|
29988
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
29989
29989
|
"""
|
29990
29990
|
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"}`
|
29991
29991
|
"""
|
@@ -30037,7 +30037,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
|
|
30037
30037
|
|
30038
30038
|
@property
|
30039
30039
|
@pulumi.getter
|
30040
|
-
def metadata(self) -> Mapping[str,
|
30040
|
+
def metadata(self) -> Mapping[str, str]:
|
30041
30041
|
"""
|
30042
30042
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
30043
30043
|
"""
|
@@ -30210,9 +30210,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCr
|
|
30210
30210
|
assign_ipv6ip: bool,
|
30211
30211
|
assign_private_dns_record: bool,
|
30212
30212
|
assign_public_ip: bool,
|
30213
|
-
defined_tags: Mapping[str,
|
30213
|
+
defined_tags: Mapping[str, str],
|
30214
30214
|
display_name: str,
|
30215
|
-
freeform_tags: Mapping[str,
|
30215
|
+
freeform_tags: Mapping[str, str],
|
30216
30216
|
hostname_label: str,
|
30217
30217
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
30218
30218
|
nsg_ids: Sequence[str],
|
@@ -30223,9 +30223,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCr
|
|
30223
30223
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
30224
30224
|
: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.
|
30225
30225
|
: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.
|
30226
|
-
:param Mapping[str,
|
30226
|
+
:param Mapping[str, str] 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"}`
|
30227
30227
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
30228
|
-
:param Mapping[str,
|
30228
|
+
:param Mapping[str, str] 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"}`
|
30229
30229
|
: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.
|
30230
30230
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
30231
30231
|
: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/).
|
@@ -30272,7 +30272,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCr
|
|
30272
30272
|
|
30273
30273
|
@property
|
30274
30274
|
@pulumi.getter(name="definedTags")
|
30275
|
-
def defined_tags(self) -> Mapping[str,
|
30275
|
+
def defined_tags(self) -> Mapping[str, str]:
|
30276
30276
|
"""
|
30277
30277
|
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"}`
|
30278
30278
|
"""
|
@@ -30288,7 +30288,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCr
|
|
30288
30288
|
|
30289
30289
|
@property
|
30290
30290
|
@pulumi.getter(name="freeformTags")
|
30291
|
-
def freeform_tags(self) -> Mapping[str,
|
30291
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
30292
30292
|
"""
|
30293
30293
|
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"}`
|
30294
30294
|
"""
|
@@ -30497,7 +30497,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
|
|
30497
30497
|
class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dict):
|
30498
30498
|
def __init__(__self__, *,
|
30499
30499
|
are_virtual_instructions_enabled: bool,
|
30500
|
-
config_map: Mapping[str,
|
30500
|
+
config_map: Mapping[str, str],
|
30501
30501
|
is_access_control_service_enabled: bool,
|
30502
30502
|
is_input_output_memory_management_unit_enabled: bool,
|
30503
30503
|
is_measured_boot_enabled: bool,
|
@@ -30510,7 +30510,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPl
|
|
30510
30510
|
type: str):
|
30511
30511
|
"""
|
30512
30512
|
: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.
|
30513
|
-
:param Mapping[str,
|
30513
|
+
:param Mapping[str, str] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
30514
30514
|
: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.
|
30515
30515
|
:param bool is_input_output_memory_management_unit_enabled: Whether the input-output memory management unit is enabled.
|
30516
30516
|
:param bool is_measured_boot_enabled: Whether the Measured Boot feature is enabled on the instance.
|
@@ -30545,7 +30545,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPl
|
|
30545
30545
|
|
30546
30546
|
@property
|
30547
30547
|
@pulumi.getter(name="configMap")
|
30548
|
-
def config_map(self) -> Mapping[str,
|
30548
|
+
def config_map(self) -> Mapping[str, str]:
|
30549
30549
|
"""
|
30550
30550
|
Instance Platform Configuration Configuration Map for flexible setting input.
|
30551
30551
|
"""
|
@@ -30829,12 +30829,12 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSo
|
|
30829
30829
|
class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
30830
30830
|
def __init__(__self__, *,
|
30831
30831
|
compartment_id: str,
|
30832
|
-
defined_tags_filter: Mapping[str,
|
30832
|
+
defined_tags_filter: Mapping[str, str],
|
30833
30833
|
operating_system: str,
|
30834
30834
|
operating_system_version: str):
|
30835
30835
|
"""
|
30836
30836
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
30837
|
-
:param Mapping[str,
|
30837
|
+
:param Mapping[str, str] 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).
|
30838
30838
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
30839
30839
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
30840
30840
|
"""
|
@@ -30853,7 +30853,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSo
|
|
30853
30853
|
|
30854
30854
|
@property
|
30855
30855
|
@pulumi.getter(name="definedTagsFilter")
|
30856
|
-
def defined_tags_filter(self) -> Mapping[str,
|
30856
|
+
def defined_tags_filter(self) -> Mapping[str, str]:
|
30857
30857
|
"""
|
30858
30858
|
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).
|
30859
30859
|
"""
|
@@ -31049,9 +31049,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVol
|
|
31049
31049
|
block_volume_replicas: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplicaResult'],
|
31050
31050
|
cluster_placement_group_id: str,
|
31051
31051
|
compartment_id: str,
|
31052
|
-
defined_tags: Mapping[str,
|
31052
|
+
defined_tags: Mapping[str, str],
|
31053
31053
|
display_name: str,
|
31054
|
-
freeform_tags: Mapping[str,
|
31054
|
+
freeform_tags: Mapping[str, str],
|
31055
31055
|
is_auto_tune_enabled: bool,
|
31056
31056
|
kms_key_id: str,
|
31057
31057
|
size_in_gbs: str,
|
@@ -31064,9 +31064,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVol
|
|
31064
31064
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplicaArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
|
31065
31065
|
:param str cluster_placement_group_id: The OCID of the cluster placement group of the instance.
|
31066
31066
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
31067
|
-
:param Mapping[str,
|
31067
|
+
:param Mapping[str, str] 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"}`
|
31068
31068
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
31069
|
-
:param Mapping[str,
|
31069
|
+
:param Mapping[str, str] 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"}`
|
31070
31070
|
: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.
|
31071
31071
|
:param str kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the volume.
|
31072
31072
|
:param str size_in_gbs: The size of the volume in GBs.
|
@@ -31137,7 +31137,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVol
|
|
31137
31137
|
|
31138
31138
|
@property
|
31139
31139
|
@pulumi.getter(name="definedTags")
|
31140
|
-
def defined_tags(self) -> Mapping[str,
|
31140
|
+
def defined_tags(self) -> Mapping[str, str]:
|
31141
31141
|
"""
|
31142
31142
|
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"}`
|
31143
31143
|
"""
|
@@ -31153,7 +31153,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVol
|
|
31153
31153
|
|
31154
31154
|
@property
|
31155
31155
|
@pulumi.getter(name="freeformTags")
|
31156
|
-
def freeform_tags(self) -> Mapping[str,
|
31156
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
31157
31157
|
"""
|
31158
31158
|
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"}`
|
31159
31159
|
"""
|
@@ -31295,17 +31295,17 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31295
31295
|
compartment_id: str,
|
31296
31296
|
create_vnic_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailResult'],
|
31297
31297
|
dedicated_vm_host_id: str,
|
31298
|
-
defined_tags: Mapping[str,
|
31298
|
+
defined_tags: Mapping[str, str],
|
31299
31299
|
display_name: str,
|
31300
|
-
extended_metadata: Mapping[str,
|
31300
|
+
extended_metadata: Mapping[str, str],
|
31301
31301
|
fault_domain: str,
|
31302
|
-
freeform_tags: Mapping[str,
|
31302
|
+
freeform_tags: Mapping[str, str],
|
31303
31303
|
instance_options: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOptionResult'],
|
31304
31304
|
ipxe_script: str,
|
31305
31305
|
is_pv_encryption_in_transit_enabled: bool,
|
31306
31306
|
launch_mode: str,
|
31307
31307
|
launch_options: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult'],
|
31308
|
-
metadata: Mapping[str,
|
31308
|
+
metadata: Mapping[str, str],
|
31309
31309
|
platform_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult'],
|
31310
31310
|
preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigResult'],
|
31311
31311
|
preferred_maintenance_action: str,
|
@@ -31321,11 +31321,11 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31321
31321
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
31322
31322
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailArgs'] 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.
|
31323
31323
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
|
31324
|
-
:param Mapping[str,
|
31324
|
+
:param Mapping[str, str] 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"}`
|
31325
31325
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
31326
|
-
:param Mapping[str,
|
31326
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
31327
31327
|
: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.
|
31328
|
-
:param Mapping[str,
|
31328
|
+
:param Mapping[str, str] 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"}`
|
31329
31329
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOptionArgs'] instance_options: Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
|
31330
31330
|
:param str ipxe_script: This is an advanced option.
|
31331
31331
|
: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).
|
@@ -31335,7 +31335,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31335
31335
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
31336
31336
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
31337
31337
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
31338
|
-
:param Mapping[str,
|
31338
|
+
:param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
31339
31339
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
|
31340
31340
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
31341
31341
|
:param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
|
@@ -31436,7 +31436,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31436
31436
|
|
31437
31437
|
@property
|
31438
31438
|
@pulumi.getter(name="definedTags")
|
31439
|
-
def defined_tags(self) -> Mapping[str,
|
31439
|
+
def defined_tags(self) -> Mapping[str, str]:
|
31440
31440
|
"""
|
31441
31441
|
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"}`
|
31442
31442
|
"""
|
@@ -31452,7 +31452,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31452
31452
|
|
31453
31453
|
@property
|
31454
31454
|
@pulumi.getter(name="extendedMetadata")
|
31455
|
-
def extended_metadata(self) -> Mapping[str,
|
31455
|
+
def extended_metadata(self) -> Mapping[str, str]:
|
31456
31456
|
"""
|
31457
31457
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
31458
31458
|
"""
|
@@ -31468,7 +31468,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31468
31468
|
|
31469
31469
|
@property
|
31470
31470
|
@pulumi.getter(name="freeformTags")
|
31471
|
-
def freeform_tags(self) -> Mapping[str,
|
31471
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
31472
31472
|
"""
|
31473
31473
|
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"}`
|
31474
31474
|
"""
|
@@ -31520,7 +31520,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31520
31520
|
|
31521
31521
|
@property
|
31522
31522
|
@pulumi.getter
|
31523
|
-
def metadata(self) -> Mapping[str,
|
31523
|
+
def metadata(self) -> Mapping[str, str]:
|
31524
31524
|
"""
|
31525
31525
|
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
|
31526
31526
|
"""
|
@@ -31693,9 +31693,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31693
31693
|
assign_ipv6ip: bool,
|
31694
31694
|
assign_private_dns_record: bool,
|
31695
31695
|
assign_public_ip: bool,
|
31696
|
-
defined_tags: Mapping[str,
|
31696
|
+
defined_tags: Mapping[str, str],
|
31697
31697
|
display_name: str,
|
31698
|
-
freeform_tags: Mapping[str,
|
31698
|
+
freeform_tags: Mapping[str, str],
|
31699
31699
|
hostname_label: str,
|
31700
31700
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
31701
31701
|
nsg_ids: Sequence[str],
|
@@ -31706,9 +31706,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31706
31706
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
31707
31707
|
: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.
|
31708
31708
|
: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.
|
31709
|
-
:param Mapping[str,
|
31709
|
+
:param Mapping[str, str] 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"}`
|
31710
31710
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
31711
|
-
:param Mapping[str,
|
31711
|
+
:param Mapping[str, str] 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"}`
|
31712
31712
|
: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.
|
31713
31713
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
31714
31714
|
: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/).
|
@@ -31755,7 +31755,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31755
31755
|
|
31756
31756
|
@property
|
31757
31757
|
@pulumi.getter(name="definedTags")
|
31758
|
-
def defined_tags(self) -> Mapping[str,
|
31758
|
+
def defined_tags(self) -> Mapping[str, str]:
|
31759
31759
|
"""
|
31760
31760
|
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"}`
|
31761
31761
|
"""
|
@@ -31771,7 +31771,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31771
31771
|
|
31772
31772
|
@property
|
31773
31773
|
@pulumi.getter(name="freeformTags")
|
31774
|
-
def freeform_tags(self) -> Mapping[str,
|
31774
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
31775
31775
|
"""
|
31776
31776
|
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"}`
|
31777
31777
|
"""
|
@@ -32301,12 +32301,12 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
32301
32301
|
class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
32302
32302
|
def __init__(__self__, *,
|
32303
32303
|
compartment_id: str,
|
32304
|
-
defined_tags_filter: Mapping[str,
|
32304
|
+
defined_tags_filter: Mapping[str, str],
|
32305
32305
|
operating_system: str,
|
32306
32306
|
operating_system_version: str):
|
32307
32307
|
"""
|
32308
32308
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
32309
|
-
:param Mapping[str,
|
32309
|
+
:param Mapping[str, str] 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).
|
32310
32310
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
32311
32311
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
32312
32312
|
"""
|
@@ -32325,7 +32325,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
32325
32325
|
|
32326
32326
|
@property
|
32327
32327
|
@pulumi.getter(name="definedTagsFilter")
|
32328
|
-
def defined_tags_filter(self) -> Mapping[str,
|
32328
|
+
def defined_tags_filter(self) -> Mapping[str, str]:
|
32329
32329
|
"""
|
32330
32330
|
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).
|
32331
32331
|
"""
|
@@ -32394,9 +32394,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondar
|
|
32394
32394
|
assign_ipv6ip: bool,
|
32395
32395
|
assign_private_dns_record: bool,
|
32396
32396
|
assign_public_ip: bool,
|
32397
|
-
defined_tags: Mapping[str,
|
32397
|
+
defined_tags: Mapping[str, str],
|
32398
32398
|
display_name: str,
|
32399
|
-
freeform_tags: Mapping[str,
|
32399
|
+
freeform_tags: Mapping[str, str],
|
32400
32400
|
hostname_label: str,
|
32401
32401
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
32402
32402
|
nsg_ids: Sequence[str],
|
@@ -32407,9 +32407,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondar
|
|
32407
32407
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
32408
32408
|
: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.
|
32409
32409
|
: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.
|
32410
|
-
:param Mapping[str,
|
32410
|
+
:param Mapping[str, str] 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"}`
|
32411
32411
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
32412
|
-
:param Mapping[str,
|
32412
|
+
:param Mapping[str, str] 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"}`
|
32413
32413
|
: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.
|
32414
32414
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
32415
32415
|
: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/).
|
@@ -32456,7 +32456,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondar
|
|
32456
32456
|
|
32457
32457
|
@property
|
32458
32458
|
@pulumi.getter(name="definedTags")
|
32459
|
-
def defined_tags(self) -> Mapping[str,
|
32459
|
+
def defined_tags(self) -> Mapping[str, str]:
|
32460
32460
|
"""
|
32461
32461
|
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"}`
|
32462
32462
|
"""
|
@@ -32472,7 +32472,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondar
|
|
32472
32472
|
|
32473
32473
|
@property
|
32474
32474
|
@pulumi.getter(name="freeformTags")
|
32475
|
-
def freeform_tags(self) -> Mapping[str,
|
32475
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
32476
32476
|
"""
|
32477
32477
|
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"}`
|
32478
32478
|
"""
|
@@ -32602,9 +32602,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicC
|
|
32602
32602
|
assign_ipv6ip: bool,
|
32603
32603
|
assign_private_dns_record: bool,
|
32604
32604
|
assign_public_ip: bool,
|
32605
|
-
defined_tags: Mapping[str,
|
32605
|
+
defined_tags: Mapping[str, str],
|
32606
32606
|
display_name: str,
|
32607
|
-
freeform_tags: Mapping[str,
|
32607
|
+
freeform_tags: Mapping[str, str],
|
32608
32608
|
hostname_label: str,
|
32609
32609
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
32610
32610
|
nsg_ids: Sequence[str],
|
@@ -32615,9 +32615,9 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicC
|
|
32615
32615
|
:param bool assign_ipv6ip: Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
32616
32616
|
: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.
|
32617
32617
|
: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.
|
32618
|
-
:param Mapping[str,
|
32618
|
+
:param Mapping[str, str] 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"}`
|
32619
32619
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
32620
|
-
:param Mapping[str,
|
32620
|
+
:param Mapping[str, str] 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"}`
|
32621
32621
|
: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.
|
32622
32622
|
:param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] 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.
|
32623
32623
|
: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/).
|
@@ -32664,7 +32664,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicC
|
|
32664
32664
|
|
32665
32665
|
@property
|
32666
32666
|
@pulumi.getter(name="definedTags")
|
32667
|
-
def defined_tags(self) -> Mapping[str,
|
32667
|
+
def defined_tags(self) -> Mapping[str, str]:
|
32668
32668
|
"""
|
32669
32669
|
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"}`
|
32670
32670
|
"""
|
@@ -32680,7 +32680,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicC
|
|
32680
32680
|
|
32681
32681
|
@property
|
32682
32682
|
@pulumi.getter(name="freeformTags")
|
32683
|
-
def freeform_tags(self) -> Mapping[str,
|
32683
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
32684
32684
|
"""
|
32685
32685
|
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"}`
|
32686
32686
|
"""
|
@@ -32796,9 +32796,9 @@ class GetInstanceConsoleConnectionsInstanceConsoleConnectionResult(dict):
|
|
32796
32796
|
def __init__(__self__, *,
|
32797
32797
|
compartment_id: str,
|
32798
32798
|
connection_string: str,
|
32799
|
-
defined_tags: Mapping[str,
|
32799
|
+
defined_tags: Mapping[str, str],
|
32800
32800
|
fingerprint: str,
|
32801
|
-
freeform_tags: Mapping[str,
|
32801
|
+
freeform_tags: Mapping[str, str],
|
32802
32802
|
id: str,
|
32803
32803
|
instance_id: str,
|
32804
32804
|
public_key: str,
|
@@ -32808,9 +32808,9 @@ class GetInstanceConsoleConnectionsInstanceConsoleConnectionResult(dict):
|
|
32808
32808
|
"""
|
32809
32809
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
32810
32810
|
:param str connection_string: The SSH connection string for the console connection.
|
32811
|
-
:param Mapping[str,
|
32811
|
+
:param Mapping[str, str] 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"}`
|
32812
32812
|
:param str fingerprint: The SSH public key's fingerprint for client authentication to the console connection.
|
32813
|
-
:param Mapping[str,
|
32813
|
+
:param Mapping[str, str] 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"}`
|
32814
32814
|
:param str id: The OCID of the console connection.
|
32815
32815
|
:param str instance_id: The OCID of the instance.
|
32816
32816
|
:param str service_host_key_fingerprint: The SSH public key's fingerprint for the console connection service host.
|
@@ -32847,7 +32847,7 @@ class GetInstanceConsoleConnectionsInstanceConsoleConnectionResult(dict):
|
|
32847
32847
|
|
32848
32848
|
@property
|
32849
32849
|
@pulumi.getter(name="definedTags")
|
32850
|
-
def defined_tags(self) -> Mapping[str,
|
32850
|
+
def defined_tags(self) -> Mapping[str, str]:
|
32851
32851
|
"""
|
32852
32852
|
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"}`
|
32853
32853
|
"""
|
@@ -32863,7 +32863,7 @@ class GetInstanceConsoleConnectionsInstanceConsoleConnectionResult(dict):
|
|
32863
32863
|
|
32864
32864
|
@property
|
32865
32865
|
@pulumi.getter(name="freeformTags")
|
32866
|
-
def freeform_tags(self) -> Mapping[str,
|
32866
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
32867
32867
|
"""
|
32868
32868
|
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"}`
|
32869
32869
|
"""
|
@@ -32921,9 +32921,9 @@ class GetInstanceCreateVnicDetailResult(dict):
|
|
32921
32921
|
assign_ipv6ip: bool,
|
32922
32922
|
assign_private_dns_record: bool,
|
32923
32923
|
assign_public_ip: str,
|
32924
|
-
defined_tags: Mapping[str,
|
32924
|
+
defined_tags: Mapping[str, str],
|
32925
32925
|
display_name: str,
|
32926
|
-
freeform_tags: Mapping[str,
|
32926
|
+
freeform_tags: Mapping[str, str],
|
32927
32927
|
hostname_label: str,
|
32928
32928
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstanceCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
32929
32929
|
nsg_ids: Sequence[str],
|
@@ -32932,9 +32932,9 @@ class GetInstanceCreateVnicDetailResult(dict):
|
|
32932
32932
|
subnet_id: str,
|
32933
32933
|
vlan_id: str):
|
32934
32934
|
"""
|
32935
|
-
:param Mapping[str,
|
32935
|
+
:param Mapping[str, str] 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"}`
|
32936
32936
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
32937
|
-
:param Mapping[str,
|
32937
|
+
:param Mapping[str, str] 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"}`
|
32938
32938
|
:param str hostname_label: The hostname for the instance VNIC's primary private IP.
|
32939
32939
|
:param str private_ip: The private IP address of instance VNIC. To set the private IP address, use the `private_ip` argument in create_vnic_details.
|
32940
32940
|
"""
|
@@ -32969,7 +32969,7 @@ class GetInstanceCreateVnicDetailResult(dict):
|
|
32969
32969
|
|
32970
32970
|
@property
|
32971
32971
|
@pulumi.getter(name="definedTags")
|
32972
|
-
def defined_tags(self) -> Mapping[str,
|
32972
|
+
def defined_tags(self) -> Mapping[str, str]:
|
32973
32973
|
"""
|
32974
32974
|
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"}`
|
32975
32975
|
"""
|
@@ -32985,7 +32985,7 @@ class GetInstanceCreateVnicDetailResult(dict):
|
|
32985
32985
|
|
32986
32986
|
@property
|
32987
32987
|
@pulumi.getter(name="freeformTags")
|
32988
|
-
def freeform_tags(self) -> Mapping[str,
|
32988
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
32989
32989
|
"""
|
32990
32990
|
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"}`
|
32991
32991
|
"""
|
@@ -33411,7 +33411,7 @@ class GetInstanceMaintenanceEventsFilterResult(dict):
|
|
33411
33411
|
@pulumi.output_type
|
33412
33412
|
class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
33413
33413
|
def __init__(__self__, *,
|
33414
|
-
additional_details: Mapping[str,
|
33414
|
+
additional_details: Mapping[str, str],
|
33415
33415
|
alternative_resolution_action: str,
|
33416
33416
|
alternative_resolution_actions: Sequence[str],
|
33417
33417
|
can_delete_local_storage: bool,
|
@@ -33419,11 +33419,11 @@ class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
|
33419
33419
|
compartment_id: str,
|
33420
33420
|
correlation_token: str,
|
33421
33421
|
created_by: str,
|
33422
|
-
defined_tags: Mapping[str,
|
33422
|
+
defined_tags: Mapping[str, str],
|
33423
33423
|
description: str,
|
33424
33424
|
display_name: str,
|
33425
33425
|
estimated_duration: str,
|
33426
|
-
freeform_tags: Mapping[str,
|
33426
|
+
freeform_tags: Mapping[str, str],
|
33427
33427
|
id: str,
|
33428
33428
|
instance_action: str,
|
33429
33429
|
instance_id: str,
|
@@ -33438,18 +33438,18 @@ class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
|
33438
33438
|
time_started: str,
|
33439
33439
|
time_window_start: str):
|
33440
33440
|
"""
|
33441
|
-
:param Mapping[str,
|
33441
|
+
:param Mapping[str, str] additional_details: Additional details of the maintenance in the form of json.
|
33442
33442
|
:param Sequence[str] alternative_resolution_actions: These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.
|
33443
33443
|
:param bool can_delete_local_storage: For Instances that have local storage, this field is set to true when local storage will be deleted as a result of the Maintenance.
|
33444
33444
|
:param bool can_reschedule: Indicates if this MaintenanceEvent is capable of being rescheduled up to the timeHardDueDate.
|
33445
33445
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
33446
33446
|
:param str correlation_token: A filter to only return resources that have a matching correlationToken.
|
33447
33447
|
:param str created_by: The creator of the maintenance event.
|
33448
|
-
:param Mapping[str,
|
33448
|
+
:param Mapping[str, str] 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"}`
|
33449
33449
|
:param str description: It is the descriptive information about the maintenance taking place on the customer instance.
|
33450
33450
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
33451
33451
|
:param str estimated_duration: This is the estimated duration of the Maintenance, once the Maintenance has entered the STARTED state.
|
33452
|
-
:param Mapping[str,
|
33452
|
+
:param Mapping[str, str] 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"}`
|
33453
33453
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance event.
|
33454
33454
|
:param str instance_action: A filter to only return resources that match the given instance action.
|
33455
33455
|
:param str instance_id: The OCID of the instance.
|
@@ -33492,7 +33492,7 @@ class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
|
33492
33492
|
|
33493
33493
|
@property
|
33494
33494
|
@pulumi.getter(name="additionalDetails")
|
33495
|
-
def additional_details(self) -> Mapping[str,
|
33495
|
+
def additional_details(self) -> Mapping[str, str]:
|
33496
33496
|
"""
|
33497
33497
|
Additional details of the maintenance in the form of json.
|
33498
33498
|
"""
|
@@ -33553,7 +33553,7 @@ class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
|
33553
33553
|
|
33554
33554
|
@property
|
33555
33555
|
@pulumi.getter(name="definedTags")
|
33556
|
-
def defined_tags(self) -> Mapping[str,
|
33556
|
+
def defined_tags(self) -> Mapping[str, str]:
|
33557
33557
|
"""
|
33558
33558
|
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"}`
|
33559
33559
|
"""
|
@@ -33585,7 +33585,7 @@ class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
|
33585
33585
|
|
33586
33586
|
@property
|
33587
33587
|
@pulumi.getter(name="freeformTags")
|
33588
|
-
def freeform_tags(self) -> Mapping[str,
|
33588
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
33589
33589
|
"""
|
33590
33590
|
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"}`
|
33591
33591
|
"""
|
@@ -33806,7 +33806,7 @@ class GetInstanceMeasuredBootReportMeasurementPolicyResult(dict):
|
|
33806
33806
|
class GetInstancePlatformConfigResult(dict):
|
33807
33807
|
def __init__(__self__, *,
|
33808
33808
|
are_virtual_instructions_enabled: bool,
|
33809
|
-
config_map: Mapping[str,
|
33809
|
+
config_map: Mapping[str, str],
|
33810
33810
|
is_access_control_service_enabled: bool,
|
33811
33811
|
is_input_output_memory_management_unit_enabled: bool,
|
33812
33812
|
is_measured_boot_enabled: bool,
|
@@ -33819,7 +33819,7 @@ class GetInstancePlatformConfigResult(dict):
|
|
33819
33819
|
type: str):
|
33820
33820
|
"""
|
33821
33821
|
:param bool are_virtual_instructions_enabled: Whether virtualization instructions are available.
|
33822
|
-
:param Mapping[str,
|
33822
|
+
:param Mapping[str, str] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
33823
33823
|
: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 passthrough.
|
33824
33824
|
:param bool is_input_output_memory_management_unit_enabled: Whether the input-output memory management unit is enabled.
|
33825
33825
|
:param bool is_measured_boot_enabled: Whether the Measured Boot is to be enabled on the instance
|
@@ -33854,7 +33854,7 @@ class GetInstancePlatformConfigResult(dict):
|
|
33854
33854
|
|
33855
33855
|
@property
|
33856
33856
|
@pulumi.getter(name="configMap")
|
33857
|
-
def config_map(self) -> Mapping[str,
|
33857
|
+
def config_map(self) -> Mapping[str, str]:
|
33858
33858
|
"""
|
33859
33859
|
Instance Platform Configuration Configuration Map for flexible setting input.
|
33860
33860
|
"""
|
@@ -34495,9 +34495,9 @@ class GetInstancePoolsInstancePoolResult(dict):
|
|
34495
34495
|
def __init__(__self__, *,
|
34496
34496
|
actual_size: int,
|
34497
34497
|
compartment_id: str,
|
34498
|
-
defined_tags: Mapping[str,
|
34498
|
+
defined_tags: Mapping[str, str],
|
34499
34499
|
display_name: str,
|
34500
|
-
freeform_tags: Mapping[str,
|
34500
|
+
freeform_tags: Mapping[str, str],
|
34501
34501
|
id: str,
|
34502
34502
|
instance_configuration_id: str,
|
34503
34503
|
instance_display_name_formatter: str,
|
@@ -34509,9 +34509,9 @@ class GetInstancePoolsInstancePoolResult(dict):
|
|
34509
34509
|
time_created: str):
|
34510
34510
|
"""
|
34511
34511
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
34512
|
-
:param Mapping[str,
|
34512
|
+
:param Mapping[str, str] 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"}`
|
34513
34513
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
34514
|
-
:param Mapping[str,
|
34514
|
+
:param Mapping[str, str] 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"}`
|
34515
34515
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
|
34516
34516
|
:param str instance_configuration_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
|
34517
34517
|
:param str instance_display_name_formatter: A user-friendly formatter for the instance pool's instances. Instance displaynames follow the format. The formatter does not retroactively change instance's displaynames, only instance displaynames in the future follow the format
|
@@ -34552,7 +34552,7 @@ class GetInstancePoolsInstancePoolResult(dict):
|
|
34552
34552
|
|
34553
34553
|
@property
|
34554
34554
|
@pulumi.getter(name="definedTags")
|
34555
|
-
def defined_tags(self) -> Mapping[str,
|
34555
|
+
def defined_tags(self) -> Mapping[str, str]:
|
34556
34556
|
"""
|
34557
34557
|
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"}`
|
34558
34558
|
"""
|
@@ -34568,7 +34568,7 @@ class GetInstancePoolsInstancePoolResult(dict):
|
|
34568
34568
|
|
34569
34569
|
@property
|
34570
34570
|
@pulumi.getter(name="freeformTags")
|
34571
|
-
def freeform_tags(self) -> Mapping[str,
|
34571
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
34572
34572
|
"""
|
34573
34573
|
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"}`
|
34574
34574
|
"""
|
@@ -35197,12 +35197,12 @@ class GetInstanceSourceDetailResult(dict):
|
|
35197
35197
|
class GetInstanceSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
35198
35198
|
def __init__(__self__, *,
|
35199
35199
|
compartment_id: str,
|
35200
|
-
defined_tags_filter: Mapping[str,
|
35200
|
+
defined_tags_filter: Mapping[str, str],
|
35201
35201
|
operating_system: str,
|
35202
35202
|
operating_system_version: str):
|
35203
35203
|
"""
|
35204
35204
|
:param str compartment_id: The OCID of the compartment containing images to search
|
35205
|
-
:param Mapping[str,
|
35205
|
+
:param Mapping[str, str] 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).
|
35206
35206
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
35207
35207
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
35208
35208
|
"""
|
@@ -35221,7 +35221,7 @@ class GetInstanceSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
|
35221
35221
|
|
35222
35222
|
@property
|
35223
35223
|
@pulumi.getter(name="definedTagsFilter")
|
35224
|
-
def defined_tags_filter(self) -> Mapping[str,
|
35224
|
+
def defined_tags_filter(self) -> Mapping[str, str]:
|
35225
35225
|
"""
|
35226
35226
|
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).
|
35227
35227
|
"""
|
@@ -35291,11 +35291,11 @@ class GetInstancesInstanceResult(dict):
|
|
35291
35291
|
compute_cluster_id: str,
|
35292
35292
|
create_vnic_details: Sequence['outputs.GetInstancesInstanceCreateVnicDetailResult'],
|
35293
35293
|
dedicated_vm_host_id: str,
|
35294
|
-
defined_tags: Mapping[str,
|
35294
|
+
defined_tags: Mapping[str, str],
|
35295
35295
|
display_name: str,
|
35296
|
-
extended_metadata: Mapping[str,
|
35296
|
+
extended_metadata: Mapping[str, str],
|
35297
35297
|
fault_domain: str,
|
35298
|
-
freeform_tags: Mapping[str,
|
35298
|
+
freeform_tags: Mapping[str, str],
|
35299
35299
|
hostname_label: str,
|
35300
35300
|
id: str,
|
35301
35301
|
image: str,
|
@@ -35307,7 +35307,7 @@ class GetInstancesInstanceResult(dict):
|
|
35307
35307
|
launch_mode: str,
|
35308
35308
|
launch_options: Sequence['outputs.GetInstancesInstanceLaunchOptionResult'],
|
35309
35309
|
launch_volume_attachments: Sequence['outputs.GetInstancesInstanceLaunchVolumeAttachmentResult'],
|
35310
|
-
metadata: Mapping[str,
|
35310
|
+
metadata: Mapping[str, str],
|
35311
35311
|
platform_configs: Sequence['outputs.GetInstancesInstancePlatformConfigResult'],
|
35312
35312
|
preemptible_instance_configs: Sequence['outputs.GetInstancesInstancePreemptibleInstanceConfigResult'],
|
35313
35313
|
preserve_boot_volume: bool,
|
@@ -35320,7 +35320,7 @@ class GetInstancesInstanceResult(dict):
|
|
35320
35320
|
source_details: Sequence['outputs.GetInstancesInstanceSourceDetailResult'],
|
35321
35321
|
state: str,
|
35322
35322
|
subnet_id: str,
|
35323
|
-
system_tags: Mapping[str,
|
35323
|
+
system_tags: Mapping[str, str],
|
35324
35324
|
time_created: str,
|
35325
35325
|
time_maintenance_reboot_due: str,
|
35326
35326
|
update_operation_constraint: str):
|
@@ -35334,11 +35334,11 @@ class GetInstancesInstanceResult(dict):
|
|
35334
35334
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
35335
35335
|
:param str compute_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster. A [compute cluster](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory access (RDMA) network group.
|
35336
35336
|
:param str dedicated_vm_host_id: The OCID of the dedicated virtual machine host that the instance is placed on.
|
35337
|
-
:param Mapping[str,
|
35337
|
+
:param Mapping[str, str] 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"}`
|
35338
35338
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
35339
|
-
:param Mapping[str,
|
35339
|
+
:param Mapping[str, str] extended_metadata: Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
35340
35340
|
:param str fault_domain: The name of the fault domain the instance is running in.
|
35341
|
-
:param Mapping[str,
|
35341
|
+
:param Mapping[str, str] 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"}`
|
35342
35342
|
:param str id: The OCID of the instance.
|
35343
35343
|
:param str image: Deprecated. Use `sourceDetails` instead.
|
35344
35344
|
:param str instance_configuration_id: The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
|
@@ -35352,7 +35352,7 @@ class GetInstancesInstanceResult(dict):
|
|
35352
35352
|
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
|
35353
35353
|
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
|
35354
35354
|
:param Sequence['GetInstancesInstanceLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
|
35355
|
-
:param Mapping[str,
|
35355
|
+
:param Mapping[str, str] metadata: Custom metadata that you provide.
|
35356
35356
|
:param Sequence['GetInstancesInstancePlatformConfigArgs'] platform_configs: The platform configuration for the instance.
|
35357
35357
|
:param Sequence['GetInstancesInstancePreemptibleInstanceConfigArgs'] preemptible_instance_configs: (Optional) Configuration options for preemptible instances.
|
35358
35358
|
:param bool preserve_boot_volume: (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
|
@@ -35360,7 +35360,7 @@ class GetInstancesInstanceResult(dict):
|
|
35360
35360
|
:param str shape: The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
35361
35361
|
:param Sequence['GetInstancesInstanceShapeConfigArgs'] shape_configs: The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
|
35362
35362
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
35363
|
-
:param Mapping[str,
|
35363
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
35364
35364
|
:param str time_created: The date and time the instance was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
35365
35365
|
:param str time_maintenance_reboot_due: The date and time the instance is expected to be stopped / started, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: `2018-05-25T21:10:29.600Z`
|
35366
35366
|
"""
|
@@ -35493,7 +35493,7 @@ class GetInstancesInstanceResult(dict):
|
|
35493
35493
|
|
35494
35494
|
@property
|
35495
35495
|
@pulumi.getter(name="definedTags")
|
35496
|
-
def defined_tags(self) -> Mapping[str,
|
35496
|
+
def defined_tags(self) -> Mapping[str, str]:
|
35497
35497
|
"""
|
35498
35498
|
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"}`
|
35499
35499
|
"""
|
@@ -35509,7 +35509,7 @@ class GetInstancesInstanceResult(dict):
|
|
35509
35509
|
|
35510
35510
|
@property
|
35511
35511
|
@pulumi.getter(name="extendedMetadata")
|
35512
|
-
def extended_metadata(self) -> Mapping[str,
|
35512
|
+
def extended_metadata(self) -> Mapping[str, str]:
|
35513
35513
|
"""
|
35514
35514
|
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
|
35515
35515
|
"""
|
@@ -35525,7 +35525,7 @@ class GetInstancesInstanceResult(dict):
|
|
35525
35525
|
|
35526
35526
|
@property
|
35527
35527
|
@pulumi.getter(name="freeformTags")
|
35528
|
-
def freeform_tags(self) -> Mapping[str,
|
35528
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
35529
35529
|
"""
|
35530
35530
|
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"}`
|
35531
35531
|
"""
|
@@ -35621,7 +35621,7 @@ class GetInstancesInstanceResult(dict):
|
|
35621
35621
|
|
35622
35622
|
@property
|
35623
35623
|
@pulumi.getter
|
35624
|
-
def metadata(self) -> Mapping[str,
|
35624
|
+
def metadata(self) -> Mapping[str, str]:
|
35625
35625
|
"""
|
35626
35626
|
Custom metadata that you provide.
|
35627
35627
|
"""
|
@@ -35711,7 +35711,7 @@ class GetInstancesInstanceResult(dict):
|
|
35711
35711
|
|
35712
35712
|
@property
|
35713
35713
|
@pulumi.getter(name="systemTags")
|
35714
|
-
def system_tags(self) -> Mapping[str,
|
35714
|
+
def system_tags(self) -> Mapping[str, str]:
|
35715
35715
|
"""
|
35716
35716
|
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
35717
35717
|
"""
|
@@ -35858,9 +35858,9 @@ class GetInstancesInstanceCreateVnicDetailResult(dict):
|
|
35858
35858
|
assign_ipv6ip: bool,
|
35859
35859
|
assign_private_dns_record: bool,
|
35860
35860
|
assign_public_ip: str,
|
35861
|
-
defined_tags: Mapping[str,
|
35861
|
+
defined_tags: Mapping[str, str],
|
35862
35862
|
display_name: str,
|
35863
|
-
freeform_tags: Mapping[str,
|
35863
|
+
freeform_tags: Mapping[str, str],
|
35864
35864
|
hostname_label: str,
|
35865
35865
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetInstancesInstanceCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
35866
35866
|
nsg_ids: Sequence[str],
|
@@ -35869,9 +35869,9 @@ class GetInstancesInstanceCreateVnicDetailResult(dict):
|
|
35869
35869
|
subnet_id: str,
|
35870
35870
|
vlan_id: str):
|
35871
35871
|
"""
|
35872
|
-
:param Mapping[str,
|
35872
|
+
:param Mapping[str, str] 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"}`
|
35873
35873
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
35874
|
-
:param Mapping[str,
|
35874
|
+
:param Mapping[str, str] 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"}`
|
35875
35875
|
"""
|
35876
35876
|
pulumi.set(__self__, "assign_ipv6ip", assign_ipv6ip)
|
35877
35877
|
pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
|
@@ -35904,7 +35904,7 @@ class GetInstancesInstanceCreateVnicDetailResult(dict):
|
|
35904
35904
|
|
35905
35905
|
@property
|
35906
35906
|
@pulumi.getter(name="definedTags")
|
35907
|
-
def defined_tags(self) -> Mapping[str,
|
35907
|
+
def defined_tags(self) -> Mapping[str, str]:
|
35908
35908
|
"""
|
35909
35909
|
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"}`
|
35910
35910
|
"""
|
@@ -35920,7 +35920,7 @@ class GetInstancesInstanceCreateVnicDetailResult(dict):
|
|
35920
35920
|
|
35921
35921
|
@property
|
35922
35922
|
@pulumi.getter(name="freeformTags")
|
35923
|
-
def freeform_tags(self) -> Mapping[str,
|
35923
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
35924
35924
|
"""
|
35925
35925
|
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"}`
|
35926
35926
|
"""
|
@@ -36252,7 +36252,7 @@ class GetInstancesInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult(d
|
|
36252
36252
|
class GetInstancesInstancePlatformConfigResult(dict):
|
36253
36253
|
def __init__(__self__, *,
|
36254
36254
|
are_virtual_instructions_enabled: bool,
|
36255
|
-
config_map: Mapping[str,
|
36255
|
+
config_map: Mapping[str, str],
|
36256
36256
|
is_access_control_service_enabled: bool,
|
36257
36257
|
is_input_output_memory_management_unit_enabled: bool,
|
36258
36258
|
is_measured_boot_enabled: bool,
|
@@ -36265,7 +36265,7 @@ class GetInstancesInstancePlatformConfigResult(dict):
|
|
36265
36265
|
type: str):
|
36266
36266
|
"""
|
36267
36267
|
:param bool are_virtual_instructions_enabled: Whether virtualization instructions are available.
|
36268
|
-
:param Mapping[str,
|
36268
|
+
:param Mapping[str, str] config_map: Instance Platform Configuration Configuration Map for flexible setting input.
|
36269
36269
|
: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 passthrough.
|
36270
36270
|
:param bool is_input_output_memory_management_unit_enabled: Whether the input-output memory management unit is enabled.
|
36271
36271
|
:param bool is_measured_boot_enabled: Whether the Measured Boot is to be enabled on the instance.
|
@@ -36300,7 +36300,7 @@ class GetInstancesInstancePlatformConfigResult(dict):
|
|
36300
36300
|
|
36301
36301
|
@property
|
36302
36302
|
@pulumi.getter(name="configMap")
|
36303
|
-
def config_map(self) -> Mapping[str,
|
36303
|
+
def config_map(self) -> Mapping[str, str]:
|
36304
36304
|
"""
|
36305
36305
|
Instance Platform Configuration Configuration Map for flexible setting input.
|
36306
36306
|
"""
|
@@ -36664,12 +36664,12 @@ class GetInstancesInstanceSourceDetailResult(dict):
|
|
36664
36664
|
class GetInstancesInstanceSourceDetailInstanceSourceImageFilterDetailResult(dict):
|
36665
36665
|
def __init__(__self__, *,
|
36666
36666
|
compartment_id: str,
|
36667
|
-
defined_tags_filter: Mapping[str,
|
36667
|
+
defined_tags_filter: Mapping[str, str],
|
36668
36668
|
operating_system: str,
|
36669
36669
|
operating_system_version: str):
|
36670
36670
|
"""
|
36671
36671
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
36672
|
-
:param Mapping[str,
|
36672
|
+
:param Mapping[str, str] 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).
|
36673
36673
|
:param str operating_system: The image's operating system. Example: `Oracle Linux`
|
36674
36674
|
:param str operating_system_version: The image's operating system version. Example: `7.2`
|
36675
36675
|
"""
|
@@ -36688,7 +36688,7 @@ class GetInstancesInstanceSourceDetailInstanceSourceImageFilterDetailResult(dict
|
|
36688
36688
|
|
36689
36689
|
@property
|
36690
36690
|
@pulumi.getter(name="definedTagsFilter")
|
36691
|
-
def defined_tags_filter(self) -> Mapping[str,
|
36691
|
+
def defined_tags_filter(self) -> Mapping[str, str]:
|
36692
36692
|
"""
|
36693
36693
|
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).
|
36694
36694
|
"""
|
@@ -36742,10 +36742,10 @@ class GetInternetGatewaysFilterResult(dict):
|
|
36742
36742
|
class GetInternetGatewaysGatewayResult(dict):
|
36743
36743
|
def __init__(__self__, *,
|
36744
36744
|
compartment_id: str,
|
36745
|
-
defined_tags: Mapping[str,
|
36745
|
+
defined_tags: Mapping[str, str],
|
36746
36746
|
display_name: str,
|
36747
36747
|
enabled: bool,
|
36748
|
-
freeform_tags: Mapping[str,
|
36748
|
+
freeform_tags: Mapping[str, str],
|
36749
36749
|
id: str,
|
36750
36750
|
route_table_id: str,
|
36751
36751
|
state: str,
|
@@ -36753,10 +36753,10 @@ class GetInternetGatewaysGatewayResult(dict):
|
|
36753
36753
|
vcn_id: str):
|
36754
36754
|
"""
|
36755
36755
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
36756
|
-
:param Mapping[str,
|
36756
|
+
:param Mapping[str, str] 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"}`
|
36757
36757
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
36758
36758
|
:param bool enabled: Whether the gateway is enabled. When the gateway is disabled, traffic is not routed to/from the Internet, regardless of route rules.
|
36759
|
-
:param Mapping[str,
|
36759
|
+
:param Mapping[str, str] 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"}`
|
36760
36760
|
:param str id: The internet gateway's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
36761
36761
|
:param str route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the Internet Gateway is using.
|
36762
36762
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
@@ -36784,7 +36784,7 @@ class GetInternetGatewaysGatewayResult(dict):
|
|
36784
36784
|
|
36785
36785
|
@property
|
36786
36786
|
@pulumi.getter(name="definedTags")
|
36787
|
-
def defined_tags(self) -> Mapping[str,
|
36787
|
+
def defined_tags(self) -> Mapping[str, str]:
|
36788
36788
|
"""
|
36789
36789
|
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"}`
|
36790
36790
|
"""
|
@@ -36808,7 +36808,7 @@ class GetInternetGatewaysGatewayResult(dict):
|
|
36808
36808
|
|
36809
36809
|
@property
|
36810
36810
|
@pulumi.getter(name="freeformTags")
|
36811
|
-
def freeform_tags(self) -> Mapping[str,
|
36811
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
36812
36812
|
"""
|
36813
36813
|
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"}`
|
36814
36814
|
"""
|
@@ -38609,10 +38609,10 @@ class GetIpsecConnectionsConnectionResult(dict):
|
|
38609
38609
|
cpe_id: str,
|
38610
38610
|
cpe_local_identifier: str,
|
38611
38611
|
cpe_local_identifier_type: str,
|
38612
|
-
defined_tags: Mapping[str,
|
38612
|
+
defined_tags: Mapping[str, str],
|
38613
38613
|
display_name: str,
|
38614
38614
|
drg_id: str,
|
38615
|
-
freeform_tags: Mapping[str,
|
38615
|
+
freeform_tags: Mapping[str, str],
|
38616
38616
|
id: str,
|
38617
38617
|
state: str,
|
38618
38618
|
static_routes: Sequence[str],
|
@@ -38623,10 +38623,10 @@ class GetIpsecConnectionsConnectionResult(dict):
|
|
38623
38623
|
:param str cpe_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
38624
38624
|
:param str cpe_local_identifier: Your identifier for your CPE device. Can be either an IP address or a hostname (specifically, the fully qualified domain name (FQDN)). The type of identifier here must correspond to the value for `cpeLocalIdentifierType`.
|
38625
38625
|
:param str cpe_local_identifier_type: The type of identifier for your CPE device. The value here must correspond to the value for `cpeLocalIdentifier`.
|
38626
|
-
:param Mapping[str,
|
38626
|
+
:param Mapping[str, str] 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"}`
|
38627
38627
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
38628
38628
|
:param str drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
38629
|
-
:param Mapping[str,
|
38629
|
+
:param Mapping[str, str] 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"}`
|
38630
38630
|
:param str id: The IPSec connection's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
38631
38631
|
:param str state: The IPSec connection's current state.
|
38632
38632
|
:param Sequence[str] static_routes: Static routes to the CPE. The CIDR must not be a multicast address or class E address.
|
@@ -38681,7 +38681,7 @@ class GetIpsecConnectionsConnectionResult(dict):
|
|
38681
38681
|
|
38682
38682
|
@property
|
38683
38683
|
@pulumi.getter(name="definedTags")
|
38684
|
-
def defined_tags(self) -> Mapping[str,
|
38684
|
+
def defined_tags(self) -> Mapping[str, str]:
|
38685
38685
|
"""
|
38686
38686
|
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"}`
|
38687
38687
|
"""
|
@@ -38705,7 +38705,7 @@ class GetIpsecConnectionsConnectionResult(dict):
|
|
38705
38705
|
|
38706
38706
|
@property
|
38707
38707
|
@pulumi.getter(name="freeformTags")
|
38708
|
-
def freeform_tags(self) -> Mapping[str,
|
38708
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
38709
38709
|
"""
|
38710
38710
|
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"}`
|
38711
38711
|
"""
|
@@ -38888,9 +38888,9 @@ class GetIpv6sFilterResult(dict):
|
|
38888
38888
|
class GetIpv6sIpv6Result(dict):
|
38889
38889
|
def __init__(__self__, *,
|
38890
38890
|
compartment_id: str,
|
38891
|
-
defined_tags: Mapping[str,
|
38891
|
+
defined_tags: Mapping[str, str],
|
38892
38892
|
display_name: str,
|
38893
|
-
freeform_tags: Mapping[str,
|
38893
|
+
freeform_tags: Mapping[str, str],
|
38894
38894
|
id: str,
|
38895
38895
|
ip_address: str,
|
38896
38896
|
ipv6subnet_cidr: str,
|
@@ -38900,9 +38900,9 @@ class GetIpv6sIpv6Result(dict):
|
|
38900
38900
|
vnic_id: str):
|
38901
38901
|
"""
|
38902
38902
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the IPv6. This is the same as the VNIC's compartment.
|
38903
|
-
:param Mapping[str,
|
38903
|
+
:param Mapping[str, str] 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"}`
|
38904
38904
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
38905
|
-
:param Mapping[str,
|
38905
|
+
:param Mapping[str, str] 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"}`
|
38906
38906
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
|
38907
38907
|
:param str ip_address: An IP address. This could be either IPv4 or IPv6, depending on the resource. Example: `10.0.3.3`
|
38908
38908
|
:param str state: The IPv6's current state.
|
@@ -38932,7 +38932,7 @@ class GetIpv6sIpv6Result(dict):
|
|
38932
38932
|
|
38933
38933
|
@property
|
38934
38934
|
@pulumi.getter(name="definedTags")
|
38935
|
-
def defined_tags(self) -> Mapping[str,
|
38935
|
+
def defined_tags(self) -> Mapping[str, str]:
|
38936
38936
|
"""
|
38937
38937
|
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"}`
|
38938
38938
|
"""
|
@@ -38948,7 +38948,7 @@ class GetIpv6sIpv6Result(dict):
|
|
38948
38948
|
|
38949
38949
|
@property
|
38950
38950
|
@pulumi.getter(name="freeformTags")
|
38951
|
-
def freeform_tags(self) -> Mapping[str,
|
38951
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
38952
38952
|
"""
|
38953
38953
|
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"}`
|
38954
38954
|
"""
|
@@ -39127,9 +39127,9 @@ class GetLocalPeeringGatewaysFilterResult(dict):
|
|
39127
39127
|
class GetLocalPeeringGatewaysLocalPeeringGatewayResult(dict):
|
39128
39128
|
def __init__(__self__, *,
|
39129
39129
|
compartment_id: str,
|
39130
|
-
defined_tags: Mapping[str,
|
39130
|
+
defined_tags: Mapping[str, str],
|
39131
39131
|
display_name: str,
|
39132
|
-
freeform_tags: Mapping[str,
|
39132
|
+
freeform_tags: Mapping[str, str],
|
39133
39133
|
id: str,
|
39134
39134
|
is_cross_tenancy_peering: bool,
|
39135
39135
|
peer_advertised_cidr: str,
|
@@ -39143,9 +39143,9 @@ class GetLocalPeeringGatewaysLocalPeeringGatewayResult(dict):
|
|
39143
39143
|
vcn_id: str):
|
39144
39144
|
"""
|
39145
39145
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
39146
|
-
:param Mapping[str,
|
39146
|
+
:param Mapping[str, str] 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"}`
|
39147
39147
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
39148
|
-
:param Mapping[str,
|
39148
|
+
:param Mapping[str, str] 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"}`
|
39149
39149
|
:param str id: The LPG's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
39150
39150
|
:param bool is_cross_tenancy_peering: Whether the VCN at the other end of the peering is in a different tenancy. Example: `false`
|
39151
39151
|
:param str peer_advertised_cidr: The smallest aggregate CIDR that contains all the CIDR routes advertised by the VCN at the other end of the peering from this LPG. See `peerAdvertisedCidrDetails` for the individual CIDRs. The value is `null` if the LPG is not peered. Example: `192.168.0.0/16`, or if aggregated with `172.16.0.0/24` then `128.0.0.0/1`
|
@@ -39184,7 +39184,7 @@ class GetLocalPeeringGatewaysLocalPeeringGatewayResult(dict):
|
|
39184
39184
|
|
39185
39185
|
@property
|
39186
39186
|
@pulumi.getter(name="definedTags")
|
39187
|
-
def defined_tags(self) -> Mapping[str,
|
39187
|
+
def defined_tags(self) -> Mapping[str, str]:
|
39188
39188
|
"""
|
39189
39189
|
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"}`
|
39190
39190
|
"""
|
@@ -39200,7 +39200,7 @@ class GetLocalPeeringGatewaysLocalPeeringGatewayResult(dict):
|
|
39200
39200
|
|
39201
39201
|
@property
|
39202
39202
|
@pulumi.getter(name="freeformTags")
|
39203
|
-
def freeform_tags(self) -> Mapping[str,
|
39203
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
39204
39204
|
"""
|
39205
39205
|
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"}`
|
39206
39206
|
"""
|
@@ -39327,9 +39327,9 @@ class GetNatGatewaysNatGatewayResult(dict):
|
|
39327
39327
|
def __init__(__self__, *,
|
39328
39328
|
block_traffic: bool,
|
39329
39329
|
compartment_id: str,
|
39330
|
-
defined_tags: Mapping[str,
|
39330
|
+
defined_tags: Mapping[str, str],
|
39331
39331
|
display_name: str,
|
39332
|
-
freeform_tags: Mapping[str,
|
39332
|
+
freeform_tags: Mapping[str, str],
|
39333
39333
|
id: str,
|
39334
39334
|
nat_ip: str,
|
39335
39335
|
public_ip_id: str,
|
@@ -39340,9 +39340,9 @@ class GetNatGatewaysNatGatewayResult(dict):
|
|
39340
39340
|
"""
|
39341
39341
|
:param bool block_traffic: Whether the NAT gateway blocks traffic through it. The default is `false`. Example: `true`
|
39342
39342
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
39343
|
-
:param Mapping[str,
|
39343
|
+
:param Mapping[str, str] 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"}`
|
39344
39344
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
39345
|
-
:param Mapping[str,
|
39345
|
+
:param Mapping[str, str] 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"}`
|
39346
39346
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NAT gateway.
|
39347
39347
|
:param str nat_ip: The IP address associated with the NAT gateway.
|
39348
39348
|
:param str public_ip_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP address associated with the NAT gateway.
|
@@ -39382,7 +39382,7 @@ class GetNatGatewaysNatGatewayResult(dict):
|
|
39382
39382
|
|
39383
39383
|
@property
|
39384
39384
|
@pulumi.getter(name="definedTags")
|
39385
|
-
def defined_tags(self) -> Mapping[str,
|
39385
|
+
def defined_tags(self) -> Mapping[str, str]:
|
39386
39386
|
"""
|
39387
39387
|
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"}`
|
39388
39388
|
"""
|
@@ -39398,7 +39398,7 @@ class GetNatGatewaysNatGatewayResult(dict):
|
|
39398
39398
|
|
39399
39399
|
@property
|
39400
39400
|
@pulumi.getter(name="freeformTags")
|
39401
|
-
def freeform_tags(self) -> Mapping[str,
|
39401
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
39402
39402
|
"""
|
39403
39403
|
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"}`
|
39404
39404
|
"""
|
@@ -39940,18 +39940,18 @@ class GetNetworkSecurityGroupsFilterResult(dict):
|
|
39940
39940
|
class GetNetworkSecurityGroupsNetworkSecurityGroupResult(dict):
|
39941
39941
|
def __init__(__self__, *,
|
39942
39942
|
compartment_id: str,
|
39943
|
-
defined_tags: Mapping[str,
|
39943
|
+
defined_tags: Mapping[str, str],
|
39944
39944
|
display_name: str,
|
39945
|
-
freeform_tags: Mapping[str,
|
39945
|
+
freeform_tags: Mapping[str, str],
|
39946
39946
|
id: str,
|
39947
39947
|
state: str,
|
39948
39948
|
time_created: str,
|
39949
39949
|
vcn_id: str):
|
39950
39950
|
"""
|
39951
39951
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
39952
|
-
:param Mapping[str,
|
39952
|
+
:param Mapping[str, str] 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"}`
|
39953
39953
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
39954
|
-
:param Mapping[str,
|
39954
|
+
:param Mapping[str, str] 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"}`
|
39955
39955
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
39956
39956
|
:param str state: A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
|
39957
39957
|
:param str time_created: The date and time the network security group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
@@ -39976,7 +39976,7 @@ class GetNetworkSecurityGroupsNetworkSecurityGroupResult(dict):
|
|
39976
39976
|
|
39977
39977
|
@property
|
39978
39978
|
@pulumi.getter(name="definedTags")
|
39979
|
-
def defined_tags(self) -> Mapping[str,
|
39979
|
+
def defined_tags(self) -> Mapping[str, str]:
|
39980
39980
|
"""
|
39981
39981
|
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"}`
|
39982
39982
|
"""
|
@@ -39992,7 +39992,7 @@ class GetNetworkSecurityGroupsNetworkSecurityGroupResult(dict):
|
|
39992
39992
|
|
39993
39993
|
@property
|
39994
39994
|
@pulumi.getter(name="freeformTags")
|
39995
|
-
def freeform_tags(self) -> Mapping[str,
|
39995
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
39996
39996
|
"""
|
39997
39997
|
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"}`
|
39998
39998
|
"""
|
@@ -40114,9 +40114,9 @@ class GetPrivateIpsPrivateIpResult(dict):
|
|
40114
40114
|
def __init__(__self__, *,
|
40115
40115
|
availability_domain: str,
|
40116
40116
|
compartment_id: str,
|
40117
|
-
defined_tags: Mapping[str,
|
40117
|
+
defined_tags: Mapping[str, str],
|
40118
40118
|
display_name: str,
|
40119
|
-
freeform_tags: Mapping[str,
|
40119
|
+
freeform_tags: Mapping[str, str],
|
40120
40120
|
hostname_label: str,
|
40121
40121
|
id: str,
|
40122
40122
|
ip_address: str,
|
@@ -40129,9 +40129,9 @@ class GetPrivateIpsPrivateIpResult(dict):
|
|
40129
40129
|
"""
|
40130
40130
|
:param str availability_domain: The private IP's availability domain. This attribute will be null if this is a *secondary* private IP assigned to a VNIC that is in a *regional* subnet. Example: `Uocm:PHX-AD-1`
|
40131
40131
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the private IP.
|
40132
|
-
:param Mapping[str,
|
40132
|
+
:param Mapping[str, str] 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"}`
|
40133
40133
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
40134
|
-
:param Mapping[str,
|
40134
|
+
:param Mapping[str, str] 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"}`
|
40135
40135
|
:param str hostname_label: The hostname for the private IP. Used for DNS. The value is the hostname portion of the 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).
|
40136
40136
|
:param str id: The private IP's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
40137
40137
|
:param str ip_address: An IP address. This could be either IPv4 or IPv6, depending on the resource. Example: `10.0.3.3`
|
@@ -40175,7 +40175,7 @@ class GetPrivateIpsPrivateIpResult(dict):
|
|
40175
40175
|
|
40176
40176
|
@property
|
40177
40177
|
@pulumi.getter(name="definedTags")
|
40178
|
-
def defined_tags(self) -> Mapping[str,
|
40178
|
+
def defined_tags(self) -> Mapping[str, str]:
|
40179
40179
|
"""
|
40180
40180
|
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"}`
|
40181
40181
|
"""
|
@@ -40191,7 +40191,7 @@ class GetPrivateIpsPrivateIpResult(dict):
|
|
40191
40191
|
|
40192
40192
|
@property
|
40193
40193
|
@pulumi.getter(name="freeformTags")
|
40194
|
-
def freeform_tags(self) -> Mapping[str,
|
40194
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
40195
40195
|
"""
|
40196
40196
|
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"}`
|
40197
40197
|
"""
|
@@ -40314,18 +40314,18 @@ class GetPublicIpPoolsPublicIpPoolCollectionItemResult(dict):
|
|
40314
40314
|
def __init__(__self__, *,
|
40315
40315
|
cidr_blocks: Sequence[str],
|
40316
40316
|
compartment_id: str,
|
40317
|
-
defined_tags: Mapping[str,
|
40317
|
+
defined_tags: Mapping[str, str],
|
40318
40318
|
display_name: str,
|
40319
|
-
freeform_tags: Mapping[str,
|
40319
|
+
freeform_tags: Mapping[str, str],
|
40320
40320
|
id: str,
|
40321
40321
|
state: str,
|
40322
40322
|
time_created: str):
|
40323
40323
|
"""
|
40324
40324
|
:param Sequence[str] cidr_blocks: The CIDR blocks added to this pool. This could be all or a portion of a BYOIP CIDR block.
|
40325
40325
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
40326
|
-
:param Mapping[str,
|
40326
|
+
:param Mapping[str, str] 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"}`
|
40327
40327
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
40328
|
-
:param Mapping[str,
|
40328
|
+
:param Mapping[str, str] 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"}`
|
40329
40329
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
40330
40330
|
:param str state: The public IP pool's current state.
|
40331
40331
|
:param str time_created: The date and time the public IP pool was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
@@ -40357,7 +40357,7 @@ class GetPublicIpPoolsPublicIpPoolCollectionItemResult(dict):
|
|
40357
40357
|
|
40358
40358
|
@property
|
40359
40359
|
@pulumi.getter(name="definedTags")
|
40360
|
-
def defined_tags(self) -> Mapping[str,
|
40360
|
+
def defined_tags(self) -> Mapping[str, str]:
|
40361
40361
|
"""
|
40362
40362
|
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"}`
|
40363
40363
|
"""
|
@@ -40373,7 +40373,7 @@ class GetPublicIpPoolsPublicIpPoolCollectionItemResult(dict):
|
|
40373
40373
|
|
40374
40374
|
@property
|
40375
40375
|
@pulumi.getter(name="freeformTags")
|
40376
|
-
def freeform_tags(self) -> Mapping[str,
|
40376
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
40377
40377
|
"""
|
40378
40378
|
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"}`
|
40379
40379
|
"""
|
@@ -40438,9 +40438,9 @@ class GetPublicIpsPublicIpResult(dict):
|
|
40438
40438
|
assigned_entity_type: str,
|
40439
40439
|
availability_domain: str,
|
40440
40440
|
compartment_id: str,
|
40441
|
-
defined_tags: Mapping[str,
|
40441
|
+
defined_tags: Mapping[str, str],
|
40442
40442
|
display_name: str,
|
40443
|
-
freeform_tags: Mapping[str,
|
40443
|
+
freeform_tags: Mapping[str, str],
|
40444
40444
|
id: str,
|
40445
40445
|
ip_address: str,
|
40446
40446
|
lifetime: str,
|
@@ -40454,9 +40454,9 @@ class GetPublicIpsPublicIpResult(dict):
|
|
40454
40454
|
:param str assigned_entity_type: The type of entity the public IP is assigned to, or in the process of being assigned to.
|
40455
40455
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
40456
40456
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
40457
|
-
:param Mapping[str,
|
40457
|
+
:param Mapping[str, str] 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"}`
|
40458
40458
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
40459
|
-
:param Mapping[str,
|
40459
|
+
:param Mapping[str, str] 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"}`
|
40460
40460
|
:param str id: The public IP's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
40461
40461
|
:param str ip_address: The public IP address of the `publicIp` object. Example: `203.0.113.2`
|
40462
40462
|
:param str lifetime: A filter to return only public IPs that match given lifetime.
|
@@ -40518,7 +40518,7 @@ class GetPublicIpsPublicIpResult(dict):
|
|
40518
40518
|
|
40519
40519
|
@property
|
40520
40520
|
@pulumi.getter(name="definedTags")
|
40521
|
-
def defined_tags(self) -> Mapping[str,
|
40521
|
+
def defined_tags(self) -> Mapping[str, str]:
|
40522
40522
|
"""
|
40523
40523
|
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"}`
|
40524
40524
|
"""
|
@@ -40534,7 +40534,7 @@ class GetPublicIpsPublicIpResult(dict):
|
|
40534
40534
|
|
40535
40535
|
@property
|
40536
40536
|
@pulumi.getter(name="freeformTags")
|
40537
|
-
def freeform_tags(self) -> Mapping[str,
|
40537
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
40538
40538
|
"""
|
40539
40539
|
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"}`
|
40540
40540
|
"""
|
@@ -40638,10 +40638,10 @@ class GetRemotePeeringConnectionsFilterResult(dict):
|
|
40638
40638
|
class GetRemotePeeringConnectionsRemotePeeringConnectionResult(dict):
|
40639
40639
|
def __init__(__self__, *,
|
40640
40640
|
compartment_id: str,
|
40641
|
-
defined_tags: Mapping[str,
|
40641
|
+
defined_tags: Mapping[str, str],
|
40642
40642
|
display_name: str,
|
40643
40643
|
drg_id: str,
|
40644
|
-
freeform_tags: Mapping[str,
|
40644
|
+
freeform_tags: Mapping[str, str],
|
40645
40645
|
id: str,
|
40646
40646
|
is_cross_tenancy_peering: bool,
|
40647
40647
|
peer_id: str,
|
@@ -40652,10 +40652,10 @@ class GetRemotePeeringConnectionsRemotePeeringConnectionResult(dict):
|
|
40652
40652
|
time_created: str):
|
40653
40653
|
"""
|
40654
40654
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
40655
|
-
:param Mapping[str,
|
40655
|
+
:param Mapping[str, str] 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"}`
|
40656
40656
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
40657
40657
|
:param str drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
40658
|
-
:param Mapping[str,
|
40658
|
+
:param Mapping[str, str] 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"}`
|
40659
40659
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the RPC.
|
40660
40660
|
:param bool is_cross_tenancy_peering: Whether the VCN at the other end of the peering is in a different tenancy. Example: `false`
|
40661
40661
|
:param str peer_id: If this RPC is peered, this value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the other RPC.
|
@@ -40689,7 +40689,7 @@ class GetRemotePeeringConnectionsRemotePeeringConnectionResult(dict):
|
|
40689
40689
|
|
40690
40690
|
@property
|
40691
40691
|
@pulumi.getter(name="definedTags")
|
40692
|
-
def defined_tags(self) -> Mapping[str,
|
40692
|
+
def defined_tags(self) -> Mapping[str, str]:
|
40693
40693
|
"""
|
40694
40694
|
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"}`
|
40695
40695
|
"""
|
@@ -40713,7 +40713,7 @@ class GetRemotePeeringConnectionsRemotePeeringConnectionResult(dict):
|
|
40713
40713
|
|
40714
40714
|
@property
|
40715
40715
|
@pulumi.getter(name="freeformTags")
|
40716
|
-
def freeform_tags(self) -> Mapping[str,
|
40716
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
40717
40717
|
"""
|
40718
40718
|
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"}`
|
40719
40719
|
"""
|
@@ -40815,9 +40815,9 @@ class GetRouteTablesFilterResult(dict):
|
|
40815
40815
|
class GetRouteTablesRouteTableResult(dict):
|
40816
40816
|
def __init__(__self__, *,
|
40817
40817
|
compartment_id: str,
|
40818
|
-
defined_tags: Mapping[str,
|
40818
|
+
defined_tags: Mapping[str, str],
|
40819
40819
|
display_name: str,
|
40820
|
-
freeform_tags: Mapping[str,
|
40820
|
+
freeform_tags: Mapping[str, str],
|
40821
40821
|
id: str,
|
40822
40822
|
route_rules: Sequence['outputs.GetRouteTablesRouteTableRouteRuleResult'],
|
40823
40823
|
state: str,
|
@@ -40825,9 +40825,9 @@ class GetRouteTablesRouteTableResult(dict):
|
|
40825
40825
|
vcn_id: str):
|
40826
40826
|
"""
|
40827
40827
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
40828
|
-
:param Mapping[str,
|
40828
|
+
:param Mapping[str, str] 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"}`
|
40829
40829
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
40830
|
-
:param Mapping[str,
|
40830
|
+
:param Mapping[str, str] 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"}`
|
40831
40831
|
:param str id: The route table's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
40832
40832
|
:param Sequence['GetRouteTablesRouteTableRouteRuleArgs'] route_rules: The collection of rules for routing destination IPs to network devices.
|
40833
40833
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
@@ -40854,7 +40854,7 @@ class GetRouteTablesRouteTableResult(dict):
|
|
40854
40854
|
|
40855
40855
|
@property
|
40856
40856
|
@pulumi.getter(name="definedTags")
|
40857
|
-
def defined_tags(self) -> Mapping[str,
|
40857
|
+
def defined_tags(self) -> Mapping[str, str]:
|
40858
40858
|
"""
|
40859
40859
|
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"}`
|
40860
40860
|
"""
|
@@ -40870,7 +40870,7 @@ class GetRouteTablesRouteTableResult(dict):
|
|
40870
40870
|
|
40871
40871
|
@property
|
40872
40872
|
@pulumi.getter(name="freeformTags")
|
40873
|
-
def freeform_tags(self) -> Mapping[str,
|
40873
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
40874
40874
|
"""
|
40875
40875
|
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"}`
|
40876
40876
|
"""
|
@@ -41026,10 +41026,10 @@ class GetSecurityListsFilterResult(dict):
|
|
41026
41026
|
class GetSecurityListsSecurityListResult(dict):
|
41027
41027
|
def __init__(__self__, *,
|
41028
41028
|
compartment_id: str,
|
41029
|
-
defined_tags: Mapping[str,
|
41029
|
+
defined_tags: Mapping[str, str],
|
41030
41030
|
display_name: str,
|
41031
41031
|
egress_security_rules: Sequence['outputs.GetSecurityListsSecurityListEgressSecurityRuleResult'],
|
41032
|
-
freeform_tags: Mapping[str,
|
41032
|
+
freeform_tags: Mapping[str, str],
|
41033
41033
|
id: str,
|
41034
41034
|
ingress_security_rules: Sequence['outputs.GetSecurityListsSecurityListIngressSecurityRuleResult'],
|
41035
41035
|
state: str,
|
@@ -41037,10 +41037,10 @@ class GetSecurityListsSecurityListResult(dict):
|
|
41037
41037
|
vcn_id: str):
|
41038
41038
|
"""
|
41039
41039
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
41040
|
-
:param Mapping[str,
|
41040
|
+
:param Mapping[str, str] 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"}`
|
41041
41041
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
41042
41042
|
:param Sequence['GetSecurityListsSecurityListEgressSecurityRuleArgs'] egress_security_rules: Rules for allowing egress IP packets.
|
41043
|
-
:param Mapping[str,
|
41043
|
+
:param Mapping[str, str] 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"}`
|
41044
41044
|
:param str id: The security list's Oracle Cloud ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
41045
41045
|
:param Sequence['GetSecurityListsSecurityListIngressSecurityRuleArgs'] ingress_security_rules: Rules for allowing ingress IP packets.
|
41046
41046
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
@@ -41068,7 +41068,7 @@ class GetSecurityListsSecurityListResult(dict):
|
|
41068
41068
|
|
41069
41069
|
@property
|
41070
41070
|
@pulumi.getter(name="definedTags")
|
41071
|
-
def defined_tags(self) -> Mapping[str,
|
41071
|
+
def defined_tags(self) -> Mapping[str, str]:
|
41072
41072
|
"""
|
41073
41073
|
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"}`
|
41074
41074
|
"""
|
@@ -41092,7 +41092,7 @@ class GetSecurityListsSecurityListResult(dict):
|
|
41092
41092
|
|
41093
41093
|
@property
|
41094
41094
|
@pulumi.getter(name="freeformTags")
|
41095
|
-
def freeform_tags(self) -> Mapping[str,
|
41095
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
41096
41096
|
"""
|
41097
41097
|
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"}`
|
41098
41098
|
"""
|
@@ -41699,9 +41699,9 @@ class GetServiceGatewaysServiceGatewayResult(dict):
|
|
41699
41699
|
def __init__(__self__, *,
|
41700
41700
|
block_traffic: bool,
|
41701
41701
|
compartment_id: str,
|
41702
|
-
defined_tags: Mapping[str,
|
41702
|
+
defined_tags: Mapping[str, str],
|
41703
41703
|
display_name: str,
|
41704
|
-
freeform_tags: Mapping[str,
|
41704
|
+
freeform_tags: Mapping[str, str],
|
41705
41705
|
id: str,
|
41706
41706
|
route_table_id: str,
|
41707
41707
|
services: Sequence['outputs.GetServiceGatewaysServiceGatewayServiceResult'],
|
@@ -41711,9 +41711,9 @@ class GetServiceGatewaysServiceGatewayResult(dict):
|
|
41711
41711
|
"""
|
41712
41712
|
:param bool block_traffic: Whether the service gateway blocks all traffic through it. The default is `false`. When this is `true`, traffic is not routed to any services, regardless of route rules. Example: `true`
|
41713
41713
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
41714
|
-
:param Mapping[str,
|
41714
|
+
:param Mapping[str, str] 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"}`
|
41715
41715
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
41716
|
-
:param Mapping[str,
|
41716
|
+
:param Mapping[str, str] 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"}`
|
41717
41717
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service gateway.
|
41718
41718
|
:param str route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the service gateway is using. For information about why you would associate a route table with a service gateway, see [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm).
|
41719
41719
|
:param Sequence['GetServiceGatewaysServiceGatewayServiceArgs'] services: List of the [Service](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Service/) objects enabled for this service gateway. The list can be empty. You can enable a particular `Service` by using [AttachServiceId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/ServiceGateway/AttachServiceId) or [UpdateServiceGateway](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/ServiceGateway/UpdateServiceGateway).
|
@@ -41751,7 +41751,7 @@ class GetServiceGatewaysServiceGatewayResult(dict):
|
|
41751
41751
|
|
41752
41752
|
@property
|
41753
41753
|
@pulumi.getter(name="definedTags")
|
41754
|
-
def defined_tags(self) -> Mapping[str,
|
41754
|
+
def defined_tags(self) -> Mapping[str, str]:
|
41755
41755
|
"""
|
41756
41756
|
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"}`
|
41757
41757
|
"""
|
@@ -41767,7 +41767,7 @@ class GetServiceGatewaysServiceGatewayResult(dict):
|
|
41767
41767
|
|
41768
41768
|
@property
|
41769
41769
|
@pulumi.getter(name="freeformTags")
|
41770
|
-
def freeform_tags(self) -> Mapping[str,
|
41770
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
41771
41771
|
"""
|
41772
41772
|
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"}`
|
41773
41773
|
"""
|
@@ -43618,11 +43618,11 @@ class GetSubnetsSubnetResult(dict):
|
|
43618
43618
|
availability_domain: str,
|
43619
43619
|
cidr_block: str,
|
43620
43620
|
compartment_id: str,
|
43621
|
-
defined_tags: Mapping[str,
|
43621
|
+
defined_tags: Mapping[str, str],
|
43622
43622
|
dhcp_options_id: str,
|
43623
43623
|
display_name: str,
|
43624
43624
|
dns_label: str,
|
43625
|
-
freeform_tags: Mapping[str,
|
43625
|
+
freeform_tags: Mapping[str, str],
|
43626
43626
|
id: str,
|
43627
43627
|
ipv6cidr_block: str,
|
43628
43628
|
ipv6cidr_blocks: Sequence[str],
|
@@ -43641,11 +43641,11 @@ class GetSubnetsSubnetResult(dict):
|
|
43641
43641
|
:param str availability_domain: The subnet's availability domain. This attribute will be null if this is a regional subnet instead of an AD-specific subnet. Oracle recommends creating regional subnets. Example: `Uocm:PHX-AD-1`
|
43642
43642
|
:param str cidr_block: The subnet's CIDR block. Example: `10.0.1.0/24`
|
43643
43643
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
43644
|
-
:param Mapping[str,
|
43644
|
+
:param Mapping[str, str] 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"}`
|
43645
43645
|
:param str dhcp_options_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the set of DHCP options that the subnet uses.
|
43646
43646
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
43647
43647
|
:param str dns_label: A DNS label for the subnet, used in conjunction with the VNIC's hostname and VCN's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter and is unique within the VCN. The value cannot be changed.
|
43648
|
-
:param Mapping[str,
|
43648
|
+
:param Mapping[str, str] 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"}`
|
43649
43649
|
:param str id: The subnet's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
43650
43650
|
:param str ipv6cidr_block: For an IPv6-enabled subnet, this is the IPv6 prefix for the subnet's IP address space. The subnet size is always /64. See [IPv6 Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm). Example: `2001:0db8:0123:1111::/64`
|
43651
43651
|
:param Sequence[str] ipv6cidr_blocks: The list of all IPv6 prefixes (Oracle allocated IPv6 GUA, ULA or private IPv6 prefixes, BYOIPv6 prefixes) for the subnet.
|
@@ -43710,7 +43710,7 @@ class GetSubnetsSubnetResult(dict):
|
|
43710
43710
|
|
43711
43711
|
@property
|
43712
43712
|
@pulumi.getter(name="definedTags")
|
43713
|
-
def defined_tags(self) -> Mapping[str,
|
43713
|
+
def defined_tags(self) -> Mapping[str, str]:
|
43714
43714
|
"""
|
43715
43715
|
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"}`
|
43716
43716
|
"""
|
@@ -43742,7 +43742,7 @@ class GetSubnetsSubnetResult(dict):
|
|
43742
43742
|
|
43743
43743
|
@property
|
43744
43744
|
@pulumi.getter(name="freeformTags")
|
43745
|
-
def freeform_tags(self) -> Mapping[str,
|
43745
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
43746
43746
|
"""
|
43747
43747
|
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"}`
|
43748
43748
|
"""
|
@@ -44007,10 +44007,10 @@ class GetVcnsVirtualNetworkResult(dict):
|
|
44007
44007
|
default_dhcp_options_id: str,
|
44008
44008
|
default_route_table_id: str,
|
44009
44009
|
default_security_list_id: str,
|
44010
|
-
defined_tags: Mapping[str,
|
44010
|
+
defined_tags: Mapping[str, str],
|
44011
44011
|
display_name: str,
|
44012
44012
|
dns_label: str,
|
44013
|
-
freeform_tags: Mapping[str,
|
44013
|
+
freeform_tags: Mapping[str, str],
|
44014
44014
|
id: str,
|
44015
44015
|
ipv6cidr_blocks: Sequence[str],
|
44016
44016
|
ipv6private_cidr_blocks: Sequence[str],
|
@@ -44027,10 +44027,10 @@ class GetVcnsVirtualNetworkResult(dict):
|
|
44027
44027
|
:param str default_dhcp_options_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the VCN's default set of DHCP options.
|
44028
44028
|
:param str default_route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the VCN's default route table.
|
44029
44029
|
:param str default_security_list_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the VCN's default security list.
|
44030
|
-
:param Mapping[str,
|
44030
|
+
:param Mapping[str, str] 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"}`
|
44031
44031
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
44032
44032
|
:param str dns_label: A DNS label for the VCN, used in conjunction with the VNIC's hostname and subnet's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter. The value cannot be changed.
|
44033
|
-
:param Mapping[str,
|
44033
|
+
:param Mapping[str, str] 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"}`
|
44034
44034
|
:param str id: The VCN's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
44035
44035
|
:param Sequence[str] ipv6cidr_blocks: For an IPv6-enabled VCN, this is the list of IPv6 prefixes for the VCN's IP address space. The prefixes are provided by Oracle and the sizes are always /56.
|
44036
44036
|
:param Sequence[str] ipv6private_cidr_blocks: For an IPv6-enabled VCN, this is the list of Private IPv6 prefixes for the VCN's IP address space.
|
@@ -44122,7 +44122,7 @@ class GetVcnsVirtualNetworkResult(dict):
|
|
44122
44122
|
|
44123
44123
|
@property
|
44124
44124
|
@pulumi.getter(name="definedTags")
|
44125
|
-
def defined_tags(self) -> Mapping[str,
|
44125
|
+
def defined_tags(self) -> Mapping[str, str]:
|
44126
44126
|
"""
|
44127
44127
|
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"}`
|
44128
44128
|
"""
|
@@ -44146,7 +44146,7 @@ class GetVcnsVirtualNetworkResult(dict):
|
|
44146
44146
|
|
44147
44147
|
@property
|
44148
44148
|
@pulumi.getter(name="freeformTags")
|
44149
|
-
def freeform_tags(self) -> Mapping[str,
|
44149
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
44150
44150
|
"""
|
44151
44151
|
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"}`
|
44152
44152
|
"""
|
@@ -44554,9 +44554,9 @@ class GetVirtualCircuitsVirtualCircuitResult(dict):
|
|
44554
44554
|
cross_connect_mappings: Sequence['outputs.GetVirtualCircuitsVirtualCircuitCrossConnectMappingResult'],
|
44555
44555
|
customer_asn: str,
|
44556
44556
|
customer_bgp_asn: int,
|
44557
|
-
defined_tags: Mapping[str,
|
44557
|
+
defined_tags: Mapping[str, str],
|
44558
44558
|
display_name: str,
|
44559
|
-
freeform_tags: Mapping[str,
|
44559
|
+
freeform_tags: Mapping[str, str],
|
44560
44560
|
gateway_id: str,
|
44561
44561
|
id: str,
|
44562
44562
|
ip_mtu: str,
|
@@ -44585,9 +44585,9 @@ class GetVirtualCircuitsVirtualCircuitResult(dict):
|
|
44585
44585
|
:param Sequence['GetVirtualCircuitsVirtualCircuitCrossConnectMappingArgs'] cross_connect_mappings: An array of mappings, each containing properties for a cross-connect or cross-connect group that is associated with this virtual circuit.
|
44586
44586
|
:param str customer_asn: The BGP ASN of the network at the other end of the BGP session from Oracle. If the session is between the customer's edge router and Oracle, the value is the customer's ASN. If the BGP session is between the provider's edge router and Oracle, the value is the provider's ASN. Can be a 2-byte or 4-byte ASN. Uses "asplain" format.
|
44587
44587
|
:param int customer_bgp_asn: Deprecated. Instead use `customerAsn`. If you specify values for both, the request will be rejected.
|
44588
|
-
:param Mapping[str,
|
44588
|
+
:param Mapping[str, str] 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"}`
|
44589
44589
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
44590
|
-
:param Mapping[str,
|
44590
|
+
:param Mapping[str, str] 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"}`
|
44591
44591
|
:param str gateway_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer's [dynamic routing gateway (DRG)](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Drg) that this virtual circuit uses. Applicable only to private virtual circuits.
|
44592
44592
|
:param str id: The virtual circuit's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
44593
44593
|
:param str ip_mtu: The layer 3 IP MTU to use on this virtual circuit.
|
@@ -44713,7 +44713,7 @@ class GetVirtualCircuitsVirtualCircuitResult(dict):
|
|
44713
44713
|
|
44714
44714
|
@property
|
44715
44715
|
@pulumi.getter(name="definedTags")
|
44716
|
-
def defined_tags(self) -> Mapping[str,
|
44716
|
+
def defined_tags(self) -> Mapping[str, str]:
|
44717
44717
|
"""
|
44718
44718
|
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"}`
|
44719
44719
|
"""
|
@@ -44729,7 +44729,7 @@ class GetVirtualCircuitsVirtualCircuitResult(dict):
|
|
44729
44729
|
|
44730
44730
|
@property
|
44731
44731
|
@pulumi.getter(name="freeformTags")
|
44732
|
-
def freeform_tags(self) -> Mapping[str,
|
44732
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
44733
44733
|
"""
|
44734
44734
|
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"}`
|
44735
44735
|
"""
|
@@ -45011,10 +45011,10 @@ class GetVirtualNetworksVirtualNetworkResult(dict):
|
|
45011
45011
|
default_dhcp_options_id: str,
|
45012
45012
|
default_route_table_id: str,
|
45013
45013
|
default_security_list_id: str,
|
45014
|
-
defined_tags: Mapping[str,
|
45014
|
+
defined_tags: Mapping[str, str],
|
45015
45015
|
display_name: str,
|
45016
45016
|
dns_label: str,
|
45017
|
-
freeform_tags: Mapping[str,
|
45017
|
+
freeform_tags: Mapping[str, str],
|
45018
45018
|
id: str,
|
45019
45019
|
ipv6cidr_blocks: Sequence[str],
|
45020
45020
|
ipv6private_cidr_blocks: Sequence[str],
|
@@ -45086,7 +45086,7 @@ class GetVirtualNetworksVirtualNetworkResult(dict):
|
|
45086
45086
|
|
45087
45087
|
@property
|
45088
45088
|
@pulumi.getter(name="definedTags")
|
45089
|
-
def defined_tags(self) -> Mapping[str,
|
45089
|
+
def defined_tags(self) -> Mapping[str, str]:
|
45090
45090
|
return pulumi.get(self, "defined_tags")
|
45091
45091
|
|
45092
45092
|
@property
|
@@ -45101,7 +45101,7 @@ class GetVirtualNetworksVirtualNetworkResult(dict):
|
|
45101
45101
|
|
45102
45102
|
@property
|
45103
45103
|
@pulumi.getter(name="freeformTags")
|
45104
|
-
def freeform_tags(self) -> Mapping[str,
|
45104
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
45105
45105
|
return pulumi.get(self, "freeform_tags")
|
45106
45106
|
|
45107
45107
|
@property
|
@@ -45197,9 +45197,9 @@ class GetVlansVlanResult(dict):
|
|
45197
45197
|
availability_domain: str,
|
45198
45198
|
cidr_block: str,
|
45199
45199
|
compartment_id: str,
|
45200
|
-
defined_tags: Mapping[str,
|
45200
|
+
defined_tags: Mapping[str, str],
|
45201
45201
|
display_name: str,
|
45202
|
-
freeform_tags: Mapping[str,
|
45202
|
+
freeform_tags: Mapping[str, str],
|
45203
45203
|
id: str,
|
45204
45204
|
nsg_ids: Sequence[str],
|
45205
45205
|
route_table_id: str,
|
@@ -45211,9 +45211,9 @@ class GetVlansVlanResult(dict):
|
|
45211
45211
|
:param str availability_domain: The VLAN's availability domain. This attribute will be null if this is a regional VLAN rather than an AD-specific VLAN. Example: `Uocm:PHX-AD-1`
|
45212
45212
|
:param str cidr_block: The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. Example: `192.168.1.0/24`
|
45213
45213
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
45214
|
-
:param Mapping[str,
|
45214
|
+
:param Mapping[str, str] 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"}`
|
45215
45215
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
45216
|
-
:param Mapping[str,
|
45216
|
+
:param Mapping[str, str] 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"}`
|
45217
45217
|
:param str id: The VLAN's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
45218
45218
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to use with this VLAN. All VNICs in the VLAN belong to these NSGs. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
45219
45219
|
:param str route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table that the VLAN uses.
|
@@ -45262,7 +45262,7 @@ class GetVlansVlanResult(dict):
|
|
45262
45262
|
|
45263
45263
|
@property
|
45264
45264
|
@pulumi.getter(name="definedTags")
|
45265
|
-
def defined_tags(self) -> Mapping[str,
|
45265
|
+
def defined_tags(self) -> Mapping[str, str]:
|
45266
45266
|
"""
|
45267
45267
|
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"}`
|
45268
45268
|
"""
|
@@ -45278,7 +45278,7 @@ class GetVlansVlanResult(dict):
|
|
45278
45278
|
|
45279
45279
|
@property
|
45280
45280
|
@pulumi.getter(name="freeformTags")
|
45281
|
-
def freeform_tags(self) -> Mapping[str,
|
45281
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
45282
45282
|
"""
|
45283
45283
|
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"}`
|
45284
45284
|
"""
|
@@ -45520,9 +45520,9 @@ class GetVnicAttachmentsVnicAttachmentCreateVnicDetailResult(dict):
|
|
45520
45520
|
assign_ipv6ip: bool,
|
45521
45521
|
assign_private_dns_record: bool,
|
45522
45522
|
assign_public_ip: str,
|
45523
|
-
defined_tags: Mapping[str,
|
45523
|
+
defined_tags: Mapping[str, str],
|
45524
45524
|
display_name: str,
|
45525
|
-
freeform_tags: Mapping[str,
|
45525
|
+
freeform_tags: Mapping[str, str],
|
45526
45526
|
hostname_label: str,
|
45527
45527
|
ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetVnicAttachmentsVnicAttachmentCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
|
45528
45528
|
nsg_ids: Sequence[str],
|
@@ -45566,7 +45566,7 @@ class GetVnicAttachmentsVnicAttachmentCreateVnicDetailResult(dict):
|
|
45566
45566
|
|
45567
45567
|
@property
|
45568
45568
|
@pulumi.getter(name="definedTags")
|
45569
|
-
def defined_tags(self) -> Mapping[str,
|
45569
|
+
def defined_tags(self) -> Mapping[str, str]:
|
45570
45570
|
return pulumi.get(self, "defined_tags")
|
45571
45571
|
|
45572
45572
|
@property
|
@@ -45579,7 +45579,7 @@ class GetVnicAttachmentsVnicAttachmentCreateVnicDetailResult(dict):
|
|
45579
45579
|
|
45580
45580
|
@property
|
45581
45581
|
@pulumi.getter(name="freeformTags")
|
45582
|
-
def freeform_tags(self) -> Mapping[str,
|
45582
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
45583
45583
|
return pulumi.get(self, "freeform_tags")
|
45584
45584
|
|
45585
45585
|
@property
|
@@ -46045,19 +46045,19 @@ class GetVolumeBackupPoliciesFilterResult(dict):
|
|
46045
46045
|
class GetVolumeBackupPoliciesVolumeBackupPolicyResult(dict):
|
46046
46046
|
def __init__(__self__, *,
|
46047
46047
|
compartment_id: str,
|
46048
|
-
defined_tags: Mapping[str,
|
46048
|
+
defined_tags: Mapping[str, str],
|
46049
46049
|
destination_region: str,
|
46050
46050
|
display_name: str,
|
46051
|
-
freeform_tags: Mapping[str,
|
46051
|
+
freeform_tags: Mapping[str, str],
|
46052
46052
|
id: str,
|
46053
46053
|
schedules: Sequence['outputs.GetVolumeBackupPoliciesVolumeBackupPolicyScheduleResult'],
|
46054
46054
|
time_created: str):
|
46055
46055
|
"""
|
46056
46056
|
:param str compartment_id: The OCID of the compartment. If no compartment is specified, the Oracle defined backup policies are listed.
|
46057
|
-
:param Mapping[str,
|
46057
|
+
:param Mapping[str, str] 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"}`
|
46058
46058
|
:param str destination_region: The paired destination region for copying scheduled backups to. Example `us-ashburn-1`. See [Region Pairs](https://docs.cloud.oracle.com/iaas/Content/Block/Tasks/schedulingvolumebackups.htm#RegionPairs) for details about paired regions.
|
46059
46059
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
46060
|
-
:param Mapping[str,
|
46060
|
+
:param Mapping[str, str] 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"}`
|
46061
46061
|
:param str id: The OCID of the volume backup policy.
|
46062
46062
|
:param Sequence['GetVolumeBackupPoliciesVolumeBackupPolicyScheduleArgs'] schedules: The collection of schedules that this policy will apply.
|
46063
46063
|
:param str time_created: The date and time the volume backup policy was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
@@ -46081,7 +46081,7 @@ class GetVolumeBackupPoliciesVolumeBackupPolicyResult(dict):
|
|
46081
46081
|
|
46082
46082
|
@property
|
46083
46083
|
@pulumi.getter(name="definedTags")
|
46084
|
-
def defined_tags(self) -> Mapping[str,
|
46084
|
+
def defined_tags(self) -> Mapping[str, str]:
|
46085
46085
|
"""
|
46086
46086
|
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"}`
|
46087
46087
|
"""
|
@@ -46105,7 +46105,7 @@ class GetVolumeBackupPoliciesVolumeBackupPolicyResult(dict):
|
|
46105
46105
|
|
46106
46106
|
@property
|
46107
46107
|
@pulumi.getter(name="freeformTags")
|
46108
|
-
def freeform_tags(self) -> Mapping[str,
|
46108
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
46109
46109
|
"""
|
46110
46110
|
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"}`
|
46111
46111
|
"""
|
@@ -46362,10 +46362,10 @@ class GetVolumeBackupsFilterResult(dict):
|
|
46362
46362
|
class GetVolumeBackupsVolumeBackupResult(dict):
|
46363
46363
|
def __init__(__self__, *,
|
46364
46364
|
compartment_id: str,
|
46365
|
-
defined_tags: Mapping[str,
|
46365
|
+
defined_tags: Mapping[str, str],
|
46366
46366
|
display_name: str,
|
46367
46367
|
expiration_time: str,
|
46368
|
-
freeform_tags: Mapping[str,
|
46368
|
+
freeform_tags: Mapping[str, str],
|
46369
46369
|
id: str,
|
46370
46370
|
kms_key_id: str,
|
46371
46371
|
size_in_gbs: str,
|
@@ -46374,7 +46374,7 @@ class GetVolumeBackupsVolumeBackupResult(dict):
|
|
46374
46374
|
source_type: str,
|
46375
46375
|
source_volume_backup_id: str,
|
46376
46376
|
state: str,
|
46377
|
-
system_tags: Mapping[str,
|
46377
|
+
system_tags: Mapping[str, str],
|
46378
46378
|
time_created: str,
|
46379
46379
|
time_request_received: str,
|
46380
46380
|
type: str,
|
@@ -46383,10 +46383,10 @@ class GetVolumeBackupsVolumeBackupResult(dict):
|
|
46383
46383
|
volume_id: str):
|
46384
46384
|
"""
|
46385
46385
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
46386
|
-
:param Mapping[str,
|
46386
|
+
:param Mapping[str, str] 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"}`
|
46387
46387
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
46388
46388
|
:param str expiration_time: The date and time the volume backup will expire and be automatically deleted. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
|
46389
|
-
:param Mapping[str,
|
46389
|
+
:param Mapping[str, str] 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"}`
|
46390
46390
|
:param str id: The OCID of the volume backup.
|
46391
46391
|
:param str kms_key_id: The OCID of the Vault service key which is the master encryption key for the volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
|
46392
46392
|
:param str size_in_gbs: The size of the volume, in GBs.
|
@@ -46394,7 +46394,7 @@ class GetVolumeBackupsVolumeBackupResult(dict):
|
|
46394
46394
|
:param str source_type: Specifies whether the backup was created manually, or via scheduled backup policy.
|
46395
46395
|
:param str source_volume_backup_id: A filter to return only resources that originated from the given source volume backup.
|
46396
46396
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
46397
|
-
:param Mapping[str,
|
46397
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
46398
46398
|
:param str time_created: The date and time the volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
46399
46399
|
:param str time_request_received: The date and time the request to create the volume backup was received. Format defined by [RFC3339]https://tools.ietf.org/html/rfc3339.
|
46400
46400
|
:param str type: The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
|
@@ -46433,7 +46433,7 @@ class GetVolumeBackupsVolumeBackupResult(dict):
|
|
46433
46433
|
|
46434
46434
|
@property
|
46435
46435
|
@pulumi.getter(name="definedTags")
|
46436
|
-
def defined_tags(self) -> Mapping[str,
|
46436
|
+
def defined_tags(self) -> Mapping[str, str]:
|
46437
46437
|
"""
|
46438
46438
|
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"}`
|
46439
46439
|
"""
|
@@ -46457,7 +46457,7 @@ class GetVolumeBackupsVolumeBackupResult(dict):
|
|
46457
46457
|
|
46458
46458
|
@property
|
46459
46459
|
@pulumi.getter(name="freeformTags")
|
46460
|
-
def freeform_tags(self) -> Mapping[str,
|
46460
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
46461
46461
|
"""
|
46462
46462
|
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"}`
|
46463
46463
|
"""
|
@@ -46527,7 +46527,7 @@ class GetVolumeBackupsVolumeBackupResult(dict):
|
|
46527
46527
|
|
46528
46528
|
@property
|
46529
46529
|
@pulumi.getter(name="systemTags")
|
46530
|
-
def system_tags(self) -> Mapping[str,
|
46530
|
+
def system_tags(self) -> Mapping[str, str]:
|
46531
46531
|
"""
|
46532
46532
|
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
46533
46533
|
"""
|
@@ -46686,10 +46686,10 @@ class GetVolumeGroupBackupsFilterResult(dict):
|
|
46686
46686
|
class GetVolumeGroupBackupsVolumeGroupBackupResult(dict):
|
46687
46687
|
def __init__(__self__, *,
|
46688
46688
|
compartment_id: str,
|
46689
|
-
defined_tags: Mapping[str,
|
46689
|
+
defined_tags: Mapping[str, str],
|
46690
46690
|
display_name: str,
|
46691
46691
|
expiration_time: str,
|
46692
|
-
freeform_tags: Mapping[str,
|
46692
|
+
freeform_tags: Mapping[str, str],
|
46693
46693
|
id: str,
|
46694
46694
|
size_in_gbs: str,
|
46695
46695
|
size_in_mbs: str,
|
@@ -46706,10 +46706,10 @@ class GetVolumeGroupBackupsVolumeGroupBackupResult(dict):
|
|
46706
46706
|
volume_group_id: str):
|
46707
46707
|
"""
|
46708
46708
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
46709
|
-
:param Mapping[str,
|
46709
|
+
:param Mapping[str, str] 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"}`
|
46710
46710
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
46711
46711
|
:param str expiration_time: The date and time the volume group backup will expire and be automatically deleted. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). This parameter will always be present for volume group backups that were created automatically by a scheduled-backup policy. For manually created volume group backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
|
46712
|
-
:param Mapping[str,
|
46712
|
+
:param Mapping[str, str] 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"}`
|
46713
46713
|
:param str id: The OCID of the volume group backup.
|
46714
46714
|
:param str size_in_gbs: The aggregate size of the volume group backup, in GBs.
|
46715
46715
|
:param str size_in_mbs: The aggregate size of the volume group backup, in MBs.
|
@@ -46754,7 +46754,7 @@ class GetVolumeGroupBackupsVolumeGroupBackupResult(dict):
|
|
46754
46754
|
|
46755
46755
|
@property
|
46756
46756
|
@pulumi.getter(name="definedTags")
|
46757
|
-
def defined_tags(self) -> Mapping[str,
|
46757
|
+
def defined_tags(self) -> Mapping[str, str]:
|
46758
46758
|
"""
|
46759
46759
|
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"}`
|
46760
46760
|
"""
|
@@ -46778,7 +46778,7 @@ class GetVolumeGroupBackupsVolumeGroupBackupResult(dict):
|
|
46778
46778
|
|
46779
46779
|
@property
|
46780
46780
|
@pulumi.getter(name="freeformTags")
|
46781
|
-
def freeform_tags(self) -> Mapping[str,
|
46781
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
46782
46782
|
"""
|
46783
46783
|
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"}`
|
46784
46784
|
"""
|
@@ -46981,9 +46981,9 @@ class GetVolumeGroupReplicasVolumeGroupReplicaResult(dict):
|
|
46981
46981
|
def __init__(__self__, *,
|
46982
46982
|
availability_domain: str,
|
46983
46983
|
compartment_id: str,
|
46984
|
-
defined_tags: Mapping[str,
|
46984
|
+
defined_tags: Mapping[str, str],
|
46985
46985
|
display_name: str,
|
46986
|
-
freeform_tags: Mapping[str,
|
46986
|
+
freeform_tags: Mapping[str, str],
|
46987
46987
|
id: str,
|
46988
46988
|
member_replicas: Sequence['outputs.GetVolumeGroupReplicasVolumeGroupReplicaMemberReplicaResult'],
|
46989
46989
|
size_in_gbs: str,
|
@@ -46994,9 +46994,9 @@ class GetVolumeGroupReplicasVolumeGroupReplicaResult(dict):
|
|
46994
46994
|
"""
|
46995
46995
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
46996
46996
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
46997
|
-
:param Mapping[str,
|
46997
|
+
:param Mapping[str, str] 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"}`
|
46998
46998
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
46999
|
-
:param Mapping[str,
|
46999
|
+
:param Mapping[str, str] 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"}`
|
47000
47000
|
:param str id: The OCID for the volume group replica.
|
47001
47001
|
:param Sequence['GetVolumeGroupReplicasVolumeGroupReplicaMemberReplicaArgs'] member_replicas: Volume replicas within this volume group replica.
|
47002
47002
|
:param str size_in_gbs: The aggregate size of the volume group replica in GBs.
|
@@ -47036,7 +47036,7 @@ class GetVolumeGroupReplicasVolumeGroupReplicaResult(dict):
|
|
47036
47036
|
|
47037
47037
|
@property
|
47038
47038
|
@pulumi.getter(name="definedTags")
|
47039
|
-
def defined_tags(self) -> Mapping[str,
|
47039
|
+
def defined_tags(self) -> Mapping[str, str]:
|
47040
47040
|
"""
|
47041
47041
|
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"}`
|
47042
47042
|
"""
|
@@ -47052,7 +47052,7 @@ class GetVolumeGroupReplicasVolumeGroupReplicaResult(dict):
|
|
47052
47052
|
|
47053
47053
|
@property
|
47054
47054
|
@pulumi.getter(name="freeformTags")
|
47055
|
-
def freeform_tags(self) -> Mapping[str,
|
47055
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
47056
47056
|
"""
|
47057
47057
|
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"}`
|
47058
47058
|
"""
|
@@ -47178,9 +47178,9 @@ class GetVolumeGroupsVolumeGroupResult(dict):
|
|
47178
47178
|
backup_policy_id: str,
|
47179
47179
|
cluster_placement_group_id: str,
|
47180
47180
|
compartment_id: str,
|
47181
|
-
defined_tags: Mapping[str,
|
47181
|
+
defined_tags: Mapping[str, str],
|
47182
47182
|
display_name: str,
|
47183
|
-
freeform_tags: Mapping[str,
|
47183
|
+
freeform_tags: Mapping[str, str],
|
47184
47184
|
id: str,
|
47185
47185
|
is_hydrated: bool,
|
47186
47186
|
preserve_volume_replica: bool,
|
@@ -47195,9 +47195,9 @@ class GetVolumeGroupsVolumeGroupResult(dict):
|
|
47195
47195
|
"""
|
47196
47196
|
:param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
47197
47197
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
47198
|
-
:param Mapping[str,
|
47198
|
+
:param Mapping[str, str] 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"}`
|
47199
47199
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
47200
|
-
:param Mapping[str,
|
47200
|
+
:param Mapping[str, str] 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"}`
|
47201
47201
|
:param str id: The OCID for the volume group.
|
47202
47202
|
:param bool is_hydrated: Specifies whether the newly created cloned volume group's data has finished copying from the source volume group or backup.
|
47203
47203
|
:param str size_in_gbs: The aggregate size of the volume group in GBs.
|
@@ -47256,7 +47256,7 @@ class GetVolumeGroupsVolumeGroupResult(dict):
|
|
47256
47256
|
|
47257
47257
|
@property
|
47258
47258
|
@pulumi.getter(name="definedTags")
|
47259
|
-
def defined_tags(self) -> Mapping[str,
|
47259
|
+
def defined_tags(self) -> Mapping[str, str]:
|
47260
47260
|
"""
|
47261
47261
|
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"}`
|
47262
47262
|
"""
|
@@ -47272,7 +47272,7 @@ class GetVolumeGroupsVolumeGroupResult(dict):
|
|
47272
47272
|
|
47273
47273
|
@property
|
47274
47274
|
@pulumi.getter(name="freeformTags")
|
47275
|
-
def freeform_tags(self) -> Mapping[str,
|
47275
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
47276
47276
|
"""
|
47277
47277
|
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"}`
|
47278
47278
|
"""
|
@@ -47530,9 +47530,9 @@ class GetVolumesVolumeResult(dict):
|
|
47530
47530
|
block_volume_replicas_deletion: bool,
|
47531
47531
|
cluster_placement_group_id: str,
|
47532
47532
|
compartment_id: str,
|
47533
|
-
defined_tags: Mapping[str,
|
47533
|
+
defined_tags: Mapping[str, str],
|
47534
47534
|
display_name: str,
|
47535
|
-
freeform_tags: Mapping[str,
|
47535
|
+
freeform_tags: Mapping[str, str],
|
47536
47536
|
id: str,
|
47537
47537
|
is_auto_tune_enabled: bool,
|
47538
47538
|
is_hydrated: bool,
|
@@ -47541,7 +47541,7 @@ class GetVolumesVolumeResult(dict):
|
|
47541
47541
|
size_in_mbs: str,
|
47542
47542
|
source_details: Sequence['outputs.GetVolumesVolumeSourceDetailResult'],
|
47543
47543
|
state: str,
|
47544
|
-
system_tags: Mapping[str,
|
47544
|
+
system_tags: Mapping[str, str],
|
47545
47545
|
time_created: str,
|
47546
47546
|
volume_backup_id: str,
|
47547
47547
|
volume_group_id: str,
|
@@ -47553,9 +47553,9 @@ class GetVolumesVolumeResult(dict):
|
|
47553
47553
|
:param Sequence['GetVolumesVolumeBlockVolumeReplicaArgs'] block_volume_replicas: The list of block volume replicas of this volume.
|
47554
47554
|
:param str cluster_placement_group_id: A filter to return only resources that match the given cluster placement group Id exactly.
|
47555
47555
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
47556
|
-
:param Mapping[str,
|
47556
|
+
:param Mapping[str, str] 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"}`
|
47557
47557
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
47558
|
-
:param Mapping[str,
|
47558
|
+
:param Mapping[str, str] 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"}`
|
47559
47559
|
:param str id: The OCID of the block volume replica.
|
47560
47560
|
:param bool is_auto_tune_enabled: Specifies whether the auto-tune performance is enabled for this volume. This field is deprecated. Use the `DetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
|
47561
47561
|
:param bool is_hydrated: Specifies whether the cloned volume's data has finished copying from the source volume or backup.
|
@@ -47563,7 +47563,7 @@ class GetVolumesVolumeResult(dict):
|
|
47563
47563
|
:param str size_in_gbs: The size of the volume in GBs.
|
47564
47564
|
:param str size_in_mbs: The size of the volume in MBs. This field is deprecated. Use `size_in_gbs` instead.
|
47565
47565
|
:param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
47566
|
-
:param Mapping[str,
|
47566
|
+
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
47567
47567
|
:param str time_created: The date and time the volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
47568
47568
|
:param str volume_group_id: The OCID of the volume group.
|
47569
47569
|
: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.
|
@@ -47654,7 +47654,7 @@ class GetVolumesVolumeResult(dict):
|
|
47654
47654
|
|
47655
47655
|
@property
|
47656
47656
|
@pulumi.getter(name="definedTags")
|
47657
|
-
def defined_tags(self) -> Mapping[str,
|
47657
|
+
def defined_tags(self) -> Mapping[str, str]:
|
47658
47658
|
"""
|
47659
47659
|
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"}`
|
47660
47660
|
"""
|
@@ -47670,7 +47670,7 @@ class GetVolumesVolumeResult(dict):
|
|
47670
47670
|
|
47671
47671
|
@property
|
47672
47672
|
@pulumi.getter(name="freeformTags")
|
47673
|
-
def freeform_tags(self) -> Mapping[str,
|
47673
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
47674
47674
|
"""
|
47675
47675
|
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"}`
|
47676
47676
|
"""
|
@@ -47740,7 +47740,7 @@ class GetVolumesVolumeResult(dict):
|
|
47740
47740
|
|
47741
47741
|
@property
|
47742
47742
|
@pulumi.getter(name="systemTags")
|
47743
|
-
def system_tags(self) -> Mapping[str,
|
47743
|
+
def system_tags(self) -> Mapping[str, str]:
|
47744
47744
|
"""
|
47745
47745
|
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
47746
47746
|
"""
|
@@ -47906,10 +47906,10 @@ class GetVtapsVtapResult(dict):
|
|
47906
47906
|
def __init__(__self__, *,
|
47907
47907
|
capture_filter_id: str,
|
47908
47908
|
compartment_id: str,
|
47909
|
-
defined_tags: Mapping[str,
|
47909
|
+
defined_tags: Mapping[str, str],
|
47910
47910
|
display_name: str,
|
47911
47911
|
encapsulation_protocol: str,
|
47912
|
-
freeform_tags: Mapping[str,
|
47912
|
+
freeform_tags: Mapping[str, str],
|
47913
47913
|
id: str,
|
47914
47914
|
is_vtap_enabled: bool,
|
47915
47915
|
lifecycle_state_details: str,
|
@@ -47929,10 +47929,10 @@ class GetVtapsVtapResult(dict):
|
|
47929
47929
|
"""
|
47930
47930
|
:param str capture_filter_id: The capture filter's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
47931
47931
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
47932
|
-
:param Mapping[str,
|
47932
|
+
:param Mapping[str, str] 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"}`
|
47933
47933
|
:param str display_name: A filter to return only resources that match the given display name exactly.
|
47934
47934
|
:param str encapsulation_protocol: Defines an encapsulation header type for the VTAP's mirrored traffic.
|
47935
|
-
:param Mapping[str,
|
47935
|
+
:param Mapping[str, str] 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"}`
|
47936
47936
|
:param str id: The VTAP's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
47937
47937
|
:param bool is_vtap_enabled: Indicates whether to list all VTAPs or only running VTAPs.
|
47938
47938
|
* When `FALSE`, lists ALL running and stopped VTAPs.
|
@@ -47993,7 +47993,7 @@ class GetVtapsVtapResult(dict):
|
|
47993
47993
|
|
47994
47994
|
@property
|
47995
47995
|
@pulumi.getter(name="definedTags")
|
47996
|
-
def defined_tags(self) -> Mapping[str,
|
47996
|
+
def defined_tags(self) -> Mapping[str, str]:
|
47997
47997
|
"""
|
47998
47998
|
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"}`
|
47999
47999
|
"""
|
@@ -48017,7 +48017,7 @@ class GetVtapsVtapResult(dict):
|
|
48017
48017
|
|
48018
48018
|
@property
|
48019
48019
|
@pulumi.getter(name="freeformTags")
|
48020
|
-
def freeform_tags(self) -> Mapping[str,
|
48020
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
48021
48021
|
"""
|
48022
48022
|
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"}`
|
48023
48023
|
"""
|