pulumi-oci 1.36.0a1715707046__py3-none-any.whl → 1.37.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +248 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/_inputs.py +32 -44
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +32 -44
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +442 -668
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +1009 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +380 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +775 -389
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +3 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/outputs.py +0 -8
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -30
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +28 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/namespace.py +4 -4
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +21 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3651 -493
- pulumi_oci/osmanagementhub/event.py +733 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +322 -0
- pulumi_oci/osmanagementhub/get_events.py +322 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10899 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/RECORD +405 -339
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,537 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
from ._inputs import *
|
13
|
+
|
14
|
+
__all__ = [
|
15
|
+
'GetManagedInstancesResult',
|
16
|
+
'AwaitableGetManagedInstancesResult',
|
17
|
+
'get_managed_instances',
|
18
|
+
'get_managed_instances_output',
|
19
|
+
]
|
20
|
+
|
21
|
+
@pulumi.output_type
|
22
|
+
class GetManagedInstancesResult:
|
23
|
+
"""
|
24
|
+
A collection of values returned by getManagedInstances.
|
25
|
+
"""
|
26
|
+
def __init__(__self__, advisory_names=None, arch_types=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, group=None, group_not_equal_to=None, id=None, is_attached_to_group_or_lifecycle_stage=None, is_managed_by_autonomous_linux=None, is_management_station=None, is_profile_attached=None, lifecycle_environment=None, lifecycle_environment_not_equal_to=None, lifecycle_stage=None, lifecycle_stage_not_equal_to=None, location_not_equal_tos=None, locations=None, managed_instance_collections=None, managed_instance_id=None, os_families=None, profile_not_equal_tos=None, profiles=None, software_source_id=None, statuses=None):
|
27
|
+
if advisory_names and not isinstance(advisory_names, list):
|
28
|
+
raise TypeError("Expected argument 'advisory_names' to be a list")
|
29
|
+
pulumi.set(__self__, "advisory_names", advisory_names)
|
30
|
+
if arch_types and not isinstance(arch_types, list):
|
31
|
+
raise TypeError("Expected argument 'arch_types' to be a list")
|
32
|
+
pulumi.set(__self__, "arch_types", arch_types)
|
33
|
+
if compartment_id and not isinstance(compartment_id, str):
|
34
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
35
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
36
|
+
if display_name_contains and not isinstance(display_name_contains, str):
|
37
|
+
raise TypeError("Expected argument 'display_name_contains' to be a str")
|
38
|
+
pulumi.set(__self__, "display_name_contains", display_name_contains)
|
39
|
+
if display_names and not isinstance(display_names, list):
|
40
|
+
raise TypeError("Expected argument 'display_names' to be a list")
|
41
|
+
pulumi.set(__self__, "display_names", display_names)
|
42
|
+
if filters and not isinstance(filters, list):
|
43
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
44
|
+
pulumi.set(__self__, "filters", filters)
|
45
|
+
if group and not isinstance(group, str):
|
46
|
+
raise TypeError("Expected argument 'group' to be a str")
|
47
|
+
pulumi.set(__self__, "group", group)
|
48
|
+
if group_not_equal_to and not isinstance(group_not_equal_to, str):
|
49
|
+
raise TypeError("Expected argument 'group_not_equal_to' to be a str")
|
50
|
+
pulumi.set(__self__, "group_not_equal_to", group_not_equal_to)
|
51
|
+
if id and not isinstance(id, str):
|
52
|
+
raise TypeError("Expected argument 'id' to be a str")
|
53
|
+
pulumi.set(__self__, "id", id)
|
54
|
+
if is_attached_to_group_or_lifecycle_stage and not isinstance(is_attached_to_group_or_lifecycle_stage, bool):
|
55
|
+
raise TypeError("Expected argument 'is_attached_to_group_or_lifecycle_stage' to be a bool")
|
56
|
+
pulumi.set(__self__, "is_attached_to_group_or_lifecycle_stage", is_attached_to_group_or_lifecycle_stage)
|
57
|
+
if is_managed_by_autonomous_linux and not isinstance(is_managed_by_autonomous_linux, bool):
|
58
|
+
raise TypeError("Expected argument 'is_managed_by_autonomous_linux' to be a bool")
|
59
|
+
pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
|
60
|
+
if is_management_station and not isinstance(is_management_station, bool):
|
61
|
+
raise TypeError("Expected argument 'is_management_station' to be a bool")
|
62
|
+
pulumi.set(__self__, "is_management_station", is_management_station)
|
63
|
+
if is_profile_attached and not isinstance(is_profile_attached, bool):
|
64
|
+
raise TypeError("Expected argument 'is_profile_attached' to be a bool")
|
65
|
+
pulumi.set(__self__, "is_profile_attached", is_profile_attached)
|
66
|
+
if lifecycle_environment and not isinstance(lifecycle_environment, str):
|
67
|
+
raise TypeError("Expected argument 'lifecycle_environment' to be a str")
|
68
|
+
pulumi.set(__self__, "lifecycle_environment", lifecycle_environment)
|
69
|
+
if lifecycle_environment_not_equal_to and not isinstance(lifecycle_environment_not_equal_to, str):
|
70
|
+
raise TypeError("Expected argument 'lifecycle_environment_not_equal_to' to be a str")
|
71
|
+
pulumi.set(__self__, "lifecycle_environment_not_equal_to", lifecycle_environment_not_equal_to)
|
72
|
+
if lifecycle_stage and not isinstance(lifecycle_stage, str):
|
73
|
+
raise TypeError("Expected argument 'lifecycle_stage' to be a str")
|
74
|
+
pulumi.set(__self__, "lifecycle_stage", lifecycle_stage)
|
75
|
+
if lifecycle_stage_not_equal_to and not isinstance(lifecycle_stage_not_equal_to, str):
|
76
|
+
raise TypeError("Expected argument 'lifecycle_stage_not_equal_to' to be a str")
|
77
|
+
pulumi.set(__self__, "lifecycle_stage_not_equal_to", lifecycle_stage_not_equal_to)
|
78
|
+
if location_not_equal_tos and not isinstance(location_not_equal_tos, list):
|
79
|
+
raise TypeError("Expected argument 'location_not_equal_tos' to be a list")
|
80
|
+
pulumi.set(__self__, "location_not_equal_tos", location_not_equal_tos)
|
81
|
+
if locations and not isinstance(locations, list):
|
82
|
+
raise TypeError("Expected argument 'locations' to be a list")
|
83
|
+
pulumi.set(__self__, "locations", locations)
|
84
|
+
if managed_instance_collections and not isinstance(managed_instance_collections, list):
|
85
|
+
raise TypeError("Expected argument 'managed_instance_collections' to be a list")
|
86
|
+
pulumi.set(__self__, "managed_instance_collections", managed_instance_collections)
|
87
|
+
if managed_instance_id and not isinstance(managed_instance_id, str):
|
88
|
+
raise TypeError("Expected argument 'managed_instance_id' to be a str")
|
89
|
+
pulumi.set(__self__, "managed_instance_id", managed_instance_id)
|
90
|
+
if os_families and not isinstance(os_families, list):
|
91
|
+
raise TypeError("Expected argument 'os_families' to be a list")
|
92
|
+
pulumi.set(__self__, "os_families", os_families)
|
93
|
+
if profile_not_equal_tos and not isinstance(profile_not_equal_tos, list):
|
94
|
+
raise TypeError("Expected argument 'profile_not_equal_tos' to be a list")
|
95
|
+
pulumi.set(__self__, "profile_not_equal_tos", profile_not_equal_tos)
|
96
|
+
if profiles and not isinstance(profiles, list):
|
97
|
+
raise TypeError("Expected argument 'profiles' to be a list")
|
98
|
+
pulumi.set(__self__, "profiles", profiles)
|
99
|
+
if software_source_id and not isinstance(software_source_id, str):
|
100
|
+
raise TypeError("Expected argument 'software_source_id' to be a str")
|
101
|
+
pulumi.set(__self__, "software_source_id", software_source_id)
|
102
|
+
if statuses and not isinstance(statuses, list):
|
103
|
+
raise TypeError("Expected argument 'statuses' to be a list")
|
104
|
+
pulumi.set(__self__, "statuses", statuses)
|
105
|
+
|
106
|
+
@property
|
107
|
+
@pulumi.getter(name="advisoryNames")
|
108
|
+
def advisory_names(self) -> Optional[Sequence[str]]:
|
109
|
+
return pulumi.get(self, "advisory_names")
|
110
|
+
|
111
|
+
@property
|
112
|
+
@pulumi.getter(name="archTypes")
|
113
|
+
def arch_types(self) -> Optional[Sequence[str]]:
|
114
|
+
return pulumi.get(self, "arch_types")
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter(name="compartmentId")
|
118
|
+
def compartment_id(self) -> Optional[str]:
|
119
|
+
"""
|
120
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "compartment_id")
|
123
|
+
|
124
|
+
@property
|
125
|
+
@pulumi.getter(name="displayNameContains")
|
126
|
+
def display_name_contains(self) -> Optional[str]:
|
127
|
+
return pulumi.get(self, "display_name_contains")
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter(name="displayNames")
|
131
|
+
def display_names(self) -> Optional[Sequence[str]]:
|
132
|
+
"""
|
133
|
+
Software source name.
|
134
|
+
"""
|
135
|
+
return pulumi.get(self, "display_names")
|
136
|
+
|
137
|
+
@property
|
138
|
+
@pulumi.getter
|
139
|
+
def filters(self) -> Optional[Sequence['outputs.GetManagedInstancesFilterResult']]:
|
140
|
+
return pulumi.get(self, "filters")
|
141
|
+
|
142
|
+
@property
|
143
|
+
@pulumi.getter
|
144
|
+
def group(self) -> Optional[str]:
|
145
|
+
return pulumi.get(self, "group")
|
146
|
+
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="groupNotEqualTo")
|
149
|
+
def group_not_equal_to(self) -> Optional[str]:
|
150
|
+
return pulumi.get(self, "group_not_equal_to")
|
151
|
+
|
152
|
+
@property
|
153
|
+
@pulumi.getter
|
154
|
+
def id(self) -> str:
|
155
|
+
"""
|
156
|
+
The provider-assigned unique ID for this managed resource.
|
157
|
+
"""
|
158
|
+
return pulumi.get(self, "id")
|
159
|
+
|
160
|
+
@property
|
161
|
+
@pulumi.getter(name="isAttachedToGroupOrLifecycleStage")
|
162
|
+
def is_attached_to_group_or_lifecycle_stage(self) -> Optional[bool]:
|
163
|
+
return pulumi.get(self, "is_attached_to_group_or_lifecycle_stage")
|
164
|
+
|
165
|
+
@property
|
166
|
+
@pulumi.getter(name="isManagedByAutonomousLinux")
|
167
|
+
def is_managed_by_autonomous_linux(self) -> Optional[bool]:
|
168
|
+
"""
|
169
|
+
Indicates whether the Autonomous Linux service manages the instance.
|
170
|
+
"""
|
171
|
+
return pulumi.get(self, "is_managed_by_autonomous_linux")
|
172
|
+
|
173
|
+
@property
|
174
|
+
@pulumi.getter(name="isManagementStation")
|
175
|
+
def is_management_station(self) -> Optional[bool]:
|
176
|
+
"""
|
177
|
+
Indicates whether this managed instance is acting as an on-premises management station.
|
178
|
+
"""
|
179
|
+
return pulumi.get(self, "is_management_station")
|
180
|
+
|
181
|
+
@property
|
182
|
+
@pulumi.getter(name="isProfileAttached")
|
183
|
+
def is_profile_attached(self) -> Optional[bool]:
|
184
|
+
return pulumi.get(self, "is_profile_attached")
|
185
|
+
|
186
|
+
@property
|
187
|
+
@pulumi.getter(name="lifecycleEnvironment")
|
188
|
+
def lifecycle_environment(self) -> Optional[str]:
|
189
|
+
"""
|
190
|
+
Id and name of a resource to simplify the display for the user.
|
191
|
+
"""
|
192
|
+
return pulumi.get(self, "lifecycle_environment")
|
193
|
+
|
194
|
+
@property
|
195
|
+
@pulumi.getter(name="lifecycleEnvironmentNotEqualTo")
|
196
|
+
def lifecycle_environment_not_equal_to(self) -> Optional[str]:
|
197
|
+
return pulumi.get(self, "lifecycle_environment_not_equal_to")
|
198
|
+
|
199
|
+
@property
|
200
|
+
@pulumi.getter(name="lifecycleStage")
|
201
|
+
def lifecycle_stage(self) -> Optional[str]:
|
202
|
+
"""
|
203
|
+
Id and name of a resource to simplify the display for the user.
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "lifecycle_stage")
|
206
|
+
|
207
|
+
@property
|
208
|
+
@pulumi.getter(name="lifecycleStageNotEqualTo")
|
209
|
+
def lifecycle_stage_not_equal_to(self) -> Optional[str]:
|
210
|
+
return pulumi.get(self, "lifecycle_stage_not_equal_to")
|
211
|
+
|
212
|
+
@property
|
213
|
+
@pulumi.getter(name="locationNotEqualTos")
|
214
|
+
def location_not_equal_tos(self) -> Optional[Sequence[str]]:
|
215
|
+
return pulumi.get(self, "location_not_equal_tos")
|
216
|
+
|
217
|
+
@property
|
218
|
+
@pulumi.getter
|
219
|
+
def locations(self) -> Optional[Sequence[str]]:
|
220
|
+
"""
|
221
|
+
The location of the managed instance.
|
222
|
+
"""
|
223
|
+
return pulumi.get(self, "locations")
|
224
|
+
|
225
|
+
@property
|
226
|
+
@pulumi.getter(name="managedInstanceCollections")
|
227
|
+
def managed_instance_collections(self) -> Sequence['outputs.GetManagedInstancesManagedInstanceCollectionResult']:
|
228
|
+
"""
|
229
|
+
The list of managed_instance_collection.
|
230
|
+
"""
|
231
|
+
return pulumi.get(self, "managed_instance_collections")
|
232
|
+
|
233
|
+
@property
|
234
|
+
@pulumi.getter(name="managedInstanceId")
|
235
|
+
def managed_instance_id(self) -> Optional[str]:
|
236
|
+
return pulumi.get(self, "managed_instance_id")
|
237
|
+
|
238
|
+
@property
|
239
|
+
@pulumi.getter(name="osFamilies")
|
240
|
+
def os_families(self) -> Optional[Sequence[str]]:
|
241
|
+
"""
|
242
|
+
The operating system type of the managed instance.
|
243
|
+
"""
|
244
|
+
return pulumi.get(self, "os_families")
|
245
|
+
|
246
|
+
@property
|
247
|
+
@pulumi.getter(name="profileNotEqualTos")
|
248
|
+
def profile_not_equal_tos(self) -> Optional[Sequence[str]]:
|
249
|
+
return pulumi.get(self, "profile_not_equal_tos")
|
250
|
+
|
251
|
+
@property
|
252
|
+
@pulumi.getter
|
253
|
+
def profiles(self) -> Optional[Sequence[str]]:
|
254
|
+
"""
|
255
|
+
The profile that was used to register this instance with the service.
|
256
|
+
"""
|
257
|
+
return pulumi.get(self, "profiles")
|
258
|
+
|
259
|
+
@property
|
260
|
+
@pulumi.getter(name="softwareSourceId")
|
261
|
+
def software_source_id(self) -> Optional[str]:
|
262
|
+
return pulumi.get(self, "software_source_id")
|
263
|
+
|
264
|
+
@property
|
265
|
+
@pulumi.getter
|
266
|
+
def statuses(self) -> Optional[Sequence[str]]:
|
267
|
+
"""
|
268
|
+
Current status of the managed instance.
|
269
|
+
"""
|
270
|
+
return pulumi.get(self, "statuses")
|
271
|
+
|
272
|
+
|
273
|
+
class AwaitableGetManagedInstancesResult(GetManagedInstancesResult):
|
274
|
+
# pylint: disable=using-constant-test
|
275
|
+
def __await__(self):
|
276
|
+
if False:
|
277
|
+
yield self
|
278
|
+
return GetManagedInstancesResult(
|
279
|
+
advisory_names=self.advisory_names,
|
280
|
+
arch_types=self.arch_types,
|
281
|
+
compartment_id=self.compartment_id,
|
282
|
+
display_name_contains=self.display_name_contains,
|
283
|
+
display_names=self.display_names,
|
284
|
+
filters=self.filters,
|
285
|
+
group=self.group,
|
286
|
+
group_not_equal_to=self.group_not_equal_to,
|
287
|
+
id=self.id,
|
288
|
+
is_attached_to_group_or_lifecycle_stage=self.is_attached_to_group_or_lifecycle_stage,
|
289
|
+
is_managed_by_autonomous_linux=self.is_managed_by_autonomous_linux,
|
290
|
+
is_management_station=self.is_management_station,
|
291
|
+
is_profile_attached=self.is_profile_attached,
|
292
|
+
lifecycle_environment=self.lifecycle_environment,
|
293
|
+
lifecycle_environment_not_equal_to=self.lifecycle_environment_not_equal_to,
|
294
|
+
lifecycle_stage=self.lifecycle_stage,
|
295
|
+
lifecycle_stage_not_equal_to=self.lifecycle_stage_not_equal_to,
|
296
|
+
location_not_equal_tos=self.location_not_equal_tos,
|
297
|
+
locations=self.locations,
|
298
|
+
managed_instance_collections=self.managed_instance_collections,
|
299
|
+
managed_instance_id=self.managed_instance_id,
|
300
|
+
os_families=self.os_families,
|
301
|
+
profile_not_equal_tos=self.profile_not_equal_tos,
|
302
|
+
profiles=self.profiles,
|
303
|
+
software_source_id=self.software_source_id,
|
304
|
+
statuses=self.statuses)
|
305
|
+
|
306
|
+
|
307
|
+
def get_managed_instances(advisory_names: Optional[Sequence[str]] = None,
|
308
|
+
arch_types: Optional[Sequence[str]] = None,
|
309
|
+
compartment_id: Optional[str] = None,
|
310
|
+
display_name_contains: Optional[str] = None,
|
311
|
+
display_names: Optional[Sequence[str]] = None,
|
312
|
+
filters: Optional[Sequence[pulumi.InputType['GetManagedInstancesFilterArgs']]] = None,
|
313
|
+
group: Optional[str] = None,
|
314
|
+
group_not_equal_to: Optional[str] = None,
|
315
|
+
is_attached_to_group_or_lifecycle_stage: Optional[bool] = None,
|
316
|
+
is_managed_by_autonomous_linux: Optional[bool] = None,
|
317
|
+
is_management_station: Optional[bool] = None,
|
318
|
+
is_profile_attached: Optional[bool] = None,
|
319
|
+
lifecycle_environment: Optional[str] = None,
|
320
|
+
lifecycle_environment_not_equal_to: Optional[str] = None,
|
321
|
+
lifecycle_stage: Optional[str] = None,
|
322
|
+
lifecycle_stage_not_equal_to: Optional[str] = None,
|
323
|
+
location_not_equal_tos: Optional[Sequence[str]] = None,
|
324
|
+
locations: Optional[Sequence[str]] = None,
|
325
|
+
managed_instance_id: Optional[str] = None,
|
326
|
+
os_families: Optional[Sequence[str]] = None,
|
327
|
+
profile_not_equal_tos: Optional[Sequence[str]] = None,
|
328
|
+
profiles: Optional[Sequence[str]] = None,
|
329
|
+
software_source_id: Optional[str] = None,
|
330
|
+
statuses: Optional[Sequence[str]] = None,
|
331
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedInstancesResult:
|
332
|
+
"""
|
333
|
+
This data source provides the list of Managed Instances in Oracle Cloud Infrastructure Os Management Hub service.
|
334
|
+
|
335
|
+
Lists managed instances that match the specified compartment or managed instance OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS version.
|
336
|
+
|
337
|
+
## Example Usage
|
338
|
+
|
339
|
+
```python
|
340
|
+
import pulumi
|
341
|
+
import pulumi_oci as oci
|
342
|
+
|
343
|
+
test_managed_instances = oci.OsManagementHub.get_managed_instances(advisory_names=managed_instance_advisory_name,
|
344
|
+
arch_types=managed_instance_arch_type,
|
345
|
+
compartment_id=compartment_id,
|
346
|
+
display_names=managed_instance_display_name,
|
347
|
+
display_name_contains=managed_instance_display_name_contains,
|
348
|
+
group=managed_instance_group,
|
349
|
+
group_not_equal_to=managed_instance_group_not_equal_to,
|
350
|
+
is_attached_to_group_or_lifecycle_stage=managed_instance_is_attached_to_group_or_lifecycle_stage,
|
351
|
+
is_managed_by_autonomous_linux=managed_instance_is_managed_by_autonomous_linux,
|
352
|
+
is_management_station=managed_instance_is_management_station,
|
353
|
+
is_profile_attached=managed_instance_is_profile_attached,
|
354
|
+
lifecycle_environment=managed_instance_lifecycle_environment,
|
355
|
+
lifecycle_environment_not_equal_to=managed_instance_lifecycle_environment_not_equal_to,
|
356
|
+
lifecycle_stage=managed_instance_lifecycle_stage,
|
357
|
+
lifecycle_stage_not_equal_to=managed_instance_lifecycle_stage_not_equal_to,
|
358
|
+
locations=managed_instance_location,
|
359
|
+
location_not_equal_tos=managed_instance_location_not_equal_to,
|
360
|
+
managed_instance_id=test_managed_instance["id"],
|
361
|
+
os_families=managed_instance_os_family,
|
362
|
+
profiles=managed_instance_profile,
|
363
|
+
profile_not_equal_tos=managed_instance_profile_not_equal_to,
|
364
|
+
software_source_id=test_software_source["id"],
|
365
|
+
statuses=managed_instance_status)
|
366
|
+
```
|
367
|
+
|
368
|
+
|
369
|
+
:param Sequence[str] advisory_names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
|
370
|
+
:param Sequence[str] arch_types: A filter to return only instances whose architecture type matches the given architecture.
|
371
|
+
:param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
|
372
|
+
:param str display_name_contains: A filter to return resources that may partially match the given display name.
|
373
|
+
:param Sequence[str] display_names: A filter to return resources that match the given display names.
|
374
|
+
:param str group: A filter to return only managed instances that are attached to the specified group.
|
375
|
+
:param str group_not_equal_to: A filter to return only managed instances that are NOT attached to the specified group.
|
376
|
+
:param bool is_attached_to_group_or_lifecycle_stage: A filter to return only managed instances that are attached to the specified group or lifecycle environment.
|
377
|
+
:param bool is_managed_by_autonomous_linux: Indicates whether to list only resources managed by the Autonomous Linux service.
|
378
|
+
:param bool is_management_station: A filter to return only managed instances that are acting as management stations.
|
379
|
+
:param bool is_profile_attached: A filter to return only managed instances with a registration profile attached.
|
380
|
+
:param str lifecycle_environment: A filter to return only managed instances in a specific lifecycle environment.
|
381
|
+
:param str lifecycle_environment_not_equal_to: A filter to return only managed instances that aren't in a specific lifecycle environment.
|
382
|
+
:param str lifecycle_stage: A filter to return only managed instances that are associated with the specified lifecycle environment.
|
383
|
+
:param str lifecycle_stage_not_equal_to: A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
|
384
|
+
:param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
|
385
|
+
:param Sequence[str] locations: A filter to return only resources whose location matches the given value.
|
386
|
+
:param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
|
387
|
+
:param Sequence[str] os_families: A filter to return only resources that match the given operating system family.
|
388
|
+
:param Sequence[str] profile_not_equal_tos: A multi filter to return only managed instances that don't contain the given profile [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
389
|
+
:param Sequence[str] profiles: A multi filter to return only managed instances that match the given profile ids.
|
390
|
+
:param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source. This filter returns resources associated with this software source.
|
391
|
+
:param Sequence[str] statuses: A filter to return only managed instances whose status matches the status provided.
|
392
|
+
"""
|
393
|
+
__args__ = dict()
|
394
|
+
__args__['advisoryNames'] = advisory_names
|
395
|
+
__args__['archTypes'] = arch_types
|
396
|
+
__args__['compartmentId'] = compartment_id
|
397
|
+
__args__['displayNameContains'] = display_name_contains
|
398
|
+
__args__['displayNames'] = display_names
|
399
|
+
__args__['filters'] = filters
|
400
|
+
__args__['group'] = group
|
401
|
+
__args__['groupNotEqualTo'] = group_not_equal_to
|
402
|
+
__args__['isAttachedToGroupOrLifecycleStage'] = is_attached_to_group_or_lifecycle_stage
|
403
|
+
__args__['isManagedByAutonomousLinux'] = is_managed_by_autonomous_linux
|
404
|
+
__args__['isManagementStation'] = is_management_station
|
405
|
+
__args__['isProfileAttached'] = is_profile_attached
|
406
|
+
__args__['lifecycleEnvironment'] = lifecycle_environment
|
407
|
+
__args__['lifecycleEnvironmentNotEqualTo'] = lifecycle_environment_not_equal_to
|
408
|
+
__args__['lifecycleStage'] = lifecycle_stage
|
409
|
+
__args__['lifecycleStageNotEqualTo'] = lifecycle_stage_not_equal_to
|
410
|
+
__args__['locationNotEqualTos'] = location_not_equal_tos
|
411
|
+
__args__['locations'] = locations
|
412
|
+
__args__['managedInstanceId'] = managed_instance_id
|
413
|
+
__args__['osFamilies'] = os_families
|
414
|
+
__args__['profileNotEqualTos'] = profile_not_equal_tos
|
415
|
+
__args__['profiles'] = profiles
|
416
|
+
__args__['softwareSourceId'] = software_source_id
|
417
|
+
__args__['statuses'] = statuses
|
418
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
419
|
+
__ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getManagedInstances:getManagedInstances', __args__, opts=opts, typ=GetManagedInstancesResult).value
|
420
|
+
|
421
|
+
return AwaitableGetManagedInstancesResult(
|
422
|
+
advisory_names=pulumi.get(__ret__, 'advisory_names'),
|
423
|
+
arch_types=pulumi.get(__ret__, 'arch_types'),
|
424
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
425
|
+
display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
|
426
|
+
display_names=pulumi.get(__ret__, 'display_names'),
|
427
|
+
filters=pulumi.get(__ret__, 'filters'),
|
428
|
+
group=pulumi.get(__ret__, 'group'),
|
429
|
+
group_not_equal_to=pulumi.get(__ret__, 'group_not_equal_to'),
|
430
|
+
id=pulumi.get(__ret__, 'id'),
|
431
|
+
is_attached_to_group_or_lifecycle_stage=pulumi.get(__ret__, 'is_attached_to_group_or_lifecycle_stage'),
|
432
|
+
is_managed_by_autonomous_linux=pulumi.get(__ret__, 'is_managed_by_autonomous_linux'),
|
433
|
+
is_management_station=pulumi.get(__ret__, 'is_management_station'),
|
434
|
+
is_profile_attached=pulumi.get(__ret__, 'is_profile_attached'),
|
435
|
+
lifecycle_environment=pulumi.get(__ret__, 'lifecycle_environment'),
|
436
|
+
lifecycle_environment_not_equal_to=pulumi.get(__ret__, 'lifecycle_environment_not_equal_to'),
|
437
|
+
lifecycle_stage=pulumi.get(__ret__, 'lifecycle_stage'),
|
438
|
+
lifecycle_stage_not_equal_to=pulumi.get(__ret__, 'lifecycle_stage_not_equal_to'),
|
439
|
+
location_not_equal_tos=pulumi.get(__ret__, 'location_not_equal_tos'),
|
440
|
+
locations=pulumi.get(__ret__, 'locations'),
|
441
|
+
managed_instance_collections=pulumi.get(__ret__, 'managed_instance_collections'),
|
442
|
+
managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
|
443
|
+
os_families=pulumi.get(__ret__, 'os_families'),
|
444
|
+
profile_not_equal_tos=pulumi.get(__ret__, 'profile_not_equal_tos'),
|
445
|
+
profiles=pulumi.get(__ret__, 'profiles'),
|
446
|
+
software_source_id=pulumi.get(__ret__, 'software_source_id'),
|
447
|
+
statuses=pulumi.get(__ret__, 'statuses'))
|
448
|
+
|
449
|
+
|
450
|
+
@_utilities.lift_output_func(get_managed_instances)
|
451
|
+
def get_managed_instances_output(advisory_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
452
|
+
arch_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
453
|
+
compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
454
|
+
display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
|
455
|
+
display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
456
|
+
filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedInstancesFilterArgs']]]]] = None,
|
457
|
+
group: Optional[pulumi.Input[Optional[str]]] = None,
|
458
|
+
group_not_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
459
|
+
is_attached_to_group_or_lifecycle_stage: Optional[pulumi.Input[Optional[bool]]] = None,
|
460
|
+
is_managed_by_autonomous_linux: Optional[pulumi.Input[Optional[bool]]] = None,
|
461
|
+
is_management_station: Optional[pulumi.Input[Optional[bool]]] = None,
|
462
|
+
is_profile_attached: Optional[pulumi.Input[Optional[bool]]] = None,
|
463
|
+
lifecycle_environment: Optional[pulumi.Input[Optional[str]]] = None,
|
464
|
+
lifecycle_environment_not_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
465
|
+
lifecycle_stage: Optional[pulumi.Input[Optional[str]]] = None,
|
466
|
+
lifecycle_stage_not_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
467
|
+
location_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
468
|
+
locations: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
469
|
+
managed_instance_id: Optional[pulumi.Input[Optional[str]]] = None,
|
470
|
+
os_families: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
471
|
+
profile_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
472
|
+
profiles: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
473
|
+
software_source_id: Optional[pulumi.Input[Optional[str]]] = None,
|
474
|
+
statuses: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
475
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedInstancesResult]:
|
476
|
+
"""
|
477
|
+
This data source provides the list of Managed Instances in Oracle Cloud Infrastructure Os Management Hub service.
|
478
|
+
|
479
|
+
Lists managed instances that match the specified compartment or managed instance OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS version.
|
480
|
+
|
481
|
+
## Example Usage
|
482
|
+
|
483
|
+
```python
|
484
|
+
import pulumi
|
485
|
+
import pulumi_oci as oci
|
486
|
+
|
487
|
+
test_managed_instances = oci.OsManagementHub.get_managed_instances(advisory_names=managed_instance_advisory_name,
|
488
|
+
arch_types=managed_instance_arch_type,
|
489
|
+
compartment_id=compartment_id,
|
490
|
+
display_names=managed_instance_display_name,
|
491
|
+
display_name_contains=managed_instance_display_name_contains,
|
492
|
+
group=managed_instance_group,
|
493
|
+
group_not_equal_to=managed_instance_group_not_equal_to,
|
494
|
+
is_attached_to_group_or_lifecycle_stage=managed_instance_is_attached_to_group_or_lifecycle_stage,
|
495
|
+
is_managed_by_autonomous_linux=managed_instance_is_managed_by_autonomous_linux,
|
496
|
+
is_management_station=managed_instance_is_management_station,
|
497
|
+
is_profile_attached=managed_instance_is_profile_attached,
|
498
|
+
lifecycle_environment=managed_instance_lifecycle_environment,
|
499
|
+
lifecycle_environment_not_equal_to=managed_instance_lifecycle_environment_not_equal_to,
|
500
|
+
lifecycle_stage=managed_instance_lifecycle_stage,
|
501
|
+
lifecycle_stage_not_equal_to=managed_instance_lifecycle_stage_not_equal_to,
|
502
|
+
locations=managed_instance_location,
|
503
|
+
location_not_equal_tos=managed_instance_location_not_equal_to,
|
504
|
+
managed_instance_id=test_managed_instance["id"],
|
505
|
+
os_families=managed_instance_os_family,
|
506
|
+
profiles=managed_instance_profile,
|
507
|
+
profile_not_equal_tos=managed_instance_profile_not_equal_to,
|
508
|
+
software_source_id=test_software_source["id"],
|
509
|
+
statuses=managed_instance_status)
|
510
|
+
```
|
511
|
+
|
512
|
+
|
513
|
+
:param Sequence[str] advisory_names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
|
514
|
+
:param Sequence[str] arch_types: A filter to return only instances whose architecture type matches the given architecture.
|
515
|
+
:param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
|
516
|
+
:param str display_name_contains: A filter to return resources that may partially match the given display name.
|
517
|
+
:param Sequence[str] display_names: A filter to return resources that match the given display names.
|
518
|
+
:param str group: A filter to return only managed instances that are attached to the specified group.
|
519
|
+
:param str group_not_equal_to: A filter to return only managed instances that are NOT attached to the specified group.
|
520
|
+
:param bool is_attached_to_group_or_lifecycle_stage: A filter to return only managed instances that are attached to the specified group or lifecycle environment.
|
521
|
+
:param bool is_managed_by_autonomous_linux: Indicates whether to list only resources managed by the Autonomous Linux service.
|
522
|
+
:param bool is_management_station: A filter to return only managed instances that are acting as management stations.
|
523
|
+
:param bool is_profile_attached: A filter to return only managed instances with a registration profile attached.
|
524
|
+
:param str lifecycle_environment: A filter to return only managed instances in a specific lifecycle environment.
|
525
|
+
:param str lifecycle_environment_not_equal_to: A filter to return only managed instances that aren't in a specific lifecycle environment.
|
526
|
+
:param str lifecycle_stage: A filter to return only managed instances that are associated with the specified lifecycle environment.
|
527
|
+
:param str lifecycle_stage_not_equal_to: A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
|
528
|
+
:param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
|
529
|
+
:param Sequence[str] locations: A filter to return only resources whose location matches the given value.
|
530
|
+
:param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
|
531
|
+
:param Sequence[str] os_families: A filter to return only resources that match the given operating system family.
|
532
|
+
:param Sequence[str] profile_not_equal_tos: A multi filter to return only managed instances that don't contain the given profile [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
533
|
+
:param Sequence[str] profiles: A multi filter to return only managed instances that match the given profile ids.
|
534
|
+
:param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source. This filter returns resources associated with this software source.
|
535
|
+
:param Sequence[str] statuses: A filter to return only managed instances whose status matches the status provided.
|
536
|
+
"""
|
537
|
+
...
|