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
|
|
@@ -169,8 +169,19 @@ class AutoScalingConfigurationPolicy(dict):
|
|
169
169
|
:param str policy_type: Type of autoscaling policy.
|
170
170
|
:param Sequence['AutoScalingConfigurationPolicyRuleArgs'] rules: (Updatable) The list of rules for autoscaling. If an action has multiple rules, the last rule in the array will be applied.
|
171
171
|
"""
|
172
|
-
|
173
|
-
|
172
|
+
AutoScalingConfigurationPolicy._configure(
|
173
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
174
|
+
policy_type=policy_type,
|
175
|
+
rules=rules,
|
176
|
+
)
|
177
|
+
@staticmethod
|
178
|
+
def _configure(
|
179
|
+
_setter: Callable[[Any, Any], None],
|
180
|
+
policy_type: str,
|
181
|
+
rules: Sequence['outputs.AutoScalingConfigurationPolicyRule'],
|
182
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
183
|
+
_setter("policy_type", policy_type)
|
184
|
+
_setter("rules", rules)
|
174
185
|
|
175
186
|
@property
|
176
187
|
@pulumi.getter(name="policyType")
|
@@ -247,23 +258,48 @@ class AutoScalingConfigurationPolicyDetails(dict):
|
|
247
258
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
248
259
|
:param str trigger_type: The type of autoscaling trigger.
|
249
260
|
"""
|
250
|
-
|
261
|
+
AutoScalingConfigurationPolicyDetails._configure(
|
262
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
263
|
+
policy_type=policy_type,
|
264
|
+
action_type=action_type,
|
265
|
+
scale_down_config=scale_down_config,
|
266
|
+
scale_in_config=scale_in_config,
|
267
|
+
scale_out_config=scale_out_config,
|
268
|
+
scale_up_config=scale_up_config,
|
269
|
+
schedule_details=schedule_details,
|
270
|
+
timezone=timezone,
|
271
|
+
trigger_type=trigger_type,
|
272
|
+
)
|
273
|
+
@staticmethod
|
274
|
+
def _configure(
|
275
|
+
_setter: Callable[[Any, Any], None],
|
276
|
+
policy_type: str,
|
277
|
+
action_type: Optional[str] = None,
|
278
|
+
scale_down_config: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleDownConfig'] = None,
|
279
|
+
scale_in_config: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleInConfig'] = None,
|
280
|
+
scale_out_config: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleOutConfig'] = None,
|
281
|
+
scale_up_config: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleUpConfig'] = None,
|
282
|
+
schedule_details: Optional[Sequence['outputs.AutoScalingConfigurationPolicyDetailsScheduleDetail']] = None,
|
283
|
+
timezone: Optional[str] = None,
|
284
|
+
trigger_type: Optional[str] = None,
|
285
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
286
|
+
_setter("policy_type", policy_type)
|
251
287
|
if action_type is not None:
|
252
|
-
|
288
|
+
_setter("action_type", action_type)
|
253
289
|
if scale_down_config is not None:
|
254
|
-
|
290
|
+
_setter("scale_down_config", scale_down_config)
|
255
291
|
if scale_in_config is not None:
|
256
|
-
|
292
|
+
_setter("scale_in_config", scale_in_config)
|
257
293
|
if scale_out_config is not None:
|
258
|
-
|
294
|
+
_setter("scale_out_config", scale_out_config)
|
259
295
|
if scale_up_config is not None:
|
260
|
-
|
296
|
+
_setter("scale_up_config", scale_up_config)
|
261
297
|
if schedule_details is not None:
|
262
|
-
|
298
|
+
_setter("schedule_details", schedule_details)
|
263
299
|
if timezone is not None:
|
264
|
-
|
300
|
+
_setter("timezone", timezone)
|
265
301
|
if trigger_type is not None:
|
266
|
-
|
302
|
+
_setter("trigger_type", trigger_type)
|
267
303
|
|
268
304
|
@property
|
269
305
|
@pulumi.getter(name="policyType")
|
@@ -380,16 +416,33 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfig(dict):
|
|
380
416
|
:param int min_ocpus_per_node: (Updatable) For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the minimum number of OCPUs each node can be scaled-down to. This value is not used for nodes with fixed compute shapes.
|
381
417
|
:param int ocpu_step_size: (Updatable) For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the number of OCPUs to add to each node during a scale-up event. This value is not used for nodes with fixed compute shapes.
|
382
418
|
"""
|
419
|
+
AutoScalingConfigurationPolicyDetailsScaleDownConfig._configure(
|
420
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
421
|
+
memory_step_size=memory_step_size,
|
422
|
+
metric=metric,
|
423
|
+
min_memory_per_node=min_memory_per_node,
|
424
|
+
min_ocpus_per_node=min_ocpus_per_node,
|
425
|
+
ocpu_step_size=ocpu_step_size,
|
426
|
+
)
|
427
|
+
@staticmethod
|
428
|
+
def _configure(
|
429
|
+
_setter: Callable[[Any, Any], None],
|
430
|
+
memory_step_size: Optional[int] = None,
|
431
|
+
metric: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleDownConfigMetric'] = None,
|
432
|
+
min_memory_per_node: Optional[int] = None,
|
433
|
+
min_ocpus_per_node: Optional[int] = None,
|
434
|
+
ocpu_step_size: Optional[int] = None,
|
435
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
383
436
|
if memory_step_size is not None:
|
384
|
-
|
437
|
+
_setter("memory_step_size", memory_step_size)
|
385
438
|
if metric is not None:
|
386
|
-
|
439
|
+
_setter("metric", metric)
|
387
440
|
if min_memory_per_node is not None:
|
388
|
-
|
441
|
+
_setter("min_memory_per_node", min_memory_per_node)
|
389
442
|
if min_ocpus_per_node is not None:
|
390
|
-
|
443
|
+
_setter("min_ocpus_per_node", min_ocpus_per_node)
|
391
444
|
if ocpu_step_size is not None:
|
392
|
-
|
445
|
+
_setter("ocpu_step_size", ocpu_step_size)
|
393
446
|
|
394
447
|
@property
|
395
448
|
@pulumi.getter(name="memoryStepSize")
|
@@ -458,10 +511,21 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfigMetric(dict):
|
|
458
511
|
:param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
459
512
|
:param 'AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
460
513
|
"""
|
514
|
+
AutoScalingConfigurationPolicyDetailsScaleDownConfigMetric._configure(
|
515
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
516
|
+
metric_type=metric_type,
|
517
|
+
threshold=threshold,
|
518
|
+
)
|
519
|
+
@staticmethod
|
520
|
+
def _configure(
|
521
|
+
_setter: Callable[[Any, Any], None],
|
522
|
+
metric_type: Optional[str] = None,
|
523
|
+
threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThreshold'] = None,
|
524
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
461
525
|
if metric_type is not None:
|
462
|
-
|
526
|
+
_setter("metric_type", metric_type)
|
463
527
|
if threshold is not None:
|
464
|
-
|
528
|
+
_setter("threshold", threshold)
|
465
529
|
|
466
530
|
@property
|
467
531
|
@pulumi.getter(name="metricType")
|
@@ -508,12 +572,25 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThreshold(dict):
|
|
508
572
|
:param str operator: (Updatable) The comparison operator to use. Options are greater than (GT) or less than (LT).
|
509
573
|
:param int value: (Updatable) Integer non-negative value. 0 < value < 100
|
510
574
|
"""
|
575
|
+
AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThreshold._configure(
|
576
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
577
|
+
duration_in_minutes=duration_in_minutes,
|
578
|
+
operator=operator,
|
579
|
+
value=value,
|
580
|
+
)
|
581
|
+
@staticmethod
|
582
|
+
def _configure(
|
583
|
+
_setter: Callable[[Any, Any], None],
|
584
|
+
duration_in_minutes: Optional[int] = None,
|
585
|
+
operator: Optional[str] = None,
|
586
|
+
value: Optional[int] = None,
|
587
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
511
588
|
if duration_in_minutes is not None:
|
512
|
-
|
589
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
513
590
|
if operator is not None:
|
514
|
-
|
591
|
+
_setter("operator", operator)
|
515
592
|
if value is not None:
|
516
|
-
|
593
|
+
_setter("value", value)
|
517
594
|
|
518
595
|
@property
|
519
596
|
@pulumi.getter(name="durationInMinutes")
|
@@ -570,12 +647,25 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfig(dict):
|
|
570
647
|
:param int min_node_count: (Updatable) This value is the minimum number of nodes the cluster can be scaled-in to.
|
571
648
|
:param int step_size: (Updatable) This value is the number of nodes to add during a scale-out event.
|
572
649
|
"""
|
650
|
+
AutoScalingConfigurationPolicyDetailsScaleInConfig._configure(
|
651
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
652
|
+
metric=metric,
|
653
|
+
min_node_count=min_node_count,
|
654
|
+
step_size=step_size,
|
655
|
+
)
|
656
|
+
@staticmethod
|
657
|
+
def _configure(
|
658
|
+
_setter: Callable[[Any, Any], None],
|
659
|
+
metric: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleInConfigMetric'] = None,
|
660
|
+
min_node_count: Optional[int] = None,
|
661
|
+
step_size: Optional[int] = None,
|
662
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
573
663
|
if metric is not None:
|
574
|
-
|
664
|
+
_setter("metric", metric)
|
575
665
|
if min_node_count is not None:
|
576
|
-
|
666
|
+
_setter("min_node_count", min_node_count)
|
577
667
|
if step_size is not None:
|
578
|
-
|
668
|
+
_setter("step_size", step_size)
|
579
669
|
|
580
670
|
@property
|
581
671
|
@pulumi.getter
|
@@ -628,10 +718,21 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfigMetric(dict):
|
|
628
718
|
:param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
629
719
|
:param 'AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
630
720
|
"""
|
721
|
+
AutoScalingConfigurationPolicyDetailsScaleInConfigMetric._configure(
|
722
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
723
|
+
metric_type=metric_type,
|
724
|
+
threshold=threshold,
|
725
|
+
)
|
726
|
+
@staticmethod
|
727
|
+
def _configure(
|
728
|
+
_setter: Callable[[Any, Any], None],
|
729
|
+
metric_type: Optional[str] = None,
|
730
|
+
threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThreshold'] = None,
|
731
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
631
732
|
if metric_type is not None:
|
632
|
-
|
733
|
+
_setter("metric_type", metric_type)
|
633
734
|
if threshold is not None:
|
634
|
-
|
735
|
+
_setter("threshold", threshold)
|
635
736
|
|
636
737
|
@property
|
637
738
|
@pulumi.getter(name="metricType")
|
@@ -678,12 +779,25 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThreshold(dict):
|
|
678
779
|
:param str operator: (Updatable) The comparison operator to use. Options are greater than (GT) or less than (LT).
|
679
780
|
:param int value: (Updatable) Integer non-negative value. 0 < value < 100
|
680
781
|
"""
|
782
|
+
AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThreshold._configure(
|
783
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
784
|
+
duration_in_minutes=duration_in_minutes,
|
785
|
+
operator=operator,
|
786
|
+
value=value,
|
787
|
+
)
|
788
|
+
@staticmethod
|
789
|
+
def _configure(
|
790
|
+
_setter: Callable[[Any, Any], None],
|
791
|
+
duration_in_minutes: Optional[int] = None,
|
792
|
+
operator: Optional[str] = None,
|
793
|
+
value: Optional[int] = None,
|
794
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
681
795
|
if duration_in_minutes is not None:
|
682
|
-
|
796
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
683
797
|
if operator is not None:
|
684
|
-
|
798
|
+
_setter("operator", operator)
|
685
799
|
if value is not None:
|
686
|
-
|
800
|
+
_setter("value", value)
|
687
801
|
|
688
802
|
@property
|
689
803
|
@pulumi.getter(name="durationInMinutes")
|
@@ -740,12 +854,25 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfig(dict):
|
|
740
854
|
:param 'AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricArgs' metric: (Updatable) Metric and threshold details for triggering an autoscale action.
|
741
855
|
:param int step_size: (Updatable) This value is the number of nodes to add during a scale-out event.
|
742
856
|
"""
|
857
|
+
AutoScalingConfigurationPolicyDetailsScaleOutConfig._configure(
|
858
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
859
|
+
max_node_count=max_node_count,
|
860
|
+
metric=metric,
|
861
|
+
step_size=step_size,
|
862
|
+
)
|
863
|
+
@staticmethod
|
864
|
+
def _configure(
|
865
|
+
_setter: Callable[[Any, Any], None],
|
866
|
+
max_node_count: Optional[int] = None,
|
867
|
+
metric: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleOutConfigMetric'] = None,
|
868
|
+
step_size: Optional[int] = None,
|
869
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
743
870
|
if max_node_count is not None:
|
744
|
-
|
871
|
+
_setter("max_node_count", max_node_count)
|
745
872
|
if metric is not None:
|
746
|
-
|
873
|
+
_setter("metric", metric)
|
747
874
|
if step_size is not None:
|
748
|
-
|
875
|
+
_setter("step_size", step_size)
|
749
876
|
|
750
877
|
@property
|
751
878
|
@pulumi.getter(name="maxNodeCount")
|
@@ -798,10 +925,21 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfigMetric(dict):
|
|
798
925
|
:param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
799
926
|
:param 'AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
800
927
|
"""
|
928
|
+
AutoScalingConfigurationPolicyDetailsScaleOutConfigMetric._configure(
|
929
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
930
|
+
metric_type=metric_type,
|
931
|
+
threshold=threshold,
|
932
|
+
)
|
933
|
+
@staticmethod
|
934
|
+
def _configure(
|
935
|
+
_setter: Callable[[Any, Any], None],
|
936
|
+
metric_type: Optional[str] = None,
|
937
|
+
threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThreshold'] = None,
|
938
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
801
939
|
if metric_type is not None:
|
802
|
-
|
940
|
+
_setter("metric_type", metric_type)
|
803
941
|
if threshold is not None:
|
804
|
-
|
942
|
+
_setter("threshold", threshold)
|
805
943
|
|
806
944
|
@property
|
807
945
|
@pulumi.getter(name="metricType")
|
@@ -848,12 +986,25 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThreshold(dict):
|
|
848
986
|
:param str operator: (Updatable) The comparison operator to use. Options are greater than (GT) or less than (LT).
|
849
987
|
:param int value: (Updatable) Integer non-negative value. 0 < value < 100
|
850
988
|
"""
|
989
|
+
AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThreshold._configure(
|
990
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
991
|
+
duration_in_minutes=duration_in_minutes,
|
992
|
+
operator=operator,
|
993
|
+
value=value,
|
994
|
+
)
|
995
|
+
@staticmethod
|
996
|
+
def _configure(
|
997
|
+
_setter: Callable[[Any, Any], None],
|
998
|
+
duration_in_minutes: Optional[int] = None,
|
999
|
+
operator: Optional[str] = None,
|
1000
|
+
value: Optional[int] = None,
|
1001
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
851
1002
|
if duration_in_minutes is not None:
|
852
|
-
|
1003
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
853
1004
|
if operator is not None:
|
854
|
-
|
1005
|
+
_setter("operator", operator)
|
855
1006
|
if value is not None:
|
856
|
-
|
1007
|
+
_setter("value", value)
|
857
1008
|
|
858
1009
|
@property
|
859
1010
|
@pulumi.getter(name="durationInMinutes")
|
@@ -918,16 +1069,33 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfig(dict):
|
|
918
1069
|
:param 'AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricArgs' metric: (Updatable) Metric and threshold details for triggering an autoscale action.
|
919
1070
|
:param int ocpu_step_size: (Updatable) For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the number of OCPUs to add to each node during a scale-up event. This value is not used for nodes with fixed compute shapes.
|
920
1071
|
"""
|
1072
|
+
AutoScalingConfigurationPolicyDetailsScaleUpConfig._configure(
|
1073
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1074
|
+
max_memory_per_node=max_memory_per_node,
|
1075
|
+
max_ocpus_per_node=max_ocpus_per_node,
|
1076
|
+
memory_step_size=memory_step_size,
|
1077
|
+
metric=metric,
|
1078
|
+
ocpu_step_size=ocpu_step_size,
|
1079
|
+
)
|
1080
|
+
@staticmethod
|
1081
|
+
def _configure(
|
1082
|
+
_setter: Callable[[Any, Any], None],
|
1083
|
+
max_memory_per_node: Optional[int] = None,
|
1084
|
+
max_ocpus_per_node: Optional[int] = None,
|
1085
|
+
memory_step_size: Optional[int] = None,
|
1086
|
+
metric: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleUpConfigMetric'] = None,
|
1087
|
+
ocpu_step_size: Optional[int] = None,
|
1088
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
921
1089
|
if max_memory_per_node is not None:
|
922
|
-
|
1090
|
+
_setter("max_memory_per_node", max_memory_per_node)
|
923
1091
|
if max_ocpus_per_node is not None:
|
924
|
-
|
1092
|
+
_setter("max_ocpus_per_node", max_ocpus_per_node)
|
925
1093
|
if memory_step_size is not None:
|
926
|
-
|
1094
|
+
_setter("memory_step_size", memory_step_size)
|
927
1095
|
if metric is not None:
|
928
|
-
|
1096
|
+
_setter("metric", metric)
|
929
1097
|
if ocpu_step_size is not None:
|
930
|
-
|
1098
|
+
_setter("ocpu_step_size", ocpu_step_size)
|
931
1099
|
|
932
1100
|
@property
|
933
1101
|
@pulumi.getter(name="maxMemoryPerNode")
|
@@ -996,10 +1164,21 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfigMetric(dict):
|
|
996
1164
|
:param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
997
1165
|
:param 'AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
998
1166
|
"""
|
1167
|
+
AutoScalingConfigurationPolicyDetailsScaleUpConfigMetric._configure(
|
1168
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1169
|
+
metric_type=metric_type,
|
1170
|
+
threshold=threshold,
|
1171
|
+
)
|
1172
|
+
@staticmethod
|
1173
|
+
def _configure(
|
1174
|
+
_setter: Callable[[Any, Any], None],
|
1175
|
+
metric_type: Optional[str] = None,
|
1176
|
+
threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThreshold'] = None,
|
1177
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
999
1178
|
if metric_type is not None:
|
1000
|
-
|
1179
|
+
_setter("metric_type", metric_type)
|
1001
1180
|
if threshold is not None:
|
1002
|
-
|
1181
|
+
_setter("threshold", threshold)
|
1003
1182
|
|
1004
1183
|
@property
|
1005
1184
|
@pulumi.getter(name="metricType")
|
@@ -1046,12 +1225,25 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThreshold(dict):
|
|
1046
1225
|
:param str operator: (Updatable) The comparison operator to use. Options are greater than (GT) or less than (LT).
|
1047
1226
|
:param int value: (Updatable) Integer non-negative value. 0 < value < 100
|
1048
1227
|
"""
|
1228
|
+
AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThreshold._configure(
|
1229
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1230
|
+
duration_in_minutes=duration_in_minutes,
|
1231
|
+
operator=operator,
|
1232
|
+
value=value,
|
1233
|
+
)
|
1234
|
+
@staticmethod
|
1235
|
+
def _configure(
|
1236
|
+
_setter: Callable[[Any, Any], None],
|
1237
|
+
duration_in_minutes: Optional[int] = None,
|
1238
|
+
operator: Optional[str] = None,
|
1239
|
+
value: Optional[int] = None,
|
1240
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1049
1241
|
if duration_in_minutes is not None:
|
1050
|
-
|
1242
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
1051
1243
|
if operator is not None:
|
1052
|
-
|
1244
|
+
_setter("operator", operator)
|
1053
1245
|
if value is not None:
|
1054
|
-
|
1246
|
+
_setter("value", value)
|
1055
1247
|
|
1056
1248
|
@property
|
1057
1249
|
@pulumi.getter(name="durationInMinutes")
|
@@ -1110,12 +1302,25 @@ class AutoScalingConfigurationPolicyDetailsScheduleDetail(dict):
|
|
1110
1302
|
:param Sequence['AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndHorizontalScalingConfigArgs'] time_and_horizontal_scaling_configs: (Updatable) Time of day and horizontal scaling configuration.
|
1111
1303
|
:param Sequence['AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndVerticalScalingConfigArgs'] time_and_vertical_scaling_configs: (Updatable) Time of day and vertical scaling configuration
|
1112
1304
|
"""
|
1305
|
+
AutoScalingConfigurationPolicyDetailsScheduleDetail._configure(
|
1306
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1307
|
+
schedule_type=schedule_type,
|
1308
|
+
time_and_horizontal_scaling_configs=time_and_horizontal_scaling_configs,
|
1309
|
+
time_and_vertical_scaling_configs=time_and_vertical_scaling_configs,
|
1310
|
+
)
|
1311
|
+
@staticmethod
|
1312
|
+
def _configure(
|
1313
|
+
_setter: Callable[[Any, Any], None],
|
1314
|
+
schedule_type: Optional[str] = None,
|
1315
|
+
time_and_horizontal_scaling_configs: Optional[Sequence['outputs.AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndHorizontalScalingConfig']] = None,
|
1316
|
+
time_and_vertical_scaling_configs: Optional[Sequence['outputs.AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndVerticalScalingConfig']] = None,
|
1317
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1113
1318
|
if schedule_type is not None:
|
1114
|
-
|
1319
|
+
_setter("schedule_type", schedule_type)
|
1115
1320
|
if time_and_horizontal_scaling_configs is not None:
|
1116
|
-
|
1321
|
+
_setter("time_and_horizontal_scaling_configs", time_and_horizontal_scaling_configs)
|
1117
1322
|
if time_and_vertical_scaling_configs is not None:
|
1118
|
-
|
1323
|
+
_setter("time_and_vertical_scaling_configs", time_and_vertical_scaling_configs)
|
1119
1324
|
|
1120
1325
|
@property
|
1121
1326
|
@pulumi.getter(name="scheduleType")
|
@@ -1170,10 +1375,21 @@ class AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndHorizontalScalin
|
|
1170
1375
|
:param int target_node_count: (Updatable) This value is the desired number of nodes in the cluster.
|
1171
1376
|
:param str time_recurrence: (Updatable) Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling action. Currently only WEEKLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR and BYMINUTE fields. Other fields are not supported.
|
1172
1377
|
"""
|
1378
|
+
AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndHorizontalScalingConfig._configure(
|
1379
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1380
|
+
target_node_count=target_node_count,
|
1381
|
+
time_recurrence=time_recurrence,
|
1382
|
+
)
|
1383
|
+
@staticmethod
|
1384
|
+
def _configure(
|
1385
|
+
_setter: Callable[[Any, Any], None],
|
1386
|
+
target_node_count: Optional[int] = None,
|
1387
|
+
time_recurrence: Optional[str] = None,
|
1388
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1173
1389
|
if target_node_count is not None:
|
1174
|
-
|
1390
|
+
_setter("target_node_count", target_node_count)
|
1175
1391
|
if time_recurrence is not None:
|
1176
|
-
|
1392
|
+
_setter("time_recurrence", time_recurrence)
|
1177
1393
|
|
1178
1394
|
@property
|
1179
1395
|
@pulumi.getter(name="targetNodeCount")
|
@@ -1228,14 +1444,29 @@ class AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndVerticalScalingC
|
|
1228
1444
|
:param str target_shape: (Updatable) For nodes with [fixed compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the desired shape of each node. This value is not used for nodes with flexible compute shapes.
|
1229
1445
|
:param str time_recurrence: (Updatable) Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling action. Currently only WEEKLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR and BYMINUTE fields. Other fields are not supported.
|
1230
1446
|
"""
|
1447
|
+
AutoScalingConfigurationPolicyDetailsScheduleDetailTimeAndVerticalScalingConfig._configure(
|
1448
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1449
|
+
target_memory_per_node=target_memory_per_node,
|
1450
|
+
target_ocpus_per_node=target_ocpus_per_node,
|
1451
|
+
target_shape=target_shape,
|
1452
|
+
time_recurrence=time_recurrence,
|
1453
|
+
)
|
1454
|
+
@staticmethod
|
1455
|
+
def _configure(
|
1456
|
+
_setter: Callable[[Any, Any], None],
|
1457
|
+
target_memory_per_node: Optional[int] = None,
|
1458
|
+
target_ocpus_per_node: Optional[int] = None,
|
1459
|
+
target_shape: Optional[str] = None,
|
1460
|
+
time_recurrence: Optional[str] = None,
|
1461
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1231
1462
|
if target_memory_per_node is not None:
|
1232
|
-
|
1463
|
+
_setter("target_memory_per_node", target_memory_per_node)
|
1233
1464
|
if target_ocpus_per_node is not None:
|
1234
|
-
|
1465
|
+
_setter("target_ocpus_per_node", target_ocpus_per_node)
|
1235
1466
|
if target_shape is not None:
|
1236
|
-
|
1467
|
+
_setter("target_shape", target_shape)
|
1237
1468
|
if time_recurrence is not None:
|
1238
|
-
|
1469
|
+
_setter("time_recurrence", time_recurrence)
|
1239
1470
|
|
1240
1471
|
@property
|
1241
1472
|
@pulumi.getter(name="targetMemoryPerNode")
|
@@ -1279,8 +1510,19 @@ class AutoScalingConfigurationPolicyRule(dict):
|
|
1279
1510
|
:param str action: (Updatable) The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.
|
1280
1511
|
:param 'AutoScalingConfigurationPolicyRuleMetricArgs' metric: (Updatable) Metric and threshold details for triggering an autoscale action.
|
1281
1512
|
"""
|
1282
|
-
|
1283
|
-
|
1513
|
+
AutoScalingConfigurationPolicyRule._configure(
|
1514
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1515
|
+
action=action,
|
1516
|
+
metric=metric,
|
1517
|
+
)
|
1518
|
+
@staticmethod
|
1519
|
+
def _configure(
|
1520
|
+
_setter: Callable[[Any, Any], None],
|
1521
|
+
action: str,
|
1522
|
+
metric: 'outputs.AutoScalingConfigurationPolicyRuleMetric',
|
1523
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1524
|
+
_setter("action", action)
|
1525
|
+
_setter("metric", metric)
|
1284
1526
|
|
1285
1527
|
@property
|
1286
1528
|
@pulumi.getter
|
@@ -1325,8 +1567,19 @@ class AutoScalingConfigurationPolicyRuleMetric(dict):
|
|
1325
1567
|
:param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
1326
1568
|
:param 'AutoScalingConfigurationPolicyRuleMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
1327
1569
|
"""
|
1328
|
-
|
1329
|
-
|
1570
|
+
AutoScalingConfigurationPolicyRuleMetric._configure(
|
1571
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1572
|
+
metric_type=metric_type,
|
1573
|
+
threshold=threshold,
|
1574
|
+
)
|
1575
|
+
@staticmethod
|
1576
|
+
def _configure(
|
1577
|
+
_setter: Callable[[Any, Any], None],
|
1578
|
+
metric_type: str,
|
1579
|
+
threshold: 'outputs.AutoScalingConfigurationPolicyRuleMetricThreshold',
|
1580
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1581
|
+
_setter("metric_type", metric_type)
|
1582
|
+
_setter("threshold", threshold)
|
1330
1583
|
|
1331
1584
|
@property
|
1332
1585
|
@pulumi.getter(name="metricType")
|
@@ -1373,9 +1626,22 @@ class AutoScalingConfigurationPolicyRuleMetricThreshold(dict):
|
|
1373
1626
|
:param str operator: (Updatable) The comparison operator to use. Options are greater than (GT) or less than (LT).
|
1374
1627
|
:param int value: (Updatable) Integer non-negative value. 0 < value < 100
|
1375
1628
|
"""
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1629
|
+
AutoScalingConfigurationPolicyRuleMetricThreshold._configure(
|
1630
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1631
|
+
duration_in_minutes=duration_in_minutes,
|
1632
|
+
operator=operator,
|
1633
|
+
value=value,
|
1634
|
+
)
|
1635
|
+
@staticmethod
|
1636
|
+
def _configure(
|
1637
|
+
_setter: Callable[[Any, Any], None],
|
1638
|
+
duration_in_minutes: int,
|
1639
|
+
operator: str,
|
1640
|
+
value: int,
|
1641
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1642
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
1643
|
+
_setter("operator", operator)
|
1644
|
+
_setter("value", value)
|
1379
1645
|
|
1380
1646
|
@property
|
1381
1647
|
@pulumi.getter(name="durationInMinutes")
|
@@ -1450,21 +1716,44 @@ class BdsInstanceCloudSqlDetail(dict):
|
|
1450
1716
|
** IMPORTANT **
|
1451
1717
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1452
1718
|
"""
|
1453
|
-
|
1719
|
+
BdsInstanceCloudSqlDetail._configure(
|
1720
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1721
|
+
shape=shape,
|
1722
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
1723
|
+
ip_address=ip_address,
|
1724
|
+
is_kerberos_mapped_to_database_users=is_kerberos_mapped_to_database_users,
|
1725
|
+
kerberos_details=kerberos_details,
|
1726
|
+
memory_in_gbs=memory_in_gbs,
|
1727
|
+
nvmes=nvmes,
|
1728
|
+
ocpus=ocpus,
|
1729
|
+
)
|
1730
|
+
@staticmethod
|
1731
|
+
def _configure(
|
1732
|
+
_setter: Callable[[Any, Any], None],
|
1733
|
+
shape: str,
|
1734
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
1735
|
+
ip_address: Optional[str] = None,
|
1736
|
+
is_kerberos_mapped_to_database_users: Optional[bool] = None,
|
1737
|
+
kerberos_details: Optional[Sequence['outputs.BdsInstanceCloudSqlDetailKerberosDetail']] = None,
|
1738
|
+
memory_in_gbs: Optional[int] = None,
|
1739
|
+
nvmes: Optional[int] = None,
|
1740
|
+
ocpus: Optional[int] = None,
|
1741
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1742
|
+
_setter("shape", shape)
|
1454
1743
|
if block_volume_size_in_gbs is not None:
|
1455
|
-
|
1744
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
1456
1745
|
if ip_address is not None:
|
1457
|
-
|
1746
|
+
_setter("ip_address", ip_address)
|
1458
1747
|
if is_kerberos_mapped_to_database_users is not None:
|
1459
|
-
|
1748
|
+
_setter("is_kerberos_mapped_to_database_users", is_kerberos_mapped_to_database_users)
|
1460
1749
|
if kerberos_details is not None:
|
1461
|
-
|
1750
|
+
_setter("kerberos_details", kerberos_details)
|
1462
1751
|
if memory_in_gbs is not None:
|
1463
|
-
|
1752
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
1464
1753
|
if nvmes is not None:
|
1465
|
-
|
1754
|
+
_setter("nvmes", nvmes)
|
1466
1755
|
if ocpus is not None:
|
1467
|
-
|
1756
|
+
_setter("ocpus", ocpus)
|
1468
1757
|
|
1469
1758
|
@property
|
1470
1759
|
@pulumi.getter
|
@@ -1561,10 +1850,21 @@ class BdsInstanceCloudSqlDetailKerberosDetail(dict):
|
|
1561
1850
|
:param str keytab_file: Location of the keytab file
|
1562
1851
|
:param str principal_name: Name of the Kerberos principal
|
1563
1852
|
"""
|
1853
|
+
BdsInstanceCloudSqlDetailKerberosDetail._configure(
|
1854
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1855
|
+
keytab_file=keytab_file,
|
1856
|
+
principal_name=principal_name,
|
1857
|
+
)
|
1858
|
+
@staticmethod
|
1859
|
+
def _configure(
|
1860
|
+
_setter: Callable[[Any, Any], None],
|
1861
|
+
keytab_file: Optional[str] = None,
|
1862
|
+
principal_name: Optional[str] = None,
|
1863
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1564
1864
|
if keytab_file is not None:
|
1565
|
-
|
1865
|
+
_setter("keytab_file", keytab_file)
|
1566
1866
|
if principal_name is not None:
|
1567
|
-
|
1867
|
+
_setter("principal_name", principal_name)
|
1568
1868
|
|
1569
1869
|
@property
|
1570
1870
|
@pulumi.getter(name="keytabFile")
|
@@ -1663,36 +1963,73 @@ class BdsInstanceClusterDetail(dict):
|
|
1663
1963
|
:param str time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
|
1664
1964
|
:param str time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
|
1665
1965
|
"""
|
1966
|
+
BdsInstanceClusterDetail._configure(
|
1967
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1968
|
+
ambari_url=ambari_url,
|
1969
|
+
bd_cell_version=bd_cell_version,
|
1970
|
+
bda_version=bda_version,
|
1971
|
+
bdm_version=bdm_version,
|
1972
|
+
bds_version=bds_version,
|
1973
|
+
big_data_manager_url=big_data_manager_url,
|
1974
|
+
cloudera_manager_url=cloudera_manager_url,
|
1975
|
+
csql_cell_version=csql_cell_version,
|
1976
|
+
db_version=db_version,
|
1977
|
+
hue_server_url=hue_server_url,
|
1978
|
+
jupyter_hub_url=jupyter_hub_url,
|
1979
|
+
odh_version=odh_version,
|
1980
|
+
os_version=os_version,
|
1981
|
+
time_created=time_created,
|
1982
|
+
time_refreshed=time_refreshed,
|
1983
|
+
)
|
1984
|
+
@staticmethod
|
1985
|
+
def _configure(
|
1986
|
+
_setter: Callable[[Any, Any], None],
|
1987
|
+
ambari_url: Optional[str] = None,
|
1988
|
+
bd_cell_version: Optional[str] = None,
|
1989
|
+
bda_version: Optional[str] = None,
|
1990
|
+
bdm_version: Optional[str] = None,
|
1991
|
+
bds_version: Optional[str] = None,
|
1992
|
+
big_data_manager_url: Optional[str] = None,
|
1993
|
+
cloudera_manager_url: Optional[str] = None,
|
1994
|
+
csql_cell_version: Optional[str] = None,
|
1995
|
+
db_version: Optional[str] = None,
|
1996
|
+
hue_server_url: Optional[str] = None,
|
1997
|
+
jupyter_hub_url: Optional[str] = None,
|
1998
|
+
odh_version: Optional[str] = None,
|
1999
|
+
os_version: Optional[str] = None,
|
2000
|
+
time_created: Optional[str] = None,
|
2001
|
+
time_refreshed: Optional[str] = None,
|
2002
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1666
2003
|
if ambari_url is not None:
|
1667
|
-
|
2004
|
+
_setter("ambari_url", ambari_url)
|
1668
2005
|
if bd_cell_version is not None:
|
1669
|
-
|
2006
|
+
_setter("bd_cell_version", bd_cell_version)
|
1670
2007
|
if bda_version is not None:
|
1671
|
-
|
2008
|
+
_setter("bda_version", bda_version)
|
1672
2009
|
if bdm_version is not None:
|
1673
|
-
|
2010
|
+
_setter("bdm_version", bdm_version)
|
1674
2011
|
if bds_version is not None:
|
1675
|
-
|
2012
|
+
_setter("bds_version", bds_version)
|
1676
2013
|
if big_data_manager_url is not None:
|
1677
|
-
|
2014
|
+
_setter("big_data_manager_url", big_data_manager_url)
|
1678
2015
|
if cloudera_manager_url is not None:
|
1679
|
-
|
2016
|
+
_setter("cloudera_manager_url", cloudera_manager_url)
|
1680
2017
|
if csql_cell_version is not None:
|
1681
|
-
|
2018
|
+
_setter("csql_cell_version", csql_cell_version)
|
1682
2019
|
if db_version is not None:
|
1683
|
-
|
2020
|
+
_setter("db_version", db_version)
|
1684
2021
|
if hue_server_url is not None:
|
1685
|
-
|
2022
|
+
_setter("hue_server_url", hue_server_url)
|
1686
2023
|
if jupyter_hub_url is not None:
|
1687
|
-
|
2024
|
+
_setter("jupyter_hub_url", jupyter_hub_url)
|
1688
2025
|
if odh_version is not None:
|
1689
|
-
|
2026
|
+
_setter("odh_version", odh_version)
|
1690
2027
|
if os_version is not None:
|
1691
|
-
|
2028
|
+
_setter("os_version", os_version)
|
1692
2029
|
if time_created is not None:
|
1693
|
-
|
2030
|
+
_setter("time_created", time_created)
|
1694
2031
|
if time_refreshed is not None:
|
1695
|
-
|
2032
|
+
_setter("time_refreshed", time_refreshed)
|
1696
2033
|
|
1697
2034
|
@property
|
1698
2035
|
@pulumi.getter(name="ambariUrl")
|
@@ -1853,13 +2190,30 @@ class BdsInstanceComputeOnlyWorkerNode(dict):
|
|
1853
2190
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
1854
2191
|
:param 'BdsInstanceComputeOnlyWorkerNodeShapeConfigArgs' shape_config: The shape configuration requested for the node.
|
1855
2192
|
"""
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
2193
|
+
BdsInstanceComputeOnlyWorkerNode._configure(
|
2194
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2195
|
+
number_of_nodes=number_of_nodes,
|
2196
|
+
shape=shape,
|
2197
|
+
subnet_id=subnet_id,
|
2198
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
2199
|
+
shape_config=shape_config,
|
2200
|
+
)
|
2201
|
+
@staticmethod
|
2202
|
+
def _configure(
|
2203
|
+
_setter: Callable[[Any, Any], None],
|
2204
|
+
number_of_nodes: int,
|
2205
|
+
shape: str,
|
2206
|
+
subnet_id: str,
|
2207
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
2208
|
+
shape_config: Optional['outputs.BdsInstanceComputeOnlyWorkerNodeShapeConfig'] = None,
|
2209
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2210
|
+
_setter("number_of_nodes", number_of_nodes)
|
2211
|
+
_setter("shape", shape)
|
2212
|
+
_setter("subnet_id", subnet_id)
|
1859
2213
|
if block_volume_size_in_gbs is not None:
|
1860
|
-
|
2214
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
1861
2215
|
if shape_config is not None:
|
1862
|
-
|
2216
|
+
_setter("shape_config", shape_config)
|
1863
2217
|
|
1864
2218
|
@property
|
1865
2219
|
@pulumi.getter(name="numberOfNodes")
|
@@ -1932,12 +2286,25 @@ class BdsInstanceComputeOnlyWorkerNodeShapeConfig(dict):
|
|
1932
2286
|
** IMPORTANT **
|
1933
2287
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1934
2288
|
"""
|
2289
|
+
BdsInstanceComputeOnlyWorkerNodeShapeConfig._configure(
|
2290
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2291
|
+
memory_in_gbs=memory_in_gbs,
|
2292
|
+
nvmes=nvmes,
|
2293
|
+
ocpus=ocpus,
|
2294
|
+
)
|
2295
|
+
@staticmethod
|
2296
|
+
def _configure(
|
2297
|
+
_setter: Callable[[Any, Any], None],
|
2298
|
+
memory_in_gbs: Optional[int] = None,
|
2299
|
+
nvmes: Optional[int] = None,
|
2300
|
+
ocpus: Optional[int] = None,
|
2301
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1935
2302
|
if memory_in_gbs is not None:
|
1936
|
-
|
2303
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
1937
2304
|
if nvmes is not None:
|
1938
|
-
|
2305
|
+
_setter("nvmes", nvmes)
|
1939
2306
|
if ocpus is not None:
|
1940
|
-
|
2307
|
+
_setter("ocpus", ocpus)
|
1941
2308
|
|
1942
2309
|
@property
|
1943
2310
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2004,13 +2371,30 @@ class BdsInstanceEdgeNode(dict):
|
|
2004
2371
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
2005
2372
|
:param 'BdsInstanceEdgeNodeShapeConfigArgs' shape_config: The shape configuration requested for the node.
|
2006
2373
|
"""
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
2374
|
+
BdsInstanceEdgeNode._configure(
|
2375
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2376
|
+
number_of_nodes=number_of_nodes,
|
2377
|
+
shape=shape,
|
2378
|
+
subnet_id=subnet_id,
|
2379
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
2380
|
+
shape_config=shape_config,
|
2381
|
+
)
|
2382
|
+
@staticmethod
|
2383
|
+
def _configure(
|
2384
|
+
_setter: Callable[[Any, Any], None],
|
2385
|
+
number_of_nodes: int,
|
2386
|
+
shape: str,
|
2387
|
+
subnet_id: str,
|
2388
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
2389
|
+
shape_config: Optional['outputs.BdsInstanceEdgeNodeShapeConfig'] = None,
|
2390
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2391
|
+
_setter("number_of_nodes", number_of_nodes)
|
2392
|
+
_setter("shape", shape)
|
2393
|
+
_setter("subnet_id", subnet_id)
|
2010
2394
|
if block_volume_size_in_gbs is not None:
|
2011
|
-
|
2395
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
2012
2396
|
if shape_config is not None:
|
2013
|
-
|
2397
|
+
_setter("shape_config", shape_config)
|
2014
2398
|
|
2015
2399
|
@property
|
2016
2400
|
@pulumi.getter(name="numberOfNodes")
|
@@ -2083,12 +2467,25 @@ class BdsInstanceEdgeNodeShapeConfig(dict):
|
|
2083
2467
|
** IMPORTANT **
|
2084
2468
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2085
2469
|
"""
|
2470
|
+
BdsInstanceEdgeNodeShapeConfig._configure(
|
2471
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2472
|
+
memory_in_gbs=memory_in_gbs,
|
2473
|
+
nvmes=nvmes,
|
2474
|
+
ocpus=ocpus,
|
2475
|
+
)
|
2476
|
+
@staticmethod
|
2477
|
+
def _configure(
|
2478
|
+
_setter: Callable[[Any, Any], None],
|
2479
|
+
memory_in_gbs: Optional[int] = None,
|
2480
|
+
nvmes: Optional[int] = None,
|
2481
|
+
ocpus: Optional[int] = None,
|
2482
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2086
2483
|
if memory_in_gbs is not None:
|
2087
|
-
|
2484
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2088
2485
|
if nvmes is not None:
|
2089
|
-
|
2486
|
+
_setter("nvmes", nvmes)
|
2090
2487
|
if ocpus is not None:
|
2091
|
-
|
2488
|
+
_setter("ocpus", ocpus)
|
2092
2489
|
|
2093
2490
|
@property
|
2094
2491
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2154,13 +2551,30 @@ class BdsInstanceKafkaBrokerNode(dict):
|
|
2154
2551
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
2155
2552
|
:param 'BdsInstanceKafkaBrokerNodeShapeConfigArgs' shape_config: The shape configuration requested for the node.
|
2156
2553
|
"""
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2554
|
+
BdsInstanceKafkaBrokerNode._configure(
|
2555
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2556
|
+
number_of_kafka_nodes=number_of_kafka_nodes,
|
2557
|
+
shape=shape,
|
2558
|
+
subnet_id=subnet_id,
|
2559
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
2560
|
+
shape_config=shape_config,
|
2561
|
+
)
|
2562
|
+
@staticmethod
|
2563
|
+
def _configure(
|
2564
|
+
_setter: Callable[[Any, Any], None],
|
2565
|
+
number_of_kafka_nodes: int,
|
2566
|
+
shape: str,
|
2567
|
+
subnet_id: str,
|
2568
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
2569
|
+
shape_config: Optional['outputs.BdsInstanceKafkaBrokerNodeShapeConfig'] = None,
|
2570
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2571
|
+
_setter("number_of_kafka_nodes", number_of_kafka_nodes)
|
2572
|
+
_setter("shape", shape)
|
2573
|
+
_setter("subnet_id", subnet_id)
|
2160
2574
|
if block_volume_size_in_gbs is not None:
|
2161
|
-
|
2575
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
2162
2576
|
if shape_config is not None:
|
2163
|
-
|
2577
|
+
_setter("shape_config", shape_config)
|
2164
2578
|
|
2165
2579
|
@property
|
2166
2580
|
@pulumi.getter(name="numberOfKafkaNodes")
|
@@ -2230,12 +2644,25 @@ class BdsInstanceKafkaBrokerNodeShapeConfig(dict):
|
|
2230
2644
|
** IMPORTANT **
|
2231
2645
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2232
2646
|
"""
|
2647
|
+
BdsInstanceKafkaBrokerNodeShapeConfig._configure(
|
2648
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2649
|
+
memory_in_gbs=memory_in_gbs,
|
2650
|
+
nvmes=nvmes,
|
2651
|
+
ocpus=ocpus,
|
2652
|
+
)
|
2653
|
+
@staticmethod
|
2654
|
+
def _configure(
|
2655
|
+
_setter: Callable[[Any, Any], None],
|
2656
|
+
memory_in_gbs: Optional[int] = None,
|
2657
|
+
nvmes: Optional[int] = None,
|
2658
|
+
ocpus: Optional[int] = None,
|
2659
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2233
2660
|
if memory_in_gbs is not None:
|
2234
|
-
|
2661
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2235
2662
|
if nvmes is not None:
|
2236
|
-
|
2663
|
+
_setter("nvmes", nvmes)
|
2237
2664
|
if ocpus is not None:
|
2238
|
-
|
2665
|
+
_setter("ocpus", ocpus)
|
2239
2666
|
|
2240
2667
|
@property
|
2241
2668
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2302,13 +2729,30 @@ class BdsInstanceMasterNode(dict):
|
|
2302
2729
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
2303
2730
|
:param 'BdsInstanceMasterNodeShapeConfigArgs' shape_config: The shape configuration requested for the node.
|
2304
2731
|
"""
|
2305
|
-
|
2306
|
-
|
2307
|
-
|
2732
|
+
BdsInstanceMasterNode._configure(
|
2733
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2734
|
+
number_of_nodes=number_of_nodes,
|
2735
|
+
shape=shape,
|
2736
|
+
subnet_id=subnet_id,
|
2737
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
2738
|
+
shape_config=shape_config,
|
2739
|
+
)
|
2740
|
+
@staticmethod
|
2741
|
+
def _configure(
|
2742
|
+
_setter: Callable[[Any, Any], None],
|
2743
|
+
number_of_nodes: int,
|
2744
|
+
shape: str,
|
2745
|
+
subnet_id: str,
|
2746
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
2747
|
+
shape_config: Optional['outputs.BdsInstanceMasterNodeShapeConfig'] = None,
|
2748
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2749
|
+
_setter("number_of_nodes", number_of_nodes)
|
2750
|
+
_setter("shape", shape)
|
2751
|
+
_setter("subnet_id", subnet_id)
|
2308
2752
|
if block_volume_size_in_gbs is not None:
|
2309
|
-
|
2753
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
2310
2754
|
if shape_config is not None:
|
2311
|
-
|
2755
|
+
_setter("shape_config", shape_config)
|
2312
2756
|
|
2313
2757
|
@property
|
2314
2758
|
@pulumi.getter(name="numberOfNodes")
|
@@ -2381,12 +2825,25 @@ class BdsInstanceMasterNodeShapeConfig(dict):
|
|
2381
2825
|
** IMPORTANT **
|
2382
2826
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2383
2827
|
"""
|
2828
|
+
BdsInstanceMasterNodeShapeConfig._configure(
|
2829
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2830
|
+
memory_in_gbs=memory_in_gbs,
|
2831
|
+
nvmes=nvmes,
|
2832
|
+
ocpus=ocpus,
|
2833
|
+
)
|
2834
|
+
@staticmethod
|
2835
|
+
def _configure(
|
2836
|
+
_setter: Callable[[Any, Any], None],
|
2837
|
+
memory_in_gbs: Optional[int] = None,
|
2838
|
+
nvmes: Optional[int] = None,
|
2839
|
+
ocpus: Optional[int] = None,
|
2840
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2384
2841
|
if memory_in_gbs is not None:
|
2385
|
-
|
2842
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2386
2843
|
if nvmes is not None:
|
2387
|
-
|
2844
|
+
_setter("nvmes", nvmes)
|
2388
2845
|
if ocpus is not None:
|
2389
|
-
|
2846
|
+
_setter("ocpus", ocpus)
|
2390
2847
|
|
2391
2848
|
@property
|
2392
2849
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2443,10 +2900,21 @@ class BdsInstanceNetworkConfig(dict):
|
|
2443
2900
|
:param str cidr_block: The CIDR IP address block of the VCN.
|
2444
2901
|
:param bool is_nat_gateway_required: A boolean flag whether to configure a NAT gateway.
|
2445
2902
|
"""
|
2903
|
+
BdsInstanceNetworkConfig._configure(
|
2904
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2905
|
+
cidr_block=cidr_block,
|
2906
|
+
is_nat_gateway_required=is_nat_gateway_required,
|
2907
|
+
)
|
2908
|
+
@staticmethod
|
2909
|
+
def _configure(
|
2910
|
+
_setter: Callable[[Any, Any], None],
|
2911
|
+
cidr_block: Optional[str] = None,
|
2912
|
+
is_nat_gateway_required: Optional[bool] = None,
|
2913
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2446
2914
|
if cidr_block is not None:
|
2447
|
-
|
2915
|
+
_setter("cidr_block", cidr_block)
|
2448
2916
|
if is_nat_gateway_required is not None:
|
2449
|
-
|
2917
|
+
_setter("is_nat_gateway_required", is_nat_gateway_required)
|
2450
2918
|
|
2451
2919
|
@property
|
2452
2920
|
@pulumi.getter(name="cidrBlock")
|
@@ -2547,40 +3015,81 @@ class BdsInstanceNode(dict):
|
|
2547
3015
|
:param str time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
|
2548
3016
|
:param str time_maintenance_reboot_due: The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
|
2549
3017
|
"""
|
3018
|
+
BdsInstanceNode._configure(
|
3019
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3020
|
+
attached_block_volumes=attached_block_volumes,
|
3021
|
+
availability_domain=availability_domain,
|
3022
|
+
display_name=display_name,
|
3023
|
+
fault_domain=fault_domain,
|
3024
|
+
hostname=hostname,
|
3025
|
+
image_id=image_id,
|
3026
|
+
instance_id=instance_id,
|
3027
|
+
ip_address=ip_address,
|
3028
|
+
memory_in_gbs=memory_in_gbs,
|
3029
|
+
node_type=node_type,
|
3030
|
+
ocpus=ocpus,
|
3031
|
+
shape=shape,
|
3032
|
+
ssh_fingerprint=ssh_fingerprint,
|
3033
|
+
state=state,
|
3034
|
+
subnet_id=subnet_id,
|
3035
|
+
time_created=time_created,
|
3036
|
+
time_maintenance_reboot_due=time_maintenance_reboot_due,
|
3037
|
+
)
|
3038
|
+
@staticmethod
|
3039
|
+
def _configure(
|
3040
|
+
_setter: Callable[[Any, Any], None],
|
3041
|
+
attached_block_volumes: Optional[Sequence['outputs.BdsInstanceNodeAttachedBlockVolume']] = None,
|
3042
|
+
availability_domain: Optional[str] = None,
|
3043
|
+
display_name: Optional[str] = None,
|
3044
|
+
fault_domain: Optional[str] = None,
|
3045
|
+
hostname: Optional[str] = None,
|
3046
|
+
image_id: Optional[str] = None,
|
3047
|
+
instance_id: Optional[str] = None,
|
3048
|
+
ip_address: Optional[str] = None,
|
3049
|
+
memory_in_gbs: Optional[int] = None,
|
3050
|
+
node_type: Optional[str] = None,
|
3051
|
+
ocpus: Optional[int] = None,
|
3052
|
+
shape: Optional[str] = None,
|
3053
|
+
ssh_fingerprint: Optional[str] = None,
|
3054
|
+
state: Optional[str] = None,
|
3055
|
+
subnet_id: Optional[str] = None,
|
3056
|
+
time_created: Optional[str] = None,
|
3057
|
+
time_maintenance_reboot_due: Optional[str] = None,
|
3058
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2550
3059
|
if attached_block_volumes is not None:
|
2551
|
-
|
3060
|
+
_setter("attached_block_volumes", attached_block_volumes)
|
2552
3061
|
if availability_domain is not None:
|
2553
|
-
|
3062
|
+
_setter("availability_domain", availability_domain)
|
2554
3063
|
if display_name is not None:
|
2555
|
-
|
3064
|
+
_setter("display_name", display_name)
|
2556
3065
|
if fault_domain is not None:
|
2557
|
-
|
3066
|
+
_setter("fault_domain", fault_domain)
|
2558
3067
|
if hostname is not None:
|
2559
|
-
|
3068
|
+
_setter("hostname", hostname)
|
2560
3069
|
if image_id is not None:
|
2561
|
-
|
3070
|
+
_setter("image_id", image_id)
|
2562
3071
|
if instance_id is not None:
|
2563
|
-
|
3072
|
+
_setter("instance_id", instance_id)
|
2564
3073
|
if ip_address is not None:
|
2565
|
-
|
3074
|
+
_setter("ip_address", ip_address)
|
2566
3075
|
if memory_in_gbs is not None:
|
2567
|
-
|
3076
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2568
3077
|
if node_type is not None:
|
2569
|
-
|
3078
|
+
_setter("node_type", node_type)
|
2570
3079
|
if ocpus is not None:
|
2571
|
-
|
3080
|
+
_setter("ocpus", ocpus)
|
2572
3081
|
if shape is not None:
|
2573
|
-
|
3082
|
+
_setter("shape", shape)
|
2574
3083
|
if ssh_fingerprint is not None:
|
2575
|
-
|
3084
|
+
_setter("ssh_fingerprint", ssh_fingerprint)
|
2576
3085
|
if state is not None:
|
2577
|
-
|
3086
|
+
_setter("state", state)
|
2578
3087
|
if subnet_id is not None:
|
2579
|
-
|
3088
|
+
_setter("subnet_id", subnet_id)
|
2580
3089
|
if time_created is not None:
|
2581
|
-
|
3090
|
+
_setter("time_created", time_created)
|
2582
3091
|
if time_maintenance_reboot_due is not None:
|
2583
|
-
|
3092
|
+
_setter("time_maintenance_reboot_due", time_maintenance_reboot_due)
|
2584
3093
|
|
2585
3094
|
@property
|
2586
3095
|
@pulumi.getter(name="attachedBlockVolumes")
|
@@ -2749,10 +3258,21 @@ class BdsInstanceNodeAttachedBlockVolume(dict):
|
|
2749
3258
|
:param str volume_attachment_id: The OCID of the volume attachment.
|
2750
3259
|
:param str volume_size_in_gbs: The size of the volume in GBs.
|
2751
3260
|
"""
|
3261
|
+
BdsInstanceNodeAttachedBlockVolume._configure(
|
3262
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3263
|
+
volume_attachment_id=volume_attachment_id,
|
3264
|
+
volume_size_in_gbs=volume_size_in_gbs,
|
3265
|
+
)
|
3266
|
+
@staticmethod
|
3267
|
+
def _configure(
|
3268
|
+
_setter: Callable[[Any, Any], None],
|
3269
|
+
volume_attachment_id: Optional[str] = None,
|
3270
|
+
volume_size_in_gbs: Optional[str] = None,
|
3271
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2752
3272
|
if volume_attachment_id is not None:
|
2753
|
-
|
3273
|
+
_setter("volume_attachment_id", volume_attachment_id)
|
2754
3274
|
if volume_size_in_gbs is not None:
|
2755
|
-
|
3275
|
+
_setter("volume_size_in_gbs", volume_size_in_gbs)
|
2756
3276
|
|
2757
3277
|
@property
|
2758
3278
|
@pulumi.getter(name="volumeAttachmentId")
|
@@ -2809,13 +3329,30 @@ class BdsInstanceUtilNode(dict):
|
|
2809
3329
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
2810
3330
|
:param 'BdsInstanceUtilNodeShapeConfigArgs' shape_config: The shape configuration requested for the node.
|
2811
3331
|
"""
|
2812
|
-
|
2813
|
-
|
2814
|
-
|
3332
|
+
BdsInstanceUtilNode._configure(
|
3333
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3334
|
+
number_of_nodes=number_of_nodes,
|
3335
|
+
shape=shape,
|
3336
|
+
subnet_id=subnet_id,
|
3337
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
3338
|
+
shape_config=shape_config,
|
3339
|
+
)
|
3340
|
+
@staticmethod
|
3341
|
+
def _configure(
|
3342
|
+
_setter: Callable[[Any, Any], None],
|
3343
|
+
number_of_nodes: int,
|
3344
|
+
shape: str,
|
3345
|
+
subnet_id: str,
|
3346
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
3347
|
+
shape_config: Optional['outputs.BdsInstanceUtilNodeShapeConfig'] = None,
|
3348
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3349
|
+
_setter("number_of_nodes", number_of_nodes)
|
3350
|
+
_setter("shape", shape)
|
3351
|
+
_setter("subnet_id", subnet_id)
|
2815
3352
|
if block_volume_size_in_gbs is not None:
|
2816
|
-
|
3353
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
2817
3354
|
if shape_config is not None:
|
2818
|
-
|
3355
|
+
_setter("shape_config", shape_config)
|
2819
3356
|
|
2820
3357
|
@property
|
2821
3358
|
@pulumi.getter(name="numberOfNodes")
|
@@ -2888,12 +3425,25 @@ class BdsInstanceUtilNodeShapeConfig(dict):
|
|
2888
3425
|
** IMPORTANT **
|
2889
3426
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2890
3427
|
"""
|
3428
|
+
BdsInstanceUtilNodeShapeConfig._configure(
|
3429
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3430
|
+
memory_in_gbs=memory_in_gbs,
|
3431
|
+
nvmes=nvmes,
|
3432
|
+
ocpus=ocpus,
|
3433
|
+
)
|
3434
|
+
@staticmethod
|
3435
|
+
def _configure(
|
3436
|
+
_setter: Callable[[Any, Any], None],
|
3437
|
+
memory_in_gbs: Optional[int] = None,
|
3438
|
+
nvmes: Optional[int] = None,
|
3439
|
+
ocpus: Optional[int] = None,
|
3440
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2891
3441
|
if memory_in_gbs is not None:
|
2892
|
-
|
3442
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2893
3443
|
if nvmes is not None:
|
2894
|
-
|
3444
|
+
_setter("nvmes", nvmes)
|
2895
3445
|
if ocpus is not None:
|
2896
|
-
|
3446
|
+
_setter("ocpus", ocpus)
|
2897
3447
|
|
2898
3448
|
@property
|
2899
3449
|
@pulumi.getter(name="memoryInGbs")
|
@@ -2960,13 +3510,30 @@ class BdsInstanceWorkerNode(dict):
|
|
2960
3510
|
:param str block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
2961
3511
|
:param 'BdsInstanceWorkerNodeShapeConfigArgs' shape_config: The shape configuration requested for the node.
|
2962
3512
|
"""
|
2963
|
-
|
2964
|
-
|
2965
|
-
|
3513
|
+
BdsInstanceWorkerNode._configure(
|
3514
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3515
|
+
number_of_nodes=number_of_nodes,
|
3516
|
+
shape=shape,
|
3517
|
+
subnet_id=subnet_id,
|
3518
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
3519
|
+
shape_config=shape_config,
|
3520
|
+
)
|
3521
|
+
@staticmethod
|
3522
|
+
def _configure(
|
3523
|
+
_setter: Callable[[Any, Any], None],
|
3524
|
+
number_of_nodes: int,
|
3525
|
+
shape: str,
|
3526
|
+
subnet_id: str,
|
3527
|
+
block_volume_size_in_gbs: Optional[str] = None,
|
3528
|
+
shape_config: Optional['outputs.BdsInstanceWorkerNodeShapeConfig'] = None,
|
3529
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3530
|
+
_setter("number_of_nodes", number_of_nodes)
|
3531
|
+
_setter("shape", shape)
|
3532
|
+
_setter("subnet_id", subnet_id)
|
2966
3533
|
if block_volume_size_in_gbs is not None:
|
2967
|
-
|
3534
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
2968
3535
|
if shape_config is not None:
|
2969
|
-
|
3536
|
+
_setter("shape_config", shape_config)
|
2970
3537
|
|
2971
3538
|
@property
|
2972
3539
|
@pulumi.getter(name="numberOfNodes")
|
@@ -3039,12 +3606,25 @@ class BdsInstanceWorkerNodeShapeConfig(dict):
|
|
3039
3606
|
** IMPORTANT **
|
3040
3607
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3041
3608
|
"""
|
3609
|
+
BdsInstanceWorkerNodeShapeConfig._configure(
|
3610
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3611
|
+
memory_in_gbs=memory_in_gbs,
|
3612
|
+
nvmes=nvmes,
|
3613
|
+
ocpus=ocpus,
|
3614
|
+
)
|
3615
|
+
@staticmethod
|
3616
|
+
def _configure(
|
3617
|
+
_setter: Callable[[Any, Any], None],
|
3618
|
+
memory_in_gbs: Optional[int] = None,
|
3619
|
+
nvmes: Optional[int] = None,
|
3620
|
+
ocpus: Optional[int] = None,
|
3621
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3042
3622
|
if memory_in_gbs is not None:
|
3043
|
-
|
3623
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
3044
3624
|
if nvmes is not None:
|
3045
|
-
|
3625
|
+
_setter("nvmes", nvmes)
|
3046
3626
|
if ocpus is not None:
|
3047
|
-
|
3627
|
+
_setter("ocpus", ocpus)
|
3048
3628
|
|
3049
3629
|
@property
|
3050
3630
|
@pulumi.getter(name="memoryInGbs")
|
@@ -3082,8 +3662,19 @@ class GetAutoScalingConfigurationPolicyResult(dict):
|
|
3082
3662
|
:param str policy_type: Type of autoscaling policy.
|
3083
3663
|
:param Sequence['GetAutoScalingConfigurationPolicyRuleArgs'] rules: The list of rules for autoscaling. If an action has multiple rules, the last rule in the array will be applied.
|
3084
3664
|
"""
|
3085
|
-
|
3086
|
-
|
3665
|
+
GetAutoScalingConfigurationPolicyResult._configure(
|
3666
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3667
|
+
policy_type=policy_type,
|
3668
|
+
rules=rules,
|
3669
|
+
)
|
3670
|
+
@staticmethod
|
3671
|
+
def _configure(
|
3672
|
+
_setter: Callable[[Any, Any], None],
|
3673
|
+
policy_type: str,
|
3674
|
+
rules: Sequence['outputs.GetAutoScalingConfigurationPolicyRuleResult'],
|
3675
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3676
|
+
_setter("policy_type", policy_type)
|
3677
|
+
_setter("rules", rules)
|
3087
3678
|
|
3088
3679
|
@property
|
3089
3680
|
@pulumi.getter(name="policyType")
|
@@ -3125,15 +3716,40 @@ class GetAutoScalingConfigurationPolicyDetailResult(dict):
|
|
3125
3716
|
:param str timezone: The time zone of the execution schedule, in IANA time zone database name format
|
3126
3717
|
:param str trigger_type: The type of autoscaling trigger.
|
3127
3718
|
"""
|
3128
|
-
|
3129
|
-
|
3130
|
-
|
3131
|
-
|
3132
|
-
|
3133
|
-
|
3134
|
-
|
3135
|
-
|
3136
|
-
|
3719
|
+
GetAutoScalingConfigurationPolicyDetailResult._configure(
|
3720
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3721
|
+
action_type=action_type,
|
3722
|
+
policy_type=policy_type,
|
3723
|
+
scale_down_configs=scale_down_configs,
|
3724
|
+
scale_in_configs=scale_in_configs,
|
3725
|
+
scale_out_configs=scale_out_configs,
|
3726
|
+
scale_up_configs=scale_up_configs,
|
3727
|
+
schedule_details=schedule_details,
|
3728
|
+
timezone=timezone,
|
3729
|
+
trigger_type=trigger_type,
|
3730
|
+
)
|
3731
|
+
@staticmethod
|
3732
|
+
def _configure(
|
3733
|
+
_setter: Callable[[Any, Any], None],
|
3734
|
+
action_type: str,
|
3735
|
+
policy_type: str,
|
3736
|
+
scale_down_configs: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleDownConfigResult'],
|
3737
|
+
scale_in_configs: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleInConfigResult'],
|
3738
|
+
scale_out_configs: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleOutConfigResult'],
|
3739
|
+
scale_up_configs: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleUpConfigResult'],
|
3740
|
+
schedule_details: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScheduleDetailResult'],
|
3741
|
+
timezone: str,
|
3742
|
+
trigger_type: str,
|
3743
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3744
|
+
_setter("action_type", action_type)
|
3745
|
+
_setter("policy_type", policy_type)
|
3746
|
+
_setter("scale_down_configs", scale_down_configs)
|
3747
|
+
_setter("scale_in_configs", scale_in_configs)
|
3748
|
+
_setter("scale_out_configs", scale_out_configs)
|
3749
|
+
_setter("scale_up_configs", scale_up_configs)
|
3750
|
+
_setter("schedule_details", schedule_details)
|
3751
|
+
_setter("timezone", timezone)
|
3752
|
+
_setter("trigger_type", trigger_type)
|
3137
3753
|
|
3138
3754
|
@property
|
3139
3755
|
@pulumi.getter(name="actionType")
|
@@ -3223,11 +3839,28 @@ class GetAutoScalingConfigurationPolicyDetailScaleDownConfigResult(dict):
|
|
3223
3839
|
:param int min_ocpus_per_node: For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the minimum number of OCPUs each node can be scaled-down to. This value is not used for nodes with fixed compute shapes.
|
3224
3840
|
:param int ocpu_step_size: For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the number of OCPUs to add to each node during a scale-up event. This value is not used for nodes with fixed compute shapes.
|
3225
3841
|
"""
|
3226
|
-
|
3227
|
-
|
3228
|
-
|
3229
|
-
|
3230
|
-
|
3842
|
+
GetAutoScalingConfigurationPolicyDetailScaleDownConfigResult._configure(
|
3843
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3844
|
+
memory_step_size=memory_step_size,
|
3845
|
+
metrics=metrics,
|
3846
|
+
min_memory_per_node=min_memory_per_node,
|
3847
|
+
min_ocpus_per_node=min_ocpus_per_node,
|
3848
|
+
ocpu_step_size=ocpu_step_size,
|
3849
|
+
)
|
3850
|
+
@staticmethod
|
3851
|
+
def _configure(
|
3852
|
+
_setter: Callable[[Any, Any], None],
|
3853
|
+
memory_step_size: int,
|
3854
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult'],
|
3855
|
+
min_memory_per_node: int,
|
3856
|
+
min_ocpus_per_node: int,
|
3857
|
+
ocpu_step_size: int,
|
3858
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3859
|
+
_setter("memory_step_size", memory_step_size)
|
3860
|
+
_setter("metrics", metrics)
|
3861
|
+
_setter("min_memory_per_node", min_memory_per_node)
|
3862
|
+
_setter("min_ocpus_per_node", min_ocpus_per_node)
|
3863
|
+
_setter("ocpu_step_size", ocpu_step_size)
|
3231
3864
|
|
3232
3865
|
@property
|
3233
3866
|
@pulumi.getter(name="memoryStepSize")
|
@@ -3279,8 +3912,19 @@ class GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult(dict):
|
|
3279
3912
|
:param str metric_type: Allowed value is CPU_UTILIZATION.
|
3280
3913
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
|
3281
3914
|
"""
|
3282
|
-
|
3283
|
-
|
3915
|
+
GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult._configure(
|
3916
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3917
|
+
metric_type=metric_type,
|
3918
|
+
thresholds=thresholds,
|
3919
|
+
)
|
3920
|
+
@staticmethod
|
3921
|
+
def _configure(
|
3922
|
+
_setter: Callable[[Any, Any], None],
|
3923
|
+
metric_type: str,
|
3924
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResult'],
|
3925
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3926
|
+
_setter("metric_type", metric_type)
|
3927
|
+
_setter("thresholds", thresholds)
|
3284
3928
|
|
3285
3929
|
@property
|
3286
3930
|
@pulumi.getter(name="metricType")
|
@@ -3310,9 +3954,22 @@ class GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResul
|
|
3310
3954
|
:param str operator: The comparison operator to use. Options are greater than (GT) or less than (LT).
|
3311
3955
|
:param int value: Integer non-negative value. 0 < value < 100
|
3312
3956
|
"""
|
3313
|
-
|
3314
|
-
|
3315
|
-
|
3957
|
+
GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResult._configure(
|
3958
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3959
|
+
duration_in_minutes=duration_in_minutes,
|
3960
|
+
operator=operator,
|
3961
|
+
value=value,
|
3962
|
+
)
|
3963
|
+
@staticmethod
|
3964
|
+
def _configure(
|
3965
|
+
_setter: Callable[[Any, Any], None],
|
3966
|
+
duration_in_minutes: int,
|
3967
|
+
operator: str,
|
3968
|
+
value: int,
|
3969
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3970
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
3971
|
+
_setter("operator", operator)
|
3972
|
+
_setter("value", value)
|
3316
3973
|
|
3317
3974
|
@property
|
3318
3975
|
@pulumi.getter(name="durationInMinutes")
|
@@ -3350,9 +4007,22 @@ class GetAutoScalingConfigurationPolicyDetailScaleInConfigResult(dict):
|
|
3350
4007
|
:param int min_node_count: This value is the minimum number of nodes the cluster can be scaled-in to.
|
3351
4008
|
:param int step_size: This value is the number of nodes to add during a scale-out event.
|
3352
4009
|
"""
|
3353
|
-
|
3354
|
-
|
3355
|
-
|
4010
|
+
GetAutoScalingConfigurationPolicyDetailScaleInConfigResult._configure(
|
4011
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4012
|
+
metrics=metrics,
|
4013
|
+
min_node_count=min_node_count,
|
4014
|
+
step_size=step_size,
|
4015
|
+
)
|
4016
|
+
@staticmethod
|
4017
|
+
def _configure(
|
4018
|
+
_setter: Callable[[Any, Any], None],
|
4019
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult'],
|
4020
|
+
min_node_count: int,
|
4021
|
+
step_size: int,
|
4022
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4023
|
+
_setter("metrics", metrics)
|
4024
|
+
_setter("min_node_count", min_node_count)
|
4025
|
+
_setter("step_size", step_size)
|
3356
4026
|
|
3357
4027
|
@property
|
3358
4028
|
@pulumi.getter
|
@@ -3388,8 +4058,19 @@ class GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult(dict):
|
|
3388
4058
|
:param str metric_type: Allowed value is CPU_UTILIZATION.
|
3389
4059
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
|
3390
4060
|
"""
|
3391
|
-
|
3392
|
-
|
4061
|
+
GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult._configure(
|
4062
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4063
|
+
metric_type=metric_type,
|
4064
|
+
thresholds=thresholds,
|
4065
|
+
)
|
4066
|
+
@staticmethod
|
4067
|
+
def _configure(
|
4068
|
+
_setter: Callable[[Any, Any], None],
|
4069
|
+
metric_type: str,
|
4070
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult'],
|
4071
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4072
|
+
_setter("metric_type", metric_type)
|
4073
|
+
_setter("thresholds", thresholds)
|
3393
4074
|
|
3394
4075
|
@property
|
3395
4076
|
@pulumi.getter(name="metricType")
|
@@ -3419,9 +4100,22 @@ class GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult(
|
|
3419
4100
|
:param str operator: The comparison operator to use. Options are greater than (GT) or less than (LT).
|
3420
4101
|
:param int value: Integer non-negative value. 0 < value < 100
|
3421
4102
|
"""
|
3422
|
-
|
3423
|
-
|
3424
|
-
|
4103
|
+
GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult._configure(
|
4104
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4105
|
+
duration_in_minutes=duration_in_minutes,
|
4106
|
+
operator=operator,
|
4107
|
+
value=value,
|
4108
|
+
)
|
4109
|
+
@staticmethod
|
4110
|
+
def _configure(
|
4111
|
+
_setter: Callable[[Any, Any], None],
|
4112
|
+
duration_in_minutes: int,
|
4113
|
+
operator: str,
|
4114
|
+
value: int,
|
4115
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4116
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
4117
|
+
_setter("operator", operator)
|
4118
|
+
_setter("value", value)
|
3425
4119
|
|
3426
4120
|
@property
|
3427
4121
|
@pulumi.getter(name="durationInMinutes")
|
@@ -3459,9 +4153,22 @@ class GetAutoScalingConfigurationPolicyDetailScaleOutConfigResult(dict):
|
|
3459
4153
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricArgs'] metrics: Metric and threshold details for triggering an autoscale action.
|
3460
4154
|
:param int step_size: This value is the number of nodes to add during a scale-out event.
|
3461
4155
|
"""
|
3462
|
-
|
3463
|
-
|
3464
|
-
|
4156
|
+
GetAutoScalingConfigurationPolicyDetailScaleOutConfigResult._configure(
|
4157
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4158
|
+
max_node_count=max_node_count,
|
4159
|
+
metrics=metrics,
|
4160
|
+
step_size=step_size,
|
4161
|
+
)
|
4162
|
+
@staticmethod
|
4163
|
+
def _configure(
|
4164
|
+
_setter: Callable[[Any, Any], None],
|
4165
|
+
max_node_count: int,
|
4166
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult'],
|
4167
|
+
step_size: int,
|
4168
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4169
|
+
_setter("max_node_count", max_node_count)
|
4170
|
+
_setter("metrics", metrics)
|
4171
|
+
_setter("step_size", step_size)
|
3465
4172
|
|
3466
4173
|
@property
|
3467
4174
|
@pulumi.getter(name="maxNodeCount")
|
@@ -3497,8 +4204,19 @@ class GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult(dict):
|
|
3497
4204
|
:param str metric_type: Allowed value is CPU_UTILIZATION.
|
3498
4205
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
|
3499
4206
|
"""
|
3500
|
-
|
3501
|
-
|
4207
|
+
GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult._configure(
|
4208
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4209
|
+
metric_type=metric_type,
|
4210
|
+
thresholds=thresholds,
|
4211
|
+
)
|
4212
|
+
@staticmethod
|
4213
|
+
def _configure(
|
4214
|
+
_setter: Callable[[Any, Any], None],
|
4215
|
+
metric_type: str,
|
4216
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult'],
|
4217
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4218
|
+
_setter("metric_type", metric_type)
|
4219
|
+
_setter("thresholds", thresholds)
|
3502
4220
|
|
3503
4221
|
@property
|
3504
4222
|
@pulumi.getter(name="metricType")
|
@@ -3528,9 +4246,22 @@ class GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult
|
|
3528
4246
|
:param str operator: The comparison operator to use. Options are greater than (GT) or less than (LT).
|
3529
4247
|
:param int value: Integer non-negative value. 0 < value < 100
|
3530
4248
|
"""
|
3531
|
-
|
3532
|
-
|
3533
|
-
|
4249
|
+
GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult._configure(
|
4250
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4251
|
+
duration_in_minutes=duration_in_minutes,
|
4252
|
+
operator=operator,
|
4253
|
+
value=value,
|
4254
|
+
)
|
4255
|
+
@staticmethod
|
4256
|
+
def _configure(
|
4257
|
+
_setter: Callable[[Any, Any], None],
|
4258
|
+
duration_in_minutes: int,
|
4259
|
+
operator: str,
|
4260
|
+
value: int,
|
4261
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4262
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
4263
|
+
_setter("operator", operator)
|
4264
|
+
_setter("value", value)
|
3534
4265
|
|
3535
4266
|
@property
|
3536
4267
|
@pulumi.getter(name="durationInMinutes")
|
@@ -3572,11 +4303,28 @@ class GetAutoScalingConfigurationPolicyDetailScaleUpConfigResult(dict):
|
|
3572
4303
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricArgs'] metrics: Metric and threshold details for triggering an autoscale action.
|
3573
4304
|
:param int ocpu_step_size: For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the number of OCPUs to add to each node during a scale-up event. This value is not used for nodes with fixed compute shapes.
|
3574
4305
|
"""
|
3575
|
-
|
3576
|
-
|
3577
|
-
|
3578
|
-
|
3579
|
-
|
4306
|
+
GetAutoScalingConfigurationPolicyDetailScaleUpConfigResult._configure(
|
4307
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4308
|
+
max_memory_per_node=max_memory_per_node,
|
4309
|
+
max_ocpus_per_node=max_ocpus_per_node,
|
4310
|
+
memory_step_size=memory_step_size,
|
4311
|
+
metrics=metrics,
|
4312
|
+
ocpu_step_size=ocpu_step_size,
|
4313
|
+
)
|
4314
|
+
@staticmethod
|
4315
|
+
def _configure(
|
4316
|
+
_setter: Callable[[Any, Any], None],
|
4317
|
+
max_memory_per_node: int,
|
4318
|
+
max_ocpus_per_node: int,
|
4319
|
+
memory_step_size: int,
|
4320
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult'],
|
4321
|
+
ocpu_step_size: int,
|
4322
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4323
|
+
_setter("max_memory_per_node", max_memory_per_node)
|
4324
|
+
_setter("max_ocpus_per_node", max_ocpus_per_node)
|
4325
|
+
_setter("memory_step_size", memory_step_size)
|
4326
|
+
_setter("metrics", metrics)
|
4327
|
+
_setter("ocpu_step_size", ocpu_step_size)
|
3580
4328
|
|
3581
4329
|
@property
|
3582
4330
|
@pulumi.getter(name="maxMemoryPerNode")
|
@@ -3628,8 +4376,19 @@ class GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult(dict):
|
|
3628
4376
|
:param str metric_type: Allowed value is CPU_UTILIZATION.
|
3629
4377
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
|
3630
4378
|
"""
|
3631
|
-
|
3632
|
-
|
4379
|
+
GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult._configure(
|
4380
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4381
|
+
metric_type=metric_type,
|
4382
|
+
thresholds=thresholds,
|
4383
|
+
)
|
4384
|
+
@staticmethod
|
4385
|
+
def _configure(
|
4386
|
+
_setter: Callable[[Any, Any], None],
|
4387
|
+
metric_type: str,
|
4388
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult'],
|
4389
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4390
|
+
_setter("metric_type", metric_type)
|
4391
|
+
_setter("thresholds", thresholds)
|
3633
4392
|
|
3634
4393
|
@property
|
3635
4394
|
@pulumi.getter(name="metricType")
|
@@ -3659,9 +4418,22 @@ class GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult(
|
|
3659
4418
|
:param str operator: The comparison operator to use. Options are greater than (GT) or less than (LT).
|
3660
4419
|
:param int value: Integer non-negative value. 0 < value < 100
|
3661
4420
|
"""
|
3662
|
-
|
3663
|
-
|
3664
|
-
|
4421
|
+
GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult._configure(
|
4422
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4423
|
+
duration_in_minutes=duration_in_minutes,
|
4424
|
+
operator=operator,
|
4425
|
+
value=value,
|
4426
|
+
)
|
4427
|
+
@staticmethod
|
4428
|
+
def _configure(
|
4429
|
+
_setter: Callable[[Any, Any], None],
|
4430
|
+
duration_in_minutes: int,
|
4431
|
+
operator: str,
|
4432
|
+
value: int,
|
4433
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4434
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
4435
|
+
_setter("operator", operator)
|
4436
|
+
_setter("value", value)
|
3665
4437
|
|
3666
4438
|
@property
|
3667
4439
|
@pulumi.getter(name="durationInMinutes")
|
@@ -3699,9 +4471,22 @@ class GetAutoScalingConfigurationPolicyDetailScheduleDetailResult(dict):
|
|
3699
4471
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScalingConfigArgs'] time_and_horizontal_scaling_configs: Time of day and horizontal scaling configuration.
|
3700
4472
|
:param Sequence['GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalingConfigArgs'] time_and_vertical_scaling_configs: Time of day and vertical scaling configuration
|
3701
4473
|
"""
|
3702
|
-
|
3703
|
-
|
3704
|
-
|
4474
|
+
GetAutoScalingConfigurationPolicyDetailScheduleDetailResult._configure(
|
4475
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4476
|
+
schedule_type=schedule_type,
|
4477
|
+
time_and_horizontal_scaling_configs=time_and_horizontal_scaling_configs,
|
4478
|
+
time_and_vertical_scaling_configs=time_and_vertical_scaling_configs,
|
4479
|
+
)
|
4480
|
+
@staticmethod
|
4481
|
+
def _configure(
|
4482
|
+
_setter: Callable[[Any, Any], None],
|
4483
|
+
schedule_type: str,
|
4484
|
+
time_and_horizontal_scaling_configs: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScalingConfigResult'],
|
4485
|
+
time_and_vertical_scaling_configs: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalingConfigResult'],
|
4486
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4487
|
+
_setter("schedule_type", schedule_type)
|
4488
|
+
_setter("time_and_horizontal_scaling_configs", time_and_horizontal_scaling_configs)
|
4489
|
+
_setter("time_and_vertical_scaling_configs", time_and_vertical_scaling_configs)
|
3705
4490
|
|
3706
4491
|
@property
|
3707
4492
|
@pulumi.getter(name="scheduleType")
|
@@ -3737,8 +4522,19 @@ class GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScal
|
|
3737
4522
|
:param int target_node_count: This value is the desired number of nodes in the cluster.
|
3738
4523
|
:param str time_recurrence: Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling action. Currently only WEEKLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR and BYMINUTE fields. Other fields are not supported.
|
3739
4524
|
"""
|
3740
|
-
|
3741
|
-
|
4525
|
+
GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScalingConfigResult._configure(
|
4526
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4527
|
+
target_node_count=target_node_count,
|
4528
|
+
time_recurrence=time_recurrence,
|
4529
|
+
)
|
4530
|
+
@staticmethod
|
4531
|
+
def _configure(
|
4532
|
+
_setter: Callable[[Any, Any], None],
|
4533
|
+
target_node_count: int,
|
4534
|
+
time_recurrence: str,
|
4535
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4536
|
+
_setter("target_node_count", target_node_count)
|
4537
|
+
_setter("time_recurrence", time_recurrence)
|
3742
4538
|
|
3743
4539
|
@property
|
3744
4540
|
@pulumi.getter(name="targetNodeCount")
|
@@ -3770,10 +4566,25 @@ class GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalin
|
|
3770
4566
|
:param str target_shape: For nodes with [fixed compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the desired shape of each node. This value is not used for nodes with flexible compute shapes.
|
3771
4567
|
:param str time_recurrence: Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling action. Currently only WEEKLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR and BYMINUTE fields. Other fields are not supported.
|
3772
4568
|
"""
|
3773
|
-
|
3774
|
-
|
3775
|
-
|
3776
|
-
|
4569
|
+
GetAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalingConfigResult._configure(
|
4570
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4571
|
+
target_memory_per_node=target_memory_per_node,
|
4572
|
+
target_ocpus_per_node=target_ocpus_per_node,
|
4573
|
+
target_shape=target_shape,
|
4574
|
+
time_recurrence=time_recurrence,
|
4575
|
+
)
|
4576
|
+
@staticmethod
|
4577
|
+
def _configure(
|
4578
|
+
_setter: Callable[[Any, Any], None],
|
4579
|
+
target_memory_per_node: int,
|
4580
|
+
target_ocpus_per_node: int,
|
4581
|
+
target_shape: str,
|
4582
|
+
time_recurrence: str,
|
4583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4584
|
+
_setter("target_memory_per_node", target_memory_per_node)
|
4585
|
+
_setter("target_ocpus_per_node", target_ocpus_per_node)
|
4586
|
+
_setter("target_shape", target_shape)
|
4587
|
+
_setter("time_recurrence", time_recurrence)
|
3777
4588
|
|
3778
4589
|
@property
|
3779
4590
|
@pulumi.getter(name="targetMemoryPerNode")
|
@@ -3817,8 +4628,19 @@ class GetAutoScalingConfigurationPolicyRuleResult(dict):
|
|
3817
4628
|
:param str action: The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.
|
3818
4629
|
:param Sequence['GetAutoScalingConfigurationPolicyRuleMetricArgs'] metrics: Metric and threshold details for triggering an autoscale action.
|
3819
4630
|
"""
|
3820
|
-
|
3821
|
-
|
4631
|
+
GetAutoScalingConfigurationPolicyRuleResult._configure(
|
4632
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4633
|
+
action=action,
|
4634
|
+
metrics=metrics,
|
4635
|
+
)
|
4636
|
+
@staticmethod
|
4637
|
+
def _configure(
|
4638
|
+
_setter: Callable[[Any, Any], None],
|
4639
|
+
action: str,
|
4640
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationPolicyRuleMetricResult'],
|
4641
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4642
|
+
_setter("action", action)
|
4643
|
+
_setter("metrics", metrics)
|
3822
4644
|
|
3823
4645
|
@property
|
3824
4646
|
@pulumi.getter
|
@@ -3846,8 +4668,19 @@ class GetAutoScalingConfigurationPolicyRuleMetricResult(dict):
|
|
3846
4668
|
:param str metric_type: Allowed value is CPU_UTILIZATION.
|
3847
4669
|
:param Sequence['GetAutoScalingConfigurationPolicyRuleMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
|
3848
4670
|
"""
|
3849
|
-
|
3850
|
-
|
4671
|
+
GetAutoScalingConfigurationPolicyRuleMetricResult._configure(
|
4672
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4673
|
+
metric_type=metric_type,
|
4674
|
+
thresholds=thresholds,
|
4675
|
+
)
|
4676
|
+
@staticmethod
|
4677
|
+
def _configure(
|
4678
|
+
_setter: Callable[[Any, Any], None],
|
4679
|
+
metric_type: str,
|
4680
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyRuleMetricThresholdResult'],
|
4681
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4682
|
+
_setter("metric_type", metric_type)
|
4683
|
+
_setter("thresholds", thresholds)
|
3851
4684
|
|
3852
4685
|
@property
|
3853
4686
|
@pulumi.getter(name="metricType")
|
@@ -3877,9 +4710,22 @@ class GetAutoScalingConfigurationPolicyRuleMetricThresholdResult(dict):
|
|
3877
4710
|
:param str operator: The comparison operator to use. Options are greater than (GT) or less than (LT).
|
3878
4711
|
:param int value: Integer non-negative value. 0 < value < 100
|
3879
4712
|
"""
|
3880
|
-
|
3881
|
-
|
3882
|
-
|
4713
|
+
GetAutoScalingConfigurationPolicyRuleMetricThresholdResult._configure(
|
4714
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4715
|
+
duration_in_minutes=duration_in_minutes,
|
4716
|
+
operator=operator,
|
4717
|
+
value=value,
|
4718
|
+
)
|
4719
|
+
@staticmethod
|
4720
|
+
def _configure(
|
4721
|
+
_setter: Callable[[Any, Any], None],
|
4722
|
+
duration_in_minutes: int,
|
4723
|
+
operator: str,
|
4724
|
+
value: int,
|
4725
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4726
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
4727
|
+
_setter("operator", operator)
|
4728
|
+
_setter("value", value)
|
3883
4729
|
|
3884
4730
|
@property
|
3885
4731
|
@pulumi.getter(name="durationInMinutes")
|
@@ -3920,17 +4766,46 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationResult(dict):
|
|
3920
4766
|
state: str,
|
3921
4767
|
time_created: str,
|
3922
4768
|
time_updated: str):
|
3923
|
-
|
3924
|
-
|
3925
|
-
|
3926
|
-
|
3927
|
-
|
3928
|
-
|
3929
|
-
|
3930
|
-
|
3931
|
-
|
3932
|
-
|
3933
|
-
|
4769
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationResult._configure(
|
4770
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4771
|
+
bds_instance_id=bds_instance_id,
|
4772
|
+
cluster_admin_password=cluster_admin_password,
|
4773
|
+
display_name=display_name,
|
4774
|
+
id=id,
|
4775
|
+
is_enabled=is_enabled,
|
4776
|
+
node_type=node_type,
|
4777
|
+
policies=policies,
|
4778
|
+
policy_details=policy_details,
|
4779
|
+
state=state,
|
4780
|
+
time_created=time_created,
|
4781
|
+
time_updated=time_updated,
|
4782
|
+
)
|
4783
|
+
@staticmethod
|
4784
|
+
def _configure(
|
4785
|
+
_setter: Callable[[Any, Any], None],
|
4786
|
+
bds_instance_id: str,
|
4787
|
+
cluster_admin_password: str,
|
4788
|
+
display_name: str,
|
4789
|
+
id: str,
|
4790
|
+
is_enabled: bool,
|
4791
|
+
node_type: str,
|
4792
|
+
policies: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyResult'],
|
4793
|
+
policy_details: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailResult'],
|
4794
|
+
state: str,
|
4795
|
+
time_created: str,
|
4796
|
+
time_updated: str,
|
4797
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4798
|
+
_setter("bds_instance_id", bds_instance_id)
|
4799
|
+
_setter("cluster_admin_password", cluster_admin_password)
|
4800
|
+
_setter("display_name", display_name)
|
4801
|
+
_setter("id", id)
|
4802
|
+
_setter("is_enabled", is_enabled)
|
4803
|
+
_setter("node_type", node_type)
|
4804
|
+
_setter("policies", policies)
|
4805
|
+
_setter("policy_details", policy_details)
|
4806
|
+
_setter("state", state)
|
4807
|
+
_setter("time_created", time_created)
|
4808
|
+
_setter("time_updated", time_updated)
|
3934
4809
|
|
3935
4810
|
@property
|
3936
4811
|
@pulumi.getter(name="bdsInstanceId")
|
@@ -3993,8 +4868,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyResult(dict):
|
|
3993
4868
|
def __init__(__self__, *,
|
3994
4869
|
policy_type: str,
|
3995
4870
|
rules: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleResult']):
|
3996
|
-
|
3997
|
-
|
4871
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyResult._configure(
|
4872
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4873
|
+
policy_type=policy_type,
|
4874
|
+
rules=rules,
|
4875
|
+
)
|
4876
|
+
@staticmethod
|
4877
|
+
def _configure(
|
4878
|
+
_setter: Callable[[Any, Any], None],
|
4879
|
+
policy_type: str,
|
4880
|
+
rules: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleResult'],
|
4881
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4882
|
+
_setter("policy_type", policy_type)
|
4883
|
+
_setter("rules", rules)
|
3998
4884
|
|
3999
4885
|
@property
|
4000
4886
|
@pulumi.getter(name="policyType")
|
@@ -4019,15 +4905,40 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailResult(dic
|
|
4019
4905
|
schedule_details: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailResult'],
|
4020
4906
|
timezone: str,
|
4021
4907
|
trigger_type: str):
|
4022
|
-
|
4023
|
-
|
4024
|
-
|
4025
|
-
|
4026
|
-
|
4027
|
-
|
4028
|
-
|
4029
|
-
|
4030
|
-
|
4908
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailResult._configure(
|
4909
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4910
|
+
action_type=action_type,
|
4911
|
+
policy_type=policy_type,
|
4912
|
+
scale_down_configs=scale_down_configs,
|
4913
|
+
scale_in_configs=scale_in_configs,
|
4914
|
+
scale_out_configs=scale_out_configs,
|
4915
|
+
scale_up_configs=scale_up_configs,
|
4916
|
+
schedule_details=schedule_details,
|
4917
|
+
timezone=timezone,
|
4918
|
+
trigger_type=trigger_type,
|
4919
|
+
)
|
4920
|
+
@staticmethod
|
4921
|
+
def _configure(
|
4922
|
+
_setter: Callable[[Any, Any], None],
|
4923
|
+
action_type: str,
|
4924
|
+
policy_type: str,
|
4925
|
+
scale_down_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigResult'],
|
4926
|
+
scale_in_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigResult'],
|
4927
|
+
scale_out_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigResult'],
|
4928
|
+
scale_up_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigResult'],
|
4929
|
+
schedule_details: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailResult'],
|
4930
|
+
timezone: str,
|
4931
|
+
trigger_type: str,
|
4932
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4933
|
+
_setter("action_type", action_type)
|
4934
|
+
_setter("policy_type", policy_type)
|
4935
|
+
_setter("scale_down_configs", scale_down_configs)
|
4936
|
+
_setter("scale_in_configs", scale_in_configs)
|
4937
|
+
_setter("scale_out_configs", scale_out_configs)
|
4938
|
+
_setter("scale_up_configs", scale_up_configs)
|
4939
|
+
_setter("schedule_details", schedule_details)
|
4940
|
+
_setter("timezone", timezone)
|
4941
|
+
_setter("trigger_type", trigger_type)
|
4031
4942
|
|
4032
4943
|
@property
|
4033
4944
|
@pulumi.getter(name="actionType")
|
@@ -4083,11 +4994,28 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownC
|
|
4083
4994
|
min_memory_per_node: int,
|
4084
4995
|
min_ocpus_per_node: int,
|
4085
4996
|
ocpu_step_size: int):
|
4086
|
-
|
4087
|
-
|
4088
|
-
|
4089
|
-
|
4090
|
-
|
4997
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigResult._configure(
|
4998
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4999
|
+
memory_step_size=memory_step_size,
|
5000
|
+
metrics=metrics,
|
5001
|
+
min_memory_per_node=min_memory_per_node,
|
5002
|
+
min_ocpus_per_node=min_ocpus_per_node,
|
5003
|
+
ocpu_step_size=ocpu_step_size,
|
5004
|
+
)
|
5005
|
+
@staticmethod
|
5006
|
+
def _configure(
|
5007
|
+
_setter: Callable[[Any, Any], None],
|
5008
|
+
memory_step_size: int,
|
5009
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult'],
|
5010
|
+
min_memory_per_node: int,
|
5011
|
+
min_ocpus_per_node: int,
|
5012
|
+
ocpu_step_size: int,
|
5013
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5014
|
+
_setter("memory_step_size", memory_step_size)
|
5015
|
+
_setter("metrics", metrics)
|
5016
|
+
_setter("min_memory_per_node", min_memory_per_node)
|
5017
|
+
_setter("min_ocpus_per_node", min_ocpus_per_node)
|
5018
|
+
_setter("ocpu_step_size", ocpu_step_size)
|
4091
5019
|
|
4092
5020
|
@property
|
4093
5021
|
@pulumi.getter(name="memoryStepSize")
|
@@ -4120,8 +5048,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownC
|
|
4120
5048
|
def __init__(__self__, *,
|
4121
5049
|
metric_type: str,
|
4122
5050
|
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResult']):
|
4123
|
-
|
4124
|
-
|
5051
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult._configure(
|
5052
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5053
|
+
metric_type=metric_type,
|
5054
|
+
thresholds=thresholds,
|
5055
|
+
)
|
5056
|
+
@staticmethod
|
5057
|
+
def _configure(
|
5058
|
+
_setter: Callable[[Any, Any], None],
|
5059
|
+
metric_type: str,
|
5060
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResult'],
|
5061
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5062
|
+
_setter("metric_type", metric_type)
|
5063
|
+
_setter("thresholds", thresholds)
|
4125
5064
|
|
4126
5065
|
@property
|
4127
5066
|
@pulumi.getter(name="metricType")
|
@@ -4140,9 +5079,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownC
|
|
4140
5079
|
duration_in_minutes: int,
|
4141
5080
|
operator: str,
|
4142
5081
|
value: int):
|
4143
|
-
|
4144
|
-
|
4145
|
-
|
5082
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResult._configure(
|
5083
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5084
|
+
duration_in_minutes=duration_in_minutes,
|
5085
|
+
operator=operator,
|
5086
|
+
value=value,
|
5087
|
+
)
|
5088
|
+
@staticmethod
|
5089
|
+
def _configure(
|
5090
|
+
_setter: Callable[[Any, Any], None],
|
5091
|
+
duration_in_minutes: int,
|
5092
|
+
operator: str,
|
5093
|
+
value: int,
|
5094
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5095
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
5096
|
+
_setter("operator", operator)
|
5097
|
+
_setter("value", value)
|
4146
5098
|
|
4147
5099
|
@property
|
4148
5100
|
@pulumi.getter(name="durationInMinutes")
|
@@ -4166,9 +5118,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInCon
|
|
4166
5118
|
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult'],
|
4167
5119
|
min_node_count: int,
|
4168
5120
|
step_size: int):
|
4169
|
-
|
4170
|
-
|
4171
|
-
|
5121
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigResult._configure(
|
5122
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5123
|
+
metrics=metrics,
|
5124
|
+
min_node_count=min_node_count,
|
5125
|
+
step_size=step_size,
|
5126
|
+
)
|
5127
|
+
@staticmethod
|
5128
|
+
def _configure(
|
5129
|
+
_setter: Callable[[Any, Any], None],
|
5130
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult'],
|
5131
|
+
min_node_count: int,
|
5132
|
+
step_size: int,
|
5133
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5134
|
+
_setter("metrics", metrics)
|
5135
|
+
_setter("min_node_count", min_node_count)
|
5136
|
+
_setter("step_size", step_size)
|
4172
5137
|
|
4173
5138
|
@property
|
4174
5139
|
@pulumi.getter
|
@@ -4191,8 +5156,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInCon
|
|
4191
5156
|
def __init__(__self__, *,
|
4192
5157
|
metric_type: str,
|
4193
5158
|
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult']):
|
4194
|
-
|
4195
|
-
|
5159
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult._configure(
|
5160
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5161
|
+
metric_type=metric_type,
|
5162
|
+
thresholds=thresholds,
|
5163
|
+
)
|
5164
|
+
@staticmethod
|
5165
|
+
def _configure(
|
5166
|
+
_setter: Callable[[Any, Any], None],
|
5167
|
+
metric_type: str,
|
5168
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult'],
|
5169
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5170
|
+
_setter("metric_type", metric_type)
|
5171
|
+
_setter("thresholds", thresholds)
|
4196
5172
|
|
4197
5173
|
@property
|
4198
5174
|
@pulumi.getter(name="metricType")
|
@@ -4211,9 +5187,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInCon
|
|
4211
5187
|
duration_in_minutes: int,
|
4212
5188
|
operator: str,
|
4213
5189
|
value: int):
|
4214
|
-
|
4215
|
-
|
4216
|
-
|
5190
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult._configure(
|
5191
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5192
|
+
duration_in_minutes=duration_in_minutes,
|
5193
|
+
operator=operator,
|
5194
|
+
value=value,
|
5195
|
+
)
|
5196
|
+
@staticmethod
|
5197
|
+
def _configure(
|
5198
|
+
_setter: Callable[[Any, Any], None],
|
5199
|
+
duration_in_minutes: int,
|
5200
|
+
operator: str,
|
5201
|
+
value: int,
|
5202
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5203
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
5204
|
+
_setter("operator", operator)
|
5205
|
+
_setter("value", value)
|
4217
5206
|
|
4218
5207
|
@property
|
4219
5208
|
@pulumi.getter(name="durationInMinutes")
|
@@ -4237,9 +5226,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutCo
|
|
4237
5226
|
max_node_count: int,
|
4238
5227
|
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult'],
|
4239
5228
|
step_size: int):
|
4240
|
-
|
4241
|
-
|
4242
|
-
|
5229
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigResult._configure(
|
5230
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5231
|
+
max_node_count=max_node_count,
|
5232
|
+
metrics=metrics,
|
5233
|
+
step_size=step_size,
|
5234
|
+
)
|
5235
|
+
@staticmethod
|
5236
|
+
def _configure(
|
5237
|
+
_setter: Callable[[Any, Any], None],
|
5238
|
+
max_node_count: int,
|
5239
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult'],
|
5240
|
+
step_size: int,
|
5241
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5242
|
+
_setter("max_node_count", max_node_count)
|
5243
|
+
_setter("metrics", metrics)
|
5244
|
+
_setter("step_size", step_size)
|
4243
5245
|
|
4244
5246
|
@property
|
4245
5247
|
@pulumi.getter(name="maxNodeCount")
|
@@ -4262,8 +5264,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutCo
|
|
4262
5264
|
def __init__(__self__, *,
|
4263
5265
|
metric_type: str,
|
4264
5266
|
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult']):
|
4265
|
-
|
4266
|
-
|
5267
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult._configure(
|
5268
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5269
|
+
metric_type=metric_type,
|
5270
|
+
thresholds=thresholds,
|
5271
|
+
)
|
5272
|
+
@staticmethod
|
5273
|
+
def _configure(
|
5274
|
+
_setter: Callable[[Any, Any], None],
|
5275
|
+
metric_type: str,
|
5276
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult'],
|
5277
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5278
|
+
_setter("metric_type", metric_type)
|
5279
|
+
_setter("thresholds", thresholds)
|
4267
5280
|
|
4268
5281
|
@property
|
4269
5282
|
@pulumi.getter(name="metricType")
|
@@ -4282,9 +5295,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutCo
|
|
4282
5295
|
duration_in_minutes: int,
|
4283
5296
|
operator: str,
|
4284
5297
|
value: int):
|
4285
|
-
|
4286
|
-
|
4287
|
-
|
5298
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult._configure(
|
5299
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5300
|
+
duration_in_minutes=duration_in_minutes,
|
5301
|
+
operator=operator,
|
5302
|
+
value=value,
|
5303
|
+
)
|
5304
|
+
@staticmethod
|
5305
|
+
def _configure(
|
5306
|
+
_setter: Callable[[Any, Any], None],
|
5307
|
+
duration_in_minutes: int,
|
5308
|
+
operator: str,
|
5309
|
+
value: int,
|
5310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5311
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
5312
|
+
_setter("operator", operator)
|
5313
|
+
_setter("value", value)
|
4288
5314
|
|
4289
5315
|
@property
|
4290
5316
|
@pulumi.getter(name="durationInMinutes")
|
@@ -4310,11 +5336,28 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpCon
|
|
4310
5336
|
memory_step_size: int,
|
4311
5337
|
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult'],
|
4312
5338
|
ocpu_step_size: int):
|
4313
|
-
|
4314
|
-
|
4315
|
-
|
4316
|
-
|
4317
|
-
|
5339
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigResult._configure(
|
5340
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5341
|
+
max_memory_per_node=max_memory_per_node,
|
5342
|
+
max_ocpus_per_node=max_ocpus_per_node,
|
5343
|
+
memory_step_size=memory_step_size,
|
5344
|
+
metrics=metrics,
|
5345
|
+
ocpu_step_size=ocpu_step_size,
|
5346
|
+
)
|
5347
|
+
@staticmethod
|
5348
|
+
def _configure(
|
5349
|
+
_setter: Callable[[Any, Any], None],
|
5350
|
+
max_memory_per_node: int,
|
5351
|
+
max_ocpus_per_node: int,
|
5352
|
+
memory_step_size: int,
|
5353
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult'],
|
5354
|
+
ocpu_step_size: int,
|
5355
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5356
|
+
_setter("max_memory_per_node", max_memory_per_node)
|
5357
|
+
_setter("max_ocpus_per_node", max_ocpus_per_node)
|
5358
|
+
_setter("memory_step_size", memory_step_size)
|
5359
|
+
_setter("metrics", metrics)
|
5360
|
+
_setter("ocpu_step_size", ocpu_step_size)
|
4318
5361
|
|
4319
5362
|
@property
|
4320
5363
|
@pulumi.getter(name="maxMemoryPerNode")
|
@@ -4347,8 +5390,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpCon
|
|
4347
5390
|
def __init__(__self__, *,
|
4348
5391
|
metric_type: str,
|
4349
5392
|
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult']):
|
4350
|
-
|
4351
|
-
|
5393
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult._configure(
|
5394
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5395
|
+
metric_type=metric_type,
|
5396
|
+
thresholds=thresholds,
|
5397
|
+
)
|
5398
|
+
@staticmethod
|
5399
|
+
def _configure(
|
5400
|
+
_setter: Callable[[Any, Any], None],
|
5401
|
+
metric_type: str,
|
5402
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult'],
|
5403
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5404
|
+
_setter("metric_type", metric_type)
|
5405
|
+
_setter("thresholds", thresholds)
|
4352
5406
|
|
4353
5407
|
@property
|
4354
5408
|
@pulumi.getter(name="metricType")
|
@@ -4367,9 +5421,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpCon
|
|
4367
5421
|
duration_in_minutes: int,
|
4368
5422
|
operator: str,
|
4369
5423
|
value: int):
|
4370
|
-
|
4371
|
-
|
4372
|
-
|
5424
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult._configure(
|
5425
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5426
|
+
duration_in_minutes=duration_in_minutes,
|
5427
|
+
operator=operator,
|
5428
|
+
value=value,
|
5429
|
+
)
|
5430
|
+
@staticmethod
|
5431
|
+
def _configure(
|
5432
|
+
_setter: Callable[[Any, Any], None],
|
5433
|
+
duration_in_minutes: int,
|
5434
|
+
operator: str,
|
5435
|
+
value: int,
|
5436
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5437
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
5438
|
+
_setter("operator", operator)
|
5439
|
+
_setter("value", value)
|
4373
5440
|
|
4374
5441
|
@property
|
4375
5442
|
@pulumi.getter(name="durationInMinutes")
|
@@ -4393,9 +5460,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDe
|
|
4393
5460
|
schedule_type: str,
|
4394
5461
|
time_and_horizontal_scaling_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScalingConfigResult'],
|
4395
5462
|
time_and_vertical_scaling_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalingConfigResult']):
|
4396
|
-
|
4397
|
-
|
4398
|
-
|
5463
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailResult._configure(
|
5464
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5465
|
+
schedule_type=schedule_type,
|
5466
|
+
time_and_horizontal_scaling_configs=time_and_horizontal_scaling_configs,
|
5467
|
+
time_and_vertical_scaling_configs=time_and_vertical_scaling_configs,
|
5468
|
+
)
|
5469
|
+
@staticmethod
|
5470
|
+
def _configure(
|
5471
|
+
_setter: Callable[[Any, Any], None],
|
5472
|
+
schedule_type: str,
|
5473
|
+
time_and_horizontal_scaling_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScalingConfigResult'],
|
5474
|
+
time_and_vertical_scaling_configs: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalingConfigResult'],
|
5475
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5476
|
+
_setter("schedule_type", schedule_type)
|
5477
|
+
_setter("time_and_horizontal_scaling_configs", time_and_horizontal_scaling_configs)
|
5478
|
+
_setter("time_and_vertical_scaling_configs", time_and_vertical_scaling_configs)
|
4399
5479
|
|
4400
5480
|
@property
|
4401
5481
|
@pulumi.getter(name="scheduleType")
|
@@ -4418,8 +5498,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDe
|
|
4418
5498
|
def __init__(__self__, *,
|
4419
5499
|
target_node_count: int,
|
4420
5500
|
time_recurrence: str):
|
4421
|
-
|
4422
|
-
|
5501
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndHorizontalScalingConfigResult._configure(
|
5502
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5503
|
+
target_node_count=target_node_count,
|
5504
|
+
time_recurrence=time_recurrence,
|
5505
|
+
)
|
5506
|
+
@staticmethod
|
5507
|
+
def _configure(
|
5508
|
+
_setter: Callable[[Any, Any], None],
|
5509
|
+
target_node_count: int,
|
5510
|
+
time_recurrence: str,
|
5511
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5512
|
+
_setter("target_node_count", target_node_count)
|
5513
|
+
_setter("time_recurrence", time_recurrence)
|
4423
5514
|
|
4424
5515
|
@property
|
4425
5516
|
@pulumi.getter(name="targetNodeCount")
|
@@ -4439,10 +5530,25 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDe
|
|
4439
5530
|
target_ocpus_per_node: int,
|
4440
5531
|
target_shape: str,
|
4441
5532
|
time_recurrence: str):
|
4442
|
-
|
4443
|
-
|
4444
|
-
|
4445
|
-
|
5533
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyDetailScheduleDetailTimeAndVerticalScalingConfigResult._configure(
|
5534
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5535
|
+
target_memory_per_node=target_memory_per_node,
|
5536
|
+
target_ocpus_per_node=target_ocpus_per_node,
|
5537
|
+
target_shape=target_shape,
|
5538
|
+
time_recurrence=time_recurrence,
|
5539
|
+
)
|
5540
|
+
@staticmethod
|
5541
|
+
def _configure(
|
5542
|
+
_setter: Callable[[Any, Any], None],
|
5543
|
+
target_memory_per_node: int,
|
5544
|
+
target_ocpus_per_node: int,
|
5545
|
+
target_shape: str,
|
5546
|
+
time_recurrence: str,
|
5547
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5548
|
+
_setter("target_memory_per_node", target_memory_per_node)
|
5549
|
+
_setter("target_ocpus_per_node", target_ocpus_per_node)
|
5550
|
+
_setter("target_shape", target_shape)
|
5551
|
+
_setter("time_recurrence", time_recurrence)
|
4446
5552
|
|
4447
5553
|
@property
|
4448
5554
|
@pulumi.getter(name="targetMemoryPerNode")
|
@@ -4470,8 +5576,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleResult(dict)
|
|
4470
5576
|
def __init__(__self__, *,
|
4471
5577
|
action: str,
|
4472
5578
|
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricResult']):
|
4473
|
-
|
4474
|
-
|
5579
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleResult._configure(
|
5580
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5581
|
+
action=action,
|
5582
|
+
metrics=metrics,
|
5583
|
+
)
|
5584
|
+
@staticmethod
|
5585
|
+
def _configure(
|
5586
|
+
_setter: Callable[[Any, Any], None],
|
5587
|
+
action: str,
|
5588
|
+
metrics: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricResult'],
|
5589
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5590
|
+
_setter("action", action)
|
5591
|
+
_setter("metrics", metrics)
|
4475
5592
|
|
4476
5593
|
@property
|
4477
5594
|
@pulumi.getter
|
@@ -4489,8 +5606,19 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricResult
|
|
4489
5606
|
def __init__(__self__, *,
|
4490
5607
|
metric_type: str,
|
4491
5608
|
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricThresholdResult']):
|
4492
|
-
|
4493
|
-
|
5609
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricResult._configure(
|
5610
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5611
|
+
metric_type=metric_type,
|
5612
|
+
thresholds=thresholds,
|
5613
|
+
)
|
5614
|
+
@staticmethod
|
5615
|
+
def _configure(
|
5616
|
+
_setter: Callable[[Any, Any], None],
|
5617
|
+
metric_type: str,
|
5618
|
+
thresholds: Sequence['outputs.GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricThresholdResult'],
|
5619
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5620
|
+
_setter("metric_type", metric_type)
|
5621
|
+
_setter("thresholds", thresholds)
|
4494
5622
|
|
4495
5623
|
@property
|
4496
5624
|
@pulumi.getter(name="metricType")
|
@@ -4509,9 +5637,22 @@ class GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricThresh
|
|
4509
5637
|
duration_in_minutes: int,
|
4510
5638
|
operator: str,
|
4511
5639
|
value: int):
|
4512
|
-
|
4513
|
-
|
4514
|
-
|
5640
|
+
GetAutoScalingConfigurationsAutoScalingConfigurationPolicyRuleMetricThresholdResult._configure(
|
5641
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5642
|
+
duration_in_minutes=duration_in_minutes,
|
5643
|
+
operator=operator,
|
5644
|
+
value=value,
|
5645
|
+
)
|
5646
|
+
@staticmethod
|
5647
|
+
def _configure(
|
5648
|
+
_setter: Callable[[Any, Any], None],
|
5649
|
+
duration_in_minutes: int,
|
5650
|
+
operator: str,
|
5651
|
+
value: int,
|
5652
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5653
|
+
_setter("duration_in_minutes", duration_in_minutes)
|
5654
|
+
_setter("operator", operator)
|
5655
|
+
_setter("value", value)
|
4515
5656
|
|
4516
5657
|
@property
|
4517
5658
|
@pulumi.getter(name="durationInMinutes")
|
@@ -4535,10 +5676,23 @@ class GetAutoScalingConfigurationsFilterResult(dict):
|
|
4535
5676
|
name: str,
|
4536
5677
|
values: Sequence[str],
|
4537
5678
|
regex: Optional[bool] = None):
|
4538
|
-
|
4539
|
-
|
5679
|
+
GetAutoScalingConfigurationsFilterResult._configure(
|
5680
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5681
|
+
name=name,
|
5682
|
+
values=values,
|
5683
|
+
regex=regex,
|
5684
|
+
)
|
5685
|
+
@staticmethod
|
5686
|
+
def _configure(
|
5687
|
+
_setter: Callable[[Any, Any], None],
|
5688
|
+
name: str,
|
5689
|
+
values: Sequence[str],
|
5690
|
+
regex: Optional[bool] = None,
|
5691
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5692
|
+
_setter("name", name)
|
5693
|
+
_setter("values", values)
|
4540
5694
|
if regex is not None:
|
4541
|
-
|
5695
|
+
_setter("regex", regex)
|
4542
5696
|
|
4543
5697
|
@property
|
4544
5698
|
@pulumi.getter
|
@@ -4582,17 +5736,46 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
4582
5736
|
:param str time_created: The time the API key was created, shown as an RFC 3339 formatted datetime string.
|
4583
5737
|
:param str user_id: The user OCID for which this API key was created.
|
4584
5738
|
"""
|
4585
|
-
|
4586
|
-
|
4587
|
-
|
4588
|
-
|
4589
|
-
|
4590
|
-
|
4591
|
-
|
4592
|
-
|
4593
|
-
|
4594
|
-
|
4595
|
-
|
5739
|
+
GetBdsInstanceApiKeysBdsApiKeyResult._configure(
|
5740
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5741
|
+
bds_instance_id=bds_instance_id,
|
5742
|
+
default_region=default_region,
|
5743
|
+
fingerprint=fingerprint,
|
5744
|
+
id=id,
|
5745
|
+
key_alias=key_alias,
|
5746
|
+
passphrase=passphrase,
|
5747
|
+
pemfilepath=pemfilepath,
|
5748
|
+
state=state,
|
5749
|
+
tenant_id=tenant_id,
|
5750
|
+
time_created=time_created,
|
5751
|
+
user_id=user_id,
|
5752
|
+
)
|
5753
|
+
@staticmethod
|
5754
|
+
def _configure(
|
5755
|
+
_setter: Callable[[Any, Any], None],
|
5756
|
+
bds_instance_id: str,
|
5757
|
+
default_region: str,
|
5758
|
+
fingerprint: str,
|
5759
|
+
id: str,
|
5760
|
+
key_alias: str,
|
5761
|
+
passphrase: str,
|
5762
|
+
pemfilepath: str,
|
5763
|
+
state: str,
|
5764
|
+
tenant_id: str,
|
5765
|
+
time_created: str,
|
5766
|
+
user_id: str,
|
5767
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5768
|
+
_setter("bds_instance_id", bds_instance_id)
|
5769
|
+
_setter("default_region", default_region)
|
5770
|
+
_setter("fingerprint", fingerprint)
|
5771
|
+
_setter("id", id)
|
5772
|
+
_setter("key_alias", key_alias)
|
5773
|
+
_setter("passphrase", passphrase)
|
5774
|
+
_setter("pemfilepath", pemfilepath)
|
5775
|
+
_setter("state", state)
|
5776
|
+
_setter("tenant_id", tenant_id)
|
5777
|
+
_setter("time_created", time_created)
|
5778
|
+
_setter("user_id", user_id)
|
4596
5779
|
|
4597
5780
|
@property
|
4598
5781
|
@pulumi.getter(name="bdsInstanceId")
|
@@ -4686,10 +5869,23 @@ class GetBdsInstanceApiKeysFilterResult(dict):
|
|
4686
5869
|
name: str,
|
4687
5870
|
values: Sequence[str],
|
4688
5871
|
regex: Optional[bool] = None):
|
4689
|
-
|
4690
|
-
|
5872
|
+
GetBdsInstanceApiKeysFilterResult._configure(
|
5873
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5874
|
+
name=name,
|
5875
|
+
values=values,
|
5876
|
+
regex=regex,
|
5877
|
+
)
|
5878
|
+
@staticmethod
|
5879
|
+
def _configure(
|
5880
|
+
_setter: Callable[[Any, Any], None],
|
5881
|
+
name: str,
|
5882
|
+
values: Sequence[str],
|
5883
|
+
regex: Optional[bool] = None,
|
5884
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5885
|
+
_setter("name", name)
|
5886
|
+
_setter("values", values)
|
4691
5887
|
if regex is not None:
|
4692
|
-
|
5888
|
+
_setter("regex", regex)
|
4693
5889
|
|
4694
5890
|
@property
|
4695
5891
|
@pulumi.getter
|
@@ -4728,14 +5924,37 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
|
|
4728
5924
|
:param int ocpus: The total number of OCPUs available to the node.
|
4729
5925
|
:param str shape: Shape of the node.
|
4730
5926
|
"""
|
4731
|
-
|
4732
|
-
|
4733
|
-
|
4734
|
-
|
4735
|
-
|
4736
|
-
|
4737
|
-
|
4738
|
-
|
5927
|
+
GetBdsInstanceCloudSqlDetailResult._configure(
|
5928
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5929
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
5930
|
+
ip_address=ip_address,
|
5931
|
+
is_kerberos_mapped_to_database_users=is_kerberos_mapped_to_database_users,
|
5932
|
+
kerberos_details=kerberos_details,
|
5933
|
+
memory_in_gbs=memory_in_gbs,
|
5934
|
+
nvmes=nvmes,
|
5935
|
+
ocpus=ocpus,
|
5936
|
+
shape=shape,
|
5937
|
+
)
|
5938
|
+
@staticmethod
|
5939
|
+
def _configure(
|
5940
|
+
_setter: Callable[[Any, Any], None],
|
5941
|
+
block_volume_size_in_gbs: str,
|
5942
|
+
ip_address: str,
|
5943
|
+
is_kerberos_mapped_to_database_users: bool,
|
5944
|
+
kerberos_details: Sequence['outputs.GetBdsInstanceCloudSqlDetailKerberosDetailResult'],
|
5945
|
+
memory_in_gbs: int,
|
5946
|
+
nvmes: int,
|
5947
|
+
ocpus: int,
|
5948
|
+
shape: str,
|
5949
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5950
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
5951
|
+
_setter("ip_address", ip_address)
|
5952
|
+
_setter("is_kerberos_mapped_to_database_users", is_kerberos_mapped_to_database_users)
|
5953
|
+
_setter("kerberos_details", kerberos_details)
|
5954
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
5955
|
+
_setter("nvmes", nvmes)
|
5956
|
+
_setter("ocpus", ocpus)
|
5957
|
+
_setter("shape", shape)
|
4739
5958
|
|
4740
5959
|
@property
|
4741
5960
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -4811,8 +6030,19 @@ class GetBdsInstanceCloudSqlDetailKerberosDetailResult(dict):
|
|
4811
6030
|
:param str keytab_file: Location of the keytab file
|
4812
6031
|
:param str principal_name: Name of the Kerberos principal.
|
4813
6032
|
"""
|
4814
|
-
|
4815
|
-
|
6033
|
+
GetBdsInstanceCloudSqlDetailKerberosDetailResult._configure(
|
6034
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6035
|
+
keytab_file=keytab_file,
|
6036
|
+
principal_name=principal_name,
|
6037
|
+
)
|
6038
|
+
@staticmethod
|
6039
|
+
def _configure(
|
6040
|
+
_setter: Callable[[Any, Any], None],
|
6041
|
+
keytab_file: str,
|
6042
|
+
principal_name: str,
|
6043
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6044
|
+
_setter("keytab_file", keytab_file)
|
6045
|
+
_setter("principal_name", principal_name)
|
4816
6046
|
|
4817
6047
|
@property
|
4818
6048
|
@pulumi.getter(name="keytabFile")
|
@@ -4866,21 +6096,58 @@ class GetBdsInstanceClusterDetailResult(dict):
|
|
4866
6096
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
4867
6097
|
:param str time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
|
4868
6098
|
"""
|
4869
|
-
|
4870
|
-
|
4871
|
-
|
4872
|
-
|
4873
|
-
|
4874
|
-
|
4875
|
-
|
4876
|
-
|
4877
|
-
|
4878
|
-
|
4879
|
-
|
4880
|
-
|
4881
|
-
|
4882
|
-
|
4883
|
-
|
6099
|
+
GetBdsInstanceClusterDetailResult._configure(
|
6100
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6101
|
+
ambari_url=ambari_url,
|
6102
|
+
bd_cell_version=bd_cell_version,
|
6103
|
+
bda_version=bda_version,
|
6104
|
+
bdm_version=bdm_version,
|
6105
|
+
bds_version=bds_version,
|
6106
|
+
big_data_manager_url=big_data_manager_url,
|
6107
|
+
cloudera_manager_url=cloudera_manager_url,
|
6108
|
+
csql_cell_version=csql_cell_version,
|
6109
|
+
db_version=db_version,
|
6110
|
+
hue_server_url=hue_server_url,
|
6111
|
+
jupyter_hub_url=jupyter_hub_url,
|
6112
|
+
odh_version=odh_version,
|
6113
|
+
os_version=os_version,
|
6114
|
+
time_created=time_created,
|
6115
|
+
time_refreshed=time_refreshed,
|
6116
|
+
)
|
6117
|
+
@staticmethod
|
6118
|
+
def _configure(
|
6119
|
+
_setter: Callable[[Any, Any], None],
|
6120
|
+
ambari_url: str,
|
6121
|
+
bd_cell_version: str,
|
6122
|
+
bda_version: str,
|
6123
|
+
bdm_version: str,
|
6124
|
+
bds_version: str,
|
6125
|
+
big_data_manager_url: str,
|
6126
|
+
cloudera_manager_url: str,
|
6127
|
+
csql_cell_version: str,
|
6128
|
+
db_version: str,
|
6129
|
+
hue_server_url: str,
|
6130
|
+
jupyter_hub_url: str,
|
6131
|
+
odh_version: str,
|
6132
|
+
os_version: str,
|
6133
|
+
time_created: str,
|
6134
|
+
time_refreshed: str,
|
6135
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6136
|
+
_setter("ambari_url", ambari_url)
|
6137
|
+
_setter("bd_cell_version", bd_cell_version)
|
6138
|
+
_setter("bda_version", bda_version)
|
6139
|
+
_setter("bdm_version", bdm_version)
|
6140
|
+
_setter("bds_version", bds_version)
|
6141
|
+
_setter("big_data_manager_url", big_data_manager_url)
|
6142
|
+
_setter("cloudera_manager_url", cloudera_manager_url)
|
6143
|
+
_setter("csql_cell_version", csql_cell_version)
|
6144
|
+
_setter("db_version", db_version)
|
6145
|
+
_setter("hue_server_url", hue_server_url)
|
6146
|
+
_setter("jupyter_hub_url", jupyter_hub_url)
|
6147
|
+
_setter("odh_version", odh_version)
|
6148
|
+
_setter("os_version", os_version)
|
6149
|
+
_setter("time_created", time_created)
|
6150
|
+
_setter("time_refreshed", time_refreshed)
|
4884
6151
|
|
4885
6152
|
@property
|
4886
6153
|
@pulumi.getter(name="ambariUrl")
|
@@ -5017,11 +6284,28 @@ class GetBdsInstanceComputeOnlyWorkerNodeResult(dict):
|
|
5017
6284
|
:param str shape: Shape of the node.
|
5018
6285
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
5019
6286
|
"""
|
5020
|
-
|
5021
|
-
|
5022
|
-
|
5023
|
-
|
5024
|
-
|
6287
|
+
GetBdsInstanceComputeOnlyWorkerNodeResult._configure(
|
6288
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6289
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
6290
|
+
number_of_nodes=number_of_nodes,
|
6291
|
+
shape=shape,
|
6292
|
+
shape_configs=shape_configs,
|
6293
|
+
subnet_id=subnet_id,
|
6294
|
+
)
|
6295
|
+
@staticmethod
|
6296
|
+
def _configure(
|
6297
|
+
_setter: Callable[[Any, Any], None],
|
6298
|
+
block_volume_size_in_gbs: str,
|
6299
|
+
number_of_nodes: int,
|
6300
|
+
shape: str,
|
6301
|
+
shape_configs: Sequence['outputs.GetBdsInstanceComputeOnlyWorkerNodeShapeConfigResult'],
|
6302
|
+
subnet_id: str,
|
6303
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6304
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
6305
|
+
_setter("number_of_nodes", number_of_nodes)
|
6306
|
+
_setter("shape", shape)
|
6307
|
+
_setter("shape_configs", shape_configs)
|
6308
|
+
_setter("subnet_id", subnet_id)
|
5025
6309
|
|
5026
6310
|
@property
|
5027
6311
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -5072,9 +6356,22 @@ class GetBdsInstanceComputeOnlyWorkerNodeShapeConfigResult(dict):
|
|
5072
6356
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
5073
6357
|
:param int ocpus: The total number of OCPUs available to the node.
|
5074
6358
|
"""
|
5075
|
-
|
5076
|
-
|
5077
|
-
|
6359
|
+
GetBdsInstanceComputeOnlyWorkerNodeShapeConfigResult._configure(
|
6360
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6361
|
+
memory_in_gbs=memory_in_gbs,
|
6362
|
+
nvmes=nvmes,
|
6363
|
+
ocpus=ocpus,
|
6364
|
+
)
|
6365
|
+
@staticmethod
|
6366
|
+
def _configure(
|
6367
|
+
_setter: Callable[[Any, Any], None],
|
6368
|
+
memory_in_gbs: int,
|
6369
|
+
nvmes: int,
|
6370
|
+
ocpus: int,
|
6371
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6372
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
6373
|
+
_setter("nvmes", nvmes)
|
6374
|
+
_setter("ocpus", ocpus)
|
5078
6375
|
|
5079
6376
|
@property
|
5080
6377
|
@pulumi.getter(name="memoryInGbs")
|
@@ -5115,11 +6412,28 @@ class GetBdsInstanceEdgeNodeResult(dict):
|
|
5115
6412
|
:param str shape: Shape of the node.
|
5116
6413
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
5117
6414
|
"""
|
5118
|
-
|
5119
|
-
|
5120
|
-
|
5121
|
-
|
5122
|
-
|
6415
|
+
GetBdsInstanceEdgeNodeResult._configure(
|
6416
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6417
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
6418
|
+
number_of_nodes=number_of_nodes,
|
6419
|
+
shape=shape,
|
6420
|
+
shape_configs=shape_configs,
|
6421
|
+
subnet_id=subnet_id,
|
6422
|
+
)
|
6423
|
+
@staticmethod
|
6424
|
+
def _configure(
|
6425
|
+
_setter: Callable[[Any, Any], None],
|
6426
|
+
block_volume_size_in_gbs: str,
|
6427
|
+
number_of_nodes: int,
|
6428
|
+
shape: str,
|
6429
|
+
shape_configs: Sequence['outputs.GetBdsInstanceEdgeNodeShapeConfigResult'],
|
6430
|
+
subnet_id: str,
|
6431
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6432
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
6433
|
+
_setter("number_of_nodes", number_of_nodes)
|
6434
|
+
_setter("shape", shape)
|
6435
|
+
_setter("shape_configs", shape_configs)
|
6436
|
+
_setter("subnet_id", subnet_id)
|
5123
6437
|
|
5124
6438
|
@property
|
5125
6439
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -5170,9 +6484,22 @@ class GetBdsInstanceEdgeNodeShapeConfigResult(dict):
|
|
5170
6484
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
5171
6485
|
:param int ocpus: The total number of OCPUs available to the node.
|
5172
6486
|
"""
|
5173
|
-
|
5174
|
-
|
5175
|
-
|
6487
|
+
GetBdsInstanceEdgeNodeShapeConfigResult._configure(
|
6488
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6489
|
+
memory_in_gbs=memory_in_gbs,
|
6490
|
+
nvmes=nvmes,
|
6491
|
+
ocpus=ocpus,
|
6492
|
+
)
|
6493
|
+
@staticmethod
|
6494
|
+
def _configure(
|
6495
|
+
_setter: Callable[[Any, Any], None],
|
6496
|
+
memory_in_gbs: int,
|
6497
|
+
nvmes: int,
|
6498
|
+
ocpus: int,
|
6499
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6500
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
6501
|
+
_setter("nvmes", nvmes)
|
6502
|
+
_setter("ocpus", ocpus)
|
5176
6503
|
|
5177
6504
|
@property
|
5178
6505
|
@pulumi.getter(name="memoryInGbs")
|
@@ -5205,10 +6532,23 @@ class GetBdsInstanceGetOsPatchFilterResult(dict):
|
|
5205
6532
|
name: str,
|
5206
6533
|
values: Sequence[str],
|
5207
6534
|
regex: Optional[bool] = None):
|
5208
|
-
|
5209
|
-
|
6535
|
+
GetBdsInstanceGetOsPatchFilterResult._configure(
|
6536
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6537
|
+
name=name,
|
6538
|
+
values=values,
|
6539
|
+
regex=regex,
|
6540
|
+
)
|
6541
|
+
@staticmethod
|
6542
|
+
def _configure(
|
6543
|
+
_setter: Callable[[Any, Any], None],
|
6544
|
+
name: str,
|
6545
|
+
values: Sequence[str],
|
6546
|
+
regex: Optional[bool] = None,
|
6547
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6548
|
+
_setter("name", name)
|
6549
|
+
_setter("values", values)
|
5210
6550
|
if regex is not None:
|
5211
|
-
|
6551
|
+
_setter("regex", regex)
|
5212
6552
|
|
5213
6553
|
@property
|
5214
6554
|
@pulumi.getter
|
@@ -5239,10 +6579,25 @@ class GetBdsInstanceGetOsPatchTargetPackageResult(dict):
|
|
5239
6579
|
:param str target_version: The target version of the package.
|
5240
6580
|
:param str update_type: The action that current package will be executed on the cluster.
|
5241
6581
|
"""
|
5242
|
-
|
5243
|
-
|
5244
|
-
|
5245
|
-
|
6582
|
+
GetBdsInstanceGetOsPatchTargetPackageResult._configure(
|
6583
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6584
|
+
package_name=package_name,
|
6585
|
+
related_cv_es=related_cv_es,
|
6586
|
+
target_version=target_version,
|
6587
|
+
update_type=update_type,
|
6588
|
+
)
|
6589
|
+
@staticmethod
|
6590
|
+
def _configure(
|
6591
|
+
_setter: Callable[[Any, Any], None],
|
6592
|
+
package_name: str,
|
6593
|
+
related_cv_es: Sequence[str],
|
6594
|
+
target_version: str,
|
6595
|
+
update_type: str,
|
6596
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6597
|
+
_setter("package_name", package_name)
|
6598
|
+
_setter("related_cv_es", related_cv_es)
|
6599
|
+
_setter("target_version", target_version)
|
6600
|
+
_setter("update_type", update_type)
|
5246
6601
|
|
5247
6602
|
@property
|
5248
6603
|
@pulumi.getter(name="packageName")
|
@@ -5290,11 +6645,28 @@ class GetBdsInstanceKafkaBrokerNodeResult(dict):
|
|
5290
6645
|
:param str shape: Shape of the node.
|
5291
6646
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
5292
6647
|
"""
|
5293
|
-
|
5294
|
-
|
5295
|
-
|
5296
|
-
|
5297
|
-
|
6648
|
+
GetBdsInstanceKafkaBrokerNodeResult._configure(
|
6649
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6650
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
6651
|
+
number_of_kafka_nodes=number_of_kafka_nodes,
|
6652
|
+
shape=shape,
|
6653
|
+
shape_configs=shape_configs,
|
6654
|
+
subnet_id=subnet_id,
|
6655
|
+
)
|
6656
|
+
@staticmethod
|
6657
|
+
def _configure(
|
6658
|
+
_setter: Callable[[Any, Any], None],
|
6659
|
+
block_volume_size_in_gbs: str,
|
6660
|
+
number_of_kafka_nodes: int,
|
6661
|
+
shape: str,
|
6662
|
+
shape_configs: Sequence['outputs.GetBdsInstanceKafkaBrokerNodeShapeConfigResult'],
|
6663
|
+
subnet_id: str,
|
6664
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6665
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
6666
|
+
_setter("number_of_kafka_nodes", number_of_kafka_nodes)
|
6667
|
+
_setter("shape", shape)
|
6668
|
+
_setter("shape_configs", shape_configs)
|
6669
|
+
_setter("subnet_id", subnet_id)
|
5298
6670
|
|
5299
6671
|
@property
|
5300
6672
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -5342,9 +6714,22 @@ class GetBdsInstanceKafkaBrokerNodeShapeConfigResult(dict):
|
|
5342
6714
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
5343
6715
|
:param int ocpus: The total number of OCPUs available to the node.
|
5344
6716
|
"""
|
5345
|
-
|
5346
|
-
|
5347
|
-
|
6717
|
+
GetBdsInstanceKafkaBrokerNodeShapeConfigResult._configure(
|
6718
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6719
|
+
memory_in_gbs=memory_in_gbs,
|
6720
|
+
nvmes=nvmes,
|
6721
|
+
ocpus=ocpus,
|
6722
|
+
)
|
6723
|
+
@staticmethod
|
6724
|
+
def _configure(
|
6725
|
+
_setter: Callable[[Any, Any], None],
|
6726
|
+
memory_in_gbs: int,
|
6727
|
+
nvmes: int,
|
6728
|
+
ocpus: int,
|
6729
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6730
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
6731
|
+
_setter("nvmes", nvmes)
|
6732
|
+
_setter("ocpus", ocpus)
|
5348
6733
|
|
5349
6734
|
@property
|
5350
6735
|
@pulumi.getter(name="memoryInGbs")
|
@@ -5377,10 +6762,23 @@ class GetBdsInstanceListOsPatchesFilterResult(dict):
|
|
5377
6762
|
name: str,
|
5378
6763
|
values: Sequence[str],
|
5379
6764
|
regex: Optional[bool] = None):
|
5380
|
-
|
5381
|
-
|
6765
|
+
GetBdsInstanceListOsPatchesFilterResult._configure(
|
6766
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6767
|
+
name=name,
|
6768
|
+
values=values,
|
6769
|
+
regex=regex,
|
6770
|
+
)
|
6771
|
+
@staticmethod
|
6772
|
+
def _configure(
|
6773
|
+
_setter: Callable[[Any, Any], None],
|
6774
|
+
name: str,
|
6775
|
+
values: Sequence[str],
|
6776
|
+
regex: Optional[bool] = None,
|
6777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6778
|
+
_setter("name", name)
|
6779
|
+
_setter("values", values)
|
5382
6780
|
if regex is not None:
|
5383
|
-
|
6781
|
+
_setter("regex", regex)
|
5384
6782
|
|
5385
6783
|
@property
|
5386
6784
|
@pulumi.getter
|
@@ -5409,9 +6807,22 @@ class GetBdsInstanceListOsPatchesOsPatchResult(dict):
|
|
5409
6807
|
:param str os_patch_version: Patch version of the os patch.
|
5410
6808
|
:param str release_date: The time when the OS patch was released.
|
5411
6809
|
"""
|
5412
|
-
|
5413
|
-
|
5414
|
-
|
6810
|
+
GetBdsInstanceListOsPatchesOsPatchResult._configure(
|
6811
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6812
|
+
bds_instance_id=bds_instance_id,
|
6813
|
+
os_patch_version=os_patch_version,
|
6814
|
+
release_date=release_date,
|
6815
|
+
)
|
6816
|
+
@staticmethod
|
6817
|
+
def _configure(
|
6818
|
+
_setter: Callable[[Any, Any], None],
|
6819
|
+
bds_instance_id: str,
|
6820
|
+
os_patch_version: str,
|
6821
|
+
release_date: str,
|
6822
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6823
|
+
_setter("bds_instance_id", bds_instance_id)
|
6824
|
+
_setter("os_patch_version", os_patch_version)
|
6825
|
+
_setter("release_date", release_date)
|
5415
6826
|
|
5416
6827
|
@property
|
5417
6828
|
@pulumi.getter(name="bdsInstanceId")
|
@@ -5452,11 +6863,28 @@ class GetBdsInstanceMasterNodeResult(dict):
|
|
5452
6863
|
:param str shape: Shape of the node.
|
5453
6864
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
5454
6865
|
"""
|
5455
|
-
|
5456
|
-
|
5457
|
-
|
5458
|
-
|
5459
|
-
|
6866
|
+
GetBdsInstanceMasterNodeResult._configure(
|
6867
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6868
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
6869
|
+
number_of_nodes=number_of_nodes,
|
6870
|
+
shape=shape,
|
6871
|
+
shape_configs=shape_configs,
|
6872
|
+
subnet_id=subnet_id,
|
6873
|
+
)
|
6874
|
+
@staticmethod
|
6875
|
+
def _configure(
|
6876
|
+
_setter: Callable[[Any, Any], None],
|
6877
|
+
block_volume_size_in_gbs: str,
|
6878
|
+
number_of_nodes: int,
|
6879
|
+
shape: str,
|
6880
|
+
shape_configs: Sequence['outputs.GetBdsInstanceMasterNodeShapeConfigResult'],
|
6881
|
+
subnet_id: str,
|
6882
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6883
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
6884
|
+
_setter("number_of_nodes", number_of_nodes)
|
6885
|
+
_setter("shape", shape)
|
6886
|
+
_setter("shape_configs", shape_configs)
|
6887
|
+
_setter("subnet_id", subnet_id)
|
5460
6888
|
|
5461
6889
|
@property
|
5462
6890
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -5507,9 +6935,22 @@ class GetBdsInstanceMasterNodeShapeConfigResult(dict):
|
|
5507
6935
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
5508
6936
|
:param int ocpus: The total number of OCPUs available to the node.
|
5509
6937
|
"""
|
5510
|
-
|
5511
|
-
|
5512
|
-
|
6938
|
+
GetBdsInstanceMasterNodeShapeConfigResult._configure(
|
6939
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6940
|
+
memory_in_gbs=memory_in_gbs,
|
6941
|
+
nvmes=nvmes,
|
6942
|
+
ocpus=ocpus,
|
6943
|
+
)
|
6944
|
+
@staticmethod
|
6945
|
+
def _configure(
|
6946
|
+
_setter: Callable[[Any, Any], None],
|
6947
|
+
memory_in_gbs: int,
|
6948
|
+
nvmes: int,
|
6949
|
+
ocpus: int,
|
6950
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6951
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
6952
|
+
_setter("nvmes", nvmes)
|
6953
|
+
_setter("ocpus", ocpus)
|
5513
6954
|
|
5514
6955
|
@property
|
5515
6956
|
@pulumi.getter(name="memoryInGbs")
|
@@ -5562,18 +7003,49 @@ class GetBdsInstanceMetastoreConfigsBdsMetastoreConfigurationResult(dict):
|
|
5562
7003
|
:param str time_created: The time when the configuration was created, shown as an RFC 3339 formatted datetime string.
|
5563
7004
|
:param str time_updated: The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.
|
5564
7005
|
"""
|
5565
|
-
|
5566
|
-
|
5567
|
-
|
5568
|
-
|
5569
|
-
|
5570
|
-
|
5571
|
-
|
5572
|
-
|
5573
|
-
|
5574
|
-
|
5575
|
-
|
5576
|
-
|
7006
|
+
GetBdsInstanceMetastoreConfigsBdsMetastoreConfigurationResult._configure(
|
7007
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7008
|
+
activate_trigger=activate_trigger,
|
7009
|
+
bds_api_key_id=bds_api_key_id,
|
7010
|
+
bds_api_key_passphrase=bds_api_key_passphrase,
|
7011
|
+
bds_instance_id=bds_instance_id,
|
7012
|
+
cluster_admin_password=cluster_admin_password,
|
7013
|
+
display_name=display_name,
|
7014
|
+
id=id,
|
7015
|
+
metastore_id=metastore_id,
|
7016
|
+
metastore_type=metastore_type,
|
7017
|
+
state=state,
|
7018
|
+
time_created=time_created,
|
7019
|
+
time_updated=time_updated,
|
7020
|
+
)
|
7021
|
+
@staticmethod
|
7022
|
+
def _configure(
|
7023
|
+
_setter: Callable[[Any, Any], None],
|
7024
|
+
activate_trigger: int,
|
7025
|
+
bds_api_key_id: str,
|
7026
|
+
bds_api_key_passphrase: str,
|
7027
|
+
bds_instance_id: str,
|
7028
|
+
cluster_admin_password: str,
|
7029
|
+
display_name: str,
|
7030
|
+
id: str,
|
7031
|
+
metastore_id: str,
|
7032
|
+
metastore_type: str,
|
7033
|
+
state: str,
|
7034
|
+
time_created: str,
|
7035
|
+
time_updated: str,
|
7036
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7037
|
+
_setter("activate_trigger", activate_trigger)
|
7038
|
+
_setter("bds_api_key_id", bds_api_key_id)
|
7039
|
+
_setter("bds_api_key_passphrase", bds_api_key_passphrase)
|
7040
|
+
_setter("bds_instance_id", bds_instance_id)
|
7041
|
+
_setter("cluster_admin_password", cluster_admin_password)
|
7042
|
+
_setter("display_name", display_name)
|
7043
|
+
_setter("id", id)
|
7044
|
+
_setter("metastore_id", metastore_id)
|
7045
|
+
_setter("metastore_type", metastore_type)
|
7046
|
+
_setter("state", state)
|
7047
|
+
_setter("time_created", time_created)
|
7048
|
+
_setter("time_updated", time_updated)
|
5577
7049
|
|
5578
7050
|
@property
|
5579
7051
|
@pulumi.getter(name="activateTrigger")
|
@@ -5669,10 +7141,23 @@ class GetBdsInstanceMetastoreConfigsFilterResult(dict):
|
|
5669
7141
|
name: str,
|
5670
7142
|
values: Sequence[str],
|
5671
7143
|
regex: Optional[bool] = None):
|
5672
|
-
|
5673
|
-
|
7144
|
+
GetBdsInstanceMetastoreConfigsFilterResult._configure(
|
7145
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7146
|
+
name=name,
|
7147
|
+
values=values,
|
7148
|
+
regex=regex,
|
7149
|
+
)
|
7150
|
+
@staticmethod
|
7151
|
+
def _configure(
|
7152
|
+
_setter: Callable[[Any, Any], None],
|
7153
|
+
name: str,
|
7154
|
+
values: Sequence[str],
|
7155
|
+
regex: Optional[bool] = None,
|
7156
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7157
|
+
_setter("name", name)
|
7158
|
+
_setter("values", values)
|
5674
7159
|
if regex is not None:
|
5675
|
-
|
7160
|
+
_setter("regex", regex)
|
5676
7161
|
|
5677
7162
|
@property
|
5678
7163
|
@pulumi.getter
|
@@ -5699,8 +7184,19 @@ class GetBdsInstanceNetworkConfigResult(dict):
|
|
5699
7184
|
:param str cidr_block: The CIDR IP address block of the VCN.
|
5700
7185
|
:param bool is_nat_gateway_required: A boolean flag whether to configure a NAT gateway.
|
5701
7186
|
"""
|
5702
|
-
|
5703
|
-
|
7187
|
+
GetBdsInstanceNetworkConfigResult._configure(
|
7188
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7189
|
+
cidr_block=cidr_block,
|
7190
|
+
is_nat_gateway_required=is_nat_gateway_required,
|
7191
|
+
)
|
7192
|
+
@staticmethod
|
7193
|
+
def _configure(
|
7194
|
+
_setter: Callable[[Any, Any], None],
|
7195
|
+
cidr_block: str,
|
7196
|
+
is_nat_gateway_required: bool,
|
7197
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7198
|
+
_setter("cidr_block", cidr_block)
|
7199
|
+
_setter("is_nat_gateway_required", is_nat_gateway_required)
|
5704
7200
|
|
5705
7201
|
@property
|
5706
7202
|
@pulumi.getter(name="cidrBlock")
|
@@ -5758,23 +7254,64 @@ class GetBdsInstanceNodeResult(dict):
|
|
5758
7254
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
5759
7255
|
:param str time_maintenance_reboot_due: The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
|
5760
7256
|
"""
|
5761
|
-
|
5762
|
-
|
5763
|
-
|
5764
|
-
|
5765
|
-
|
5766
|
-
|
5767
|
-
|
5768
|
-
|
5769
|
-
|
5770
|
-
|
5771
|
-
|
5772
|
-
|
5773
|
-
|
5774
|
-
|
5775
|
-
|
5776
|
-
|
5777
|
-
|
7257
|
+
GetBdsInstanceNodeResult._configure(
|
7258
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7259
|
+
attached_block_volumes=attached_block_volumes,
|
7260
|
+
availability_domain=availability_domain,
|
7261
|
+
display_name=display_name,
|
7262
|
+
fault_domain=fault_domain,
|
7263
|
+
hostname=hostname,
|
7264
|
+
image_id=image_id,
|
7265
|
+
instance_id=instance_id,
|
7266
|
+
ip_address=ip_address,
|
7267
|
+
memory_in_gbs=memory_in_gbs,
|
7268
|
+
node_type=node_type,
|
7269
|
+
ocpus=ocpus,
|
7270
|
+
shape=shape,
|
7271
|
+
ssh_fingerprint=ssh_fingerprint,
|
7272
|
+
state=state,
|
7273
|
+
subnet_id=subnet_id,
|
7274
|
+
time_created=time_created,
|
7275
|
+
time_maintenance_reboot_due=time_maintenance_reboot_due,
|
7276
|
+
)
|
7277
|
+
@staticmethod
|
7278
|
+
def _configure(
|
7279
|
+
_setter: Callable[[Any, Any], None],
|
7280
|
+
attached_block_volumes: Sequence['outputs.GetBdsInstanceNodeAttachedBlockVolumeResult'],
|
7281
|
+
availability_domain: str,
|
7282
|
+
display_name: str,
|
7283
|
+
fault_domain: str,
|
7284
|
+
hostname: str,
|
7285
|
+
image_id: str,
|
7286
|
+
instance_id: str,
|
7287
|
+
ip_address: str,
|
7288
|
+
memory_in_gbs: int,
|
7289
|
+
node_type: str,
|
7290
|
+
ocpus: int,
|
7291
|
+
shape: str,
|
7292
|
+
ssh_fingerprint: str,
|
7293
|
+
state: str,
|
7294
|
+
subnet_id: str,
|
7295
|
+
time_created: str,
|
7296
|
+
time_maintenance_reboot_due: str,
|
7297
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7298
|
+
_setter("attached_block_volumes", attached_block_volumes)
|
7299
|
+
_setter("availability_domain", availability_domain)
|
7300
|
+
_setter("display_name", display_name)
|
7301
|
+
_setter("fault_domain", fault_domain)
|
7302
|
+
_setter("hostname", hostname)
|
7303
|
+
_setter("image_id", image_id)
|
7304
|
+
_setter("instance_id", instance_id)
|
7305
|
+
_setter("ip_address", ip_address)
|
7306
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
7307
|
+
_setter("node_type", node_type)
|
7308
|
+
_setter("ocpus", ocpus)
|
7309
|
+
_setter("shape", shape)
|
7310
|
+
_setter("ssh_fingerprint", ssh_fingerprint)
|
7311
|
+
_setter("state", state)
|
7312
|
+
_setter("subnet_id", subnet_id)
|
7313
|
+
_setter("time_created", time_created)
|
7314
|
+
_setter("time_maintenance_reboot_due", time_maintenance_reboot_due)
|
5778
7315
|
|
5779
7316
|
@property
|
5780
7317
|
@pulumi.getter(name="attachedBlockVolumes")
|
@@ -5922,8 +7459,19 @@ class GetBdsInstanceNodeAttachedBlockVolumeResult(dict):
|
|
5922
7459
|
:param str volume_attachment_id: The OCID of the volume attachment.
|
5923
7460
|
:param str volume_size_in_gbs: The size of the volume in GBs.
|
5924
7461
|
"""
|
5925
|
-
|
5926
|
-
|
7462
|
+
GetBdsInstanceNodeAttachedBlockVolumeResult._configure(
|
7463
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7464
|
+
volume_attachment_id=volume_attachment_id,
|
7465
|
+
volume_size_in_gbs=volume_size_in_gbs,
|
7466
|
+
)
|
7467
|
+
@staticmethod
|
7468
|
+
def _configure(
|
7469
|
+
_setter: Callable[[Any, Any], None],
|
7470
|
+
volume_attachment_id: str,
|
7471
|
+
volume_size_in_gbs: str,
|
7472
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7473
|
+
_setter("volume_attachment_id", volume_attachment_id)
|
7474
|
+
_setter("volume_size_in_gbs", volume_size_in_gbs)
|
5927
7475
|
|
5928
7476
|
@property
|
5929
7477
|
@pulumi.getter(name="volumeAttachmentId")
|
@@ -5948,10 +7496,23 @@ class GetBdsInstancePatchHistoriesFilterResult(dict):
|
|
5948
7496
|
name: str,
|
5949
7497
|
values: Sequence[str],
|
5950
7498
|
regex: Optional[bool] = None):
|
5951
|
-
|
5952
|
-
|
7499
|
+
GetBdsInstancePatchHistoriesFilterResult._configure(
|
7500
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7501
|
+
name=name,
|
7502
|
+
values=values,
|
7503
|
+
regex=regex,
|
7504
|
+
)
|
7505
|
+
@staticmethod
|
7506
|
+
def _configure(
|
7507
|
+
_setter: Callable[[Any, Any], None],
|
7508
|
+
name: str,
|
7509
|
+
values: Sequence[str],
|
7510
|
+
regex: Optional[bool] = None,
|
7511
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7512
|
+
_setter("name", name)
|
7513
|
+
_setter("values", values)
|
5953
7514
|
if regex is not None:
|
5954
|
-
|
7515
|
+
_setter("regex", regex)
|
5955
7516
|
|
5956
7517
|
@property
|
5957
7518
|
@pulumi.getter
|
@@ -5982,10 +7543,25 @@ class GetBdsInstancePatchHistoriesPatchHistoryResult(dict):
|
|
5982
7543
|
:param str time_updated: The time when the patch history was last updated.
|
5983
7544
|
:param str version: The version of the patch.
|
5984
7545
|
"""
|
5985
|
-
|
5986
|
-
|
5987
|
-
|
5988
|
-
|
7546
|
+
GetBdsInstancePatchHistoriesPatchHistoryResult._configure(
|
7547
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7548
|
+
patch_type=patch_type,
|
7549
|
+
state=state,
|
7550
|
+
time_updated=time_updated,
|
7551
|
+
version=version,
|
7552
|
+
)
|
7553
|
+
@staticmethod
|
7554
|
+
def _configure(
|
7555
|
+
_setter: Callable[[Any, Any], None],
|
7556
|
+
patch_type: str,
|
7557
|
+
state: str,
|
7558
|
+
time_updated: str,
|
7559
|
+
version: str,
|
7560
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7561
|
+
_setter("patch_type", patch_type)
|
7562
|
+
_setter("state", state)
|
7563
|
+
_setter("time_updated", time_updated)
|
7564
|
+
_setter("version", version)
|
5989
7565
|
|
5990
7566
|
@property
|
5991
7567
|
@pulumi.getter(name="patchType")
|
@@ -6026,10 +7602,23 @@ class GetBdsInstancePatchesFilterResult(dict):
|
|
6026
7602
|
name: str,
|
6027
7603
|
values: Sequence[str],
|
6028
7604
|
regex: Optional[bool] = None):
|
6029
|
-
|
6030
|
-
|
7605
|
+
GetBdsInstancePatchesFilterResult._configure(
|
7606
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7607
|
+
name=name,
|
7608
|
+
values=values,
|
7609
|
+
regex=regex,
|
7610
|
+
)
|
7611
|
+
@staticmethod
|
7612
|
+
def _configure(
|
7613
|
+
_setter: Callable[[Any, Any], None],
|
7614
|
+
name: str,
|
7615
|
+
values: Sequence[str],
|
7616
|
+
regex: Optional[bool] = None,
|
7617
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7618
|
+
_setter("name", name)
|
7619
|
+
_setter("values", values)
|
6031
7620
|
if regex is not None:
|
6032
|
-
|
7621
|
+
_setter("regex", regex)
|
6033
7622
|
|
6034
7623
|
@property
|
6035
7624
|
@pulumi.getter
|
@@ -6056,8 +7645,19 @@ class GetBdsInstancePatchesPatchResult(dict):
|
|
6056
7645
|
:param str time_released: The time when the patch was released.
|
6057
7646
|
:param str version: The version of the patch.
|
6058
7647
|
"""
|
6059
|
-
|
6060
|
-
|
7648
|
+
GetBdsInstancePatchesPatchResult._configure(
|
7649
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7650
|
+
time_released=time_released,
|
7651
|
+
version=version,
|
7652
|
+
)
|
7653
|
+
@staticmethod
|
7654
|
+
def _configure(
|
7655
|
+
_setter: Callable[[Any, Any], None],
|
7656
|
+
time_released: str,
|
7657
|
+
version: str,
|
7658
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7659
|
+
_setter("time_released", time_released)
|
7660
|
+
_setter("version", version)
|
6061
7661
|
|
6062
7662
|
@property
|
6063
7663
|
@pulumi.getter(name="timeReleased")
|
@@ -6090,11 +7690,28 @@ class GetBdsInstanceUtilNodeResult(dict):
|
|
6090
7690
|
:param str shape: Shape of the node.
|
6091
7691
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
6092
7692
|
"""
|
6093
|
-
|
6094
|
-
|
6095
|
-
|
6096
|
-
|
6097
|
-
|
7693
|
+
GetBdsInstanceUtilNodeResult._configure(
|
7694
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7695
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
7696
|
+
number_of_nodes=number_of_nodes,
|
7697
|
+
shape=shape,
|
7698
|
+
shape_configs=shape_configs,
|
7699
|
+
subnet_id=subnet_id,
|
7700
|
+
)
|
7701
|
+
@staticmethod
|
7702
|
+
def _configure(
|
7703
|
+
_setter: Callable[[Any, Any], None],
|
7704
|
+
block_volume_size_in_gbs: str,
|
7705
|
+
number_of_nodes: int,
|
7706
|
+
shape: str,
|
7707
|
+
shape_configs: Sequence['outputs.GetBdsInstanceUtilNodeShapeConfigResult'],
|
7708
|
+
subnet_id: str,
|
7709
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7710
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
7711
|
+
_setter("number_of_nodes", number_of_nodes)
|
7712
|
+
_setter("shape", shape)
|
7713
|
+
_setter("shape_configs", shape_configs)
|
7714
|
+
_setter("subnet_id", subnet_id)
|
6098
7715
|
|
6099
7716
|
@property
|
6100
7717
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -6145,9 +7762,22 @@ class GetBdsInstanceUtilNodeShapeConfigResult(dict):
|
|
6145
7762
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6146
7763
|
:param int ocpus: The total number of OCPUs available to the node.
|
6147
7764
|
"""
|
6148
|
-
|
6149
|
-
|
6150
|
-
|
7765
|
+
GetBdsInstanceUtilNodeShapeConfigResult._configure(
|
7766
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7767
|
+
memory_in_gbs=memory_in_gbs,
|
7768
|
+
nvmes=nvmes,
|
7769
|
+
ocpus=ocpus,
|
7770
|
+
)
|
7771
|
+
@staticmethod
|
7772
|
+
def _configure(
|
7773
|
+
_setter: Callable[[Any, Any], None],
|
7774
|
+
memory_in_gbs: int,
|
7775
|
+
nvmes: int,
|
7776
|
+
ocpus: int,
|
7777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7778
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
7779
|
+
_setter("nvmes", nvmes)
|
7780
|
+
_setter("ocpus", ocpus)
|
6151
7781
|
|
6152
7782
|
@property
|
6153
7783
|
@pulumi.getter(name="memoryInGbs")
|
@@ -6188,11 +7818,28 @@ class GetBdsInstanceWorkerNodeResult(dict):
|
|
6188
7818
|
:param str shape: Shape of the node.
|
6189
7819
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
6190
7820
|
"""
|
6191
|
-
|
6192
|
-
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
7821
|
+
GetBdsInstanceWorkerNodeResult._configure(
|
7822
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7823
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
7824
|
+
number_of_nodes=number_of_nodes,
|
7825
|
+
shape=shape,
|
7826
|
+
shape_configs=shape_configs,
|
7827
|
+
subnet_id=subnet_id,
|
7828
|
+
)
|
7829
|
+
@staticmethod
|
7830
|
+
def _configure(
|
7831
|
+
_setter: Callable[[Any, Any], None],
|
7832
|
+
block_volume_size_in_gbs: str,
|
7833
|
+
number_of_nodes: int,
|
7834
|
+
shape: str,
|
7835
|
+
shape_configs: Sequence['outputs.GetBdsInstanceWorkerNodeShapeConfigResult'],
|
7836
|
+
subnet_id: str,
|
7837
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7838
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
7839
|
+
_setter("number_of_nodes", number_of_nodes)
|
7840
|
+
_setter("shape", shape)
|
7841
|
+
_setter("shape_configs", shape_configs)
|
7842
|
+
_setter("subnet_id", subnet_id)
|
6196
7843
|
|
6197
7844
|
@property
|
6198
7845
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -6243,9 +7890,22 @@ class GetBdsInstanceWorkerNodeShapeConfigResult(dict):
|
|
6243
7890
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6244
7891
|
:param int ocpus: The total number of OCPUs available to the node.
|
6245
7892
|
"""
|
6246
|
-
|
6247
|
-
|
6248
|
-
|
7893
|
+
GetBdsInstanceWorkerNodeShapeConfigResult._configure(
|
7894
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7895
|
+
memory_in_gbs=memory_in_gbs,
|
7896
|
+
nvmes=nvmes,
|
7897
|
+
ocpus=ocpus,
|
7898
|
+
)
|
7899
|
+
@staticmethod
|
7900
|
+
def _configure(
|
7901
|
+
_setter: Callable[[Any, Any], None],
|
7902
|
+
memory_in_gbs: int,
|
7903
|
+
nvmes: int,
|
7904
|
+
ocpus: int,
|
7905
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7906
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
7907
|
+
_setter("nvmes", nvmes)
|
7908
|
+
_setter("ocpus", ocpus)
|
6249
7909
|
|
6250
7910
|
@property
|
6251
7911
|
@pulumi.getter(name="memoryInGbs")
|
@@ -6334,40 +7994,115 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6334
7994
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
6335
7995
|
:param str time_updated: The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
|
6336
7996
|
"""
|
6337
|
-
|
6338
|
-
|
6339
|
-
|
6340
|
-
|
6341
|
-
|
6342
|
-
|
6343
|
-
|
6344
|
-
|
6345
|
-
|
6346
|
-
|
6347
|
-
|
6348
|
-
|
6349
|
-
|
6350
|
-
|
6351
|
-
|
6352
|
-
|
6353
|
-
|
6354
|
-
|
6355
|
-
|
6356
|
-
|
6357
|
-
|
6358
|
-
|
6359
|
-
|
6360
|
-
|
6361
|
-
|
6362
|
-
|
6363
|
-
|
6364
|
-
|
6365
|
-
|
6366
|
-
|
6367
|
-
|
6368
|
-
|
6369
|
-
|
6370
|
-
|
7997
|
+
GetBdsInstancesBdsInstanceResult._configure(
|
7998
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7999
|
+
bootstrap_script_url=bootstrap_script_url,
|
8000
|
+
cloud_sql_details=cloud_sql_details,
|
8001
|
+
cluster_admin_password=cluster_admin_password,
|
8002
|
+
cluster_details=cluster_details,
|
8003
|
+
cluster_profile=cluster_profile,
|
8004
|
+
cluster_public_key=cluster_public_key,
|
8005
|
+
cluster_version=cluster_version,
|
8006
|
+
compartment_id=compartment_id,
|
8007
|
+
compute_only_worker_nodes=compute_only_worker_nodes,
|
8008
|
+
created_by=created_by,
|
8009
|
+
defined_tags=defined_tags,
|
8010
|
+
display_name=display_name,
|
8011
|
+
edge_nodes=edge_nodes,
|
8012
|
+
freeform_tags=freeform_tags,
|
8013
|
+
id=id,
|
8014
|
+
is_cloud_sql_configured=is_cloud_sql_configured,
|
8015
|
+
is_force_stop_jobs=is_force_stop_jobs,
|
8016
|
+
is_high_availability=is_high_availability,
|
8017
|
+
is_kafka_configured=is_kafka_configured,
|
8018
|
+
is_secure=is_secure,
|
8019
|
+
kafka_broker_nodes=kafka_broker_nodes,
|
8020
|
+
kerberos_realm_name=kerberos_realm_name,
|
8021
|
+
kms_key_id=kms_key_id,
|
8022
|
+
master_nodes=master_nodes,
|
8023
|
+
network_configs=network_configs,
|
8024
|
+
nodes=nodes,
|
8025
|
+
number_of_nodes=number_of_nodes,
|
8026
|
+
number_of_nodes_requiring_maintenance_reboot=number_of_nodes_requiring_maintenance_reboot,
|
8027
|
+
os_patch_version=os_patch_version,
|
8028
|
+
state=state,
|
8029
|
+
time_created=time_created,
|
8030
|
+
time_updated=time_updated,
|
8031
|
+
util_nodes=util_nodes,
|
8032
|
+
worker_nodes=worker_nodes,
|
8033
|
+
)
|
8034
|
+
@staticmethod
|
8035
|
+
def _configure(
|
8036
|
+
_setter: Callable[[Any, Any], None],
|
8037
|
+
bootstrap_script_url: str,
|
8038
|
+
cloud_sql_details: Sequence['outputs.GetBdsInstancesBdsInstanceCloudSqlDetailResult'],
|
8039
|
+
cluster_admin_password: str,
|
8040
|
+
cluster_details: Sequence['outputs.GetBdsInstancesBdsInstanceClusterDetailResult'],
|
8041
|
+
cluster_profile: str,
|
8042
|
+
cluster_public_key: str,
|
8043
|
+
cluster_version: str,
|
8044
|
+
compartment_id: str,
|
8045
|
+
compute_only_worker_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeResult'],
|
8046
|
+
created_by: str,
|
8047
|
+
defined_tags: Mapping[str, Any],
|
8048
|
+
display_name: str,
|
8049
|
+
edge_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeResult'],
|
8050
|
+
freeform_tags: Mapping[str, Any],
|
8051
|
+
id: str,
|
8052
|
+
is_cloud_sql_configured: bool,
|
8053
|
+
is_force_stop_jobs: bool,
|
8054
|
+
is_high_availability: bool,
|
8055
|
+
is_kafka_configured: bool,
|
8056
|
+
is_secure: bool,
|
8057
|
+
kafka_broker_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceKafkaBrokerNodeResult'],
|
8058
|
+
kerberos_realm_name: str,
|
8059
|
+
kms_key_id: str,
|
8060
|
+
master_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceMasterNodeResult'],
|
8061
|
+
network_configs: Sequence['outputs.GetBdsInstancesBdsInstanceNetworkConfigResult'],
|
8062
|
+
nodes: Sequence['outputs.GetBdsInstancesBdsInstanceNodeResult'],
|
8063
|
+
number_of_nodes: int,
|
8064
|
+
number_of_nodes_requiring_maintenance_reboot: int,
|
8065
|
+
os_patch_version: str,
|
8066
|
+
state: str,
|
8067
|
+
time_created: str,
|
8068
|
+
time_updated: str,
|
8069
|
+
util_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceUtilNodeResult'],
|
8070
|
+
worker_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceWorkerNodeResult'],
|
8071
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8072
|
+
_setter("bootstrap_script_url", bootstrap_script_url)
|
8073
|
+
_setter("cloud_sql_details", cloud_sql_details)
|
8074
|
+
_setter("cluster_admin_password", cluster_admin_password)
|
8075
|
+
_setter("cluster_details", cluster_details)
|
8076
|
+
_setter("cluster_profile", cluster_profile)
|
8077
|
+
_setter("cluster_public_key", cluster_public_key)
|
8078
|
+
_setter("cluster_version", cluster_version)
|
8079
|
+
_setter("compartment_id", compartment_id)
|
8080
|
+
_setter("compute_only_worker_nodes", compute_only_worker_nodes)
|
8081
|
+
_setter("created_by", created_by)
|
8082
|
+
_setter("defined_tags", defined_tags)
|
8083
|
+
_setter("display_name", display_name)
|
8084
|
+
_setter("edge_nodes", edge_nodes)
|
8085
|
+
_setter("freeform_tags", freeform_tags)
|
8086
|
+
_setter("id", id)
|
8087
|
+
_setter("is_cloud_sql_configured", is_cloud_sql_configured)
|
8088
|
+
_setter("is_force_stop_jobs", is_force_stop_jobs)
|
8089
|
+
_setter("is_high_availability", is_high_availability)
|
8090
|
+
_setter("is_kafka_configured", is_kafka_configured)
|
8091
|
+
_setter("is_secure", is_secure)
|
8092
|
+
_setter("kafka_broker_nodes", kafka_broker_nodes)
|
8093
|
+
_setter("kerberos_realm_name", kerberos_realm_name)
|
8094
|
+
_setter("kms_key_id", kms_key_id)
|
8095
|
+
_setter("master_nodes", master_nodes)
|
8096
|
+
_setter("network_configs", network_configs)
|
8097
|
+
_setter("nodes", nodes)
|
8098
|
+
_setter("number_of_nodes", number_of_nodes)
|
8099
|
+
_setter("number_of_nodes_requiring_maintenance_reboot", number_of_nodes_requiring_maintenance_reboot)
|
8100
|
+
_setter("os_patch_version", os_patch_version)
|
8101
|
+
_setter("state", state)
|
8102
|
+
_setter("time_created", time_created)
|
8103
|
+
_setter("time_updated", time_updated)
|
8104
|
+
_setter("util_nodes", util_nodes)
|
8105
|
+
_setter("worker_nodes", worker_nodes)
|
6371
8106
|
|
6372
8107
|
@property
|
6373
8108
|
@pulumi.getter(name="bootstrapScriptUrl")
|
@@ -6630,14 +8365,37 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
|
|
6630
8365
|
:param int ocpus: The total number of OCPUs available to the node.
|
6631
8366
|
:param str shape: Shape of the node.
|
6632
8367
|
"""
|
6633
|
-
|
6634
|
-
|
6635
|
-
|
6636
|
-
|
6637
|
-
|
6638
|
-
|
6639
|
-
|
6640
|
-
|
8368
|
+
GetBdsInstancesBdsInstanceCloudSqlDetailResult._configure(
|
8369
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8370
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
8371
|
+
ip_address=ip_address,
|
8372
|
+
is_kerberos_mapped_to_database_users=is_kerberos_mapped_to_database_users,
|
8373
|
+
kerberos_details=kerberos_details,
|
8374
|
+
memory_in_gbs=memory_in_gbs,
|
8375
|
+
nvmes=nvmes,
|
8376
|
+
ocpus=ocpus,
|
8377
|
+
shape=shape,
|
8378
|
+
)
|
8379
|
+
@staticmethod
|
8380
|
+
def _configure(
|
8381
|
+
_setter: Callable[[Any, Any], None],
|
8382
|
+
block_volume_size_in_gbs: str,
|
8383
|
+
ip_address: str,
|
8384
|
+
is_kerberos_mapped_to_database_users: bool,
|
8385
|
+
kerberos_details: Sequence['outputs.GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetailResult'],
|
8386
|
+
memory_in_gbs: int,
|
8387
|
+
nvmes: int,
|
8388
|
+
ocpus: int,
|
8389
|
+
shape: str,
|
8390
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8391
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
8392
|
+
_setter("ip_address", ip_address)
|
8393
|
+
_setter("is_kerberos_mapped_to_database_users", is_kerberos_mapped_to_database_users)
|
8394
|
+
_setter("kerberos_details", kerberos_details)
|
8395
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
8396
|
+
_setter("nvmes", nvmes)
|
8397
|
+
_setter("ocpus", ocpus)
|
8398
|
+
_setter("shape", shape)
|
6641
8399
|
|
6642
8400
|
@property
|
6643
8401
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -6713,8 +8471,19 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetailResult(dict):
|
|
6713
8471
|
:param str keytab_file: Location of the keytab file
|
6714
8472
|
:param str principal_name: Name of the Kerberos principal.
|
6715
8473
|
"""
|
6716
|
-
|
6717
|
-
|
8474
|
+
GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetailResult._configure(
|
8475
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8476
|
+
keytab_file=keytab_file,
|
8477
|
+
principal_name=principal_name,
|
8478
|
+
)
|
8479
|
+
@staticmethod
|
8480
|
+
def _configure(
|
8481
|
+
_setter: Callable[[Any, Any], None],
|
8482
|
+
keytab_file: str,
|
8483
|
+
principal_name: str,
|
8484
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8485
|
+
_setter("keytab_file", keytab_file)
|
8486
|
+
_setter("principal_name", principal_name)
|
6718
8487
|
|
6719
8488
|
@property
|
6720
8489
|
@pulumi.getter(name="keytabFile")
|
@@ -6768,21 +8537,58 @@ class GetBdsInstancesBdsInstanceClusterDetailResult(dict):
|
|
6768
8537
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
6769
8538
|
:param str time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
|
6770
8539
|
"""
|
6771
|
-
|
6772
|
-
|
6773
|
-
|
6774
|
-
|
6775
|
-
|
6776
|
-
|
6777
|
-
|
6778
|
-
|
6779
|
-
|
6780
|
-
|
6781
|
-
|
6782
|
-
|
6783
|
-
|
6784
|
-
|
6785
|
-
|
8540
|
+
GetBdsInstancesBdsInstanceClusterDetailResult._configure(
|
8541
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8542
|
+
ambari_url=ambari_url,
|
8543
|
+
bd_cell_version=bd_cell_version,
|
8544
|
+
bda_version=bda_version,
|
8545
|
+
bdm_version=bdm_version,
|
8546
|
+
bds_version=bds_version,
|
8547
|
+
big_data_manager_url=big_data_manager_url,
|
8548
|
+
cloudera_manager_url=cloudera_manager_url,
|
8549
|
+
csql_cell_version=csql_cell_version,
|
8550
|
+
db_version=db_version,
|
8551
|
+
hue_server_url=hue_server_url,
|
8552
|
+
jupyter_hub_url=jupyter_hub_url,
|
8553
|
+
odh_version=odh_version,
|
8554
|
+
os_version=os_version,
|
8555
|
+
time_created=time_created,
|
8556
|
+
time_refreshed=time_refreshed,
|
8557
|
+
)
|
8558
|
+
@staticmethod
|
8559
|
+
def _configure(
|
8560
|
+
_setter: Callable[[Any, Any], None],
|
8561
|
+
ambari_url: str,
|
8562
|
+
bd_cell_version: str,
|
8563
|
+
bda_version: str,
|
8564
|
+
bdm_version: str,
|
8565
|
+
bds_version: str,
|
8566
|
+
big_data_manager_url: str,
|
8567
|
+
cloudera_manager_url: str,
|
8568
|
+
csql_cell_version: str,
|
8569
|
+
db_version: str,
|
8570
|
+
hue_server_url: str,
|
8571
|
+
jupyter_hub_url: str,
|
8572
|
+
odh_version: str,
|
8573
|
+
os_version: str,
|
8574
|
+
time_created: str,
|
8575
|
+
time_refreshed: str,
|
8576
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8577
|
+
_setter("ambari_url", ambari_url)
|
8578
|
+
_setter("bd_cell_version", bd_cell_version)
|
8579
|
+
_setter("bda_version", bda_version)
|
8580
|
+
_setter("bdm_version", bdm_version)
|
8581
|
+
_setter("bds_version", bds_version)
|
8582
|
+
_setter("big_data_manager_url", big_data_manager_url)
|
8583
|
+
_setter("cloudera_manager_url", cloudera_manager_url)
|
8584
|
+
_setter("csql_cell_version", csql_cell_version)
|
8585
|
+
_setter("db_version", db_version)
|
8586
|
+
_setter("hue_server_url", hue_server_url)
|
8587
|
+
_setter("jupyter_hub_url", jupyter_hub_url)
|
8588
|
+
_setter("odh_version", odh_version)
|
8589
|
+
_setter("os_version", os_version)
|
8590
|
+
_setter("time_created", time_created)
|
8591
|
+
_setter("time_refreshed", time_refreshed)
|
6786
8592
|
|
6787
8593
|
@property
|
6788
8594
|
@pulumi.getter(name="ambariUrl")
|
@@ -6919,11 +8725,28 @@ class GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeResult(dict):
|
|
6919
8725
|
:param str shape: Shape of the node.
|
6920
8726
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
6921
8727
|
"""
|
6922
|
-
|
6923
|
-
|
6924
|
-
|
6925
|
-
|
6926
|
-
|
8728
|
+
GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeResult._configure(
|
8729
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8730
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
8731
|
+
number_of_nodes=number_of_nodes,
|
8732
|
+
shape=shape,
|
8733
|
+
shape_configs=shape_configs,
|
8734
|
+
subnet_id=subnet_id,
|
8735
|
+
)
|
8736
|
+
@staticmethod
|
8737
|
+
def _configure(
|
8738
|
+
_setter: Callable[[Any, Any], None],
|
8739
|
+
block_volume_size_in_gbs: str,
|
8740
|
+
number_of_nodes: int,
|
8741
|
+
shape: str,
|
8742
|
+
shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeShapeConfigResult'],
|
8743
|
+
subnet_id: str,
|
8744
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8745
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
8746
|
+
_setter("number_of_nodes", number_of_nodes)
|
8747
|
+
_setter("shape", shape)
|
8748
|
+
_setter("shape_configs", shape_configs)
|
8749
|
+
_setter("subnet_id", subnet_id)
|
6927
8750
|
|
6928
8751
|
@property
|
6929
8752
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -6974,9 +8797,22 @@ class GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeShapeConfigResult(dict):
|
|
6974
8797
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
6975
8798
|
:param int ocpus: The total number of OCPUs available to the node.
|
6976
8799
|
"""
|
6977
|
-
|
6978
|
-
|
6979
|
-
|
8800
|
+
GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeShapeConfigResult._configure(
|
8801
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8802
|
+
memory_in_gbs=memory_in_gbs,
|
8803
|
+
nvmes=nvmes,
|
8804
|
+
ocpus=ocpus,
|
8805
|
+
)
|
8806
|
+
@staticmethod
|
8807
|
+
def _configure(
|
8808
|
+
_setter: Callable[[Any, Any], None],
|
8809
|
+
memory_in_gbs: int,
|
8810
|
+
nvmes: int,
|
8811
|
+
ocpus: int,
|
8812
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8813
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
8814
|
+
_setter("nvmes", nvmes)
|
8815
|
+
_setter("ocpus", ocpus)
|
6980
8816
|
|
6981
8817
|
@property
|
6982
8818
|
@pulumi.getter(name="memoryInGbs")
|
@@ -7017,11 +8853,28 @@ class GetBdsInstancesBdsInstanceEdgeNodeResult(dict):
|
|
7017
8853
|
:param str shape: Shape of the node.
|
7018
8854
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
7019
8855
|
"""
|
7020
|
-
|
7021
|
-
|
7022
|
-
|
7023
|
-
|
7024
|
-
|
8856
|
+
GetBdsInstancesBdsInstanceEdgeNodeResult._configure(
|
8857
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8858
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
8859
|
+
number_of_nodes=number_of_nodes,
|
8860
|
+
shape=shape,
|
8861
|
+
shape_configs=shape_configs,
|
8862
|
+
subnet_id=subnet_id,
|
8863
|
+
)
|
8864
|
+
@staticmethod
|
8865
|
+
def _configure(
|
8866
|
+
_setter: Callable[[Any, Any], None],
|
8867
|
+
block_volume_size_in_gbs: str,
|
8868
|
+
number_of_nodes: int,
|
8869
|
+
shape: str,
|
8870
|
+
shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeShapeConfigResult'],
|
8871
|
+
subnet_id: str,
|
8872
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8873
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
8874
|
+
_setter("number_of_nodes", number_of_nodes)
|
8875
|
+
_setter("shape", shape)
|
8876
|
+
_setter("shape_configs", shape_configs)
|
8877
|
+
_setter("subnet_id", subnet_id)
|
7025
8878
|
|
7026
8879
|
@property
|
7027
8880
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -7072,9 +8925,22 @@ class GetBdsInstancesBdsInstanceEdgeNodeShapeConfigResult(dict):
|
|
7072
8925
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7073
8926
|
:param int ocpus: The total number of OCPUs available to the node.
|
7074
8927
|
"""
|
7075
|
-
|
7076
|
-
|
7077
|
-
|
8928
|
+
GetBdsInstancesBdsInstanceEdgeNodeShapeConfigResult._configure(
|
8929
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8930
|
+
memory_in_gbs=memory_in_gbs,
|
8931
|
+
nvmes=nvmes,
|
8932
|
+
ocpus=ocpus,
|
8933
|
+
)
|
8934
|
+
@staticmethod
|
8935
|
+
def _configure(
|
8936
|
+
_setter: Callable[[Any, Any], None],
|
8937
|
+
memory_in_gbs: int,
|
8938
|
+
nvmes: int,
|
8939
|
+
ocpus: int,
|
8940
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8941
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
8942
|
+
_setter("nvmes", nvmes)
|
8943
|
+
_setter("ocpus", ocpus)
|
7078
8944
|
|
7079
8945
|
@property
|
7080
8946
|
@pulumi.getter(name="memoryInGbs")
|
@@ -7114,11 +8980,28 @@ class GetBdsInstancesBdsInstanceKafkaBrokerNodeResult(dict):
|
|
7114
8980
|
:param str shape: Shape of the node.
|
7115
8981
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
7116
8982
|
"""
|
7117
|
-
|
7118
|
-
|
7119
|
-
|
7120
|
-
|
7121
|
-
|
8983
|
+
GetBdsInstancesBdsInstanceKafkaBrokerNodeResult._configure(
|
8984
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8985
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
8986
|
+
number_of_kafka_nodes=number_of_kafka_nodes,
|
8987
|
+
shape=shape,
|
8988
|
+
shape_configs=shape_configs,
|
8989
|
+
subnet_id=subnet_id,
|
8990
|
+
)
|
8991
|
+
@staticmethod
|
8992
|
+
def _configure(
|
8993
|
+
_setter: Callable[[Any, Any], None],
|
8994
|
+
block_volume_size_in_gbs: str,
|
8995
|
+
number_of_kafka_nodes: int,
|
8996
|
+
shape: str,
|
8997
|
+
shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceKafkaBrokerNodeShapeConfigResult'],
|
8998
|
+
subnet_id: str,
|
8999
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9000
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
9001
|
+
_setter("number_of_kafka_nodes", number_of_kafka_nodes)
|
9002
|
+
_setter("shape", shape)
|
9003
|
+
_setter("shape_configs", shape_configs)
|
9004
|
+
_setter("subnet_id", subnet_id)
|
7122
9005
|
|
7123
9006
|
@property
|
7124
9007
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -7166,9 +9049,22 @@ class GetBdsInstancesBdsInstanceKafkaBrokerNodeShapeConfigResult(dict):
|
|
7166
9049
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7167
9050
|
:param int ocpus: The total number of OCPUs available to the node.
|
7168
9051
|
"""
|
7169
|
-
|
7170
|
-
|
7171
|
-
|
9052
|
+
GetBdsInstancesBdsInstanceKafkaBrokerNodeShapeConfigResult._configure(
|
9053
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9054
|
+
memory_in_gbs=memory_in_gbs,
|
9055
|
+
nvmes=nvmes,
|
9056
|
+
ocpus=ocpus,
|
9057
|
+
)
|
9058
|
+
@staticmethod
|
9059
|
+
def _configure(
|
9060
|
+
_setter: Callable[[Any, Any], None],
|
9061
|
+
memory_in_gbs: int,
|
9062
|
+
nvmes: int,
|
9063
|
+
ocpus: int,
|
9064
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9065
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
9066
|
+
_setter("nvmes", nvmes)
|
9067
|
+
_setter("ocpus", ocpus)
|
7172
9068
|
|
7173
9069
|
@property
|
7174
9070
|
@pulumi.getter(name="memoryInGbs")
|
@@ -7209,11 +9105,28 @@ class GetBdsInstancesBdsInstanceMasterNodeResult(dict):
|
|
7209
9105
|
:param str shape: Shape of the node.
|
7210
9106
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
7211
9107
|
"""
|
7212
|
-
|
7213
|
-
|
7214
|
-
|
7215
|
-
|
7216
|
-
|
9108
|
+
GetBdsInstancesBdsInstanceMasterNodeResult._configure(
|
9109
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9110
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
9111
|
+
number_of_nodes=number_of_nodes,
|
9112
|
+
shape=shape,
|
9113
|
+
shape_configs=shape_configs,
|
9114
|
+
subnet_id=subnet_id,
|
9115
|
+
)
|
9116
|
+
@staticmethod
|
9117
|
+
def _configure(
|
9118
|
+
_setter: Callable[[Any, Any], None],
|
9119
|
+
block_volume_size_in_gbs: str,
|
9120
|
+
number_of_nodes: int,
|
9121
|
+
shape: str,
|
9122
|
+
shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceMasterNodeShapeConfigResult'],
|
9123
|
+
subnet_id: str,
|
9124
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9125
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
9126
|
+
_setter("number_of_nodes", number_of_nodes)
|
9127
|
+
_setter("shape", shape)
|
9128
|
+
_setter("shape_configs", shape_configs)
|
9129
|
+
_setter("subnet_id", subnet_id)
|
7217
9130
|
|
7218
9131
|
@property
|
7219
9132
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -7264,9 +9177,22 @@ class GetBdsInstancesBdsInstanceMasterNodeShapeConfigResult(dict):
|
|
7264
9177
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7265
9178
|
:param int ocpus: The total number of OCPUs available to the node.
|
7266
9179
|
"""
|
7267
|
-
|
7268
|
-
|
7269
|
-
|
9180
|
+
GetBdsInstancesBdsInstanceMasterNodeShapeConfigResult._configure(
|
9181
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9182
|
+
memory_in_gbs=memory_in_gbs,
|
9183
|
+
nvmes=nvmes,
|
9184
|
+
ocpus=ocpus,
|
9185
|
+
)
|
9186
|
+
@staticmethod
|
9187
|
+
def _configure(
|
9188
|
+
_setter: Callable[[Any, Any], None],
|
9189
|
+
memory_in_gbs: int,
|
9190
|
+
nvmes: int,
|
9191
|
+
ocpus: int,
|
9192
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9193
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
9194
|
+
_setter("nvmes", nvmes)
|
9195
|
+
_setter("ocpus", ocpus)
|
7270
9196
|
|
7271
9197
|
@property
|
7272
9198
|
@pulumi.getter(name="memoryInGbs")
|
@@ -7302,8 +9228,19 @@ class GetBdsInstancesBdsInstanceNetworkConfigResult(dict):
|
|
7302
9228
|
:param str cidr_block: The CIDR IP address block of the VCN.
|
7303
9229
|
:param bool is_nat_gateway_required: A boolean flag whether to configure a NAT gateway.
|
7304
9230
|
"""
|
7305
|
-
|
7306
|
-
|
9231
|
+
GetBdsInstancesBdsInstanceNetworkConfigResult._configure(
|
9232
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9233
|
+
cidr_block=cidr_block,
|
9234
|
+
is_nat_gateway_required=is_nat_gateway_required,
|
9235
|
+
)
|
9236
|
+
@staticmethod
|
9237
|
+
def _configure(
|
9238
|
+
_setter: Callable[[Any, Any], None],
|
9239
|
+
cidr_block: str,
|
9240
|
+
is_nat_gateway_required: bool,
|
9241
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9242
|
+
_setter("cidr_block", cidr_block)
|
9243
|
+
_setter("is_nat_gateway_required", is_nat_gateway_required)
|
7307
9244
|
|
7308
9245
|
@property
|
7309
9246
|
@pulumi.getter(name="cidrBlock")
|
@@ -7361,23 +9298,64 @@ class GetBdsInstancesBdsInstanceNodeResult(dict):
|
|
7361
9298
|
:param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
7362
9299
|
:param str time_maintenance_reboot_due: The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
|
7363
9300
|
"""
|
7364
|
-
|
7365
|
-
|
7366
|
-
|
7367
|
-
|
7368
|
-
|
7369
|
-
|
7370
|
-
|
7371
|
-
|
7372
|
-
|
7373
|
-
|
7374
|
-
|
7375
|
-
|
7376
|
-
|
7377
|
-
|
7378
|
-
|
7379
|
-
|
7380
|
-
|
9301
|
+
GetBdsInstancesBdsInstanceNodeResult._configure(
|
9302
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9303
|
+
attached_block_volumes=attached_block_volumes,
|
9304
|
+
availability_domain=availability_domain,
|
9305
|
+
display_name=display_name,
|
9306
|
+
fault_domain=fault_domain,
|
9307
|
+
hostname=hostname,
|
9308
|
+
image_id=image_id,
|
9309
|
+
instance_id=instance_id,
|
9310
|
+
ip_address=ip_address,
|
9311
|
+
memory_in_gbs=memory_in_gbs,
|
9312
|
+
node_type=node_type,
|
9313
|
+
ocpus=ocpus,
|
9314
|
+
shape=shape,
|
9315
|
+
ssh_fingerprint=ssh_fingerprint,
|
9316
|
+
state=state,
|
9317
|
+
subnet_id=subnet_id,
|
9318
|
+
time_created=time_created,
|
9319
|
+
time_maintenance_reboot_due=time_maintenance_reboot_due,
|
9320
|
+
)
|
9321
|
+
@staticmethod
|
9322
|
+
def _configure(
|
9323
|
+
_setter: Callable[[Any, Any], None],
|
9324
|
+
attached_block_volumes: Sequence['outputs.GetBdsInstancesBdsInstanceNodeAttachedBlockVolumeResult'],
|
9325
|
+
availability_domain: str,
|
9326
|
+
display_name: str,
|
9327
|
+
fault_domain: str,
|
9328
|
+
hostname: str,
|
9329
|
+
image_id: str,
|
9330
|
+
instance_id: str,
|
9331
|
+
ip_address: str,
|
9332
|
+
memory_in_gbs: int,
|
9333
|
+
node_type: str,
|
9334
|
+
ocpus: int,
|
9335
|
+
shape: str,
|
9336
|
+
ssh_fingerprint: str,
|
9337
|
+
state: str,
|
9338
|
+
subnet_id: str,
|
9339
|
+
time_created: str,
|
9340
|
+
time_maintenance_reboot_due: str,
|
9341
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9342
|
+
_setter("attached_block_volumes", attached_block_volumes)
|
9343
|
+
_setter("availability_domain", availability_domain)
|
9344
|
+
_setter("display_name", display_name)
|
9345
|
+
_setter("fault_domain", fault_domain)
|
9346
|
+
_setter("hostname", hostname)
|
9347
|
+
_setter("image_id", image_id)
|
9348
|
+
_setter("instance_id", instance_id)
|
9349
|
+
_setter("ip_address", ip_address)
|
9350
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
9351
|
+
_setter("node_type", node_type)
|
9352
|
+
_setter("ocpus", ocpus)
|
9353
|
+
_setter("shape", shape)
|
9354
|
+
_setter("ssh_fingerprint", ssh_fingerprint)
|
9355
|
+
_setter("state", state)
|
9356
|
+
_setter("subnet_id", subnet_id)
|
9357
|
+
_setter("time_created", time_created)
|
9358
|
+
_setter("time_maintenance_reboot_due", time_maintenance_reboot_due)
|
7381
9359
|
|
7382
9360
|
@property
|
7383
9361
|
@pulumi.getter(name="attachedBlockVolumes")
|
@@ -7525,8 +9503,19 @@ class GetBdsInstancesBdsInstanceNodeAttachedBlockVolumeResult(dict):
|
|
7525
9503
|
:param str volume_attachment_id: The OCID of the volume attachment.
|
7526
9504
|
:param str volume_size_in_gbs: The size of the volume in GBs.
|
7527
9505
|
"""
|
7528
|
-
|
7529
|
-
|
9506
|
+
GetBdsInstancesBdsInstanceNodeAttachedBlockVolumeResult._configure(
|
9507
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9508
|
+
volume_attachment_id=volume_attachment_id,
|
9509
|
+
volume_size_in_gbs=volume_size_in_gbs,
|
9510
|
+
)
|
9511
|
+
@staticmethod
|
9512
|
+
def _configure(
|
9513
|
+
_setter: Callable[[Any, Any], None],
|
9514
|
+
volume_attachment_id: str,
|
9515
|
+
volume_size_in_gbs: str,
|
9516
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9517
|
+
_setter("volume_attachment_id", volume_attachment_id)
|
9518
|
+
_setter("volume_size_in_gbs", volume_size_in_gbs)
|
7530
9519
|
|
7531
9520
|
@property
|
7532
9521
|
@pulumi.getter(name="volumeAttachmentId")
|
@@ -7559,11 +9548,28 @@ class GetBdsInstancesBdsInstanceUtilNodeResult(dict):
|
|
7559
9548
|
:param str shape: Shape of the node.
|
7560
9549
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
7561
9550
|
"""
|
7562
|
-
|
7563
|
-
|
7564
|
-
|
7565
|
-
|
7566
|
-
|
9551
|
+
GetBdsInstancesBdsInstanceUtilNodeResult._configure(
|
9552
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9553
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
9554
|
+
number_of_nodes=number_of_nodes,
|
9555
|
+
shape=shape,
|
9556
|
+
shape_configs=shape_configs,
|
9557
|
+
subnet_id=subnet_id,
|
9558
|
+
)
|
9559
|
+
@staticmethod
|
9560
|
+
def _configure(
|
9561
|
+
_setter: Callable[[Any, Any], None],
|
9562
|
+
block_volume_size_in_gbs: str,
|
9563
|
+
number_of_nodes: int,
|
9564
|
+
shape: str,
|
9565
|
+
shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceUtilNodeShapeConfigResult'],
|
9566
|
+
subnet_id: str,
|
9567
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9568
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
9569
|
+
_setter("number_of_nodes", number_of_nodes)
|
9570
|
+
_setter("shape", shape)
|
9571
|
+
_setter("shape_configs", shape_configs)
|
9572
|
+
_setter("subnet_id", subnet_id)
|
7567
9573
|
|
7568
9574
|
@property
|
7569
9575
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -7614,9 +9620,22 @@ class GetBdsInstancesBdsInstanceUtilNodeShapeConfigResult(dict):
|
|
7614
9620
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7615
9621
|
:param int ocpus: The total number of OCPUs available to the node.
|
7616
9622
|
"""
|
7617
|
-
|
7618
|
-
|
7619
|
-
|
9623
|
+
GetBdsInstancesBdsInstanceUtilNodeShapeConfigResult._configure(
|
9624
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9625
|
+
memory_in_gbs=memory_in_gbs,
|
9626
|
+
nvmes=nvmes,
|
9627
|
+
ocpus=ocpus,
|
9628
|
+
)
|
9629
|
+
@staticmethod
|
9630
|
+
def _configure(
|
9631
|
+
_setter: Callable[[Any, Any], None],
|
9632
|
+
memory_in_gbs: int,
|
9633
|
+
nvmes: int,
|
9634
|
+
ocpus: int,
|
9635
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9636
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
9637
|
+
_setter("nvmes", nvmes)
|
9638
|
+
_setter("ocpus", ocpus)
|
7620
9639
|
|
7621
9640
|
@property
|
7622
9641
|
@pulumi.getter(name="memoryInGbs")
|
@@ -7657,11 +9676,28 @@ class GetBdsInstancesBdsInstanceWorkerNodeResult(dict):
|
|
7657
9676
|
:param str shape: Shape of the node.
|
7658
9677
|
:param str subnet_id: The OCID of the subnet in which the node is to be created.
|
7659
9678
|
"""
|
7660
|
-
|
7661
|
-
|
7662
|
-
|
7663
|
-
|
7664
|
-
|
9679
|
+
GetBdsInstancesBdsInstanceWorkerNodeResult._configure(
|
9680
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9681
|
+
block_volume_size_in_gbs=block_volume_size_in_gbs,
|
9682
|
+
number_of_nodes=number_of_nodes,
|
9683
|
+
shape=shape,
|
9684
|
+
shape_configs=shape_configs,
|
9685
|
+
subnet_id=subnet_id,
|
9686
|
+
)
|
9687
|
+
@staticmethod
|
9688
|
+
def _configure(
|
9689
|
+
_setter: Callable[[Any, Any], None],
|
9690
|
+
block_volume_size_in_gbs: str,
|
9691
|
+
number_of_nodes: int,
|
9692
|
+
shape: str,
|
9693
|
+
shape_configs: Sequence['outputs.GetBdsInstancesBdsInstanceWorkerNodeShapeConfigResult'],
|
9694
|
+
subnet_id: str,
|
9695
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9696
|
+
_setter("block_volume_size_in_gbs", block_volume_size_in_gbs)
|
9697
|
+
_setter("number_of_nodes", number_of_nodes)
|
9698
|
+
_setter("shape", shape)
|
9699
|
+
_setter("shape_configs", shape_configs)
|
9700
|
+
_setter("subnet_id", subnet_id)
|
7665
9701
|
|
7666
9702
|
@property
|
7667
9703
|
@pulumi.getter(name="blockVolumeSizeInGbs")
|
@@ -7712,9 +9748,22 @@ class GetBdsInstancesBdsInstanceWorkerNodeShapeConfigResult(dict):
|
|
7712
9748
|
:param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
7713
9749
|
:param int ocpus: The total number of OCPUs available to the node.
|
7714
9750
|
"""
|
7715
|
-
|
7716
|
-
|
7717
|
-
|
9751
|
+
GetBdsInstancesBdsInstanceWorkerNodeShapeConfigResult._configure(
|
9752
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9753
|
+
memory_in_gbs=memory_in_gbs,
|
9754
|
+
nvmes=nvmes,
|
9755
|
+
ocpus=ocpus,
|
9756
|
+
)
|
9757
|
+
@staticmethod
|
9758
|
+
def _configure(
|
9759
|
+
_setter: Callable[[Any, Any], None],
|
9760
|
+
memory_in_gbs: int,
|
9761
|
+
nvmes: int,
|
9762
|
+
ocpus: int,
|
9763
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9764
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
9765
|
+
_setter("nvmes", nvmes)
|
9766
|
+
_setter("ocpus", ocpus)
|
7718
9767
|
|
7719
9768
|
@property
|
7720
9769
|
@pulumi.getter(name="memoryInGbs")
|
@@ -7747,10 +9796,23 @@ class GetBdsInstancesFilterResult(dict):
|
|
7747
9796
|
name: str,
|
7748
9797
|
values: Sequence[str],
|
7749
9798
|
regex: Optional[bool] = None):
|
7750
|
-
|
7751
|
-
|
9799
|
+
GetBdsInstancesFilterResult._configure(
|
9800
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9801
|
+
name=name,
|
9802
|
+
values=values,
|
9803
|
+
regex=regex,
|
9804
|
+
)
|
9805
|
+
@staticmethod
|
9806
|
+
def _configure(
|
9807
|
+
_setter: Callable[[Any, Any], None],
|
9808
|
+
name: str,
|
9809
|
+
values: Sequence[str],
|
9810
|
+
regex: Optional[bool] = None,
|
9811
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9812
|
+
_setter("name", name)
|
9813
|
+
_setter("values", values)
|
7752
9814
|
if regex is not None:
|
7753
|
-
|
9815
|
+
_setter("regex", regex)
|
7754
9816
|
|
7755
9817
|
@property
|
7756
9818
|
@pulumi.getter
|