pulumi-oci 1.11.0a1695829678__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 +35 -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 +14631 -3340
- 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 +109 -31
- 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 +3678 -749
- 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 +677 -186
- 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 +46 -10
- 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 +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- 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 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- 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 +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- 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 +7807 -1812
- 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 +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- 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/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- 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 +920 -193
- 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.0a1695829678.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.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.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
|
|
@@ -149,12 +149,25 @@ class AddonAddonError(dict):
|
|
149
149
|
:param str message: A human-readable error string of the upstream error.
|
150
150
|
:param str status: The status of the HTTP response encountered in the upstream error.
|
151
151
|
"""
|
152
|
+
AddonAddonError._configure(
|
153
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
154
|
+
code=code,
|
155
|
+
message=message,
|
156
|
+
status=status,
|
157
|
+
)
|
158
|
+
@staticmethod
|
159
|
+
def _configure(
|
160
|
+
_setter: Callable[[Any, Any], None],
|
161
|
+
code: Optional[str] = None,
|
162
|
+
message: Optional[str] = None,
|
163
|
+
status: Optional[str] = None,
|
164
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
152
165
|
if code is not None:
|
153
|
-
|
166
|
+
_setter("code", code)
|
154
167
|
if message is not None:
|
155
|
-
|
168
|
+
_setter("message", message)
|
156
169
|
if status is not None:
|
157
|
-
|
170
|
+
_setter("status", status)
|
158
171
|
|
159
172
|
@property
|
160
173
|
@pulumi.getter
|
@@ -190,10 +203,21 @@ class AddonConfiguration(dict):
|
|
190
203
|
:param str key: (Updatable) configuration key name
|
191
204
|
:param str value: (Updatable) configuration value name
|
192
205
|
"""
|
206
|
+
AddonConfiguration._configure(
|
207
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
208
|
+
key=key,
|
209
|
+
value=value,
|
210
|
+
)
|
211
|
+
@staticmethod
|
212
|
+
def _configure(
|
213
|
+
_setter: Callable[[Any, Any], None],
|
214
|
+
key: Optional[str] = None,
|
215
|
+
value: Optional[str] = None,
|
216
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
193
217
|
if key is not None:
|
194
|
-
|
218
|
+
_setter("key", key)
|
195
219
|
if value is not None:
|
196
|
-
|
220
|
+
_setter("value", value)
|
197
221
|
|
198
222
|
@property
|
199
223
|
@pulumi.getter
|
@@ -236,7 +260,16 @@ class ClusterClusterPodNetworkOption(dict):
|
|
236
260
|
"""
|
237
261
|
:param str cni_type: The CNI used by the node pools of this cluster
|
238
262
|
"""
|
239
|
-
|
263
|
+
ClusterClusterPodNetworkOption._configure(
|
264
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
265
|
+
cni_type=cni_type,
|
266
|
+
)
|
267
|
+
@staticmethod
|
268
|
+
def _configure(
|
269
|
+
_setter: Callable[[Any, Any], None],
|
270
|
+
cni_type: str,
|
271
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
272
|
+
_setter("cni_type", cni_type)
|
240
273
|
|
241
274
|
@property
|
242
275
|
@pulumi.getter(name="cniType")
|
@@ -281,14 +314,29 @@ class ClusterEndpoint(dict):
|
|
281
314
|
:param str public_endpoint: The public native networking Kubernetes API server endpoint, if one was requested.
|
282
315
|
:param str vcn_hostname_endpoint: The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
|
283
316
|
"""
|
317
|
+
ClusterEndpoint._configure(
|
318
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
319
|
+
kubernetes=kubernetes,
|
320
|
+
private_endpoint=private_endpoint,
|
321
|
+
public_endpoint=public_endpoint,
|
322
|
+
vcn_hostname_endpoint=vcn_hostname_endpoint,
|
323
|
+
)
|
324
|
+
@staticmethod
|
325
|
+
def _configure(
|
326
|
+
_setter: Callable[[Any, Any], None],
|
327
|
+
kubernetes: Optional[str] = None,
|
328
|
+
private_endpoint: Optional[str] = None,
|
329
|
+
public_endpoint: Optional[str] = None,
|
330
|
+
vcn_hostname_endpoint: Optional[str] = None,
|
331
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
284
332
|
if kubernetes is not None:
|
285
|
-
|
333
|
+
_setter("kubernetes", kubernetes)
|
286
334
|
if private_endpoint is not None:
|
287
|
-
|
335
|
+
_setter("private_endpoint", private_endpoint)
|
288
336
|
if public_endpoint is not None:
|
289
|
-
|
337
|
+
_setter("public_endpoint", public_endpoint)
|
290
338
|
if vcn_hostname_endpoint is not None:
|
291
|
-
|
339
|
+
_setter("vcn_hostname_endpoint", vcn_hostname_endpoint)
|
292
340
|
|
293
341
|
@property
|
294
342
|
@pulumi.getter
|
@@ -355,11 +403,24 @@ class ClusterEndpointConfig(dict):
|
|
355
403
|
:param bool is_public_ip_enabled: Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
|
356
404
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
|
357
405
|
"""
|
358
|
-
|
406
|
+
ClusterEndpointConfig._configure(
|
407
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
408
|
+
subnet_id=subnet_id,
|
409
|
+
is_public_ip_enabled=is_public_ip_enabled,
|
410
|
+
nsg_ids=nsg_ids,
|
411
|
+
)
|
412
|
+
@staticmethod
|
413
|
+
def _configure(
|
414
|
+
_setter: Callable[[Any, Any], None],
|
415
|
+
subnet_id: str,
|
416
|
+
is_public_ip_enabled: Optional[bool] = None,
|
417
|
+
nsg_ids: Optional[Sequence[str]] = None,
|
418
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
419
|
+
_setter("subnet_id", subnet_id)
|
359
420
|
if is_public_ip_enabled is not None:
|
360
|
-
|
421
|
+
_setter("is_public_ip_enabled", is_public_ip_enabled)
|
361
422
|
if nsg_ids is not None:
|
362
|
-
|
423
|
+
_setter("nsg_ids", nsg_ids)
|
363
424
|
|
364
425
|
@property
|
365
426
|
@pulumi.getter(name="subnetId")
|
@@ -414,10 +475,21 @@ class ClusterImagePolicyConfig(dict):
|
|
414
475
|
:param bool is_policy_enabled: (Updatable) Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
|
415
476
|
:param Sequence['ClusterImagePolicyConfigKeyDetailArgs'] key_details: (Updatable) A list of KMS key details.
|
416
477
|
"""
|
478
|
+
ClusterImagePolicyConfig._configure(
|
479
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
480
|
+
is_policy_enabled=is_policy_enabled,
|
481
|
+
key_details=key_details,
|
482
|
+
)
|
483
|
+
@staticmethod
|
484
|
+
def _configure(
|
485
|
+
_setter: Callable[[Any, Any], None],
|
486
|
+
is_policy_enabled: Optional[bool] = None,
|
487
|
+
key_details: Optional[Sequence['outputs.ClusterImagePolicyConfigKeyDetail']] = None,
|
488
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
417
489
|
if is_policy_enabled is not None:
|
418
|
-
|
490
|
+
_setter("is_policy_enabled", is_policy_enabled)
|
419
491
|
if key_details is not None:
|
420
|
-
|
492
|
+
_setter("key_details", key_details)
|
421
493
|
|
422
494
|
@property
|
423
495
|
@pulumi.getter(name="isPolicyEnabled")
|
@@ -460,8 +532,17 @@ class ClusterImagePolicyConfigKeyDetail(dict):
|
|
460
532
|
"""
|
461
533
|
:param str kms_key_id: The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption. When used, `kubernetesVersion` must be at least `v1.13.0`.
|
462
534
|
"""
|
535
|
+
ClusterImagePolicyConfigKeyDetail._configure(
|
536
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
537
|
+
kms_key_id=kms_key_id,
|
538
|
+
)
|
539
|
+
@staticmethod
|
540
|
+
def _configure(
|
541
|
+
_setter: Callable[[Any, Any], None],
|
542
|
+
kms_key_id: Optional[str] = None,
|
543
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
463
544
|
if kms_key_id is not None:
|
464
|
-
|
545
|
+
_setter("kms_key_id", kms_key_id)
|
465
546
|
|
466
547
|
@property
|
467
548
|
@pulumi.getter(name="kmsKeyId")
|
@@ -532,26 +613,53 @@ class ClusterMetadata(dict):
|
|
532
613
|
:param str updated_by_user_id: The user who updated the cluster.
|
533
614
|
:param str updated_by_work_request_id: The OCID of the work request which updated the cluster.
|
534
615
|
"""
|
616
|
+
ClusterMetadata._configure(
|
617
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
618
|
+
created_by_user_id=created_by_user_id,
|
619
|
+
created_by_work_request_id=created_by_work_request_id,
|
620
|
+
deleted_by_user_id=deleted_by_user_id,
|
621
|
+
deleted_by_work_request_id=deleted_by_work_request_id,
|
622
|
+
time_created=time_created,
|
623
|
+
time_credential_expiration=time_credential_expiration,
|
624
|
+
time_deleted=time_deleted,
|
625
|
+
time_updated=time_updated,
|
626
|
+
updated_by_user_id=updated_by_user_id,
|
627
|
+
updated_by_work_request_id=updated_by_work_request_id,
|
628
|
+
)
|
629
|
+
@staticmethod
|
630
|
+
def _configure(
|
631
|
+
_setter: Callable[[Any, Any], None],
|
632
|
+
created_by_user_id: Optional[str] = None,
|
633
|
+
created_by_work_request_id: Optional[str] = None,
|
634
|
+
deleted_by_user_id: Optional[str] = None,
|
635
|
+
deleted_by_work_request_id: Optional[str] = None,
|
636
|
+
time_created: Optional[str] = None,
|
637
|
+
time_credential_expiration: Optional[str] = None,
|
638
|
+
time_deleted: Optional[str] = None,
|
639
|
+
time_updated: Optional[str] = None,
|
640
|
+
updated_by_user_id: Optional[str] = None,
|
641
|
+
updated_by_work_request_id: Optional[str] = None,
|
642
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
535
643
|
if created_by_user_id is not None:
|
536
|
-
|
644
|
+
_setter("created_by_user_id", created_by_user_id)
|
537
645
|
if created_by_work_request_id is not None:
|
538
|
-
|
646
|
+
_setter("created_by_work_request_id", created_by_work_request_id)
|
539
647
|
if deleted_by_user_id is not None:
|
540
|
-
|
648
|
+
_setter("deleted_by_user_id", deleted_by_user_id)
|
541
649
|
if deleted_by_work_request_id is not None:
|
542
|
-
|
650
|
+
_setter("deleted_by_work_request_id", deleted_by_work_request_id)
|
543
651
|
if time_created is not None:
|
544
|
-
|
652
|
+
_setter("time_created", time_created)
|
545
653
|
if time_credential_expiration is not None:
|
546
|
-
|
654
|
+
_setter("time_credential_expiration", time_credential_expiration)
|
547
655
|
if time_deleted is not None:
|
548
|
-
|
656
|
+
_setter("time_deleted", time_deleted)
|
549
657
|
if time_updated is not None:
|
550
|
-
|
658
|
+
_setter("time_updated", time_updated)
|
551
659
|
if updated_by_user_id is not None:
|
552
|
-
|
660
|
+
_setter("updated_by_user_id", updated_by_user_id)
|
553
661
|
if updated_by_work_request_id is not None:
|
554
|
-
|
662
|
+
_setter("updated_by_work_request_id", updated_by_work_request_id)
|
555
663
|
|
556
664
|
@property
|
557
665
|
@pulumi.getter(name="createdByUserId")
|
@@ -678,18 +786,37 @@ class ClusterOptions(dict):
|
|
678
786
|
:param 'ClusterOptionsServiceLbConfigArgs' service_lb_config: (Updatable) Configuration to be applied to load balancers created by Kubernetes services
|
679
787
|
:param Sequence[str] service_lb_subnet_ids: The OCIDs of the subnets used for Kubernetes services load balancers.
|
680
788
|
"""
|
789
|
+
ClusterOptions._configure(
|
790
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
791
|
+
add_ons=add_ons,
|
792
|
+
admission_controller_options=admission_controller_options,
|
793
|
+
kubernetes_network_config=kubernetes_network_config,
|
794
|
+
persistent_volume_config=persistent_volume_config,
|
795
|
+
service_lb_config=service_lb_config,
|
796
|
+
service_lb_subnet_ids=service_lb_subnet_ids,
|
797
|
+
)
|
798
|
+
@staticmethod
|
799
|
+
def _configure(
|
800
|
+
_setter: Callable[[Any, Any], None],
|
801
|
+
add_ons: Optional['outputs.ClusterOptionsAddOns'] = None,
|
802
|
+
admission_controller_options: Optional['outputs.ClusterOptionsAdmissionControllerOptions'] = None,
|
803
|
+
kubernetes_network_config: Optional['outputs.ClusterOptionsKubernetesNetworkConfig'] = None,
|
804
|
+
persistent_volume_config: Optional['outputs.ClusterOptionsPersistentVolumeConfig'] = None,
|
805
|
+
service_lb_config: Optional['outputs.ClusterOptionsServiceLbConfig'] = None,
|
806
|
+
service_lb_subnet_ids: Optional[Sequence[str]] = None,
|
807
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
681
808
|
if add_ons is not None:
|
682
|
-
|
809
|
+
_setter("add_ons", add_ons)
|
683
810
|
if admission_controller_options is not None:
|
684
|
-
|
811
|
+
_setter("admission_controller_options", admission_controller_options)
|
685
812
|
if kubernetes_network_config is not None:
|
686
|
-
|
813
|
+
_setter("kubernetes_network_config", kubernetes_network_config)
|
687
814
|
if persistent_volume_config is not None:
|
688
|
-
|
815
|
+
_setter("persistent_volume_config", persistent_volume_config)
|
689
816
|
if service_lb_config is not None:
|
690
|
-
|
817
|
+
_setter("service_lb_config", service_lb_config)
|
691
818
|
if service_lb_subnet_ids is not None:
|
692
|
-
|
819
|
+
_setter("service_lb_subnet_ids", service_lb_subnet_ids)
|
693
820
|
|
694
821
|
@property
|
695
822
|
@pulumi.getter(name="addOns")
|
@@ -768,10 +895,21 @@ class ClusterOptionsAddOns(dict):
|
|
768
895
|
:param bool is_kubernetes_dashboard_enabled: Whether or not to enable the Kubernetes Dashboard add-on.
|
769
896
|
:param bool is_tiller_enabled: Whether or not to enable the Tiller add-on.
|
770
897
|
"""
|
898
|
+
ClusterOptionsAddOns._configure(
|
899
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
900
|
+
is_kubernetes_dashboard_enabled=is_kubernetes_dashboard_enabled,
|
901
|
+
is_tiller_enabled=is_tiller_enabled,
|
902
|
+
)
|
903
|
+
@staticmethod
|
904
|
+
def _configure(
|
905
|
+
_setter: Callable[[Any, Any], None],
|
906
|
+
is_kubernetes_dashboard_enabled: Optional[bool] = None,
|
907
|
+
is_tiller_enabled: Optional[bool] = None,
|
908
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
771
909
|
if is_kubernetes_dashboard_enabled is not None:
|
772
|
-
|
910
|
+
_setter("is_kubernetes_dashboard_enabled", is_kubernetes_dashboard_enabled)
|
773
911
|
if is_tiller_enabled is not None:
|
774
|
-
|
912
|
+
_setter("is_tiller_enabled", is_tiller_enabled)
|
775
913
|
|
776
914
|
@property
|
777
915
|
@pulumi.getter(name="isKubernetesDashboardEnabled")
|
@@ -814,8 +952,17 @@ class ClusterOptionsAdmissionControllerOptions(dict):
|
|
814
952
|
"""
|
815
953
|
:param bool is_pod_security_policy_enabled: (Updatable) Whether or not to enable the Pod Security Policy admission controller.
|
816
954
|
"""
|
955
|
+
ClusterOptionsAdmissionControllerOptions._configure(
|
956
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
957
|
+
is_pod_security_policy_enabled=is_pod_security_policy_enabled,
|
958
|
+
)
|
959
|
+
@staticmethod
|
960
|
+
def _configure(
|
961
|
+
_setter: Callable[[Any, Any], None],
|
962
|
+
is_pod_security_policy_enabled: Optional[bool] = None,
|
963
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
817
964
|
if is_pod_security_policy_enabled is not None:
|
818
|
-
|
965
|
+
_setter("is_pod_security_policy_enabled", is_pod_security_policy_enabled)
|
819
966
|
|
820
967
|
@property
|
821
968
|
@pulumi.getter(name="isPodSecurityPolicyEnabled")
|
@@ -854,10 +1001,21 @@ class ClusterOptionsKubernetesNetworkConfig(dict):
|
|
854
1001
|
:param str pods_cidr: The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
|
855
1002
|
:param str services_cidr: The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
|
856
1003
|
"""
|
1004
|
+
ClusterOptionsKubernetesNetworkConfig._configure(
|
1005
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1006
|
+
pods_cidr=pods_cidr,
|
1007
|
+
services_cidr=services_cidr,
|
1008
|
+
)
|
1009
|
+
@staticmethod
|
1010
|
+
def _configure(
|
1011
|
+
_setter: Callable[[Any, Any], None],
|
1012
|
+
pods_cidr: Optional[str] = None,
|
1013
|
+
services_cidr: Optional[str] = None,
|
1014
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
857
1015
|
if pods_cidr is not None:
|
858
|
-
|
1016
|
+
_setter("pods_cidr", pods_cidr)
|
859
1017
|
if services_cidr is not None:
|
860
|
-
|
1018
|
+
_setter("services_cidr", services_cidr)
|
861
1019
|
|
862
1020
|
@property
|
863
1021
|
@pulumi.getter(name="podsCidr")
|
@@ -904,10 +1062,21 @@ class ClusterOptionsPersistentVolumeConfig(dict):
|
|
904
1062
|
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
905
1063
|
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
906
1064
|
"""
|
1065
|
+
ClusterOptionsPersistentVolumeConfig._configure(
|
1066
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1067
|
+
defined_tags=defined_tags,
|
1068
|
+
freeform_tags=freeform_tags,
|
1069
|
+
)
|
1070
|
+
@staticmethod
|
1071
|
+
def _configure(
|
1072
|
+
_setter: Callable[[Any, Any], None],
|
1073
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
1074
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
1075
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
907
1076
|
if defined_tags is not None:
|
908
|
-
|
1077
|
+
_setter("defined_tags", defined_tags)
|
909
1078
|
if freeform_tags is not None:
|
910
|
-
|
1079
|
+
_setter("freeform_tags", freeform_tags)
|
911
1080
|
|
912
1081
|
@property
|
913
1082
|
@pulumi.getter(name="definedTags")
|
@@ -954,10 +1123,21 @@ class ClusterOptionsServiceLbConfig(dict):
|
|
954
1123
|
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
955
1124
|
:param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
956
1125
|
"""
|
1126
|
+
ClusterOptionsServiceLbConfig._configure(
|
1127
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1128
|
+
defined_tags=defined_tags,
|
1129
|
+
freeform_tags=freeform_tags,
|
1130
|
+
)
|
1131
|
+
@staticmethod
|
1132
|
+
def _configure(
|
1133
|
+
_setter: Callable[[Any, Any], None],
|
1134
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
1135
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
1136
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
957
1137
|
if defined_tags is not None:
|
958
|
-
|
1138
|
+
_setter("defined_tags", defined_tags)
|
959
1139
|
if freeform_tags is not None:
|
960
|
-
|
1140
|
+
_setter("freeform_tags", freeform_tags)
|
961
1141
|
|
962
1142
|
@property
|
963
1143
|
@pulumi.getter(name="definedTags")
|
@@ -1103,55 +1283,112 @@ class ContainerInstanceContainer(dict):
|
|
1103
1283
|
:param Sequence['ContainerInstanceContainerVolumeMountArgs'] volume_mounts: List of the volume mounts.
|
1104
1284
|
:param str working_directory: The working directory within the container's filesystem for the container process. If not specified, the default working directory from the image is used.
|
1105
1285
|
"""
|
1106
|
-
|
1286
|
+
ContainerInstanceContainer._configure(
|
1287
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1288
|
+
image_url=image_url,
|
1289
|
+
arguments=arguments,
|
1290
|
+
availability_domain=availability_domain,
|
1291
|
+
commands=commands,
|
1292
|
+
compartment_id=compartment_id,
|
1293
|
+
container_id=container_id,
|
1294
|
+
container_instance_id=container_instance_id,
|
1295
|
+
defined_tags=defined_tags,
|
1296
|
+
display_name=display_name,
|
1297
|
+
environment_variables=environment_variables,
|
1298
|
+
exit_code=exit_code,
|
1299
|
+
fault_domain=fault_domain,
|
1300
|
+
freeform_tags=freeform_tags,
|
1301
|
+
health_checks=health_checks,
|
1302
|
+
is_resource_principal_disabled=is_resource_principal_disabled,
|
1303
|
+
lifecycle_details=lifecycle_details,
|
1304
|
+
resource_config=resource_config,
|
1305
|
+
security_context=security_context,
|
1306
|
+
state=state,
|
1307
|
+
system_tags=system_tags,
|
1308
|
+
time_created=time_created,
|
1309
|
+
time_terminated=time_terminated,
|
1310
|
+
time_updated=time_updated,
|
1311
|
+
volume_mounts=volume_mounts,
|
1312
|
+
working_directory=working_directory,
|
1313
|
+
)
|
1314
|
+
@staticmethod
|
1315
|
+
def _configure(
|
1316
|
+
_setter: Callable[[Any, Any], None],
|
1317
|
+
image_url: str,
|
1318
|
+
arguments: Optional[Sequence[str]] = None,
|
1319
|
+
availability_domain: Optional[str] = None,
|
1320
|
+
commands: Optional[Sequence[str]] = None,
|
1321
|
+
compartment_id: Optional[str] = None,
|
1322
|
+
container_id: Optional[str] = None,
|
1323
|
+
container_instance_id: Optional[str] = None,
|
1324
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
1325
|
+
display_name: Optional[str] = None,
|
1326
|
+
environment_variables: Optional[Mapping[str, Any]] = None,
|
1327
|
+
exit_code: Optional[int] = None,
|
1328
|
+
fault_domain: Optional[str] = None,
|
1329
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
1330
|
+
health_checks: Optional[Sequence['outputs.ContainerInstanceContainerHealthCheck']] = None,
|
1331
|
+
is_resource_principal_disabled: Optional[bool] = None,
|
1332
|
+
lifecycle_details: Optional[str] = None,
|
1333
|
+
resource_config: Optional['outputs.ContainerInstanceContainerResourceConfig'] = None,
|
1334
|
+
security_context: Optional['outputs.ContainerInstanceContainerSecurityContext'] = None,
|
1335
|
+
state: Optional[str] = None,
|
1336
|
+
system_tags: Optional[Mapping[str, Any]] = None,
|
1337
|
+
time_created: Optional[str] = None,
|
1338
|
+
time_terminated: Optional[str] = None,
|
1339
|
+
time_updated: Optional[str] = None,
|
1340
|
+
volume_mounts: Optional[Sequence['outputs.ContainerInstanceContainerVolumeMount']] = None,
|
1341
|
+
working_directory: Optional[str] = None,
|
1342
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1343
|
+
_setter("image_url", image_url)
|
1107
1344
|
if arguments is not None:
|
1108
|
-
|
1345
|
+
_setter("arguments", arguments)
|
1109
1346
|
if availability_domain is not None:
|
1110
|
-
|
1347
|
+
_setter("availability_domain", availability_domain)
|
1111
1348
|
if commands is not None:
|
1112
|
-
|
1349
|
+
_setter("commands", commands)
|
1113
1350
|
if compartment_id is not None:
|
1114
|
-
|
1351
|
+
_setter("compartment_id", compartment_id)
|
1115
1352
|
if container_id is not None:
|
1116
|
-
|
1353
|
+
_setter("container_id", container_id)
|
1117
1354
|
if container_instance_id is not None:
|
1118
|
-
|
1355
|
+
_setter("container_instance_id", container_instance_id)
|
1119
1356
|
if defined_tags is not None:
|
1120
|
-
|
1357
|
+
_setter("defined_tags", defined_tags)
|
1121
1358
|
if display_name is not None:
|
1122
|
-
|
1359
|
+
_setter("display_name", display_name)
|
1123
1360
|
if environment_variables is not None:
|
1124
|
-
|
1361
|
+
_setter("environment_variables", environment_variables)
|
1125
1362
|
if exit_code is not None:
|
1126
|
-
|
1363
|
+
_setter("exit_code", exit_code)
|
1127
1364
|
if fault_domain is not None:
|
1128
|
-
|
1365
|
+
_setter("fault_domain", fault_domain)
|
1129
1366
|
if freeform_tags is not None:
|
1130
|
-
|
1367
|
+
_setter("freeform_tags", freeform_tags)
|
1131
1368
|
if health_checks is not None:
|
1132
|
-
|
1369
|
+
_setter("health_checks", health_checks)
|
1133
1370
|
if is_resource_principal_disabled is not None:
|
1134
|
-
|
1371
|
+
_setter("is_resource_principal_disabled", is_resource_principal_disabled)
|
1135
1372
|
if lifecycle_details is not None:
|
1136
|
-
|
1373
|
+
_setter("lifecycle_details", lifecycle_details)
|
1137
1374
|
if resource_config is not None:
|
1138
|
-
|
1375
|
+
_setter("resource_config", resource_config)
|
1139
1376
|
if security_context is not None:
|
1140
|
-
|
1377
|
+
_setter("security_context", security_context)
|
1141
1378
|
if state is not None:
|
1142
|
-
|
1379
|
+
_setter("state", state)
|
1143
1380
|
if system_tags is not None:
|
1144
|
-
|
1381
|
+
_setter("system_tags", system_tags)
|
1145
1382
|
if time_created is not None:
|
1146
|
-
|
1383
|
+
_setter("time_created", time_created)
|
1147
1384
|
if time_terminated is not None:
|
1148
|
-
|
1385
|
+
_setter("time_terminated", time_terminated)
|
1149
1386
|
if time_updated is not None:
|
1150
|
-
|
1387
|
+
_setter("time_updated", time_updated)
|
1151
1388
|
if volume_mounts is not None:
|
1152
|
-
|
1389
|
+
_setter("volume_mounts", volume_mounts)
|
1153
1390
|
if working_directory is not None:
|
1154
|
-
|
1391
|
+
_setter("working_directory", working_directory)
|
1155
1392
|
|
1156
1393
|
@property
|
1157
1394
|
@pulumi.getter(name="imageUrl")
|
@@ -1423,33 +1660,68 @@ class ContainerInstanceContainerHealthCheck(dict):
|
|
1423
1660
|
:param int success_threshold: Number of consecutive successes at which we consider the check succeeded again after it was in failure state.
|
1424
1661
|
:param int timeout_in_seconds: Length of waiting time in seconds before marking health check failed.
|
1425
1662
|
"""
|
1426
|
-
|
1663
|
+
ContainerInstanceContainerHealthCheck._configure(
|
1664
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1665
|
+
health_check_type=health_check_type,
|
1666
|
+
commands=commands,
|
1667
|
+
failure_action=failure_action,
|
1668
|
+
failure_threshold=failure_threshold,
|
1669
|
+
headers=headers,
|
1670
|
+
initial_delay_in_seconds=initial_delay_in_seconds,
|
1671
|
+
interval_in_seconds=interval_in_seconds,
|
1672
|
+
name=name,
|
1673
|
+
path=path,
|
1674
|
+
port=port,
|
1675
|
+
status=status,
|
1676
|
+
status_details=status_details,
|
1677
|
+
success_threshold=success_threshold,
|
1678
|
+
timeout_in_seconds=timeout_in_seconds,
|
1679
|
+
)
|
1680
|
+
@staticmethod
|
1681
|
+
def _configure(
|
1682
|
+
_setter: Callable[[Any, Any], None],
|
1683
|
+
health_check_type: str,
|
1684
|
+
commands: Optional[Sequence[str]] = None,
|
1685
|
+
failure_action: Optional[str] = None,
|
1686
|
+
failure_threshold: Optional[int] = None,
|
1687
|
+
headers: Optional[Sequence['outputs.ContainerInstanceContainerHealthCheckHeader']] = None,
|
1688
|
+
initial_delay_in_seconds: Optional[int] = None,
|
1689
|
+
interval_in_seconds: Optional[int] = None,
|
1690
|
+
name: Optional[str] = None,
|
1691
|
+
path: Optional[str] = None,
|
1692
|
+
port: Optional[int] = None,
|
1693
|
+
status: Optional[str] = None,
|
1694
|
+
status_details: Optional[str] = None,
|
1695
|
+
success_threshold: Optional[int] = None,
|
1696
|
+
timeout_in_seconds: Optional[int] = None,
|
1697
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1698
|
+
_setter("health_check_type", health_check_type)
|
1427
1699
|
if commands is not None:
|
1428
|
-
|
1700
|
+
_setter("commands", commands)
|
1429
1701
|
if failure_action is not None:
|
1430
|
-
|
1702
|
+
_setter("failure_action", failure_action)
|
1431
1703
|
if failure_threshold is not None:
|
1432
|
-
|
1704
|
+
_setter("failure_threshold", failure_threshold)
|
1433
1705
|
if headers is not None:
|
1434
|
-
|
1706
|
+
_setter("headers", headers)
|
1435
1707
|
if initial_delay_in_seconds is not None:
|
1436
|
-
|
1708
|
+
_setter("initial_delay_in_seconds", initial_delay_in_seconds)
|
1437
1709
|
if interval_in_seconds is not None:
|
1438
|
-
|
1710
|
+
_setter("interval_in_seconds", interval_in_seconds)
|
1439
1711
|
if name is not None:
|
1440
|
-
|
1712
|
+
_setter("name", name)
|
1441
1713
|
if path is not None:
|
1442
|
-
|
1714
|
+
_setter("path", path)
|
1443
1715
|
if port is not None:
|
1444
|
-
|
1716
|
+
_setter("port", port)
|
1445
1717
|
if status is not None:
|
1446
|
-
|
1718
|
+
_setter("status", status)
|
1447
1719
|
if status_details is not None:
|
1448
|
-
|
1720
|
+
_setter("status_details", status_details)
|
1449
1721
|
if success_threshold is not None:
|
1450
|
-
|
1722
|
+
_setter("success_threshold", success_threshold)
|
1451
1723
|
if timeout_in_seconds is not None:
|
1452
|
-
|
1724
|
+
_setter("timeout_in_seconds", timeout_in_seconds)
|
1453
1725
|
|
1454
1726
|
@property
|
1455
1727
|
@pulumi.getter(name="healthCheckType")
|
@@ -1567,10 +1839,21 @@ class ContainerInstanceContainerHealthCheckHeader(dict):
|
|
1567
1839
|
:param str name: The name of the volume. This must be unique within a single container instance.
|
1568
1840
|
:param str value: Container HTTP header value.
|
1569
1841
|
"""
|
1842
|
+
ContainerInstanceContainerHealthCheckHeader._configure(
|
1843
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1844
|
+
name=name,
|
1845
|
+
value=value,
|
1846
|
+
)
|
1847
|
+
@staticmethod
|
1848
|
+
def _configure(
|
1849
|
+
_setter: Callable[[Any, Any], None],
|
1850
|
+
name: Optional[str] = None,
|
1851
|
+
value: Optional[str] = None,
|
1852
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1570
1853
|
if name is not None:
|
1571
|
-
|
1854
|
+
_setter("name", name)
|
1572
1855
|
if value is not None:
|
1573
|
-
|
1856
|
+
_setter("value", value)
|
1574
1857
|
|
1575
1858
|
@property
|
1576
1859
|
@pulumi.getter
|
@@ -1625,10 +1908,21 @@ class ContainerInstanceContainerResourceConfig(dict):
|
|
1625
1908
|
|
1626
1909
|
A container with a 2.0 vcpusLimit could consume up to 100% of the CPU resources available on the container instance. Values can be fractional. A value of "1.5" means that the container can consume at most the equivalent of 1 and a half logical CPUs worth of CPU capacity.
|
1627
1910
|
"""
|
1911
|
+
ContainerInstanceContainerResourceConfig._configure(
|
1912
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1913
|
+
memory_limit_in_gbs=memory_limit_in_gbs,
|
1914
|
+
vcpus_limit=vcpus_limit,
|
1915
|
+
)
|
1916
|
+
@staticmethod
|
1917
|
+
def _configure(
|
1918
|
+
_setter: Callable[[Any, Any], None],
|
1919
|
+
memory_limit_in_gbs: Optional[float] = None,
|
1920
|
+
vcpus_limit: Optional[float] = None,
|
1921
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1628
1922
|
if memory_limit_in_gbs is not None:
|
1629
|
-
|
1923
|
+
_setter("memory_limit_in_gbs", memory_limit_in_gbs)
|
1630
1924
|
if vcpus_limit is not None:
|
1631
|
-
|
1925
|
+
_setter("vcpus_limit", vcpus_limit)
|
1632
1926
|
|
1633
1927
|
@property
|
1634
1928
|
@pulumi.getter(name="memoryLimitInGbs")
|
@@ -1695,16 +1989,33 @@ class ContainerInstanceContainerSecurityContext(dict):
|
|
1695
1989
|
:param int run_as_user: The user ID (UID) to run the entrypoint process of the container. Defaults to user specified UID in container image metadata if not provided. This must be provided if runAsGroup is provided.
|
1696
1990
|
:param str security_context_type: The type of security context
|
1697
1991
|
"""
|
1992
|
+
ContainerInstanceContainerSecurityContext._configure(
|
1993
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1994
|
+
is_non_root_user_check_enabled=is_non_root_user_check_enabled,
|
1995
|
+
is_root_file_system_readonly=is_root_file_system_readonly,
|
1996
|
+
run_as_group=run_as_group,
|
1997
|
+
run_as_user=run_as_user,
|
1998
|
+
security_context_type=security_context_type,
|
1999
|
+
)
|
2000
|
+
@staticmethod
|
2001
|
+
def _configure(
|
2002
|
+
_setter: Callable[[Any, Any], None],
|
2003
|
+
is_non_root_user_check_enabled: Optional[bool] = None,
|
2004
|
+
is_root_file_system_readonly: Optional[bool] = None,
|
2005
|
+
run_as_group: Optional[int] = None,
|
2006
|
+
run_as_user: Optional[int] = None,
|
2007
|
+
security_context_type: Optional[str] = None,
|
2008
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1698
2009
|
if is_non_root_user_check_enabled is not None:
|
1699
|
-
|
2010
|
+
_setter("is_non_root_user_check_enabled", is_non_root_user_check_enabled)
|
1700
2011
|
if is_root_file_system_readonly is not None:
|
1701
|
-
|
2012
|
+
_setter("is_root_file_system_readonly", is_root_file_system_readonly)
|
1702
2013
|
if run_as_group is not None:
|
1703
|
-
|
2014
|
+
_setter("run_as_group", run_as_group)
|
1704
2015
|
if run_as_user is not None:
|
1705
|
-
|
2016
|
+
_setter("run_as_user", run_as_user)
|
1706
2017
|
if security_context_type is not None:
|
1707
|
-
|
2018
|
+
_setter("security_context_type", security_context_type)
|
1708
2019
|
|
1709
2020
|
@property
|
1710
2021
|
@pulumi.getter(name="isNonRootUserCheckEnabled")
|
@@ -1785,14 +2096,31 @@ class ContainerInstanceContainerVolumeMount(dict):
|
|
1785
2096
|
:param int partition: If there is more than one partition in the volume, reference this number of partitions. Here is an example: Number Start End Size File system Name Flags 1 1049kB 106MB 105MB fat16 EFI System Partition boot, esp 2 106MB 1180MB 1074MB xfs 3 1180MB 50.0GB 48.8GB lvm
|
1786
2097
|
:param str sub_path: A subpath inside the referenced volume.
|
1787
2098
|
"""
|
1788
|
-
|
1789
|
-
|
2099
|
+
ContainerInstanceContainerVolumeMount._configure(
|
2100
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2101
|
+
mount_path=mount_path,
|
2102
|
+
volume_name=volume_name,
|
2103
|
+
is_read_only=is_read_only,
|
2104
|
+
partition=partition,
|
2105
|
+
sub_path=sub_path,
|
2106
|
+
)
|
2107
|
+
@staticmethod
|
2108
|
+
def _configure(
|
2109
|
+
_setter: Callable[[Any, Any], None],
|
2110
|
+
mount_path: str,
|
2111
|
+
volume_name: str,
|
2112
|
+
is_read_only: Optional[bool] = None,
|
2113
|
+
partition: Optional[int] = None,
|
2114
|
+
sub_path: Optional[str] = None,
|
2115
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2116
|
+
_setter("mount_path", mount_path)
|
2117
|
+
_setter("volume_name", volume_name)
|
1790
2118
|
if is_read_only is not None:
|
1791
|
-
|
2119
|
+
_setter("is_read_only", is_read_only)
|
1792
2120
|
if partition is not None:
|
1793
|
-
|
2121
|
+
_setter("partition", partition)
|
1794
2122
|
if sub_path is not None:
|
1795
|
-
|
2123
|
+
_setter("sub_path", sub_path)
|
1796
2124
|
|
1797
2125
|
@property
|
1798
2126
|
@pulumi.getter(name="mountPath")
|
@@ -1846,12 +2174,25 @@ class ContainerInstanceDnsConfig(dict):
|
|
1846
2174
|
:param Sequence[str] options: Options allows certain internal resolver variables to be modified. Options are a list of objects in https://man7.org/linux/man-pages/man5/resolv.conf.5.html. Examples: ["ndots:n", "edns0"].
|
1847
2175
|
:param Sequence[str] searches: Search list for host-name lookup. If null, we will use searches from subnet dhcpDnsOptios.
|
1848
2176
|
"""
|
2177
|
+
ContainerInstanceDnsConfig._configure(
|
2178
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2179
|
+
nameservers=nameservers,
|
2180
|
+
options=options,
|
2181
|
+
searches=searches,
|
2182
|
+
)
|
2183
|
+
@staticmethod
|
2184
|
+
def _configure(
|
2185
|
+
_setter: Callable[[Any, Any], None],
|
2186
|
+
nameservers: Optional[Sequence[str]] = None,
|
2187
|
+
options: Optional[Sequence[str]] = None,
|
2188
|
+
searches: Optional[Sequence[str]] = None,
|
2189
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1849
2190
|
if nameservers is not None:
|
1850
|
-
|
2191
|
+
_setter("nameservers", nameservers)
|
1851
2192
|
if options is not None:
|
1852
|
-
|
2193
|
+
_setter("options", options)
|
1853
2194
|
if searches is not None:
|
1854
|
-
|
2195
|
+
_setter("searches", searches)
|
1855
2196
|
|
1856
2197
|
@property
|
1857
2198
|
@pulumi.getter
|
@@ -1914,14 +2255,31 @@ class ContainerInstanceImagePullSecret(dict):
|
|
1914
2255
|
:param str secret_id: The OCID of the secret for registry credentials.
|
1915
2256
|
:param str username: The username which should be used with the registry for authentication. The value is expected in base64 format.
|
1916
2257
|
"""
|
1917
|
-
|
1918
|
-
|
2258
|
+
ContainerInstanceImagePullSecret._configure(
|
2259
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2260
|
+
registry_endpoint=registry_endpoint,
|
2261
|
+
secret_type=secret_type,
|
2262
|
+
password=password,
|
2263
|
+
secret_id=secret_id,
|
2264
|
+
username=username,
|
2265
|
+
)
|
2266
|
+
@staticmethod
|
2267
|
+
def _configure(
|
2268
|
+
_setter: Callable[[Any, Any], None],
|
2269
|
+
registry_endpoint: str,
|
2270
|
+
secret_type: str,
|
2271
|
+
password: Optional[str] = None,
|
2272
|
+
secret_id: Optional[str] = None,
|
2273
|
+
username: Optional[str] = None,
|
2274
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2275
|
+
_setter("registry_endpoint", registry_endpoint)
|
2276
|
+
_setter("secret_type", secret_type)
|
1919
2277
|
if password is not None:
|
1920
|
-
|
2278
|
+
_setter("password", password)
|
1921
2279
|
if secret_id is not None:
|
1922
|
-
|
2280
|
+
_setter("secret_id", secret_id)
|
1923
2281
|
if username is not None:
|
1924
|
-
|
2282
|
+
_setter("username", username)
|
1925
2283
|
|
1926
2284
|
@property
|
1927
2285
|
@pulumi.getter(name="registryEndpoint")
|
@@ -1998,13 +2356,28 @@ class ContainerInstanceShapeConfig(dict):
|
|
1998
2356
|
:param float networking_bandwidth_in_gbps: The networking bandwidth available to the container instance, in gigabits per second.
|
1999
2357
|
:param str processor_description: A short description of the container instance's processor (CPU).
|
2000
2358
|
"""
|
2001
|
-
|
2359
|
+
ContainerInstanceShapeConfig._configure(
|
2360
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2361
|
+
ocpus=ocpus,
|
2362
|
+
memory_in_gbs=memory_in_gbs,
|
2363
|
+
networking_bandwidth_in_gbps=networking_bandwidth_in_gbps,
|
2364
|
+
processor_description=processor_description,
|
2365
|
+
)
|
2366
|
+
@staticmethod
|
2367
|
+
def _configure(
|
2368
|
+
_setter: Callable[[Any, Any], None],
|
2369
|
+
ocpus: float,
|
2370
|
+
memory_in_gbs: Optional[float] = None,
|
2371
|
+
networking_bandwidth_in_gbps: Optional[float] = None,
|
2372
|
+
processor_description: Optional[str] = None,
|
2373
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2374
|
+
_setter("ocpus", ocpus)
|
2002
2375
|
if memory_in_gbs is not None:
|
2003
|
-
|
2376
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
2004
2377
|
if networking_bandwidth_in_gbps is not None:
|
2005
|
-
|
2378
|
+
_setter("networking_bandwidth_in_gbps", networking_bandwidth_in_gbps)
|
2006
2379
|
if processor_description is not None:
|
2007
|
-
|
2380
|
+
_setter("processor_description", processor_description)
|
2008
2381
|
|
2009
2382
|
@property
|
2010
2383
|
@pulumi.getter
|
@@ -2099,25 +2472,52 @@ class ContainerInstanceVnic(dict):
|
|
2099
2472
|
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC.
|
2100
2473
|
:param str vnic_id: The identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud network.
|
2101
2474
|
"""
|
2102
|
-
|
2475
|
+
ContainerInstanceVnic._configure(
|
2476
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2477
|
+
subnet_id=subnet_id,
|
2478
|
+
defined_tags=defined_tags,
|
2479
|
+
display_name=display_name,
|
2480
|
+
freeform_tags=freeform_tags,
|
2481
|
+
hostname_label=hostname_label,
|
2482
|
+
is_public_ip_assigned=is_public_ip_assigned,
|
2483
|
+
nsg_ids=nsg_ids,
|
2484
|
+
private_ip=private_ip,
|
2485
|
+
skip_source_dest_check=skip_source_dest_check,
|
2486
|
+
vnic_id=vnic_id,
|
2487
|
+
)
|
2488
|
+
@staticmethod
|
2489
|
+
def _configure(
|
2490
|
+
_setter: Callable[[Any, Any], None],
|
2491
|
+
subnet_id: str,
|
2492
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
2493
|
+
display_name: Optional[str] = None,
|
2494
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
2495
|
+
hostname_label: Optional[str] = None,
|
2496
|
+
is_public_ip_assigned: Optional[bool] = None,
|
2497
|
+
nsg_ids: Optional[Sequence[str]] = None,
|
2498
|
+
private_ip: Optional[str] = None,
|
2499
|
+
skip_source_dest_check: Optional[bool] = None,
|
2500
|
+
vnic_id: Optional[str] = None,
|
2501
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2502
|
+
_setter("subnet_id", subnet_id)
|
2103
2503
|
if defined_tags is not None:
|
2104
|
-
|
2504
|
+
_setter("defined_tags", defined_tags)
|
2105
2505
|
if display_name is not None:
|
2106
|
-
|
2506
|
+
_setter("display_name", display_name)
|
2107
2507
|
if freeform_tags is not None:
|
2108
|
-
|
2508
|
+
_setter("freeform_tags", freeform_tags)
|
2109
2509
|
if hostname_label is not None:
|
2110
|
-
|
2510
|
+
_setter("hostname_label", hostname_label)
|
2111
2511
|
if is_public_ip_assigned is not None:
|
2112
|
-
|
2512
|
+
_setter("is_public_ip_assigned", is_public_ip_assigned)
|
2113
2513
|
if nsg_ids is not None:
|
2114
|
-
|
2514
|
+
_setter("nsg_ids", nsg_ids)
|
2115
2515
|
if private_ip is not None:
|
2116
|
-
|
2516
|
+
_setter("private_ip", private_ip)
|
2117
2517
|
if skip_source_dest_check is not None:
|
2118
|
-
|
2518
|
+
_setter("skip_source_dest_check", skip_source_dest_check)
|
2119
2519
|
if vnic_id is not None:
|
2120
|
-
|
2520
|
+
_setter("vnic_id", vnic_id)
|
2121
2521
|
|
2122
2522
|
@property
|
2123
2523
|
@pulumi.getter(name="subnetId")
|
@@ -2232,12 +2632,27 @@ class ContainerInstanceVolume(dict):
|
|
2232
2632
|
:param str backing_store: The volume type of the empty directory, can be either File Storage or Memory.
|
2233
2633
|
:param Sequence['ContainerInstanceVolumeConfigArgs'] configs: Contains key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
|
2234
2634
|
"""
|
2235
|
-
|
2236
|
-
|
2635
|
+
ContainerInstanceVolume._configure(
|
2636
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2637
|
+
name=name,
|
2638
|
+
volume_type=volume_type,
|
2639
|
+
backing_store=backing_store,
|
2640
|
+
configs=configs,
|
2641
|
+
)
|
2642
|
+
@staticmethod
|
2643
|
+
def _configure(
|
2644
|
+
_setter: Callable[[Any, Any], None],
|
2645
|
+
name: str,
|
2646
|
+
volume_type: str,
|
2647
|
+
backing_store: Optional[str] = None,
|
2648
|
+
configs: Optional[Sequence['outputs.ContainerInstanceVolumeConfig']] = None,
|
2649
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2650
|
+
_setter("name", name)
|
2651
|
+
_setter("volume_type", volume_type)
|
2237
2652
|
if backing_store is not None:
|
2238
|
-
|
2653
|
+
_setter("backing_store", backing_store)
|
2239
2654
|
if configs is not None:
|
2240
|
-
|
2655
|
+
_setter("configs", configs)
|
2241
2656
|
|
2242
2657
|
@property
|
2243
2658
|
@pulumi.getter
|
@@ -2300,12 +2715,25 @@ class ContainerInstanceVolumeConfig(dict):
|
|
2300
2715
|
:param str file_name: The name of the file. The fileName should be unique across the volume.
|
2301
2716
|
:param str path: (Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
|
2302
2717
|
"""
|
2718
|
+
ContainerInstanceVolumeConfig._configure(
|
2719
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2720
|
+
data=data,
|
2721
|
+
file_name=file_name,
|
2722
|
+
path=path,
|
2723
|
+
)
|
2724
|
+
@staticmethod
|
2725
|
+
def _configure(
|
2726
|
+
_setter: Callable[[Any, Any], None],
|
2727
|
+
data: Optional[str] = None,
|
2728
|
+
file_name: Optional[str] = None,
|
2729
|
+
path: Optional[str] = None,
|
2730
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2303
2731
|
if data is not None:
|
2304
|
-
|
2732
|
+
_setter("data", data)
|
2305
2733
|
if file_name is not None:
|
2306
|
-
|
2734
|
+
_setter("file_name", file_name)
|
2307
2735
|
if path is not None:
|
2308
|
-
|
2736
|
+
_setter("path", path)
|
2309
2737
|
|
2310
2738
|
@property
|
2311
2739
|
@pulumi.getter
|
@@ -2341,10 +2769,21 @@ class NodePoolInitialNodeLabel(dict):
|
|
2341
2769
|
:param str key: (Updatable) The key of the pair.
|
2342
2770
|
:param str value: (Updatable) The value of the pair.
|
2343
2771
|
"""
|
2772
|
+
NodePoolInitialNodeLabel._configure(
|
2773
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2774
|
+
key=key,
|
2775
|
+
value=value,
|
2776
|
+
)
|
2777
|
+
@staticmethod
|
2778
|
+
def _configure(
|
2779
|
+
_setter: Callable[[Any, Any], None],
|
2780
|
+
key: Optional[str] = None,
|
2781
|
+
value: Optional[str] = None,
|
2782
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2344
2783
|
if key is not None:
|
2345
|
-
|
2784
|
+
_setter("key", key)
|
2346
2785
|
if value is not None:
|
2347
|
-
|
2786
|
+
_setter("value", value)
|
2348
2787
|
|
2349
2788
|
@property
|
2350
2789
|
@pulumi.getter
|
@@ -2431,34 +2870,69 @@ class NodePoolNode(dict):
|
|
2431
2870
|
:param str state: The state of the nodepool.
|
2432
2871
|
:param str subnet_id: (Updatable) The OCID of the subnet in which to place nodes.
|
2433
2872
|
"""
|
2873
|
+
NodePoolNode._configure(
|
2874
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2875
|
+
availability_domain=availability_domain,
|
2876
|
+
defined_tags=defined_tags,
|
2877
|
+
errors=errors,
|
2878
|
+
fault_domain=fault_domain,
|
2879
|
+
freeform_tags=freeform_tags,
|
2880
|
+
id=id,
|
2881
|
+
kubernetes_version=kubernetes_version,
|
2882
|
+
lifecycle_details=lifecycle_details,
|
2883
|
+
name=name,
|
2884
|
+
node_pool_id=node_pool_id,
|
2885
|
+
private_ip=private_ip,
|
2886
|
+
public_ip=public_ip,
|
2887
|
+
state=state,
|
2888
|
+
subnet_id=subnet_id,
|
2889
|
+
)
|
2890
|
+
@staticmethod
|
2891
|
+
def _configure(
|
2892
|
+
_setter: Callable[[Any, Any], None],
|
2893
|
+
availability_domain: Optional[str] = None,
|
2894
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
2895
|
+
errors: Optional[Sequence['outputs.NodePoolNodeError']] = None,
|
2896
|
+
fault_domain: Optional[str] = None,
|
2897
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
2898
|
+
id: Optional[str] = None,
|
2899
|
+
kubernetes_version: Optional[str] = None,
|
2900
|
+
lifecycle_details: Optional[str] = None,
|
2901
|
+
name: Optional[str] = None,
|
2902
|
+
node_pool_id: Optional[str] = None,
|
2903
|
+
private_ip: Optional[str] = None,
|
2904
|
+
public_ip: Optional[str] = None,
|
2905
|
+
state: Optional[str] = None,
|
2906
|
+
subnet_id: Optional[str] = None,
|
2907
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2434
2908
|
if availability_domain is not None:
|
2435
|
-
|
2909
|
+
_setter("availability_domain", availability_domain)
|
2436
2910
|
if defined_tags is not None:
|
2437
|
-
|
2911
|
+
_setter("defined_tags", defined_tags)
|
2438
2912
|
if errors is not None:
|
2439
|
-
|
2913
|
+
_setter("errors", errors)
|
2440
2914
|
if fault_domain is not None:
|
2441
|
-
|
2915
|
+
_setter("fault_domain", fault_domain)
|
2442
2916
|
if freeform_tags is not None:
|
2443
|
-
|
2917
|
+
_setter("freeform_tags", freeform_tags)
|
2444
2918
|
if id is not None:
|
2445
|
-
|
2919
|
+
_setter("id", id)
|
2446
2920
|
if kubernetes_version is not None:
|
2447
|
-
|
2921
|
+
_setter("kubernetes_version", kubernetes_version)
|
2448
2922
|
if lifecycle_details is not None:
|
2449
|
-
|
2923
|
+
_setter("lifecycle_details", lifecycle_details)
|
2450
2924
|
if name is not None:
|
2451
|
-
|
2925
|
+
_setter("name", name)
|
2452
2926
|
if node_pool_id is not None:
|
2453
|
-
|
2927
|
+
_setter("node_pool_id", node_pool_id)
|
2454
2928
|
if private_ip is not None:
|
2455
|
-
|
2929
|
+
_setter("private_ip", private_ip)
|
2456
2930
|
if public_ip is not None:
|
2457
|
-
|
2931
|
+
_setter("public_ip", public_ip)
|
2458
2932
|
if state is not None:
|
2459
|
-
|
2933
|
+
_setter("state", state)
|
2460
2934
|
if subnet_id is not None:
|
2461
|
-
|
2935
|
+
_setter("subnet_id", subnet_id)
|
2462
2936
|
|
2463
2937
|
@property
|
2464
2938
|
@pulumi.getter(name="availabilityDomain")
|
@@ -2625,20 +3099,43 @@ class NodePoolNodeConfigDetails(dict):
|
|
2625
3099
|
:param 'NodePoolNodeConfigDetailsNodePoolPodNetworkOptionDetailsArgs' node_pool_pod_network_option_details: (Updatable) The CNI related configuration of pods in the node pool.
|
2626
3100
|
:param Sequence[str] nsg_ids: (Updatable) The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
|
2627
3101
|
"""
|
2628
|
-
|
2629
|
-
|
3102
|
+
NodePoolNodeConfigDetails._configure(
|
3103
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3104
|
+
placement_configs=placement_configs,
|
3105
|
+
size=size,
|
3106
|
+
defined_tags=defined_tags,
|
3107
|
+
freeform_tags=freeform_tags,
|
3108
|
+
is_pv_encryption_in_transit_enabled=is_pv_encryption_in_transit_enabled,
|
3109
|
+
kms_key_id=kms_key_id,
|
3110
|
+
node_pool_pod_network_option_details=node_pool_pod_network_option_details,
|
3111
|
+
nsg_ids=nsg_ids,
|
3112
|
+
)
|
3113
|
+
@staticmethod
|
3114
|
+
def _configure(
|
3115
|
+
_setter: Callable[[Any, Any], None],
|
3116
|
+
placement_configs: Sequence['outputs.NodePoolNodeConfigDetailsPlacementConfig'],
|
3117
|
+
size: int,
|
3118
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
3119
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
3120
|
+
is_pv_encryption_in_transit_enabled: Optional[bool] = None,
|
3121
|
+
kms_key_id: Optional[str] = None,
|
3122
|
+
node_pool_pod_network_option_details: Optional['outputs.NodePoolNodeConfigDetailsNodePoolPodNetworkOptionDetails'] = None,
|
3123
|
+
nsg_ids: Optional[Sequence[str]] = None,
|
3124
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3125
|
+
_setter("placement_configs", placement_configs)
|
3126
|
+
_setter("size", size)
|
2630
3127
|
if defined_tags is not None:
|
2631
|
-
|
3128
|
+
_setter("defined_tags", defined_tags)
|
2632
3129
|
if freeform_tags is not None:
|
2633
|
-
|
3130
|
+
_setter("freeform_tags", freeform_tags)
|
2634
3131
|
if is_pv_encryption_in_transit_enabled is not None:
|
2635
|
-
|
3132
|
+
_setter("is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
|
2636
3133
|
if kms_key_id is not None:
|
2637
|
-
|
3134
|
+
_setter("kms_key_id", kms_key_id)
|
2638
3135
|
if node_pool_pod_network_option_details is not None:
|
2639
|
-
|
3136
|
+
_setter("node_pool_pod_network_option_details", node_pool_pod_network_option_details)
|
2640
3137
|
if nsg_ids is not None:
|
2641
|
-
|
3138
|
+
_setter("nsg_ids", nsg_ids)
|
2642
3139
|
|
2643
3140
|
@property
|
2644
3141
|
@pulumi.getter(name="placementConfigs")
|
@@ -2743,13 +3240,28 @@ class NodePoolNodeConfigDetailsNodePoolPodNetworkOptionDetails(dict):
|
|
2743
3240
|
:param Sequence[str] pod_nsg_ids: (Updatable) The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
|
2744
3241
|
:param Sequence[str] pod_subnet_ids: (Updatable) The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
|
2745
3242
|
"""
|
2746
|
-
|
3243
|
+
NodePoolNodeConfigDetailsNodePoolPodNetworkOptionDetails._configure(
|
3244
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3245
|
+
cni_type=cni_type,
|
3246
|
+
max_pods_per_node=max_pods_per_node,
|
3247
|
+
pod_nsg_ids=pod_nsg_ids,
|
3248
|
+
pod_subnet_ids=pod_subnet_ids,
|
3249
|
+
)
|
3250
|
+
@staticmethod
|
3251
|
+
def _configure(
|
3252
|
+
_setter: Callable[[Any, Any], None],
|
3253
|
+
cni_type: str,
|
3254
|
+
max_pods_per_node: Optional[int] = None,
|
3255
|
+
pod_nsg_ids: Optional[Sequence[str]] = None,
|
3256
|
+
pod_subnet_ids: Optional[Sequence[str]] = None,
|
3257
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3258
|
+
_setter("cni_type", cni_type)
|
2747
3259
|
if max_pods_per_node is not None:
|
2748
|
-
|
3260
|
+
_setter("max_pods_per_node", max_pods_per_node)
|
2749
3261
|
if pod_nsg_ids is not None:
|
2750
|
-
|
3262
|
+
_setter("pod_nsg_ids", pod_nsg_ids)
|
2751
3263
|
if pod_subnet_ids is not None:
|
2752
|
-
|
3264
|
+
_setter("pod_subnet_ids", pod_subnet_ids)
|
2753
3265
|
|
2754
3266
|
@property
|
2755
3267
|
@pulumi.getter(name="cniType")
|
@@ -2824,14 +3336,31 @@ class NodePoolNodeConfigDetailsPlacementConfig(dict):
|
|
2824
3336
|
:param Sequence[str] fault_domains: (Updatable) A list of fault domains in which to place nodes.
|
2825
3337
|
:param 'NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfigArgs' preemptible_node_config: (Updatable) Configuration options for preemptible nodes.
|
2826
3338
|
"""
|
2827
|
-
|
2828
|
-
|
3339
|
+
NodePoolNodeConfigDetailsPlacementConfig._configure(
|
3340
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3341
|
+
availability_domain=availability_domain,
|
3342
|
+
subnet_id=subnet_id,
|
3343
|
+
capacity_reservation_id=capacity_reservation_id,
|
3344
|
+
fault_domains=fault_domains,
|
3345
|
+
preemptible_node_config=preemptible_node_config,
|
3346
|
+
)
|
3347
|
+
@staticmethod
|
3348
|
+
def _configure(
|
3349
|
+
_setter: Callable[[Any, Any], None],
|
3350
|
+
availability_domain: str,
|
3351
|
+
subnet_id: str,
|
3352
|
+
capacity_reservation_id: Optional[str] = None,
|
3353
|
+
fault_domains: Optional[Sequence[str]] = None,
|
3354
|
+
preemptible_node_config: Optional['outputs.NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfig'] = None,
|
3355
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3356
|
+
_setter("availability_domain", availability_domain)
|
3357
|
+
_setter("subnet_id", subnet_id)
|
2829
3358
|
if capacity_reservation_id is not None:
|
2830
|
-
|
3359
|
+
_setter("capacity_reservation_id", capacity_reservation_id)
|
2831
3360
|
if fault_domains is not None:
|
2832
|
-
|
3361
|
+
_setter("fault_domains", fault_domains)
|
2833
3362
|
if preemptible_node_config is not None:
|
2834
|
-
|
3363
|
+
_setter("preemptible_node_config", preemptible_node_config)
|
2835
3364
|
|
2836
3365
|
@property
|
2837
3366
|
@pulumi.getter(name="availabilityDomain")
|
@@ -2898,7 +3427,16 @@ class NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfig(dict):
|
|
2898
3427
|
"""
|
2899
3428
|
:param 'NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfigPreemptionActionArgs' preemption_action: (Updatable) The action to run when the preemptible node is interrupted for eviction.
|
2900
3429
|
"""
|
2901
|
-
|
3430
|
+
NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfig._configure(
|
3431
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3432
|
+
preemption_action=preemption_action,
|
3433
|
+
)
|
3434
|
+
@staticmethod
|
3435
|
+
def _configure(
|
3436
|
+
_setter: Callable[[Any, Any], None],
|
3437
|
+
preemption_action: 'outputs.NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfigPreemptionAction',
|
3438
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3439
|
+
_setter("preemption_action", preemption_action)
|
2902
3440
|
|
2903
3441
|
@property
|
2904
3442
|
@pulumi.getter(name="preemptionAction")
|
@@ -2935,9 +3473,20 @@ class NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfigPreemptionAct
|
|
2935
3473
|
:param str type: (Updatable) The type of action to run when the instance is interrupted for eviction.
|
2936
3474
|
:param bool is_preserve_boot_volume: (Updatable) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
|
2937
3475
|
"""
|
2938
|
-
|
3476
|
+
NodePoolNodeConfigDetailsPlacementConfigPreemptibleNodeConfigPreemptionAction._configure(
|
3477
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3478
|
+
type=type,
|
3479
|
+
is_preserve_boot_volume=is_preserve_boot_volume,
|
3480
|
+
)
|
3481
|
+
@staticmethod
|
3482
|
+
def _configure(
|
3483
|
+
_setter: Callable[[Any, Any], None],
|
3484
|
+
type: str,
|
3485
|
+
is_preserve_boot_volume: Optional[bool] = None,
|
3486
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3487
|
+
_setter("type", type)
|
2939
3488
|
if is_preserve_boot_volume is not None:
|
2940
|
-
|
3489
|
+
_setter("is_preserve_boot_volume", is_preserve_boot_volume)
|
2941
3490
|
|
2942
3491
|
@property
|
2943
3492
|
@pulumi.getter
|
@@ -2967,12 +3516,25 @@ class NodePoolNodeError(dict):
|
|
2967
3516
|
:param str message: A human-readable error string of the upstream error.
|
2968
3517
|
:param str status: The status of the HTTP response encountered in the upstream error.
|
2969
3518
|
"""
|
3519
|
+
NodePoolNodeError._configure(
|
3520
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3521
|
+
code=code,
|
3522
|
+
message=message,
|
3523
|
+
status=status,
|
3524
|
+
)
|
3525
|
+
@staticmethod
|
3526
|
+
def _configure(
|
3527
|
+
_setter: Callable[[Any, Any], None],
|
3528
|
+
code: Optional[str] = None,
|
3529
|
+
message: Optional[str] = None,
|
3530
|
+
status: Optional[str] = None,
|
3531
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2970
3532
|
if code is not None:
|
2971
|
-
|
3533
|
+
_setter("code", code)
|
2972
3534
|
if message is not None:
|
2973
|
-
|
3535
|
+
_setter("message", message)
|
2974
3536
|
if status is not None:
|
2975
|
-
|
3537
|
+
_setter("status", status)
|
2976
3538
|
|
2977
3539
|
@property
|
2978
3540
|
@pulumi.getter
|
@@ -3027,10 +3589,21 @@ class NodePoolNodeEvictionNodePoolSettings(dict):
|
|
3027
3589
|
:param str eviction_grace_duration: (Updatable) Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
|
3028
3590
|
:param bool is_force_delete_after_grace_duration: (Updatable) If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
|
3029
3591
|
"""
|
3592
|
+
NodePoolNodeEvictionNodePoolSettings._configure(
|
3593
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3594
|
+
eviction_grace_duration=eviction_grace_duration,
|
3595
|
+
is_force_delete_after_grace_duration=is_force_delete_after_grace_duration,
|
3596
|
+
)
|
3597
|
+
@staticmethod
|
3598
|
+
def _configure(
|
3599
|
+
_setter: Callable[[Any, Any], None],
|
3600
|
+
eviction_grace_duration: Optional[str] = None,
|
3601
|
+
is_force_delete_after_grace_duration: Optional[bool] = None,
|
3602
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3030
3603
|
if eviction_grace_duration is not None:
|
3031
|
-
|
3604
|
+
_setter("eviction_grace_duration", eviction_grace_duration)
|
3032
3605
|
if is_force_delete_after_grace_duration is not None:
|
3033
|
-
|
3606
|
+
_setter("is_force_delete_after_grace_duration", is_force_delete_after_grace_duration)
|
3034
3607
|
|
3035
3608
|
@property
|
3036
3609
|
@pulumi.getter(name="evictionGraceDuration")
|
@@ -3081,12 +3654,25 @@ class NodePoolNodePoolCyclingDetails(dict):
|
|
3081
3654
|
:param str maximum_surge: (Updatable) Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
3082
3655
|
:param str maximum_unavailable: (Updatable) Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
3083
3656
|
"""
|
3657
|
+
NodePoolNodePoolCyclingDetails._configure(
|
3658
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3659
|
+
is_node_cycling_enabled=is_node_cycling_enabled,
|
3660
|
+
maximum_surge=maximum_surge,
|
3661
|
+
maximum_unavailable=maximum_unavailable,
|
3662
|
+
)
|
3663
|
+
@staticmethod
|
3664
|
+
def _configure(
|
3665
|
+
_setter: Callable[[Any, Any], None],
|
3666
|
+
is_node_cycling_enabled: Optional[bool] = None,
|
3667
|
+
maximum_surge: Optional[str] = None,
|
3668
|
+
maximum_unavailable: Optional[str] = None,
|
3669
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3084
3670
|
if is_node_cycling_enabled is not None:
|
3085
|
-
|
3671
|
+
_setter("is_node_cycling_enabled", is_node_cycling_enabled)
|
3086
3672
|
if maximum_surge is not None:
|
3087
|
-
|
3673
|
+
_setter("maximum_surge", maximum_surge)
|
3088
3674
|
if maximum_unavailable is not None:
|
3089
|
-
|
3675
|
+
_setter("maximum_unavailable", maximum_unavailable)
|
3090
3676
|
|
3091
3677
|
@property
|
3092
3678
|
@pulumi.getter(name="isNodeCyclingEnabled")
|
@@ -3139,10 +3725,21 @@ class NodePoolNodeShapeConfig(dict):
|
|
3139
3725
|
:param float memory_in_gbs: (Updatable) The total amount of memory available to each node, in gigabytes.
|
3140
3726
|
:param float ocpus: (Updatable) The total number of OCPUs available to each node in the node pool. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
3141
3727
|
"""
|
3728
|
+
NodePoolNodeShapeConfig._configure(
|
3729
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3730
|
+
memory_in_gbs=memory_in_gbs,
|
3731
|
+
ocpus=ocpus,
|
3732
|
+
)
|
3733
|
+
@staticmethod
|
3734
|
+
def _configure(
|
3735
|
+
_setter: Callable[[Any, Any], None],
|
3736
|
+
memory_in_gbs: Optional[float] = None,
|
3737
|
+
ocpus: Optional[float] = None,
|
3738
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3142
3739
|
if memory_in_gbs is not None:
|
3143
|
-
|
3740
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
3144
3741
|
if ocpus is not None:
|
3145
|
-
|
3742
|
+
_setter("ocpus", ocpus)
|
3146
3743
|
|
3147
3744
|
@property
|
3148
3745
|
@pulumi.getter(name="memoryInGbs")
|
@@ -3193,12 +3790,25 @@ class NodePoolNodeSource(dict):
|
|
3193
3790
|
:param str source_name: The user-friendly name of the entity corresponding to the OCID.
|
3194
3791
|
:param str source_type: (Updatable) The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
3195
3792
|
"""
|
3793
|
+
NodePoolNodeSource._configure(
|
3794
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3795
|
+
image_id=image_id,
|
3796
|
+
source_name=source_name,
|
3797
|
+
source_type=source_type,
|
3798
|
+
)
|
3799
|
+
@staticmethod
|
3800
|
+
def _configure(
|
3801
|
+
_setter: Callable[[Any, Any], None],
|
3802
|
+
image_id: Optional[str] = None,
|
3803
|
+
source_name: Optional[str] = None,
|
3804
|
+
source_type: Optional[str] = None,
|
3805
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3196
3806
|
if image_id is not None:
|
3197
|
-
|
3807
|
+
_setter("image_id", image_id)
|
3198
3808
|
if source_name is not None:
|
3199
|
-
|
3809
|
+
_setter("source_name", source_name)
|
3200
3810
|
if source_type is not None:
|
3201
|
-
|
3811
|
+
_setter("source_type", source_type)
|
3202
3812
|
|
3203
3813
|
@property
|
3204
3814
|
@pulumi.getter(name="imageId")
|
@@ -3257,10 +3867,23 @@ class NodePoolNodeSourceDetails(dict):
|
|
3257
3867
|
:param str source_type: (Updatable) The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
3258
3868
|
:param str boot_volume_size_in_gbs: (Updatable) The size of the boot volume in GBs. Minimum value is 50 GB. See [here](https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Concepts/bootvolumes.htm) for max custom boot volume sizing and OS-specific requirements.
|
3259
3869
|
"""
|
3260
|
-
|
3261
|
-
|
3870
|
+
NodePoolNodeSourceDetails._configure(
|
3871
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3872
|
+
image_id=image_id,
|
3873
|
+
source_type=source_type,
|
3874
|
+
boot_volume_size_in_gbs=boot_volume_size_in_gbs,
|
3875
|
+
)
|
3876
|
+
@staticmethod
|
3877
|
+
def _configure(
|
3878
|
+
_setter: Callable[[Any, Any], None],
|
3879
|
+
image_id: str,
|
3880
|
+
source_type: str,
|
3881
|
+
boot_volume_size_in_gbs: Optional[str] = None,
|
3882
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3883
|
+
_setter("image_id", image_id)
|
3884
|
+
_setter("source_type", source_type)
|
3262
3885
|
if boot_volume_size_in_gbs is not None:
|
3263
|
-
|
3886
|
+
_setter("boot_volume_size_in_gbs", boot_volume_size_in_gbs)
|
3264
3887
|
|
3265
3888
|
@property
|
3266
3889
|
@pulumi.getter(name="imageId")
|
@@ -3296,10 +3919,21 @@ class VirtualNodePoolInitialVirtualNodeLabel(dict):
|
|
3296
3919
|
:param str key: (Updatable) The key of the pair.
|
3297
3920
|
:param str value: (Updatable) The value of the pair.
|
3298
3921
|
"""
|
3922
|
+
VirtualNodePoolInitialVirtualNodeLabel._configure(
|
3923
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3924
|
+
key=key,
|
3925
|
+
value=value,
|
3926
|
+
)
|
3927
|
+
@staticmethod
|
3928
|
+
def _configure(
|
3929
|
+
_setter: Callable[[Any, Any], None],
|
3930
|
+
key: Optional[str] = None,
|
3931
|
+
value: Optional[str] = None,
|
3932
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3299
3933
|
if key is not None:
|
3300
|
-
|
3934
|
+
_setter("key", key)
|
3301
3935
|
if value is not None:
|
3302
|
-
|
3936
|
+
_setter("value", value)
|
3303
3937
|
|
3304
3938
|
@property
|
3305
3939
|
@pulumi.getter
|
@@ -3350,9 +3984,22 @@ class VirtualNodePoolPlacementConfiguration(dict):
|
|
3350
3984
|
:param Sequence[str] fault_domains: (Updatable) The fault domain of this virtual node.
|
3351
3985
|
:param str subnet_id: (Updatable) The regional subnet where pods' VNIC will be placed.
|
3352
3986
|
"""
|
3353
|
-
|
3354
|
-
|
3355
|
-
|
3987
|
+
VirtualNodePoolPlacementConfiguration._configure(
|
3988
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3989
|
+
availability_domain=availability_domain,
|
3990
|
+
fault_domains=fault_domains,
|
3991
|
+
subnet_id=subnet_id,
|
3992
|
+
)
|
3993
|
+
@staticmethod
|
3994
|
+
def _configure(
|
3995
|
+
_setter: Callable[[Any, Any], None],
|
3996
|
+
availability_domain: str,
|
3997
|
+
fault_domains: Sequence[str],
|
3998
|
+
subnet_id: str,
|
3999
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4000
|
+
_setter("availability_domain", availability_domain)
|
4001
|
+
_setter("fault_domains", fault_domains)
|
4002
|
+
_setter("subnet_id", subnet_id)
|
3356
4003
|
|
3357
4004
|
@property
|
3358
4005
|
@pulumi.getter(name="availabilityDomain")
|
@@ -3409,10 +4056,23 @@ class VirtualNodePoolPodConfiguration(dict):
|
|
3409
4056
|
:param str subnet_id: (Updatable) The regional subnet where pods' VNIC will be placed.
|
3410
4057
|
:param Sequence[str] nsg_ids: (Updatable) List of network security group IDs applied to the Pod VNIC.
|
3411
4058
|
"""
|
3412
|
-
|
3413
|
-
|
4059
|
+
VirtualNodePoolPodConfiguration._configure(
|
4060
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4061
|
+
shape=shape,
|
4062
|
+
subnet_id=subnet_id,
|
4063
|
+
nsg_ids=nsg_ids,
|
4064
|
+
)
|
4065
|
+
@staticmethod
|
4066
|
+
def _configure(
|
4067
|
+
_setter: Callable[[Any, Any], None],
|
4068
|
+
shape: str,
|
4069
|
+
subnet_id: str,
|
4070
|
+
nsg_ids: Optional[Sequence[str]] = None,
|
4071
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4072
|
+
_setter("shape", shape)
|
4073
|
+
_setter("subnet_id", subnet_id)
|
3414
4074
|
if nsg_ids is not None:
|
3415
|
-
|
4075
|
+
_setter("nsg_ids", nsg_ids)
|
3416
4076
|
|
3417
4077
|
@property
|
3418
4078
|
@pulumi.getter
|
@@ -3450,12 +4110,25 @@ class VirtualNodePoolTaint(dict):
|
|
3450
4110
|
:param str key: (Updatable) The key of the pair.
|
3451
4111
|
:param str value: (Updatable) The value of the pair.
|
3452
4112
|
"""
|
4113
|
+
VirtualNodePoolTaint._configure(
|
4114
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4115
|
+
effect=effect,
|
4116
|
+
key=key,
|
4117
|
+
value=value,
|
4118
|
+
)
|
4119
|
+
@staticmethod
|
4120
|
+
def _configure(
|
4121
|
+
_setter: Callable[[Any, Any], None],
|
4122
|
+
effect: Optional[str] = None,
|
4123
|
+
key: Optional[str] = None,
|
4124
|
+
value: Optional[str] = None,
|
4125
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3453
4126
|
if effect is not None:
|
3454
|
-
|
4127
|
+
_setter("effect", effect)
|
3455
4128
|
if key is not None:
|
3456
|
-
|
4129
|
+
_setter("key", key)
|
3457
4130
|
if value is not None:
|
3458
|
-
|
4131
|
+
_setter("value", value)
|
3459
4132
|
|
3460
4133
|
@property
|
3461
4134
|
@pulumi.getter
|
@@ -3514,10 +4187,21 @@ class VirtualNodePoolVirtualNodeTags(dict):
|
|
3514
4187
|
** IMPORTANT **
|
3515
4188
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3516
4189
|
"""
|
4190
|
+
VirtualNodePoolVirtualNodeTags._configure(
|
4191
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4192
|
+
defined_tags=defined_tags,
|
4193
|
+
freeform_tags=freeform_tags,
|
4194
|
+
)
|
4195
|
+
@staticmethod
|
4196
|
+
def _configure(
|
4197
|
+
_setter: Callable[[Any, Any], None],
|
4198
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
4199
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
4200
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3517
4201
|
if defined_tags is not None:
|
3518
|
-
|
4202
|
+
_setter("defined_tags", defined_tags)
|
3519
4203
|
if freeform_tags is not None:
|
3520
|
-
|
4204
|
+
_setter("freeform_tags", freeform_tags)
|
3521
4205
|
|
3522
4206
|
@property
|
3523
4207
|
@pulumi.getter(name="definedTags")
|
@@ -3551,9 +4235,22 @@ class GetAddonAddonErrorResult(dict):
|
|
3551
4235
|
:param str message: A human-readable error string of the upstream error.
|
3552
4236
|
:param str status: The status of the HTTP response encountered in the upstream error.
|
3553
4237
|
"""
|
3554
|
-
|
3555
|
-
|
3556
|
-
|
4238
|
+
GetAddonAddonErrorResult._configure(
|
4239
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4240
|
+
code=code,
|
4241
|
+
message=message,
|
4242
|
+
status=status,
|
4243
|
+
)
|
4244
|
+
@staticmethod
|
4245
|
+
def _configure(
|
4246
|
+
_setter: Callable[[Any, Any], None],
|
4247
|
+
code: str,
|
4248
|
+
message: str,
|
4249
|
+
status: str,
|
4250
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4251
|
+
_setter("code", code)
|
4252
|
+
_setter("message", message)
|
4253
|
+
_setter("status", status)
|
3557
4254
|
|
3558
4255
|
@property
|
3559
4256
|
@pulumi.getter
|
@@ -3589,8 +4286,19 @@ class GetAddonConfigurationResult(dict):
|
|
3589
4286
|
:param str key: configuration key name
|
3590
4287
|
:param str value: configuration value name
|
3591
4288
|
"""
|
3592
|
-
|
3593
|
-
|
4289
|
+
GetAddonConfigurationResult._configure(
|
4290
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4291
|
+
key=key,
|
4292
|
+
value=value,
|
4293
|
+
)
|
4294
|
+
@staticmethod
|
4295
|
+
def _configure(
|
4296
|
+
_setter: Callable[[Any, Any], None],
|
4297
|
+
key: str,
|
4298
|
+
value: str,
|
4299
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4300
|
+
_setter("key", key)
|
4301
|
+
_setter("value", value)
|
3594
4302
|
|
3595
4303
|
@property
|
3596
4304
|
@pulumi.getter
|
@@ -3636,17 +4344,46 @@ class GetAddonOptionsAddonOptionResult(dict):
|
|
3636
4344
|
:param str time_created: The time the work request was created.
|
3637
4345
|
:param Sequence['GetAddonOptionsAddonOptionVersionArgs'] versions: The resources this work request affects.
|
3638
4346
|
"""
|
3639
|
-
|
3640
|
-
|
3641
|
-
|
3642
|
-
|
3643
|
-
|
3644
|
-
|
3645
|
-
|
3646
|
-
|
3647
|
-
|
3648
|
-
|
3649
|
-
|
4347
|
+
GetAddonOptionsAddonOptionResult._configure(
|
4348
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4349
|
+
addon_group=addon_group,
|
4350
|
+
addon_schema_version=addon_schema_version,
|
4351
|
+
defined_tags=defined_tags,
|
4352
|
+
description=description,
|
4353
|
+
freeform_tags=freeform_tags,
|
4354
|
+
is_essential=is_essential,
|
4355
|
+
name=name,
|
4356
|
+
state=state,
|
4357
|
+
system_tags=system_tags,
|
4358
|
+
time_created=time_created,
|
4359
|
+
versions=versions,
|
4360
|
+
)
|
4361
|
+
@staticmethod
|
4362
|
+
def _configure(
|
4363
|
+
_setter: Callable[[Any, Any], None],
|
4364
|
+
addon_group: str,
|
4365
|
+
addon_schema_version: str,
|
4366
|
+
defined_tags: Mapping[str, Any],
|
4367
|
+
description: str,
|
4368
|
+
freeform_tags: Mapping[str, Any],
|
4369
|
+
is_essential: bool,
|
4370
|
+
name: str,
|
4371
|
+
state: str,
|
4372
|
+
system_tags: Mapping[str, Any],
|
4373
|
+
time_created: str,
|
4374
|
+
versions: Sequence['outputs.GetAddonOptionsAddonOptionVersionResult'],
|
4375
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4376
|
+
_setter("addon_group", addon_group)
|
4377
|
+
_setter("addon_schema_version", addon_schema_version)
|
4378
|
+
_setter("defined_tags", defined_tags)
|
4379
|
+
_setter("description", description)
|
4380
|
+
_setter("freeform_tags", freeform_tags)
|
4381
|
+
_setter("is_essential", is_essential)
|
4382
|
+
_setter("name", name)
|
4383
|
+
_setter("state", state)
|
4384
|
+
_setter("system_tags", system_tags)
|
4385
|
+
_setter("time_created", time_created)
|
4386
|
+
_setter("versions", versions)
|
3650
4387
|
|
3651
4388
|
@property
|
3652
4389
|
@pulumi.getter(name="addonGroup")
|
@@ -3752,11 +4489,28 @@ class GetAddonOptionsAddonOptionVersionResult(dict):
|
|
3752
4489
|
:param str status: Current state of the addon, only active will be visible to customer, visibility of versions in other status will be filtered based on limits property.
|
3753
4490
|
:param str version_number: Version number, need be comparable within an addon.
|
3754
4491
|
"""
|
3755
|
-
|
3756
|
-
|
3757
|
-
|
3758
|
-
|
3759
|
-
|
4492
|
+
GetAddonOptionsAddonOptionVersionResult._configure(
|
4493
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4494
|
+
configurations=configurations,
|
4495
|
+
description=description,
|
4496
|
+
kubernetes_version_filters=kubernetes_version_filters,
|
4497
|
+
status=status,
|
4498
|
+
version_number=version_number,
|
4499
|
+
)
|
4500
|
+
@staticmethod
|
4501
|
+
def _configure(
|
4502
|
+
_setter: Callable[[Any, Any], None],
|
4503
|
+
configurations: Sequence['outputs.GetAddonOptionsAddonOptionVersionConfigurationResult'],
|
4504
|
+
description: str,
|
4505
|
+
kubernetes_version_filters: Sequence['outputs.GetAddonOptionsAddonOptionVersionKubernetesVersionFilterResult'],
|
4506
|
+
status: str,
|
4507
|
+
version_number: str,
|
4508
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4509
|
+
_setter("configurations", configurations)
|
4510
|
+
_setter("description", description)
|
4511
|
+
_setter("kubernetes_version_filters", kubernetes_version_filters)
|
4512
|
+
_setter("status", status)
|
4513
|
+
_setter("version_number", version_number)
|
3760
4514
|
|
3761
4515
|
@property
|
3762
4516
|
@pulumi.getter
|
@@ -3814,11 +4568,28 @@ class GetAddonOptionsAddonOptionVersionConfigurationResult(dict):
|
|
3814
4568
|
:param str key: Addon configuration key
|
3815
4569
|
:param str value: Addon configuration value
|
3816
4570
|
"""
|
3817
|
-
|
3818
|
-
|
3819
|
-
|
3820
|
-
|
3821
|
-
|
4571
|
+
GetAddonOptionsAddonOptionVersionConfigurationResult._configure(
|
4572
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4573
|
+
description=description,
|
4574
|
+
display_name=display_name,
|
4575
|
+
is_required=is_required,
|
4576
|
+
key=key,
|
4577
|
+
value=value,
|
4578
|
+
)
|
4579
|
+
@staticmethod
|
4580
|
+
def _configure(
|
4581
|
+
_setter: Callable[[Any, Any], None],
|
4582
|
+
description: str,
|
4583
|
+
display_name: str,
|
4584
|
+
is_required: bool,
|
4585
|
+
key: str,
|
4586
|
+
value: str,
|
4587
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4588
|
+
_setter("description", description)
|
4589
|
+
_setter("display_name", display_name)
|
4590
|
+
_setter("is_required", is_required)
|
4591
|
+
_setter("key", key)
|
4592
|
+
_setter("value", value)
|
3822
4593
|
|
3823
4594
|
@property
|
3824
4595
|
@pulumi.getter
|
@@ -3872,9 +4643,22 @@ class GetAddonOptionsAddonOptionVersionKubernetesVersionFilterResult(dict):
|
|
3872
4643
|
:param str maximum_version: The latest kubernetes version.
|
3873
4644
|
:param str minimal_version: The earliest kubernetes version.
|
3874
4645
|
"""
|
3875
|
-
|
3876
|
-
|
3877
|
-
|
4646
|
+
GetAddonOptionsAddonOptionVersionKubernetesVersionFilterResult._configure(
|
4647
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4648
|
+
exact_kubernetes_versions=exact_kubernetes_versions,
|
4649
|
+
maximum_version=maximum_version,
|
4650
|
+
minimal_version=minimal_version,
|
4651
|
+
)
|
4652
|
+
@staticmethod
|
4653
|
+
def _configure(
|
4654
|
+
_setter: Callable[[Any, Any], None],
|
4655
|
+
exact_kubernetes_versions: Sequence[str],
|
4656
|
+
maximum_version: str,
|
4657
|
+
minimal_version: str,
|
4658
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4659
|
+
_setter("exact_kubernetes_versions", exact_kubernetes_versions)
|
4660
|
+
_setter("maximum_version", maximum_version)
|
4661
|
+
_setter("minimal_version", minimal_version)
|
3878
4662
|
|
3879
4663
|
@property
|
3880
4664
|
@pulumi.getter(name="exactKubernetesVersions")
|
@@ -3910,10 +4694,23 @@ class GetAddonOptionsFilterResult(dict):
|
|
3910
4694
|
"""
|
3911
4695
|
:param str name: Name of the addon and it would be unique.
|
3912
4696
|
"""
|
3913
|
-
|
3914
|
-
|
4697
|
+
GetAddonOptionsFilterResult._configure(
|
4698
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4699
|
+
name=name,
|
4700
|
+
values=values,
|
4701
|
+
regex=regex,
|
4702
|
+
)
|
4703
|
+
@staticmethod
|
4704
|
+
def _configure(
|
4705
|
+
_setter: Callable[[Any, Any], None],
|
4706
|
+
name: str,
|
4707
|
+
values: Sequence[str],
|
4708
|
+
regex: Optional[bool] = None,
|
4709
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4710
|
+
_setter("name", name)
|
4711
|
+
_setter("values", values)
|
3915
4712
|
if regex is not None:
|
3916
|
-
|
4713
|
+
_setter("regex", regex)
|
3917
4714
|
|
3918
4715
|
@property
|
3919
4716
|
@pulumi.getter
|
@@ -3956,15 +4753,40 @@ class GetAddonsAddonResult(dict):
|
|
3956
4753
|
:param str time_created: The time the cluster was created.
|
3957
4754
|
:param str version: selected addon version, or null indicates autoUpdate
|
3958
4755
|
"""
|
3959
|
-
|
3960
|
-
|
3961
|
-
|
3962
|
-
|
3963
|
-
|
3964
|
-
|
3965
|
-
|
3966
|
-
|
3967
|
-
|
4756
|
+
GetAddonsAddonResult._configure(
|
4757
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4758
|
+
addon_errors=addon_errors,
|
4759
|
+
addon_name=addon_name,
|
4760
|
+
cluster_id=cluster_id,
|
4761
|
+
configurations=configurations,
|
4762
|
+
current_installed_version=current_installed_version,
|
4763
|
+
remove_addon_resources_on_delete=remove_addon_resources_on_delete,
|
4764
|
+
state=state,
|
4765
|
+
time_created=time_created,
|
4766
|
+
version=version,
|
4767
|
+
)
|
4768
|
+
@staticmethod
|
4769
|
+
def _configure(
|
4770
|
+
_setter: Callable[[Any, Any], None],
|
4771
|
+
addon_errors: Sequence['outputs.GetAddonsAddonAddonErrorResult'],
|
4772
|
+
addon_name: str,
|
4773
|
+
cluster_id: str,
|
4774
|
+
configurations: Sequence['outputs.GetAddonsAddonConfigurationResult'],
|
4775
|
+
current_installed_version: str,
|
4776
|
+
remove_addon_resources_on_delete: bool,
|
4777
|
+
state: str,
|
4778
|
+
time_created: str,
|
4779
|
+
version: str,
|
4780
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4781
|
+
_setter("addon_errors", addon_errors)
|
4782
|
+
_setter("addon_name", addon_name)
|
4783
|
+
_setter("cluster_id", cluster_id)
|
4784
|
+
_setter("configurations", configurations)
|
4785
|
+
_setter("current_installed_version", current_installed_version)
|
4786
|
+
_setter("remove_addon_resources_on_delete", remove_addon_resources_on_delete)
|
4787
|
+
_setter("state", state)
|
4788
|
+
_setter("time_created", time_created)
|
4789
|
+
_setter("version", version)
|
3968
4790
|
|
3969
4791
|
@property
|
3970
4792
|
@pulumi.getter(name="addonErrors")
|
@@ -4047,9 +4869,22 @@ class GetAddonsAddonAddonErrorResult(dict):
|
|
4047
4869
|
:param str message: A human-readable error string of the upstream error.
|
4048
4870
|
:param str status: The status of the HTTP response encountered in the upstream error.
|
4049
4871
|
"""
|
4050
|
-
|
4051
|
-
|
4052
|
-
|
4872
|
+
GetAddonsAddonAddonErrorResult._configure(
|
4873
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4874
|
+
code=code,
|
4875
|
+
message=message,
|
4876
|
+
status=status,
|
4877
|
+
)
|
4878
|
+
@staticmethod
|
4879
|
+
def _configure(
|
4880
|
+
_setter: Callable[[Any, Any], None],
|
4881
|
+
code: str,
|
4882
|
+
message: str,
|
4883
|
+
status: str,
|
4884
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4885
|
+
_setter("code", code)
|
4886
|
+
_setter("message", message)
|
4887
|
+
_setter("status", status)
|
4053
4888
|
|
4054
4889
|
@property
|
4055
4890
|
@pulumi.getter
|
@@ -4085,8 +4920,19 @@ class GetAddonsAddonConfigurationResult(dict):
|
|
4085
4920
|
:param str key: configuration key name
|
4086
4921
|
:param str value: configuration value name
|
4087
4922
|
"""
|
4088
|
-
|
4089
|
-
|
4923
|
+
GetAddonsAddonConfigurationResult._configure(
|
4924
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4925
|
+
key=key,
|
4926
|
+
value=value,
|
4927
|
+
)
|
4928
|
+
@staticmethod
|
4929
|
+
def _configure(
|
4930
|
+
_setter: Callable[[Any, Any], None],
|
4931
|
+
key: str,
|
4932
|
+
value: str,
|
4933
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4934
|
+
_setter("key", key)
|
4935
|
+
_setter("value", value)
|
4090
4936
|
|
4091
4937
|
@property
|
4092
4938
|
@pulumi.getter
|
@@ -4111,10 +4957,23 @@ class GetAddonsFilterResult(dict):
|
|
4111
4957
|
name: str,
|
4112
4958
|
values: Sequence[str],
|
4113
4959
|
regex: Optional[bool] = None):
|
4114
|
-
|
4115
|
-
|
4960
|
+
GetAddonsFilterResult._configure(
|
4961
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4962
|
+
name=name,
|
4963
|
+
values=values,
|
4964
|
+
regex=regex,
|
4965
|
+
)
|
4966
|
+
@staticmethod
|
4967
|
+
def _configure(
|
4968
|
+
_setter: Callable[[Any, Any], None],
|
4969
|
+
name: str,
|
4970
|
+
values: Sequence[str],
|
4971
|
+
regex: Optional[bool] = None,
|
4972
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4973
|
+
_setter("name", name)
|
4974
|
+
_setter("values", values)
|
4116
4975
|
if regex is not None:
|
4117
|
-
|
4976
|
+
_setter("regex", regex)
|
4118
4977
|
|
4119
4978
|
@property
|
4120
4979
|
@pulumi.getter
|
@@ -4139,7 +4998,16 @@ class GetClusterOptionClusterPodNetworkOptionResult(dict):
|
|
4139
4998
|
"""
|
4140
4999
|
:param str cni_type: The CNI used by the node pools of this cluster
|
4141
5000
|
"""
|
4142
|
-
|
5001
|
+
GetClusterOptionClusterPodNetworkOptionResult._configure(
|
5002
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5003
|
+
cni_type=cni_type,
|
5004
|
+
)
|
5005
|
+
@staticmethod
|
5006
|
+
def _configure(
|
5007
|
+
_setter: Callable[[Any, Any], None],
|
5008
|
+
cni_type: str,
|
5009
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5010
|
+
_setter("cni_type", cni_type)
|
4143
5011
|
|
4144
5012
|
@property
|
4145
5013
|
@pulumi.getter(name="cniType")
|
@@ -4156,10 +5024,23 @@ class GetClusterWorkloadMappingsFilterResult(dict):
|
|
4156
5024
|
name: str,
|
4157
5025
|
values: Sequence[str],
|
4158
5026
|
regex: Optional[bool] = None):
|
4159
|
-
|
4160
|
-
|
5027
|
+
GetClusterWorkloadMappingsFilterResult._configure(
|
5028
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5029
|
+
name=name,
|
5030
|
+
values=values,
|
5031
|
+
regex=regex,
|
5032
|
+
)
|
5033
|
+
@staticmethod
|
5034
|
+
def _configure(
|
5035
|
+
_setter: Callable[[Any, Any], None],
|
5036
|
+
name: str,
|
5037
|
+
values: Sequence[str],
|
5038
|
+
regex: Optional[bool] = None,
|
5039
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5040
|
+
_setter("name", name)
|
5041
|
+
_setter("values", values)
|
4161
5042
|
if regex is not None:
|
4162
|
-
|
5043
|
+
_setter("regex", regex)
|
4163
5044
|
|
4164
5045
|
@property
|
4165
5046
|
@pulumi.getter
|
@@ -4200,15 +5081,40 @@ class GetClusterWorkloadMappingsWorkloadMappingResult(dict):
|
|
4200
5081
|
:param str state: The state of the workloadMapping.
|
4201
5082
|
:param str time_created: The time the cluster was created.
|
4202
5083
|
"""
|
4203
|
-
|
4204
|
-
|
4205
|
-
|
4206
|
-
|
4207
|
-
|
4208
|
-
|
4209
|
-
|
4210
|
-
|
4211
|
-
|
5084
|
+
GetClusterWorkloadMappingsWorkloadMappingResult._configure(
|
5085
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5086
|
+
cluster_id=cluster_id,
|
5087
|
+
defined_tags=defined_tags,
|
5088
|
+
freeform_tags=freeform_tags,
|
5089
|
+
id=id,
|
5090
|
+
mapped_compartment_id=mapped_compartment_id,
|
5091
|
+
mapped_tenancy_id=mapped_tenancy_id,
|
5092
|
+
namespace=namespace,
|
5093
|
+
state=state,
|
5094
|
+
time_created=time_created,
|
5095
|
+
)
|
5096
|
+
@staticmethod
|
5097
|
+
def _configure(
|
5098
|
+
_setter: Callable[[Any, Any], None],
|
5099
|
+
cluster_id: str,
|
5100
|
+
defined_tags: Mapping[str, Any],
|
5101
|
+
freeform_tags: Mapping[str, Any],
|
5102
|
+
id: str,
|
5103
|
+
mapped_compartment_id: str,
|
5104
|
+
mapped_tenancy_id: str,
|
5105
|
+
namespace: str,
|
5106
|
+
state: str,
|
5107
|
+
time_created: str,
|
5108
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5109
|
+
_setter("cluster_id", cluster_id)
|
5110
|
+
_setter("defined_tags", defined_tags)
|
5111
|
+
_setter("freeform_tags", freeform_tags)
|
5112
|
+
_setter("id", id)
|
5113
|
+
_setter("mapped_compartment_id", mapped_compartment_id)
|
5114
|
+
_setter("mapped_tenancy_id", mapped_tenancy_id)
|
5115
|
+
_setter("namespace", namespace)
|
5116
|
+
_setter("state", state)
|
5117
|
+
_setter("time_created", time_created)
|
4212
5118
|
|
4213
5119
|
@property
|
4214
5120
|
@pulumi.getter(name="clusterId")
|
@@ -4324,24 +5230,67 @@ class GetClustersClusterResult(dict):
|
|
4324
5230
|
:param str type: Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see [Cluster Types](https://docs.cloud.oracle.com/iaas/Content/ContEng/Tasks/contengcomparingenhancedwithbasicclusters_topic.htm)
|
4325
5231
|
:param str vcn_id: The OCID of the virtual cloud network (VCN) in which the cluster exists.
|
4326
5232
|
"""
|
4327
|
-
|
4328
|
-
|
4329
|
-
|
4330
|
-
|
4331
|
-
|
4332
|
-
|
4333
|
-
|
4334
|
-
|
4335
|
-
|
4336
|
-
|
4337
|
-
|
4338
|
-
|
4339
|
-
|
4340
|
-
|
4341
|
-
|
4342
|
-
|
4343
|
-
|
4344
|
-
|
5233
|
+
GetClustersClusterResult._configure(
|
5234
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5235
|
+
available_kubernetes_upgrades=available_kubernetes_upgrades,
|
5236
|
+
cluster_pod_network_options=cluster_pod_network_options,
|
5237
|
+
compartment_id=compartment_id,
|
5238
|
+
defined_tags=defined_tags,
|
5239
|
+
endpoint_configs=endpoint_configs,
|
5240
|
+
endpoints=endpoints,
|
5241
|
+
freeform_tags=freeform_tags,
|
5242
|
+
id=id,
|
5243
|
+
image_policy_configs=image_policy_configs,
|
5244
|
+
kms_key_id=kms_key_id,
|
5245
|
+
kubernetes_version=kubernetes_version,
|
5246
|
+
lifecycle_details=lifecycle_details,
|
5247
|
+
metadatas=metadatas,
|
5248
|
+
name=name,
|
5249
|
+
options=options,
|
5250
|
+
state=state,
|
5251
|
+
type=type,
|
5252
|
+
vcn_id=vcn_id,
|
5253
|
+
)
|
5254
|
+
@staticmethod
|
5255
|
+
def _configure(
|
5256
|
+
_setter: Callable[[Any, Any], None],
|
5257
|
+
available_kubernetes_upgrades: Sequence[str],
|
5258
|
+
cluster_pod_network_options: Sequence['outputs.GetClustersClusterClusterPodNetworkOptionResult'],
|
5259
|
+
compartment_id: str,
|
5260
|
+
defined_tags: Mapping[str, Any],
|
5261
|
+
endpoint_configs: Sequence['outputs.GetClustersClusterEndpointConfigResult'],
|
5262
|
+
endpoints: Sequence['outputs.GetClustersClusterEndpointResult'],
|
5263
|
+
freeform_tags: Mapping[str, Any],
|
5264
|
+
id: str,
|
5265
|
+
image_policy_configs: Sequence['outputs.GetClustersClusterImagePolicyConfigResult'],
|
5266
|
+
kms_key_id: str,
|
5267
|
+
kubernetes_version: str,
|
5268
|
+
lifecycle_details: str,
|
5269
|
+
metadatas: Sequence['outputs.GetClustersClusterMetadataResult'],
|
5270
|
+
name: str,
|
5271
|
+
options: Sequence['outputs.GetClustersClusterOptionResult'],
|
5272
|
+
state: str,
|
5273
|
+
type: str,
|
5274
|
+
vcn_id: str,
|
5275
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5276
|
+
_setter("available_kubernetes_upgrades", available_kubernetes_upgrades)
|
5277
|
+
_setter("cluster_pod_network_options", cluster_pod_network_options)
|
5278
|
+
_setter("compartment_id", compartment_id)
|
5279
|
+
_setter("defined_tags", defined_tags)
|
5280
|
+
_setter("endpoint_configs", endpoint_configs)
|
5281
|
+
_setter("endpoints", endpoints)
|
5282
|
+
_setter("freeform_tags", freeform_tags)
|
5283
|
+
_setter("id", id)
|
5284
|
+
_setter("image_policy_configs", image_policy_configs)
|
5285
|
+
_setter("kms_key_id", kms_key_id)
|
5286
|
+
_setter("kubernetes_version", kubernetes_version)
|
5287
|
+
_setter("lifecycle_details", lifecycle_details)
|
5288
|
+
_setter("metadatas", metadatas)
|
5289
|
+
_setter("name", name)
|
5290
|
+
_setter("options", options)
|
5291
|
+
_setter("state", state)
|
5292
|
+
_setter("type", type)
|
5293
|
+
_setter("vcn_id", vcn_id)
|
4345
5294
|
|
4346
5295
|
@property
|
4347
5296
|
@pulumi.getter(name="availableKubernetesUpgrades")
|
@@ -4495,7 +5444,16 @@ class GetClustersClusterClusterPodNetworkOptionResult(dict):
|
|
4495
5444
|
"""
|
4496
5445
|
:param str cni_type: The CNI used by the node pools of this cluster
|
4497
5446
|
"""
|
4498
|
-
|
5447
|
+
GetClustersClusterClusterPodNetworkOptionResult._configure(
|
5448
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5449
|
+
cni_type=cni_type,
|
5450
|
+
)
|
5451
|
+
@staticmethod
|
5452
|
+
def _configure(
|
5453
|
+
_setter: Callable[[Any, Any], None],
|
5454
|
+
cni_type: str,
|
5455
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5456
|
+
_setter("cni_type", cni_type)
|
4499
5457
|
|
4500
5458
|
@property
|
4501
5459
|
@pulumi.getter(name="cniType")
|
@@ -4519,10 +5477,25 @@ class GetClustersClusterEndpointResult(dict):
|
|
4519
5477
|
:param str public_endpoint: The public native networking Kubernetes API server endpoint, if one was requested.
|
4520
5478
|
:param str vcn_hostname_endpoint: The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
|
4521
5479
|
"""
|
4522
|
-
|
4523
|
-
|
4524
|
-
|
4525
|
-
|
5480
|
+
GetClustersClusterEndpointResult._configure(
|
5481
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5482
|
+
kubernetes=kubernetes,
|
5483
|
+
private_endpoint=private_endpoint,
|
5484
|
+
public_endpoint=public_endpoint,
|
5485
|
+
vcn_hostname_endpoint=vcn_hostname_endpoint,
|
5486
|
+
)
|
5487
|
+
@staticmethod
|
5488
|
+
def _configure(
|
5489
|
+
_setter: Callable[[Any, Any], None],
|
5490
|
+
kubernetes: str,
|
5491
|
+
private_endpoint: str,
|
5492
|
+
public_endpoint: str,
|
5493
|
+
vcn_hostname_endpoint: str,
|
5494
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5495
|
+
_setter("kubernetes", kubernetes)
|
5496
|
+
_setter("private_endpoint", private_endpoint)
|
5497
|
+
_setter("public_endpoint", public_endpoint)
|
5498
|
+
_setter("vcn_hostname_endpoint", vcn_hostname_endpoint)
|
4526
5499
|
|
4527
5500
|
@property
|
4528
5501
|
@pulumi.getter
|
@@ -4568,9 +5541,22 @@ class GetClustersClusterEndpointConfigResult(dict):
|
|
4568
5541
|
:param Sequence[str] nsg_ids: A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
|
4569
5542
|
:param str subnet_id: The OCID of the regional subnet in which to place the Cluster endpoint.
|
4570
5543
|
"""
|
4571
|
-
|
4572
|
-
|
4573
|
-
|
5544
|
+
GetClustersClusterEndpointConfigResult._configure(
|
5545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5546
|
+
is_public_ip_enabled=is_public_ip_enabled,
|
5547
|
+
nsg_ids=nsg_ids,
|
5548
|
+
subnet_id=subnet_id,
|
5549
|
+
)
|
5550
|
+
@staticmethod
|
5551
|
+
def _configure(
|
5552
|
+
_setter: Callable[[Any, Any], None],
|
5553
|
+
is_public_ip_enabled: bool,
|
5554
|
+
nsg_ids: Sequence[str],
|
5555
|
+
subnet_id: str,
|
5556
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5557
|
+
_setter("is_public_ip_enabled", is_public_ip_enabled)
|
5558
|
+
_setter("nsg_ids", nsg_ids)
|
5559
|
+
_setter("subnet_id", subnet_id)
|
4574
5560
|
|
4575
5561
|
@property
|
4576
5562
|
@pulumi.getter(name="isPublicIpEnabled")
|
@@ -4606,8 +5592,19 @@ class GetClustersClusterImagePolicyConfigResult(dict):
|
|
4606
5592
|
:param bool is_policy_enabled: Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
|
4607
5593
|
:param Sequence['GetClustersClusterImagePolicyConfigKeyDetailArgs'] key_details: A list of KMS key details.
|
4608
5594
|
"""
|
4609
|
-
|
4610
|
-
|
5595
|
+
GetClustersClusterImagePolicyConfigResult._configure(
|
5596
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5597
|
+
is_policy_enabled=is_policy_enabled,
|
5598
|
+
key_details=key_details,
|
5599
|
+
)
|
5600
|
+
@staticmethod
|
5601
|
+
def _configure(
|
5602
|
+
_setter: Callable[[Any, Any], None],
|
5603
|
+
is_policy_enabled: bool,
|
5604
|
+
key_details: Sequence['outputs.GetClustersClusterImagePolicyConfigKeyDetailResult'],
|
5605
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5606
|
+
_setter("is_policy_enabled", is_policy_enabled)
|
5607
|
+
_setter("key_details", key_details)
|
4611
5608
|
|
4612
5609
|
@property
|
4613
5610
|
@pulumi.getter(name="isPolicyEnabled")
|
@@ -4633,7 +5630,16 @@ class GetClustersClusterImagePolicyConfigKeyDetailResult(dict):
|
|
4633
5630
|
"""
|
4634
5631
|
:param str kms_key_id: The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
|
4635
5632
|
"""
|
4636
|
-
|
5633
|
+
GetClustersClusterImagePolicyConfigKeyDetailResult._configure(
|
5634
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5635
|
+
kms_key_id=kms_key_id,
|
5636
|
+
)
|
5637
|
+
@staticmethod
|
5638
|
+
def _configure(
|
5639
|
+
_setter: Callable[[Any, Any], None],
|
5640
|
+
kms_key_id: str,
|
5641
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5642
|
+
_setter("kms_key_id", kms_key_id)
|
4637
5643
|
|
4638
5644
|
@property
|
4639
5645
|
@pulumi.getter(name="kmsKeyId")
|
@@ -4669,16 +5675,43 @@ class GetClustersClusterMetadataResult(dict):
|
|
4669
5675
|
:param str updated_by_user_id: The user who updated the cluster.
|
4670
5676
|
:param str updated_by_work_request_id: The OCID of the work request which updated the cluster.
|
4671
5677
|
"""
|
4672
|
-
|
4673
|
-
|
4674
|
-
|
4675
|
-
|
4676
|
-
|
4677
|
-
|
4678
|
-
|
4679
|
-
|
4680
|
-
|
4681
|
-
|
5678
|
+
GetClustersClusterMetadataResult._configure(
|
5679
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5680
|
+
created_by_user_id=created_by_user_id,
|
5681
|
+
created_by_work_request_id=created_by_work_request_id,
|
5682
|
+
deleted_by_user_id=deleted_by_user_id,
|
5683
|
+
deleted_by_work_request_id=deleted_by_work_request_id,
|
5684
|
+
time_created=time_created,
|
5685
|
+
time_credential_expiration=time_credential_expiration,
|
5686
|
+
time_deleted=time_deleted,
|
5687
|
+
time_updated=time_updated,
|
5688
|
+
updated_by_user_id=updated_by_user_id,
|
5689
|
+
updated_by_work_request_id=updated_by_work_request_id,
|
5690
|
+
)
|
5691
|
+
@staticmethod
|
5692
|
+
def _configure(
|
5693
|
+
_setter: Callable[[Any, Any], None],
|
5694
|
+
created_by_user_id: str,
|
5695
|
+
created_by_work_request_id: str,
|
5696
|
+
deleted_by_user_id: str,
|
5697
|
+
deleted_by_work_request_id: str,
|
5698
|
+
time_created: str,
|
5699
|
+
time_credential_expiration: str,
|
5700
|
+
time_deleted: str,
|
5701
|
+
time_updated: str,
|
5702
|
+
updated_by_user_id: str,
|
5703
|
+
updated_by_work_request_id: str,
|
5704
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5705
|
+
_setter("created_by_user_id", created_by_user_id)
|
5706
|
+
_setter("created_by_work_request_id", created_by_work_request_id)
|
5707
|
+
_setter("deleted_by_user_id", deleted_by_user_id)
|
5708
|
+
_setter("deleted_by_work_request_id", deleted_by_work_request_id)
|
5709
|
+
_setter("time_created", time_created)
|
5710
|
+
_setter("time_credential_expiration", time_credential_expiration)
|
5711
|
+
_setter("time_deleted", time_deleted)
|
5712
|
+
_setter("time_updated", time_updated)
|
5713
|
+
_setter("updated_by_user_id", updated_by_user_id)
|
5714
|
+
_setter("updated_by_work_request_id", updated_by_work_request_id)
|
4682
5715
|
|
4683
5716
|
@property
|
4684
5717
|
@pulumi.getter(name="createdByUserId")
|
@@ -4778,12 +5811,31 @@ class GetClustersClusterOptionResult(dict):
|
|
4778
5811
|
:param Sequence['GetClustersClusterOptionServiceLbConfigArgs'] service_lb_configs: Configuration to be applied to load balancers created by Kubernetes services
|
4779
5812
|
:param Sequence[str] service_lb_subnet_ids: The OCIDs of the subnets used for Kubernetes services load balancers.
|
4780
5813
|
"""
|
4781
|
-
|
4782
|
-
|
4783
|
-
|
4784
|
-
|
4785
|
-
|
4786
|
-
|
5814
|
+
GetClustersClusterOptionResult._configure(
|
5815
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5816
|
+
add_ons=add_ons,
|
5817
|
+
admission_controller_options=admission_controller_options,
|
5818
|
+
kubernetes_network_configs=kubernetes_network_configs,
|
5819
|
+
persistent_volume_configs=persistent_volume_configs,
|
5820
|
+
service_lb_configs=service_lb_configs,
|
5821
|
+
service_lb_subnet_ids=service_lb_subnet_ids,
|
5822
|
+
)
|
5823
|
+
@staticmethod
|
5824
|
+
def _configure(
|
5825
|
+
_setter: Callable[[Any, Any], None],
|
5826
|
+
add_ons: Sequence['outputs.GetClustersClusterOptionAddOnResult'],
|
5827
|
+
admission_controller_options: Sequence['outputs.GetClustersClusterOptionAdmissionControllerOptionResult'],
|
5828
|
+
kubernetes_network_configs: Sequence['outputs.GetClustersClusterOptionKubernetesNetworkConfigResult'],
|
5829
|
+
persistent_volume_configs: Sequence['outputs.GetClustersClusterOptionPersistentVolumeConfigResult'],
|
5830
|
+
service_lb_configs: Sequence['outputs.GetClustersClusterOptionServiceLbConfigResult'],
|
5831
|
+
service_lb_subnet_ids: Sequence[str],
|
5832
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5833
|
+
_setter("add_ons", add_ons)
|
5834
|
+
_setter("admission_controller_options", admission_controller_options)
|
5835
|
+
_setter("kubernetes_network_configs", kubernetes_network_configs)
|
5836
|
+
_setter("persistent_volume_configs", persistent_volume_configs)
|
5837
|
+
_setter("service_lb_configs", service_lb_configs)
|
5838
|
+
_setter("service_lb_subnet_ids", service_lb_subnet_ids)
|
4787
5839
|
|
4788
5840
|
@property
|
4789
5841
|
@pulumi.getter(name="addOns")
|
@@ -4843,8 +5895,19 @@ class GetClustersClusterOptionAddOnResult(dict):
|
|
4843
5895
|
:param bool is_kubernetes_dashboard_enabled: Whether or not to enable the Kubernetes Dashboard add-on.
|
4844
5896
|
:param bool is_tiller_enabled: Whether or not to enable the Tiller add-on.
|
4845
5897
|
"""
|
4846
|
-
|
4847
|
-
|
5898
|
+
GetClustersClusterOptionAddOnResult._configure(
|
5899
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5900
|
+
is_kubernetes_dashboard_enabled=is_kubernetes_dashboard_enabled,
|
5901
|
+
is_tiller_enabled=is_tiller_enabled,
|
5902
|
+
)
|
5903
|
+
@staticmethod
|
5904
|
+
def _configure(
|
5905
|
+
_setter: Callable[[Any, Any], None],
|
5906
|
+
is_kubernetes_dashboard_enabled: bool,
|
5907
|
+
is_tiller_enabled: bool,
|
5908
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5909
|
+
_setter("is_kubernetes_dashboard_enabled", is_kubernetes_dashboard_enabled)
|
5910
|
+
_setter("is_tiller_enabled", is_tiller_enabled)
|
4848
5911
|
|
4849
5912
|
@property
|
4850
5913
|
@pulumi.getter(name="isKubernetesDashboardEnabled")
|
@@ -4870,7 +5933,16 @@ class GetClustersClusterOptionAdmissionControllerOptionResult(dict):
|
|
4870
5933
|
"""
|
4871
5934
|
:param bool is_pod_security_policy_enabled: Whether or not to enable the Pod Security Policy admission controller.
|
4872
5935
|
"""
|
4873
|
-
|
5936
|
+
GetClustersClusterOptionAdmissionControllerOptionResult._configure(
|
5937
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5938
|
+
is_pod_security_policy_enabled=is_pod_security_policy_enabled,
|
5939
|
+
)
|
5940
|
+
@staticmethod
|
5941
|
+
def _configure(
|
5942
|
+
_setter: Callable[[Any, Any], None],
|
5943
|
+
is_pod_security_policy_enabled: bool,
|
5944
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5945
|
+
_setter("is_pod_security_policy_enabled", is_pod_security_policy_enabled)
|
4874
5946
|
|
4875
5947
|
@property
|
4876
5948
|
@pulumi.getter(name="isPodSecurityPolicyEnabled")
|
@@ -4890,8 +5962,19 @@ class GetClustersClusterOptionKubernetesNetworkConfigResult(dict):
|
|
4890
5962
|
:param str pods_cidr: The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
|
4891
5963
|
:param str services_cidr: The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
|
4892
5964
|
"""
|
4893
|
-
|
4894
|
-
|
5965
|
+
GetClustersClusterOptionKubernetesNetworkConfigResult._configure(
|
5966
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5967
|
+
pods_cidr=pods_cidr,
|
5968
|
+
services_cidr=services_cidr,
|
5969
|
+
)
|
5970
|
+
@staticmethod
|
5971
|
+
def _configure(
|
5972
|
+
_setter: Callable[[Any, Any], None],
|
5973
|
+
pods_cidr: str,
|
5974
|
+
services_cidr: str,
|
5975
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5976
|
+
_setter("pods_cidr", pods_cidr)
|
5977
|
+
_setter("services_cidr", services_cidr)
|
4895
5978
|
|
4896
5979
|
@property
|
4897
5980
|
@pulumi.getter(name="podsCidr")
|
@@ -4919,8 +6002,19 @@ class GetClustersClusterOptionPersistentVolumeConfigResult(dict):
|
|
4919
6002
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4920
6003
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4921
6004
|
"""
|
4922
|
-
|
4923
|
-
|
6005
|
+
GetClustersClusterOptionPersistentVolumeConfigResult._configure(
|
6006
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6007
|
+
defined_tags=defined_tags,
|
6008
|
+
freeform_tags=freeform_tags,
|
6009
|
+
)
|
6010
|
+
@staticmethod
|
6011
|
+
def _configure(
|
6012
|
+
_setter: Callable[[Any, Any], None],
|
6013
|
+
defined_tags: Mapping[str, Any],
|
6014
|
+
freeform_tags: Mapping[str, Any],
|
6015
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6016
|
+
_setter("defined_tags", defined_tags)
|
6017
|
+
_setter("freeform_tags", freeform_tags)
|
4924
6018
|
|
4925
6019
|
@property
|
4926
6020
|
@pulumi.getter(name="definedTags")
|
@@ -4948,8 +6042,19 @@ class GetClustersClusterOptionServiceLbConfigResult(dict):
|
|
4948
6042
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
4949
6043
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
4950
6044
|
"""
|
4951
|
-
|
4952
|
-
|
6045
|
+
GetClustersClusterOptionServiceLbConfigResult._configure(
|
6046
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6047
|
+
defined_tags=defined_tags,
|
6048
|
+
freeform_tags=freeform_tags,
|
6049
|
+
)
|
6050
|
+
@staticmethod
|
6051
|
+
def _configure(
|
6052
|
+
_setter: Callable[[Any, Any], None],
|
6053
|
+
defined_tags: Mapping[str, Any],
|
6054
|
+
freeform_tags: Mapping[str, Any],
|
6055
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6056
|
+
_setter("defined_tags", defined_tags)
|
6057
|
+
_setter("freeform_tags", freeform_tags)
|
4953
6058
|
|
4954
6059
|
@property
|
4955
6060
|
@pulumi.getter(name="definedTags")
|
@@ -4977,10 +6082,23 @@ class GetClustersFilterResult(dict):
|
|
4977
6082
|
"""
|
4978
6083
|
:param str name: The name to filter on.
|
4979
6084
|
"""
|
4980
|
-
|
4981
|
-
|
6085
|
+
GetClustersFilterResult._configure(
|
6086
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6087
|
+
name=name,
|
6088
|
+
values=values,
|
6089
|
+
regex=regex,
|
6090
|
+
)
|
6091
|
+
@staticmethod
|
6092
|
+
def _configure(
|
6093
|
+
_setter: Callable[[Any, Any], None],
|
6094
|
+
name: str,
|
6095
|
+
values: Sequence[str],
|
6096
|
+
regex: Optional[bool] = None,
|
6097
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6098
|
+
_setter("name", name)
|
6099
|
+
_setter("values", values)
|
4982
6100
|
if regex is not None:
|
4983
|
-
|
6101
|
+
_setter("regex", regex)
|
4984
6102
|
|
4985
6103
|
@property
|
4986
6104
|
@pulumi.getter
|
@@ -5010,8 +6128,19 @@ class GetNodePoolInitialNodeLabelResult(dict):
|
|
5010
6128
|
:param str key: The key of the pair.
|
5011
6129
|
:param str value: The value of the pair.
|
5012
6130
|
"""
|
5013
|
-
|
5014
|
-
|
6131
|
+
GetNodePoolInitialNodeLabelResult._configure(
|
6132
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6133
|
+
key=key,
|
6134
|
+
value=value,
|
6135
|
+
)
|
6136
|
+
@staticmethod
|
6137
|
+
def _configure(
|
6138
|
+
_setter: Callable[[Any, Any], None],
|
6139
|
+
key: str,
|
6140
|
+
value: str,
|
6141
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6142
|
+
_setter("key", key)
|
6143
|
+
_setter("value", value)
|
5015
6144
|
|
5016
6145
|
@property
|
5017
6146
|
@pulumi.getter
|
@@ -5063,20 +6192,55 @@ class GetNodePoolNodeResult(dict):
|
|
5063
6192
|
:param str state: The state of the nodepool.
|
5064
6193
|
:param str subnet_id: The OCID of the subnet in which this node is placed.
|
5065
6194
|
"""
|
5066
|
-
|
5067
|
-
|
5068
|
-
|
5069
|
-
|
5070
|
-
|
5071
|
-
|
5072
|
-
|
5073
|
-
|
5074
|
-
|
5075
|
-
|
5076
|
-
|
5077
|
-
|
5078
|
-
|
5079
|
-
|
6195
|
+
GetNodePoolNodeResult._configure(
|
6196
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6197
|
+
availability_domain=availability_domain,
|
6198
|
+
defined_tags=defined_tags,
|
6199
|
+
errors=errors,
|
6200
|
+
fault_domain=fault_domain,
|
6201
|
+
freeform_tags=freeform_tags,
|
6202
|
+
id=id,
|
6203
|
+
kubernetes_version=kubernetes_version,
|
6204
|
+
lifecycle_details=lifecycle_details,
|
6205
|
+
name=name,
|
6206
|
+
node_pool_id=node_pool_id,
|
6207
|
+
private_ip=private_ip,
|
6208
|
+
public_ip=public_ip,
|
6209
|
+
state=state,
|
6210
|
+
subnet_id=subnet_id,
|
6211
|
+
)
|
6212
|
+
@staticmethod
|
6213
|
+
def _configure(
|
6214
|
+
_setter: Callable[[Any, Any], None],
|
6215
|
+
availability_domain: str,
|
6216
|
+
defined_tags: Mapping[str, Any],
|
6217
|
+
errors: Sequence['outputs.GetNodePoolNodeErrorResult'],
|
6218
|
+
fault_domain: str,
|
6219
|
+
freeform_tags: Mapping[str, Any],
|
6220
|
+
id: str,
|
6221
|
+
kubernetes_version: str,
|
6222
|
+
lifecycle_details: str,
|
6223
|
+
name: str,
|
6224
|
+
node_pool_id: str,
|
6225
|
+
private_ip: str,
|
6226
|
+
public_ip: str,
|
6227
|
+
state: str,
|
6228
|
+
subnet_id: str,
|
6229
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6230
|
+
_setter("availability_domain", availability_domain)
|
6231
|
+
_setter("defined_tags", defined_tags)
|
6232
|
+
_setter("errors", errors)
|
6233
|
+
_setter("fault_domain", fault_domain)
|
6234
|
+
_setter("freeform_tags", freeform_tags)
|
6235
|
+
_setter("id", id)
|
6236
|
+
_setter("kubernetes_version", kubernetes_version)
|
6237
|
+
_setter("lifecycle_details", lifecycle_details)
|
6238
|
+
_setter("name", name)
|
6239
|
+
_setter("node_pool_id", node_pool_id)
|
6240
|
+
_setter("private_ip", private_ip)
|
6241
|
+
_setter("public_ip", public_ip)
|
6242
|
+
_setter("state", state)
|
6243
|
+
_setter("subnet_id", subnet_id)
|
5080
6244
|
|
5081
6245
|
@property
|
5082
6246
|
@pulumi.getter(name="availabilityDomain")
|
@@ -5212,14 +6376,37 @@ class GetNodePoolNodeConfigDetailResult(dict):
|
|
5212
6376
|
:param Sequence['GetNodePoolNodeConfigDetailPlacementConfigArgs'] placement_configs: The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
|
5213
6377
|
:param int size: The number of nodes in the node pool.
|
5214
6378
|
"""
|
5215
|
-
|
5216
|
-
|
5217
|
-
|
5218
|
-
|
5219
|
-
|
5220
|
-
|
5221
|
-
|
5222
|
-
|
6379
|
+
GetNodePoolNodeConfigDetailResult._configure(
|
6380
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6381
|
+
defined_tags=defined_tags,
|
6382
|
+
freeform_tags=freeform_tags,
|
6383
|
+
is_pv_encryption_in_transit_enabled=is_pv_encryption_in_transit_enabled,
|
6384
|
+
kms_key_id=kms_key_id,
|
6385
|
+
node_pool_pod_network_option_details=node_pool_pod_network_option_details,
|
6386
|
+
nsg_ids=nsg_ids,
|
6387
|
+
placement_configs=placement_configs,
|
6388
|
+
size=size,
|
6389
|
+
)
|
6390
|
+
@staticmethod
|
6391
|
+
def _configure(
|
6392
|
+
_setter: Callable[[Any, Any], None],
|
6393
|
+
defined_tags: Mapping[str, Any],
|
6394
|
+
freeform_tags: Mapping[str, Any],
|
6395
|
+
is_pv_encryption_in_transit_enabled: bool,
|
6396
|
+
kms_key_id: str,
|
6397
|
+
node_pool_pod_network_option_details: Sequence['outputs.GetNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetailResult'],
|
6398
|
+
nsg_ids: Sequence[str],
|
6399
|
+
placement_configs: Sequence['outputs.GetNodePoolNodeConfigDetailPlacementConfigResult'],
|
6400
|
+
size: int,
|
6401
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6402
|
+
_setter("defined_tags", defined_tags)
|
6403
|
+
_setter("freeform_tags", freeform_tags)
|
6404
|
+
_setter("is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
|
6405
|
+
_setter("kms_key_id", kms_key_id)
|
6406
|
+
_setter("node_pool_pod_network_option_details", node_pool_pod_network_option_details)
|
6407
|
+
_setter("nsg_ids", nsg_ids)
|
6408
|
+
_setter("placement_configs", placement_configs)
|
6409
|
+
_setter("size", size)
|
5223
6410
|
|
5224
6411
|
@property
|
5225
6412
|
@pulumi.getter(name="definedTags")
|
@@ -5299,10 +6486,25 @@ class GetNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetailResult(dict):
|
|
5299
6486
|
:param Sequence[str] pod_nsg_ids: The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
|
5300
6487
|
:param Sequence[str] pod_subnet_ids: The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
|
5301
6488
|
"""
|
5302
|
-
|
5303
|
-
|
5304
|
-
|
5305
|
-
|
6489
|
+
GetNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetailResult._configure(
|
6490
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6491
|
+
cni_type=cni_type,
|
6492
|
+
max_pods_per_node=max_pods_per_node,
|
6493
|
+
pod_nsg_ids=pod_nsg_ids,
|
6494
|
+
pod_subnet_ids=pod_subnet_ids,
|
6495
|
+
)
|
6496
|
+
@staticmethod
|
6497
|
+
def _configure(
|
6498
|
+
_setter: Callable[[Any, Any], None],
|
6499
|
+
cni_type: str,
|
6500
|
+
max_pods_per_node: int,
|
6501
|
+
pod_nsg_ids: Sequence[str],
|
6502
|
+
pod_subnet_ids: Sequence[str],
|
6503
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6504
|
+
_setter("cni_type", cni_type)
|
6505
|
+
_setter("max_pods_per_node", max_pods_per_node)
|
6506
|
+
_setter("pod_nsg_ids", pod_nsg_ids)
|
6507
|
+
_setter("pod_subnet_ids", pod_subnet_ids)
|
5306
6508
|
|
5307
6509
|
@property
|
5308
6510
|
@pulumi.getter(name="cniType")
|
@@ -5352,11 +6554,28 @@ class GetNodePoolNodeConfigDetailPlacementConfigResult(dict):
|
|
5352
6554
|
:param Sequence['GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigArgs'] preemptible_node_configs: Configuration options for preemptible nodes.
|
5353
6555
|
:param str subnet_id: The OCID of the subnet in which this node is placed.
|
5354
6556
|
"""
|
5355
|
-
|
5356
|
-
|
5357
|
-
|
5358
|
-
|
5359
|
-
|
6557
|
+
GetNodePoolNodeConfigDetailPlacementConfigResult._configure(
|
6558
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6559
|
+
availability_domain=availability_domain,
|
6560
|
+
capacity_reservation_id=capacity_reservation_id,
|
6561
|
+
fault_domains=fault_domains,
|
6562
|
+
preemptible_node_configs=preemptible_node_configs,
|
6563
|
+
subnet_id=subnet_id,
|
6564
|
+
)
|
6565
|
+
@staticmethod
|
6566
|
+
def _configure(
|
6567
|
+
_setter: Callable[[Any, Any], None],
|
6568
|
+
availability_domain: str,
|
6569
|
+
capacity_reservation_id: str,
|
6570
|
+
fault_domains: Sequence[str],
|
6571
|
+
preemptible_node_configs: Sequence['outputs.GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigResult'],
|
6572
|
+
subnet_id: str,
|
6573
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6574
|
+
_setter("availability_domain", availability_domain)
|
6575
|
+
_setter("capacity_reservation_id", capacity_reservation_id)
|
6576
|
+
_setter("fault_domains", fault_domains)
|
6577
|
+
_setter("preemptible_node_configs", preemptible_node_configs)
|
6578
|
+
_setter("subnet_id", subnet_id)
|
5360
6579
|
|
5361
6580
|
@property
|
5362
6581
|
@pulumi.getter(name="availabilityDomain")
|
@@ -5406,7 +6625,16 @@ class GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigResult(dict
|
|
5406
6625
|
"""
|
5407
6626
|
:param Sequence['GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionActionArgs'] preemption_actions: The action to run when the preemptible node is interrupted for eviction.
|
5408
6627
|
"""
|
5409
|
-
|
6628
|
+
GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigResult._configure(
|
6629
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6630
|
+
preemption_actions=preemption_actions,
|
6631
|
+
)
|
6632
|
+
@staticmethod
|
6633
|
+
def _configure(
|
6634
|
+
_setter: Callable[[Any, Any], None],
|
6635
|
+
preemption_actions: Sequence['outputs.GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionActionResult'],
|
6636
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6637
|
+
_setter("preemption_actions", preemption_actions)
|
5410
6638
|
|
5411
6639
|
@property
|
5412
6640
|
@pulumi.getter(name="preemptionActions")
|
@@ -5426,8 +6654,19 @@ class GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionA
|
|
5426
6654
|
:param bool is_preserve_boot_volume: Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
|
5427
6655
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
5428
6656
|
"""
|
5429
|
-
|
5430
|
-
|
6657
|
+
GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionActionResult._configure(
|
6658
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6659
|
+
is_preserve_boot_volume=is_preserve_boot_volume,
|
6660
|
+
type=type,
|
6661
|
+
)
|
6662
|
+
@staticmethod
|
6663
|
+
def _configure(
|
6664
|
+
_setter: Callable[[Any, Any], None],
|
6665
|
+
is_preserve_boot_volume: bool,
|
6666
|
+
type: str,
|
6667
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6668
|
+
_setter("is_preserve_boot_volume", is_preserve_boot_volume)
|
6669
|
+
_setter("type", type)
|
5431
6670
|
|
5432
6671
|
@property
|
5433
6672
|
@pulumi.getter(name="isPreserveBootVolume")
|
@@ -5457,9 +6696,22 @@ class GetNodePoolNodeErrorResult(dict):
|
|
5457
6696
|
:param str message: A human-readable error string of the upstream error.
|
5458
6697
|
:param str status: The status of the HTTP response encountered in the upstream error.
|
5459
6698
|
"""
|
5460
|
-
|
5461
|
-
|
5462
|
-
|
6699
|
+
GetNodePoolNodeErrorResult._configure(
|
6700
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6701
|
+
code=code,
|
6702
|
+
message=message,
|
6703
|
+
status=status,
|
6704
|
+
)
|
6705
|
+
@staticmethod
|
6706
|
+
def _configure(
|
6707
|
+
_setter: Callable[[Any, Any], None],
|
6708
|
+
code: str,
|
6709
|
+
message: str,
|
6710
|
+
status: str,
|
6711
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6712
|
+
_setter("code", code)
|
6713
|
+
_setter("message", message)
|
6714
|
+
_setter("status", status)
|
5463
6715
|
|
5464
6716
|
@property
|
5465
6717
|
@pulumi.getter
|
@@ -5495,8 +6747,19 @@ class GetNodePoolNodeEvictionNodePoolSettingResult(dict):
|
|
5495
6747
|
:param str eviction_grace_duration: Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
|
5496
6748
|
:param bool is_force_delete_after_grace_duration: If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
|
5497
6749
|
"""
|
5498
|
-
|
5499
|
-
|
6750
|
+
GetNodePoolNodeEvictionNodePoolSettingResult._configure(
|
6751
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6752
|
+
eviction_grace_duration=eviction_grace_duration,
|
6753
|
+
is_force_delete_after_grace_duration=is_force_delete_after_grace_duration,
|
6754
|
+
)
|
6755
|
+
@staticmethod
|
6756
|
+
def _configure(
|
6757
|
+
_setter: Callable[[Any, Any], None],
|
6758
|
+
eviction_grace_duration: str,
|
6759
|
+
is_force_delete_after_grace_duration: bool,
|
6760
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6761
|
+
_setter("eviction_grace_duration", eviction_grace_duration)
|
6762
|
+
_setter("is_force_delete_after_grace_duration", is_force_delete_after_grace_duration)
|
5500
6763
|
|
5501
6764
|
@property
|
5502
6765
|
@pulumi.getter(name="evictionGraceDuration")
|
@@ -5526,9 +6789,22 @@ class GetNodePoolNodePoolCyclingDetailResult(dict):
|
|
5526
6789
|
:param str maximum_surge: Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
5527
6790
|
:param str maximum_unavailable: Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
5528
6791
|
"""
|
5529
|
-
|
5530
|
-
|
5531
|
-
|
6792
|
+
GetNodePoolNodePoolCyclingDetailResult._configure(
|
6793
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6794
|
+
is_node_cycling_enabled=is_node_cycling_enabled,
|
6795
|
+
maximum_surge=maximum_surge,
|
6796
|
+
maximum_unavailable=maximum_unavailable,
|
6797
|
+
)
|
6798
|
+
@staticmethod
|
6799
|
+
def _configure(
|
6800
|
+
_setter: Callable[[Any, Any], None],
|
6801
|
+
is_node_cycling_enabled: bool,
|
6802
|
+
maximum_surge: str,
|
6803
|
+
maximum_unavailable: str,
|
6804
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6805
|
+
_setter("is_node_cycling_enabled", is_node_cycling_enabled)
|
6806
|
+
_setter("maximum_surge", maximum_surge)
|
6807
|
+
_setter("maximum_unavailable", maximum_unavailable)
|
5532
6808
|
|
5533
6809
|
@property
|
5534
6810
|
@pulumi.getter(name="isNodeCyclingEnabled")
|
@@ -5564,8 +6840,19 @@ class GetNodePoolNodeShapeConfigResult(dict):
|
|
5564
6840
|
:param float memory_in_gbs: The total amount of memory available to each node, in gigabytes.
|
5565
6841
|
:param float ocpus: The total number of OCPUs available to each node in the node pool. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
5566
6842
|
"""
|
5567
|
-
|
5568
|
-
|
6843
|
+
GetNodePoolNodeShapeConfigResult._configure(
|
6844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6845
|
+
memory_in_gbs=memory_in_gbs,
|
6846
|
+
ocpus=ocpus,
|
6847
|
+
)
|
6848
|
+
@staticmethod
|
6849
|
+
def _configure(
|
6850
|
+
_setter: Callable[[Any, Any], None],
|
6851
|
+
memory_in_gbs: float,
|
6852
|
+
ocpus: float,
|
6853
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6854
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
6855
|
+
_setter("ocpus", ocpus)
|
5569
6856
|
|
5570
6857
|
@property
|
5571
6858
|
@pulumi.getter(name="memoryInGbs")
|
@@ -5595,9 +6882,22 @@ class GetNodePoolNodeSourceResult(dict):
|
|
5595
6882
|
:param str source_name: The user-friendly name of the entity corresponding to the OCID.
|
5596
6883
|
:param str source_type: The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
5597
6884
|
"""
|
5598
|
-
|
5599
|
-
|
5600
|
-
|
6885
|
+
GetNodePoolNodeSourceResult._configure(
|
6886
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6887
|
+
image_id=image_id,
|
6888
|
+
source_name=source_name,
|
6889
|
+
source_type=source_type,
|
6890
|
+
)
|
6891
|
+
@staticmethod
|
6892
|
+
def _configure(
|
6893
|
+
_setter: Callable[[Any, Any], None],
|
6894
|
+
image_id: str,
|
6895
|
+
source_name: str,
|
6896
|
+
source_type: str,
|
6897
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6898
|
+
_setter("image_id", image_id)
|
6899
|
+
_setter("source_name", source_name)
|
6900
|
+
_setter("source_type", source_type)
|
5601
6901
|
|
5602
6902
|
@property
|
5603
6903
|
@pulumi.getter(name="imageId")
|
@@ -5635,9 +6935,22 @@ class GetNodePoolNodeSourceDetailResult(dict):
|
|
5635
6935
|
:param str image_id: The OCID of the image used to boot the node.
|
5636
6936
|
:param str source_type: The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
5637
6937
|
"""
|
5638
|
-
|
5639
|
-
|
5640
|
-
|
6938
|
+
GetNodePoolNodeSourceDetailResult._configure(
|
6939
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6940
|
+
boot_volume_size_in_gbs=boot_volume_size_in_gbs,
|
6941
|
+
image_id=image_id,
|
6942
|
+
source_type=source_type,
|
6943
|
+
)
|
6944
|
+
@staticmethod
|
6945
|
+
def _configure(
|
6946
|
+
_setter: Callable[[Any, Any], None],
|
6947
|
+
boot_volume_size_in_gbs: str,
|
6948
|
+
image_id: str,
|
6949
|
+
source_type: str,
|
6950
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6951
|
+
_setter("boot_volume_size_in_gbs", boot_volume_size_in_gbs)
|
6952
|
+
_setter("image_id", image_id)
|
6953
|
+
_setter("source_type", source_type)
|
5641
6954
|
|
5642
6955
|
@property
|
5643
6956
|
@pulumi.getter(name="bootVolumeSizeInGbs")
|
@@ -5675,9 +6988,22 @@ class GetNodePoolOptionSourceResult(dict):
|
|
5675
6988
|
:param str source_name: The user-friendly name of the entity corresponding to the OCID.
|
5676
6989
|
:param str source_type: The source type of this option. `IMAGE` means the OCID is of an image.
|
5677
6990
|
"""
|
5678
|
-
|
5679
|
-
|
5680
|
-
|
6991
|
+
GetNodePoolOptionSourceResult._configure(
|
6992
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6993
|
+
image_id=image_id,
|
6994
|
+
source_name=source_name,
|
6995
|
+
source_type=source_type,
|
6996
|
+
)
|
6997
|
+
@staticmethod
|
6998
|
+
def _configure(
|
6999
|
+
_setter: Callable[[Any, Any], None],
|
7000
|
+
image_id: str,
|
7001
|
+
source_name: str,
|
7002
|
+
source_type: str,
|
7003
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7004
|
+
_setter("image_id", image_id)
|
7005
|
+
_setter("source_name", source_name)
|
7006
|
+
_setter("source_type", source_type)
|
5681
7007
|
|
5682
7008
|
@property
|
5683
7009
|
@pulumi.getter(name="imageId")
|
@@ -5713,10 +7039,23 @@ class GetNodePoolsFilterResult(dict):
|
|
5713
7039
|
"""
|
5714
7040
|
:param str name: The name to filter on.
|
5715
7041
|
"""
|
5716
|
-
|
5717
|
-
|
7042
|
+
GetNodePoolsFilterResult._configure(
|
7043
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7044
|
+
name=name,
|
7045
|
+
values=values,
|
7046
|
+
regex=regex,
|
7047
|
+
)
|
7048
|
+
@staticmethod
|
7049
|
+
def _configure(
|
7050
|
+
_setter: Callable[[Any, Any], None],
|
7051
|
+
name: str,
|
7052
|
+
values: Sequence[str],
|
7053
|
+
regex: Optional[bool] = None,
|
7054
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7055
|
+
_setter("name", name)
|
7056
|
+
_setter("values", values)
|
5718
7057
|
if regex is not None:
|
5719
|
-
|
7058
|
+
_setter("regex", regex)
|
5720
7059
|
|
5721
7060
|
@property
|
5722
7061
|
@pulumi.getter
|
@@ -5790,31 +7129,88 @@ class GetNodePoolsNodePoolResult(dict):
|
|
5790
7129
|
:param str state: A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
|
5791
7130
|
:param Sequence[str] subnet_ids: The OCIDs of the subnets in which to place nodes for this node pool.
|
5792
7131
|
"""
|
5793
|
-
|
5794
|
-
|
5795
|
-
|
5796
|
-
|
5797
|
-
|
5798
|
-
|
5799
|
-
|
5800
|
-
|
5801
|
-
|
5802
|
-
|
5803
|
-
|
5804
|
-
|
5805
|
-
|
5806
|
-
|
5807
|
-
|
5808
|
-
|
5809
|
-
|
5810
|
-
|
5811
|
-
|
5812
|
-
|
5813
|
-
|
5814
|
-
|
5815
|
-
|
5816
|
-
|
5817
|
-
|
7132
|
+
GetNodePoolsNodePoolResult._configure(
|
7133
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7134
|
+
cluster_id=cluster_id,
|
7135
|
+
compartment_id=compartment_id,
|
7136
|
+
defined_tags=defined_tags,
|
7137
|
+
freeform_tags=freeform_tags,
|
7138
|
+
id=id,
|
7139
|
+
initial_node_labels=initial_node_labels,
|
7140
|
+
kubernetes_version=kubernetes_version,
|
7141
|
+
lifecycle_details=lifecycle_details,
|
7142
|
+
name=name,
|
7143
|
+
node_config_details=node_config_details,
|
7144
|
+
node_eviction_node_pool_settings=node_eviction_node_pool_settings,
|
7145
|
+
node_image_id=node_image_id,
|
7146
|
+
node_image_name=node_image_name,
|
7147
|
+
node_metadata=node_metadata,
|
7148
|
+
node_pool_cycling_details=node_pool_cycling_details,
|
7149
|
+
node_pool_id=node_pool_id,
|
7150
|
+
node_shape=node_shape,
|
7151
|
+
node_shape_configs=node_shape_configs,
|
7152
|
+
node_source_details=node_source_details,
|
7153
|
+
node_sources=node_sources,
|
7154
|
+
nodes=nodes,
|
7155
|
+
quantity_per_subnet=quantity_per_subnet,
|
7156
|
+
ssh_public_key=ssh_public_key,
|
7157
|
+
state=state,
|
7158
|
+
subnet_ids=subnet_ids,
|
7159
|
+
)
|
7160
|
+
@staticmethod
|
7161
|
+
def _configure(
|
7162
|
+
_setter: Callable[[Any, Any], None],
|
7163
|
+
cluster_id: str,
|
7164
|
+
compartment_id: str,
|
7165
|
+
defined_tags: Mapping[str, Any],
|
7166
|
+
freeform_tags: Mapping[str, Any],
|
7167
|
+
id: str,
|
7168
|
+
initial_node_labels: Sequence['outputs.GetNodePoolsNodePoolInitialNodeLabelResult'],
|
7169
|
+
kubernetes_version: str,
|
7170
|
+
lifecycle_details: str,
|
7171
|
+
name: str,
|
7172
|
+
node_config_details: Sequence['outputs.GetNodePoolsNodePoolNodeConfigDetailResult'],
|
7173
|
+
node_eviction_node_pool_settings: Sequence['outputs.GetNodePoolsNodePoolNodeEvictionNodePoolSettingResult'],
|
7174
|
+
node_image_id: str,
|
7175
|
+
node_image_name: str,
|
7176
|
+
node_metadata: Mapping[str, Any],
|
7177
|
+
node_pool_cycling_details: Sequence['outputs.GetNodePoolsNodePoolNodePoolCyclingDetailResult'],
|
7178
|
+
node_pool_id: str,
|
7179
|
+
node_shape: str,
|
7180
|
+
node_shape_configs: Sequence['outputs.GetNodePoolsNodePoolNodeShapeConfigResult'],
|
7181
|
+
node_source_details: Sequence['outputs.GetNodePoolsNodePoolNodeSourceDetailResult'],
|
7182
|
+
node_sources: Sequence['outputs.GetNodePoolsNodePoolNodeSourceResult'],
|
7183
|
+
nodes: Sequence['outputs.GetNodePoolsNodePoolNodeResult'],
|
7184
|
+
quantity_per_subnet: int,
|
7185
|
+
ssh_public_key: str,
|
7186
|
+
state: str,
|
7187
|
+
subnet_ids: Sequence[str],
|
7188
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7189
|
+
_setter("cluster_id", cluster_id)
|
7190
|
+
_setter("compartment_id", compartment_id)
|
7191
|
+
_setter("defined_tags", defined_tags)
|
7192
|
+
_setter("freeform_tags", freeform_tags)
|
7193
|
+
_setter("id", id)
|
7194
|
+
_setter("initial_node_labels", initial_node_labels)
|
7195
|
+
_setter("kubernetes_version", kubernetes_version)
|
7196
|
+
_setter("lifecycle_details", lifecycle_details)
|
7197
|
+
_setter("name", name)
|
7198
|
+
_setter("node_config_details", node_config_details)
|
7199
|
+
_setter("node_eviction_node_pool_settings", node_eviction_node_pool_settings)
|
7200
|
+
_setter("node_image_id", node_image_id)
|
7201
|
+
_setter("node_image_name", node_image_name)
|
7202
|
+
_setter("node_metadata", node_metadata)
|
7203
|
+
_setter("node_pool_cycling_details", node_pool_cycling_details)
|
7204
|
+
_setter("node_pool_id", node_pool_id)
|
7205
|
+
_setter("node_shape", node_shape)
|
7206
|
+
_setter("node_shape_configs", node_shape_configs)
|
7207
|
+
_setter("node_source_details", node_source_details)
|
7208
|
+
_setter("node_sources", node_sources)
|
7209
|
+
_setter("nodes", nodes)
|
7210
|
+
_setter("quantity_per_subnet", quantity_per_subnet)
|
7211
|
+
_setter("ssh_public_key", ssh_public_key)
|
7212
|
+
_setter("state", state)
|
7213
|
+
_setter("subnet_ids", subnet_ids)
|
5818
7214
|
|
5819
7215
|
@property
|
5820
7216
|
@pulumi.getter(name="clusterId")
|
@@ -6026,8 +7422,19 @@ class GetNodePoolsNodePoolInitialNodeLabelResult(dict):
|
|
6026
7422
|
:param str key: The key of the pair.
|
6027
7423
|
:param str value: The value of the pair.
|
6028
7424
|
"""
|
6029
|
-
|
6030
|
-
|
7425
|
+
GetNodePoolsNodePoolInitialNodeLabelResult._configure(
|
7426
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7427
|
+
key=key,
|
7428
|
+
value=value,
|
7429
|
+
)
|
7430
|
+
@staticmethod
|
7431
|
+
def _configure(
|
7432
|
+
_setter: Callable[[Any, Any], None],
|
7433
|
+
key: str,
|
7434
|
+
value: str,
|
7435
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7436
|
+
_setter("key", key)
|
7437
|
+
_setter("value", value)
|
6031
7438
|
|
6032
7439
|
@property
|
6033
7440
|
@pulumi.getter
|
@@ -6074,20 +7481,55 @@ class GetNodePoolsNodePoolNodeResult(dict):
|
|
6074
7481
|
:param str state: A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
|
6075
7482
|
:param str subnet_id: The OCID of the subnet in which to place nodes.
|
6076
7483
|
"""
|
6077
|
-
|
6078
|
-
|
6079
|
-
|
6080
|
-
|
6081
|
-
|
6082
|
-
|
6083
|
-
|
6084
|
-
|
6085
|
-
|
6086
|
-
|
6087
|
-
|
6088
|
-
|
6089
|
-
|
6090
|
-
|
7484
|
+
GetNodePoolsNodePoolNodeResult._configure(
|
7485
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7486
|
+
availability_domain=availability_domain,
|
7487
|
+
defined_tags=defined_tags,
|
7488
|
+
errors=errors,
|
7489
|
+
fault_domain=fault_domain,
|
7490
|
+
freeform_tags=freeform_tags,
|
7491
|
+
id=id,
|
7492
|
+
kubernetes_version=kubernetes_version,
|
7493
|
+
lifecycle_details=lifecycle_details,
|
7494
|
+
name=name,
|
7495
|
+
node_pool_id=node_pool_id,
|
7496
|
+
private_ip=private_ip,
|
7497
|
+
public_ip=public_ip,
|
7498
|
+
state=state,
|
7499
|
+
subnet_id=subnet_id,
|
7500
|
+
)
|
7501
|
+
@staticmethod
|
7502
|
+
def _configure(
|
7503
|
+
_setter: Callable[[Any, Any], None],
|
7504
|
+
availability_domain: str,
|
7505
|
+
defined_tags: Mapping[str, Any],
|
7506
|
+
errors: Sequence['outputs.GetNodePoolsNodePoolNodeErrorResult'],
|
7507
|
+
fault_domain: str,
|
7508
|
+
freeform_tags: Mapping[str, Any],
|
7509
|
+
id: str,
|
7510
|
+
kubernetes_version: str,
|
7511
|
+
lifecycle_details: str,
|
7512
|
+
name: str,
|
7513
|
+
node_pool_id: str,
|
7514
|
+
private_ip: str,
|
7515
|
+
public_ip: str,
|
7516
|
+
state: str,
|
7517
|
+
subnet_id: str,
|
7518
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7519
|
+
_setter("availability_domain", availability_domain)
|
7520
|
+
_setter("defined_tags", defined_tags)
|
7521
|
+
_setter("errors", errors)
|
7522
|
+
_setter("fault_domain", fault_domain)
|
7523
|
+
_setter("freeform_tags", freeform_tags)
|
7524
|
+
_setter("id", id)
|
7525
|
+
_setter("kubernetes_version", kubernetes_version)
|
7526
|
+
_setter("lifecycle_details", lifecycle_details)
|
7527
|
+
_setter("name", name)
|
7528
|
+
_setter("node_pool_id", node_pool_id)
|
7529
|
+
_setter("private_ip", private_ip)
|
7530
|
+
_setter("public_ip", public_ip)
|
7531
|
+
_setter("state", state)
|
7532
|
+
_setter("subnet_id", subnet_id)
|
6091
7533
|
|
6092
7534
|
@property
|
6093
7535
|
@pulumi.getter(name="availabilityDomain")
|
@@ -6208,14 +7650,37 @@ class GetNodePoolsNodePoolNodeConfigDetailResult(dict):
|
|
6208
7650
|
:param Sequence['GetNodePoolsNodePoolNodeConfigDetailPlacementConfigArgs'] placement_configs: The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
|
6209
7651
|
:param int size: The number of nodes in the node pool.
|
6210
7652
|
"""
|
6211
|
-
|
6212
|
-
|
6213
|
-
|
6214
|
-
|
6215
|
-
|
6216
|
-
|
6217
|
-
|
6218
|
-
|
7653
|
+
GetNodePoolsNodePoolNodeConfigDetailResult._configure(
|
7654
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7655
|
+
defined_tags=defined_tags,
|
7656
|
+
freeform_tags=freeform_tags,
|
7657
|
+
is_pv_encryption_in_transit_enabled=is_pv_encryption_in_transit_enabled,
|
7658
|
+
kms_key_id=kms_key_id,
|
7659
|
+
node_pool_pod_network_option_details=node_pool_pod_network_option_details,
|
7660
|
+
nsg_ids=nsg_ids,
|
7661
|
+
placement_configs=placement_configs,
|
7662
|
+
size=size,
|
7663
|
+
)
|
7664
|
+
@staticmethod
|
7665
|
+
def _configure(
|
7666
|
+
_setter: Callable[[Any, Any], None],
|
7667
|
+
defined_tags: Mapping[str, Any],
|
7668
|
+
freeform_tags: Mapping[str, Any],
|
7669
|
+
is_pv_encryption_in_transit_enabled: bool,
|
7670
|
+
kms_key_id: str,
|
7671
|
+
node_pool_pod_network_option_details: Sequence['outputs.GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetailResult'],
|
7672
|
+
nsg_ids: Sequence[str],
|
7673
|
+
placement_configs: Sequence['outputs.GetNodePoolsNodePoolNodeConfigDetailPlacementConfigResult'],
|
7674
|
+
size: int,
|
7675
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7676
|
+
_setter("defined_tags", defined_tags)
|
7677
|
+
_setter("freeform_tags", freeform_tags)
|
7678
|
+
_setter("is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
|
7679
|
+
_setter("kms_key_id", kms_key_id)
|
7680
|
+
_setter("node_pool_pod_network_option_details", node_pool_pod_network_option_details)
|
7681
|
+
_setter("nsg_ids", nsg_ids)
|
7682
|
+
_setter("placement_configs", placement_configs)
|
7683
|
+
_setter("size", size)
|
6219
7684
|
|
6220
7685
|
@property
|
6221
7686
|
@pulumi.getter(name="definedTags")
|
@@ -6295,10 +7760,25 @@ class GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetailResult(d
|
|
6295
7760
|
:param Sequence[str] pod_nsg_ids: The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
|
6296
7761
|
:param Sequence[str] pod_subnet_ids: The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
|
6297
7762
|
"""
|
6298
|
-
|
6299
|
-
|
6300
|
-
|
6301
|
-
|
7763
|
+
GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetailResult._configure(
|
7764
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7765
|
+
cni_type=cni_type,
|
7766
|
+
max_pods_per_node=max_pods_per_node,
|
7767
|
+
pod_nsg_ids=pod_nsg_ids,
|
7768
|
+
pod_subnet_ids=pod_subnet_ids,
|
7769
|
+
)
|
7770
|
+
@staticmethod
|
7771
|
+
def _configure(
|
7772
|
+
_setter: Callable[[Any, Any], None],
|
7773
|
+
cni_type: str,
|
7774
|
+
max_pods_per_node: int,
|
7775
|
+
pod_nsg_ids: Sequence[str],
|
7776
|
+
pod_subnet_ids: Sequence[str],
|
7777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7778
|
+
_setter("cni_type", cni_type)
|
7779
|
+
_setter("max_pods_per_node", max_pods_per_node)
|
7780
|
+
_setter("pod_nsg_ids", pod_nsg_ids)
|
7781
|
+
_setter("pod_subnet_ids", pod_subnet_ids)
|
6302
7782
|
|
6303
7783
|
@property
|
6304
7784
|
@pulumi.getter(name="cniType")
|
@@ -6348,11 +7828,28 @@ class GetNodePoolsNodePoolNodeConfigDetailPlacementConfigResult(dict):
|
|
6348
7828
|
:param Sequence['GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigArgs'] preemptible_node_configs: Configuration options for preemptible nodes.
|
6349
7829
|
:param str subnet_id: The OCID of the subnet in which to place nodes.
|
6350
7830
|
"""
|
6351
|
-
|
6352
|
-
|
6353
|
-
|
6354
|
-
|
6355
|
-
|
7831
|
+
GetNodePoolsNodePoolNodeConfigDetailPlacementConfigResult._configure(
|
7832
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7833
|
+
availability_domain=availability_domain,
|
7834
|
+
capacity_reservation_id=capacity_reservation_id,
|
7835
|
+
fault_domains=fault_domains,
|
7836
|
+
preemptible_node_configs=preemptible_node_configs,
|
7837
|
+
subnet_id=subnet_id,
|
7838
|
+
)
|
7839
|
+
@staticmethod
|
7840
|
+
def _configure(
|
7841
|
+
_setter: Callable[[Any, Any], None],
|
7842
|
+
availability_domain: str,
|
7843
|
+
capacity_reservation_id: str,
|
7844
|
+
fault_domains: Sequence[str],
|
7845
|
+
preemptible_node_configs: Sequence['outputs.GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigResult'],
|
7846
|
+
subnet_id: str,
|
7847
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7848
|
+
_setter("availability_domain", availability_domain)
|
7849
|
+
_setter("capacity_reservation_id", capacity_reservation_id)
|
7850
|
+
_setter("fault_domains", fault_domains)
|
7851
|
+
_setter("preemptible_node_configs", preemptible_node_configs)
|
7852
|
+
_setter("subnet_id", subnet_id)
|
6356
7853
|
|
6357
7854
|
@property
|
6358
7855
|
@pulumi.getter(name="availabilityDomain")
|
@@ -6402,7 +7899,16 @@ class GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigRe
|
|
6402
7899
|
"""
|
6403
7900
|
:param Sequence['GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionActionArgs'] preemption_actions: The action to run when the preemptible node is interrupted for eviction.
|
6404
7901
|
"""
|
6405
|
-
|
7902
|
+
GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigResult._configure(
|
7903
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7904
|
+
preemption_actions=preemption_actions,
|
7905
|
+
)
|
7906
|
+
@staticmethod
|
7907
|
+
def _configure(
|
7908
|
+
_setter: Callable[[Any, Any], None],
|
7909
|
+
preemption_actions: Sequence['outputs.GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionActionResult'],
|
7910
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7911
|
+
_setter("preemption_actions", preemption_actions)
|
6406
7912
|
|
6407
7913
|
@property
|
6408
7914
|
@pulumi.getter(name="preemptionActions")
|
@@ -6422,8 +7928,19 @@ class GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPr
|
|
6422
7928
|
:param bool is_preserve_boot_volume: Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
|
6423
7929
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
6424
7930
|
"""
|
6425
|
-
|
6426
|
-
|
7931
|
+
GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionActionResult._configure(
|
7932
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7933
|
+
is_preserve_boot_volume=is_preserve_boot_volume,
|
7934
|
+
type=type,
|
7935
|
+
)
|
7936
|
+
@staticmethod
|
7937
|
+
def _configure(
|
7938
|
+
_setter: Callable[[Any, Any], None],
|
7939
|
+
is_preserve_boot_volume: bool,
|
7940
|
+
type: str,
|
7941
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7942
|
+
_setter("is_preserve_boot_volume", is_preserve_boot_volume)
|
7943
|
+
_setter("type", type)
|
6427
7944
|
|
6428
7945
|
@property
|
6429
7946
|
@pulumi.getter(name="isPreserveBootVolume")
|
@@ -6448,9 +7965,22 @@ class GetNodePoolsNodePoolNodeErrorResult(dict):
|
|
6448
7965
|
code: str,
|
6449
7966
|
message: str,
|
6450
7967
|
status: str):
|
6451
|
-
|
6452
|
-
|
6453
|
-
|
7968
|
+
GetNodePoolsNodePoolNodeErrorResult._configure(
|
7969
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7970
|
+
code=code,
|
7971
|
+
message=message,
|
7972
|
+
status=status,
|
7973
|
+
)
|
7974
|
+
@staticmethod
|
7975
|
+
def _configure(
|
7976
|
+
_setter: Callable[[Any, Any], None],
|
7977
|
+
code: str,
|
7978
|
+
message: str,
|
7979
|
+
status: str,
|
7980
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7981
|
+
_setter("code", code)
|
7982
|
+
_setter("message", message)
|
7983
|
+
_setter("status", status)
|
6454
7984
|
|
6455
7985
|
@property
|
6456
7986
|
@pulumi.getter
|
@@ -6477,8 +8007,19 @@ class GetNodePoolsNodePoolNodeEvictionNodePoolSettingResult(dict):
|
|
6477
8007
|
:param str eviction_grace_duration: Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
|
6478
8008
|
:param bool is_force_delete_after_grace_duration: If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
|
6479
8009
|
"""
|
6480
|
-
|
6481
|
-
|
8010
|
+
GetNodePoolsNodePoolNodeEvictionNodePoolSettingResult._configure(
|
8011
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8012
|
+
eviction_grace_duration=eviction_grace_duration,
|
8013
|
+
is_force_delete_after_grace_duration=is_force_delete_after_grace_duration,
|
8014
|
+
)
|
8015
|
+
@staticmethod
|
8016
|
+
def _configure(
|
8017
|
+
_setter: Callable[[Any, Any], None],
|
8018
|
+
eviction_grace_duration: str,
|
8019
|
+
is_force_delete_after_grace_duration: bool,
|
8020
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8021
|
+
_setter("eviction_grace_duration", eviction_grace_duration)
|
8022
|
+
_setter("is_force_delete_after_grace_duration", is_force_delete_after_grace_duration)
|
6482
8023
|
|
6483
8024
|
@property
|
6484
8025
|
@pulumi.getter(name="evictionGraceDuration")
|
@@ -6508,9 +8049,22 @@ class GetNodePoolsNodePoolNodePoolCyclingDetailResult(dict):
|
|
6508
8049
|
:param str maximum_surge: Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
6509
8050
|
:param str maximum_unavailable: Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
6510
8051
|
"""
|
6511
|
-
|
6512
|
-
|
6513
|
-
|
8052
|
+
GetNodePoolsNodePoolNodePoolCyclingDetailResult._configure(
|
8053
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8054
|
+
is_node_cycling_enabled=is_node_cycling_enabled,
|
8055
|
+
maximum_surge=maximum_surge,
|
8056
|
+
maximum_unavailable=maximum_unavailable,
|
8057
|
+
)
|
8058
|
+
@staticmethod
|
8059
|
+
def _configure(
|
8060
|
+
_setter: Callable[[Any, Any], None],
|
8061
|
+
is_node_cycling_enabled: bool,
|
8062
|
+
maximum_surge: str,
|
8063
|
+
maximum_unavailable: str,
|
8064
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8065
|
+
_setter("is_node_cycling_enabled", is_node_cycling_enabled)
|
8066
|
+
_setter("maximum_surge", maximum_surge)
|
8067
|
+
_setter("maximum_unavailable", maximum_unavailable)
|
6514
8068
|
|
6515
8069
|
@property
|
6516
8070
|
@pulumi.getter(name="isNodeCyclingEnabled")
|
@@ -6546,8 +8100,19 @@ class GetNodePoolsNodePoolNodeShapeConfigResult(dict):
|
|
6546
8100
|
:param float memory_in_gbs: The total amount of memory available to each node, in gigabytes.
|
6547
8101
|
:param float ocpus: The total number of OCPUs available to each node in the node pool. See [here](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/) for details.
|
6548
8102
|
"""
|
6549
|
-
|
6550
|
-
|
8103
|
+
GetNodePoolsNodePoolNodeShapeConfigResult._configure(
|
8104
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8105
|
+
memory_in_gbs=memory_in_gbs,
|
8106
|
+
ocpus=ocpus,
|
8107
|
+
)
|
8108
|
+
@staticmethod
|
8109
|
+
def _configure(
|
8110
|
+
_setter: Callable[[Any, Any], None],
|
8111
|
+
memory_in_gbs: float,
|
8112
|
+
ocpus: float,
|
8113
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8114
|
+
_setter("memory_in_gbs", memory_in_gbs)
|
8115
|
+
_setter("ocpus", ocpus)
|
6551
8116
|
|
6552
8117
|
@property
|
6553
8118
|
@pulumi.getter(name="memoryInGbs")
|
@@ -6577,9 +8142,22 @@ class GetNodePoolsNodePoolNodeSourceResult(dict):
|
|
6577
8142
|
:param str source_name: The user-friendly name of the entity corresponding to the OCID.
|
6578
8143
|
:param str source_type: The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
6579
8144
|
"""
|
6580
|
-
|
6581
|
-
|
6582
|
-
|
8145
|
+
GetNodePoolsNodePoolNodeSourceResult._configure(
|
8146
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8147
|
+
image_id=image_id,
|
8148
|
+
source_name=source_name,
|
8149
|
+
source_type=source_type,
|
8150
|
+
)
|
8151
|
+
@staticmethod
|
8152
|
+
def _configure(
|
8153
|
+
_setter: Callable[[Any, Any], None],
|
8154
|
+
image_id: str,
|
8155
|
+
source_name: str,
|
8156
|
+
source_type: str,
|
8157
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8158
|
+
_setter("image_id", image_id)
|
8159
|
+
_setter("source_name", source_name)
|
8160
|
+
_setter("source_type", source_type)
|
6583
8161
|
|
6584
8162
|
@property
|
6585
8163
|
@pulumi.getter(name="imageId")
|
@@ -6617,9 +8195,22 @@ class GetNodePoolsNodePoolNodeSourceDetailResult(dict):
|
|
6617
8195
|
:param str image_id: The OCID of the image used to boot the node.
|
6618
8196
|
:param str source_type: The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
6619
8197
|
"""
|
6620
|
-
|
6621
|
-
|
6622
|
-
|
8198
|
+
GetNodePoolsNodePoolNodeSourceDetailResult._configure(
|
8199
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8200
|
+
boot_volume_size_in_gbs=boot_volume_size_in_gbs,
|
8201
|
+
image_id=image_id,
|
8202
|
+
source_type=source_type,
|
8203
|
+
)
|
8204
|
+
@staticmethod
|
8205
|
+
def _configure(
|
8206
|
+
_setter: Callable[[Any, Any], None],
|
8207
|
+
boot_volume_size_in_gbs: str,
|
8208
|
+
image_id: str,
|
8209
|
+
source_type: str,
|
8210
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8211
|
+
_setter("boot_volume_size_in_gbs", boot_volume_size_in_gbs)
|
8212
|
+
_setter("image_id", image_id)
|
8213
|
+
_setter("source_type", source_type)
|
6623
8214
|
|
6624
8215
|
@property
|
6625
8216
|
@pulumi.getter(name="bootVolumeSizeInGbs")
|
@@ -6655,10 +8246,23 @@ class GetPodShapesFilterResult(dict):
|
|
6655
8246
|
"""
|
6656
8247
|
:param str name: The name to filter on.
|
6657
8248
|
"""
|
6658
|
-
|
6659
|
-
|
8249
|
+
GetPodShapesFilterResult._configure(
|
8250
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8251
|
+
name=name,
|
8252
|
+
values=values,
|
8253
|
+
regex=regex,
|
8254
|
+
)
|
8255
|
+
@staticmethod
|
8256
|
+
def _configure(
|
8257
|
+
_setter: Callable[[Any, Any], None],
|
8258
|
+
name: str,
|
8259
|
+
values: Sequence[str],
|
8260
|
+
regex: Optional[bool] = None,
|
8261
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8262
|
+
_setter("name", name)
|
8263
|
+
_setter("values", values)
|
6660
8264
|
if regex is not None:
|
6661
|
-
|
8265
|
+
_setter("regex", regex)
|
6662
8266
|
|
6663
8267
|
@property
|
6664
8268
|
@pulumi.getter
|
@@ -6694,11 +8298,28 @@ class GetPodShapesPodShapeResult(dict):
|
|
6694
8298
|
:param Sequence['GetPodShapesPodShapeOcpuOptionArgs'] ocpu_options: Options for OCPU shape.
|
6695
8299
|
:param str processor_description: A short description of the VM's processor (CPU).
|
6696
8300
|
"""
|
6697
|
-
|
6698
|
-
|
6699
|
-
|
6700
|
-
|
6701
|
-
|
8301
|
+
GetPodShapesPodShapeResult._configure(
|
8302
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8303
|
+
memory_options=memory_options,
|
8304
|
+
name=name,
|
8305
|
+
network_bandwidth_options=network_bandwidth_options,
|
8306
|
+
ocpu_options=ocpu_options,
|
8307
|
+
processor_description=processor_description,
|
8308
|
+
)
|
8309
|
+
@staticmethod
|
8310
|
+
def _configure(
|
8311
|
+
_setter: Callable[[Any, Any], None],
|
8312
|
+
memory_options: Sequence['outputs.GetPodShapesPodShapeMemoryOptionResult'],
|
8313
|
+
name: str,
|
8314
|
+
network_bandwidth_options: Sequence['outputs.GetPodShapesPodShapeNetworkBandwidthOptionResult'],
|
8315
|
+
ocpu_options: Sequence['outputs.GetPodShapesPodShapeOcpuOptionResult'],
|
8316
|
+
processor_description: str,
|
8317
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8318
|
+
_setter("memory_options", memory_options)
|
8319
|
+
_setter("name", name)
|
8320
|
+
_setter("network_bandwidth_options", network_bandwidth_options)
|
8321
|
+
_setter("ocpu_options", ocpu_options)
|
8322
|
+
_setter("processor_description", processor_description)
|
6702
8323
|
|
6703
8324
|
@property
|
6704
8325
|
@pulumi.getter(name="memoryOptions")
|
@@ -6756,11 +8377,28 @@ class GetPodShapesPodShapeMemoryOptionResult(dict):
|
|
6756
8377
|
:param float min_in_gbs: The minimum amount of memory, in gigabytes.
|
6757
8378
|
:param float min_per_ocpu_in_gbs: The minimum amount of memory per OCPU available for this shape, in gigabytes.
|
6758
8379
|
"""
|
6759
|
-
|
6760
|
-
|
6761
|
-
|
6762
|
-
|
6763
|
-
|
8380
|
+
GetPodShapesPodShapeMemoryOptionResult._configure(
|
8381
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8382
|
+
default_per_ocpu_in_gbs=default_per_ocpu_in_gbs,
|
8383
|
+
max_in_gbs=max_in_gbs,
|
8384
|
+
max_per_ocpu_in_gbs=max_per_ocpu_in_gbs,
|
8385
|
+
min_in_gbs=min_in_gbs,
|
8386
|
+
min_per_ocpu_in_gbs=min_per_ocpu_in_gbs,
|
8387
|
+
)
|
8388
|
+
@staticmethod
|
8389
|
+
def _configure(
|
8390
|
+
_setter: Callable[[Any, Any], None],
|
8391
|
+
default_per_ocpu_in_gbs: float,
|
8392
|
+
max_in_gbs: float,
|
8393
|
+
max_per_ocpu_in_gbs: float,
|
8394
|
+
min_in_gbs: float,
|
8395
|
+
min_per_ocpu_in_gbs: float,
|
8396
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8397
|
+
_setter("default_per_ocpu_in_gbs", default_per_ocpu_in_gbs)
|
8398
|
+
_setter("max_in_gbs", max_in_gbs)
|
8399
|
+
_setter("max_per_ocpu_in_gbs", max_per_ocpu_in_gbs)
|
8400
|
+
_setter("min_in_gbs", min_in_gbs)
|
8401
|
+
_setter("min_per_ocpu_in_gbs", min_per_ocpu_in_gbs)
|
6764
8402
|
|
6765
8403
|
@property
|
6766
8404
|
@pulumi.getter(name="defaultPerOcpuInGbs")
|
@@ -6814,9 +8452,22 @@ class GetPodShapesPodShapeNetworkBandwidthOptionResult(dict):
|
|
6814
8452
|
:param float max_in_gbps: The maximum amount of networking bandwidth, in gigabits per second.
|
6815
8453
|
:param float min_in_gbps: The minimum amount of networking bandwidth, in gigabits per second.
|
6816
8454
|
"""
|
6817
|
-
|
6818
|
-
|
6819
|
-
|
8455
|
+
GetPodShapesPodShapeNetworkBandwidthOptionResult._configure(
|
8456
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8457
|
+
default_per_ocpu_in_gbps=default_per_ocpu_in_gbps,
|
8458
|
+
max_in_gbps=max_in_gbps,
|
8459
|
+
min_in_gbps=min_in_gbps,
|
8460
|
+
)
|
8461
|
+
@staticmethod
|
8462
|
+
def _configure(
|
8463
|
+
_setter: Callable[[Any, Any], None],
|
8464
|
+
default_per_ocpu_in_gbps: float,
|
8465
|
+
max_in_gbps: float,
|
8466
|
+
min_in_gbps: float,
|
8467
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8468
|
+
_setter("default_per_ocpu_in_gbps", default_per_ocpu_in_gbps)
|
8469
|
+
_setter("max_in_gbps", max_in_gbps)
|
8470
|
+
_setter("min_in_gbps", min_in_gbps)
|
6820
8471
|
|
6821
8472
|
@property
|
6822
8473
|
@pulumi.getter(name="defaultPerOcpuInGbps")
|
@@ -6852,8 +8503,19 @@ class GetPodShapesPodShapeOcpuOptionResult(dict):
|
|
6852
8503
|
:param float max: The maximum number of OCPUs.
|
6853
8504
|
:param float min: The minimum number of OCPUs.
|
6854
8505
|
"""
|
6855
|
-
|
6856
|
-
|
8506
|
+
GetPodShapesPodShapeOcpuOptionResult._configure(
|
8507
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8508
|
+
max=max,
|
8509
|
+
min=min,
|
8510
|
+
)
|
8511
|
+
@staticmethod
|
8512
|
+
def _configure(
|
8513
|
+
_setter: Callable[[Any, Any], None],
|
8514
|
+
max: float,
|
8515
|
+
min: float,
|
8516
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8517
|
+
_setter("max", max)
|
8518
|
+
_setter("min", min)
|
6857
8519
|
|
6858
8520
|
@property
|
6859
8521
|
@pulumi.getter
|
@@ -6881,8 +8543,19 @@ class GetVirtualNodePoolInitialVirtualNodeLabelResult(dict):
|
|
6881
8543
|
:param str key: The key of the pair.
|
6882
8544
|
:param str value: The value of the pair.
|
6883
8545
|
"""
|
6884
|
-
|
6885
|
-
|
8546
|
+
GetVirtualNodePoolInitialVirtualNodeLabelResult._configure(
|
8547
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8548
|
+
key=key,
|
8549
|
+
value=value,
|
8550
|
+
)
|
8551
|
+
@staticmethod
|
8552
|
+
def _configure(
|
8553
|
+
_setter: Callable[[Any, Any], None],
|
8554
|
+
key: str,
|
8555
|
+
value: str,
|
8556
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8557
|
+
_setter("key", key)
|
8558
|
+
_setter("value", value)
|
6886
8559
|
|
6887
8560
|
@property
|
6888
8561
|
@pulumi.getter
|
@@ -6912,9 +8585,22 @@ class GetVirtualNodePoolPlacementConfigurationResult(dict):
|
|
6912
8585
|
:param Sequence[str] fault_domains: The fault domain of this virtual node.
|
6913
8586
|
:param str subnet_id: The regional subnet where pods' VNIC will be placed.
|
6914
8587
|
"""
|
6915
|
-
|
6916
|
-
|
6917
|
-
|
8588
|
+
GetVirtualNodePoolPlacementConfigurationResult._configure(
|
8589
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8590
|
+
availability_domain=availability_domain,
|
8591
|
+
fault_domains=fault_domains,
|
8592
|
+
subnet_id=subnet_id,
|
8593
|
+
)
|
8594
|
+
@staticmethod
|
8595
|
+
def _configure(
|
8596
|
+
_setter: Callable[[Any, Any], None],
|
8597
|
+
availability_domain: str,
|
8598
|
+
fault_domains: Sequence[str],
|
8599
|
+
subnet_id: str,
|
8600
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8601
|
+
_setter("availability_domain", availability_domain)
|
8602
|
+
_setter("fault_domains", fault_domains)
|
8603
|
+
_setter("subnet_id", subnet_id)
|
6918
8604
|
|
6919
8605
|
@property
|
6920
8606
|
@pulumi.getter(name="availabilityDomain")
|
@@ -6952,9 +8638,22 @@ class GetVirtualNodePoolPodConfigurationResult(dict):
|
|
6952
8638
|
:param str shape: Shape of the pods.
|
6953
8639
|
:param str subnet_id: The regional subnet where pods' VNIC will be placed.
|
6954
8640
|
"""
|
6955
|
-
|
6956
|
-
|
6957
|
-
|
8641
|
+
GetVirtualNodePoolPodConfigurationResult._configure(
|
8642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8643
|
+
nsg_ids=nsg_ids,
|
8644
|
+
shape=shape,
|
8645
|
+
subnet_id=subnet_id,
|
8646
|
+
)
|
8647
|
+
@staticmethod
|
8648
|
+
def _configure(
|
8649
|
+
_setter: Callable[[Any, Any], None],
|
8650
|
+
nsg_ids: Sequence[str],
|
8651
|
+
shape: str,
|
8652
|
+
subnet_id: str,
|
8653
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8654
|
+
_setter("nsg_ids", nsg_ids)
|
8655
|
+
_setter("shape", shape)
|
8656
|
+
_setter("subnet_id", subnet_id)
|
6958
8657
|
|
6959
8658
|
@property
|
6960
8659
|
@pulumi.getter(name="nsgIds")
|
@@ -6992,9 +8691,22 @@ class GetVirtualNodePoolTaintResult(dict):
|
|
6992
8691
|
:param str key: The key of the pair.
|
6993
8692
|
:param str value: The value of the pair.
|
6994
8693
|
"""
|
6995
|
-
|
6996
|
-
|
6997
|
-
|
8694
|
+
GetVirtualNodePoolTaintResult._configure(
|
8695
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8696
|
+
effect=effect,
|
8697
|
+
key=key,
|
8698
|
+
value=value,
|
8699
|
+
)
|
8700
|
+
@staticmethod
|
8701
|
+
def _configure(
|
8702
|
+
_setter: Callable[[Any, Any], None],
|
8703
|
+
effect: str,
|
8704
|
+
key: str,
|
8705
|
+
value: str,
|
8706
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8707
|
+
_setter("effect", effect)
|
8708
|
+
_setter("key", key)
|
8709
|
+
_setter("value", value)
|
6998
8710
|
|
6999
8711
|
@property
|
7000
8712
|
@pulumi.getter
|
@@ -7030,8 +8742,19 @@ class GetVirtualNodePoolVirtualNodeTagResult(dict):
|
|
7030
8742
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7031
8743
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7032
8744
|
"""
|
7033
|
-
|
7034
|
-
|
8745
|
+
GetVirtualNodePoolVirtualNodeTagResult._configure(
|
8746
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8747
|
+
defined_tags=defined_tags,
|
8748
|
+
freeform_tags=freeform_tags,
|
8749
|
+
)
|
8750
|
+
@staticmethod
|
8751
|
+
def _configure(
|
8752
|
+
_setter: Callable[[Any, Any], None],
|
8753
|
+
defined_tags: Mapping[str, Any],
|
8754
|
+
freeform_tags: Mapping[str, Any],
|
8755
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8756
|
+
_setter("defined_tags", defined_tags)
|
8757
|
+
_setter("freeform_tags", freeform_tags)
|
7035
8758
|
|
7036
8759
|
@property
|
7037
8760
|
@pulumi.getter(name="definedTags")
|
@@ -7059,10 +8782,23 @@ class GetVirtualNodePoolsFilterResult(dict):
|
|
7059
8782
|
"""
|
7060
8783
|
:param str name: The name to filter on.
|
7061
8784
|
"""
|
7062
|
-
|
7063
|
-
|
8785
|
+
GetVirtualNodePoolsFilterResult._configure(
|
8786
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8787
|
+
name=name,
|
8788
|
+
values=values,
|
8789
|
+
regex=regex,
|
8790
|
+
)
|
8791
|
+
@staticmethod
|
8792
|
+
def _configure(
|
8793
|
+
_setter: Callable[[Any, Any], None],
|
8794
|
+
name: str,
|
8795
|
+
values: Sequence[str],
|
8796
|
+
regex: Optional[bool] = None,
|
8797
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8798
|
+
_setter("name", name)
|
8799
|
+
_setter("values", values)
|
7064
8800
|
if regex is not None:
|
7065
|
-
|
8801
|
+
_setter("regex", regex)
|
7066
8802
|
|
7067
8803
|
@property
|
7068
8804
|
@pulumi.getter
|
@@ -7127,26 +8863,73 @@ class GetVirtualNodePoolsVirtualNodePoolResult(dict):
|
|
7127
8863
|
:param str time_updated: The time the virtual node pool was updated.
|
7128
8864
|
:param Sequence['GetVirtualNodePoolsVirtualNodePoolVirtualNodeTagArgs'] virtual_node_tags: The tags associated to the virtual nodes in this virtual node pool.
|
7129
8865
|
"""
|
7130
|
-
|
7131
|
-
|
7132
|
-
|
7133
|
-
|
7134
|
-
|
7135
|
-
|
7136
|
-
|
7137
|
-
|
7138
|
-
|
7139
|
-
|
7140
|
-
|
7141
|
-
|
7142
|
-
|
7143
|
-
|
7144
|
-
|
7145
|
-
|
7146
|
-
|
7147
|
-
|
7148
|
-
|
7149
|
-
|
8866
|
+
GetVirtualNodePoolsVirtualNodePoolResult._configure(
|
8867
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8868
|
+
cluster_id=cluster_id,
|
8869
|
+
compartment_id=compartment_id,
|
8870
|
+
defined_tags=defined_tags,
|
8871
|
+
display_name=display_name,
|
8872
|
+
freeform_tags=freeform_tags,
|
8873
|
+
id=id,
|
8874
|
+
initial_virtual_node_labels=initial_virtual_node_labels,
|
8875
|
+
kubernetes_version=kubernetes_version,
|
8876
|
+
lifecycle_details=lifecycle_details,
|
8877
|
+
nsg_ids=nsg_ids,
|
8878
|
+
placement_configurations=placement_configurations,
|
8879
|
+
pod_configurations=pod_configurations,
|
8880
|
+
size=size,
|
8881
|
+
state=state,
|
8882
|
+
system_tags=system_tags,
|
8883
|
+
taints=taints,
|
8884
|
+
time_created=time_created,
|
8885
|
+
time_updated=time_updated,
|
8886
|
+
virtual_node_pool_id=virtual_node_pool_id,
|
8887
|
+
virtual_node_tags=virtual_node_tags,
|
8888
|
+
)
|
8889
|
+
@staticmethod
|
8890
|
+
def _configure(
|
8891
|
+
_setter: Callable[[Any, Any], None],
|
8892
|
+
cluster_id: str,
|
8893
|
+
compartment_id: str,
|
8894
|
+
defined_tags: Mapping[str, Any],
|
8895
|
+
display_name: str,
|
8896
|
+
freeform_tags: Mapping[str, Any],
|
8897
|
+
id: str,
|
8898
|
+
initial_virtual_node_labels: Sequence['outputs.GetVirtualNodePoolsVirtualNodePoolInitialVirtualNodeLabelResult'],
|
8899
|
+
kubernetes_version: str,
|
8900
|
+
lifecycle_details: str,
|
8901
|
+
nsg_ids: Sequence[str],
|
8902
|
+
placement_configurations: Sequence['outputs.GetVirtualNodePoolsVirtualNodePoolPlacementConfigurationResult'],
|
8903
|
+
pod_configurations: Sequence['outputs.GetVirtualNodePoolsVirtualNodePoolPodConfigurationResult'],
|
8904
|
+
size: int,
|
8905
|
+
state: str,
|
8906
|
+
system_tags: Mapping[str, Any],
|
8907
|
+
taints: Sequence['outputs.GetVirtualNodePoolsVirtualNodePoolTaintResult'],
|
8908
|
+
time_created: str,
|
8909
|
+
time_updated: str,
|
8910
|
+
virtual_node_pool_id: str,
|
8911
|
+
virtual_node_tags: Sequence['outputs.GetVirtualNodePoolsVirtualNodePoolVirtualNodeTagResult'],
|
8912
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8913
|
+
_setter("cluster_id", cluster_id)
|
8914
|
+
_setter("compartment_id", compartment_id)
|
8915
|
+
_setter("defined_tags", defined_tags)
|
8916
|
+
_setter("display_name", display_name)
|
8917
|
+
_setter("freeform_tags", freeform_tags)
|
8918
|
+
_setter("id", id)
|
8919
|
+
_setter("initial_virtual_node_labels", initial_virtual_node_labels)
|
8920
|
+
_setter("kubernetes_version", kubernetes_version)
|
8921
|
+
_setter("lifecycle_details", lifecycle_details)
|
8922
|
+
_setter("nsg_ids", nsg_ids)
|
8923
|
+
_setter("placement_configurations", placement_configurations)
|
8924
|
+
_setter("pod_configurations", pod_configurations)
|
8925
|
+
_setter("size", size)
|
8926
|
+
_setter("state", state)
|
8927
|
+
_setter("system_tags", system_tags)
|
8928
|
+
_setter("taints", taints)
|
8929
|
+
_setter("time_created", time_created)
|
8930
|
+
_setter("time_updated", time_updated)
|
8931
|
+
_setter("virtual_node_pool_id", virtual_node_pool_id)
|
8932
|
+
_setter("virtual_node_tags", virtual_node_tags)
|
7150
8933
|
|
7151
8934
|
@property
|
7152
8935
|
@pulumi.getter(name="clusterId")
|
@@ -7315,8 +9098,19 @@ class GetVirtualNodePoolsVirtualNodePoolInitialVirtualNodeLabelResult(dict):
|
|
7315
9098
|
:param str key: The key of the pair.
|
7316
9099
|
:param str value: The value of the pair.
|
7317
9100
|
"""
|
7318
|
-
|
7319
|
-
|
9101
|
+
GetVirtualNodePoolsVirtualNodePoolInitialVirtualNodeLabelResult._configure(
|
9102
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9103
|
+
key=key,
|
9104
|
+
value=value,
|
9105
|
+
)
|
9106
|
+
@staticmethod
|
9107
|
+
def _configure(
|
9108
|
+
_setter: Callable[[Any, Any], None],
|
9109
|
+
key: str,
|
9110
|
+
value: str,
|
9111
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9112
|
+
_setter("key", key)
|
9113
|
+
_setter("value", value)
|
7320
9114
|
|
7321
9115
|
@property
|
7322
9116
|
@pulumi.getter
|
@@ -7346,9 +9140,22 @@ class GetVirtualNodePoolsVirtualNodePoolPlacementConfigurationResult(dict):
|
|
7346
9140
|
:param Sequence[str] fault_domains: The fault domain of this virtual node.
|
7347
9141
|
:param str subnet_id: The regional subnet where pods' VNIC will be placed.
|
7348
9142
|
"""
|
7349
|
-
|
7350
|
-
|
7351
|
-
|
9143
|
+
GetVirtualNodePoolsVirtualNodePoolPlacementConfigurationResult._configure(
|
9144
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9145
|
+
availability_domain=availability_domain,
|
9146
|
+
fault_domains=fault_domains,
|
9147
|
+
subnet_id=subnet_id,
|
9148
|
+
)
|
9149
|
+
@staticmethod
|
9150
|
+
def _configure(
|
9151
|
+
_setter: Callable[[Any, Any], None],
|
9152
|
+
availability_domain: str,
|
9153
|
+
fault_domains: Sequence[str],
|
9154
|
+
subnet_id: str,
|
9155
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9156
|
+
_setter("availability_domain", availability_domain)
|
9157
|
+
_setter("fault_domains", fault_domains)
|
9158
|
+
_setter("subnet_id", subnet_id)
|
7352
9159
|
|
7353
9160
|
@property
|
7354
9161
|
@pulumi.getter(name="availabilityDomain")
|
@@ -7386,9 +9193,22 @@ class GetVirtualNodePoolsVirtualNodePoolPodConfigurationResult(dict):
|
|
7386
9193
|
:param str shape: Shape of the pods.
|
7387
9194
|
:param str subnet_id: The regional subnet where pods' VNIC will be placed.
|
7388
9195
|
"""
|
7389
|
-
|
7390
|
-
|
7391
|
-
|
9196
|
+
GetVirtualNodePoolsVirtualNodePoolPodConfigurationResult._configure(
|
9197
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9198
|
+
nsg_ids=nsg_ids,
|
9199
|
+
shape=shape,
|
9200
|
+
subnet_id=subnet_id,
|
9201
|
+
)
|
9202
|
+
@staticmethod
|
9203
|
+
def _configure(
|
9204
|
+
_setter: Callable[[Any, Any], None],
|
9205
|
+
nsg_ids: Sequence[str],
|
9206
|
+
shape: str,
|
9207
|
+
subnet_id: str,
|
9208
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9209
|
+
_setter("nsg_ids", nsg_ids)
|
9210
|
+
_setter("shape", shape)
|
9211
|
+
_setter("subnet_id", subnet_id)
|
7392
9212
|
|
7393
9213
|
@property
|
7394
9214
|
@pulumi.getter(name="nsgIds")
|
@@ -7426,9 +9246,22 @@ class GetVirtualNodePoolsVirtualNodePoolTaintResult(dict):
|
|
7426
9246
|
:param str key: The key of the pair.
|
7427
9247
|
:param str value: The value of the pair.
|
7428
9248
|
"""
|
7429
|
-
|
7430
|
-
|
7431
|
-
|
9249
|
+
GetVirtualNodePoolsVirtualNodePoolTaintResult._configure(
|
9250
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9251
|
+
effect=effect,
|
9252
|
+
key=key,
|
9253
|
+
value=value,
|
9254
|
+
)
|
9255
|
+
@staticmethod
|
9256
|
+
def _configure(
|
9257
|
+
_setter: Callable[[Any, Any], None],
|
9258
|
+
effect: str,
|
9259
|
+
key: str,
|
9260
|
+
value: str,
|
9261
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9262
|
+
_setter("effect", effect)
|
9263
|
+
_setter("key", key)
|
9264
|
+
_setter("value", value)
|
7432
9265
|
|
7433
9266
|
@property
|
7434
9267
|
@pulumi.getter
|
@@ -7464,8 +9297,19 @@ class GetVirtualNodePoolsVirtualNodePoolVirtualNodeTagResult(dict):
|
|
7464
9297
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
7465
9298
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7466
9299
|
"""
|
7467
|
-
|
7468
|
-
|
9300
|
+
GetVirtualNodePoolsVirtualNodePoolVirtualNodeTagResult._configure(
|
9301
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9302
|
+
defined_tags=defined_tags,
|
9303
|
+
freeform_tags=freeform_tags,
|
9304
|
+
)
|
9305
|
+
@staticmethod
|
9306
|
+
def _configure(
|
9307
|
+
_setter: Callable[[Any, Any], None],
|
9308
|
+
defined_tags: Mapping[str, Any],
|
9309
|
+
freeform_tags: Mapping[str, Any],
|
9310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9311
|
+
_setter("defined_tags", defined_tags)
|
9312
|
+
_setter("freeform_tags", freeform_tags)
|
7469
9313
|
|
7470
9314
|
@property
|
7471
9315
|
@pulumi.getter(name="definedTags")
|
@@ -7490,10 +9334,23 @@ class GetWorkRequestErrorsFilterResult(dict):
|
|
7490
9334
|
name: str,
|
7491
9335
|
values: Sequence[str],
|
7492
9336
|
regex: Optional[bool] = None):
|
7493
|
-
|
7494
|
-
|
9337
|
+
GetWorkRequestErrorsFilterResult._configure(
|
9338
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9339
|
+
name=name,
|
9340
|
+
values=values,
|
9341
|
+
regex=regex,
|
9342
|
+
)
|
9343
|
+
@staticmethod
|
9344
|
+
def _configure(
|
9345
|
+
_setter: Callable[[Any, Any], None],
|
9346
|
+
name: str,
|
9347
|
+
values: Sequence[str],
|
9348
|
+
regex: Optional[bool] = None,
|
9349
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9350
|
+
_setter("name", name)
|
9351
|
+
_setter("values", values)
|
7495
9352
|
if regex is not None:
|
7496
|
-
|
9353
|
+
_setter("regex", regex)
|
7497
9354
|
|
7498
9355
|
@property
|
7499
9356
|
@pulumi.getter
|
@@ -7522,9 +9379,22 @@ class GetWorkRequestErrorsWorkRequestErrorResult(dict):
|
|
7522
9379
|
:param str message: A human-readable error string.
|
7523
9380
|
:param str timestamp: The date and time the error occurred.
|
7524
9381
|
"""
|
7525
|
-
|
7526
|
-
|
7527
|
-
|
9382
|
+
GetWorkRequestErrorsWorkRequestErrorResult._configure(
|
9383
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9384
|
+
code=code,
|
9385
|
+
message=message,
|
9386
|
+
timestamp=timestamp,
|
9387
|
+
)
|
9388
|
+
@staticmethod
|
9389
|
+
def _configure(
|
9390
|
+
_setter: Callable[[Any, Any], None],
|
9391
|
+
code: str,
|
9392
|
+
message: str,
|
9393
|
+
timestamp: str,
|
9394
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9395
|
+
_setter("code", code)
|
9396
|
+
_setter("message", message)
|
9397
|
+
_setter("timestamp", timestamp)
|
7528
9398
|
|
7529
9399
|
@property
|
7530
9400
|
@pulumi.getter
|
@@ -7557,10 +9427,23 @@ class GetWorkRequestLogEntriesFilterResult(dict):
|
|
7557
9427
|
name: str,
|
7558
9428
|
values: Sequence[str],
|
7559
9429
|
regex: Optional[bool] = None):
|
7560
|
-
|
7561
|
-
|
9430
|
+
GetWorkRequestLogEntriesFilterResult._configure(
|
9431
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9432
|
+
name=name,
|
9433
|
+
values=values,
|
9434
|
+
regex=regex,
|
9435
|
+
)
|
9436
|
+
@staticmethod
|
9437
|
+
def _configure(
|
9438
|
+
_setter: Callable[[Any, Any], None],
|
9439
|
+
name: str,
|
9440
|
+
values: Sequence[str],
|
9441
|
+
regex: Optional[bool] = None,
|
9442
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9443
|
+
_setter("name", name)
|
9444
|
+
_setter("values", values)
|
7562
9445
|
if regex is not None:
|
7563
|
-
|
9446
|
+
_setter("regex", regex)
|
7564
9447
|
|
7565
9448
|
@property
|
7566
9449
|
@pulumi.getter
|
@@ -7587,8 +9470,19 @@ class GetWorkRequestLogEntriesWorkRequestLogEntryResult(dict):
|
|
7587
9470
|
:param str message: The description of an action that occurred.
|
7588
9471
|
:param str timestamp: The date and time the log entry occurred.
|
7589
9472
|
"""
|
7590
|
-
|
7591
|
-
|
9473
|
+
GetWorkRequestLogEntriesWorkRequestLogEntryResult._configure(
|
9474
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9475
|
+
message=message,
|
9476
|
+
timestamp=timestamp,
|
9477
|
+
)
|
9478
|
+
@staticmethod
|
9479
|
+
def _configure(
|
9480
|
+
_setter: Callable[[Any, Any], None],
|
9481
|
+
message: str,
|
9482
|
+
timestamp: str,
|
9483
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9484
|
+
_setter("message", message)
|
9485
|
+
_setter("timestamp", timestamp)
|
7592
9486
|
|
7593
9487
|
@property
|
7594
9488
|
@pulumi.getter
|
@@ -7613,10 +9507,23 @@ class GetWorkRequestsFilterResult(dict):
|
|
7613
9507
|
name: str,
|
7614
9508
|
values: Sequence[str],
|
7615
9509
|
regex: Optional[bool] = None):
|
7616
|
-
|
7617
|
-
|
9510
|
+
GetWorkRequestsFilterResult._configure(
|
9511
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9512
|
+
name=name,
|
9513
|
+
values=values,
|
9514
|
+
regex=regex,
|
9515
|
+
)
|
9516
|
+
@staticmethod
|
9517
|
+
def _configure(
|
9518
|
+
_setter: Callable[[Any, Any], None],
|
9519
|
+
name: str,
|
9520
|
+
values: Sequence[str],
|
9521
|
+
regex: Optional[bool] = None,
|
9522
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9523
|
+
_setter("name", name)
|
9524
|
+
_setter("values", values)
|
7618
9525
|
if regex is not None:
|
7619
|
-
|
9526
|
+
_setter("regex", regex)
|
7620
9527
|
|
7621
9528
|
@property
|
7622
9529
|
@pulumi.getter
|
@@ -7655,14 +9562,37 @@ class GetWorkRequestsWorkRequestResult(dict):
|
|
7655
9562
|
:param str time_finished: The time the work request was finished.
|
7656
9563
|
:param str time_started: The time the work request was started.
|
7657
9564
|
"""
|
7658
|
-
|
7659
|
-
|
7660
|
-
|
7661
|
-
|
7662
|
-
|
7663
|
-
|
7664
|
-
|
7665
|
-
|
9565
|
+
GetWorkRequestsWorkRequestResult._configure(
|
9566
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9567
|
+
compartment_id=compartment_id,
|
9568
|
+
id=id,
|
9569
|
+
operation_type=operation_type,
|
9570
|
+
resources=resources,
|
9571
|
+
status=status,
|
9572
|
+
time_accepted=time_accepted,
|
9573
|
+
time_finished=time_finished,
|
9574
|
+
time_started=time_started,
|
9575
|
+
)
|
9576
|
+
@staticmethod
|
9577
|
+
def _configure(
|
9578
|
+
_setter: Callable[[Any, Any], None],
|
9579
|
+
compartment_id: str,
|
9580
|
+
id: str,
|
9581
|
+
operation_type: str,
|
9582
|
+
resources: Sequence['outputs.GetWorkRequestsWorkRequestResourceResult'],
|
9583
|
+
status: str,
|
9584
|
+
time_accepted: str,
|
9585
|
+
time_finished: str,
|
9586
|
+
time_started: str,
|
9587
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9588
|
+
_setter("compartment_id", compartment_id)
|
9589
|
+
_setter("id", id)
|
9590
|
+
_setter("operation_type", operation_type)
|
9591
|
+
_setter("resources", resources)
|
9592
|
+
_setter("status", status)
|
9593
|
+
_setter("time_accepted", time_accepted)
|
9594
|
+
_setter("time_finished", time_finished)
|
9595
|
+
_setter("time_started", time_started)
|
7666
9596
|
|
7667
9597
|
@property
|
7668
9598
|
@pulumi.getter(name="compartmentId")
|
@@ -7742,10 +9672,25 @@ class GetWorkRequestsWorkRequestResourceResult(dict):
|
|
7742
9672
|
:param str entity_uri: The URI path on which the user can issue a GET request to access the resource metadata.
|
7743
9673
|
:param str identifier: The OCID of the resource the work request affects.
|
7744
9674
|
"""
|
7745
|
-
|
7746
|
-
|
7747
|
-
|
7748
|
-
|
9675
|
+
GetWorkRequestsWorkRequestResourceResult._configure(
|
9676
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9677
|
+
action_type=action_type,
|
9678
|
+
entity_type=entity_type,
|
9679
|
+
entity_uri=entity_uri,
|
9680
|
+
identifier=identifier,
|
9681
|
+
)
|
9682
|
+
@staticmethod
|
9683
|
+
def _configure(
|
9684
|
+
_setter: Callable[[Any, Any], None],
|
9685
|
+
action_type: str,
|
9686
|
+
entity_type: str,
|
9687
|
+
entity_uri: str,
|
9688
|
+
identifier: str,
|
9689
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9690
|
+
_setter("action_type", action_type)
|
9691
|
+
_setter("entity_type", entity_type)
|
9692
|
+
_setter("entity_uri", entity_uri)
|
9693
|
+
_setter("identifier", identifier)
|
7749
9694
|
|
7750
9695
|
@property
|
7751
9696
|
@pulumi.getter(name="actionType")
|