pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.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 +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -132,24 +132,49 @@ class AgentPluginList(dict):
|
|
132
132
|
:param str time_created: The time when the Agent was created. An RFC3339 formatted datetime string.
|
133
133
|
:param str time_updated: The time when the Agent was updated. An RFC3339 formatted datetime string.
|
134
134
|
"""
|
135
|
+
AgentPluginList._configure(
|
136
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
137
|
+
agent_id=agent_id,
|
138
|
+
defined_tags=defined_tags,
|
139
|
+
freeform_tags=freeform_tags,
|
140
|
+
lifecycle_details=lifecycle_details,
|
141
|
+
name=name,
|
142
|
+
plugin_version=plugin_version,
|
143
|
+
state=state,
|
144
|
+
time_created=time_created,
|
145
|
+
time_updated=time_updated,
|
146
|
+
)
|
147
|
+
@staticmethod
|
148
|
+
def _configure(
|
149
|
+
_setter: Callable[[Any, Any], None],
|
150
|
+
agent_id: Optional[str] = None,
|
151
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
152
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
153
|
+
lifecycle_details: Optional[str] = None,
|
154
|
+
name: Optional[str] = None,
|
155
|
+
plugin_version: Optional[str] = None,
|
156
|
+
state: Optional[str] = None,
|
157
|
+
time_created: Optional[str] = None,
|
158
|
+
time_updated: Optional[str] = None,
|
159
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
135
160
|
if agent_id is not None:
|
136
|
-
|
161
|
+
_setter("agent_id", agent_id)
|
137
162
|
if defined_tags is not None:
|
138
|
-
|
163
|
+
_setter("defined_tags", defined_tags)
|
139
164
|
if freeform_tags is not None:
|
140
|
-
|
165
|
+
_setter("freeform_tags", freeform_tags)
|
141
166
|
if lifecycle_details is not None:
|
142
|
-
|
167
|
+
_setter("lifecycle_details", lifecycle_details)
|
143
168
|
if name is not None:
|
144
|
-
|
169
|
+
_setter("name", name)
|
145
170
|
if plugin_version is not None:
|
146
|
-
|
171
|
+
_setter("plugin_version", plugin_version)
|
147
172
|
if state is not None:
|
148
|
-
|
173
|
+
_setter("state", state)
|
149
174
|
if time_created is not None:
|
150
|
-
|
175
|
+
_setter("time_created", time_created)
|
151
176
|
if time_updated is not None:
|
152
|
-
|
177
|
+
_setter("time_updated", time_updated)
|
153
178
|
|
154
179
|
@property
|
155
180
|
@pulumi.getter(name="agentId")
|
@@ -350,64 +375,129 @@ class AssetCompute(dict):
|
|
350
375
|
:param str storage_provisioned_in_mbs: (Updatable) Provision storage size in MBs.
|
351
376
|
:param int threads_per_core_count: (Updatable) Number of threads per core.
|
352
377
|
"""
|
378
|
+
AssetCompute._configure(
|
379
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
380
|
+
connected_networks=connected_networks,
|
381
|
+
cores_count=cores_count,
|
382
|
+
cpu_model=cpu_model,
|
383
|
+
description=description,
|
384
|
+
disks=disks,
|
385
|
+
disks_count=disks_count,
|
386
|
+
dns_name=dns_name,
|
387
|
+
firmware=firmware,
|
388
|
+
gpu_devices=gpu_devices,
|
389
|
+
gpu_devices_count=gpu_devices_count,
|
390
|
+
guest_state=guest_state,
|
391
|
+
hardware_version=hardware_version,
|
392
|
+
host_name=host_name,
|
393
|
+
is_pmem_enabled=is_pmem_enabled,
|
394
|
+
is_tpm_enabled=is_tpm_enabled,
|
395
|
+
latency_sensitivity=latency_sensitivity,
|
396
|
+
memory_in_mbs=memory_in_mbs,
|
397
|
+
nics=nics,
|
398
|
+
nics_count=nics_count,
|
399
|
+
nvdimm_controller=nvdimm_controller,
|
400
|
+
nvdimms=nvdimms,
|
401
|
+
operating_system=operating_system,
|
402
|
+
operating_system_version=operating_system_version,
|
403
|
+
pmem_in_mbs=pmem_in_mbs,
|
404
|
+
power_state=power_state,
|
405
|
+
primary_ip=primary_ip,
|
406
|
+
scsi_controller=scsi_controller,
|
407
|
+
storage_provisioned_in_mbs=storage_provisioned_in_mbs,
|
408
|
+
threads_per_core_count=threads_per_core_count,
|
409
|
+
)
|
410
|
+
@staticmethod
|
411
|
+
def _configure(
|
412
|
+
_setter: Callable[[Any, Any], None],
|
413
|
+
connected_networks: Optional[int] = None,
|
414
|
+
cores_count: Optional[int] = None,
|
415
|
+
cpu_model: Optional[str] = None,
|
416
|
+
description: Optional[str] = None,
|
417
|
+
disks: Optional[Sequence['outputs.AssetComputeDisk']] = None,
|
418
|
+
disks_count: Optional[int] = None,
|
419
|
+
dns_name: Optional[str] = None,
|
420
|
+
firmware: Optional[str] = None,
|
421
|
+
gpu_devices: Optional[Sequence['outputs.AssetComputeGpuDevice']] = None,
|
422
|
+
gpu_devices_count: Optional[int] = None,
|
423
|
+
guest_state: Optional[str] = None,
|
424
|
+
hardware_version: Optional[str] = None,
|
425
|
+
host_name: Optional[str] = None,
|
426
|
+
is_pmem_enabled: Optional[bool] = None,
|
427
|
+
is_tpm_enabled: Optional[bool] = None,
|
428
|
+
latency_sensitivity: Optional[str] = None,
|
429
|
+
memory_in_mbs: Optional[str] = None,
|
430
|
+
nics: Optional[Sequence['outputs.AssetComputeNic']] = None,
|
431
|
+
nics_count: Optional[int] = None,
|
432
|
+
nvdimm_controller: Optional['outputs.AssetComputeNvdimmController'] = None,
|
433
|
+
nvdimms: Optional[Sequence['outputs.AssetComputeNvdimm']] = None,
|
434
|
+
operating_system: Optional[str] = None,
|
435
|
+
operating_system_version: Optional[str] = None,
|
436
|
+
pmem_in_mbs: Optional[str] = None,
|
437
|
+
power_state: Optional[str] = None,
|
438
|
+
primary_ip: Optional[str] = None,
|
439
|
+
scsi_controller: Optional['outputs.AssetComputeScsiController'] = None,
|
440
|
+
storage_provisioned_in_mbs: Optional[str] = None,
|
441
|
+
threads_per_core_count: Optional[int] = None,
|
442
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
353
443
|
if connected_networks is not None:
|
354
|
-
|
444
|
+
_setter("connected_networks", connected_networks)
|
355
445
|
if cores_count is not None:
|
356
|
-
|
446
|
+
_setter("cores_count", cores_count)
|
357
447
|
if cpu_model is not None:
|
358
|
-
|
448
|
+
_setter("cpu_model", cpu_model)
|
359
449
|
if description is not None:
|
360
|
-
|
450
|
+
_setter("description", description)
|
361
451
|
if disks is not None:
|
362
|
-
|
452
|
+
_setter("disks", disks)
|
363
453
|
if disks_count is not None:
|
364
|
-
|
454
|
+
_setter("disks_count", disks_count)
|
365
455
|
if dns_name is not None:
|
366
|
-
|
456
|
+
_setter("dns_name", dns_name)
|
367
457
|
if firmware is not None:
|
368
|
-
|
458
|
+
_setter("firmware", firmware)
|
369
459
|
if gpu_devices is not None:
|
370
|
-
|
460
|
+
_setter("gpu_devices", gpu_devices)
|
371
461
|
if gpu_devices_count is not None:
|
372
|
-
|
462
|
+
_setter("gpu_devices_count", gpu_devices_count)
|
373
463
|
if guest_state is not None:
|
374
|
-
|
464
|
+
_setter("guest_state", guest_state)
|
375
465
|
if hardware_version is not None:
|
376
|
-
|
466
|
+
_setter("hardware_version", hardware_version)
|
377
467
|
if host_name is not None:
|
378
|
-
|
468
|
+
_setter("host_name", host_name)
|
379
469
|
if is_pmem_enabled is not None:
|
380
|
-
|
470
|
+
_setter("is_pmem_enabled", is_pmem_enabled)
|
381
471
|
if is_tpm_enabled is not None:
|
382
|
-
|
472
|
+
_setter("is_tpm_enabled", is_tpm_enabled)
|
383
473
|
if latency_sensitivity is not None:
|
384
|
-
|
474
|
+
_setter("latency_sensitivity", latency_sensitivity)
|
385
475
|
if memory_in_mbs is not None:
|
386
|
-
|
476
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
387
477
|
if nics is not None:
|
388
|
-
|
478
|
+
_setter("nics", nics)
|
389
479
|
if nics_count is not None:
|
390
|
-
|
480
|
+
_setter("nics_count", nics_count)
|
391
481
|
if nvdimm_controller is not None:
|
392
|
-
|
482
|
+
_setter("nvdimm_controller", nvdimm_controller)
|
393
483
|
if nvdimms is not None:
|
394
|
-
|
484
|
+
_setter("nvdimms", nvdimms)
|
395
485
|
if operating_system is not None:
|
396
|
-
|
486
|
+
_setter("operating_system", operating_system)
|
397
487
|
if operating_system_version is not None:
|
398
|
-
|
488
|
+
_setter("operating_system_version", operating_system_version)
|
399
489
|
if pmem_in_mbs is not None:
|
400
|
-
|
490
|
+
_setter("pmem_in_mbs", pmem_in_mbs)
|
401
491
|
if power_state is not None:
|
402
|
-
|
492
|
+
_setter("power_state", power_state)
|
403
493
|
if primary_ip is not None:
|
404
|
-
|
494
|
+
_setter("primary_ip", primary_ip)
|
405
495
|
if scsi_controller is not None:
|
406
|
-
|
496
|
+
_setter("scsi_controller", scsi_controller)
|
407
497
|
if storage_provisioned_in_mbs is not None:
|
408
|
-
|
498
|
+
_setter("storage_provisioned_in_mbs", storage_provisioned_in_mbs)
|
409
499
|
if threads_per_core_count is not None:
|
410
|
-
|
500
|
+
_setter("threads_per_core_count", threads_per_core_count)
|
411
501
|
|
412
502
|
@property
|
413
503
|
@pulumi.getter(name="connectedNetworks")
|
@@ -684,20 +774,41 @@ class AssetComputeDisk(dict):
|
|
684
774
|
:param str uuid: (Updatable) Disk UUID for the virtual disk, if available.
|
685
775
|
:param str uuid_lun: (Updatable) Disk UUID LUN for the virtual disk, if available.
|
686
776
|
"""
|
777
|
+
AssetComputeDisk._configure(
|
778
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
779
|
+
boot_order=boot_order,
|
780
|
+
location=location,
|
781
|
+
name=name,
|
782
|
+
persistent_mode=persistent_mode,
|
783
|
+
size_in_mbs=size_in_mbs,
|
784
|
+
uuid=uuid,
|
785
|
+
uuid_lun=uuid_lun,
|
786
|
+
)
|
787
|
+
@staticmethod
|
788
|
+
def _configure(
|
789
|
+
_setter: Callable[[Any, Any], None],
|
790
|
+
boot_order: Optional[int] = None,
|
791
|
+
location: Optional[str] = None,
|
792
|
+
name: Optional[str] = None,
|
793
|
+
persistent_mode: Optional[str] = None,
|
794
|
+
size_in_mbs: Optional[str] = None,
|
795
|
+
uuid: Optional[str] = None,
|
796
|
+
uuid_lun: Optional[str] = None,
|
797
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
687
798
|
if boot_order is not None:
|
688
|
-
|
799
|
+
_setter("boot_order", boot_order)
|
689
800
|
if location is not None:
|
690
|
-
|
801
|
+
_setter("location", location)
|
691
802
|
if name is not None:
|
692
|
-
|
803
|
+
_setter("name", name)
|
693
804
|
if persistent_mode is not None:
|
694
|
-
|
805
|
+
_setter("persistent_mode", persistent_mode)
|
695
806
|
if size_in_mbs is not None:
|
696
|
-
|
807
|
+
_setter("size_in_mbs", size_in_mbs)
|
697
808
|
if uuid is not None:
|
698
|
-
|
809
|
+
_setter("uuid", uuid)
|
699
810
|
if uuid_lun is not None:
|
700
|
-
|
811
|
+
_setter("uuid_lun", uuid_lun)
|
701
812
|
|
702
813
|
@property
|
703
814
|
@pulumi.getter(name="bootOrder")
|
@@ -790,16 +901,33 @@ class AssetComputeGpuDevice(dict):
|
|
790
901
|
:param str memory_in_mbs: (Updatable) Memory size in MBs.
|
791
902
|
:param str name: (Updatable) The tag name.
|
792
903
|
"""
|
904
|
+
AssetComputeGpuDevice._configure(
|
905
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
906
|
+
cores_count=cores_count,
|
907
|
+
description=description,
|
908
|
+
manufacturer=manufacturer,
|
909
|
+
memory_in_mbs=memory_in_mbs,
|
910
|
+
name=name,
|
911
|
+
)
|
912
|
+
@staticmethod
|
913
|
+
def _configure(
|
914
|
+
_setter: Callable[[Any, Any], None],
|
915
|
+
cores_count: Optional[int] = None,
|
916
|
+
description: Optional[str] = None,
|
917
|
+
manufacturer: Optional[str] = None,
|
918
|
+
memory_in_mbs: Optional[str] = None,
|
919
|
+
name: Optional[str] = None,
|
920
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
793
921
|
if cores_count is not None:
|
794
|
-
|
922
|
+
_setter("cores_count", cores_count)
|
795
923
|
if description is not None:
|
796
|
-
|
924
|
+
_setter("description", description)
|
797
925
|
if manufacturer is not None:
|
798
|
-
|
926
|
+
_setter("manufacturer", manufacturer)
|
799
927
|
if memory_in_mbs is not None:
|
800
|
-
|
928
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
801
929
|
if name is not None:
|
802
|
-
|
930
|
+
_setter("name", name)
|
803
931
|
|
804
932
|
@property
|
805
933
|
@pulumi.getter(name="coresCount")
|
@@ -884,18 +1012,37 @@ class AssetComputeNic(dict):
|
|
884
1012
|
:param str network_name: (Updatable) Network name.
|
885
1013
|
:param str switch_name: (Updatable) Switch name.
|
886
1014
|
"""
|
1015
|
+
AssetComputeNic._configure(
|
1016
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1017
|
+
ip_addresses=ip_addresses,
|
1018
|
+
label=label,
|
1019
|
+
mac_address=mac_address,
|
1020
|
+
mac_address_type=mac_address_type,
|
1021
|
+
network_name=network_name,
|
1022
|
+
switch_name=switch_name,
|
1023
|
+
)
|
1024
|
+
@staticmethod
|
1025
|
+
def _configure(
|
1026
|
+
_setter: Callable[[Any, Any], None],
|
1027
|
+
ip_addresses: Optional[Sequence[str]] = None,
|
1028
|
+
label: Optional[str] = None,
|
1029
|
+
mac_address: Optional[str] = None,
|
1030
|
+
mac_address_type: Optional[str] = None,
|
1031
|
+
network_name: Optional[str] = None,
|
1032
|
+
switch_name: Optional[str] = None,
|
1033
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
887
1034
|
if ip_addresses is not None:
|
888
|
-
|
1035
|
+
_setter("ip_addresses", ip_addresses)
|
889
1036
|
if label is not None:
|
890
|
-
|
1037
|
+
_setter("label", label)
|
891
1038
|
if mac_address is not None:
|
892
|
-
|
1039
|
+
_setter("mac_address", mac_address)
|
893
1040
|
if mac_address_type is not None:
|
894
|
-
|
1041
|
+
_setter("mac_address_type", mac_address_type)
|
895
1042
|
if network_name is not None:
|
896
|
-
|
1043
|
+
_setter("network_name", network_name)
|
897
1044
|
if switch_name is not None:
|
898
|
-
|
1045
|
+
_setter("switch_name", switch_name)
|
899
1046
|
|
900
1047
|
@property
|
901
1048
|
@pulumi.getter(name="ipAddresses")
|
@@ -976,12 +1123,25 @@ class AssetComputeNvdimm(dict):
|
|
976
1123
|
:param str label: (Updatable) Provides a label and summary information for the device.
|
977
1124
|
:param int unit_number: (Updatable) The unit number of the SCSI controller.
|
978
1125
|
"""
|
1126
|
+
AssetComputeNvdimm._configure(
|
1127
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1128
|
+
controller_key=controller_key,
|
1129
|
+
label=label,
|
1130
|
+
unit_number=unit_number,
|
1131
|
+
)
|
1132
|
+
@staticmethod
|
1133
|
+
def _configure(
|
1134
|
+
_setter: Callable[[Any, Any], None],
|
1135
|
+
controller_key: Optional[int] = None,
|
1136
|
+
label: Optional[str] = None,
|
1137
|
+
unit_number: Optional[int] = None,
|
1138
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
979
1139
|
if controller_key is not None:
|
980
|
-
|
1140
|
+
_setter("controller_key", controller_key)
|
981
1141
|
if label is not None:
|
982
|
-
|
1142
|
+
_setter("label", label)
|
983
1143
|
if unit_number is not None:
|
984
|
-
|
1144
|
+
_setter("unit_number", unit_number)
|
985
1145
|
|
986
1146
|
@property
|
987
1147
|
@pulumi.getter(name="controllerKey")
|
@@ -1034,10 +1194,21 @@ class AssetComputeNvdimmController(dict):
|
|
1034
1194
|
:param int bus_number: (Updatable) Bus number.
|
1035
1195
|
:param str label: (Updatable) Provides a label and summary information for the device.
|
1036
1196
|
"""
|
1197
|
+
AssetComputeNvdimmController._configure(
|
1198
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1199
|
+
bus_number=bus_number,
|
1200
|
+
label=label,
|
1201
|
+
)
|
1202
|
+
@staticmethod
|
1203
|
+
def _configure(
|
1204
|
+
_setter: Callable[[Any, Any], None],
|
1205
|
+
bus_number: Optional[int] = None,
|
1206
|
+
label: Optional[str] = None,
|
1207
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1037
1208
|
if bus_number is not None:
|
1038
|
-
|
1209
|
+
_setter("bus_number", bus_number)
|
1039
1210
|
if label is not None:
|
1040
|
-
|
1211
|
+
_setter("label", label)
|
1041
1212
|
|
1042
1213
|
@property
|
1043
1214
|
@pulumi.getter(name="busNumber")
|
@@ -1086,12 +1257,25 @@ class AssetComputeScsiController(dict):
|
|
1086
1257
|
:param str shared_bus: (Updatable) Shared bus.
|
1087
1258
|
:param int unit_number: (Updatable) The unit number of the SCSI controller.
|
1088
1259
|
"""
|
1260
|
+
AssetComputeScsiController._configure(
|
1261
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1262
|
+
label=label,
|
1263
|
+
shared_bus=shared_bus,
|
1264
|
+
unit_number=unit_number,
|
1265
|
+
)
|
1266
|
+
@staticmethod
|
1267
|
+
def _configure(
|
1268
|
+
_setter: Callable[[Any, Any], None],
|
1269
|
+
label: Optional[str] = None,
|
1270
|
+
shared_bus: Optional[str] = None,
|
1271
|
+
unit_number: Optional[int] = None,
|
1272
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1089
1273
|
if label is not None:
|
1090
|
-
|
1274
|
+
_setter("label", label)
|
1091
1275
|
if shared_bus is not None:
|
1092
|
-
|
1276
|
+
_setter("shared_bus", shared_bus)
|
1093
1277
|
if unit_number is not None:
|
1094
|
-
|
1278
|
+
_setter("unit_number", unit_number)
|
1095
1279
|
|
1096
1280
|
@property
|
1097
1281
|
@pulumi.getter
|
@@ -1144,8 +1328,19 @@ class AssetSourceDiscoveryCredentials(dict):
|
|
1144
1328
|
:param str secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
|
1145
1329
|
:param str type: (Updatable) Asset source type.
|
1146
1330
|
"""
|
1147
|
-
|
1148
|
-
|
1331
|
+
AssetSourceDiscoveryCredentials._configure(
|
1332
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1333
|
+
secret_id=secret_id,
|
1334
|
+
type=type,
|
1335
|
+
)
|
1336
|
+
@staticmethod
|
1337
|
+
def _configure(
|
1338
|
+
_setter: Callable[[Any, Any], None],
|
1339
|
+
secret_id: str,
|
1340
|
+
type: str,
|
1341
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1342
|
+
_setter("secret_id", secret_id)
|
1343
|
+
_setter("type", type)
|
1149
1344
|
|
1150
1345
|
@property
|
1151
1346
|
@pulumi.getter(name="secretId")
|
@@ -1190,8 +1385,19 @@ class AssetSourceReplicationCredentials(dict):
|
|
1190
1385
|
:param str secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
|
1191
1386
|
:param str type: (Updatable) Asset source type.
|
1192
1387
|
"""
|
1193
|
-
|
1194
|
-
|
1388
|
+
AssetSourceReplicationCredentials._configure(
|
1389
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1390
|
+
secret_id=secret_id,
|
1391
|
+
type=type,
|
1392
|
+
)
|
1393
|
+
@staticmethod
|
1394
|
+
def _configure(
|
1395
|
+
_setter: Callable[[Any, Any], None],
|
1396
|
+
secret_id: str,
|
1397
|
+
type: str,
|
1398
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1399
|
+
_setter("secret_id", secret_id)
|
1400
|
+
_setter("type", type)
|
1195
1401
|
|
1196
1402
|
@property
|
1197
1403
|
@pulumi.getter(name="secretId")
|
@@ -1242,12 +1448,25 @@ class AssetVm(dict):
|
|
1242
1448
|
:param str hypervisor_vendor: (Updatable) Hypervisor vendor.
|
1243
1449
|
:param str hypervisor_version: (Updatable) Hypervisor version.
|
1244
1450
|
"""
|
1451
|
+
AssetVm._configure(
|
1452
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1453
|
+
hypervisor_host=hypervisor_host,
|
1454
|
+
hypervisor_vendor=hypervisor_vendor,
|
1455
|
+
hypervisor_version=hypervisor_version,
|
1456
|
+
)
|
1457
|
+
@staticmethod
|
1458
|
+
def _configure(
|
1459
|
+
_setter: Callable[[Any, Any], None],
|
1460
|
+
hypervisor_host: Optional[str] = None,
|
1461
|
+
hypervisor_vendor: Optional[str] = None,
|
1462
|
+
hypervisor_version: Optional[str] = None,
|
1463
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1245
1464
|
if hypervisor_host is not None:
|
1246
|
-
|
1465
|
+
_setter("hypervisor_host", hypervisor_host)
|
1247
1466
|
if hypervisor_vendor is not None:
|
1248
|
-
|
1467
|
+
_setter("hypervisor_vendor", hypervisor_vendor)
|
1249
1468
|
if hypervisor_version is not None:
|
1250
|
-
|
1469
|
+
_setter("hypervisor_version", hypervisor_version)
|
1251
1470
|
|
1252
1471
|
@property
|
1253
1472
|
@pulumi.getter(name="hypervisorHost")
|
@@ -1306,12 +1525,25 @@ class AssetVmwareVcenter(dict):
|
|
1306
1525
|
:param str vcenter_key: (Updatable) vCenter unique key.
|
1307
1526
|
:param str vcenter_version: (Updatable) Dot-separated version string.
|
1308
1527
|
"""
|
1528
|
+
AssetVmwareVcenter._configure(
|
1529
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1530
|
+
data_center=data_center,
|
1531
|
+
vcenter_key=vcenter_key,
|
1532
|
+
vcenter_version=vcenter_version,
|
1533
|
+
)
|
1534
|
+
@staticmethod
|
1535
|
+
def _configure(
|
1536
|
+
_setter: Callable[[Any, Any], None],
|
1537
|
+
data_center: Optional[str] = None,
|
1538
|
+
vcenter_key: Optional[str] = None,
|
1539
|
+
vcenter_version: Optional[str] = None,
|
1540
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1309
1541
|
if data_center is not None:
|
1310
|
-
|
1542
|
+
_setter("data_center", data_center)
|
1311
1543
|
if vcenter_key is not None:
|
1312
|
-
|
1544
|
+
_setter("vcenter_key", vcenter_key)
|
1313
1545
|
if vcenter_version is not None:
|
1314
|
-
|
1546
|
+
_setter("vcenter_version", vcenter_version)
|
1315
1547
|
|
1316
1548
|
@property
|
1317
1549
|
@pulumi.getter(name="dataCenter")
|
@@ -1402,28 +1634,57 @@ class AssetVmwareVm(dict):
|
|
1402
1634
|
** IMPORTANT **
|
1403
1635
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1404
1636
|
"""
|
1637
|
+
AssetVmwareVm._configure(
|
1638
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1639
|
+
cluster=cluster,
|
1640
|
+
customer_fields=customer_fields,
|
1641
|
+
customer_tags=customer_tags,
|
1642
|
+
fault_tolerance_bandwidth=fault_tolerance_bandwidth,
|
1643
|
+
fault_tolerance_secondary_latency=fault_tolerance_secondary_latency,
|
1644
|
+
fault_tolerance_state=fault_tolerance_state,
|
1645
|
+
instance_uuid=instance_uuid,
|
1646
|
+
is_disks_cbt_enabled=is_disks_cbt_enabled,
|
1647
|
+
is_disks_uuid_enabled=is_disks_uuid_enabled,
|
1648
|
+
path=path,
|
1649
|
+
vmware_tools_status=vmware_tools_status,
|
1650
|
+
)
|
1651
|
+
@staticmethod
|
1652
|
+
def _configure(
|
1653
|
+
_setter: Callable[[Any, Any], None],
|
1654
|
+
cluster: Optional[str] = None,
|
1655
|
+
customer_fields: Optional[Sequence[str]] = None,
|
1656
|
+
customer_tags: Optional[Sequence['outputs.AssetVmwareVmCustomerTag']] = None,
|
1657
|
+
fault_tolerance_bandwidth: Optional[int] = None,
|
1658
|
+
fault_tolerance_secondary_latency: Optional[int] = None,
|
1659
|
+
fault_tolerance_state: Optional[str] = None,
|
1660
|
+
instance_uuid: Optional[str] = None,
|
1661
|
+
is_disks_cbt_enabled: Optional[bool] = None,
|
1662
|
+
is_disks_uuid_enabled: Optional[bool] = None,
|
1663
|
+
path: Optional[str] = None,
|
1664
|
+
vmware_tools_status: Optional[str] = None,
|
1665
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1405
1666
|
if cluster is not None:
|
1406
|
-
|
1667
|
+
_setter("cluster", cluster)
|
1407
1668
|
if customer_fields is not None:
|
1408
|
-
|
1669
|
+
_setter("customer_fields", customer_fields)
|
1409
1670
|
if customer_tags is not None:
|
1410
|
-
|
1671
|
+
_setter("customer_tags", customer_tags)
|
1411
1672
|
if fault_tolerance_bandwidth is not None:
|
1412
|
-
|
1673
|
+
_setter("fault_tolerance_bandwidth", fault_tolerance_bandwidth)
|
1413
1674
|
if fault_tolerance_secondary_latency is not None:
|
1414
|
-
|
1675
|
+
_setter("fault_tolerance_secondary_latency", fault_tolerance_secondary_latency)
|
1415
1676
|
if fault_tolerance_state is not None:
|
1416
|
-
|
1677
|
+
_setter("fault_tolerance_state", fault_tolerance_state)
|
1417
1678
|
if instance_uuid is not None:
|
1418
|
-
|
1679
|
+
_setter("instance_uuid", instance_uuid)
|
1419
1680
|
if is_disks_cbt_enabled is not None:
|
1420
|
-
|
1681
|
+
_setter("is_disks_cbt_enabled", is_disks_cbt_enabled)
|
1421
1682
|
if is_disks_uuid_enabled is not None:
|
1422
|
-
|
1683
|
+
_setter("is_disks_uuid_enabled", is_disks_uuid_enabled)
|
1423
1684
|
if path is not None:
|
1424
|
-
|
1685
|
+
_setter("path", path)
|
1425
1686
|
if vmware_tools_status is not None:
|
1426
|
-
|
1687
|
+
_setter("vmware_tools_status", vmware_tools_status)
|
1427
1688
|
|
1428
1689
|
@property
|
1429
1690
|
@pulumi.getter
|
@@ -1527,10 +1788,21 @@ class AssetVmwareVmCustomerTag(dict):
|
|
1527
1788
|
:param str description: (Updatable) The tag description.
|
1528
1789
|
:param str name: (Updatable) The tag name.
|
1529
1790
|
"""
|
1791
|
+
AssetVmwareVmCustomerTag._configure(
|
1792
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1793
|
+
description=description,
|
1794
|
+
name=name,
|
1795
|
+
)
|
1796
|
+
@staticmethod
|
1797
|
+
def _configure(
|
1798
|
+
_setter: Callable[[Any, Any], None],
|
1799
|
+
description: Optional[str] = None,
|
1800
|
+
name: Optional[str] = None,
|
1801
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1530
1802
|
if description is not None:
|
1531
|
-
|
1803
|
+
_setter("description", description)
|
1532
1804
|
if name is not None:
|
1533
|
-
|
1805
|
+
_setter("name", name)
|
1534
1806
|
|
1535
1807
|
@property
|
1536
1808
|
@pulumi.getter
|
@@ -1553,7 +1825,16 @@ class AssetVmwareVmCustomerTag(dict):
|
|
1553
1825
|
class GetAgentDependenciesAgentDependencyCollectionResult(dict):
|
1554
1826
|
def __init__(__self__, *,
|
1555
1827
|
items: Sequence['outputs.GetAgentDependenciesAgentDependencyCollectionItemResult']):
|
1556
|
-
|
1828
|
+
GetAgentDependenciesAgentDependencyCollectionResult._configure(
|
1829
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1830
|
+
items=items,
|
1831
|
+
)
|
1832
|
+
@staticmethod
|
1833
|
+
def _configure(
|
1834
|
+
_setter: Callable[[Any, Any], None],
|
1835
|
+
items: Sequence['outputs.GetAgentDependenciesAgentDependencyCollectionItemResult'],
|
1836
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1837
|
+
_setter("items", items)
|
1557
1838
|
|
1558
1839
|
@property
|
1559
1840
|
@pulumi.getter
|
@@ -1600,23 +1881,64 @@ class GetAgentDependenciesAgentDependencyCollectionItemResult(dict):
|
|
1600
1881
|
:param Mapping[str, Any] 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
1882
|
:param str time_created: The time when the AgentDependency was created. An RFC3339 formatted datetime string.
|
1602
1883
|
"""
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1884
|
+
GetAgentDependenciesAgentDependencyCollectionItemResult._configure(
|
1885
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1886
|
+
bucket=bucket,
|
1887
|
+
checksum=checksum,
|
1888
|
+
compartment_id=compartment_id,
|
1889
|
+
defined_tags=defined_tags,
|
1890
|
+
dependency_name=dependency_name,
|
1891
|
+
dependency_version=dependency_version,
|
1892
|
+
description=description,
|
1893
|
+
display_name=display_name,
|
1894
|
+
e_tag=e_tag,
|
1895
|
+
freeform_tags=freeform_tags,
|
1896
|
+
id=id,
|
1897
|
+
lifecycle_details=lifecycle_details,
|
1898
|
+
namespace=namespace,
|
1899
|
+
object=object,
|
1900
|
+
state=state,
|
1901
|
+
system_tags=system_tags,
|
1902
|
+
time_created=time_created,
|
1903
|
+
)
|
1904
|
+
@staticmethod
|
1905
|
+
def _configure(
|
1906
|
+
_setter: Callable[[Any, Any], None],
|
1907
|
+
bucket: str,
|
1908
|
+
checksum: str,
|
1909
|
+
compartment_id: str,
|
1910
|
+
defined_tags: Mapping[str, Any],
|
1911
|
+
dependency_name: str,
|
1912
|
+
dependency_version: str,
|
1913
|
+
description: str,
|
1914
|
+
display_name: str,
|
1915
|
+
e_tag: str,
|
1916
|
+
freeform_tags: Mapping[str, Any],
|
1917
|
+
id: str,
|
1918
|
+
lifecycle_details: str,
|
1919
|
+
namespace: str,
|
1920
|
+
object: str,
|
1921
|
+
state: str,
|
1922
|
+
system_tags: Mapping[str, Any],
|
1923
|
+
time_created: str,
|
1924
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1925
|
+
_setter("bucket", bucket)
|
1926
|
+
_setter("checksum", checksum)
|
1927
|
+
_setter("compartment_id", compartment_id)
|
1928
|
+
_setter("defined_tags", defined_tags)
|
1929
|
+
_setter("dependency_name", dependency_name)
|
1930
|
+
_setter("dependency_version", dependency_version)
|
1931
|
+
_setter("description", description)
|
1932
|
+
_setter("display_name", display_name)
|
1933
|
+
_setter("e_tag", e_tag)
|
1934
|
+
_setter("freeform_tags", freeform_tags)
|
1935
|
+
_setter("id", id)
|
1936
|
+
_setter("lifecycle_details", lifecycle_details)
|
1937
|
+
_setter("namespace", namespace)
|
1938
|
+
_setter("object", object)
|
1939
|
+
_setter("state", state)
|
1940
|
+
_setter("system_tags", system_tags)
|
1941
|
+
_setter("time_created", time_created)
|
1620
1942
|
|
1621
1943
|
@property
|
1622
1944
|
@pulumi.getter
|
@@ -1761,10 +2083,23 @@ class GetAgentDependenciesFilterResult(dict):
|
|
1761
2083
|
name: str,
|
1762
2084
|
values: Sequence[str],
|
1763
2085
|
regex: Optional[bool] = None):
|
1764
|
-
|
1765
|
-
|
2086
|
+
GetAgentDependenciesFilterResult._configure(
|
2087
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2088
|
+
name=name,
|
2089
|
+
values=values,
|
2090
|
+
regex=regex,
|
2091
|
+
)
|
2092
|
+
@staticmethod
|
2093
|
+
def _configure(
|
2094
|
+
_setter: Callable[[Any, Any], None],
|
2095
|
+
name: str,
|
2096
|
+
values: Sequence[str],
|
2097
|
+
regex: Optional[bool] = None,
|
2098
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2099
|
+
_setter("name", name)
|
2100
|
+
_setter("values", values)
|
1766
2101
|
if regex is not None:
|
1767
|
-
|
2102
|
+
_setter("regex", regex)
|
1768
2103
|
|
1769
2104
|
@property
|
1770
2105
|
@pulumi.getter
|
@@ -1805,15 +2140,40 @@ class GetAgentPluginListResult(dict):
|
|
1805
2140
|
:param str time_created: The time when the Agent was created. An RFC3339 formatted datetime string.
|
1806
2141
|
:param str time_updated: The time when the Agent was updated. An RFC3339 formatted datetime string.
|
1807
2142
|
"""
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
2143
|
+
GetAgentPluginListResult._configure(
|
2144
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2145
|
+
agent_id=agent_id,
|
2146
|
+
defined_tags=defined_tags,
|
2147
|
+
freeform_tags=freeform_tags,
|
2148
|
+
lifecycle_details=lifecycle_details,
|
2149
|
+
name=name,
|
2150
|
+
plugin_version=plugin_version,
|
2151
|
+
state=state,
|
2152
|
+
time_created=time_created,
|
2153
|
+
time_updated=time_updated,
|
2154
|
+
)
|
2155
|
+
@staticmethod
|
2156
|
+
def _configure(
|
2157
|
+
_setter: Callable[[Any, Any], None],
|
2158
|
+
agent_id: str,
|
2159
|
+
defined_tags: Mapping[str, Any],
|
2160
|
+
freeform_tags: Mapping[str, Any],
|
2161
|
+
lifecycle_details: str,
|
2162
|
+
name: str,
|
2163
|
+
plugin_version: str,
|
2164
|
+
state: str,
|
2165
|
+
time_created: str,
|
2166
|
+
time_updated: str,
|
2167
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2168
|
+
_setter("agent_id", agent_id)
|
2169
|
+
_setter("defined_tags", defined_tags)
|
2170
|
+
_setter("freeform_tags", freeform_tags)
|
2171
|
+
_setter("lifecycle_details", lifecycle_details)
|
2172
|
+
_setter("name", name)
|
2173
|
+
_setter("plugin_version", plugin_version)
|
2174
|
+
_setter("state", state)
|
2175
|
+
_setter("time_created", time_created)
|
2176
|
+
_setter("time_updated", time_updated)
|
1817
2177
|
|
1818
2178
|
@property
|
1819
2179
|
@pulumi.getter(name="agentId")
|
@@ -1892,7 +2252,16 @@ class GetAgentPluginListResult(dict):
|
|
1892
2252
|
class GetAgentsAgentCollectionResult(dict):
|
1893
2253
|
def __init__(__self__, *,
|
1894
2254
|
items: Sequence['outputs.GetAgentsAgentCollectionItemResult']):
|
1895
|
-
|
2255
|
+
GetAgentsAgentCollectionResult._configure(
|
2256
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2257
|
+
items=items,
|
2258
|
+
)
|
2259
|
+
@staticmethod
|
2260
|
+
def _configure(
|
2261
|
+
_setter: Callable[[Any, Any], None],
|
2262
|
+
items: Sequence['outputs.GetAgentsAgentCollectionItemResult'],
|
2263
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2264
|
+
_setter("items", items)
|
1896
2265
|
|
1897
2266
|
@property
|
1898
2267
|
@pulumi.getter
|
@@ -1943,25 +2312,70 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
1943
2312
|
:param str time_last_sync_received: The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.
|
1944
2313
|
:param str time_updated: The time when the Agent was updated. An RFC3339 formatted datetime string.
|
1945
2314
|
"""
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
2315
|
+
GetAgentsAgentCollectionItemResult._configure(
|
2316
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2317
|
+
agent_pub_key=agent_pub_key,
|
2318
|
+
agent_type=agent_type,
|
2319
|
+
agent_version=agent_version,
|
2320
|
+
compartment_id=compartment_id,
|
2321
|
+
defined_tags=defined_tags,
|
2322
|
+
display_name=display_name,
|
2323
|
+
environment_id=environment_id,
|
2324
|
+
freeform_tags=freeform_tags,
|
2325
|
+
heart_beat_status=heart_beat_status,
|
2326
|
+
id=id,
|
2327
|
+
lifecycle_details=lifecycle_details,
|
2328
|
+
os_version=os_version,
|
2329
|
+
plugin_lists=plugin_lists,
|
2330
|
+
state=state,
|
2331
|
+
system_tags=system_tags,
|
2332
|
+
time_created=time_created,
|
2333
|
+
time_expire_agent_key_in_ms=time_expire_agent_key_in_ms,
|
2334
|
+
time_last_sync_received=time_last_sync_received,
|
2335
|
+
time_updated=time_updated,
|
2336
|
+
)
|
2337
|
+
@staticmethod
|
2338
|
+
def _configure(
|
2339
|
+
_setter: Callable[[Any, Any], None],
|
2340
|
+
agent_pub_key: str,
|
2341
|
+
agent_type: str,
|
2342
|
+
agent_version: str,
|
2343
|
+
compartment_id: str,
|
2344
|
+
defined_tags: Mapping[str, Any],
|
2345
|
+
display_name: str,
|
2346
|
+
environment_id: str,
|
2347
|
+
freeform_tags: Mapping[str, Any],
|
2348
|
+
heart_beat_status: str,
|
2349
|
+
id: str,
|
2350
|
+
lifecycle_details: str,
|
2351
|
+
os_version: str,
|
2352
|
+
plugin_lists: Sequence['outputs.GetAgentsAgentCollectionItemPluginListResult'],
|
2353
|
+
state: str,
|
2354
|
+
system_tags: Mapping[str, Any],
|
2355
|
+
time_created: str,
|
2356
|
+
time_expire_agent_key_in_ms: str,
|
2357
|
+
time_last_sync_received: str,
|
2358
|
+
time_updated: str,
|
2359
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2360
|
+
_setter("agent_pub_key", agent_pub_key)
|
2361
|
+
_setter("agent_type", agent_type)
|
2362
|
+
_setter("agent_version", agent_version)
|
2363
|
+
_setter("compartment_id", compartment_id)
|
2364
|
+
_setter("defined_tags", defined_tags)
|
2365
|
+
_setter("display_name", display_name)
|
2366
|
+
_setter("environment_id", environment_id)
|
2367
|
+
_setter("freeform_tags", freeform_tags)
|
2368
|
+
_setter("heart_beat_status", heart_beat_status)
|
2369
|
+
_setter("id", id)
|
2370
|
+
_setter("lifecycle_details", lifecycle_details)
|
2371
|
+
_setter("os_version", os_version)
|
2372
|
+
_setter("plugin_lists", plugin_lists)
|
2373
|
+
_setter("state", state)
|
2374
|
+
_setter("system_tags", system_tags)
|
2375
|
+
_setter("time_created", time_created)
|
2376
|
+
_setter("time_expire_agent_key_in_ms", time_expire_agent_key_in_ms)
|
2377
|
+
_setter("time_last_sync_received", time_last_sync_received)
|
2378
|
+
_setter("time_updated", time_updated)
|
1965
2379
|
|
1966
2380
|
@property
|
1967
2381
|
@pulumi.getter(name="agentPubKey")
|
@@ -2139,15 +2553,40 @@ class GetAgentsAgentCollectionItemPluginListResult(dict):
|
|
2139
2553
|
:param str time_created: The time when the Agent was created. An RFC3339 formatted datetime string.
|
2140
2554
|
:param str time_updated: The time when the Agent was updated. An RFC3339 formatted datetime string.
|
2141
2555
|
"""
|
2142
|
-
|
2143
|
-
|
2144
|
-
|
2145
|
-
|
2146
|
-
|
2147
|
-
|
2148
|
-
|
2149
|
-
|
2150
|
-
|
2556
|
+
GetAgentsAgentCollectionItemPluginListResult._configure(
|
2557
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2558
|
+
agent_id=agent_id,
|
2559
|
+
defined_tags=defined_tags,
|
2560
|
+
freeform_tags=freeform_tags,
|
2561
|
+
lifecycle_details=lifecycle_details,
|
2562
|
+
name=name,
|
2563
|
+
plugin_version=plugin_version,
|
2564
|
+
state=state,
|
2565
|
+
time_created=time_created,
|
2566
|
+
time_updated=time_updated,
|
2567
|
+
)
|
2568
|
+
@staticmethod
|
2569
|
+
def _configure(
|
2570
|
+
_setter: Callable[[Any, Any], None],
|
2571
|
+
agent_id: str,
|
2572
|
+
defined_tags: Mapping[str, Any],
|
2573
|
+
freeform_tags: Mapping[str, Any],
|
2574
|
+
lifecycle_details: str,
|
2575
|
+
name: str,
|
2576
|
+
plugin_version: str,
|
2577
|
+
state: str,
|
2578
|
+
time_created: str,
|
2579
|
+
time_updated: str,
|
2580
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2581
|
+
_setter("agent_id", agent_id)
|
2582
|
+
_setter("defined_tags", defined_tags)
|
2583
|
+
_setter("freeform_tags", freeform_tags)
|
2584
|
+
_setter("lifecycle_details", lifecycle_details)
|
2585
|
+
_setter("name", name)
|
2586
|
+
_setter("plugin_version", plugin_version)
|
2587
|
+
_setter("state", state)
|
2588
|
+
_setter("time_created", time_created)
|
2589
|
+
_setter("time_updated", time_updated)
|
2151
2590
|
|
2152
2591
|
@property
|
2153
2592
|
@pulumi.getter(name="agentId")
|
@@ -2231,10 +2670,23 @@ class GetAgentsFilterResult(dict):
|
|
2231
2670
|
"""
|
2232
2671
|
:param str name: Plugin identifier, which can be renamed.
|
2233
2672
|
"""
|
2234
|
-
|
2235
|
-
|
2673
|
+
GetAgentsFilterResult._configure(
|
2674
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2675
|
+
name=name,
|
2676
|
+
values=values,
|
2677
|
+
regex=regex,
|
2678
|
+
)
|
2679
|
+
@staticmethod
|
2680
|
+
def _configure(
|
2681
|
+
_setter: Callable[[Any, Any], None],
|
2682
|
+
name: str,
|
2683
|
+
values: Sequence[str],
|
2684
|
+
regex: Optional[bool] = None,
|
2685
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2686
|
+
_setter("name", name)
|
2687
|
+
_setter("values", values)
|
2236
2688
|
if regex is not None:
|
2237
|
-
|
2689
|
+
_setter("regex", regex)
|
2238
2690
|
|
2239
2691
|
@property
|
2240
2692
|
@pulumi.getter
|
@@ -2288,20 +2740,55 @@ class GetApplianceImageItemResult(dict):
|
|
2288
2740
|
:param str time_updated: The time when the appliance image was last updated. An RFC3339 formatted datetime string.
|
2289
2741
|
:param str version: The version of the image file.
|
2290
2742
|
"""
|
2291
|
-
|
2292
|
-
|
2293
|
-
|
2294
|
-
|
2295
|
-
|
2296
|
-
|
2297
|
-
|
2298
|
-
|
2299
|
-
|
2300
|
-
|
2301
|
-
|
2302
|
-
|
2303
|
-
|
2304
|
-
|
2743
|
+
GetApplianceImageItemResult._configure(
|
2744
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2745
|
+
checksum=checksum,
|
2746
|
+
defined_tags=defined_tags,
|
2747
|
+
display_name=display_name,
|
2748
|
+
download_url=download_url,
|
2749
|
+
file_name=file_name,
|
2750
|
+
format=format,
|
2751
|
+
freeform_tags=freeform_tags,
|
2752
|
+
id=id,
|
2753
|
+
platform=platform,
|
2754
|
+
size_in_mbs=size_in_mbs,
|
2755
|
+
state=state,
|
2756
|
+
time_created=time_created,
|
2757
|
+
time_updated=time_updated,
|
2758
|
+
version=version,
|
2759
|
+
)
|
2760
|
+
@staticmethod
|
2761
|
+
def _configure(
|
2762
|
+
_setter: Callable[[Any, Any], None],
|
2763
|
+
checksum: str,
|
2764
|
+
defined_tags: Mapping[str, Any],
|
2765
|
+
display_name: str,
|
2766
|
+
download_url: str,
|
2767
|
+
file_name: str,
|
2768
|
+
format: str,
|
2769
|
+
freeform_tags: Mapping[str, Any],
|
2770
|
+
id: str,
|
2771
|
+
platform: str,
|
2772
|
+
size_in_mbs: str,
|
2773
|
+
state: str,
|
2774
|
+
time_created: str,
|
2775
|
+
time_updated: str,
|
2776
|
+
version: str,
|
2777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2778
|
+
_setter("checksum", checksum)
|
2779
|
+
_setter("defined_tags", defined_tags)
|
2780
|
+
_setter("display_name", display_name)
|
2781
|
+
_setter("download_url", download_url)
|
2782
|
+
_setter("file_name", file_name)
|
2783
|
+
_setter("format", format)
|
2784
|
+
_setter("freeform_tags", freeform_tags)
|
2785
|
+
_setter("id", id)
|
2786
|
+
_setter("platform", platform)
|
2787
|
+
_setter("size_in_mbs", size_in_mbs)
|
2788
|
+
_setter("state", state)
|
2789
|
+
_setter("time_created", time_created)
|
2790
|
+
_setter("time_updated", time_updated)
|
2791
|
+
_setter("version", version)
|
2305
2792
|
|
2306
2793
|
@property
|
2307
2794
|
@pulumi.getter
|
@@ -2423,7 +2910,16 @@ class GetApplianceImagesApplianceImageCollectionResult(dict):
|
|
2423
2910
|
"""
|
2424
2911
|
:param Sequence['GetApplianceImagesApplianceImageCollectionItemArgs'] items: List of appliance images.
|
2425
2912
|
"""
|
2426
|
-
|
2913
|
+
GetApplianceImagesApplianceImageCollectionResult._configure(
|
2914
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2915
|
+
items=items,
|
2916
|
+
)
|
2917
|
+
@staticmethod
|
2918
|
+
def _configure(
|
2919
|
+
_setter: Callable[[Any, Any], None],
|
2920
|
+
items: Sequence['outputs.GetApplianceImagesApplianceImageCollectionItemResult'],
|
2921
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2922
|
+
_setter("items", items)
|
2427
2923
|
|
2428
2924
|
@property
|
2429
2925
|
@pulumi.getter
|
@@ -2467,20 +2963,55 @@ class GetApplianceImagesApplianceImageCollectionItemResult(dict):
|
|
2467
2963
|
:param str time_updated: The time when the appliance image was last updated. An RFC3339 formatted datetime string.
|
2468
2964
|
:param str version: The version of the image file.
|
2469
2965
|
"""
|
2470
|
-
|
2471
|
-
|
2472
|
-
|
2473
|
-
|
2474
|
-
|
2475
|
-
|
2476
|
-
|
2477
|
-
|
2478
|
-
|
2479
|
-
|
2480
|
-
|
2481
|
-
|
2482
|
-
|
2483
|
-
|
2966
|
+
GetApplianceImagesApplianceImageCollectionItemResult._configure(
|
2967
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2968
|
+
checksum=checksum,
|
2969
|
+
defined_tags=defined_tags,
|
2970
|
+
display_name=display_name,
|
2971
|
+
download_url=download_url,
|
2972
|
+
file_name=file_name,
|
2973
|
+
format=format,
|
2974
|
+
freeform_tags=freeform_tags,
|
2975
|
+
id=id,
|
2976
|
+
platform=platform,
|
2977
|
+
size_in_mbs=size_in_mbs,
|
2978
|
+
state=state,
|
2979
|
+
time_created=time_created,
|
2980
|
+
time_updated=time_updated,
|
2981
|
+
version=version,
|
2982
|
+
)
|
2983
|
+
@staticmethod
|
2984
|
+
def _configure(
|
2985
|
+
_setter: Callable[[Any, Any], None],
|
2986
|
+
checksum: str,
|
2987
|
+
defined_tags: Mapping[str, Any],
|
2988
|
+
display_name: str,
|
2989
|
+
download_url: str,
|
2990
|
+
file_name: str,
|
2991
|
+
format: str,
|
2992
|
+
freeform_tags: Mapping[str, Any],
|
2993
|
+
id: str,
|
2994
|
+
platform: str,
|
2995
|
+
size_in_mbs: str,
|
2996
|
+
state: str,
|
2997
|
+
time_created: str,
|
2998
|
+
time_updated: str,
|
2999
|
+
version: str,
|
3000
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3001
|
+
_setter("checksum", checksum)
|
3002
|
+
_setter("defined_tags", defined_tags)
|
3003
|
+
_setter("display_name", display_name)
|
3004
|
+
_setter("download_url", download_url)
|
3005
|
+
_setter("file_name", file_name)
|
3006
|
+
_setter("format", format)
|
3007
|
+
_setter("freeform_tags", freeform_tags)
|
3008
|
+
_setter("id", id)
|
3009
|
+
_setter("platform", platform)
|
3010
|
+
_setter("size_in_mbs", size_in_mbs)
|
3011
|
+
_setter("state", state)
|
3012
|
+
_setter("time_created", time_created)
|
3013
|
+
_setter("time_updated", time_updated)
|
3014
|
+
_setter("version", version)
|
2484
3015
|
|
2485
3016
|
@property
|
2486
3017
|
@pulumi.getter
|
@@ -2601,10 +3132,23 @@ class GetApplianceImagesFilterResult(dict):
|
|
2601
3132
|
name: str,
|
2602
3133
|
values: Sequence[str],
|
2603
3134
|
regex: Optional[bool] = None):
|
2604
|
-
|
2605
|
-
|
3135
|
+
GetApplianceImagesFilterResult._configure(
|
3136
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3137
|
+
name=name,
|
3138
|
+
values=values,
|
3139
|
+
regex=regex,
|
3140
|
+
)
|
3141
|
+
@staticmethod
|
3142
|
+
def _configure(
|
3143
|
+
_setter: Callable[[Any, Any], None],
|
3144
|
+
name: str,
|
3145
|
+
values: Sequence[str],
|
3146
|
+
regex: Optional[bool] = None,
|
3147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3148
|
+
_setter("name", name)
|
3149
|
+
_setter("values", values)
|
2606
3150
|
if regex is not None:
|
2607
|
-
|
3151
|
+
_setter("regex", regex)
|
2608
3152
|
|
2609
3153
|
@property
|
2610
3154
|
@pulumi.getter
|
@@ -2685,35 +3229,100 @@ class GetAssetComputeResult(dict):
|
|
2685
3229
|
:param str storage_provisioned_in_mbs: Provision storage size in MBs.
|
2686
3230
|
:param int threads_per_core_count: Number of threads per core.
|
2687
3231
|
"""
|
2688
|
-
|
2689
|
-
|
2690
|
-
|
2691
|
-
|
2692
|
-
|
2693
|
-
|
2694
|
-
|
2695
|
-
|
2696
|
-
|
2697
|
-
|
2698
|
-
|
2699
|
-
|
2700
|
-
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
|
2705
|
-
|
2706
|
-
|
2707
|
-
|
2708
|
-
|
2709
|
-
|
2710
|
-
|
2711
|
-
|
2712
|
-
|
2713
|
-
|
2714
|
-
|
2715
|
-
|
2716
|
-
|
3232
|
+
GetAssetComputeResult._configure(
|
3233
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3234
|
+
connected_networks=connected_networks,
|
3235
|
+
cores_count=cores_count,
|
3236
|
+
cpu_model=cpu_model,
|
3237
|
+
description=description,
|
3238
|
+
disks=disks,
|
3239
|
+
disks_count=disks_count,
|
3240
|
+
dns_name=dns_name,
|
3241
|
+
firmware=firmware,
|
3242
|
+
gpu_devices=gpu_devices,
|
3243
|
+
gpu_devices_count=gpu_devices_count,
|
3244
|
+
guest_state=guest_state,
|
3245
|
+
hardware_version=hardware_version,
|
3246
|
+
host_name=host_name,
|
3247
|
+
is_pmem_enabled=is_pmem_enabled,
|
3248
|
+
is_tpm_enabled=is_tpm_enabled,
|
3249
|
+
latency_sensitivity=latency_sensitivity,
|
3250
|
+
memory_in_mbs=memory_in_mbs,
|
3251
|
+
nics=nics,
|
3252
|
+
nics_count=nics_count,
|
3253
|
+
nvdimm_controllers=nvdimm_controllers,
|
3254
|
+
nvdimms=nvdimms,
|
3255
|
+
operating_system=operating_system,
|
3256
|
+
operating_system_version=operating_system_version,
|
3257
|
+
pmem_in_mbs=pmem_in_mbs,
|
3258
|
+
power_state=power_state,
|
3259
|
+
primary_ip=primary_ip,
|
3260
|
+
scsi_controllers=scsi_controllers,
|
3261
|
+
storage_provisioned_in_mbs=storage_provisioned_in_mbs,
|
3262
|
+
threads_per_core_count=threads_per_core_count,
|
3263
|
+
)
|
3264
|
+
@staticmethod
|
3265
|
+
def _configure(
|
3266
|
+
_setter: Callable[[Any, Any], None],
|
3267
|
+
connected_networks: int,
|
3268
|
+
cores_count: int,
|
3269
|
+
cpu_model: str,
|
3270
|
+
description: str,
|
3271
|
+
disks: Sequence['outputs.GetAssetComputeDiskResult'],
|
3272
|
+
disks_count: int,
|
3273
|
+
dns_name: str,
|
3274
|
+
firmware: str,
|
3275
|
+
gpu_devices: Sequence['outputs.GetAssetComputeGpuDeviceResult'],
|
3276
|
+
gpu_devices_count: int,
|
3277
|
+
guest_state: str,
|
3278
|
+
hardware_version: str,
|
3279
|
+
host_name: str,
|
3280
|
+
is_pmem_enabled: bool,
|
3281
|
+
is_tpm_enabled: bool,
|
3282
|
+
latency_sensitivity: str,
|
3283
|
+
memory_in_mbs: str,
|
3284
|
+
nics: Sequence['outputs.GetAssetComputeNicResult'],
|
3285
|
+
nics_count: int,
|
3286
|
+
nvdimm_controllers: Sequence['outputs.GetAssetComputeNvdimmControllerResult'],
|
3287
|
+
nvdimms: Sequence['outputs.GetAssetComputeNvdimmResult'],
|
3288
|
+
operating_system: str,
|
3289
|
+
operating_system_version: str,
|
3290
|
+
pmem_in_mbs: str,
|
3291
|
+
power_state: str,
|
3292
|
+
primary_ip: str,
|
3293
|
+
scsi_controllers: Sequence['outputs.GetAssetComputeScsiControllerResult'],
|
3294
|
+
storage_provisioned_in_mbs: str,
|
3295
|
+
threads_per_core_count: int,
|
3296
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3297
|
+
_setter("connected_networks", connected_networks)
|
3298
|
+
_setter("cores_count", cores_count)
|
3299
|
+
_setter("cpu_model", cpu_model)
|
3300
|
+
_setter("description", description)
|
3301
|
+
_setter("disks", disks)
|
3302
|
+
_setter("disks_count", disks_count)
|
3303
|
+
_setter("dns_name", dns_name)
|
3304
|
+
_setter("firmware", firmware)
|
3305
|
+
_setter("gpu_devices", gpu_devices)
|
3306
|
+
_setter("gpu_devices_count", gpu_devices_count)
|
3307
|
+
_setter("guest_state", guest_state)
|
3308
|
+
_setter("hardware_version", hardware_version)
|
3309
|
+
_setter("host_name", host_name)
|
3310
|
+
_setter("is_pmem_enabled", is_pmem_enabled)
|
3311
|
+
_setter("is_tpm_enabled", is_tpm_enabled)
|
3312
|
+
_setter("latency_sensitivity", latency_sensitivity)
|
3313
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
3314
|
+
_setter("nics", nics)
|
3315
|
+
_setter("nics_count", nics_count)
|
3316
|
+
_setter("nvdimm_controllers", nvdimm_controllers)
|
3317
|
+
_setter("nvdimms", nvdimms)
|
3318
|
+
_setter("operating_system", operating_system)
|
3319
|
+
_setter("operating_system_version", operating_system_version)
|
3320
|
+
_setter("pmem_in_mbs", pmem_in_mbs)
|
3321
|
+
_setter("power_state", power_state)
|
3322
|
+
_setter("primary_ip", primary_ip)
|
3323
|
+
_setter("scsi_controllers", scsi_controllers)
|
3324
|
+
_setter("storage_provisioned_in_mbs", storage_provisioned_in_mbs)
|
3325
|
+
_setter("threads_per_core_count", threads_per_core_count)
|
2717
3326
|
|
2718
3327
|
@property
|
2719
3328
|
@pulumi.getter(name="connectedNetworks")
|
@@ -2967,13 +3576,34 @@ class GetAssetComputeDiskResult(dict):
|
|
2967
3576
|
:param str uuid: Disk UUID for the virtual disk, if available.
|
2968
3577
|
:param str uuid_lun: Disk UUID LUN for the virtual disk, if available.
|
2969
3578
|
"""
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
|
2975
|
-
|
2976
|
-
|
3579
|
+
GetAssetComputeDiskResult._configure(
|
3580
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3581
|
+
boot_order=boot_order,
|
3582
|
+
location=location,
|
3583
|
+
name=name,
|
3584
|
+
persistent_mode=persistent_mode,
|
3585
|
+
size_in_mbs=size_in_mbs,
|
3586
|
+
uuid=uuid,
|
3587
|
+
uuid_lun=uuid_lun,
|
3588
|
+
)
|
3589
|
+
@staticmethod
|
3590
|
+
def _configure(
|
3591
|
+
_setter: Callable[[Any, Any], None],
|
3592
|
+
boot_order: int,
|
3593
|
+
location: str,
|
3594
|
+
name: str,
|
3595
|
+
persistent_mode: str,
|
3596
|
+
size_in_mbs: str,
|
3597
|
+
uuid: str,
|
3598
|
+
uuid_lun: str,
|
3599
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3600
|
+
_setter("boot_order", boot_order)
|
3601
|
+
_setter("location", location)
|
3602
|
+
_setter("name", name)
|
3603
|
+
_setter("persistent_mode", persistent_mode)
|
3604
|
+
_setter("size_in_mbs", size_in_mbs)
|
3605
|
+
_setter("uuid", uuid)
|
3606
|
+
_setter("uuid_lun", uuid_lun)
|
2977
3607
|
|
2978
3608
|
@property
|
2979
3609
|
@pulumi.getter(name="bootOrder")
|
@@ -3047,11 +3677,28 @@ class GetAssetComputeGpuDeviceResult(dict):
|
|
3047
3677
|
:param str memory_in_mbs: Memory size in MBs.
|
3048
3678
|
:param str name: The tag name.
|
3049
3679
|
"""
|
3050
|
-
|
3051
|
-
|
3052
|
-
|
3053
|
-
|
3054
|
-
|
3680
|
+
GetAssetComputeGpuDeviceResult._configure(
|
3681
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3682
|
+
cores_count=cores_count,
|
3683
|
+
description=description,
|
3684
|
+
manufacturer=manufacturer,
|
3685
|
+
memory_in_mbs=memory_in_mbs,
|
3686
|
+
name=name,
|
3687
|
+
)
|
3688
|
+
@staticmethod
|
3689
|
+
def _configure(
|
3690
|
+
_setter: Callable[[Any, Any], None],
|
3691
|
+
cores_count: int,
|
3692
|
+
description: str,
|
3693
|
+
manufacturer: str,
|
3694
|
+
memory_in_mbs: str,
|
3695
|
+
name: str,
|
3696
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3697
|
+
_setter("cores_count", cores_count)
|
3698
|
+
_setter("description", description)
|
3699
|
+
_setter("manufacturer", manufacturer)
|
3700
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
3701
|
+
_setter("name", name)
|
3055
3702
|
|
3056
3703
|
@property
|
3057
3704
|
@pulumi.getter(name="coresCount")
|
@@ -3111,12 +3758,31 @@ class GetAssetComputeNicResult(dict):
|
|
3111
3758
|
:param str network_name: Network name.
|
3112
3759
|
:param str switch_name: Switch name.
|
3113
3760
|
"""
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3117
|
-
|
3118
|
-
|
3119
|
-
|
3761
|
+
GetAssetComputeNicResult._configure(
|
3762
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3763
|
+
ip_addresses=ip_addresses,
|
3764
|
+
label=label,
|
3765
|
+
mac_address=mac_address,
|
3766
|
+
mac_address_type=mac_address_type,
|
3767
|
+
network_name=network_name,
|
3768
|
+
switch_name=switch_name,
|
3769
|
+
)
|
3770
|
+
@staticmethod
|
3771
|
+
def _configure(
|
3772
|
+
_setter: Callable[[Any, Any], None],
|
3773
|
+
ip_addresses: Sequence[str],
|
3774
|
+
label: str,
|
3775
|
+
mac_address: str,
|
3776
|
+
mac_address_type: str,
|
3777
|
+
network_name: str,
|
3778
|
+
switch_name: str,
|
3779
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3780
|
+
_setter("ip_addresses", ip_addresses)
|
3781
|
+
_setter("label", label)
|
3782
|
+
_setter("mac_address", mac_address)
|
3783
|
+
_setter("mac_address_type", mac_address_type)
|
3784
|
+
_setter("network_name", network_name)
|
3785
|
+
_setter("switch_name", switch_name)
|
3120
3786
|
|
3121
3787
|
@property
|
3122
3788
|
@pulumi.getter(name="ipAddresses")
|
@@ -3178,9 +3844,22 @@ class GetAssetComputeNvdimmResult(dict):
|
|
3178
3844
|
:param str label: Provides a label and summary information for the device.
|
3179
3845
|
:param int unit_number: The unit number of the SCSI controller.
|
3180
3846
|
"""
|
3181
|
-
|
3182
|
-
|
3183
|
-
|
3847
|
+
GetAssetComputeNvdimmResult._configure(
|
3848
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3849
|
+
controller_key=controller_key,
|
3850
|
+
label=label,
|
3851
|
+
unit_number=unit_number,
|
3852
|
+
)
|
3853
|
+
@staticmethod
|
3854
|
+
def _configure(
|
3855
|
+
_setter: Callable[[Any, Any], None],
|
3856
|
+
controller_key: int,
|
3857
|
+
label: str,
|
3858
|
+
unit_number: int,
|
3859
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3860
|
+
_setter("controller_key", controller_key)
|
3861
|
+
_setter("label", label)
|
3862
|
+
_setter("unit_number", unit_number)
|
3184
3863
|
|
3185
3864
|
@property
|
3186
3865
|
@pulumi.getter(name="controllerKey")
|
@@ -3216,8 +3895,19 @@ class GetAssetComputeNvdimmControllerResult(dict):
|
|
3216
3895
|
:param int bus_number: Bus number.
|
3217
3896
|
:param str label: Provides a label and summary information for the device.
|
3218
3897
|
"""
|
3219
|
-
|
3220
|
-
|
3898
|
+
GetAssetComputeNvdimmControllerResult._configure(
|
3899
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3900
|
+
bus_number=bus_number,
|
3901
|
+
label=label,
|
3902
|
+
)
|
3903
|
+
@staticmethod
|
3904
|
+
def _configure(
|
3905
|
+
_setter: Callable[[Any, Any], None],
|
3906
|
+
bus_number: int,
|
3907
|
+
label: str,
|
3908
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3909
|
+
_setter("bus_number", bus_number)
|
3910
|
+
_setter("label", label)
|
3221
3911
|
|
3222
3912
|
@property
|
3223
3913
|
@pulumi.getter(name="busNumber")
|
@@ -3247,9 +3937,22 @@ class GetAssetComputeScsiControllerResult(dict):
|
|
3247
3937
|
:param str shared_bus: Shared bus.
|
3248
3938
|
:param int unit_number: The unit number of the SCSI controller.
|
3249
3939
|
"""
|
3250
|
-
|
3251
|
-
|
3252
|
-
|
3940
|
+
GetAssetComputeScsiControllerResult._configure(
|
3941
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3942
|
+
label=label,
|
3943
|
+
shared_bus=shared_bus,
|
3944
|
+
unit_number=unit_number,
|
3945
|
+
)
|
3946
|
+
@staticmethod
|
3947
|
+
def _configure(
|
3948
|
+
_setter: Callable[[Any, Any], None],
|
3949
|
+
label: str,
|
3950
|
+
shared_bus: str,
|
3951
|
+
unit_number: int,
|
3952
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3953
|
+
_setter("label", label)
|
3954
|
+
_setter("shared_bus", shared_bus)
|
3955
|
+
_setter("unit_number", unit_number)
|
3253
3956
|
|
3254
3957
|
@property
|
3255
3958
|
@pulumi.getter
|
@@ -3285,8 +3988,19 @@ class GetAssetSourceDiscoveryCredentialResult(dict):
|
|
3285
3988
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
|
3286
3989
|
:param str type: The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
|
3287
3990
|
"""
|
3288
|
-
|
3289
|
-
|
3991
|
+
GetAssetSourceDiscoveryCredentialResult._configure(
|
3992
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3993
|
+
secret_id=secret_id,
|
3994
|
+
type=type,
|
3995
|
+
)
|
3996
|
+
@staticmethod
|
3997
|
+
def _configure(
|
3998
|
+
_setter: Callable[[Any, Any], None],
|
3999
|
+
secret_id: str,
|
4000
|
+
type: str,
|
4001
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4002
|
+
_setter("secret_id", secret_id)
|
4003
|
+
_setter("type", type)
|
3290
4004
|
|
3291
4005
|
@property
|
3292
4006
|
@pulumi.getter(name="secretId")
|
@@ -3314,8 +4028,19 @@ class GetAssetSourceReplicationCredentialResult(dict):
|
|
3314
4028
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
|
3315
4029
|
:param str type: The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
|
3316
4030
|
"""
|
3317
|
-
|
3318
|
-
|
4031
|
+
GetAssetSourceReplicationCredentialResult._configure(
|
4032
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4033
|
+
secret_id=secret_id,
|
4034
|
+
type=type,
|
4035
|
+
)
|
4036
|
+
@staticmethod
|
4037
|
+
def _configure(
|
4038
|
+
_setter: Callable[[Any, Any], None],
|
4039
|
+
secret_id: str,
|
4040
|
+
type: str,
|
4041
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4042
|
+
_setter("secret_id", secret_id)
|
4043
|
+
_setter("type", type)
|
3319
4044
|
|
3320
4045
|
@property
|
3321
4046
|
@pulumi.getter(name="secretId")
|
@@ -3338,7 +4063,16 @@ class GetAssetSourceReplicationCredentialResult(dict):
|
|
3338
4063
|
class GetAssetSourcesAssetSourceCollectionResult(dict):
|
3339
4064
|
def __init__(__self__, *,
|
3340
4065
|
items: Sequence['outputs.GetAssetSourcesAssetSourceCollectionItemResult']):
|
3341
|
-
|
4066
|
+
GetAssetSourcesAssetSourceCollectionResult._configure(
|
4067
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4068
|
+
items=items,
|
4069
|
+
)
|
4070
|
+
@staticmethod
|
4071
|
+
def _configure(
|
4072
|
+
_setter: Callable[[Any, Any], None],
|
4073
|
+
items: Sequence['outputs.GetAssetSourcesAssetSourceCollectionItemResult'],
|
4074
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4075
|
+
_setter("items", items)
|
3342
4076
|
|
3343
4077
|
@property
|
3344
4078
|
@pulumi.getter
|
@@ -3391,26 +4125,73 @@ class GetAssetSourcesAssetSourceCollectionItemResult(dict):
|
|
3391
4125
|
:param str type: The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
|
3392
4126
|
:param str vcenter_endpoint: Endpoint for VMware asset discovery and replication in the form of ```https://<host>:<port>/sdk```
|
3393
4127
|
"""
|
3394
|
-
|
3395
|
-
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
3399
|
-
|
3400
|
-
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
3404
|
-
|
3405
|
-
|
3406
|
-
|
3407
|
-
|
3408
|
-
|
3409
|
-
|
3410
|
-
|
3411
|
-
|
3412
|
-
|
3413
|
-
|
4128
|
+
GetAssetSourcesAssetSourceCollectionItemResult._configure(
|
4129
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4130
|
+
are_historical_metrics_collected=are_historical_metrics_collected,
|
4131
|
+
are_realtime_metrics_collected=are_realtime_metrics_collected,
|
4132
|
+
assets_compartment_id=assets_compartment_id,
|
4133
|
+
compartment_id=compartment_id,
|
4134
|
+
defined_tags=defined_tags,
|
4135
|
+
discovery_credentials=discovery_credentials,
|
4136
|
+
discovery_schedule_id=discovery_schedule_id,
|
4137
|
+
display_name=display_name,
|
4138
|
+
environment_id=environment_id,
|
4139
|
+
freeform_tags=freeform_tags,
|
4140
|
+
id=id,
|
4141
|
+
inventory_id=inventory_id,
|
4142
|
+
lifecycle_details=lifecycle_details,
|
4143
|
+
replication_credentials=replication_credentials,
|
4144
|
+
state=state,
|
4145
|
+
system_tags=system_tags,
|
4146
|
+
time_created=time_created,
|
4147
|
+
time_updated=time_updated,
|
4148
|
+
type=type,
|
4149
|
+
vcenter_endpoint=vcenter_endpoint,
|
4150
|
+
)
|
4151
|
+
@staticmethod
|
4152
|
+
def _configure(
|
4153
|
+
_setter: Callable[[Any, Any], None],
|
4154
|
+
are_historical_metrics_collected: bool,
|
4155
|
+
are_realtime_metrics_collected: bool,
|
4156
|
+
assets_compartment_id: str,
|
4157
|
+
compartment_id: str,
|
4158
|
+
defined_tags: Mapping[str, Any],
|
4159
|
+
discovery_credentials: Sequence['outputs.GetAssetSourcesAssetSourceCollectionItemDiscoveryCredentialResult'],
|
4160
|
+
discovery_schedule_id: str,
|
4161
|
+
display_name: str,
|
4162
|
+
environment_id: str,
|
4163
|
+
freeform_tags: Mapping[str, Any],
|
4164
|
+
id: str,
|
4165
|
+
inventory_id: str,
|
4166
|
+
lifecycle_details: str,
|
4167
|
+
replication_credentials: Sequence['outputs.GetAssetSourcesAssetSourceCollectionItemReplicationCredentialResult'],
|
4168
|
+
state: str,
|
4169
|
+
system_tags: Mapping[str, Any],
|
4170
|
+
time_created: str,
|
4171
|
+
time_updated: str,
|
4172
|
+
type: str,
|
4173
|
+
vcenter_endpoint: str,
|
4174
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4175
|
+
_setter("are_historical_metrics_collected", are_historical_metrics_collected)
|
4176
|
+
_setter("are_realtime_metrics_collected", are_realtime_metrics_collected)
|
4177
|
+
_setter("assets_compartment_id", assets_compartment_id)
|
4178
|
+
_setter("compartment_id", compartment_id)
|
4179
|
+
_setter("defined_tags", defined_tags)
|
4180
|
+
_setter("discovery_credentials", discovery_credentials)
|
4181
|
+
_setter("discovery_schedule_id", discovery_schedule_id)
|
4182
|
+
_setter("display_name", display_name)
|
4183
|
+
_setter("environment_id", environment_id)
|
4184
|
+
_setter("freeform_tags", freeform_tags)
|
4185
|
+
_setter("id", id)
|
4186
|
+
_setter("inventory_id", inventory_id)
|
4187
|
+
_setter("lifecycle_details", lifecycle_details)
|
4188
|
+
_setter("replication_credentials", replication_credentials)
|
4189
|
+
_setter("state", state)
|
4190
|
+
_setter("system_tags", system_tags)
|
4191
|
+
_setter("time_created", time_created)
|
4192
|
+
_setter("time_updated", time_updated)
|
4193
|
+
_setter("type", type)
|
4194
|
+
_setter("vcenter_endpoint", vcenter_endpoint)
|
3414
4195
|
|
3415
4196
|
@property
|
3416
4197
|
@pulumi.getter(name="areHistoricalMetricsCollected")
|
@@ -3582,8 +4363,19 @@ class GetAssetSourcesAssetSourceCollectionItemDiscoveryCredentialResult(dict):
|
|
3582
4363
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
|
3583
4364
|
:param str type: The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
|
3584
4365
|
"""
|
3585
|
-
|
3586
|
-
|
4366
|
+
GetAssetSourcesAssetSourceCollectionItemDiscoveryCredentialResult._configure(
|
4367
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4368
|
+
secret_id=secret_id,
|
4369
|
+
type=type,
|
4370
|
+
)
|
4371
|
+
@staticmethod
|
4372
|
+
def _configure(
|
4373
|
+
_setter: Callable[[Any, Any], None],
|
4374
|
+
secret_id: str,
|
4375
|
+
type: str,
|
4376
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4377
|
+
_setter("secret_id", secret_id)
|
4378
|
+
_setter("type", type)
|
3587
4379
|
|
3588
4380
|
@property
|
3589
4381
|
@pulumi.getter(name="secretId")
|
@@ -3611,8 +4403,19 @@ class GetAssetSourcesAssetSourceCollectionItemReplicationCredentialResult(dict):
|
|
3611
4403
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
|
3612
4404
|
:param str type: The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
|
3613
4405
|
"""
|
3614
|
-
|
3615
|
-
|
4406
|
+
GetAssetSourcesAssetSourceCollectionItemReplicationCredentialResult._configure(
|
4407
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4408
|
+
secret_id=secret_id,
|
4409
|
+
type=type,
|
4410
|
+
)
|
4411
|
+
@staticmethod
|
4412
|
+
def _configure(
|
4413
|
+
_setter: Callable[[Any, Any], None],
|
4414
|
+
secret_id: str,
|
4415
|
+
type: str,
|
4416
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4417
|
+
_setter("secret_id", secret_id)
|
4418
|
+
_setter("type", type)
|
3616
4419
|
|
3617
4420
|
@property
|
3618
4421
|
@pulumi.getter(name="secretId")
|
@@ -3637,10 +4440,23 @@ class GetAssetSourcesFilterResult(dict):
|
|
3637
4440
|
name: str,
|
3638
4441
|
values: Sequence[str],
|
3639
4442
|
regex: Optional[bool] = None):
|
3640
|
-
|
3641
|
-
|
4443
|
+
GetAssetSourcesFilterResult._configure(
|
4444
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4445
|
+
name=name,
|
4446
|
+
values=values,
|
4447
|
+
regex=regex,
|
4448
|
+
)
|
4449
|
+
@staticmethod
|
4450
|
+
def _configure(
|
4451
|
+
_setter: Callable[[Any, Any], None],
|
4452
|
+
name: str,
|
4453
|
+
values: Sequence[str],
|
4454
|
+
regex: Optional[bool] = None,
|
4455
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4456
|
+
_setter("name", name)
|
4457
|
+
_setter("values", values)
|
3642
4458
|
if regex is not None:
|
3643
|
-
|
4459
|
+
_setter("regex", regex)
|
3644
4460
|
|
3645
4461
|
@property
|
3646
4462
|
@pulumi.getter
|
@@ -3669,9 +4485,22 @@ class GetAssetVmResult(dict):
|
|
3669
4485
|
:param str hypervisor_vendor: Hypervisor vendor.
|
3670
4486
|
:param str hypervisor_version: Hypervisor version.
|
3671
4487
|
"""
|
3672
|
-
|
3673
|
-
|
3674
|
-
|
4488
|
+
GetAssetVmResult._configure(
|
4489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4490
|
+
hypervisor_host=hypervisor_host,
|
4491
|
+
hypervisor_vendor=hypervisor_vendor,
|
4492
|
+
hypervisor_version=hypervisor_version,
|
4493
|
+
)
|
4494
|
+
@staticmethod
|
4495
|
+
def _configure(
|
4496
|
+
_setter: Callable[[Any, Any], None],
|
4497
|
+
hypervisor_host: str,
|
4498
|
+
hypervisor_vendor: str,
|
4499
|
+
hypervisor_version: str,
|
4500
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4501
|
+
_setter("hypervisor_host", hypervisor_host)
|
4502
|
+
_setter("hypervisor_vendor", hypervisor_vendor)
|
4503
|
+
_setter("hypervisor_version", hypervisor_version)
|
3675
4504
|
|
3676
4505
|
@property
|
3677
4506
|
@pulumi.getter(name="hypervisorHost")
|
@@ -3709,9 +4538,22 @@ class GetAssetVmwareVcenterResult(dict):
|
|
3709
4538
|
:param str vcenter_key: vCenter unique key.
|
3710
4539
|
:param str vcenter_version: Dot-separated version string.
|
3711
4540
|
"""
|
3712
|
-
|
3713
|
-
|
3714
|
-
|
4541
|
+
GetAssetVmwareVcenterResult._configure(
|
4542
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4543
|
+
data_center=data_center,
|
4544
|
+
vcenter_key=vcenter_key,
|
4545
|
+
vcenter_version=vcenter_version,
|
4546
|
+
)
|
4547
|
+
@staticmethod
|
4548
|
+
def _configure(
|
4549
|
+
_setter: Callable[[Any, Any], None],
|
4550
|
+
data_center: str,
|
4551
|
+
vcenter_key: str,
|
4552
|
+
vcenter_version: str,
|
4553
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4554
|
+
_setter("data_center", data_center)
|
4555
|
+
_setter("vcenter_key", vcenter_key)
|
4556
|
+
_setter("vcenter_version", vcenter_version)
|
3715
4557
|
|
3716
4558
|
@property
|
3717
4559
|
@pulumi.getter(name="dataCenter")
|
@@ -3765,17 +4607,46 @@ class GetAssetVmwareVmResult(dict):
|
|
3765
4607
|
:param str path: Path directory of the asset.
|
3766
4608
|
:param str vmware_tools_status: VMware tools status.
|
3767
4609
|
"""
|
3768
|
-
|
3769
|
-
|
3770
|
-
|
3771
|
-
|
3772
|
-
|
3773
|
-
|
3774
|
-
|
3775
|
-
|
3776
|
-
|
3777
|
-
|
3778
|
-
|
4610
|
+
GetAssetVmwareVmResult._configure(
|
4611
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4612
|
+
cluster=cluster,
|
4613
|
+
customer_fields=customer_fields,
|
4614
|
+
customer_tags=customer_tags,
|
4615
|
+
fault_tolerance_bandwidth=fault_tolerance_bandwidth,
|
4616
|
+
fault_tolerance_secondary_latency=fault_tolerance_secondary_latency,
|
4617
|
+
fault_tolerance_state=fault_tolerance_state,
|
4618
|
+
instance_uuid=instance_uuid,
|
4619
|
+
is_disks_cbt_enabled=is_disks_cbt_enabled,
|
4620
|
+
is_disks_uuid_enabled=is_disks_uuid_enabled,
|
4621
|
+
path=path,
|
4622
|
+
vmware_tools_status=vmware_tools_status,
|
4623
|
+
)
|
4624
|
+
@staticmethod
|
4625
|
+
def _configure(
|
4626
|
+
_setter: Callable[[Any, Any], None],
|
4627
|
+
cluster: str,
|
4628
|
+
customer_fields: Sequence[str],
|
4629
|
+
customer_tags: Sequence['outputs.GetAssetVmwareVmCustomerTagResult'],
|
4630
|
+
fault_tolerance_bandwidth: int,
|
4631
|
+
fault_tolerance_secondary_latency: int,
|
4632
|
+
fault_tolerance_state: str,
|
4633
|
+
instance_uuid: str,
|
4634
|
+
is_disks_cbt_enabled: bool,
|
4635
|
+
is_disks_uuid_enabled: bool,
|
4636
|
+
path: str,
|
4637
|
+
vmware_tools_status: str,
|
4638
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4639
|
+
_setter("cluster", cluster)
|
4640
|
+
_setter("customer_fields", customer_fields)
|
4641
|
+
_setter("customer_tags", customer_tags)
|
4642
|
+
_setter("fault_tolerance_bandwidth", fault_tolerance_bandwidth)
|
4643
|
+
_setter("fault_tolerance_secondary_latency", fault_tolerance_secondary_latency)
|
4644
|
+
_setter("fault_tolerance_state", fault_tolerance_state)
|
4645
|
+
_setter("instance_uuid", instance_uuid)
|
4646
|
+
_setter("is_disks_cbt_enabled", is_disks_cbt_enabled)
|
4647
|
+
_setter("is_disks_uuid_enabled", is_disks_uuid_enabled)
|
4648
|
+
_setter("path", path)
|
4649
|
+
_setter("vmware_tools_status", vmware_tools_status)
|
3779
4650
|
|
3780
4651
|
@property
|
3781
4652
|
@pulumi.getter
|
@@ -3875,8 +4746,19 @@ class GetAssetVmwareVmCustomerTagResult(dict):
|
|
3875
4746
|
:param str description: The tag description.
|
3876
4747
|
:param str name: The tag name.
|
3877
4748
|
"""
|
3878
|
-
|
3879
|
-
|
4749
|
+
GetAssetVmwareVmCustomerTagResult._configure(
|
4750
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4751
|
+
description=description,
|
4752
|
+
name=name,
|
4753
|
+
)
|
4754
|
+
@staticmethod
|
4755
|
+
def _configure(
|
4756
|
+
_setter: Callable[[Any, Any], None],
|
4757
|
+
description: str,
|
4758
|
+
name: str,
|
4759
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4760
|
+
_setter("description", description)
|
4761
|
+
_setter("name", name)
|
3880
4762
|
|
3881
4763
|
@property
|
3882
4764
|
@pulumi.getter
|
@@ -3899,7 +4781,16 @@ class GetAssetVmwareVmCustomerTagResult(dict):
|
|
3899
4781
|
class GetAssetsAssetCollectionResult(dict):
|
3900
4782
|
def __init__(__self__, *,
|
3901
4783
|
items: Sequence['outputs.GetAssetsAssetCollectionItemResult']):
|
3902
|
-
|
4784
|
+
GetAssetsAssetCollectionResult._configure(
|
4785
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4786
|
+
items=items,
|
4787
|
+
)
|
4788
|
+
@staticmethod
|
4789
|
+
def _configure(
|
4790
|
+
_setter: Callable[[Any, Any], None],
|
4791
|
+
items: Sequence['outputs.GetAssetsAssetCollectionItemResult'],
|
4792
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4793
|
+
_setter("items", items)
|
3903
4794
|
|
3904
4795
|
@property
|
3905
4796
|
@pulumi.getter
|
@@ -3948,24 +4839,67 @@ class GetAssetsAssetCollectionItemResult(dict):
|
|
3948
4839
|
:param Sequence['GetAssetsAssetCollectionItemVmwareVcenterArgs'] vmware_vcenters: VMware vCenter related properties.
|
3949
4840
|
:param Sequence['GetAssetsAssetCollectionItemVmwareVmArgs'] vmware_vms: VMware virtual machine related properties.
|
3950
4841
|
"""
|
3951
|
-
|
3952
|
-
|
3953
|
-
|
3954
|
-
|
3955
|
-
|
3956
|
-
|
3957
|
-
|
3958
|
-
|
3959
|
-
|
3960
|
-
|
3961
|
-
|
3962
|
-
|
3963
|
-
|
3964
|
-
|
3965
|
-
|
3966
|
-
|
3967
|
-
|
3968
|
-
|
4842
|
+
GetAssetsAssetCollectionItemResult._configure(
|
4843
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4844
|
+
asset_source_ids=asset_source_ids,
|
4845
|
+
asset_type=asset_type,
|
4846
|
+
compartment_id=compartment_id,
|
4847
|
+
computes=computes,
|
4848
|
+
defined_tags=defined_tags,
|
4849
|
+
display_name=display_name,
|
4850
|
+
external_asset_key=external_asset_key,
|
4851
|
+
freeform_tags=freeform_tags,
|
4852
|
+
id=id,
|
4853
|
+
inventory_id=inventory_id,
|
4854
|
+
source_key=source_key,
|
4855
|
+
state=state,
|
4856
|
+
system_tags=system_tags,
|
4857
|
+
time_created=time_created,
|
4858
|
+
time_updated=time_updated,
|
4859
|
+
vms=vms,
|
4860
|
+
vmware_vcenters=vmware_vcenters,
|
4861
|
+
vmware_vms=vmware_vms,
|
4862
|
+
)
|
4863
|
+
@staticmethod
|
4864
|
+
def _configure(
|
4865
|
+
_setter: Callable[[Any, Any], None],
|
4866
|
+
asset_source_ids: Sequence[str],
|
4867
|
+
asset_type: str,
|
4868
|
+
compartment_id: str,
|
4869
|
+
computes: Sequence['outputs.GetAssetsAssetCollectionItemComputeResult'],
|
4870
|
+
defined_tags: Mapping[str, Any],
|
4871
|
+
display_name: str,
|
4872
|
+
external_asset_key: str,
|
4873
|
+
freeform_tags: Mapping[str, Any],
|
4874
|
+
id: str,
|
4875
|
+
inventory_id: str,
|
4876
|
+
source_key: str,
|
4877
|
+
state: str,
|
4878
|
+
system_tags: Mapping[str, Any],
|
4879
|
+
time_created: str,
|
4880
|
+
time_updated: str,
|
4881
|
+
vms: Sequence['outputs.GetAssetsAssetCollectionItemVmResult'],
|
4882
|
+
vmware_vcenters: Sequence['outputs.GetAssetsAssetCollectionItemVmwareVcenterResult'],
|
4883
|
+
vmware_vms: Sequence['outputs.GetAssetsAssetCollectionItemVmwareVmResult'],
|
4884
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4885
|
+
_setter("asset_source_ids", asset_source_ids)
|
4886
|
+
_setter("asset_type", asset_type)
|
4887
|
+
_setter("compartment_id", compartment_id)
|
4888
|
+
_setter("computes", computes)
|
4889
|
+
_setter("defined_tags", defined_tags)
|
4890
|
+
_setter("display_name", display_name)
|
4891
|
+
_setter("external_asset_key", external_asset_key)
|
4892
|
+
_setter("freeform_tags", freeform_tags)
|
4893
|
+
_setter("id", id)
|
4894
|
+
_setter("inventory_id", inventory_id)
|
4895
|
+
_setter("source_key", source_key)
|
4896
|
+
_setter("state", state)
|
4897
|
+
_setter("system_tags", system_tags)
|
4898
|
+
_setter("time_created", time_created)
|
4899
|
+
_setter("time_updated", time_updated)
|
4900
|
+
_setter("vms", vms)
|
4901
|
+
_setter("vmware_vcenters", vmware_vcenters)
|
4902
|
+
_setter("vmware_vms", vmware_vms)
|
3969
4903
|
|
3970
4904
|
@property
|
3971
4905
|
@pulumi.getter(name="assetSourceIds")
|
@@ -4175,35 +5109,100 @@ class GetAssetsAssetCollectionItemComputeResult(dict):
|
|
4175
5109
|
:param str storage_provisioned_in_mbs: Provision storage size in MBs.
|
4176
5110
|
:param int threads_per_core_count: Number of threads per core.
|
4177
5111
|
"""
|
4178
|
-
|
4179
|
-
|
4180
|
-
|
4181
|
-
|
4182
|
-
|
4183
|
-
|
4184
|
-
|
4185
|
-
|
4186
|
-
|
4187
|
-
|
4188
|
-
|
4189
|
-
|
4190
|
-
|
4191
|
-
|
4192
|
-
|
4193
|
-
|
4194
|
-
|
4195
|
-
|
4196
|
-
|
4197
|
-
|
4198
|
-
|
4199
|
-
|
4200
|
-
|
4201
|
-
|
4202
|
-
|
4203
|
-
|
4204
|
-
|
4205
|
-
|
4206
|
-
|
5112
|
+
GetAssetsAssetCollectionItemComputeResult._configure(
|
5113
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5114
|
+
connected_networks=connected_networks,
|
5115
|
+
cores_count=cores_count,
|
5116
|
+
cpu_model=cpu_model,
|
5117
|
+
description=description,
|
5118
|
+
disks=disks,
|
5119
|
+
disks_count=disks_count,
|
5120
|
+
dns_name=dns_name,
|
5121
|
+
firmware=firmware,
|
5122
|
+
gpu_devices=gpu_devices,
|
5123
|
+
gpu_devices_count=gpu_devices_count,
|
5124
|
+
guest_state=guest_state,
|
5125
|
+
hardware_version=hardware_version,
|
5126
|
+
host_name=host_name,
|
5127
|
+
is_pmem_enabled=is_pmem_enabled,
|
5128
|
+
is_tpm_enabled=is_tpm_enabled,
|
5129
|
+
latency_sensitivity=latency_sensitivity,
|
5130
|
+
memory_in_mbs=memory_in_mbs,
|
5131
|
+
nics=nics,
|
5132
|
+
nics_count=nics_count,
|
5133
|
+
nvdimm_controllers=nvdimm_controllers,
|
5134
|
+
nvdimms=nvdimms,
|
5135
|
+
operating_system=operating_system,
|
5136
|
+
operating_system_version=operating_system_version,
|
5137
|
+
pmem_in_mbs=pmem_in_mbs,
|
5138
|
+
power_state=power_state,
|
5139
|
+
primary_ip=primary_ip,
|
5140
|
+
scsi_controllers=scsi_controllers,
|
5141
|
+
storage_provisioned_in_mbs=storage_provisioned_in_mbs,
|
5142
|
+
threads_per_core_count=threads_per_core_count,
|
5143
|
+
)
|
5144
|
+
@staticmethod
|
5145
|
+
def _configure(
|
5146
|
+
_setter: Callable[[Any, Any], None],
|
5147
|
+
connected_networks: int,
|
5148
|
+
cores_count: int,
|
5149
|
+
cpu_model: str,
|
5150
|
+
description: str,
|
5151
|
+
disks: Sequence['outputs.GetAssetsAssetCollectionItemComputeDiskResult'],
|
5152
|
+
disks_count: int,
|
5153
|
+
dns_name: str,
|
5154
|
+
firmware: str,
|
5155
|
+
gpu_devices: Sequence['outputs.GetAssetsAssetCollectionItemComputeGpuDeviceResult'],
|
5156
|
+
gpu_devices_count: int,
|
5157
|
+
guest_state: str,
|
5158
|
+
hardware_version: str,
|
5159
|
+
host_name: str,
|
5160
|
+
is_pmem_enabled: bool,
|
5161
|
+
is_tpm_enabled: bool,
|
5162
|
+
latency_sensitivity: str,
|
5163
|
+
memory_in_mbs: str,
|
5164
|
+
nics: Sequence['outputs.GetAssetsAssetCollectionItemComputeNicResult'],
|
5165
|
+
nics_count: int,
|
5166
|
+
nvdimm_controllers: Sequence['outputs.GetAssetsAssetCollectionItemComputeNvdimmControllerResult'],
|
5167
|
+
nvdimms: Sequence['outputs.GetAssetsAssetCollectionItemComputeNvdimmResult'],
|
5168
|
+
operating_system: str,
|
5169
|
+
operating_system_version: str,
|
5170
|
+
pmem_in_mbs: str,
|
5171
|
+
power_state: str,
|
5172
|
+
primary_ip: str,
|
5173
|
+
scsi_controllers: Sequence['outputs.GetAssetsAssetCollectionItemComputeScsiControllerResult'],
|
5174
|
+
storage_provisioned_in_mbs: str,
|
5175
|
+
threads_per_core_count: int,
|
5176
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5177
|
+
_setter("connected_networks", connected_networks)
|
5178
|
+
_setter("cores_count", cores_count)
|
5179
|
+
_setter("cpu_model", cpu_model)
|
5180
|
+
_setter("description", description)
|
5181
|
+
_setter("disks", disks)
|
5182
|
+
_setter("disks_count", disks_count)
|
5183
|
+
_setter("dns_name", dns_name)
|
5184
|
+
_setter("firmware", firmware)
|
5185
|
+
_setter("gpu_devices", gpu_devices)
|
5186
|
+
_setter("gpu_devices_count", gpu_devices_count)
|
5187
|
+
_setter("guest_state", guest_state)
|
5188
|
+
_setter("hardware_version", hardware_version)
|
5189
|
+
_setter("host_name", host_name)
|
5190
|
+
_setter("is_pmem_enabled", is_pmem_enabled)
|
5191
|
+
_setter("is_tpm_enabled", is_tpm_enabled)
|
5192
|
+
_setter("latency_sensitivity", latency_sensitivity)
|
5193
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
5194
|
+
_setter("nics", nics)
|
5195
|
+
_setter("nics_count", nics_count)
|
5196
|
+
_setter("nvdimm_controllers", nvdimm_controllers)
|
5197
|
+
_setter("nvdimms", nvdimms)
|
5198
|
+
_setter("operating_system", operating_system)
|
5199
|
+
_setter("operating_system_version", operating_system_version)
|
5200
|
+
_setter("pmem_in_mbs", pmem_in_mbs)
|
5201
|
+
_setter("power_state", power_state)
|
5202
|
+
_setter("primary_ip", primary_ip)
|
5203
|
+
_setter("scsi_controllers", scsi_controllers)
|
5204
|
+
_setter("storage_provisioned_in_mbs", storage_provisioned_in_mbs)
|
5205
|
+
_setter("threads_per_core_count", threads_per_core_count)
|
4207
5206
|
|
4208
5207
|
@property
|
4209
5208
|
@pulumi.getter(name="connectedNetworks")
|
@@ -4457,13 +5456,34 @@ class GetAssetsAssetCollectionItemComputeDiskResult(dict):
|
|
4457
5456
|
:param str uuid: Disk UUID for the virtual disk, if available.
|
4458
5457
|
:param str uuid_lun: Disk UUID LUN for the virtual disk, if available.
|
4459
5458
|
"""
|
4460
|
-
|
4461
|
-
|
4462
|
-
|
4463
|
-
|
4464
|
-
|
4465
|
-
|
4466
|
-
|
5459
|
+
GetAssetsAssetCollectionItemComputeDiskResult._configure(
|
5460
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5461
|
+
boot_order=boot_order,
|
5462
|
+
location=location,
|
5463
|
+
name=name,
|
5464
|
+
persistent_mode=persistent_mode,
|
5465
|
+
size_in_mbs=size_in_mbs,
|
5466
|
+
uuid=uuid,
|
5467
|
+
uuid_lun=uuid_lun,
|
5468
|
+
)
|
5469
|
+
@staticmethod
|
5470
|
+
def _configure(
|
5471
|
+
_setter: Callable[[Any, Any], None],
|
5472
|
+
boot_order: int,
|
5473
|
+
location: str,
|
5474
|
+
name: str,
|
5475
|
+
persistent_mode: str,
|
5476
|
+
size_in_mbs: str,
|
5477
|
+
uuid: str,
|
5478
|
+
uuid_lun: str,
|
5479
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5480
|
+
_setter("boot_order", boot_order)
|
5481
|
+
_setter("location", location)
|
5482
|
+
_setter("name", name)
|
5483
|
+
_setter("persistent_mode", persistent_mode)
|
5484
|
+
_setter("size_in_mbs", size_in_mbs)
|
5485
|
+
_setter("uuid", uuid)
|
5486
|
+
_setter("uuid_lun", uuid_lun)
|
4467
5487
|
|
4468
5488
|
@property
|
4469
5489
|
@pulumi.getter(name="bootOrder")
|
@@ -4537,11 +5557,28 @@ class GetAssetsAssetCollectionItemComputeGpuDeviceResult(dict):
|
|
4537
5557
|
:param str memory_in_mbs: Memory size in MBs.
|
4538
5558
|
:param str name: The tag name.
|
4539
5559
|
"""
|
4540
|
-
|
4541
|
-
|
4542
|
-
|
4543
|
-
|
4544
|
-
|
5560
|
+
GetAssetsAssetCollectionItemComputeGpuDeviceResult._configure(
|
5561
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5562
|
+
cores_count=cores_count,
|
5563
|
+
description=description,
|
5564
|
+
manufacturer=manufacturer,
|
5565
|
+
memory_in_mbs=memory_in_mbs,
|
5566
|
+
name=name,
|
5567
|
+
)
|
5568
|
+
@staticmethod
|
5569
|
+
def _configure(
|
5570
|
+
_setter: Callable[[Any, Any], None],
|
5571
|
+
cores_count: int,
|
5572
|
+
description: str,
|
5573
|
+
manufacturer: str,
|
5574
|
+
memory_in_mbs: str,
|
5575
|
+
name: str,
|
5576
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5577
|
+
_setter("cores_count", cores_count)
|
5578
|
+
_setter("description", description)
|
5579
|
+
_setter("manufacturer", manufacturer)
|
5580
|
+
_setter("memory_in_mbs", memory_in_mbs)
|
5581
|
+
_setter("name", name)
|
4545
5582
|
|
4546
5583
|
@property
|
4547
5584
|
@pulumi.getter(name="coresCount")
|
@@ -4601,12 +5638,31 @@ class GetAssetsAssetCollectionItemComputeNicResult(dict):
|
|
4601
5638
|
:param str network_name: Network name.
|
4602
5639
|
:param str switch_name: Switch name.
|
4603
5640
|
"""
|
4604
|
-
|
4605
|
-
|
4606
|
-
|
4607
|
-
|
4608
|
-
|
4609
|
-
|
5641
|
+
GetAssetsAssetCollectionItemComputeNicResult._configure(
|
5642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5643
|
+
ip_addresses=ip_addresses,
|
5644
|
+
label=label,
|
5645
|
+
mac_address=mac_address,
|
5646
|
+
mac_address_type=mac_address_type,
|
5647
|
+
network_name=network_name,
|
5648
|
+
switch_name=switch_name,
|
5649
|
+
)
|
5650
|
+
@staticmethod
|
5651
|
+
def _configure(
|
5652
|
+
_setter: Callable[[Any, Any], None],
|
5653
|
+
ip_addresses: Sequence[str],
|
5654
|
+
label: str,
|
5655
|
+
mac_address: str,
|
5656
|
+
mac_address_type: str,
|
5657
|
+
network_name: str,
|
5658
|
+
switch_name: str,
|
5659
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5660
|
+
_setter("ip_addresses", ip_addresses)
|
5661
|
+
_setter("label", label)
|
5662
|
+
_setter("mac_address", mac_address)
|
5663
|
+
_setter("mac_address_type", mac_address_type)
|
5664
|
+
_setter("network_name", network_name)
|
5665
|
+
_setter("switch_name", switch_name)
|
4610
5666
|
|
4611
5667
|
@property
|
4612
5668
|
@pulumi.getter(name="ipAddresses")
|
@@ -4668,9 +5724,22 @@ class GetAssetsAssetCollectionItemComputeNvdimmResult(dict):
|
|
4668
5724
|
:param str label: Provides a label and summary information for the device.
|
4669
5725
|
:param int unit_number: The unit number of the SCSI controller.
|
4670
5726
|
"""
|
4671
|
-
|
4672
|
-
|
4673
|
-
|
5727
|
+
GetAssetsAssetCollectionItemComputeNvdimmResult._configure(
|
5728
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5729
|
+
controller_key=controller_key,
|
5730
|
+
label=label,
|
5731
|
+
unit_number=unit_number,
|
5732
|
+
)
|
5733
|
+
@staticmethod
|
5734
|
+
def _configure(
|
5735
|
+
_setter: Callable[[Any, Any], None],
|
5736
|
+
controller_key: int,
|
5737
|
+
label: str,
|
5738
|
+
unit_number: int,
|
5739
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5740
|
+
_setter("controller_key", controller_key)
|
5741
|
+
_setter("label", label)
|
5742
|
+
_setter("unit_number", unit_number)
|
4674
5743
|
|
4675
5744
|
@property
|
4676
5745
|
@pulumi.getter(name="controllerKey")
|
@@ -4706,8 +5775,19 @@ class GetAssetsAssetCollectionItemComputeNvdimmControllerResult(dict):
|
|
4706
5775
|
:param int bus_number: Bus number.
|
4707
5776
|
:param str label: Provides a label and summary information for the device.
|
4708
5777
|
"""
|
4709
|
-
|
4710
|
-
|
5778
|
+
GetAssetsAssetCollectionItemComputeNvdimmControllerResult._configure(
|
5779
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5780
|
+
bus_number=bus_number,
|
5781
|
+
label=label,
|
5782
|
+
)
|
5783
|
+
@staticmethod
|
5784
|
+
def _configure(
|
5785
|
+
_setter: Callable[[Any, Any], None],
|
5786
|
+
bus_number: int,
|
5787
|
+
label: str,
|
5788
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5789
|
+
_setter("bus_number", bus_number)
|
5790
|
+
_setter("label", label)
|
4711
5791
|
|
4712
5792
|
@property
|
4713
5793
|
@pulumi.getter(name="busNumber")
|
@@ -4737,9 +5817,22 @@ class GetAssetsAssetCollectionItemComputeScsiControllerResult(dict):
|
|
4737
5817
|
:param str shared_bus: Shared bus.
|
4738
5818
|
:param int unit_number: The unit number of the SCSI controller.
|
4739
5819
|
"""
|
4740
|
-
|
4741
|
-
|
4742
|
-
|
5820
|
+
GetAssetsAssetCollectionItemComputeScsiControllerResult._configure(
|
5821
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5822
|
+
label=label,
|
5823
|
+
shared_bus=shared_bus,
|
5824
|
+
unit_number=unit_number,
|
5825
|
+
)
|
5826
|
+
@staticmethod
|
5827
|
+
def _configure(
|
5828
|
+
_setter: Callable[[Any, Any], None],
|
5829
|
+
label: str,
|
5830
|
+
shared_bus: str,
|
5831
|
+
unit_number: int,
|
5832
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5833
|
+
_setter("label", label)
|
5834
|
+
_setter("shared_bus", shared_bus)
|
5835
|
+
_setter("unit_number", unit_number)
|
4743
5836
|
|
4744
5837
|
@property
|
4745
5838
|
@pulumi.getter
|
@@ -4777,9 +5870,22 @@ class GetAssetsAssetCollectionItemVmResult(dict):
|
|
4777
5870
|
:param str hypervisor_vendor: Hypervisor vendor.
|
4778
5871
|
:param str hypervisor_version: Hypervisor version.
|
4779
5872
|
"""
|
4780
|
-
|
4781
|
-
|
4782
|
-
|
5873
|
+
GetAssetsAssetCollectionItemVmResult._configure(
|
5874
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5875
|
+
hypervisor_host=hypervisor_host,
|
5876
|
+
hypervisor_vendor=hypervisor_vendor,
|
5877
|
+
hypervisor_version=hypervisor_version,
|
5878
|
+
)
|
5879
|
+
@staticmethod
|
5880
|
+
def _configure(
|
5881
|
+
_setter: Callable[[Any, Any], None],
|
5882
|
+
hypervisor_host: str,
|
5883
|
+
hypervisor_vendor: str,
|
5884
|
+
hypervisor_version: str,
|
5885
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5886
|
+
_setter("hypervisor_host", hypervisor_host)
|
5887
|
+
_setter("hypervisor_vendor", hypervisor_vendor)
|
5888
|
+
_setter("hypervisor_version", hypervisor_version)
|
4783
5889
|
|
4784
5890
|
@property
|
4785
5891
|
@pulumi.getter(name="hypervisorHost")
|
@@ -4817,9 +5923,22 @@ class GetAssetsAssetCollectionItemVmwareVcenterResult(dict):
|
|
4817
5923
|
:param str vcenter_key: vCenter unique key.
|
4818
5924
|
:param str vcenter_version: Dot-separated version string.
|
4819
5925
|
"""
|
4820
|
-
|
4821
|
-
|
4822
|
-
|
5926
|
+
GetAssetsAssetCollectionItemVmwareVcenterResult._configure(
|
5927
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5928
|
+
data_center=data_center,
|
5929
|
+
vcenter_key=vcenter_key,
|
5930
|
+
vcenter_version=vcenter_version,
|
5931
|
+
)
|
5932
|
+
@staticmethod
|
5933
|
+
def _configure(
|
5934
|
+
_setter: Callable[[Any, Any], None],
|
5935
|
+
data_center: str,
|
5936
|
+
vcenter_key: str,
|
5937
|
+
vcenter_version: str,
|
5938
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5939
|
+
_setter("data_center", data_center)
|
5940
|
+
_setter("vcenter_key", vcenter_key)
|
5941
|
+
_setter("vcenter_version", vcenter_version)
|
4823
5942
|
|
4824
5943
|
@property
|
4825
5944
|
@pulumi.getter(name="dataCenter")
|
@@ -4873,17 +5992,46 @@ class GetAssetsAssetCollectionItemVmwareVmResult(dict):
|
|
4873
5992
|
:param str path: Path directory of the asset.
|
4874
5993
|
:param str vmware_tools_status: VMware tools status.
|
4875
5994
|
"""
|
4876
|
-
|
4877
|
-
|
4878
|
-
|
4879
|
-
|
4880
|
-
|
4881
|
-
|
4882
|
-
|
4883
|
-
|
4884
|
-
|
4885
|
-
|
4886
|
-
|
5995
|
+
GetAssetsAssetCollectionItemVmwareVmResult._configure(
|
5996
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5997
|
+
cluster=cluster,
|
5998
|
+
customer_fields=customer_fields,
|
5999
|
+
customer_tags=customer_tags,
|
6000
|
+
fault_tolerance_bandwidth=fault_tolerance_bandwidth,
|
6001
|
+
fault_tolerance_secondary_latency=fault_tolerance_secondary_latency,
|
6002
|
+
fault_tolerance_state=fault_tolerance_state,
|
6003
|
+
instance_uuid=instance_uuid,
|
6004
|
+
is_disks_cbt_enabled=is_disks_cbt_enabled,
|
6005
|
+
is_disks_uuid_enabled=is_disks_uuid_enabled,
|
6006
|
+
path=path,
|
6007
|
+
vmware_tools_status=vmware_tools_status,
|
6008
|
+
)
|
6009
|
+
@staticmethod
|
6010
|
+
def _configure(
|
6011
|
+
_setter: Callable[[Any, Any], None],
|
6012
|
+
cluster: str,
|
6013
|
+
customer_fields: Sequence[str],
|
6014
|
+
customer_tags: Sequence['outputs.GetAssetsAssetCollectionItemVmwareVmCustomerTagResult'],
|
6015
|
+
fault_tolerance_bandwidth: int,
|
6016
|
+
fault_tolerance_secondary_latency: int,
|
6017
|
+
fault_tolerance_state: str,
|
6018
|
+
instance_uuid: str,
|
6019
|
+
is_disks_cbt_enabled: bool,
|
6020
|
+
is_disks_uuid_enabled: bool,
|
6021
|
+
path: str,
|
6022
|
+
vmware_tools_status: str,
|
6023
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6024
|
+
_setter("cluster", cluster)
|
6025
|
+
_setter("customer_fields", customer_fields)
|
6026
|
+
_setter("customer_tags", customer_tags)
|
6027
|
+
_setter("fault_tolerance_bandwidth", fault_tolerance_bandwidth)
|
6028
|
+
_setter("fault_tolerance_secondary_latency", fault_tolerance_secondary_latency)
|
6029
|
+
_setter("fault_tolerance_state", fault_tolerance_state)
|
6030
|
+
_setter("instance_uuid", instance_uuid)
|
6031
|
+
_setter("is_disks_cbt_enabled", is_disks_cbt_enabled)
|
6032
|
+
_setter("is_disks_uuid_enabled", is_disks_uuid_enabled)
|
6033
|
+
_setter("path", path)
|
6034
|
+
_setter("vmware_tools_status", vmware_tools_status)
|
4887
6035
|
|
4888
6036
|
@property
|
4889
6037
|
@pulumi.getter
|
@@ -4983,8 +6131,19 @@ class GetAssetsAssetCollectionItemVmwareVmCustomerTagResult(dict):
|
|
4983
6131
|
:param str description: The tag description.
|
4984
6132
|
:param str name: The tag name.
|
4985
6133
|
"""
|
4986
|
-
|
4987
|
-
|
6134
|
+
GetAssetsAssetCollectionItemVmwareVmCustomerTagResult._configure(
|
6135
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6136
|
+
description=description,
|
6137
|
+
name=name,
|
6138
|
+
)
|
6139
|
+
@staticmethod
|
6140
|
+
def _configure(
|
6141
|
+
_setter: Callable[[Any, Any], None],
|
6142
|
+
description: str,
|
6143
|
+
name: str,
|
6144
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6145
|
+
_setter("description", description)
|
6146
|
+
_setter("name", name)
|
4988
6147
|
|
4989
6148
|
@property
|
4990
6149
|
@pulumi.getter
|
@@ -5012,10 +6171,23 @@ class GetAssetsFilterResult(dict):
|
|
5012
6171
|
"""
|
5013
6172
|
:param str name: The tag name.
|
5014
6173
|
"""
|
5015
|
-
|
5016
|
-
|
6174
|
+
GetAssetsFilterResult._configure(
|
6175
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6176
|
+
name=name,
|
6177
|
+
values=values,
|
6178
|
+
regex=regex,
|
6179
|
+
)
|
6180
|
+
@staticmethod
|
6181
|
+
def _configure(
|
6182
|
+
_setter: Callable[[Any, Any], None],
|
6183
|
+
name: str,
|
6184
|
+
values: Sequence[str],
|
6185
|
+
regex: Optional[bool] = None,
|
6186
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6187
|
+
_setter("name", name)
|
6188
|
+
_setter("values", values)
|
5017
6189
|
if regex is not None:
|
5018
|
-
|
6190
|
+
_setter("regex", regex)
|
5019
6191
|
|
5020
6192
|
@property
|
5021
6193
|
@pulumi.getter
|
@@ -5040,7 +6212,16 @@ class GetAssetsFilterResult(dict):
|
|
5040
6212
|
class GetDiscoverySchedulesDiscoveryScheduleCollectionResult(dict):
|
5041
6213
|
def __init__(__self__, *,
|
5042
6214
|
items: Sequence['outputs.GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult']):
|
5043
|
-
|
6215
|
+
GetDiscoverySchedulesDiscoveryScheduleCollectionResult._configure(
|
6216
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6217
|
+
items=items,
|
6218
|
+
)
|
6219
|
+
@staticmethod
|
6220
|
+
def _configure(
|
6221
|
+
_setter: Callable[[Any, Any], None],
|
6222
|
+
items: Sequence['outputs.GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult'],
|
6223
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6224
|
+
_setter("items", items)
|
5044
6225
|
|
5045
6226
|
@property
|
5046
6227
|
@pulumi.getter
|
@@ -5075,17 +6256,46 @@ class GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult(dict):
|
|
5075
6256
|
:param str time_created: The time when the discovery schedule was created in RFC3339 format.
|
5076
6257
|
:param str time_updated: The time when the discovery schedule was last updated in RFC3339 format.
|
5077
6258
|
"""
|
5078
|
-
|
5079
|
-
|
5080
|
-
|
5081
|
-
|
5082
|
-
|
5083
|
-
|
5084
|
-
|
5085
|
-
|
5086
|
-
|
5087
|
-
|
5088
|
-
|
6259
|
+
GetDiscoverySchedulesDiscoveryScheduleCollectionItemResult._configure(
|
6260
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6261
|
+
compartment_id=compartment_id,
|
6262
|
+
defined_tags=defined_tags,
|
6263
|
+
display_name=display_name,
|
6264
|
+
execution_recurrences=execution_recurrences,
|
6265
|
+
freeform_tags=freeform_tags,
|
6266
|
+
id=id,
|
6267
|
+
lifecycle_details=lifecycle_details,
|
6268
|
+
state=state,
|
6269
|
+
system_tags=system_tags,
|
6270
|
+
time_created=time_created,
|
6271
|
+
time_updated=time_updated,
|
6272
|
+
)
|
6273
|
+
@staticmethod
|
6274
|
+
def _configure(
|
6275
|
+
_setter: Callable[[Any, Any], None],
|
6276
|
+
compartment_id: str,
|
6277
|
+
defined_tags: Mapping[str, Any],
|
6278
|
+
display_name: str,
|
6279
|
+
execution_recurrences: str,
|
6280
|
+
freeform_tags: Mapping[str, Any],
|
6281
|
+
id: str,
|
6282
|
+
lifecycle_details: str,
|
6283
|
+
state: str,
|
6284
|
+
system_tags: Mapping[str, Any],
|
6285
|
+
time_created: str,
|
6286
|
+
time_updated: str,
|
6287
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6288
|
+
_setter("compartment_id", compartment_id)
|
6289
|
+
_setter("defined_tags", defined_tags)
|
6290
|
+
_setter("display_name", display_name)
|
6291
|
+
_setter("execution_recurrences", execution_recurrences)
|
6292
|
+
_setter("freeform_tags", freeform_tags)
|
6293
|
+
_setter("id", id)
|
6294
|
+
_setter("lifecycle_details", lifecycle_details)
|
6295
|
+
_setter("state", state)
|
6296
|
+
_setter("system_tags", system_tags)
|
6297
|
+
_setter("time_created", time_created)
|
6298
|
+
_setter("time_updated", time_updated)
|
5089
6299
|
|
5090
6300
|
@property
|
5091
6301
|
@pulumi.getter(name="compartmentId")
|
@@ -5182,10 +6392,23 @@ class GetDiscoverySchedulesFilterResult(dict):
|
|
5182
6392
|
name: str,
|
5183
6393
|
values: Sequence[str],
|
5184
6394
|
regex: Optional[bool] = None):
|
5185
|
-
|
5186
|
-
|
6395
|
+
GetDiscoverySchedulesFilterResult._configure(
|
6396
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6397
|
+
name=name,
|
6398
|
+
values=values,
|
6399
|
+
regex=regex,
|
6400
|
+
)
|
6401
|
+
@staticmethod
|
6402
|
+
def _configure(
|
6403
|
+
_setter: Callable[[Any, Any], None],
|
6404
|
+
name: str,
|
6405
|
+
values: Sequence[str],
|
6406
|
+
regex: Optional[bool] = None,
|
6407
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6408
|
+
_setter("name", name)
|
6409
|
+
_setter("values", values)
|
5187
6410
|
if regex is not None:
|
5188
|
-
|
6411
|
+
_setter("regex", regex)
|
5189
6412
|
|
5190
6413
|
@property
|
5191
6414
|
@pulumi.getter
|
@@ -5207,7 +6430,16 @@ class GetDiscoverySchedulesFilterResult(dict):
|
|
5207
6430
|
class GetEnvironmentsEnvironmentCollectionResult(dict):
|
5208
6431
|
def __init__(__self__, *,
|
5209
6432
|
items: Sequence['outputs.GetEnvironmentsEnvironmentCollectionItemResult']):
|
5210
|
-
|
6433
|
+
GetEnvironmentsEnvironmentCollectionResult._configure(
|
6434
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6435
|
+
items=items,
|
6436
|
+
)
|
6437
|
+
@staticmethod
|
6438
|
+
def _configure(
|
6439
|
+
_setter: Callable[[Any, Any], None],
|
6440
|
+
items: Sequence['outputs.GetEnvironmentsEnvironmentCollectionItemResult'],
|
6441
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6442
|
+
_setter("items", items)
|
5211
6443
|
|
5212
6444
|
@property
|
5213
6445
|
@pulumi.getter
|
@@ -5240,16 +6472,43 @@ class GetEnvironmentsEnvironmentCollectionItemResult(dict):
|
|
5240
6472
|
:param str time_created: The time when the source environment was created. An RFC3339 formatted datetime string.
|
5241
6473
|
:param str time_updated: The time when the source environment was updated. An RFC3339 formatted datetime string.
|
5242
6474
|
"""
|
5243
|
-
|
5244
|
-
|
5245
|
-
|
5246
|
-
|
5247
|
-
|
5248
|
-
|
5249
|
-
|
5250
|
-
|
5251
|
-
|
5252
|
-
|
6475
|
+
GetEnvironmentsEnvironmentCollectionItemResult._configure(
|
6476
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6477
|
+
compartment_id=compartment_id,
|
6478
|
+
defined_tags=defined_tags,
|
6479
|
+
display_name=display_name,
|
6480
|
+
freeform_tags=freeform_tags,
|
6481
|
+
id=id,
|
6482
|
+
lifecycle_details=lifecycle_details,
|
6483
|
+
state=state,
|
6484
|
+
system_tags=system_tags,
|
6485
|
+
time_created=time_created,
|
6486
|
+
time_updated=time_updated,
|
6487
|
+
)
|
6488
|
+
@staticmethod
|
6489
|
+
def _configure(
|
6490
|
+
_setter: Callable[[Any, Any], None],
|
6491
|
+
compartment_id: str,
|
6492
|
+
defined_tags: Mapping[str, Any],
|
6493
|
+
display_name: str,
|
6494
|
+
freeform_tags: Mapping[str, Any],
|
6495
|
+
id: str,
|
6496
|
+
lifecycle_details: str,
|
6497
|
+
state: str,
|
6498
|
+
system_tags: Mapping[str, Any],
|
6499
|
+
time_created: str,
|
6500
|
+
time_updated: str,
|
6501
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6502
|
+
_setter("compartment_id", compartment_id)
|
6503
|
+
_setter("defined_tags", defined_tags)
|
6504
|
+
_setter("display_name", display_name)
|
6505
|
+
_setter("freeform_tags", freeform_tags)
|
6506
|
+
_setter("id", id)
|
6507
|
+
_setter("lifecycle_details", lifecycle_details)
|
6508
|
+
_setter("state", state)
|
6509
|
+
_setter("system_tags", system_tags)
|
6510
|
+
_setter("time_created", time_created)
|
6511
|
+
_setter("time_updated", time_updated)
|
5253
6512
|
|
5254
6513
|
@property
|
5255
6514
|
@pulumi.getter(name="compartmentId")
|
@@ -5338,10 +6597,23 @@ class GetEnvironmentsFilterResult(dict):
|
|
5338
6597
|
name: str,
|
5339
6598
|
values: Sequence[str],
|
5340
6599
|
regex: Optional[bool] = None):
|
5341
|
-
|
5342
|
-
|
6600
|
+
GetEnvironmentsFilterResult._configure(
|
6601
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6602
|
+
name=name,
|
6603
|
+
values=values,
|
6604
|
+
regex=regex,
|
6605
|
+
)
|
6606
|
+
@staticmethod
|
6607
|
+
def _configure(
|
6608
|
+
_setter: Callable[[Any, Any], None],
|
6609
|
+
name: str,
|
6610
|
+
values: Sequence[str],
|
6611
|
+
regex: Optional[bool] = None,
|
6612
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6613
|
+
_setter("name", name)
|
6614
|
+
_setter("values", values)
|
5343
6615
|
if regex is not None:
|
5344
|
-
|
6616
|
+
_setter("regex", regex)
|
5345
6617
|
|
5346
6618
|
@property
|
5347
6619
|
@pulumi.getter
|
@@ -5365,10 +6637,23 @@ class GetInventoriesFilterResult(dict):
|
|
5365
6637
|
name: str,
|
5366
6638
|
values: Sequence[str],
|
5367
6639
|
regex: Optional[bool] = None):
|
5368
|
-
|
5369
|
-
|
6640
|
+
GetInventoriesFilterResult._configure(
|
6641
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6642
|
+
name=name,
|
6643
|
+
values=values,
|
6644
|
+
regex=regex,
|
6645
|
+
)
|
6646
|
+
@staticmethod
|
6647
|
+
def _configure(
|
6648
|
+
_setter: Callable[[Any, Any], None],
|
6649
|
+
name: str,
|
6650
|
+
values: Sequence[str],
|
6651
|
+
regex: Optional[bool] = None,
|
6652
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6653
|
+
_setter("name", name)
|
6654
|
+
_setter("values", values)
|
5370
6655
|
if regex is not None:
|
5371
|
-
|
6656
|
+
_setter("regex", regex)
|
5372
6657
|
|
5373
6658
|
@property
|
5374
6659
|
@pulumi.getter
|
@@ -5390,7 +6675,16 @@ class GetInventoriesFilterResult(dict):
|
|
5390
6675
|
class GetInventoriesInventoryCollectionResult(dict):
|
5391
6676
|
def __init__(__self__, *,
|
5392
6677
|
items: Sequence['outputs.GetInventoriesInventoryCollectionItemResult']):
|
5393
|
-
|
6678
|
+
GetInventoriesInventoryCollectionResult._configure(
|
6679
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6680
|
+
items=items,
|
6681
|
+
)
|
6682
|
+
@staticmethod
|
6683
|
+
def _configure(
|
6684
|
+
_setter: Callable[[Any, Any], None],
|
6685
|
+
items: Sequence['outputs.GetInventoriesInventoryCollectionItemResult'],
|
6686
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6687
|
+
_setter("items", items)
|
5394
6688
|
|
5395
6689
|
@property
|
5396
6690
|
@pulumi.getter
|
@@ -5423,16 +6717,43 @@ class GetInventoriesInventoryCollectionItemResult(dict):
|
|
5423
6717
|
:param str time_created: The time when the inventory was created. An RFC3339 formatted datetime string.
|
5424
6718
|
:param str time_updated: The time when the inventory was updated. An RFC3339 formatted datetime string.
|
5425
6719
|
"""
|
5426
|
-
|
5427
|
-
|
5428
|
-
|
5429
|
-
|
5430
|
-
|
5431
|
-
|
5432
|
-
|
5433
|
-
|
5434
|
-
|
5435
|
-
|
6720
|
+
GetInventoriesInventoryCollectionItemResult._configure(
|
6721
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6722
|
+
compartment_id=compartment_id,
|
6723
|
+
defined_tags=defined_tags,
|
6724
|
+
display_name=display_name,
|
6725
|
+
freeform_tags=freeform_tags,
|
6726
|
+
id=id,
|
6727
|
+
lifecycle_details=lifecycle_details,
|
6728
|
+
state=state,
|
6729
|
+
system_tags=system_tags,
|
6730
|
+
time_created=time_created,
|
6731
|
+
time_updated=time_updated,
|
6732
|
+
)
|
6733
|
+
@staticmethod
|
6734
|
+
def _configure(
|
6735
|
+
_setter: Callable[[Any, Any], None],
|
6736
|
+
compartment_id: str,
|
6737
|
+
defined_tags: Mapping[str, Any],
|
6738
|
+
display_name: str,
|
6739
|
+
freeform_tags: Mapping[str, Any],
|
6740
|
+
id: str,
|
6741
|
+
lifecycle_details: str,
|
6742
|
+
state: str,
|
6743
|
+
system_tags: Mapping[str, Any],
|
6744
|
+
time_created: str,
|
6745
|
+
time_updated: str,
|
6746
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6747
|
+
_setter("compartment_id", compartment_id)
|
6748
|
+
_setter("defined_tags", defined_tags)
|
6749
|
+
_setter("display_name", display_name)
|
6750
|
+
_setter("freeform_tags", freeform_tags)
|
6751
|
+
_setter("id", id)
|
6752
|
+
_setter("lifecycle_details", lifecycle_details)
|
6753
|
+
_setter("state", state)
|
6754
|
+
_setter("system_tags", system_tags)
|
6755
|
+
_setter("time_created", time_created)
|
6756
|
+
_setter("time_updated", time_updated)
|
5436
6757
|
|
5437
6758
|
@property
|
5438
6759
|
@pulumi.getter(name="compartmentId")
|