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
@@ -0,0 +1,2650 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
|
13
|
+
__all__ = [
|
14
|
+
'AtCustomerCccInfrastructureInfrastructureInventory',
|
15
|
+
'AtCustomerCccInfrastructureInfrastructureNetworkConfiguration',
|
16
|
+
'AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic',
|
17
|
+
'AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation',
|
18
|
+
'AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic',
|
19
|
+
'AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode',
|
20
|
+
'AtCustomerCccInfrastructureUpgradeInformation',
|
21
|
+
'AtCustomerCccUpgradeScheduleEvent',
|
22
|
+
'GetAtCustomerCccInfrastructureInfrastructureInventoryResult',
|
23
|
+
'GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationResult',
|
24
|
+
'GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult',
|
25
|
+
'GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult',
|
26
|
+
'GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult',
|
27
|
+
'GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeResult',
|
28
|
+
'GetAtCustomerCccInfrastructureUpgradeInformationResult',
|
29
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionResult',
|
30
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemResult',
|
31
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryResult',
|
32
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationResult',
|
33
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult',
|
34
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult',
|
35
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult',
|
36
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeResult',
|
37
|
+
'GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationResult',
|
38
|
+
'GetAtCustomerCccInfrastructuresFilterResult',
|
39
|
+
'GetAtCustomerCccUpgradeScheduleEventResult',
|
40
|
+
'GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionResult',
|
41
|
+
'GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemResult',
|
42
|
+
'GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventResult',
|
43
|
+
'GetAtCustomerCccUpgradeSchedulesFilterResult',
|
44
|
+
]
|
45
|
+
|
46
|
+
@pulumi.output_type
|
47
|
+
class AtCustomerCccInfrastructureInfrastructureInventory(dict):
|
48
|
+
@staticmethod
|
49
|
+
def __key_warning(key: str):
|
50
|
+
suggest = None
|
51
|
+
if key == "capacityStorageTrayCount":
|
52
|
+
suggest = "capacity_storage_tray_count"
|
53
|
+
elif key == "computeNodeCount":
|
54
|
+
suggest = "compute_node_count"
|
55
|
+
elif key == "managementNodeCount":
|
56
|
+
suggest = "management_node_count"
|
57
|
+
elif key == "performanceStorageTrayCount":
|
58
|
+
suggest = "performance_storage_tray_count"
|
59
|
+
elif key == "serialNumber":
|
60
|
+
suggest = "serial_number"
|
61
|
+
|
62
|
+
if suggest:
|
63
|
+
pulumi.log.warn(f"Key '{key}' not found in AtCustomerCccInfrastructureInfrastructureInventory. Access the value via the '{suggest}' property getter instead.")
|
64
|
+
|
65
|
+
def __getitem__(self, key: str) -> Any:
|
66
|
+
AtCustomerCccInfrastructureInfrastructureInventory.__key_warning(key)
|
67
|
+
return super().__getitem__(key)
|
68
|
+
|
69
|
+
def get(self, key: str, default = None) -> Any:
|
70
|
+
AtCustomerCccInfrastructureInfrastructureInventory.__key_warning(key)
|
71
|
+
return super().get(key, default)
|
72
|
+
|
73
|
+
def __init__(__self__, *,
|
74
|
+
capacity_storage_tray_count: Optional[int] = None,
|
75
|
+
compute_node_count: Optional[int] = None,
|
76
|
+
management_node_count: Optional[int] = None,
|
77
|
+
performance_storage_tray_count: Optional[int] = None,
|
78
|
+
serial_number: Optional[str] = None):
|
79
|
+
"""
|
80
|
+
:param int capacity_storage_tray_count: The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
|
81
|
+
:param int compute_node_count: The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
|
82
|
+
:param int management_node_count: The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
|
83
|
+
:param int performance_storage_tray_count: The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
|
84
|
+
:param str serial_number: The serial number of the Compute Cloud@Customer infrastructure rack.
|
85
|
+
"""
|
86
|
+
AtCustomerCccInfrastructureInfrastructureInventory._configure(
|
87
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
88
|
+
capacity_storage_tray_count=capacity_storage_tray_count,
|
89
|
+
compute_node_count=compute_node_count,
|
90
|
+
management_node_count=management_node_count,
|
91
|
+
performance_storage_tray_count=performance_storage_tray_count,
|
92
|
+
serial_number=serial_number,
|
93
|
+
)
|
94
|
+
@staticmethod
|
95
|
+
def _configure(
|
96
|
+
_setter: Callable[[Any, Any], None],
|
97
|
+
capacity_storage_tray_count: Optional[int] = None,
|
98
|
+
compute_node_count: Optional[int] = None,
|
99
|
+
management_node_count: Optional[int] = None,
|
100
|
+
performance_storage_tray_count: Optional[int] = None,
|
101
|
+
serial_number: Optional[str] = None,
|
102
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
103
|
+
if capacity_storage_tray_count is not None:
|
104
|
+
_setter("capacity_storage_tray_count", capacity_storage_tray_count)
|
105
|
+
if compute_node_count is not None:
|
106
|
+
_setter("compute_node_count", compute_node_count)
|
107
|
+
if management_node_count is not None:
|
108
|
+
_setter("management_node_count", management_node_count)
|
109
|
+
if performance_storage_tray_count is not None:
|
110
|
+
_setter("performance_storage_tray_count", performance_storage_tray_count)
|
111
|
+
if serial_number is not None:
|
112
|
+
_setter("serial_number", serial_number)
|
113
|
+
|
114
|
+
@property
|
115
|
+
@pulumi.getter(name="capacityStorageTrayCount")
|
116
|
+
def capacity_storage_tray_count(self) -> Optional[int]:
|
117
|
+
"""
|
118
|
+
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
|
119
|
+
"""
|
120
|
+
return pulumi.get(self, "capacity_storage_tray_count")
|
121
|
+
|
122
|
+
@property
|
123
|
+
@pulumi.getter(name="computeNodeCount")
|
124
|
+
def compute_node_count(self) -> Optional[int]:
|
125
|
+
"""
|
126
|
+
The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
|
127
|
+
"""
|
128
|
+
return pulumi.get(self, "compute_node_count")
|
129
|
+
|
130
|
+
@property
|
131
|
+
@pulumi.getter(name="managementNodeCount")
|
132
|
+
def management_node_count(self) -> Optional[int]:
|
133
|
+
"""
|
134
|
+
The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
|
135
|
+
"""
|
136
|
+
return pulumi.get(self, "management_node_count")
|
137
|
+
|
138
|
+
@property
|
139
|
+
@pulumi.getter(name="performanceStorageTrayCount")
|
140
|
+
def performance_storage_tray_count(self) -> Optional[int]:
|
141
|
+
"""
|
142
|
+
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
|
143
|
+
"""
|
144
|
+
return pulumi.get(self, "performance_storage_tray_count")
|
145
|
+
|
146
|
+
@property
|
147
|
+
@pulumi.getter(name="serialNumber")
|
148
|
+
def serial_number(self) -> Optional[str]:
|
149
|
+
"""
|
150
|
+
The serial number of the Compute Cloud@Customer infrastructure rack.
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "serial_number")
|
153
|
+
|
154
|
+
|
155
|
+
@pulumi.output_type
|
156
|
+
class AtCustomerCccInfrastructureInfrastructureNetworkConfiguration(dict):
|
157
|
+
@staticmethod
|
158
|
+
def __key_warning(key: str):
|
159
|
+
suggest = None
|
160
|
+
if key == "dnsIps":
|
161
|
+
suggest = "dns_ips"
|
162
|
+
elif key == "infrastructureRoutingDynamics":
|
163
|
+
suggest = "infrastructure_routing_dynamics"
|
164
|
+
elif key == "infrastructureRoutingStatics":
|
165
|
+
suggest = "infrastructure_routing_statics"
|
166
|
+
elif key == "managementNodes":
|
167
|
+
suggest = "management_nodes"
|
168
|
+
elif key == "mgmtVipHostname":
|
169
|
+
suggest = "mgmt_vip_hostname"
|
170
|
+
elif key == "mgmtVipIp":
|
171
|
+
suggest = "mgmt_vip_ip"
|
172
|
+
elif key == "spineIps":
|
173
|
+
suggest = "spine_ips"
|
174
|
+
elif key == "spineVip":
|
175
|
+
suggest = "spine_vip"
|
176
|
+
elif key == "uplinkDomain":
|
177
|
+
suggest = "uplink_domain"
|
178
|
+
elif key == "uplinkGatewayIp":
|
179
|
+
suggest = "uplink_gateway_ip"
|
180
|
+
elif key == "uplinkNetmask":
|
181
|
+
suggest = "uplink_netmask"
|
182
|
+
elif key == "uplinkPortCount":
|
183
|
+
suggest = "uplink_port_count"
|
184
|
+
elif key == "uplinkPortForwardErrorCorrection":
|
185
|
+
suggest = "uplink_port_forward_error_correction"
|
186
|
+
elif key == "uplinkPortSpeedInGbps":
|
187
|
+
suggest = "uplink_port_speed_in_gbps"
|
188
|
+
elif key == "uplinkVlanMtu":
|
189
|
+
suggest = "uplink_vlan_mtu"
|
190
|
+
|
191
|
+
if suggest:
|
192
|
+
pulumi.log.warn(f"Key '{key}' not found in AtCustomerCccInfrastructureInfrastructureNetworkConfiguration. Access the value via the '{suggest}' property getter instead.")
|
193
|
+
|
194
|
+
def __getitem__(self, key: str) -> Any:
|
195
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfiguration.__key_warning(key)
|
196
|
+
return super().__getitem__(key)
|
197
|
+
|
198
|
+
def get(self, key: str, default = None) -> Any:
|
199
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfiguration.__key_warning(key)
|
200
|
+
return super().get(key, default)
|
201
|
+
|
202
|
+
def __init__(__self__, *,
|
203
|
+
dns_ips: Optional[Sequence[str]] = None,
|
204
|
+
infrastructure_routing_dynamics: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic']] = None,
|
205
|
+
infrastructure_routing_statics: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic']] = None,
|
206
|
+
management_nodes: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode']] = None,
|
207
|
+
mgmt_vip_hostname: Optional[str] = None,
|
208
|
+
mgmt_vip_ip: Optional[str] = None,
|
209
|
+
spine_ips: Optional[Sequence[str]] = None,
|
210
|
+
spine_vip: Optional[str] = None,
|
211
|
+
uplink_domain: Optional[str] = None,
|
212
|
+
uplink_gateway_ip: Optional[str] = None,
|
213
|
+
uplink_netmask: Optional[str] = None,
|
214
|
+
uplink_port_count: Optional[int] = None,
|
215
|
+
uplink_port_forward_error_correction: Optional[str] = None,
|
216
|
+
uplink_port_speed_in_gbps: Optional[int] = None,
|
217
|
+
uplink_vlan_mtu: Optional[int] = None):
|
218
|
+
"""
|
219
|
+
:param Sequence[str] dns_ips: The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
|
220
|
+
:param Sequence['AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicArgs'] infrastructure_routing_dynamics: Dynamic routing information for the Compute Cloud@Customer infrastructure.
|
221
|
+
:param Sequence['AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticArgs'] infrastructure_routing_statics: Static routing information for a rack.
|
222
|
+
:param Sequence['AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeArgs'] management_nodes: Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
|
223
|
+
:param str mgmt_vip_hostname: The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
224
|
+
:param str mgmt_vip_ip: The IP address used as the virtual IP (VIP) address of the management nodes.
|
225
|
+
:param Sequence[str] spine_ips: Addresses of the network spine switches.
|
226
|
+
:param str spine_vip: The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
|
227
|
+
:param str uplink_domain: Domain name to be used as the base domain for the internal network and by public facing services.
|
228
|
+
:param str uplink_gateway_ip: Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
229
|
+
:param str uplink_netmask: Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
230
|
+
:param int uplink_port_count: Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
|
231
|
+
:param str uplink_port_forward_error_correction: The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
|
232
|
+
:param int uplink_port_speed_in_gbps: Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
|
233
|
+
:param int uplink_vlan_mtu: The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
|
234
|
+
"""
|
235
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfiguration._configure(
|
236
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
237
|
+
dns_ips=dns_ips,
|
238
|
+
infrastructure_routing_dynamics=infrastructure_routing_dynamics,
|
239
|
+
infrastructure_routing_statics=infrastructure_routing_statics,
|
240
|
+
management_nodes=management_nodes,
|
241
|
+
mgmt_vip_hostname=mgmt_vip_hostname,
|
242
|
+
mgmt_vip_ip=mgmt_vip_ip,
|
243
|
+
spine_ips=spine_ips,
|
244
|
+
spine_vip=spine_vip,
|
245
|
+
uplink_domain=uplink_domain,
|
246
|
+
uplink_gateway_ip=uplink_gateway_ip,
|
247
|
+
uplink_netmask=uplink_netmask,
|
248
|
+
uplink_port_count=uplink_port_count,
|
249
|
+
uplink_port_forward_error_correction=uplink_port_forward_error_correction,
|
250
|
+
uplink_port_speed_in_gbps=uplink_port_speed_in_gbps,
|
251
|
+
uplink_vlan_mtu=uplink_vlan_mtu,
|
252
|
+
)
|
253
|
+
@staticmethod
|
254
|
+
def _configure(
|
255
|
+
_setter: Callable[[Any, Any], None],
|
256
|
+
dns_ips: Optional[Sequence[str]] = None,
|
257
|
+
infrastructure_routing_dynamics: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic']] = None,
|
258
|
+
infrastructure_routing_statics: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic']] = None,
|
259
|
+
management_nodes: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode']] = None,
|
260
|
+
mgmt_vip_hostname: Optional[str] = None,
|
261
|
+
mgmt_vip_ip: Optional[str] = None,
|
262
|
+
spine_ips: Optional[Sequence[str]] = None,
|
263
|
+
spine_vip: Optional[str] = None,
|
264
|
+
uplink_domain: Optional[str] = None,
|
265
|
+
uplink_gateway_ip: Optional[str] = None,
|
266
|
+
uplink_netmask: Optional[str] = None,
|
267
|
+
uplink_port_count: Optional[int] = None,
|
268
|
+
uplink_port_forward_error_correction: Optional[str] = None,
|
269
|
+
uplink_port_speed_in_gbps: Optional[int] = None,
|
270
|
+
uplink_vlan_mtu: Optional[int] = None,
|
271
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
272
|
+
if dns_ips is not None:
|
273
|
+
_setter("dns_ips", dns_ips)
|
274
|
+
if infrastructure_routing_dynamics is not None:
|
275
|
+
_setter("infrastructure_routing_dynamics", infrastructure_routing_dynamics)
|
276
|
+
if infrastructure_routing_statics is not None:
|
277
|
+
_setter("infrastructure_routing_statics", infrastructure_routing_statics)
|
278
|
+
if management_nodes is not None:
|
279
|
+
_setter("management_nodes", management_nodes)
|
280
|
+
if mgmt_vip_hostname is not None:
|
281
|
+
_setter("mgmt_vip_hostname", mgmt_vip_hostname)
|
282
|
+
if mgmt_vip_ip is not None:
|
283
|
+
_setter("mgmt_vip_ip", mgmt_vip_ip)
|
284
|
+
if spine_ips is not None:
|
285
|
+
_setter("spine_ips", spine_ips)
|
286
|
+
if spine_vip is not None:
|
287
|
+
_setter("spine_vip", spine_vip)
|
288
|
+
if uplink_domain is not None:
|
289
|
+
_setter("uplink_domain", uplink_domain)
|
290
|
+
if uplink_gateway_ip is not None:
|
291
|
+
_setter("uplink_gateway_ip", uplink_gateway_ip)
|
292
|
+
if uplink_netmask is not None:
|
293
|
+
_setter("uplink_netmask", uplink_netmask)
|
294
|
+
if uplink_port_count is not None:
|
295
|
+
_setter("uplink_port_count", uplink_port_count)
|
296
|
+
if uplink_port_forward_error_correction is not None:
|
297
|
+
_setter("uplink_port_forward_error_correction", uplink_port_forward_error_correction)
|
298
|
+
if uplink_port_speed_in_gbps is not None:
|
299
|
+
_setter("uplink_port_speed_in_gbps", uplink_port_speed_in_gbps)
|
300
|
+
if uplink_vlan_mtu is not None:
|
301
|
+
_setter("uplink_vlan_mtu", uplink_vlan_mtu)
|
302
|
+
|
303
|
+
@property
|
304
|
+
@pulumi.getter(name="dnsIps")
|
305
|
+
def dns_ips(self) -> Optional[Sequence[str]]:
|
306
|
+
"""
|
307
|
+
The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "dns_ips")
|
310
|
+
|
311
|
+
@property
|
312
|
+
@pulumi.getter(name="infrastructureRoutingDynamics")
|
313
|
+
def infrastructure_routing_dynamics(self) -> Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic']]:
|
314
|
+
"""
|
315
|
+
Dynamic routing information for the Compute Cloud@Customer infrastructure.
|
316
|
+
"""
|
317
|
+
return pulumi.get(self, "infrastructure_routing_dynamics")
|
318
|
+
|
319
|
+
@property
|
320
|
+
@pulumi.getter(name="infrastructureRoutingStatics")
|
321
|
+
def infrastructure_routing_statics(self) -> Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic']]:
|
322
|
+
"""
|
323
|
+
Static routing information for a rack.
|
324
|
+
"""
|
325
|
+
return pulumi.get(self, "infrastructure_routing_statics")
|
326
|
+
|
327
|
+
@property
|
328
|
+
@pulumi.getter(name="managementNodes")
|
329
|
+
def management_nodes(self) -> Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode']]:
|
330
|
+
"""
|
331
|
+
Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
|
332
|
+
"""
|
333
|
+
return pulumi.get(self, "management_nodes")
|
334
|
+
|
335
|
+
@property
|
336
|
+
@pulumi.getter(name="mgmtVipHostname")
|
337
|
+
def mgmt_vip_hostname(self) -> Optional[str]:
|
338
|
+
"""
|
339
|
+
The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
340
|
+
"""
|
341
|
+
return pulumi.get(self, "mgmt_vip_hostname")
|
342
|
+
|
343
|
+
@property
|
344
|
+
@pulumi.getter(name="mgmtVipIp")
|
345
|
+
def mgmt_vip_ip(self) -> Optional[str]:
|
346
|
+
"""
|
347
|
+
The IP address used as the virtual IP (VIP) address of the management nodes.
|
348
|
+
"""
|
349
|
+
return pulumi.get(self, "mgmt_vip_ip")
|
350
|
+
|
351
|
+
@property
|
352
|
+
@pulumi.getter(name="spineIps")
|
353
|
+
def spine_ips(self) -> Optional[Sequence[str]]:
|
354
|
+
"""
|
355
|
+
Addresses of the network spine switches.
|
356
|
+
"""
|
357
|
+
return pulumi.get(self, "spine_ips")
|
358
|
+
|
359
|
+
@property
|
360
|
+
@pulumi.getter(name="spineVip")
|
361
|
+
def spine_vip(self) -> Optional[str]:
|
362
|
+
"""
|
363
|
+
The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
|
364
|
+
"""
|
365
|
+
return pulumi.get(self, "spine_vip")
|
366
|
+
|
367
|
+
@property
|
368
|
+
@pulumi.getter(name="uplinkDomain")
|
369
|
+
def uplink_domain(self) -> Optional[str]:
|
370
|
+
"""
|
371
|
+
Domain name to be used as the base domain for the internal network and by public facing services.
|
372
|
+
"""
|
373
|
+
return pulumi.get(self, "uplink_domain")
|
374
|
+
|
375
|
+
@property
|
376
|
+
@pulumi.getter(name="uplinkGatewayIp")
|
377
|
+
def uplink_gateway_ip(self) -> Optional[str]:
|
378
|
+
"""
|
379
|
+
Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
380
|
+
"""
|
381
|
+
return pulumi.get(self, "uplink_gateway_ip")
|
382
|
+
|
383
|
+
@property
|
384
|
+
@pulumi.getter(name="uplinkNetmask")
|
385
|
+
def uplink_netmask(self) -> Optional[str]:
|
386
|
+
"""
|
387
|
+
Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
388
|
+
"""
|
389
|
+
return pulumi.get(self, "uplink_netmask")
|
390
|
+
|
391
|
+
@property
|
392
|
+
@pulumi.getter(name="uplinkPortCount")
|
393
|
+
def uplink_port_count(self) -> Optional[int]:
|
394
|
+
"""
|
395
|
+
Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
|
396
|
+
"""
|
397
|
+
return pulumi.get(self, "uplink_port_count")
|
398
|
+
|
399
|
+
@property
|
400
|
+
@pulumi.getter(name="uplinkPortForwardErrorCorrection")
|
401
|
+
def uplink_port_forward_error_correction(self) -> Optional[str]:
|
402
|
+
"""
|
403
|
+
The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
|
404
|
+
"""
|
405
|
+
return pulumi.get(self, "uplink_port_forward_error_correction")
|
406
|
+
|
407
|
+
@property
|
408
|
+
@pulumi.getter(name="uplinkPortSpeedInGbps")
|
409
|
+
def uplink_port_speed_in_gbps(self) -> Optional[int]:
|
410
|
+
"""
|
411
|
+
Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
|
412
|
+
"""
|
413
|
+
return pulumi.get(self, "uplink_port_speed_in_gbps")
|
414
|
+
|
415
|
+
@property
|
416
|
+
@pulumi.getter(name="uplinkVlanMtu")
|
417
|
+
def uplink_vlan_mtu(self) -> Optional[int]:
|
418
|
+
"""
|
419
|
+
The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
|
420
|
+
"""
|
421
|
+
return pulumi.get(self, "uplink_vlan_mtu")
|
422
|
+
|
423
|
+
|
424
|
+
@pulumi.output_type
|
425
|
+
class AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic(dict):
|
426
|
+
@staticmethod
|
427
|
+
def __key_warning(key: str):
|
428
|
+
suggest = None
|
429
|
+
if key == "bgpTopology":
|
430
|
+
suggest = "bgp_topology"
|
431
|
+
elif key == "oracleAsn":
|
432
|
+
suggest = "oracle_asn"
|
433
|
+
elif key == "peerInformations":
|
434
|
+
suggest = "peer_informations"
|
435
|
+
|
436
|
+
if suggest:
|
437
|
+
pulumi.log.warn(f"Key '{key}' not found in AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic. Access the value via the '{suggest}' property getter instead.")
|
438
|
+
|
439
|
+
def __getitem__(self, key: str) -> Any:
|
440
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic.__key_warning(key)
|
441
|
+
return super().__getitem__(key)
|
442
|
+
|
443
|
+
def get(self, key: str, default = None) -> Any:
|
444
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic.__key_warning(key)
|
445
|
+
return super().get(key, default)
|
446
|
+
|
447
|
+
def __init__(__self__, *,
|
448
|
+
bgp_topology: Optional[str] = None,
|
449
|
+
oracle_asn: Optional[int] = None,
|
450
|
+
peer_informations: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation']] = None):
|
451
|
+
"""
|
452
|
+
:param str bgp_topology: The topology in use for the Border Gateway Protocol (BGP) configuration.
|
453
|
+
:param int oracle_asn: The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
|
454
|
+
:param Sequence['AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationArgs'] peer_informations: The list of peer devices in the dynamic routing configuration.
|
455
|
+
"""
|
456
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic._configure(
|
457
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
458
|
+
bgp_topology=bgp_topology,
|
459
|
+
oracle_asn=oracle_asn,
|
460
|
+
peer_informations=peer_informations,
|
461
|
+
)
|
462
|
+
@staticmethod
|
463
|
+
def _configure(
|
464
|
+
_setter: Callable[[Any, Any], None],
|
465
|
+
bgp_topology: Optional[str] = None,
|
466
|
+
oracle_asn: Optional[int] = None,
|
467
|
+
peer_informations: Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation']] = None,
|
468
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
469
|
+
if bgp_topology is not None:
|
470
|
+
_setter("bgp_topology", bgp_topology)
|
471
|
+
if oracle_asn is not None:
|
472
|
+
_setter("oracle_asn", oracle_asn)
|
473
|
+
if peer_informations is not None:
|
474
|
+
_setter("peer_informations", peer_informations)
|
475
|
+
|
476
|
+
@property
|
477
|
+
@pulumi.getter(name="bgpTopology")
|
478
|
+
def bgp_topology(self) -> Optional[str]:
|
479
|
+
"""
|
480
|
+
The topology in use for the Border Gateway Protocol (BGP) configuration.
|
481
|
+
"""
|
482
|
+
return pulumi.get(self, "bgp_topology")
|
483
|
+
|
484
|
+
@property
|
485
|
+
@pulumi.getter(name="oracleAsn")
|
486
|
+
def oracle_asn(self) -> Optional[int]:
|
487
|
+
"""
|
488
|
+
The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
|
489
|
+
"""
|
490
|
+
return pulumi.get(self, "oracle_asn")
|
491
|
+
|
492
|
+
@property
|
493
|
+
@pulumi.getter(name="peerInformations")
|
494
|
+
def peer_informations(self) -> Optional[Sequence['outputs.AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation']]:
|
495
|
+
"""
|
496
|
+
The list of peer devices in the dynamic routing configuration.
|
497
|
+
"""
|
498
|
+
return pulumi.get(self, "peer_informations")
|
499
|
+
|
500
|
+
|
501
|
+
@pulumi.output_type
|
502
|
+
class AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation(dict):
|
503
|
+
def __init__(__self__, *,
|
504
|
+
asn: Optional[int] = None,
|
505
|
+
ip: Optional[str] = None):
|
506
|
+
"""
|
507
|
+
:param int asn: The Autonomous System Number (ASN) of the peer network.
|
508
|
+
:param str ip: Address of the management node.
|
509
|
+
"""
|
510
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation._configure(
|
511
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
512
|
+
asn=asn,
|
513
|
+
ip=ip,
|
514
|
+
)
|
515
|
+
@staticmethod
|
516
|
+
def _configure(
|
517
|
+
_setter: Callable[[Any, Any], None],
|
518
|
+
asn: Optional[int] = None,
|
519
|
+
ip: Optional[str] = None,
|
520
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
521
|
+
if asn is not None:
|
522
|
+
_setter("asn", asn)
|
523
|
+
if ip is not None:
|
524
|
+
_setter("ip", ip)
|
525
|
+
|
526
|
+
@property
|
527
|
+
@pulumi.getter
|
528
|
+
def asn(self) -> Optional[int]:
|
529
|
+
"""
|
530
|
+
The Autonomous System Number (ASN) of the peer network.
|
531
|
+
"""
|
532
|
+
return pulumi.get(self, "asn")
|
533
|
+
|
534
|
+
@property
|
535
|
+
@pulumi.getter
|
536
|
+
def ip(self) -> Optional[str]:
|
537
|
+
"""
|
538
|
+
Address of the management node.
|
539
|
+
"""
|
540
|
+
return pulumi.get(self, "ip")
|
541
|
+
|
542
|
+
|
543
|
+
@pulumi.output_type
|
544
|
+
class AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic(dict):
|
545
|
+
@staticmethod
|
546
|
+
def __key_warning(key: str):
|
547
|
+
suggest = None
|
548
|
+
if key == "uplinkHsrpGroup":
|
549
|
+
suggest = "uplink_hsrp_group"
|
550
|
+
elif key == "uplinkVlan":
|
551
|
+
suggest = "uplink_vlan"
|
552
|
+
|
553
|
+
if suggest:
|
554
|
+
pulumi.log.warn(f"Key '{key}' not found in AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic. Access the value via the '{suggest}' property getter instead.")
|
555
|
+
|
556
|
+
def __getitem__(self, key: str) -> Any:
|
557
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic.__key_warning(key)
|
558
|
+
return super().__getitem__(key)
|
559
|
+
|
560
|
+
def get(self, key: str, default = None) -> Any:
|
561
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic.__key_warning(key)
|
562
|
+
return super().get(key, default)
|
563
|
+
|
564
|
+
def __init__(__self__, *,
|
565
|
+
uplink_hsrp_group: Optional[int] = None,
|
566
|
+
uplink_vlan: Optional[int] = None):
|
567
|
+
"""
|
568
|
+
:param int uplink_hsrp_group: The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
|
569
|
+
:param int uplink_vlan: The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
|
570
|
+
"""
|
571
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic._configure(
|
572
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
573
|
+
uplink_hsrp_group=uplink_hsrp_group,
|
574
|
+
uplink_vlan=uplink_vlan,
|
575
|
+
)
|
576
|
+
@staticmethod
|
577
|
+
def _configure(
|
578
|
+
_setter: Callable[[Any, Any], None],
|
579
|
+
uplink_hsrp_group: Optional[int] = None,
|
580
|
+
uplink_vlan: Optional[int] = None,
|
581
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
582
|
+
if uplink_hsrp_group is not None:
|
583
|
+
_setter("uplink_hsrp_group", uplink_hsrp_group)
|
584
|
+
if uplink_vlan is not None:
|
585
|
+
_setter("uplink_vlan", uplink_vlan)
|
586
|
+
|
587
|
+
@property
|
588
|
+
@pulumi.getter(name="uplinkHsrpGroup")
|
589
|
+
def uplink_hsrp_group(self) -> Optional[int]:
|
590
|
+
"""
|
591
|
+
The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
|
592
|
+
"""
|
593
|
+
return pulumi.get(self, "uplink_hsrp_group")
|
594
|
+
|
595
|
+
@property
|
596
|
+
@pulumi.getter(name="uplinkVlan")
|
597
|
+
def uplink_vlan(self) -> Optional[int]:
|
598
|
+
"""
|
599
|
+
The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
|
600
|
+
"""
|
601
|
+
return pulumi.get(self, "uplink_vlan")
|
602
|
+
|
603
|
+
|
604
|
+
@pulumi.output_type
|
605
|
+
class AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode(dict):
|
606
|
+
def __init__(__self__, *,
|
607
|
+
hostname: Optional[str] = None,
|
608
|
+
ip: Optional[str] = None):
|
609
|
+
"""
|
610
|
+
:param str hostname: Hostname for interface to the management node.
|
611
|
+
:param str ip: Address of the management node.
|
612
|
+
"""
|
613
|
+
AtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode._configure(
|
614
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
615
|
+
hostname=hostname,
|
616
|
+
ip=ip,
|
617
|
+
)
|
618
|
+
@staticmethod
|
619
|
+
def _configure(
|
620
|
+
_setter: Callable[[Any, Any], None],
|
621
|
+
hostname: Optional[str] = None,
|
622
|
+
ip: Optional[str] = None,
|
623
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
624
|
+
if hostname is not None:
|
625
|
+
_setter("hostname", hostname)
|
626
|
+
if ip is not None:
|
627
|
+
_setter("ip", ip)
|
628
|
+
|
629
|
+
@property
|
630
|
+
@pulumi.getter
|
631
|
+
def hostname(self) -> Optional[str]:
|
632
|
+
"""
|
633
|
+
Hostname for interface to the management node.
|
634
|
+
"""
|
635
|
+
return pulumi.get(self, "hostname")
|
636
|
+
|
637
|
+
@property
|
638
|
+
@pulumi.getter
|
639
|
+
def ip(self) -> Optional[str]:
|
640
|
+
"""
|
641
|
+
Address of the management node.
|
642
|
+
"""
|
643
|
+
return pulumi.get(self, "ip")
|
644
|
+
|
645
|
+
|
646
|
+
@pulumi.output_type
|
647
|
+
class AtCustomerCccInfrastructureUpgradeInformation(dict):
|
648
|
+
@staticmethod
|
649
|
+
def __key_warning(key: str):
|
650
|
+
suggest = None
|
651
|
+
if key == "currentVersion":
|
652
|
+
suggest = "current_version"
|
653
|
+
elif key == "isActive":
|
654
|
+
suggest = "is_active"
|
655
|
+
elif key == "scheduledUpgradeDuration":
|
656
|
+
suggest = "scheduled_upgrade_duration"
|
657
|
+
elif key == "timeOfScheduledUpgrade":
|
658
|
+
suggest = "time_of_scheduled_upgrade"
|
659
|
+
|
660
|
+
if suggest:
|
661
|
+
pulumi.log.warn(f"Key '{key}' not found in AtCustomerCccInfrastructureUpgradeInformation. Access the value via the '{suggest}' property getter instead.")
|
662
|
+
|
663
|
+
def __getitem__(self, key: str) -> Any:
|
664
|
+
AtCustomerCccInfrastructureUpgradeInformation.__key_warning(key)
|
665
|
+
return super().__getitem__(key)
|
666
|
+
|
667
|
+
def get(self, key: str, default = None) -> Any:
|
668
|
+
AtCustomerCccInfrastructureUpgradeInformation.__key_warning(key)
|
669
|
+
return super().get(key, default)
|
670
|
+
|
671
|
+
def __init__(__self__, *,
|
672
|
+
current_version: Optional[str] = None,
|
673
|
+
is_active: Optional[bool] = None,
|
674
|
+
scheduled_upgrade_duration: Optional[str] = None,
|
675
|
+
time_of_scheduled_upgrade: Optional[str] = None):
|
676
|
+
"""
|
677
|
+
:param str current_version: The current version of software installed on the Compute Cloud@Customer infrastructure.
|
678
|
+
:param bool is_active: Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
|
679
|
+
:param str scheduled_upgrade_duration: Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
|
680
|
+
:param str time_of_scheduled_upgrade: Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
|
681
|
+
"""
|
682
|
+
AtCustomerCccInfrastructureUpgradeInformation._configure(
|
683
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
684
|
+
current_version=current_version,
|
685
|
+
is_active=is_active,
|
686
|
+
scheduled_upgrade_duration=scheduled_upgrade_duration,
|
687
|
+
time_of_scheduled_upgrade=time_of_scheduled_upgrade,
|
688
|
+
)
|
689
|
+
@staticmethod
|
690
|
+
def _configure(
|
691
|
+
_setter: Callable[[Any, Any], None],
|
692
|
+
current_version: Optional[str] = None,
|
693
|
+
is_active: Optional[bool] = None,
|
694
|
+
scheduled_upgrade_duration: Optional[str] = None,
|
695
|
+
time_of_scheduled_upgrade: Optional[str] = None,
|
696
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
697
|
+
if current_version is not None:
|
698
|
+
_setter("current_version", current_version)
|
699
|
+
if is_active is not None:
|
700
|
+
_setter("is_active", is_active)
|
701
|
+
if scheduled_upgrade_duration is not None:
|
702
|
+
_setter("scheduled_upgrade_duration", scheduled_upgrade_duration)
|
703
|
+
if time_of_scheduled_upgrade is not None:
|
704
|
+
_setter("time_of_scheduled_upgrade", time_of_scheduled_upgrade)
|
705
|
+
|
706
|
+
@property
|
707
|
+
@pulumi.getter(name="currentVersion")
|
708
|
+
def current_version(self) -> Optional[str]:
|
709
|
+
"""
|
710
|
+
The current version of software installed on the Compute Cloud@Customer infrastructure.
|
711
|
+
"""
|
712
|
+
return pulumi.get(self, "current_version")
|
713
|
+
|
714
|
+
@property
|
715
|
+
@pulumi.getter(name="isActive")
|
716
|
+
def is_active(self) -> Optional[bool]:
|
717
|
+
"""
|
718
|
+
Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
|
719
|
+
"""
|
720
|
+
return pulumi.get(self, "is_active")
|
721
|
+
|
722
|
+
@property
|
723
|
+
@pulumi.getter(name="scheduledUpgradeDuration")
|
724
|
+
def scheduled_upgrade_duration(self) -> Optional[str]:
|
725
|
+
"""
|
726
|
+
Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
|
727
|
+
"""
|
728
|
+
return pulumi.get(self, "scheduled_upgrade_duration")
|
729
|
+
|
730
|
+
@property
|
731
|
+
@pulumi.getter(name="timeOfScheduledUpgrade")
|
732
|
+
def time_of_scheduled_upgrade(self) -> Optional[str]:
|
733
|
+
"""
|
734
|
+
Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
|
735
|
+
"""
|
736
|
+
return pulumi.get(self, "time_of_scheduled_upgrade")
|
737
|
+
|
738
|
+
|
739
|
+
@pulumi.output_type
|
740
|
+
class AtCustomerCccUpgradeScheduleEvent(dict):
|
741
|
+
@staticmethod
|
742
|
+
def __key_warning(key: str):
|
743
|
+
suggest = None
|
744
|
+
if key == "scheduleEventDuration":
|
745
|
+
suggest = "schedule_event_duration"
|
746
|
+
elif key == "timeStart":
|
747
|
+
suggest = "time_start"
|
748
|
+
elif key == "scheduleEventRecurrences":
|
749
|
+
suggest = "schedule_event_recurrences"
|
750
|
+
|
751
|
+
if suggest:
|
752
|
+
pulumi.log.warn(f"Key '{key}' not found in AtCustomerCccUpgradeScheduleEvent. Access the value via the '{suggest}' property getter instead.")
|
753
|
+
|
754
|
+
def __getitem__(self, key: str) -> Any:
|
755
|
+
AtCustomerCccUpgradeScheduleEvent.__key_warning(key)
|
756
|
+
return super().__getitem__(key)
|
757
|
+
|
758
|
+
def get(self, key: str, default = None) -> Any:
|
759
|
+
AtCustomerCccUpgradeScheduleEvent.__key_warning(key)
|
760
|
+
return super().get(key, default)
|
761
|
+
|
762
|
+
def __init__(__self__, *,
|
763
|
+
description: str,
|
764
|
+
schedule_event_duration: str,
|
765
|
+
time_start: str,
|
766
|
+
name: Optional[str] = None,
|
767
|
+
schedule_event_recurrences: Optional[str] = None):
|
768
|
+
"""
|
769
|
+
:param str description: (Updatable) A description of the Compute Cloud@Customer upgrade schedule time block.
|
770
|
+
:param str schedule_event_duration: (Updatable) The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
|
771
|
+
:param str time_start: (Updatable) The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
|
772
|
+
:param str name: Generated name associated with the event.
|
773
|
+
:param str schedule_event_recurrences: (Updatable) Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
|
774
|
+
"""
|
775
|
+
AtCustomerCccUpgradeScheduleEvent._configure(
|
776
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
777
|
+
description=description,
|
778
|
+
schedule_event_duration=schedule_event_duration,
|
779
|
+
time_start=time_start,
|
780
|
+
name=name,
|
781
|
+
schedule_event_recurrences=schedule_event_recurrences,
|
782
|
+
)
|
783
|
+
@staticmethod
|
784
|
+
def _configure(
|
785
|
+
_setter: Callable[[Any, Any], None],
|
786
|
+
description: str,
|
787
|
+
schedule_event_duration: str,
|
788
|
+
time_start: str,
|
789
|
+
name: Optional[str] = None,
|
790
|
+
schedule_event_recurrences: Optional[str] = None,
|
791
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
792
|
+
_setter("description", description)
|
793
|
+
_setter("schedule_event_duration", schedule_event_duration)
|
794
|
+
_setter("time_start", time_start)
|
795
|
+
if name is not None:
|
796
|
+
_setter("name", name)
|
797
|
+
if schedule_event_recurrences is not None:
|
798
|
+
_setter("schedule_event_recurrences", schedule_event_recurrences)
|
799
|
+
|
800
|
+
@property
|
801
|
+
@pulumi.getter
|
802
|
+
def description(self) -> str:
|
803
|
+
"""
|
804
|
+
(Updatable) A description of the Compute Cloud@Customer upgrade schedule time block.
|
805
|
+
"""
|
806
|
+
return pulumi.get(self, "description")
|
807
|
+
|
808
|
+
@property
|
809
|
+
@pulumi.getter(name="scheduleEventDuration")
|
810
|
+
def schedule_event_duration(self) -> str:
|
811
|
+
"""
|
812
|
+
(Updatable) The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
|
813
|
+
"""
|
814
|
+
return pulumi.get(self, "schedule_event_duration")
|
815
|
+
|
816
|
+
@property
|
817
|
+
@pulumi.getter(name="timeStart")
|
818
|
+
def time_start(self) -> str:
|
819
|
+
"""
|
820
|
+
(Updatable) The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
|
821
|
+
"""
|
822
|
+
return pulumi.get(self, "time_start")
|
823
|
+
|
824
|
+
@property
|
825
|
+
@pulumi.getter
|
826
|
+
def name(self) -> Optional[str]:
|
827
|
+
"""
|
828
|
+
Generated name associated with the event.
|
829
|
+
"""
|
830
|
+
return pulumi.get(self, "name")
|
831
|
+
|
832
|
+
@property
|
833
|
+
@pulumi.getter(name="scheduleEventRecurrences")
|
834
|
+
def schedule_event_recurrences(self) -> Optional[str]:
|
835
|
+
"""
|
836
|
+
(Updatable) Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
|
837
|
+
"""
|
838
|
+
return pulumi.get(self, "schedule_event_recurrences")
|
839
|
+
|
840
|
+
|
841
|
+
@pulumi.output_type
|
842
|
+
class GetAtCustomerCccInfrastructureInfrastructureInventoryResult(dict):
|
843
|
+
def __init__(__self__, *,
|
844
|
+
capacity_storage_tray_count: int,
|
845
|
+
compute_node_count: int,
|
846
|
+
management_node_count: int,
|
847
|
+
performance_storage_tray_count: int,
|
848
|
+
serial_number: str):
|
849
|
+
"""
|
850
|
+
:param int capacity_storage_tray_count: The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
|
851
|
+
:param int compute_node_count: The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
|
852
|
+
:param int management_node_count: The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
|
853
|
+
:param int performance_storage_tray_count: The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
|
854
|
+
:param str serial_number: The serial number of the Compute Cloud@Customer infrastructure rack.
|
855
|
+
"""
|
856
|
+
GetAtCustomerCccInfrastructureInfrastructureInventoryResult._configure(
|
857
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
858
|
+
capacity_storage_tray_count=capacity_storage_tray_count,
|
859
|
+
compute_node_count=compute_node_count,
|
860
|
+
management_node_count=management_node_count,
|
861
|
+
performance_storage_tray_count=performance_storage_tray_count,
|
862
|
+
serial_number=serial_number,
|
863
|
+
)
|
864
|
+
@staticmethod
|
865
|
+
def _configure(
|
866
|
+
_setter: Callable[[Any, Any], None],
|
867
|
+
capacity_storage_tray_count: int,
|
868
|
+
compute_node_count: int,
|
869
|
+
management_node_count: int,
|
870
|
+
performance_storage_tray_count: int,
|
871
|
+
serial_number: str,
|
872
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
873
|
+
_setter("capacity_storage_tray_count", capacity_storage_tray_count)
|
874
|
+
_setter("compute_node_count", compute_node_count)
|
875
|
+
_setter("management_node_count", management_node_count)
|
876
|
+
_setter("performance_storage_tray_count", performance_storage_tray_count)
|
877
|
+
_setter("serial_number", serial_number)
|
878
|
+
|
879
|
+
@property
|
880
|
+
@pulumi.getter(name="capacityStorageTrayCount")
|
881
|
+
def capacity_storage_tray_count(self) -> int:
|
882
|
+
"""
|
883
|
+
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
|
884
|
+
"""
|
885
|
+
return pulumi.get(self, "capacity_storage_tray_count")
|
886
|
+
|
887
|
+
@property
|
888
|
+
@pulumi.getter(name="computeNodeCount")
|
889
|
+
def compute_node_count(self) -> int:
|
890
|
+
"""
|
891
|
+
The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
|
892
|
+
"""
|
893
|
+
return pulumi.get(self, "compute_node_count")
|
894
|
+
|
895
|
+
@property
|
896
|
+
@pulumi.getter(name="managementNodeCount")
|
897
|
+
def management_node_count(self) -> int:
|
898
|
+
"""
|
899
|
+
The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
|
900
|
+
"""
|
901
|
+
return pulumi.get(self, "management_node_count")
|
902
|
+
|
903
|
+
@property
|
904
|
+
@pulumi.getter(name="performanceStorageTrayCount")
|
905
|
+
def performance_storage_tray_count(self) -> int:
|
906
|
+
"""
|
907
|
+
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
|
908
|
+
"""
|
909
|
+
return pulumi.get(self, "performance_storage_tray_count")
|
910
|
+
|
911
|
+
@property
|
912
|
+
@pulumi.getter(name="serialNumber")
|
913
|
+
def serial_number(self) -> str:
|
914
|
+
"""
|
915
|
+
The serial number of the Compute Cloud@Customer infrastructure rack.
|
916
|
+
"""
|
917
|
+
return pulumi.get(self, "serial_number")
|
918
|
+
|
919
|
+
|
920
|
+
@pulumi.output_type
|
921
|
+
class GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationResult(dict):
|
922
|
+
def __init__(__self__, *,
|
923
|
+
dns_ips: Sequence[str],
|
924
|
+
infrastructure_routing_dynamics: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult'],
|
925
|
+
infrastructure_routing_statics: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult'],
|
926
|
+
management_nodes: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeResult'],
|
927
|
+
mgmt_vip_hostname: str,
|
928
|
+
mgmt_vip_ip: str,
|
929
|
+
spine_ips: Sequence[str],
|
930
|
+
spine_vip: str,
|
931
|
+
uplink_domain: str,
|
932
|
+
uplink_gateway_ip: str,
|
933
|
+
uplink_netmask: str,
|
934
|
+
uplink_port_count: int,
|
935
|
+
uplink_port_forward_error_correction: str,
|
936
|
+
uplink_port_speed_in_gbps: int,
|
937
|
+
uplink_vlan_mtu: int):
|
938
|
+
"""
|
939
|
+
:param Sequence[str] dns_ips: The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
|
940
|
+
:param Sequence['GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicArgs'] infrastructure_routing_dynamics: Dynamic routing information for the Compute Cloud@Customer infrastructure.
|
941
|
+
:param Sequence['GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticArgs'] infrastructure_routing_statics: Static routing information for a rack.
|
942
|
+
:param Sequence['GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeArgs'] management_nodes: Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
|
943
|
+
:param str mgmt_vip_hostname: The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
944
|
+
:param str mgmt_vip_ip: The IP address used as the virtual IP (VIP) address of the management nodes.
|
945
|
+
:param Sequence[str] spine_ips: Addresses of the network spine switches.
|
946
|
+
:param str spine_vip: The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
|
947
|
+
:param str uplink_domain: Domain name to be used as the base domain for the internal network and by public facing services.
|
948
|
+
:param str uplink_gateway_ip: Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
949
|
+
:param str uplink_netmask: Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
950
|
+
:param int uplink_port_count: Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
|
951
|
+
:param str uplink_port_forward_error_correction: The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
|
952
|
+
:param int uplink_port_speed_in_gbps: Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
|
953
|
+
:param int uplink_vlan_mtu: The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
|
954
|
+
"""
|
955
|
+
GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationResult._configure(
|
956
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
957
|
+
dns_ips=dns_ips,
|
958
|
+
infrastructure_routing_dynamics=infrastructure_routing_dynamics,
|
959
|
+
infrastructure_routing_statics=infrastructure_routing_statics,
|
960
|
+
management_nodes=management_nodes,
|
961
|
+
mgmt_vip_hostname=mgmt_vip_hostname,
|
962
|
+
mgmt_vip_ip=mgmt_vip_ip,
|
963
|
+
spine_ips=spine_ips,
|
964
|
+
spine_vip=spine_vip,
|
965
|
+
uplink_domain=uplink_domain,
|
966
|
+
uplink_gateway_ip=uplink_gateway_ip,
|
967
|
+
uplink_netmask=uplink_netmask,
|
968
|
+
uplink_port_count=uplink_port_count,
|
969
|
+
uplink_port_forward_error_correction=uplink_port_forward_error_correction,
|
970
|
+
uplink_port_speed_in_gbps=uplink_port_speed_in_gbps,
|
971
|
+
uplink_vlan_mtu=uplink_vlan_mtu,
|
972
|
+
)
|
973
|
+
@staticmethod
|
974
|
+
def _configure(
|
975
|
+
_setter: Callable[[Any, Any], None],
|
976
|
+
dns_ips: Sequence[str],
|
977
|
+
infrastructure_routing_dynamics: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult'],
|
978
|
+
infrastructure_routing_statics: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult'],
|
979
|
+
management_nodes: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeResult'],
|
980
|
+
mgmt_vip_hostname: str,
|
981
|
+
mgmt_vip_ip: str,
|
982
|
+
spine_ips: Sequence[str],
|
983
|
+
spine_vip: str,
|
984
|
+
uplink_domain: str,
|
985
|
+
uplink_gateway_ip: str,
|
986
|
+
uplink_netmask: str,
|
987
|
+
uplink_port_count: int,
|
988
|
+
uplink_port_forward_error_correction: str,
|
989
|
+
uplink_port_speed_in_gbps: int,
|
990
|
+
uplink_vlan_mtu: int,
|
991
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
992
|
+
_setter("dns_ips", dns_ips)
|
993
|
+
_setter("infrastructure_routing_dynamics", infrastructure_routing_dynamics)
|
994
|
+
_setter("infrastructure_routing_statics", infrastructure_routing_statics)
|
995
|
+
_setter("management_nodes", management_nodes)
|
996
|
+
_setter("mgmt_vip_hostname", mgmt_vip_hostname)
|
997
|
+
_setter("mgmt_vip_ip", mgmt_vip_ip)
|
998
|
+
_setter("spine_ips", spine_ips)
|
999
|
+
_setter("spine_vip", spine_vip)
|
1000
|
+
_setter("uplink_domain", uplink_domain)
|
1001
|
+
_setter("uplink_gateway_ip", uplink_gateway_ip)
|
1002
|
+
_setter("uplink_netmask", uplink_netmask)
|
1003
|
+
_setter("uplink_port_count", uplink_port_count)
|
1004
|
+
_setter("uplink_port_forward_error_correction", uplink_port_forward_error_correction)
|
1005
|
+
_setter("uplink_port_speed_in_gbps", uplink_port_speed_in_gbps)
|
1006
|
+
_setter("uplink_vlan_mtu", uplink_vlan_mtu)
|
1007
|
+
|
1008
|
+
@property
|
1009
|
+
@pulumi.getter(name="dnsIps")
|
1010
|
+
def dns_ips(self) -> Sequence[str]:
|
1011
|
+
"""
|
1012
|
+
The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
|
1013
|
+
"""
|
1014
|
+
return pulumi.get(self, "dns_ips")
|
1015
|
+
|
1016
|
+
@property
|
1017
|
+
@pulumi.getter(name="infrastructureRoutingDynamics")
|
1018
|
+
def infrastructure_routing_dynamics(self) -> Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult']:
|
1019
|
+
"""
|
1020
|
+
Dynamic routing information for the Compute Cloud@Customer infrastructure.
|
1021
|
+
"""
|
1022
|
+
return pulumi.get(self, "infrastructure_routing_dynamics")
|
1023
|
+
|
1024
|
+
@property
|
1025
|
+
@pulumi.getter(name="infrastructureRoutingStatics")
|
1026
|
+
def infrastructure_routing_statics(self) -> Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult']:
|
1027
|
+
"""
|
1028
|
+
Static routing information for a rack.
|
1029
|
+
"""
|
1030
|
+
return pulumi.get(self, "infrastructure_routing_statics")
|
1031
|
+
|
1032
|
+
@property
|
1033
|
+
@pulumi.getter(name="managementNodes")
|
1034
|
+
def management_nodes(self) -> Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeResult']:
|
1035
|
+
"""
|
1036
|
+
Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
|
1037
|
+
"""
|
1038
|
+
return pulumi.get(self, "management_nodes")
|
1039
|
+
|
1040
|
+
@property
|
1041
|
+
@pulumi.getter(name="mgmtVipHostname")
|
1042
|
+
def mgmt_vip_hostname(self) -> str:
|
1043
|
+
"""
|
1044
|
+
The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
1045
|
+
"""
|
1046
|
+
return pulumi.get(self, "mgmt_vip_hostname")
|
1047
|
+
|
1048
|
+
@property
|
1049
|
+
@pulumi.getter(name="mgmtVipIp")
|
1050
|
+
def mgmt_vip_ip(self) -> str:
|
1051
|
+
"""
|
1052
|
+
The IP address used as the virtual IP (VIP) address of the management nodes.
|
1053
|
+
"""
|
1054
|
+
return pulumi.get(self, "mgmt_vip_ip")
|
1055
|
+
|
1056
|
+
@property
|
1057
|
+
@pulumi.getter(name="spineIps")
|
1058
|
+
def spine_ips(self) -> Sequence[str]:
|
1059
|
+
"""
|
1060
|
+
Addresses of the network spine switches.
|
1061
|
+
"""
|
1062
|
+
return pulumi.get(self, "spine_ips")
|
1063
|
+
|
1064
|
+
@property
|
1065
|
+
@pulumi.getter(name="spineVip")
|
1066
|
+
def spine_vip(self) -> str:
|
1067
|
+
"""
|
1068
|
+
The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
|
1069
|
+
"""
|
1070
|
+
return pulumi.get(self, "spine_vip")
|
1071
|
+
|
1072
|
+
@property
|
1073
|
+
@pulumi.getter(name="uplinkDomain")
|
1074
|
+
def uplink_domain(self) -> str:
|
1075
|
+
"""
|
1076
|
+
Domain name to be used as the base domain for the internal network and by public facing services.
|
1077
|
+
"""
|
1078
|
+
return pulumi.get(self, "uplink_domain")
|
1079
|
+
|
1080
|
+
@property
|
1081
|
+
@pulumi.getter(name="uplinkGatewayIp")
|
1082
|
+
def uplink_gateway_ip(self) -> str:
|
1083
|
+
"""
|
1084
|
+
Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
1085
|
+
"""
|
1086
|
+
return pulumi.get(self, "uplink_gateway_ip")
|
1087
|
+
|
1088
|
+
@property
|
1089
|
+
@pulumi.getter(name="uplinkNetmask")
|
1090
|
+
def uplink_netmask(self) -> str:
|
1091
|
+
"""
|
1092
|
+
Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
1093
|
+
"""
|
1094
|
+
return pulumi.get(self, "uplink_netmask")
|
1095
|
+
|
1096
|
+
@property
|
1097
|
+
@pulumi.getter(name="uplinkPortCount")
|
1098
|
+
def uplink_port_count(self) -> int:
|
1099
|
+
"""
|
1100
|
+
Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
|
1101
|
+
"""
|
1102
|
+
return pulumi.get(self, "uplink_port_count")
|
1103
|
+
|
1104
|
+
@property
|
1105
|
+
@pulumi.getter(name="uplinkPortForwardErrorCorrection")
|
1106
|
+
def uplink_port_forward_error_correction(self) -> str:
|
1107
|
+
"""
|
1108
|
+
The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
|
1109
|
+
"""
|
1110
|
+
return pulumi.get(self, "uplink_port_forward_error_correction")
|
1111
|
+
|
1112
|
+
@property
|
1113
|
+
@pulumi.getter(name="uplinkPortSpeedInGbps")
|
1114
|
+
def uplink_port_speed_in_gbps(self) -> int:
|
1115
|
+
"""
|
1116
|
+
Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
|
1117
|
+
"""
|
1118
|
+
return pulumi.get(self, "uplink_port_speed_in_gbps")
|
1119
|
+
|
1120
|
+
@property
|
1121
|
+
@pulumi.getter(name="uplinkVlanMtu")
|
1122
|
+
def uplink_vlan_mtu(self) -> int:
|
1123
|
+
"""
|
1124
|
+
The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
|
1125
|
+
"""
|
1126
|
+
return pulumi.get(self, "uplink_vlan_mtu")
|
1127
|
+
|
1128
|
+
|
1129
|
+
@pulumi.output_type
|
1130
|
+
class GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult(dict):
|
1131
|
+
def __init__(__self__, *,
|
1132
|
+
bgp_topology: str,
|
1133
|
+
oracle_asn: int,
|
1134
|
+
peer_informations: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult']):
|
1135
|
+
"""
|
1136
|
+
:param str bgp_topology: The topology in use for the Border Gateway Protocol (BGP) configuration.
|
1137
|
+
:param int oracle_asn: The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
|
1138
|
+
:param Sequence['GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationArgs'] peer_informations: The list of peer devices in the dynamic routing configuration.
|
1139
|
+
"""
|
1140
|
+
GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult._configure(
|
1141
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1142
|
+
bgp_topology=bgp_topology,
|
1143
|
+
oracle_asn=oracle_asn,
|
1144
|
+
peer_informations=peer_informations,
|
1145
|
+
)
|
1146
|
+
@staticmethod
|
1147
|
+
def _configure(
|
1148
|
+
_setter: Callable[[Any, Any], None],
|
1149
|
+
bgp_topology: str,
|
1150
|
+
oracle_asn: int,
|
1151
|
+
peer_informations: Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult'],
|
1152
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1153
|
+
_setter("bgp_topology", bgp_topology)
|
1154
|
+
_setter("oracle_asn", oracle_asn)
|
1155
|
+
_setter("peer_informations", peer_informations)
|
1156
|
+
|
1157
|
+
@property
|
1158
|
+
@pulumi.getter(name="bgpTopology")
|
1159
|
+
def bgp_topology(self) -> str:
|
1160
|
+
"""
|
1161
|
+
The topology in use for the Border Gateway Protocol (BGP) configuration.
|
1162
|
+
"""
|
1163
|
+
return pulumi.get(self, "bgp_topology")
|
1164
|
+
|
1165
|
+
@property
|
1166
|
+
@pulumi.getter(name="oracleAsn")
|
1167
|
+
def oracle_asn(self) -> int:
|
1168
|
+
"""
|
1169
|
+
The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
|
1170
|
+
"""
|
1171
|
+
return pulumi.get(self, "oracle_asn")
|
1172
|
+
|
1173
|
+
@property
|
1174
|
+
@pulumi.getter(name="peerInformations")
|
1175
|
+
def peer_informations(self) -> Sequence['outputs.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult']:
|
1176
|
+
"""
|
1177
|
+
The list of peer devices in the dynamic routing configuration.
|
1178
|
+
"""
|
1179
|
+
return pulumi.get(self, "peer_informations")
|
1180
|
+
|
1181
|
+
|
1182
|
+
@pulumi.output_type
|
1183
|
+
class GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult(dict):
|
1184
|
+
def __init__(__self__, *,
|
1185
|
+
asn: int,
|
1186
|
+
ip: str):
|
1187
|
+
"""
|
1188
|
+
:param int asn: The Autonomous System Number (ASN) of the peer network.
|
1189
|
+
:param str ip: Address of the management node.
|
1190
|
+
"""
|
1191
|
+
GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult._configure(
|
1192
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1193
|
+
asn=asn,
|
1194
|
+
ip=ip,
|
1195
|
+
)
|
1196
|
+
@staticmethod
|
1197
|
+
def _configure(
|
1198
|
+
_setter: Callable[[Any, Any], None],
|
1199
|
+
asn: int,
|
1200
|
+
ip: str,
|
1201
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1202
|
+
_setter("asn", asn)
|
1203
|
+
_setter("ip", ip)
|
1204
|
+
|
1205
|
+
@property
|
1206
|
+
@pulumi.getter
|
1207
|
+
def asn(self) -> int:
|
1208
|
+
"""
|
1209
|
+
The Autonomous System Number (ASN) of the peer network.
|
1210
|
+
"""
|
1211
|
+
return pulumi.get(self, "asn")
|
1212
|
+
|
1213
|
+
@property
|
1214
|
+
@pulumi.getter
|
1215
|
+
def ip(self) -> str:
|
1216
|
+
"""
|
1217
|
+
Address of the management node.
|
1218
|
+
"""
|
1219
|
+
return pulumi.get(self, "ip")
|
1220
|
+
|
1221
|
+
|
1222
|
+
@pulumi.output_type
|
1223
|
+
class GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult(dict):
|
1224
|
+
def __init__(__self__, *,
|
1225
|
+
uplink_hsrp_group: int,
|
1226
|
+
uplink_vlan: int):
|
1227
|
+
"""
|
1228
|
+
:param int uplink_hsrp_group: The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
|
1229
|
+
:param int uplink_vlan: The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
|
1230
|
+
"""
|
1231
|
+
GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult._configure(
|
1232
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1233
|
+
uplink_hsrp_group=uplink_hsrp_group,
|
1234
|
+
uplink_vlan=uplink_vlan,
|
1235
|
+
)
|
1236
|
+
@staticmethod
|
1237
|
+
def _configure(
|
1238
|
+
_setter: Callable[[Any, Any], None],
|
1239
|
+
uplink_hsrp_group: int,
|
1240
|
+
uplink_vlan: int,
|
1241
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1242
|
+
_setter("uplink_hsrp_group", uplink_hsrp_group)
|
1243
|
+
_setter("uplink_vlan", uplink_vlan)
|
1244
|
+
|
1245
|
+
@property
|
1246
|
+
@pulumi.getter(name="uplinkHsrpGroup")
|
1247
|
+
def uplink_hsrp_group(self) -> int:
|
1248
|
+
"""
|
1249
|
+
The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
|
1250
|
+
"""
|
1251
|
+
return pulumi.get(self, "uplink_hsrp_group")
|
1252
|
+
|
1253
|
+
@property
|
1254
|
+
@pulumi.getter(name="uplinkVlan")
|
1255
|
+
def uplink_vlan(self) -> int:
|
1256
|
+
"""
|
1257
|
+
The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
|
1258
|
+
"""
|
1259
|
+
return pulumi.get(self, "uplink_vlan")
|
1260
|
+
|
1261
|
+
|
1262
|
+
@pulumi.output_type
|
1263
|
+
class GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeResult(dict):
|
1264
|
+
def __init__(__self__, *,
|
1265
|
+
hostname: str,
|
1266
|
+
ip: str):
|
1267
|
+
"""
|
1268
|
+
:param str hostname: Hostname for interface to the management node.
|
1269
|
+
:param str ip: Address of the management node.
|
1270
|
+
"""
|
1271
|
+
GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNodeResult._configure(
|
1272
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1273
|
+
hostname=hostname,
|
1274
|
+
ip=ip,
|
1275
|
+
)
|
1276
|
+
@staticmethod
|
1277
|
+
def _configure(
|
1278
|
+
_setter: Callable[[Any, Any], None],
|
1279
|
+
hostname: str,
|
1280
|
+
ip: str,
|
1281
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1282
|
+
_setter("hostname", hostname)
|
1283
|
+
_setter("ip", ip)
|
1284
|
+
|
1285
|
+
@property
|
1286
|
+
@pulumi.getter
|
1287
|
+
def hostname(self) -> str:
|
1288
|
+
"""
|
1289
|
+
Hostname for interface to the management node.
|
1290
|
+
"""
|
1291
|
+
return pulumi.get(self, "hostname")
|
1292
|
+
|
1293
|
+
@property
|
1294
|
+
@pulumi.getter
|
1295
|
+
def ip(self) -> str:
|
1296
|
+
"""
|
1297
|
+
Address of the management node.
|
1298
|
+
"""
|
1299
|
+
return pulumi.get(self, "ip")
|
1300
|
+
|
1301
|
+
|
1302
|
+
@pulumi.output_type
|
1303
|
+
class GetAtCustomerCccInfrastructureUpgradeInformationResult(dict):
|
1304
|
+
def __init__(__self__, *,
|
1305
|
+
current_version: str,
|
1306
|
+
is_active: bool,
|
1307
|
+
scheduled_upgrade_duration: str,
|
1308
|
+
time_of_scheduled_upgrade: str):
|
1309
|
+
"""
|
1310
|
+
:param str current_version: The current version of software installed on the Compute Cloud@Customer infrastructure.
|
1311
|
+
:param bool is_active: Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
|
1312
|
+
:param str scheduled_upgrade_duration: Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
|
1313
|
+
:param str time_of_scheduled_upgrade: Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
|
1314
|
+
"""
|
1315
|
+
GetAtCustomerCccInfrastructureUpgradeInformationResult._configure(
|
1316
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1317
|
+
current_version=current_version,
|
1318
|
+
is_active=is_active,
|
1319
|
+
scheduled_upgrade_duration=scheduled_upgrade_duration,
|
1320
|
+
time_of_scheduled_upgrade=time_of_scheduled_upgrade,
|
1321
|
+
)
|
1322
|
+
@staticmethod
|
1323
|
+
def _configure(
|
1324
|
+
_setter: Callable[[Any, Any], None],
|
1325
|
+
current_version: str,
|
1326
|
+
is_active: bool,
|
1327
|
+
scheduled_upgrade_duration: str,
|
1328
|
+
time_of_scheduled_upgrade: str,
|
1329
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1330
|
+
_setter("current_version", current_version)
|
1331
|
+
_setter("is_active", is_active)
|
1332
|
+
_setter("scheduled_upgrade_duration", scheduled_upgrade_duration)
|
1333
|
+
_setter("time_of_scheduled_upgrade", time_of_scheduled_upgrade)
|
1334
|
+
|
1335
|
+
@property
|
1336
|
+
@pulumi.getter(name="currentVersion")
|
1337
|
+
def current_version(self) -> str:
|
1338
|
+
"""
|
1339
|
+
The current version of software installed on the Compute Cloud@Customer infrastructure.
|
1340
|
+
"""
|
1341
|
+
return pulumi.get(self, "current_version")
|
1342
|
+
|
1343
|
+
@property
|
1344
|
+
@pulumi.getter(name="isActive")
|
1345
|
+
def is_active(self) -> bool:
|
1346
|
+
"""
|
1347
|
+
Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
|
1348
|
+
"""
|
1349
|
+
return pulumi.get(self, "is_active")
|
1350
|
+
|
1351
|
+
@property
|
1352
|
+
@pulumi.getter(name="scheduledUpgradeDuration")
|
1353
|
+
def scheduled_upgrade_duration(self) -> str:
|
1354
|
+
"""
|
1355
|
+
Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
|
1356
|
+
"""
|
1357
|
+
return pulumi.get(self, "scheduled_upgrade_duration")
|
1358
|
+
|
1359
|
+
@property
|
1360
|
+
@pulumi.getter(name="timeOfScheduledUpgrade")
|
1361
|
+
def time_of_scheduled_upgrade(self) -> str:
|
1362
|
+
"""
|
1363
|
+
Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
|
1364
|
+
"""
|
1365
|
+
return pulumi.get(self, "time_of_scheduled_upgrade")
|
1366
|
+
|
1367
|
+
|
1368
|
+
@pulumi.output_type
|
1369
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionResult(dict):
|
1370
|
+
def __init__(__self__, *,
|
1371
|
+
items: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemResult']):
|
1372
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionResult._configure(
|
1373
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1374
|
+
items=items,
|
1375
|
+
)
|
1376
|
+
@staticmethod
|
1377
|
+
def _configure(
|
1378
|
+
_setter: Callable[[Any, Any], None],
|
1379
|
+
items: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemResult'],
|
1380
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1381
|
+
_setter("items", items)
|
1382
|
+
|
1383
|
+
@property
|
1384
|
+
@pulumi.getter
|
1385
|
+
def items(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemResult']:
|
1386
|
+
return pulumi.get(self, "items")
|
1387
|
+
|
1388
|
+
|
1389
|
+
@pulumi.output_type
|
1390
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemResult(dict):
|
1391
|
+
def __init__(__self__, *,
|
1392
|
+
ccc_upgrade_schedule_id: str,
|
1393
|
+
compartment_id: str,
|
1394
|
+
connection_details: str,
|
1395
|
+
connection_state: str,
|
1396
|
+
defined_tags: Mapping[str, Any],
|
1397
|
+
description: str,
|
1398
|
+
display_name: str,
|
1399
|
+
freeform_tags: Mapping[str, Any],
|
1400
|
+
id: str,
|
1401
|
+
infrastructure_inventories: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryResult'],
|
1402
|
+
infrastructure_network_configurations: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationResult'],
|
1403
|
+
lifecycle_details: str,
|
1404
|
+
provisioning_fingerprint: str,
|
1405
|
+
provisioning_pin: str,
|
1406
|
+
short_name: str,
|
1407
|
+
state: str,
|
1408
|
+
subnet_id: str,
|
1409
|
+
system_tags: Mapping[str, Any],
|
1410
|
+
time_created: str,
|
1411
|
+
time_updated: str,
|
1412
|
+
upgrade_informations: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationResult']):
|
1413
|
+
"""
|
1414
|
+
:param str ccc_upgrade_schedule_id: Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
|
1415
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
1416
|
+
:param str connection_details: A message describing the current connection state in more detail.
|
1417
|
+
:param str connection_state: The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
|
1418
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1419
|
+
:param str description: A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
|
1420
|
+
:param str display_name: A filter to return only resources that match the entire display name given.
|
1421
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1422
|
+
:param str id: The Compute Cloud@Customer infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This cannot be changed once created.
|
1423
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryArgs'] infrastructure_inventories: Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
|
1424
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationArgs'] infrastructure_network_configurations: Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
|
1425
|
+
:param str lifecycle_details: A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
|
1426
|
+
:param str provisioning_fingerprint: Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
|
1427
|
+
:param str provisioning_pin: Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
|
1428
|
+
:param str short_name: The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
|
1429
|
+
:param str state: A filter used to return only resources that match the given lifecycleState.
|
1430
|
+
:param str subnet_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
|
1431
|
+
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1432
|
+
:param str time_created: Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
|
1433
|
+
:param str time_updated: Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
|
1434
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationArgs'] upgrade_informations: Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
|
1435
|
+
"""
|
1436
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemResult._configure(
|
1437
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1438
|
+
ccc_upgrade_schedule_id=ccc_upgrade_schedule_id,
|
1439
|
+
compartment_id=compartment_id,
|
1440
|
+
connection_details=connection_details,
|
1441
|
+
connection_state=connection_state,
|
1442
|
+
defined_tags=defined_tags,
|
1443
|
+
description=description,
|
1444
|
+
display_name=display_name,
|
1445
|
+
freeform_tags=freeform_tags,
|
1446
|
+
id=id,
|
1447
|
+
infrastructure_inventories=infrastructure_inventories,
|
1448
|
+
infrastructure_network_configurations=infrastructure_network_configurations,
|
1449
|
+
lifecycle_details=lifecycle_details,
|
1450
|
+
provisioning_fingerprint=provisioning_fingerprint,
|
1451
|
+
provisioning_pin=provisioning_pin,
|
1452
|
+
short_name=short_name,
|
1453
|
+
state=state,
|
1454
|
+
subnet_id=subnet_id,
|
1455
|
+
system_tags=system_tags,
|
1456
|
+
time_created=time_created,
|
1457
|
+
time_updated=time_updated,
|
1458
|
+
upgrade_informations=upgrade_informations,
|
1459
|
+
)
|
1460
|
+
@staticmethod
|
1461
|
+
def _configure(
|
1462
|
+
_setter: Callable[[Any, Any], None],
|
1463
|
+
ccc_upgrade_schedule_id: str,
|
1464
|
+
compartment_id: str,
|
1465
|
+
connection_details: str,
|
1466
|
+
connection_state: str,
|
1467
|
+
defined_tags: Mapping[str, Any],
|
1468
|
+
description: str,
|
1469
|
+
display_name: str,
|
1470
|
+
freeform_tags: Mapping[str, Any],
|
1471
|
+
id: str,
|
1472
|
+
infrastructure_inventories: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryResult'],
|
1473
|
+
infrastructure_network_configurations: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationResult'],
|
1474
|
+
lifecycle_details: str,
|
1475
|
+
provisioning_fingerprint: str,
|
1476
|
+
provisioning_pin: str,
|
1477
|
+
short_name: str,
|
1478
|
+
state: str,
|
1479
|
+
subnet_id: str,
|
1480
|
+
system_tags: Mapping[str, Any],
|
1481
|
+
time_created: str,
|
1482
|
+
time_updated: str,
|
1483
|
+
upgrade_informations: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationResult'],
|
1484
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1485
|
+
_setter("ccc_upgrade_schedule_id", ccc_upgrade_schedule_id)
|
1486
|
+
_setter("compartment_id", compartment_id)
|
1487
|
+
_setter("connection_details", connection_details)
|
1488
|
+
_setter("connection_state", connection_state)
|
1489
|
+
_setter("defined_tags", defined_tags)
|
1490
|
+
_setter("description", description)
|
1491
|
+
_setter("display_name", display_name)
|
1492
|
+
_setter("freeform_tags", freeform_tags)
|
1493
|
+
_setter("id", id)
|
1494
|
+
_setter("infrastructure_inventories", infrastructure_inventories)
|
1495
|
+
_setter("infrastructure_network_configurations", infrastructure_network_configurations)
|
1496
|
+
_setter("lifecycle_details", lifecycle_details)
|
1497
|
+
_setter("provisioning_fingerprint", provisioning_fingerprint)
|
1498
|
+
_setter("provisioning_pin", provisioning_pin)
|
1499
|
+
_setter("short_name", short_name)
|
1500
|
+
_setter("state", state)
|
1501
|
+
_setter("subnet_id", subnet_id)
|
1502
|
+
_setter("system_tags", system_tags)
|
1503
|
+
_setter("time_created", time_created)
|
1504
|
+
_setter("time_updated", time_updated)
|
1505
|
+
_setter("upgrade_informations", upgrade_informations)
|
1506
|
+
|
1507
|
+
@property
|
1508
|
+
@pulumi.getter(name="cccUpgradeScheduleId")
|
1509
|
+
def ccc_upgrade_schedule_id(self) -> str:
|
1510
|
+
"""
|
1511
|
+
Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
|
1512
|
+
"""
|
1513
|
+
return pulumi.get(self, "ccc_upgrade_schedule_id")
|
1514
|
+
|
1515
|
+
@property
|
1516
|
+
@pulumi.getter(name="compartmentId")
|
1517
|
+
def compartment_id(self) -> str:
|
1518
|
+
"""
|
1519
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
1520
|
+
"""
|
1521
|
+
return pulumi.get(self, "compartment_id")
|
1522
|
+
|
1523
|
+
@property
|
1524
|
+
@pulumi.getter(name="connectionDetails")
|
1525
|
+
def connection_details(self) -> str:
|
1526
|
+
"""
|
1527
|
+
A message describing the current connection state in more detail.
|
1528
|
+
"""
|
1529
|
+
return pulumi.get(self, "connection_details")
|
1530
|
+
|
1531
|
+
@property
|
1532
|
+
@pulumi.getter(name="connectionState")
|
1533
|
+
def connection_state(self) -> str:
|
1534
|
+
"""
|
1535
|
+
The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
|
1536
|
+
"""
|
1537
|
+
return pulumi.get(self, "connection_state")
|
1538
|
+
|
1539
|
+
@property
|
1540
|
+
@pulumi.getter(name="definedTags")
|
1541
|
+
def defined_tags(self) -> Mapping[str, Any]:
|
1542
|
+
"""
|
1543
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1544
|
+
"""
|
1545
|
+
return pulumi.get(self, "defined_tags")
|
1546
|
+
|
1547
|
+
@property
|
1548
|
+
@pulumi.getter
|
1549
|
+
def description(self) -> str:
|
1550
|
+
"""
|
1551
|
+
A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
|
1552
|
+
"""
|
1553
|
+
return pulumi.get(self, "description")
|
1554
|
+
|
1555
|
+
@property
|
1556
|
+
@pulumi.getter(name="displayName")
|
1557
|
+
def display_name(self) -> str:
|
1558
|
+
"""
|
1559
|
+
A filter to return only resources that match the entire display name given.
|
1560
|
+
"""
|
1561
|
+
return pulumi.get(self, "display_name")
|
1562
|
+
|
1563
|
+
@property
|
1564
|
+
@pulumi.getter(name="freeformTags")
|
1565
|
+
def freeform_tags(self) -> Mapping[str, Any]:
|
1566
|
+
"""
|
1567
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1568
|
+
"""
|
1569
|
+
return pulumi.get(self, "freeform_tags")
|
1570
|
+
|
1571
|
+
@property
|
1572
|
+
@pulumi.getter
|
1573
|
+
def id(self) -> str:
|
1574
|
+
"""
|
1575
|
+
The Compute Cloud@Customer infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This cannot be changed once created.
|
1576
|
+
"""
|
1577
|
+
return pulumi.get(self, "id")
|
1578
|
+
|
1579
|
+
@property
|
1580
|
+
@pulumi.getter(name="infrastructureInventories")
|
1581
|
+
def infrastructure_inventories(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryResult']:
|
1582
|
+
"""
|
1583
|
+
Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
|
1584
|
+
"""
|
1585
|
+
return pulumi.get(self, "infrastructure_inventories")
|
1586
|
+
|
1587
|
+
@property
|
1588
|
+
@pulumi.getter(name="infrastructureNetworkConfigurations")
|
1589
|
+
def infrastructure_network_configurations(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationResult']:
|
1590
|
+
"""
|
1591
|
+
Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
|
1592
|
+
"""
|
1593
|
+
return pulumi.get(self, "infrastructure_network_configurations")
|
1594
|
+
|
1595
|
+
@property
|
1596
|
+
@pulumi.getter(name="lifecycleDetails")
|
1597
|
+
def lifecycle_details(self) -> str:
|
1598
|
+
"""
|
1599
|
+
A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
|
1600
|
+
"""
|
1601
|
+
return pulumi.get(self, "lifecycle_details")
|
1602
|
+
|
1603
|
+
@property
|
1604
|
+
@pulumi.getter(name="provisioningFingerprint")
|
1605
|
+
def provisioning_fingerprint(self) -> str:
|
1606
|
+
"""
|
1607
|
+
Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
|
1608
|
+
"""
|
1609
|
+
return pulumi.get(self, "provisioning_fingerprint")
|
1610
|
+
|
1611
|
+
@property
|
1612
|
+
@pulumi.getter(name="provisioningPin")
|
1613
|
+
def provisioning_pin(self) -> str:
|
1614
|
+
"""
|
1615
|
+
Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
|
1616
|
+
"""
|
1617
|
+
return pulumi.get(self, "provisioning_pin")
|
1618
|
+
|
1619
|
+
@property
|
1620
|
+
@pulumi.getter(name="shortName")
|
1621
|
+
def short_name(self) -> str:
|
1622
|
+
"""
|
1623
|
+
The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
|
1624
|
+
"""
|
1625
|
+
return pulumi.get(self, "short_name")
|
1626
|
+
|
1627
|
+
@property
|
1628
|
+
@pulumi.getter
|
1629
|
+
def state(self) -> str:
|
1630
|
+
"""
|
1631
|
+
A filter used to return only resources that match the given lifecycleState.
|
1632
|
+
"""
|
1633
|
+
return pulumi.get(self, "state")
|
1634
|
+
|
1635
|
+
@property
|
1636
|
+
@pulumi.getter(name="subnetId")
|
1637
|
+
def subnet_id(self) -> str:
|
1638
|
+
"""
|
1639
|
+
[OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
|
1640
|
+
"""
|
1641
|
+
return pulumi.get(self, "subnet_id")
|
1642
|
+
|
1643
|
+
@property
|
1644
|
+
@pulumi.getter(name="systemTags")
|
1645
|
+
def system_tags(self) -> Mapping[str, Any]:
|
1646
|
+
"""
|
1647
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1648
|
+
"""
|
1649
|
+
return pulumi.get(self, "system_tags")
|
1650
|
+
|
1651
|
+
@property
|
1652
|
+
@pulumi.getter(name="timeCreated")
|
1653
|
+
def time_created(self) -> str:
|
1654
|
+
"""
|
1655
|
+
Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
|
1656
|
+
"""
|
1657
|
+
return pulumi.get(self, "time_created")
|
1658
|
+
|
1659
|
+
@property
|
1660
|
+
@pulumi.getter(name="timeUpdated")
|
1661
|
+
def time_updated(self) -> str:
|
1662
|
+
"""
|
1663
|
+
Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
|
1664
|
+
"""
|
1665
|
+
return pulumi.get(self, "time_updated")
|
1666
|
+
|
1667
|
+
@property
|
1668
|
+
@pulumi.getter(name="upgradeInformations")
|
1669
|
+
def upgrade_informations(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationResult']:
|
1670
|
+
"""
|
1671
|
+
Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
|
1672
|
+
"""
|
1673
|
+
return pulumi.get(self, "upgrade_informations")
|
1674
|
+
|
1675
|
+
|
1676
|
+
@pulumi.output_type
|
1677
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryResult(dict):
|
1678
|
+
def __init__(__self__, *,
|
1679
|
+
capacity_storage_tray_count: int,
|
1680
|
+
compute_node_count: int,
|
1681
|
+
management_node_count: int,
|
1682
|
+
performance_storage_tray_count: int,
|
1683
|
+
serial_number: str):
|
1684
|
+
"""
|
1685
|
+
:param int capacity_storage_tray_count: The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
|
1686
|
+
:param int compute_node_count: The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
|
1687
|
+
:param int management_node_count: The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
|
1688
|
+
:param int performance_storage_tray_count: The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
|
1689
|
+
:param str serial_number: The serial number of the Compute Cloud@Customer infrastructure rack.
|
1690
|
+
"""
|
1691
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureInventoryResult._configure(
|
1692
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1693
|
+
capacity_storage_tray_count=capacity_storage_tray_count,
|
1694
|
+
compute_node_count=compute_node_count,
|
1695
|
+
management_node_count=management_node_count,
|
1696
|
+
performance_storage_tray_count=performance_storage_tray_count,
|
1697
|
+
serial_number=serial_number,
|
1698
|
+
)
|
1699
|
+
@staticmethod
|
1700
|
+
def _configure(
|
1701
|
+
_setter: Callable[[Any, Any], None],
|
1702
|
+
capacity_storage_tray_count: int,
|
1703
|
+
compute_node_count: int,
|
1704
|
+
management_node_count: int,
|
1705
|
+
performance_storage_tray_count: int,
|
1706
|
+
serial_number: str,
|
1707
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1708
|
+
_setter("capacity_storage_tray_count", capacity_storage_tray_count)
|
1709
|
+
_setter("compute_node_count", compute_node_count)
|
1710
|
+
_setter("management_node_count", management_node_count)
|
1711
|
+
_setter("performance_storage_tray_count", performance_storage_tray_count)
|
1712
|
+
_setter("serial_number", serial_number)
|
1713
|
+
|
1714
|
+
@property
|
1715
|
+
@pulumi.getter(name="capacityStorageTrayCount")
|
1716
|
+
def capacity_storage_tray_count(self) -> int:
|
1717
|
+
"""
|
1718
|
+
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
|
1719
|
+
"""
|
1720
|
+
return pulumi.get(self, "capacity_storage_tray_count")
|
1721
|
+
|
1722
|
+
@property
|
1723
|
+
@pulumi.getter(name="computeNodeCount")
|
1724
|
+
def compute_node_count(self) -> int:
|
1725
|
+
"""
|
1726
|
+
The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
|
1727
|
+
"""
|
1728
|
+
return pulumi.get(self, "compute_node_count")
|
1729
|
+
|
1730
|
+
@property
|
1731
|
+
@pulumi.getter(name="managementNodeCount")
|
1732
|
+
def management_node_count(self) -> int:
|
1733
|
+
"""
|
1734
|
+
The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
|
1735
|
+
"""
|
1736
|
+
return pulumi.get(self, "management_node_count")
|
1737
|
+
|
1738
|
+
@property
|
1739
|
+
@pulumi.getter(name="performanceStorageTrayCount")
|
1740
|
+
def performance_storage_tray_count(self) -> int:
|
1741
|
+
"""
|
1742
|
+
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
|
1743
|
+
"""
|
1744
|
+
return pulumi.get(self, "performance_storage_tray_count")
|
1745
|
+
|
1746
|
+
@property
|
1747
|
+
@pulumi.getter(name="serialNumber")
|
1748
|
+
def serial_number(self) -> str:
|
1749
|
+
"""
|
1750
|
+
The serial number of the Compute Cloud@Customer infrastructure rack.
|
1751
|
+
"""
|
1752
|
+
return pulumi.get(self, "serial_number")
|
1753
|
+
|
1754
|
+
|
1755
|
+
@pulumi.output_type
|
1756
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationResult(dict):
|
1757
|
+
def __init__(__self__, *,
|
1758
|
+
dns_ips: Sequence[str],
|
1759
|
+
infrastructure_routing_dynamics: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult'],
|
1760
|
+
infrastructure_routing_statics: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult'],
|
1761
|
+
management_nodes: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeResult'],
|
1762
|
+
mgmt_vip_hostname: str,
|
1763
|
+
mgmt_vip_ip: str,
|
1764
|
+
spine_ips: Sequence[str],
|
1765
|
+
spine_vip: str,
|
1766
|
+
uplink_domain: str,
|
1767
|
+
uplink_gateway_ip: str,
|
1768
|
+
uplink_netmask: str,
|
1769
|
+
uplink_port_count: int,
|
1770
|
+
uplink_port_forward_error_correction: str,
|
1771
|
+
uplink_port_speed_in_gbps: int,
|
1772
|
+
uplink_vlan_mtu: int):
|
1773
|
+
"""
|
1774
|
+
:param Sequence[str] dns_ips: The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
|
1775
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicArgs'] infrastructure_routing_dynamics: Dynamic routing information for the Compute Cloud@Customer infrastructure.
|
1776
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticArgs'] infrastructure_routing_statics: Static routing information for a rack.
|
1777
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeArgs'] management_nodes: Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
|
1778
|
+
:param str mgmt_vip_hostname: The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
1779
|
+
:param str mgmt_vip_ip: The IP address used as the virtual IP (VIP) address of the management nodes.
|
1780
|
+
:param Sequence[str] spine_ips: Addresses of the network spine switches.
|
1781
|
+
:param str spine_vip: The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
|
1782
|
+
:param str uplink_domain: Domain name to be used as the base domain for the internal network and by public facing services.
|
1783
|
+
:param str uplink_gateway_ip: Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
1784
|
+
:param str uplink_netmask: Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
1785
|
+
:param int uplink_port_count: Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
|
1786
|
+
:param str uplink_port_forward_error_correction: The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
|
1787
|
+
:param int uplink_port_speed_in_gbps: Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
|
1788
|
+
:param int uplink_vlan_mtu: The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
|
1789
|
+
"""
|
1790
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationResult._configure(
|
1791
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1792
|
+
dns_ips=dns_ips,
|
1793
|
+
infrastructure_routing_dynamics=infrastructure_routing_dynamics,
|
1794
|
+
infrastructure_routing_statics=infrastructure_routing_statics,
|
1795
|
+
management_nodes=management_nodes,
|
1796
|
+
mgmt_vip_hostname=mgmt_vip_hostname,
|
1797
|
+
mgmt_vip_ip=mgmt_vip_ip,
|
1798
|
+
spine_ips=spine_ips,
|
1799
|
+
spine_vip=spine_vip,
|
1800
|
+
uplink_domain=uplink_domain,
|
1801
|
+
uplink_gateway_ip=uplink_gateway_ip,
|
1802
|
+
uplink_netmask=uplink_netmask,
|
1803
|
+
uplink_port_count=uplink_port_count,
|
1804
|
+
uplink_port_forward_error_correction=uplink_port_forward_error_correction,
|
1805
|
+
uplink_port_speed_in_gbps=uplink_port_speed_in_gbps,
|
1806
|
+
uplink_vlan_mtu=uplink_vlan_mtu,
|
1807
|
+
)
|
1808
|
+
@staticmethod
|
1809
|
+
def _configure(
|
1810
|
+
_setter: Callable[[Any, Any], None],
|
1811
|
+
dns_ips: Sequence[str],
|
1812
|
+
infrastructure_routing_dynamics: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult'],
|
1813
|
+
infrastructure_routing_statics: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult'],
|
1814
|
+
management_nodes: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeResult'],
|
1815
|
+
mgmt_vip_hostname: str,
|
1816
|
+
mgmt_vip_ip: str,
|
1817
|
+
spine_ips: Sequence[str],
|
1818
|
+
spine_vip: str,
|
1819
|
+
uplink_domain: str,
|
1820
|
+
uplink_gateway_ip: str,
|
1821
|
+
uplink_netmask: str,
|
1822
|
+
uplink_port_count: int,
|
1823
|
+
uplink_port_forward_error_correction: str,
|
1824
|
+
uplink_port_speed_in_gbps: int,
|
1825
|
+
uplink_vlan_mtu: int,
|
1826
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1827
|
+
_setter("dns_ips", dns_ips)
|
1828
|
+
_setter("infrastructure_routing_dynamics", infrastructure_routing_dynamics)
|
1829
|
+
_setter("infrastructure_routing_statics", infrastructure_routing_statics)
|
1830
|
+
_setter("management_nodes", management_nodes)
|
1831
|
+
_setter("mgmt_vip_hostname", mgmt_vip_hostname)
|
1832
|
+
_setter("mgmt_vip_ip", mgmt_vip_ip)
|
1833
|
+
_setter("spine_ips", spine_ips)
|
1834
|
+
_setter("spine_vip", spine_vip)
|
1835
|
+
_setter("uplink_domain", uplink_domain)
|
1836
|
+
_setter("uplink_gateway_ip", uplink_gateway_ip)
|
1837
|
+
_setter("uplink_netmask", uplink_netmask)
|
1838
|
+
_setter("uplink_port_count", uplink_port_count)
|
1839
|
+
_setter("uplink_port_forward_error_correction", uplink_port_forward_error_correction)
|
1840
|
+
_setter("uplink_port_speed_in_gbps", uplink_port_speed_in_gbps)
|
1841
|
+
_setter("uplink_vlan_mtu", uplink_vlan_mtu)
|
1842
|
+
|
1843
|
+
@property
|
1844
|
+
@pulumi.getter(name="dnsIps")
|
1845
|
+
def dns_ips(self) -> Sequence[str]:
|
1846
|
+
"""
|
1847
|
+
The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
|
1848
|
+
"""
|
1849
|
+
return pulumi.get(self, "dns_ips")
|
1850
|
+
|
1851
|
+
@property
|
1852
|
+
@pulumi.getter(name="infrastructureRoutingDynamics")
|
1853
|
+
def infrastructure_routing_dynamics(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult']:
|
1854
|
+
"""
|
1855
|
+
Dynamic routing information for the Compute Cloud@Customer infrastructure.
|
1856
|
+
"""
|
1857
|
+
return pulumi.get(self, "infrastructure_routing_dynamics")
|
1858
|
+
|
1859
|
+
@property
|
1860
|
+
@pulumi.getter(name="infrastructureRoutingStatics")
|
1861
|
+
def infrastructure_routing_statics(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult']:
|
1862
|
+
"""
|
1863
|
+
Static routing information for a rack.
|
1864
|
+
"""
|
1865
|
+
return pulumi.get(self, "infrastructure_routing_statics")
|
1866
|
+
|
1867
|
+
@property
|
1868
|
+
@pulumi.getter(name="managementNodes")
|
1869
|
+
def management_nodes(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeResult']:
|
1870
|
+
"""
|
1871
|
+
Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
|
1872
|
+
"""
|
1873
|
+
return pulumi.get(self, "management_nodes")
|
1874
|
+
|
1875
|
+
@property
|
1876
|
+
@pulumi.getter(name="mgmtVipHostname")
|
1877
|
+
def mgmt_vip_hostname(self) -> str:
|
1878
|
+
"""
|
1879
|
+
The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
1880
|
+
"""
|
1881
|
+
return pulumi.get(self, "mgmt_vip_hostname")
|
1882
|
+
|
1883
|
+
@property
|
1884
|
+
@pulumi.getter(name="mgmtVipIp")
|
1885
|
+
def mgmt_vip_ip(self) -> str:
|
1886
|
+
"""
|
1887
|
+
The IP address used as the virtual IP (VIP) address of the management nodes.
|
1888
|
+
"""
|
1889
|
+
return pulumi.get(self, "mgmt_vip_ip")
|
1890
|
+
|
1891
|
+
@property
|
1892
|
+
@pulumi.getter(name="spineIps")
|
1893
|
+
def spine_ips(self) -> Sequence[str]:
|
1894
|
+
"""
|
1895
|
+
Addresses of the network spine switches.
|
1896
|
+
"""
|
1897
|
+
return pulumi.get(self, "spine_ips")
|
1898
|
+
|
1899
|
+
@property
|
1900
|
+
@pulumi.getter(name="spineVip")
|
1901
|
+
def spine_vip(self) -> str:
|
1902
|
+
"""
|
1903
|
+
The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
|
1904
|
+
"""
|
1905
|
+
return pulumi.get(self, "spine_vip")
|
1906
|
+
|
1907
|
+
@property
|
1908
|
+
@pulumi.getter(name="uplinkDomain")
|
1909
|
+
def uplink_domain(self) -> str:
|
1910
|
+
"""
|
1911
|
+
Domain name to be used as the base domain for the internal network and by public facing services.
|
1912
|
+
"""
|
1913
|
+
return pulumi.get(self, "uplink_domain")
|
1914
|
+
|
1915
|
+
@property
|
1916
|
+
@pulumi.getter(name="uplinkGatewayIp")
|
1917
|
+
def uplink_gateway_ip(self) -> str:
|
1918
|
+
"""
|
1919
|
+
Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
1920
|
+
"""
|
1921
|
+
return pulumi.get(self, "uplink_gateway_ip")
|
1922
|
+
|
1923
|
+
@property
|
1924
|
+
@pulumi.getter(name="uplinkNetmask")
|
1925
|
+
def uplink_netmask(self) -> str:
|
1926
|
+
"""
|
1927
|
+
Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
1928
|
+
"""
|
1929
|
+
return pulumi.get(self, "uplink_netmask")
|
1930
|
+
|
1931
|
+
@property
|
1932
|
+
@pulumi.getter(name="uplinkPortCount")
|
1933
|
+
def uplink_port_count(self) -> int:
|
1934
|
+
"""
|
1935
|
+
Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
|
1936
|
+
"""
|
1937
|
+
return pulumi.get(self, "uplink_port_count")
|
1938
|
+
|
1939
|
+
@property
|
1940
|
+
@pulumi.getter(name="uplinkPortForwardErrorCorrection")
|
1941
|
+
def uplink_port_forward_error_correction(self) -> str:
|
1942
|
+
"""
|
1943
|
+
The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
|
1944
|
+
"""
|
1945
|
+
return pulumi.get(self, "uplink_port_forward_error_correction")
|
1946
|
+
|
1947
|
+
@property
|
1948
|
+
@pulumi.getter(name="uplinkPortSpeedInGbps")
|
1949
|
+
def uplink_port_speed_in_gbps(self) -> int:
|
1950
|
+
"""
|
1951
|
+
Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
|
1952
|
+
"""
|
1953
|
+
return pulumi.get(self, "uplink_port_speed_in_gbps")
|
1954
|
+
|
1955
|
+
@property
|
1956
|
+
@pulumi.getter(name="uplinkVlanMtu")
|
1957
|
+
def uplink_vlan_mtu(self) -> int:
|
1958
|
+
"""
|
1959
|
+
The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
|
1960
|
+
"""
|
1961
|
+
return pulumi.get(self, "uplink_vlan_mtu")
|
1962
|
+
|
1963
|
+
|
1964
|
+
@pulumi.output_type
|
1965
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult(dict):
|
1966
|
+
def __init__(__self__, *,
|
1967
|
+
bgp_topology: str,
|
1968
|
+
oracle_asn: int,
|
1969
|
+
peer_informations: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult']):
|
1970
|
+
"""
|
1971
|
+
:param str bgp_topology: The topology in use for the Border Gateway Protocol (BGP) configuration.
|
1972
|
+
:param int oracle_asn: The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
|
1973
|
+
:param Sequence['GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationArgs'] peer_informations: The list of peer devices in the dynamic routing configuration.
|
1974
|
+
"""
|
1975
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicResult._configure(
|
1976
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1977
|
+
bgp_topology=bgp_topology,
|
1978
|
+
oracle_asn=oracle_asn,
|
1979
|
+
peer_informations=peer_informations,
|
1980
|
+
)
|
1981
|
+
@staticmethod
|
1982
|
+
def _configure(
|
1983
|
+
_setter: Callable[[Any, Any], None],
|
1984
|
+
bgp_topology: str,
|
1985
|
+
oracle_asn: int,
|
1986
|
+
peer_informations: Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult'],
|
1987
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1988
|
+
_setter("bgp_topology", bgp_topology)
|
1989
|
+
_setter("oracle_asn", oracle_asn)
|
1990
|
+
_setter("peer_informations", peer_informations)
|
1991
|
+
|
1992
|
+
@property
|
1993
|
+
@pulumi.getter(name="bgpTopology")
|
1994
|
+
def bgp_topology(self) -> str:
|
1995
|
+
"""
|
1996
|
+
The topology in use for the Border Gateway Protocol (BGP) configuration.
|
1997
|
+
"""
|
1998
|
+
return pulumi.get(self, "bgp_topology")
|
1999
|
+
|
2000
|
+
@property
|
2001
|
+
@pulumi.getter(name="oracleAsn")
|
2002
|
+
def oracle_asn(self) -> int:
|
2003
|
+
"""
|
2004
|
+
The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
|
2005
|
+
"""
|
2006
|
+
return pulumi.get(self, "oracle_asn")
|
2007
|
+
|
2008
|
+
@property
|
2009
|
+
@pulumi.getter(name="peerInformations")
|
2010
|
+
def peer_informations(self) -> Sequence['outputs.GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult']:
|
2011
|
+
"""
|
2012
|
+
The list of peer devices in the dynamic routing configuration.
|
2013
|
+
"""
|
2014
|
+
return pulumi.get(self, "peer_informations")
|
2015
|
+
|
2016
|
+
|
2017
|
+
@pulumi.output_type
|
2018
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult(dict):
|
2019
|
+
def __init__(__self__, *,
|
2020
|
+
asn: int,
|
2021
|
+
ip: str):
|
2022
|
+
"""
|
2023
|
+
:param int asn: The Autonomous System Number (ASN) of the peer network.
|
2024
|
+
:param str ip: Address of the management node.
|
2025
|
+
"""
|
2026
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformationResult._configure(
|
2027
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2028
|
+
asn=asn,
|
2029
|
+
ip=ip,
|
2030
|
+
)
|
2031
|
+
@staticmethod
|
2032
|
+
def _configure(
|
2033
|
+
_setter: Callable[[Any, Any], None],
|
2034
|
+
asn: int,
|
2035
|
+
ip: str,
|
2036
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2037
|
+
_setter("asn", asn)
|
2038
|
+
_setter("ip", ip)
|
2039
|
+
|
2040
|
+
@property
|
2041
|
+
@pulumi.getter
|
2042
|
+
def asn(self) -> int:
|
2043
|
+
"""
|
2044
|
+
The Autonomous System Number (ASN) of the peer network.
|
2045
|
+
"""
|
2046
|
+
return pulumi.get(self, "asn")
|
2047
|
+
|
2048
|
+
@property
|
2049
|
+
@pulumi.getter
|
2050
|
+
def ip(self) -> str:
|
2051
|
+
"""
|
2052
|
+
Address of the management node.
|
2053
|
+
"""
|
2054
|
+
return pulumi.get(self, "ip")
|
2055
|
+
|
2056
|
+
|
2057
|
+
@pulumi.output_type
|
2058
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult(dict):
|
2059
|
+
def __init__(__self__, *,
|
2060
|
+
uplink_hsrp_group: int,
|
2061
|
+
uplink_vlan: int):
|
2062
|
+
"""
|
2063
|
+
:param int uplink_hsrp_group: The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
|
2064
|
+
:param int uplink_vlan: The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
|
2065
|
+
"""
|
2066
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationInfrastructureRoutingStaticResult._configure(
|
2067
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2068
|
+
uplink_hsrp_group=uplink_hsrp_group,
|
2069
|
+
uplink_vlan=uplink_vlan,
|
2070
|
+
)
|
2071
|
+
@staticmethod
|
2072
|
+
def _configure(
|
2073
|
+
_setter: Callable[[Any, Any], None],
|
2074
|
+
uplink_hsrp_group: int,
|
2075
|
+
uplink_vlan: int,
|
2076
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2077
|
+
_setter("uplink_hsrp_group", uplink_hsrp_group)
|
2078
|
+
_setter("uplink_vlan", uplink_vlan)
|
2079
|
+
|
2080
|
+
@property
|
2081
|
+
@pulumi.getter(name="uplinkHsrpGroup")
|
2082
|
+
def uplink_hsrp_group(self) -> int:
|
2083
|
+
"""
|
2084
|
+
The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
|
2085
|
+
"""
|
2086
|
+
return pulumi.get(self, "uplink_hsrp_group")
|
2087
|
+
|
2088
|
+
@property
|
2089
|
+
@pulumi.getter(name="uplinkVlan")
|
2090
|
+
def uplink_vlan(self) -> int:
|
2091
|
+
"""
|
2092
|
+
The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
|
2093
|
+
"""
|
2094
|
+
return pulumi.get(self, "uplink_vlan")
|
2095
|
+
|
2096
|
+
|
2097
|
+
@pulumi.output_type
|
2098
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeResult(dict):
|
2099
|
+
def __init__(__self__, *,
|
2100
|
+
hostname: str,
|
2101
|
+
ip: str):
|
2102
|
+
"""
|
2103
|
+
:param str hostname: Hostname for interface to the management node.
|
2104
|
+
:param str ip: Address of the management node.
|
2105
|
+
"""
|
2106
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemInfrastructureNetworkConfigurationManagementNodeResult._configure(
|
2107
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2108
|
+
hostname=hostname,
|
2109
|
+
ip=ip,
|
2110
|
+
)
|
2111
|
+
@staticmethod
|
2112
|
+
def _configure(
|
2113
|
+
_setter: Callable[[Any, Any], None],
|
2114
|
+
hostname: str,
|
2115
|
+
ip: str,
|
2116
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2117
|
+
_setter("hostname", hostname)
|
2118
|
+
_setter("ip", ip)
|
2119
|
+
|
2120
|
+
@property
|
2121
|
+
@pulumi.getter
|
2122
|
+
def hostname(self) -> str:
|
2123
|
+
"""
|
2124
|
+
Hostname for interface to the management node.
|
2125
|
+
"""
|
2126
|
+
return pulumi.get(self, "hostname")
|
2127
|
+
|
2128
|
+
@property
|
2129
|
+
@pulumi.getter
|
2130
|
+
def ip(self) -> str:
|
2131
|
+
"""
|
2132
|
+
Address of the management node.
|
2133
|
+
"""
|
2134
|
+
return pulumi.get(self, "ip")
|
2135
|
+
|
2136
|
+
|
2137
|
+
@pulumi.output_type
|
2138
|
+
class GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationResult(dict):
|
2139
|
+
def __init__(__self__, *,
|
2140
|
+
current_version: str,
|
2141
|
+
is_active: bool,
|
2142
|
+
scheduled_upgrade_duration: str,
|
2143
|
+
time_of_scheduled_upgrade: str):
|
2144
|
+
"""
|
2145
|
+
:param str current_version: The current version of software installed on the Compute Cloud@Customer infrastructure.
|
2146
|
+
:param bool is_active: Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
|
2147
|
+
:param str scheduled_upgrade_duration: Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
|
2148
|
+
:param str time_of_scheduled_upgrade: Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
|
2149
|
+
"""
|
2150
|
+
GetAtCustomerCccInfrastructuresCccInfrastructureCollectionItemUpgradeInformationResult._configure(
|
2151
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2152
|
+
current_version=current_version,
|
2153
|
+
is_active=is_active,
|
2154
|
+
scheduled_upgrade_duration=scheduled_upgrade_duration,
|
2155
|
+
time_of_scheduled_upgrade=time_of_scheduled_upgrade,
|
2156
|
+
)
|
2157
|
+
@staticmethod
|
2158
|
+
def _configure(
|
2159
|
+
_setter: Callable[[Any, Any], None],
|
2160
|
+
current_version: str,
|
2161
|
+
is_active: bool,
|
2162
|
+
scheduled_upgrade_duration: str,
|
2163
|
+
time_of_scheduled_upgrade: str,
|
2164
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2165
|
+
_setter("current_version", current_version)
|
2166
|
+
_setter("is_active", is_active)
|
2167
|
+
_setter("scheduled_upgrade_duration", scheduled_upgrade_duration)
|
2168
|
+
_setter("time_of_scheduled_upgrade", time_of_scheduled_upgrade)
|
2169
|
+
|
2170
|
+
@property
|
2171
|
+
@pulumi.getter(name="currentVersion")
|
2172
|
+
def current_version(self) -> str:
|
2173
|
+
"""
|
2174
|
+
The current version of software installed on the Compute Cloud@Customer infrastructure.
|
2175
|
+
"""
|
2176
|
+
return pulumi.get(self, "current_version")
|
2177
|
+
|
2178
|
+
@property
|
2179
|
+
@pulumi.getter(name="isActive")
|
2180
|
+
def is_active(self) -> bool:
|
2181
|
+
"""
|
2182
|
+
Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
|
2183
|
+
"""
|
2184
|
+
return pulumi.get(self, "is_active")
|
2185
|
+
|
2186
|
+
@property
|
2187
|
+
@pulumi.getter(name="scheduledUpgradeDuration")
|
2188
|
+
def scheduled_upgrade_duration(self) -> str:
|
2189
|
+
"""
|
2190
|
+
Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
|
2191
|
+
"""
|
2192
|
+
return pulumi.get(self, "scheduled_upgrade_duration")
|
2193
|
+
|
2194
|
+
@property
|
2195
|
+
@pulumi.getter(name="timeOfScheduledUpgrade")
|
2196
|
+
def time_of_scheduled_upgrade(self) -> str:
|
2197
|
+
"""
|
2198
|
+
Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
|
2199
|
+
"""
|
2200
|
+
return pulumi.get(self, "time_of_scheduled_upgrade")
|
2201
|
+
|
2202
|
+
|
2203
|
+
@pulumi.output_type
|
2204
|
+
class GetAtCustomerCccInfrastructuresFilterResult(dict):
|
2205
|
+
def __init__(__self__, *,
|
2206
|
+
name: str,
|
2207
|
+
values: Sequence[str],
|
2208
|
+
regex: Optional[bool] = None):
|
2209
|
+
GetAtCustomerCccInfrastructuresFilterResult._configure(
|
2210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2211
|
+
name=name,
|
2212
|
+
values=values,
|
2213
|
+
regex=regex,
|
2214
|
+
)
|
2215
|
+
@staticmethod
|
2216
|
+
def _configure(
|
2217
|
+
_setter: Callable[[Any, Any], None],
|
2218
|
+
name: str,
|
2219
|
+
values: Sequence[str],
|
2220
|
+
regex: Optional[bool] = None,
|
2221
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2222
|
+
_setter("name", name)
|
2223
|
+
_setter("values", values)
|
2224
|
+
if regex is not None:
|
2225
|
+
_setter("regex", regex)
|
2226
|
+
|
2227
|
+
@property
|
2228
|
+
@pulumi.getter
|
2229
|
+
def name(self) -> str:
|
2230
|
+
return pulumi.get(self, "name")
|
2231
|
+
|
2232
|
+
@property
|
2233
|
+
@pulumi.getter
|
2234
|
+
def values(self) -> Sequence[str]:
|
2235
|
+
return pulumi.get(self, "values")
|
2236
|
+
|
2237
|
+
@property
|
2238
|
+
@pulumi.getter
|
2239
|
+
def regex(self) -> Optional[bool]:
|
2240
|
+
return pulumi.get(self, "regex")
|
2241
|
+
|
2242
|
+
|
2243
|
+
@pulumi.output_type
|
2244
|
+
class GetAtCustomerCccUpgradeScheduleEventResult(dict):
|
2245
|
+
def __init__(__self__, *,
|
2246
|
+
description: str,
|
2247
|
+
name: str,
|
2248
|
+
schedule_event_duration: str,
|
2249
|
+
schedule_event_recurrences: str,
|
2250
|
+
time_start: str):
|
2251
|
+
"""
|
2252
|
+
:param str description: A description of the Compute Cloud@Customer upgrade schedule time block.
|
2253
|
+
:param str name: Generated name associated with the event.
|
2254
|
+
:param str schedule_event_duration: The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
|
2255
|
+
:param str schedule_event_recurrences: Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
|
2256
|
+
:param str time_start: The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
|
2257
|
+
"""
|
2258
|
+
GetAtCustomerCccUpgradeScheduleEventResult._configure(
|
2259
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2260
|
+
description=description,
|
2261
|
+
name=name,
|
2262
|
+
schedule_event_duration=schedule_event_duration,
|
2263
|
+
schedule_event_recurrences=schedule_event_recurrences,
|
2264
|
+
time_start=time_start,
|
2265
|
+
)
|
2266
|
+
@staticmethod
|
2267
|
+
def _configure(
|
2268
|
+
_setter: Callable[[Any, Any], None],
|
2269
|
+
description: str,
|
2270
|
+
name: str,
|
2271
|
+
schedule_event_duration: str,
|
2272
|
+
schedule_event_recurrences: str,
|
2273
|
+
time_start: str,
|
2274
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2275
|
+
_setter("description", description)
|
2276
|
+
_setter("name", name)
|
2277
|
+
_setter("schedule_event_duration", schedule_event_duration)
|
2278
|
+
_setter("schedule_event_recurrences", schedule_event_recurrences)
|
2279
|
+
_setter("time_start", time_start)
|
2280
|
+
|
2281
|
+
@property
|
2282
|
+
@pulumi.getter
|
2283
|
+
def description(self) -> str:
|
2284
|
+
"""
|
2285
|
+
A description of the Compute Cloud@Customer upgrade schedule time block.
|
2286
|
+
"""
|
2287
|
+
return pulumi.get(self, "description")
|
2288
|
+
|
2289
|
+
@property
|
2290
|
+
@pulumi.getter
|
2291
|
+
def name(self) -> str:
|
2292
|
+
"""
|
2293
|
+
Generated name associated with the event.
|
2294
|
+
"""
|
2295
|
+
return pulumi.get(self, "name")
|
2296
|
+
|
2297
|
+
@property
|
2298
|
+
@pulumi.getter(name="scheduleEventDuration")
|
2299
|
+
def schedule_event_duration(self) -> str:
|
2300
|
+
"""
|
2301
|
+
The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
|
2302
|
+
"""
|
2303
|
+
return pulumi.get(self, "schedule_event_duration")
|
2304
|
+
|
2305
|
+
@property
|
2306
|
+
@pulumi.getter(name="scheduleEventRecurrences")
|
2307
|
+
def schedule_event_recurrences(self) -> str:
|
2308
|
+
"""
|
2309
|
+
Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
|
2310
|
+
"""
|
2311
|
+
return pulumi.get(self, "schedule_event_recurrences")
|
2312
|
+
|
2313
|
+
@property
|
2314
|
+
@pulumi.getter(name="timeStart")
|
2315
|
+
def time_start(self) -> str:
|
2316
|
+
"""
|
2317
|
+
The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
|
2318
|
+
"""
|
2319
|
+
return pulumi.get(self, "time_start")
|
2320
|
+
|
2321
|
+
|
2322
|
+
@pulumi.output_type
|
2323
|
+
class GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionResult(dict):
|
2324
|
+
def __init__(__self__, *,
|
2325
|
+
items: Sequence['outputs.GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemResult']):
|
2326
|
+
GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionResult._configure(
|
2327
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2328
|
+
items=items,
|
2329
|
+
)
|
2330
|
+
@staticmethod
|
2331
|
+
def _configure(
|
2332
|
+
_setter: Callable[[Any, Any], None],
|
2333
|
+
items: Sequence['outputs.GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemResult'],
|
2334
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2335
|
+
_setter("items", items)
|
2336
|
+
|
2337
|
+
@property
|
2338
|
+
@pulumi.getter
|
2339
|
+
def items(self) -> Sequence['outputs.GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemResult']:
|
2340
|
+
return pulumi.get(self, "items")
|
2341
|
+
|
2342
|
+
|
2343
|
+
@pulumi.output_type
|
2344
|
+
class GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemResult(dict):
|
2345
|
+
def __init__(__self__, *,
|
2346
|
+
compartment_id: str,
|
2347
|
+
defined_tags: Mapping[str, Any],
|
2348
|
+
description: str,
|
2349
|
+
display_name: str,
|
2350
|
+
events: Sequence['outputs.GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventResult'],
|
2351
|
+
freeform_tags: Mapping[str, Any],
|
2352
|
+
id: str,
|
2353
|
+
infrastructure_ids: Sequence[str],
|
2354
|
+
lifecycle_details: str,
|
2355
|
+
state: str,
|
2356
|
+
system_tags: Mapping[str, Any],
|
2357
|
+
time_created: str,
|
2358
|
+
time_updated: str):
|
2359
|
+
"""
|
2360
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
2361
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
2362
|
+
:param str description: A description of the Compute Cloud@Customer upgrade schedule time block.
|
2363
|
+
:param str display_name: A filter to return only resources that match the entire display name given.
|
2364
|
+
:param Sequence['GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventArgs'] events: List of preferred times for Compute Cloud@Customer infrastructures associated with this schedule to be upgraded.
|
2365
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
2366
|
+
:param str id: Upgrade schedule [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This cannot be changed once created.
|
2367
|
+
:param Sequence[str] infrastructure_ids: List of Compute Cloud@Customer infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that are using this upgrade schedule.
|
2368
|
+
:param str lifecycle_details: A message describing the current state in more detail. For example, the message can be used to provide actionable information for a resource in a Failed state.
|
2369
|
+
:param str state: A filter to return resources only when their lifecycleState matches the given lifecycleState.
|
2370
|
+
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2371
|
+
:param str time_created: The time the upgrade schedule was created, using an RFC3339 formatted datetime string.
|
2372
|
+
:param str time_updated: The time the upgrade schedule was updated, using an RFC3339 formatted datetime string.
|
2373
|
+
"""
|
2374
|
+
GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemResult._configure(
|
2375
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2376
|
+
compartment_id=compartment_id,
|
2377
|
+
defined_tags=defined_tags,
|
2378
|
+
description=description,
|
2379
|
+
display_name=display_name,
|
2380
|
+
events=events,
|
2381
|
+
freeform_tags=freeform_tags,
|
2382
|
+
id=id,
|
2383
|
+
infrastructure_ids=infrastructure_ids,
|
2384
|
+
lifecycle_details=lifecycle_details,
|
2385
|
+
state=state,
|
2386
|
+
system_tags=system_tags,
|
2387
|
+
time_created=time_created,
|
2388
|
+
time_updated=time_updated,
|
2389
|
+
)
|
2390
|
+
@staticmethod
|
2391
|
+
def _configure(
|
2392
|
+
_setter: Callable[[Any, Any], None],
|
2393
|
+
compartment_id: str,
|
2394
|
+
defined_tags: Mapping[str, Any],
|
2395
|
+
description: str,
|
2396
|
+
display_name: str,
|
2397
|
+
events: Sequence['outputs.GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventResult'],
|
2398
|
+
freeform_tags: Mapping[str, Any],
|
2399
|
+
id: str,
|
2400
|
+
infrastructure_ids: Sequence[str],
|
2401
|
+
lifecycle_details: str,
|
2402
|
+
state: str,
|
2403
|
+
system_tags: Mapping[str, Any],
|
2404
|
+
time_created: str,
|
2405
|
+
time_updated: str,
|
2406
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2407
|
+
_setter("compartment_id", compartment_id)
|
2408
|
+
_setter("defined_tags", defined_tags)
|
2409
|
+
_setter("description", description)
|
2410
|
+
_setter("display_name", display_name)
|
2411
|
+
_setter("events", events)
|
2412
|
+
_setter("freeform_tags", freeform_tags)
|
2413
|
+
_setter("id", id)
|
2414
|
+
_setter("infrastructure_ids", infrastructure_ids)
|
2415
|
+
_setter("lifecycle_details", lifecycle_details)
|
2416
|
+
_setter("state", state)
|
2417
|
+
_setter("system_tags", system_tags)
|
2418
|
+
_setter("time_created", time_created)
|
2419
|
+
_setter("time_updated", time_updated)
|
2420
|
+
|
2421
|
+
@property
|
2422
|
+
@pulumi.getter(name="compartmentId")
|
2423
|
+
def compartment_id(self) -> str:
|
2424
|
+
"""
|
2425
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
2426
|
+
"""
|
2427
|
+
return pulumi.get(self, "compartment_id")
|
2428
|
+
|
2429
|
+
@property
|
2430
|
+
@pulumi.getter(name="definedTags")
|
2431
|
+
def defined_tags(self) -> Mapping[str, Any]:
|
2432
|
+
"""
|
2433
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
2434
|
+
"""
|
2435
|
+
return pulumi.get(self, "defined_tags")
|
2436
|
+
|
2437
|
+
@property
|
2438
|
+
@pulumi.getter
|
2439
|
+
def description(self) -> str:
|
2440
|
+
"""
|
2441
|
+
A description of the Compute Cloud@Customer upgrade schedule time block.
|
2442
|
+
"""
|
2443
|
+
return pulumi.get(self, "description")
|
2444
|
+
|
2445
|
+
@property
|
2446
|
+
@pulumi.getter(name="displayName")
|
2447
|
+
def display_name(self) -> str:
|
2448
|
+
"""
|
2449
|
+
A filter to return only resources that match the entire display name given.
|
2450
|
+
"""
|
2451
|
+
return pulumi.get(self, "display_name")
|
2452
|
+
|
2453
|
+
@property
|
2454
|
+
@pulumi.getter
|
2455
|
+
def events(self) -> Sequence['outputs.GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventResult']:
|
2456
|
+
"""
|
2457
|
+
List of preferred times for Compute Cloud@Customer infrastructures associated with this schedule to be upgraded.
|
2458
|
+
"""
|
2459
|
+
return pulumi.get(self, "events")
|
2460
|
+
|
2461
|
+
@property
|
2462
|
+
@pulumi.getter(name="freeformTags")
|
2463
|
+
def freeform_tags(self) -> Mapping[str, Any]:
|
2464
|
+
"""
|
2465
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
2466
|
+
"""
|
2467
|
+
return pulumi.get(self, "freeform_tags")
|
2468
|
+
|
2469
|
+
@property
|
2470
|
+
@pulumi.getter
|
2471
|
+
def id(self) -> str:
|
2472
|
+
"""
|
2473
|
+
Upgrade schedule [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This cannot be changed once created.
|
2474
|
+
"""
|
2475
|
+
return pulumi.get(self, "id")
|
2476
|
+
|
2477
|
+
@property
|
2478
|
+
@pulumi.getter(name="infrastructureIds")
|
2479
|
+
def infrastructure_ids(self) -> Sequence[str]:
|
2480
|
+
"""
|
2481
|
+
List of Compute Cloud@Customer infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that are using this upgrade schedule.
|
2482
|
+
"""
|
2483
|
+
return pulumi.get(self, "infrastructure_ids")
|
2484
|
+
|
2485
|
+
@property
|
2486
|
+
@pulumi.getter(name="lifecycleDetails")
|
2487
|
+
def lifecycle_details(self) -> str:
|
2488
|
+
"""
|
2489
|
+
A message describing the current state in more detail. For example, the message can be used to provide actionable information for a resource in a Failed state.
|
2490
|
+
"""
|
2491
|
+
return pulumi.get(self, "lifecycle_details")
|
2492
|
+
|
2493
|
+
@property
|
2494
|
+
@pulumi.getter
|
2495
|
+
def state(self) -> str:
|
2496
|
+
"""
|
2497
|
+
A filter to return resources only when their lifecycleState matches the given lifecycleState.
|
2498
|
+
"""
|
2499
|
+
return pulumi.get(self, "state")
|
2500
|
+
|
2501
|
+
@property
|
2502
|
+
@pulumi.getter(name="systemTags")
|
2503
|
+
def system_tags(self) -> Mapping[str, Any]:
|
2504
|
+
"""
|
2505
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2506
|
+
"""
|
2507
|
+
return pulumi.get(self, "system_tags")
|
2508
|
+
|
2509
|
+
@property
|
2510
|
+
@pulumi.getter(name="timeCreated")
|
2511
|
+
def time_created(self) -> str:
|
2512
|
+
"""
|
2513
|
+
The time the upgrade schedule was created, using an RFC3339 formatted datetime string.
|
2514
|
+
"""
|
2515
|
+
return pulumi.get(self, "time_created")
|
2516
|
+
|
2517
|
+
@property
|
2518
|
+
@pulumi.getter(name="timeUpdated")
|
2519
|
+
def time_updated(self) -> str:
|
2520
|
+
"""
|
2521
|
+
The time the upgrade schedule was updated, using an RFC3339 formatted datetime string.
|
2522
|
+
"""
|
2523
|
+
return pulumi.get(self, "time_updated")
|
2524
|
+
|
2525
|
+
|
2526
|
+
@pulumi.output_type
|
2527
|
+
class GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventResult(dict):
|
2528
|
+
def __init__(__self__, *,
|
2529
|
+
description: str,
|
2530
|
+
name: str,
|
2531
|
+
schedule_event_duration: str,
|
2532
|
+
schedule_event_recurrences: str,
|
2533
|
+
time_start: str):
|
2534
|
+
"""
|
2535
|
+
:param str description: A description of the Compute Cloud@Customer upgrade schedule time block.
|
2536
|
+
:param str name: Generated name associated with the event.
|
2537
|
+
:param str schedule_event_duration: The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
|
2538
|
+
:param str schedule_event_recurrences: Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
|
2539
|
+
:param str time_start: The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
|
2540
|
+
"""
|
2541
|
+
GetAtCustomerCccUpgradeSchedulesCccUpgradeScheduleCollectionItemEventResult._configure(
|
2542
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2543
|
+
description=description,
|
2544
|
+
name=name,
|
2545
|
+
schedule_event_duration=schedule_event_duration,
|
2546
|
+
schedule_event_recurrences=schedule_event_recurrences,
|
2547
|
+
time_start=time_start,
|
2548
|
+
)
|
2549
|
+
@staticmethod
|
2550
|
+
def _configure(
|
2551
|
+
_setter: Callable[[Any, Any], None],
|
2552
|
+
description: str,
|
2553
|
+
name: str,
|
2554
|
+
schedule_event_duration: str,
|
2555
|
+
schedule_event_recurrences: str,
|
2556
|
+
time_start: str,
|
2557
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2558
|
+
_setter("description", description)
|
2559
|
+
_setter("name", name)
|
2560
|
+
_setter("schedule_event_duration", schedule_event_duration)
|
2561
|
+
_setter("schedule_event_recurrences", schedule_event_recurrences)
|
2562
|
+
_setter("time_start", time_start)
|
2563
|
+
|
2564
|
+
@property
|
2565
|
+
@pulumi.getter
|
2566
|
+
def description(self) -> str:
|
2567
|
+
"""
|
2568
|
+
A description of the Compute Cloud@Customer upgrade schedule time block.
|
2569
|
+
"""
|
2570
|
+
return pulumi.get(self, "description")
|
2571
|
+
|
2572
|
+
@property
|
2573
|
+
@pulumi.getter
|
2574
|
+
def name(self) -> str:
|
2575
|
+
"""
|
2576
|
+
Generated name associated with the event.
|
2577
|
+
"""
|
2578
|
+
return pulumi.get(self, "name")
|
2579
|
+
|
2580
|
+
@property
|
2581
|
+
@pulumi.getter(name="scheduleEventDuration")
|
2582
|
+
def schedule_event_duration(self) -> str:
|
2583
|
+
"""
|
2584
|
+
The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
|
2585
|
+
"""
|
2586
|
+
return pulumi.get(self, "schedule_event_duration")
|
2587
|
+
|
2588
|
+
@property
|
2589
|
+
@pulumi.getter(name="scheduleEventRecurrences")
|
2590
|
+
def schedule_event_recurrences(self) -> str:
|
2591
|
+
"""
|
2592
|
+
Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
|
2593
|
+
"""
|
2594
|
+
return pulumi.get(self, "schedule_event_recurrences")
|
2595
|
+
|
2596
|
+
@property
|
2597
|
+
@pulumi.getter(name="timeStart")
|
2598
|
+
def time_start(self) -> str:
|
2599
|
+
"""
|
2600
|
+
The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
|
2601
|
+
"""
|
2602
|
+
return pulumi.get(self, "time_start")
|
2603
|
+
|
2604
|
+
|
2605
|
+
@pulumi.output_type
|
2606
|
+
class GetAtCustomerCccUpgradeSchedulesFilterResult(dict):
|
2607
|
+
def __init__(__self__, *,
|
2608
|
+
name: str,
|
2609
|
+
values: Sequence[str],
|
2610
|
+
regex: Optional[bool] = None):
|
2611
|
+
"""
|
2612
|
+
:param str name: Generated name associated with the event.
|
2613
|
+
"""
|
2614
|
+
GetAtCustomerCccUpgradeSchedulesFilterResult._configure(
|
2615
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2616
|
+
name=name,
|
2617
|
+
values=values,
|
2618
|
+
regex=regex,
|
2619
|
+
)
|
2620
|
+
@staticmethod
|
2621
|
+
def _configure(
|
2622
|
+
_setter: Callable[[Any, Any], None],
|
2623
|
+
name: str,
|
2624
|
+
values: Sequence[str],
|
2625
|
+
regex: Optional[bool] = None,
|
2626
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2627
|
+
_setter("name", name)
|
2628
|
+
_setter("values", values)
|
2629
|
+
if regex is not None:
|
2630
|
+
_setter("regex", regex)
|
2631
|
+
|
2632
|
+
@property
|
2633
|
+
@pulumi.getter
|
2634
|
+
def name(self) -> str:
|
2635
|
+
"""
|
2636
|
+
Generated name associated with the event.
|
2637
|
+
"""
|
2638
|
+
return pulumi.get(self, "name")
|
2639
|
+
|
2640
|
+
@property
|
2641
|
+
@pulumi.getter
|
2642
|
+
def values(self) -> Sequence[str]:
|
2643
|
+
return pulumi.get(self, "values")
|
2644
|
+
|
2645
|
+
@property
|
2646
|
+
@pulumi.getter
|
2647
|
+
def regex(self) -> Optional[bool]:
|
2648
|
+
return pulumi.get(self, "regex")
|
2649
|
+
|
2650
|
+
|