pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +133 -1
- pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +1 -1
- pulumi_azure_native/chaos/experiment.py +1 -1
- pulumi_azure_native/chaos/target.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
- pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
- pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
- pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
- pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
- pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
- pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/snapshot.py +1 -1
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
- pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
- pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
- pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
- pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
- pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
- pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/dashboard/__init__.py +5 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
- pulumi_azure_native/dashboard/grafana.py +1 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
- pulumi_azure_native/dashboard/outputs.py +34 -0
- pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
- pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
- pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
- pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
- pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
- pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
- pulumi_azure_native/datadog/__init__.py +8 -0
- pulumi_azure_native/datadog/_enums.py +32 -0
- pulumi_azure_native/datadog/_inputs.py +326 -0
- pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
- pulumi_azure_native/datadog/monitor.py +1 -1
- pulumi_azure_native/datadog/monitored_subscription.py +208 -0
- pulumi_azure_native/datadog/outputs.py +368 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
- pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
- pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
- pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
- pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
- pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
- pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
- pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/migrate/__init__.py +8 -0
- pulumi_azure_native/migrate/_enums.py +69 -5
- pulumi_azure_native/migrate/_inputs.py +20 -20
- pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
- pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
- pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
- pulumi_azure_native/migrate/migrate_project.py +1 -1
- pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/outputs.py +471 -3
- pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
- pulumi_azure_native/migrate/solution.py +2 -1
- pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
- pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
- pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
- pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
- pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
- pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
- pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
- pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
- pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
- pulumi_azure_native/networkanalytics/__init__.py +23 -0
- pulumi_azure_native/networkanalytics/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/data_product.py +715 -0
- pulumi_azure_native/networkanalytics/data_type.py +334 -0
- pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
- pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
- pulumi_azure_native/networkanalytics/outputs.py +679 -0
- pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
- pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
- pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
- pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
- pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
- pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
- pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
- pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
- pulumi_azure_native/storagemover/__init__.py +3 -0
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/endpoint.py +1 -1
- pulumi_azure_native/storagemover/job_definition.py +1 -1
- pulumi_azure_native/storagemover/project.py +1 -1
- pulumi_azure_native/storagemover/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230301/project.py +1 -1
- pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
- pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
- pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
- pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
- pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
- pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
- pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
- pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
- pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
- pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
- pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
- pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
- pulumi_azure_native/storagemover/v20231001/project.py +224 -0
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,551 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'APIServerProfileArgs',
|
|
15
|
+
'ClusterProfileArgs',
|
|
16
|
+
'ConsoleProfileArgs',
|
|
17
|
+
'IngressProfileArgs',
|
|
18
|
+
'MasterProfileArgs',
|
|
19
|
+
'NetworkProfileArgs',
|
|
20
|
+
'ServicePrincipalProfileArgs',
|
|
21
|
+
'WorkerProfileArgs',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.input_type
|
|
25
|
+
class APIServerProfileArgs:
|
|
26
|
+
def __init__(__self__, *,
|
|
27
|
+
ip: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
url: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
visibility: Optional[pulumi.Input[Union[str, 'Visibility']]] = None):
|
|
30
|
+
"""
|
|
31
|
+
APIServerProfile represents an API server profile.
|
|
32
|
+
:param pulumi.Input[str] ip: The IP of the cluster API server.
|
|
33
|
+
:param pulumi.Input[str] url: The URL to access the cluster API server.
|
|
34
|
+
:param pulumi.Input[Union[str, 'Visibility']] visibility: API server visibility.
|
|
35
|
+
"""
|
|
36
|
+
if ip is not None:
|
|
37
|
+
pulumi.set(__self__, "ip", ip)
|
|
38
|
+
if url is not None:
|
|
39
|
+
pulumi.set(__self__, "url", url)
|
|
40
|
+
if visibility is not None:
|
|
41
|
+
pulumi.set(__self__, "visibility", visibility)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def ip(self) -> Optional[pulumi.Input[str]]:
|
|
46
|
+
"""
|
|
47
|
+
The IP of the cluster API server.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "ip")
|
|
50
|
+
|
|
51
|
+
@ip.setter
|
|
52
|
+
def ip(self, value: Optional[pulumi.Input[str]]):
|
|
53
|
+
pulumi.set(self, "ip", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
58
|
+
"""
|
|
59
|
+
The URL to access the cluster API server.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "url")
|
|
62
|
+
|
|
63
|
+
@url.setter
|
|
64
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
65
|
+
pulumi.set(self, "url", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def visibility(self) -> Optional[pulumi.Input[Union[str, 'Visibility']]]:
|
|
70
|
+
"""
|
|
71
|
+
API server visibility.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "visibility")
|
|
74
|
+
|
|
75
|
+
@visibility.setter
|
|
76
|
+
def visibility(self, value: Optional[pulumi.Input[Union[str, 'Visibility']]]):
|
|
77
|
+
pulumi.set(self, "visibility", value)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@pulumi.input_type
|
|
81
|
+
class ClusterProfileArgs:
|
|
82
|
+
def __init__(__self__, *,
|
|
83
|
+
domain: Optional[pulumi.Input[str]] = None,
|
|
84
|
+
fips_validated_modules: Optional[pulumi.Input[Union[str, 'FipsValidatedModules']]] = None,
|
|
85
|
+
pull_secret: Optional[pulumi.Input[str]] = None,
|
|
86
|
+
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
87
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
88
|
+
"""
|
|
89
|
+
ClusterProfile represents a cluster profile.
|
|
90
|
+
:param pulumi.Input[str] domain: The domain for the cluster.
|
|
91
|
+
:param pulumi.Input[Union[str, 'FipsValidatedModules']] fips_validated_modules: If FIPS validated crypto modules are used
|
|
92
|
+
:param pulumi.Input[str] pull_secret: The pull secret for the cluster.
|
|
93
|
+
:param pulumi.Input[str] resource_group_id: The ID of the cluster resource group.
|
|
94
|
+
:param pulumi.Input[str] version: The version of the cluster.
|
|
95
|
+
"""
|
|
96
|
+
if domain is not None:
|
|
97
|
+
pulumi.set(__self__, "domain", domain)
|
|
98
|
+
if fips_validated_modules is not None:
|
|
99
|
+
pulumi.set(__self__, "fips_validated_modules", fips_validated_modules)
|
|
100
|
+
if pull_secret is not None:
|
|
101
|
+
pulumi.set(__self__, "pull_secret", pull_secret)
|
|
102
|
+
if resource_group_id is not None:
|
|
103
|
+
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
104
|
+
if version is not None:
|
|
105
|
+
pulumi.set(__self__, "version", version)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def domain(self) -> Optional[pulumi.Input[str]]:
|
|
110
|
+
"""
|
|
111
|
+
The domain for the cluster.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "domain")
|
|
114
|
+
|
|
115
|
+
@domain.setter
|
|
116
|
+
def domain(self, value: Optional[pulumi.Input[str]]):
|
|
117
|
+
pulumi.set(self, "domain", value)
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="fipsValidatedModules")
|
|
121
|
+
def fips_validated_modules(self) -> Optional[pulumi.Input[Union[str, 'FipsValidatedModules']]]:
|
|
122
|
+
"""
|
|
123
|
+
If FIPS validated crypto modules are used
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "fips_validated_modules")
|
|
126
|
+
|
|
127
|
+
@fips_validated_modules.setter
|
|
128
|
+
def fips_validated_modules(self, value: Optional[pulumi.Input[Union[str, 'FipsValidatedModules']]]):
|
|
129
|
+
pulumi.set(self, "fips_validated_modules", value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="pullSecret")
|
|
133
|
+
def pull_secret(self) -> Optional[pulumi.Input[str]]:
|
|
134
|
+
"""
|
|
135
|
+
The pull secret for the cluster.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "pull_secret")
|
|
138
|
+
|
|
139
|
+
@pull_secret.setter
|
|
140
|
+
def pull_secret(self, value: Optional[pulumi.Input[str]]):
|
|
141
|
+
pulumi.set(self, "pull_secret", value)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="resourceGroupId")
|
|
145
|
+
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
146
|
+
"""
|
|
147
|
+
The ID of the cluster resource group.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "resource_group_id")
|
|
150
|
+
|
|
151
|
+
@resource_group_id.setter
|
|
152
|
+
def resource_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
153
|
+
pulumi.set(self, "resource_group_id", value)
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter
|
|
157
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
+
"""
|
|
159
|
+
The version of the cluster.
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "version")
|
|
162
|
+
|
|
163
|
+
@version.setter
|
|
164
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
+
pulumi.set(self, "version", value)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
@pulumi.input_type
|
|
169
|
+
class ConsoleProfileArgs:
|
|
170
|
+
def __init__(__self__, *,
|
|
171
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
172
|
+
"""
|
|
173
|
+
ConsoleProfile represents a console profile.
|
|
174
|
+
:param pulumi.Input[str] url: The URL to access the cluster console.
|
|
175
|
+
"""
|
|
176
|
+
if url is not None:
|
|
177
|
+
pulumi.set(__self__, "url", url)
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter
|
|
181
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
182
|
+
"""
|
|
183
|
+
The URL to access the cluster console.
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "url")
|
|
186
|
+
|
|
187
|
+
@url.setter
|
|
188
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
189
|
+
pulumi.set(self, "url", value)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
@pulumi.input_type
|
|
193
|
+
class IngressProfileArgs:
|
|
194
|
+
def __init__(__self__, *,
|
|
195
|
+
ip: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
visibility: Optional[pulumi.Input[Union[str, 'Visibility']]] = None):
|
|
198
|
+
"""
|
|
199
|
+
IngressProfile represents an ingress profile.
|
|
200
|
+
:param pulumi.Input[str] ip: The IP of the ingress.
|
|
201
|
+
:param pulumi.Input[str] name: The ingress profile name.
|
|
202
|
+
:param pulumi.Input[Union[str, 'Visibility']] visibility: Ingress visibility.
|
|
203
|
+
"""
|
|
204
|
+
if ip is not None:
|
|
205
|
+
pulumi.set(__self__, "ip", ip)
|
|
206
|
+
if name is not None:
|
|
207
|
+
pulumi.set(__self__, "name", name)
|
|
208
|
+
if visibility is not None:
|
|
209
|
+
pulumi.set(__self__, "visibility", visibility)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def ip(self) -> Optional[pulumi.Input[str]]:
|
|
214
|
+
"""
|
|
215
|
+
The IP of the ingress.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "ip")
|
|
218
|
+
|
|
219
|
+
@ip.setter
|
|
220
|
+
def ip(self, value: Optional[pulumi.Input[str]]):
|
|
221
|
+
pulumi.set(self, "ip", value)
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
226
|
+
"""
|
|
227
|
+
The ingress profile name.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "name")
|
|
230
|
+
|
|
231
|
+
@name.setter
|
|
232
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
233
|
+
pulumi.set(self, "name", value)
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter
|
|
237
|
+
def visibility(self) -> Optional[pulumi.Input[Union[str, 'Visibility']]]:
|
|
238
|
+
"""
|
|
239
|
+
Ingress visibility.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "visibility")
|
|
242
|
+
|
|
243
|
+
@visibility.setter
|
|
244
|
+
def visibility(self, value: Optional[pulumi.Input[Union[str, 'Visibility']]]):
|
|
245
|
+
pulumi.set(self, "visibility", value)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
@pulumi.input_type
|
|
249
|
+
class MasterProfileArgs:
|
|
250
|
+
def __init__(__self__, *,
|
|
251
|
+
disk_encryption_set_id: Optional[pulumi.Input[str]] = None,
|
|
252
|
+
encryption_at_host: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]] = None,
|
|
253
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
254
|
+
vm_size: Optional[pulumi.Input[str]] = None):
|
|
255
|
+
"""
|
|
256
|
+
MasterProfile represents a master profile.
|
|
257
|
+
:param pulumi.Input[str] disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
258
|
+
:param pulumi.Input[Union[str, 'EncryptionAtHost']] encryption_at_host: Whether master virtual machines are encrypted at host.
|
|
259
|
+
:param pulumi.Input[str] subnet_id: The Azure resource ID of the master subnet.
|
|
260
|
+
:param pulumi.Input[str] vm_size: The size of the master VMs.
|
|
261
|
+
"""
|
|
262
|
+
if disk_encryption_set_id is not None:
|
|
263
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
264
|
+
if encryption_at_host is not None:
|
|
265
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
266
|
+
if subnet_id is not None:
|
|
267
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
268
|
+
if vm_size is not None:
|
|
269
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
273
|
+
def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
274
|
+
"""
|
|
275
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
278
|
+
|
|
279
|
+
@disk_encryption_set_id.setter
|
|
280
|
+
def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
281
|
+
pulumi.set(self, "disk_encryption_set_id", value)
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
285
|
+
def encryption_at_host(self) -> Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]:
|
|
286
|
+
"""
|
|
287
|
+
Whether master virtual machines are encrypted at host.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "encryption_at_host")
|
|
290
|
+
|
|
291
|
+
@encryption_at_host.setter
|
|
292
|
+
def encryption_at_host(self, value: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]):
|
|
293
|
+
pulumi.set(self, "encryption_at_host", value)
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="subnetId")
|
|
297
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
|
298
|
+
"""
|
|
299
|
+
The Azure resource ID of the master subnet.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "subnet_id")
|
|
302
|
+
|
|
303
|
+
@subnet_id.setter
|
|
304
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
|
305
|
+
pulumi.set(self, "subnet_id", value)
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="vmSize")
|
|
309
|
+
def vm_size(self) -> Optional[pulumi.Input[str]]:
|
|
310
|
+
"""
|
|
311
|
+
The size of the master VMs.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "vm_size")
|
|
314
|
+
|
|
315
|
+
@vm_size.setter
|
|
316
|
+
def vm_size(self, value: Optional[pulumi.Input[str]]):
|
|
317
|
+
pulumi.set(self, "vm_size", value)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
@pulumi.input_type
|
|
321
|
+
class NetworkProfileArgs:
|
|
322
|
+
def __init__(__self__, *,
|
|
323
|
+
outbound_type: Optional[pulumi.Input[Union[str, 'OutboundType']]] = None,
|
|
324
|
+
pod_cidr: Optional[pulumi.Input[str]] = None,
|
|
325
|
+
preconfigured_nsg: Optional[pulumi.Input[Union[str, 'PreconfiguredNSG']]] = None,
|
|
326
|
+
service_cidr: Optional[pulumi.Input[str]] = None):
|
|
327
|
+
"""
|
|
328
|
+
NetworkProfile represents a network profile.
|
|
329
|
+
:param pulumi.Input[Union[str, 'OutboundType']] outbound_type: The OutboundType used for egress traffic.
|
|
330
|
+
:param pulumi.Input[str] pod_cidr: The CIDR used for OpenShift/Kubernetes Pods.
|
|
331
|
+
:param pulumi.Input[Union[str, 'PreconfiguredNSG']] preconfigured_nsg: Specifies whether subnets are pre-attached with an NSG
|
|
332
|
+
:param pulumi.Input[str] service_cidr: The CIDR used for OpenShift/Kubernetes Services.
|
|
333
|
+
"""
|
|
334
|
+
if outbound_type is not None:
|
|
335
|
+
pulumi.set(__self__, "outbound_type", outbound_type)
|
|
336
|
+
if pod_cidr is not None:
|
|
337
|
+
pulumi.set(__self__, "pod_cidr", pod_cidr)
|
|
338
|
+
if preconfigured_nsg is not None:
|
|
339
|
+
pulumi.set(__self__, "preconfigured_nsg", preconfigured_nsg)
|
|
340
|
+
if service_cidr is not None:
|
|
341
|
+
pulumi.set(__self__, "service_cidr", service_cidr)
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="outboundType")
|
|
345
|
+
def outbound_type(self) -> Optional[pulumi.Input[Union[str, 'OutboundType']]]:
|
|
346
|
+
"""
|
|
347
|
+
The OutboundType used for egress traffic.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "outbound_type")
|
|
350
|
+
|
|
351
|
+
@outbound_type.setter
|
|
352
|
+
def outbound_type(self, value: Optional[pulumi.Input[Union[str, 'OutboundType']]]):
|
|
353
|
+
pulumi.set(self, "outbound_type", value)
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="podCidr")
|
|
357
|
+
def pod_cidr(self) -> Optional[pulumi.Input[str]]:
|
|
358
|
+
"""
|
|
359
|
+
The CIDR used for OpenShift/Kubernetes Pods.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "pod_cidr")
|
|
362
|
+
|
|
363
|
+
@pod_cidr.setter
|
|
364
|
+
def pod_cidr(self, value: Optional[pulumi.Input[str]]):
|
|
365
|
+
pulumi.set(self, "pod_cidr", value)
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="preconfiguredNSG")
|
|
369
|
+
def preconfigured_nsg(self) -> Optional[pulumi.Input[Union[str, 'PreconfiguredNSG']]]:
|
|
370
|
+
"""
|
|
371
|
+
Specifies whether subnets are pre-attached with an NSG
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "preconfigured_nsg")
|
|
374
|
+
|
|
375
|
+
@preconfigured_nsg.setter
|
|
376
|
+
def preconfigured_nsg(self, value: Optional[pulumi.Input[Union[str, 'PreconfiguredNSG']]]):
|
|
377
|
+
pulumi.set(self, "preconfigured_nsg", value)
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter(name="serviceCidr")
|
|
381
|
+
def service_cidr(self) -> Optional[pulumi.Input[str]]:
|
|
382
|
+
"""
|
|
383
|
+
The CIDR used for OpenShift/Kubernetes Services.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "service_cidr")
|
|
386
|
+
|
|
387
|
+
@service_cidr.setter
|
|
388
|
+
def service_cidr(self, value: Optional[pulumi.Input[str]]):
|
|
389
|
+
pulumi.set(self, "service_cidr", value)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
@pulumi.input_type
|
|
393
|
+
class ServicePrincipalProfileArgs:
|
|
394
|
+
def __init__(__self__, *,
|
|
395
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
|
396
|
+
client_secret: Optional[pulumi.Input[str]] = None):
|
|
397
|
+
"""
|
|
398
|
+
ServicePrincipalProfile represents a service principal profile.
|
|
399
|
+
:param pulumi.Input[str] client_id: The client ID used for the cluster.
|
|
400
|
+
:param pulumi.Input[str] client_secret: The client secret used for the cluster.
|
|
401
|
+
"""
|
|
402
|
+
if client_id is not None:
|
|
403
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
404
|
+
if client_secret is not None:
|
|
405
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="clientId")
|
|
409
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
410
|
+
"""
|
|
411
|
+
The client ID used for the cluster.
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "client_id")
|
|
414
|
+
|
|
415
|
+
@client_id.setter
|
|
416
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
417
|
+
pulumi.set(self, "client_id", value)
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
@pulumi.getter(name="clientSecret")
|
|
421
|
+
def client_secret(self) -> Optional[pulumi.Input[str]]:
|
|
422
|
+
"""
|
|
423
|
+
The client secret used for the cluster.
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "client_secret")
|
|
426
|
+
|
|
427
|
+
@client_secret.setter
|
|
428
|
+
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
|
429
|
+
pulumi.set(self, "client_secret", value)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
@pulumi.input_type
|
|
433
|
+
class WorkerProfileArgs:
|
|
434
|
+
def __init__(__self__, *,
|
|
435
|
+
count: Optional[pulumi.Input[int]] = None,
|
|
436
|
+
disk_encryption_set_id: Optional[pulumi.Input[str]] = None,
|
|
437
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
438
|
+
encryption_at_host: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]] = None,
|
|
439
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
440
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
441
|
+
vm_size: Optional[pulumi.Input[str]] = None):
|
|
442
|
+
"""
|
|
443
|
+
WorkerProfile represents a worker profile.
|
|
444
|
+
:param pulumi.Input[int] count: The number of worker VMs.
|
|
445
|
+
:param pulumi.Input[str] disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
446
|
+
:param pulumi.Input[int] disk_size_gb: The disk size of the worker VMs.
|
|
447
|
+
:param pulumi.Input[Union[str, 'EncryptionAtHost']] encryption_at_host: Whether master virtual machines are encrypted at host.
|
|
448
|
+
:param pulumi.Input[str] name: The worker profile name.
|
|
449
|
+
:param pulumi.Input[str] subnet_id: The Azure resource ID of the worker subnet.
|
|
450
|
+
:param pulumi.Input[str] vm_size: The size of the worker VMs.
|
|
451
|
+
"""
|
|
452
|
+
if count is not None:
|
|
453
|
+
pulumi.set(__self__, "count", count)
|
|
454
|
+
if disk_encryption_set_id is not None:
|
|
455
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
456
|
+
if disk_size_gb is not None:
|
|
457
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
458
|
+
if encryption_at_host is not None:
|
|
459
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
460
|
+
if name is not None:
|
|
461
|
+
pulumi.set(__self__, "name", name)
|
|
462
|
+
if subnet_id is not None:
|
|
463
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
464
|
+
if vm_size is not None:
|
|
465
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter
|
|
469
|
+
def count(self) -> Optional[pulumi.Input[int]]:
|
|
470
|
+
"""
|
|
471
|
+
The number of worker VMs.
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "count")
|
|
474
|
+
|
|
475
|
+
@count.setter
|
|
476
|
+
def count(self, value: Optional[pulumi.Input[int]]):
|
|
477
|
+
pulumi.set(self, "count", value)
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
481
|
+
def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
482
|
+
"""
|
|
483
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
486
|
+
|
|
487
|
+
@disk_encryption_set_id.setter
|
|
488
|
+
def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
489
|
+
pulumi.set(self, "disk_encryption_set_id", value)
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter(name="diskSizeGB")
|
|
493
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
494
|
+
"""
|
|
495
|
+
The disk size of the worker VMs.
|
|
496
|
+
"""
|
|
497
|
+
return pulumi.get(self, "disk_size_gb")
|
|
498
|
+
|
|
499
|
+
@disk_size_gb.setter
|
|
500
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
|
501
|
+
pulumi.set(self, "disk_size_gb", value)
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
505
|
+
def encryption_at_host(self) -> Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]:
|
|
506
|
+
"""
|
|
507
|
+
Whether master virtual machines are encrypted at host.
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "encryption_at_host")
|
|
510
|
+
|
|
511
|
+
@encryption_at_host.setter
|
|
512
|
+
def encryption_at_host(self, value: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]):
|
|
513
|
+
pulumi.set(self, "encryption_at_host", value)
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter
|
|
517
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
518
|
+
"""
|
|
519
|
+
The worker profile name.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "name")
|
|
522
|
+
|
|
523
|
+
@name.setter
|
|
524
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
525
|
+
pulumi.set(self, "name", value)
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter(name="subnetId")
|
|
529
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
|
530
|
+
"""
|
|
531
|
+
The Azure resource ID of the worker subnet.
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "subnet_id")
|
|
534
|
+
|
|
535
|
+
@subnet_id.setter
|
|
536
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
|
537
|
+
pulumi.set(self, "subnet_id", value)
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="vmSize")
|
|
541
|
+
def vm_size(self) -> Optional[pulumi.Input[str]]:
|
|
542
|
+
"""
|
|
543
|
+
The size of the worker VMs.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "vm_size")
|
|
546
|
+
|
|
547
|
+
@vm_size.setter
|
|
548
|
+
def vm_size(self, value: Optional[pulumi.Input[str]]):
|
|
549
|
+
pulumi.set(self, "vm_size", value)
|
|
550
|
+
|
|
551
|
+
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetMachinePoolResult',
|
|
15
|
+
'AwaitableGetMachinePoolResult',
|
|
16
|
+
'get_machine_pool',
|
|
17
|
+
'get_machine_pool_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetMachinePoolResult:
|
|
22
|
+
"""
|
|
23
|
+
MachinePool represents a MachinePool
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, resources=None, system_data=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if resources and not isinstance(resources, str):
|
|
33
|
+
raise TypeError("Expected argument 'resources' to be a str")
|
|
34
|
+
pulumi.set(__self__, "resources", resources)
|
|
35
|
+
if system_data and not isinstance(system_data, dict):
|
|
36
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
38
|
+
if type and not isinstance(type, str):
|
|
39
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
+
pulumi.set(__self__, "type", type)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter
|
|
44
|
+
def id(self) -> str:
|
|
45
|
+
"""
|
|
46
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "id")
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def name(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "name")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def resources(self) -> Optional[str]:
|
|
61
|
+
return pulumi.get(self, "resources")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter(name="systemData")
|
|
65
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
66
|
+
"""
|
|
67
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "system_data")
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def type(self) -> str:
|
|
74
|
+
"""
|
|
75
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "type")
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
class AwaitableGetMachinePoolResult(GetMachinePoolResult):
|
|
81
|
+
# pylint: disable=using-constant-test
|
|
82
|
+
def __await__(self):
|
|
83
|
+
if False:
|
|
84
|
+
yield self
|
|
85
|
+
return GetMachinePoolResult(
|
|
86
|
+
id=self.id,
|
|
87
|
+
name=self.name,
|
|
88
|
+
resources=self.resources,
|
|
89
|
+
system_data=self.system_data,
|
|
90
|
+
type=self.type)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
def get_machine_pool(child_resource_name: Optional[str] = None,
|
|
94
|
+
resource_group_name: Optional[str] = None,
|
|
95
|
+
resource_name: Optional[str] = None,
|
|
96
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachinePoolResult:
|
|
97
|
+
"""
|
|
98
|
+
The operation returns properties of a MachinePool.
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
:param str child_resource_name: The name of the MachinePool resource.
|
|
102
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
103
|
+
:param str resource_name: The name of the OpenShift cluster resource.
|
|
104
|
+
"""
|
|
105
|
+
__args__ = dict()
|
|
106
|
+
__args__['childResourceName'] = child_resource_name
|
|
107
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
108
|
+
__args__['resourceName'] = resource_name
|
|
109
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
110
|
+
__ret__ = pulumi.runtime.invoke('azure-native:redhatopenshift/v20230904:getMachinePool', __args__, opts=opts, typ=GetMachinePoolResult).value
|
|
111
|
+
|
|
112
|
+
return AwaitableGetMachinePoolResult(
|
|
113
|
+
id=pulumi.get(__ret__, 'id'),
|
|
114
|
+
name=pulumi.get(__ret__, 'name'),
|
|
115
|
+
resources=pulumi.get(__ret__, 'resources'),
|
|
116
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
117
|
+
type=pulumi.get(__ret__, 'type'))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
@_utilities.lift_output_func(get_machine_pool)
|
|
121
|
+
def get_machine_pool_output(child_resource_name: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
123
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
124
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachinePoolResult]:
|
|
125
|
+
"""
|
|
126
|
+
The operation returns properties of a MachinePool.
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
:param str child_resource_name: The name of the MachinePool resource.
|
|
130
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
131
|
+
:param str resource_name: The name of the OpenShift cluster resource.
|
|
132
|
+
"""
|
|
133
|
+
...
|