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
@@ -113,8 +113,8 @@ class AgentPluginList(dict):
|
|
113
113
|
|
114
114
|
def __init__(__self__, *,
|
115
115
|
agent_id: Optional[str] = None,
|
116
|
-
defined_tags: Optional[Mapping[str,
|
117
|
-
freeform_tags: Optional[Mapping[str,
|
116
|
+
defined_tags: Optional[Mapping[str, str]] = None,
|
117
|
+
freeform_tags: Optional[Mapping[str, str]] = None,
|
118
118
|
lifecycle_details: Optional[str] = None,
|
119
119
|
name: Optional[str] = None,
|
120
120
|
plugin_version: Optional[str] = None,
|
@@ -123,8 +123,8 @@ class AgentPluginList(dict):
|
|
123
123
|
time_updated: Optional[str] = None):
|
124
124
|
"""
|
125
125
|
:param str agent_id: Agent identifier.
|
126
|
-
:param Mapping[str,
|
127
|
-
:param Mapping[str,
|
126
|
+
:param Mapping[str, str] defined_tags: (Updatable) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
127
|
+
:param Mapping[str, str] freeform_tags: (Updatable) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
128
128
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
129
129
|
:param str name: Plugin identifier, which can be renamed.
|
130
130
|
:param str plugin_version: Plugin version.
|
@@ -161,7 +161,7 @@ class AgentPluginList(dict):
|
|
161
161
|
|
162
162
|
@property
|
163
163
|
@pulumi.getter(name="definedTags")
|
164
|
-
def defined_tags(self) -> Optional[Mapping[str,
|
164
|
+
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
165
165
|
"""
|
166
166
|
(Updatable) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
167
167
|
"""
|
@@ -169,7 +169,7 @@ class AgentPluginList(dict):
|
|
169
169
|
|
170
170
|
@property
|
171
171
|
@pulumi.getter(name="freeformTags")
|
172
|
-
def freeform_tags(self) -> Optional[Mapping[str,
|
172
|
+
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
173
173
|
"""
|
174
174
|
(Updatable) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
175
175
|
"""
|
@@ -1567,37 +1567,37 @@ class GetAgentDependenciesAgentDependencyCollectionItemResult(dict):
|
|
1567
1567
|
bucket: str,
|
1568
1568
|
checksum: str,
|
1569
1569
|
compartment_id: str,
|
1570
|
-
defined_tags: Mapping[str,
|
1570
|
+
defined_tags: Mapping[str, str],
|
1571
1571
|
dependency_name: str,
|
1572
1572
|
dependency_version: str,
|
1573
1573
|
description: str,
|
1574
1574
|
display_name: str,
|
1575
1575
|
e_tag: str,
|
1576
|
-
freeform_tags: Mapping[str,
|
1576
|
+
freeform_tags: Mapping[str, str],
|
1577
1577
|
id: str,
|
1578
1578
|
lifecycle_details: str,
|
1579
1579
|
namespace: str,
|
1580
1580
|
object: str,
|
1581
1581
|
state: str,
|
1582
|
-
system_tags: Mapping[str,
|
1582
|
+
system_tags: Mapping[str, str],
|
1583
1583
|
time_created: str):
|
1584
1584
|
"""
|
1585
1585
|
:param str bucket: Object storage bucket where the Agent dependency is uploaded.
|
1586
1586
|
:param str checksum: The checksum associated with the dependency object returned by Object Storage.
|
1587
1587
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
1588
|
-
:param Mapping[str,
|
1588
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1589
1589
|
:param str dependency_name: Name of the dependency type. This should match the whitelisted enum of dependency names.
|
1590
1590
|
:param str dependency_version: Version of the Agent dependency.
|
1591
1591
|
:param str description: Description about the Agent dependency.
|
1592
1592
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
1593
1593
|
:param str e_tag: The eTag associated with the dependency object returned by Object Storage.
|
1594
|
-
:param Mapping[str,
|
1594
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1595
1595
|
:param str id: Unique identifier that is immutable on creation.
|
1596
1596
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
1597
1597
|
:param str namespace: Object storage namespace associated with the customer's tenancy.
|
1598
1598
|
:param str object: Name of the dependency object uploaded by the customer.
|
1599
1599
|
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
1600
|
-
:param Mapping[str,
|
1600
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
1601
1601
|
:param str time_created: The time when the AgentDependency was created. An RFC3339 formatted datetime string.
|
1602
1602
|
"""
|
1603
1603
|
pulumi.set(__self__, "bucket", bucket)
|
@@ -1644,7 +1644,7 @@ class GetAgentDependenciesAgentDependencyCollectionItemResult(dict):
|
|
1644
1644
|
|
1645
1645
|
@property
|
1646
1646
|
@pulumi.getter(name="definedTags")
|
1647
|
-
def defined_tags(self) -> Mapping[str,
|
1647
|
+
def defined_tags(self) -> Mapping[str, str]:
|
1648
1648
|
"""
|
1649
1649
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1650
1650
|
"""
|
@@ -1692,7 +1692,7 @@ class GetAgentDependenciesAgentDependencyCollectionItemResult(dict):
|
|
1692
1692
|
|
1693
1693
|
@property
|
1694
1694
|
@pulumi.getter(name="freeformTags")
|
1695
|
-
def freeform_tags(self) -> Mapping[str,
|
1695
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
1696
1696
|
"""
|
1697
1697
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1698
1698
|
"""
|
@@ -1740,7 +1740,7 @@ class GetAgentDependenciesAgentDependencyCollectionItemResult(dict):
|
|
1740
1740
|
|
1741
1741
|
@property
|
1742
1742
|
@pulumi.getter(name="systemTags")
|
1743
|
-
def system_tags(self) -> Mapping[str,
|
1743
|
+
def system_tags(self) -> Mapping[str, str]:
|
1744
1744
|
"""
|
1745
1745
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
1746
1746
|
"""
|
@@ -1786,8 +1786,8 @@ class GetAgentDependenciesFilterResult(dict):
|
|
1786
1786
|
class GetAgentPluginListResult(dict):
|
1787
1787
|
def __init__(__self__, *,
|
1788
1788
|
agent_id: str,
|
1789
|
-
defined_tags: Mapping[str,
|
1790
|
-
freeform_tags: Mapping[str,
|
1789
|
+
defined_tags: Mapping[str, str],
|
1790
|
+
freeform_tags: Mapping[str, str],
|
1791
1791
|
lifecycle_details: str,
|
1792
1792
|
name: str,
|
1793
1793
|
plugin_version: str,
|
@@ -1796,8 +1796,8 @@ class GetAgentPluginListResult(dict):
|
|
1796
1796
|
time_updated: str):
|
1797
1797
|
"""
|
1798
1798
|
:param str agent_id: Unique Agent identifier path parameter.
|
1799
|
-
:param Mapping[str,
|
1800
|
-
:param Mapping[str,
|
1799
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1800
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1801
1801
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
1802
1802
|
:param str name: Plugin identifier, which can be renamed.
|
1803
1803
|
:param str plugin_version: Plugin version.
|
@@ -1825,7 +1825,7 @@ class GetAgentPluginListResult(dict):
|
|
1825
1825
|
|
1826
1826
|
@property
|
1827
1827
|
@pulumi.getter(name="definedTags")
|
1828
|
-
def defined_tags(self) -> Mapping[str,
|
1828
|
+
def defined_tags(self) -> Mapping[str, str]:
|
1829
1829
|
"""
|
1830
1830
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1831
1831
|
"""
|
@@ -1833,7 +1833,7 @@ class GetAgentPluginListResult(dict):
|
|
1833
1833
|
|
1834
1834
|
@property
|
1835
1835
|
@pulumi.getter(name="freeformTags")
|
1836
|
-
def freeform_tags(self) -> Mapping[str,
|
1836
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
1837
1837
|
"""
|
1838
1838
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1839
1839
|
"""
|
@@ -1907,17 +1907,17 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
1907
1907
|
agent_type: str,
|
1908
1908
|
agent_version: str,
|
1909
1909
|
compartment_id: str,
|
1910
|
-
defined_tags: Mapping[str,
|
1910
|
+
defined_tags: Mapping[str, str],
|
1911
1911
|
display_name: str,
|
1912
1912
|
environment_id: str,
|
1913
|
-
freeform_tags: Mapping[str,
|
1913
|
+
freeform_tags: Mapping[str, str],
|
1914
1914
|
heart_beat_status: str,
|
1915
1915
|
id: str,
|
1916
1916
|
lifecycle_details: str,
|
1917
1917
|
os_version: str,
|
1918
1918
|
plugin_lists: Sequence['outputs.GetAgentsAgentCollectionItemPluginListResult'],
|
1919
1919
|
state: str,
|
1920
|
-
system_tags: Mapping[str,
|
1920
|
+
system_tags: Mapping[str, str],
|
1921
1921
|
time_created: str,
|
1922
1922
|
time_expire_agent_key_in_ms: str,
|
1923
1923
|
time_last_sync_received: str,
|
@@ -1927,17 +1927,17 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
1927
1927
|
:param str agent_type: Type of the Agent.
|
1928
1928
|
:param str agent_version: Agent identifier.
|
1929
1929
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
1930
|
-
:param Mapping[str,
|
1930
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1931
1931
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
1932
1932
|
:param str environment_id: A filter to return only resources that match the given environment ID.
|
1933
|
-
:param Mapping[str,
|
1933
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1934
1934
|
:param str heart_beat_status: The current heartbeat status of the Agent based on its timeLastSyncReceived value.
|
1935
1935
|
:param str id: Unique identifier that is immutable on creation.
|
1936
1936
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
1937
1937
|
:param str os_version: OS version.
|
1938
1938
|
:param Sequence['GetAgentsAgentCollectionItemPluginListArgs'] plugin_lists: List of plugins associated with the agent.
|
1939
1939
|
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
1940
|
-
:param Mapping[str,
|
1940
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
1941
1941
|
:param str time_created: The time when the Agent was created. An RFC3339 formatted datetime string.
|
1942
1942
|
:param str time_expire_agent_key_in_ms: The time since epoch for when the public key will expire. An RFC3339 formatted datetime string.
|
1943
1943
|
:param str time_last_sync_received: The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
|
@@ -1997,7 +1997,7 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
1997
1997
|
|
1998
1998
|
@property
|
1999
1999
|
@pulumi.getter(name="definedTags")
|
2000
|
-
def defined_tags(self) -> Mapping[str,
|
2000
|
+
def defined_tags(self) -> Mapping[str, str]:
|
2001
2001
|
"""
|
2002
2002
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2003
2003
|
"""
|
@@ -2021,7 +2021,7 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
2021
2021
|
|
2022
2022
|
@property
|
2023
2023
|
@pulumi.getter(name="freeformTags")
|
2024
|
-
def freeform_tags(self) -> Mapping[str,
|
2024
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
2025
2025
|
"""
|
2026
2026
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2027
2027
|
"""
|
@@ -2077,7 +2077,7 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
2077
2077
|
|
2078
2078
|
@property
|
2079
2079
|
@pulumi.getter(name="systemTags")
|
2080
|
-
def system_tags(self) -> Mapping[str,
|
2080
|
+
def system_tags(self) -> Mapping[str, str]:
|
2081
2081
|
"""
|
2082
2082
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
2083
2083
|
"""
|
@@ -2120,8 +2120,8 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
2120
2120
|
class GetAgentsAgentCollectionItemPluginListResult(dict):
|
2121
2121
|
def __init__(__self__, *,
|
2122
2122
|
agent_id: str,
|
2123
|
-
defined_tags: Mapping[str,
|
2124
|
-
freeform_tags: Mapping[str,
|
2123
|
+
defined_tags: Mapping[str, str],
|
2124
|
+
freeform_tags: Mapping[str, str],
|
2125
2125
|
lifecycle_details: str,
|
2126
2126
|
name: str,
|
2127
2127
|
plugin_version: str,
|
@@ -2130,8 +2130,8 @@ class GetAgentsAgentCollectionItemPluginListResult(dict):
|
|
2130
2130
|
time_updated: str):
|
2131
2131
|
"""
|
2132
2132
|
:param str agent_id: A filter to return only resources that match the given Agent ID.
|
2133
|
-
:param Mapping[str,
|
2134
|
-
:param Mapping[str,
|
2133
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2134
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2135
2135
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
2136
2136
|
:param str name: Plugin identifier, which can be renamed.
|
2137
2137
|
:param str plugin_version: Plugin version.
|
@@ -2159,7 +2159,7 @@ class GetAgentsAgentCollectionItemPluginListResult(dict):
|
|
2159
2159
|
|
2160
2160
|
@property
|
2161
2161
|
@pulumi.getter(name="definedTags")
|
2162
|
-
def defined_tags(self) -> Mapping[str,
|
2162
|
+
def defined_tags(self) -> Mapping[str, str]:
|
2163
2163
|
"""
|
2164
2164
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2165
2165
|
"""
|
@@ -2167,7 +2167,7 @@ class GetAgentsAgentCollectionItemPluginListResult(dict):
|
|
2167
2167
|
|
2168
2168
|
@property
|
2169
2169
|
@pulumi.getter(name="freeformTags")
|
2170
|
-
def freeform_tags(self) -> Mapping[str,
|
2170
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
2171
2171
|
"""
|
2172
2172
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2173
2173
|
"""
|
@@ -2259,12 +2259,12 @@ class GetAgentsFilterResult(dict):
|
|
2259
2259
|
class GetApplianceImageItemResult(dict):
|
2260
2260
|
def __init__(__self__, *,
|
2261
2261
|
checksum: str,
|
2262
|
-
defined_tags: Mapping[str,
|
2262
|
+
defined_tags: Mapping[str, str],
|
2263
2263
|
display_name: str,
|
2264
2264
|
download_url: str,
|
2265
2265
|
file_name: str,
|
2266
2266
|
format: str,
|
2267
|
-
freeform_tags: Mapping[str,
|
2267
|
+
freeform_tags: Mapping[str, str],
|
2268
2268
|
id: str,
|
2269
2269
|
platform: str,
|
2270
2270
|
size_in_mbs: str,
|
@@ -2274,12 +2274,12 @@ class GetApplianceImageItemResult(dict):
|
|
2274
2274
|
version: str):
|
2275
2275
|
"""
|
2276
2276
|
:param str checksum: The checksum of the image file.
|
2277
|
-
:param Mapping[str,
|
2277
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2278
2278
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
2279
2279
|
:param str download_url: The URL from which the appliance image can be downloaded.
|
2280
2280
|
:param str file_name: The name of the appliance Image file.
|
2281
2281
|
:param str format: The file format of the image file.
|
2282
|
-
:param Mapping[str,
|
2282
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2283
2283
|
:param str id: Unique identifier that is immutable on creation.
|
2284
2284
|
:param str platform: The virtualization platform that the image file supports.
|
2285
2285
|
:param str size_in_mbs: The size of the image file in megabytes.
|
@@ -2313,7 +2313,7 @@ class GetApplianceImageItemResult(dict):
|
|
2313
2313
|
|
2314
2314
|
@property
|
2315
2315
|
@pulumi.getter(name="definedTags")
|
2316
|
-
def defined_tags(self) -> Mapping[str,
|
2316
|
+
def defined_tags(self) -> Mapping[str, str]:
|
2317
2317
|
"""
|
2318
2318
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2319
2319
|
"""
|
@@ -2353,7 +2353,7 @@ class GetApplianceImageItemResult(dict):
|
|
2353
2353
|
|
2354
2354
|
@property
|
2355
2355
|
@pulumi.getter(name="freeformTags")
|
2356
|
-
def freeform_tags(self) -> Mapping[str,
|
2356
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
2357
2357
|
"""
|
2358
2358
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2359
2359
|
"""
|
@@ -2438,12 +2438,12 @@ class GetApplianceImagesApplianceImageCollectionResult(dict):
|
|
2438
2438
|
class GetApplianceImagesApplianceImageCollectionItemResult(dict):
|
2439
2439
|
def __init__(__self__, *,
|
2440
2440
|
checksum: str,
|
2441
|
-
defined_tags: Mapping[str,
|
2441
|
+
defined_tags: Mapping[str, str],
|
2442
2442
|
display_name: str,
|
2443
2443
|
download_url: str,
|
2444
2444
|
file_name: str,
|
2445
2445
|
format: str,
|
2446
|
-
freeform_tags: Mapping[str,
|
2446
|
+
freeform_tags: Mapping[str, str],
|
2447
2447
|
id: str,
|
2448
2448
|
platform: str,
|
2449
2449
|
size_in_mbs: str,
|
@@ -2453,12 +2453,12 @@ class GetApplianceImagesApplianceImageCollectionItemResult(dict):
|
|
2453
2453
|
version: str):
|
2454
2454
|
"""
|
2455
2455
|
:param str checksum: The checksum of the image file.
|
2456
|
-
:param Mapping[str,
|
2456
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2457
2457
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
2458
2458
|
:param str download_url: The URL from which the appliance image can be downloaded.
|
2459
2459
|
:param str file_name: The name of the appliance Image file.
|
2460
2460
|
:param str format: The file format of the image file.
|
2461
|
-
:param Mapping[str,
|
2461
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2462
2462
|
:param str id: Unique identifier that is immutable on creation.
|
2463
2463
|
:param str platform: The virtualization platform that the image file supports.
|
2464
2464
|
:param str size_in_mbs: The size of the image file in megabytes.
|
@@ -2492,7 +2492,7 @@ class GetApplianceImagesApplianceImageCollectionItemResult(dict):
|
|
2492
2492
|
|
2493
2493
|
@property
|
2494
2494
|
@pulumi.getter(name="definedTags")
|
2495
|
-
def defined_tags(self) -> Mapping[str,
|
2495
|
+
def defined_tags(self) -> Mapping[str, str]:
|
2496
2496
|
"""
|
2497
2497
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
2498
2498
|
"""
|
@@ -2532,7 +2532,7 @@ class GetApplianceImagesApplianceImageCollectionItemResult(dict):
|
|
2532
2532
|
|
2533
2533
|
@property
|
2534
2534
|
@pulumi.getter(name="freeformTags")
|
2535
|
-
def freeform_tags(self) -> Mapping[str,
|
2535
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
2536
2536
|
"""
|
2537
2537
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
2538
2538
|
"""
|
@@ -3353,18 +3353,18 @@ class GetAssetSourcesAssetSourceCollectionItemResult(dict):
|
|
3353
3353
|
are_realtime_metrics_collected: bool,
|
3354
3354
|
assets_compartment_id: str,
|
3355
3355
|
compartment_id: str,
|
3356
|
-
defined_tags: Mapping[str,
|
3356
|
+
defined_tags: Mapping[str, str],
|
3357
3357
|
discovery_credentials: Sequence['outputs.GetAssetSourcesAssetSourceCollectionItemDiscoveryCredentialResult'],
|
3358
3358
|
discovery_schedule_id: str,
|
3359
3359
|
display_name: str,
|
3360
3360
|
environment_id: str,
|
3361
|
-
freeform_tags: Mapping[str,
|
3361
|
+
freeform_tags: Mapping[str, str],
|
3362
3362
|
id: str,
|
3363
3363
|
inventory_id: str,
|
3364
3364
|
lifecycle_details: str,
|
3365
3365
|
replication_credentials: Sequence['outputs.GetAssetSourcesAssetSourceCollectionItemReplicationCredentialResult'],
|
3366
3366
|
state: str,
|
3367
|
-
system_tags: Mapping[str,
|
3367
|
+
system_tags: Mapping[str, str],
|
3368
3368
|
time_created: str,
|
3369
3369
|
time_updated: str,
|
3370
3370
|
type: str,
|
@@ -3374,18 +3374,18 @@ class GetAssetSourcesAssetSourceCollectionItemResult(dict):
|
|
3374
3374
|
:param bool are_realtime_metrics_collected: Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
|
3375
3375
|
:param str assets_compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
|
3376
3376
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
3377
|
-
:param Mapping[str,
|
3377
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
3378
3378
|
:param Sequence['GetAssetSourcesAssetSourceCollectionItemDiscoveryCredentialArgs'] discovery_credentials: Credentials for an asset source.
|
3379
3379
|
:param str discovery_schedule_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an attached discovery schedule.
|
3380
3380
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
3381
3381
|
:param str environment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
|
3382
|
-
:param Mapping[str,
|
3382
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
3383
3383
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
|
3384
3384
|
:param str inventory_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
|
3385
3385
|
:param str lifecycle_details: The detailed state of the asset source.
|
3386
3386
|
:param Sequence['GetAssetSourcesAssetSourceCollectionItemReplicationCredentialArgs'] replication_credentials: Credentials for an asset source.
|
3387
3387
|
:param str state: The current state of the asset source.
|
3388
|
-
:param Mapping[str,
|
3388
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
3389
3389
|
:param str time_created: The time when the asset source was created in the RFC3339 format.
|
3390
3390
|
:param str time_updated: The point in time that the asset source was last updated in the RFC3339 format.
|
3391
3391
|
:param str type: The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
|
@@ -3446,7 +3446,7 @@ class GetAssetSourcesAssetSourceCollectionItemResult(dict):
|
|
3446
3446
|
|
3447
3447
|
@property
|
3448
3448
|
@pulumi.getter(name="definedTags")
|
3449
|
-
def defined_tags(self) -> Mapping[str,
|
3449
|
+
def defined_tags(self) -> Mapping[str, str]:
|
3450
3450
|
"""
|
3451
3451
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
3452
3452
|
"""
|
@@ -3486,7 +3486,7 @@ class GetAssetSourcesAssetSourceCollectionItemResult(dict):
|
|
3486
3486
|
|
3487
3487
|
@property
|
3488
3488
|
@pulumi.getter(name="freeformTags")
|
3489
|
-
def freeform_tags(self) -> Mapping[str,
|
3489
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
3490
3490
|
"""
|
3491
3491
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
3492
3492
|
"""
|
@@ -3534,7 +3534,7 @@ class GetAssetSourcesAssetSourceCollectionItemResult(dict):
|
|
3534
3534
|
|
3535
3535
|
@property
|
3536
3536
|
@pulumi.getter(name="systemTags")
|
3537
|
-
def system_tags(self) -> Mapping[str,
|
3537
|
+
def system_tags(self) -> Mapping[str, str]:
|
3538
3538
|
"""
|
3539
3539
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
3540
3540
|
"""
|
@@ -3914,15 +3914,15 @@ class GetAssetsAssetCollectionItemResult(dict):
|
|
3914
3914
|
asset_type: str,
|
3915
3915
|
compartment_id: str,
|
3916
3916
|
computes: Sequence['outputs.GetAssetsAssetCollectionItemComputeResult'],
|
3917
|
-
defined_tags: Mapping[str,
|
3917
|
+
defined_tags: Mapping[str, str],
|
3918
3918
|
display_name: str,
|
3919
3919
|
external_asset_key: str,
|
3920
|
-
freeform_tags: Mapping[str,
|
3920
|
+
freeform_tags: Mapping[str, str],
|
3921
3921
|
id: str,
|
3922
3922
|
inventory_id: str,
|
3923
3923
|
source_key: str,
|
3924
3924
|
state: str,
|
3925
|
-
system_tags: Mapping[str,
|
3925
|
+
system_tags: Mapping[str, str],
|
3926
3926
|
time_created: str,
|
3927
3927
|
time_updated: str,
|
3928
3928
|
vms: Sequence['outputs.GetAssetsAssetCollectionItemVmResult'],
|
@@ -3933,15 +3933,15 @@ class GetAssetsAssetCollectionItemResult(dict):
|
|
3933
3933
|
:param str asset_type: The type of asset.
|
3934
3934
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
3935
3935
|
:param Sequence['GetAssetsAssetCollectionItemComputeArgs'] computes: Compute related properties.
|
3936
|
-
:param Mapping[str,
|
3936
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
3937
3937
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
3938
3938
|
:param str external_asset_key: External asset key.
|
3939
|
-
:param Mapping[str,
|
3939
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
3940
3940
|
:param str id: Asset OCID that is immutable on creation.
|
3941
3941
|
:param str inventory_id: Unique Inventory identifier.
|
3942
3942
|
:param str source_key: Source key from where the assets originate.
|
3943
3943
|
:param str state: A filter to return only assets whose lifecycleState matches the given lifecycleState.
|
3944
|
-
:param Mapping[str,
|
3944
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
3945
3945
|
:param str time_created: The time when the asset was created. An RFC3339 formatted datetime string.
|
3946
3946
|
:param str time_updated: The time when the asset was updated. An RFC3339 formatted datetime string.
|
3947
3947
|
:param Sequence['GetAssetsAssetCollectionItemVmArgs'] vms: Virtual machine related properties.
|
@@ -4001,7 +4001,7 @@ class GetAssetsAssetCollectionItemResult(dict):
|
|
4001
4001
|
|
4002
4002
|
@property
|
4003
4003
|
@pulumi.getter(name="definedTags")
|
4004
|
-
def defined_tags(self) -> Mapping[str,
|
4004
|
+
def defined_tags(self) -> Mapping[str, str]:
|
4005
4005
|
"""
|
4006
4006
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4007
4007
|
"""
|
@@ -4025,7 +4025,7 @@ class GetAssetsAssetCollectionItemResult(dict):
|
|
4025
4025
|
|
4026
4026
|
@property
|
4027
4027
|
@pulumi.getter(name="freeformTags")
|
4028
|
-
def freeform_tags(self) -> Mapping[str,
|
4028
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
4029
4029
|
"""
|
4030
4030
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4031
4031
|
"""
|
@@ -4065,7 +4065,7 @@ class GetAssetsAssetCollectionItemResult(dict):
|
|
4065
4065
|
|
4066
4066
|
@property
|
4067
4067
|
@pulumi.getter(name="systemTags")
|
4068
|
-
def system_tags(self) -> Mapping[str,
|
4068
|
+
def system_tags(self) -> Mapping[str, str]:
|
4069
4069
|
"""
|
4070
4070
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
4071
4071
|
"""
|
@@ -5052,26 +5052,26 @@ class GetDiscoverySchedulesDiscoveryScheduleCollectionResult(dict):
|
|
5052
5052
|
class GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult(dict):
|
5053
5053
|
def __init__(__self__, *,
|
5054
5054
|
compartment_id: str,
|
5055
|
-
defined_tags: Mapping[str,
|
5055
|
+
defined_tags: Mapping[str, str],
|
5056
5056
|
display_name: str,
|
5057
5057
|
execution_recurrences: str,
|
5058
|
-
freeform_tags: Mapping[str,
|
5058
|
+
freeform_tags: Mapping[str, str],
|
5059
5059
|
id: str,
|
5060
5060
|
lifecycle_details: str,
|
5061
5061
|
state: str,
|
5062
|
-
system_tags: Mapping[str,
|
5062
|
+
system_tags: Mapping[str, str],
|
5063
5063
|
time_created: str,
|
5064
5064
|
time_updated: str):
|
5065
5065
|
"""
|
5066
5066
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
5067
|
-
:param Mapping[str,
|
5067
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5068
5068
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
5069
5069
|
:param str execution_recurrences: Recurrence specification for the discovery schedule execution.
|
5070
|
-
:param Mapping[str,
|
5070
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5071
5071
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule.
|
5072
5072
|
:param str lifecycle_details: The detailed state of the discovery schedule.
|
5073
5073
|
:param str state: The current state of the discovery schedule.
|
5074
|
-
:param Mapping[str,
|
5074
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
5075
5075
|
:param str time_created: The time when the discovery schedule was created in RFC3339 format.
|
5076
5076
|
:param str time_updated: The time when the discovery schedule was last updated in RFC3339 format.
|
5077
5077
|
"""
|
@@ -5097,7 +5097,7 @@ class GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult(dict):
|
|
5097
5097
|
|
5098
5098
|
@property
|
5099
5099
|
@pulumi.getter(name="definedTags")
|
5100
|
-
def defined_tags(self) -> Mapping[str,
|
5100
|
+
def defined_tags(self) -> Mapping[str, str]:
|
5101
5101
|
"""
|
5102
5102
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5103
5103
|
"""
|
@@ -5121,7 +5121,7 @@ class GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult(dict):
|
|
5121
5121
|
|
5122
5122
|
@property
|
5123
5123
|
@pulumi.getter(name="freeformTags")
|
5124
|
-
def freeform_tags(self) -> Mapping[str,
|
5124
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
5125
5125
|
"""
|
5126
5126
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5127
5127
|
"""
|
@@ -5153,7 +5153,7 @@ class GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult(dict):
|
|
5153
5153
|
|
5154
5154
|
@property
|
5155
5155
|
@pulumi.getter(name="systemTags")
|
5156
|
-
def system_tags(self) -> Mapping[str,
|
5156
|
+
def system_tags(self) -> Mapping[str, str]:
|
5157
5157
|
"""
|
5158
5158
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
5159
5159
|
"""
|
@@ -5219,24 +5219,24 @@ class GetEnvironmentsEnvironmentCollectionResult(dict):
|
|
5219
5219
|
class GetEnvironmentsEnvironmentCollectionItemResult(dict):
|
5220
5220
|
def __init__(__self__, *,
|
5221
5221
|
compartment_id: str,
|
5222
|
-
defined_tags: Mapping[str,
|
5222
|
+
defined_tags: Mapping[str, str],
|
5223
5223
|
display_name: str,
|
5224
|
-
freeform_tags: Mapping[str,
|
5224
|
+
freeform_tags: Mapping[str, str],
|
5225
5225
|
id: str,
|
5226
5226
|
lifecycle_details: str,
|
5227
5227
|
state: str,
|
5228
|
-
system_tags: Mapping[str,
|
5228
|
+
system_tags: Mapping[str, str],
|
5229
5229
|
time_created: str,
|
5230
5230
|
time_updated: str):
|
5231
5231
|
"""
|
5232
5232
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
5233
|
-
:param Mapping[str,
|
5233
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5234
5234
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
5235
|
-
:param Mapping[str,
|
5235
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5236
5236
|
:param str id: Unique identifier that is immutable on creation.
|
5237
5237
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
5238
5238
|
:param str state: A filter to return only resources where their lifecycleState matches the given lifecycleState.
|
5239
|
-
:param Mapping[str,
|
5239
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
5240
5240
|
:param str time_created: The time when the source environment was created. An RFC3339 formatted datetime string.
|
5241
5241
|
:param str time_updated: The time when the source environment was updated. An RFC3339 formatted datetime string.
|
5242
5242
|
"""
|
@@ -5261,7 +5261,7 @@ class GetEnvironmentsEnvironmentCollectionItemResult(dict):
|
|
5261
5261
|
|
5262
5262
|
@property
|
5263
5263
|
@pulumi.getter(name="definedTags")
|
5264
|
-
def defined_tags(self) -> Mapping[str,
|
5264
|
+
def defined_tags(self) -> Mapping[str, str]:
|
5265
5265
|
"""
|
5266
5266
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5267
5267
|
"""
|
@@ -5277,7 +5277,7 @@ class GetEnvironmentsEnvironmentCollectionItemResult(dict):
|
|
5277
5277
|
|
5278
5278
|
@property
|
5279
5279
|
@pulumi.getter(name="freeformTags")
|
5280
|
-
def freeform_tags(self) -> Mapping[str,
|
5280
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
5281
5281
|
"""
|
5282
5282
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5283
5283
|
"""
|
@@ -5309,7 +5309,7 @@ class GetEnvironmentsEnvironmentCollectionItemResult(dict):
|
|
5309
5309
|
|
5310
5310
|
@property
|
5311
5311
|
@pulumi.getter(name="systemTags")
|
5312
|
-
def system_tags(self) -> Mapping[str,
|
5312
|
+
def system_tags(self) -> Mapping[str, str]:
|
5313
5313
|
"""
|
5314
5314
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
5315
5315
|
"""
|
@@ -5402,24 +5402,24 @@ class GetInventoriesInventoryCollectionResult(dict):
|
|
5402
5402
|
class GetInventoriesInventoryCollectionItemResult(dict):
|
5403
5403
|
def __init__(__self__, *,
|
5404
5404
|
compartment_id: str,
|
5405
|
-
defined_tags: Mapping[str,
|
5405
|
+
defined_tags: Mapping[str, str],
|
5406
5406
|
display_name: str,
|
5407
|
-
freeform_tags: Mapping[str,
|
5407
|
+
freeform_tags: Mapping[str, str],
|
5408
5408
|
id: str,
|
5409
5409
|
lifecycle_details: str,
|
5410
5410
|
state: str,
|
5411
|
-
system_tags: Mapping[str,
|
5411
|
+
system_tags: Mapping[str, str],
|
5412
5412
|
time_created: str,
|
5413
5413
|
time_updated: str):
|
5414
5414
|
"""
|
5415
5415
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
5416
|
-
:param Mapping[str,
|
5416
|
+
:param Mapping[str, str] defined_tags: The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5417
5417
|
:param str display_name: Inventory display name.
|
5418
|
-
:param Mapping[str,
|
5418
|
+
:param Mapping[str, str] freeform_tags: The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5419
5419
|
:param str id: Inventory OCID.
|
5420
5420
|
:param str lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
5421
5421
|
:param str state: A filter to return inventory if the lifecycleState matches the given lifecycleState.
|
5422
|
-
:param Mapping[str,
|
5422
|
+
:param Mapping[str, str] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
5423
5423
|
:param str time_created: The time when the inventory was created. An RFC3339 formatted datetime string.
|
5424
5424
|
:param str time_updated: The time when the inventory was updated. An RFC3339 formatted datetime string.
|
5425
5425
|
"""
|
@@ -5444,7 +5444,7 @@ class GetInventoriesInventoryCollectionItemResult(dict):
|
|
5444
5444
|
|
5445
5445
|
@property
|
5446
5446
|
@pulumi.getter(name="definedTags")
|
5447
|
-
def defined_tags(self) -> Mapping[str,
|
5447
|
+
def defined_tags(self) -> Mapping[str, str]:
|
5448
5448
|
"""
|
5449
5449
|
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
5450
5450
|
"""
|
@@ -5460,7 +5460,7 @@ class GetInventoriesInventoryCollectionItemResult(dict):
|
|
5460
5460
|
|
5461
5461
|
@property
|
5462
5462
|
@pulumi.getter(name="freeformTags")
|
5463
|
-
def freeform_tags(self) -> Mapping[str,
|
5463
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
5464
5464
|
"""
|
5465
5465
|
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
5466
5466
|
"""
|
@@ -5492,7 +5492,7 @@ class GetInventoriesInventoryCollectionItemResult(dict):
|
|
5492
5492
|
|
5493
5493
|
@property
|
5494
5494
|
@pulumi.getter(name="systemTags")
|
5495
|
-
def system_tags(self) -> Mapping[str,
|
5495
|
+
def system_tags(self) -> Mapping[str, str]:
|
5496
5496
|
"""
|
5497
5497
|
The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
5498
5498
|
"""
|