pulumi-azure-native 2.40.0__py3-none-any.whl → 2.40.0a1714737169__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 +1 -59
- pulumi_azure_native/cache/__init__.py +0 -3
- pulumi_azure_native/cache/database.py +3 -3
- pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/get_database.py +2 -2
- pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
- pulumi_azure_native/cache/list_database_keys.py +2 -2
- pulumi_azure_native/cache/redis_enterprise.py +3 -3
- pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230301preview/database.py +1 -1
- pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230701/database.py +1 -1
- pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230801preview/database.py +1 -1
- pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231001preview/database.py +1 -1
- pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231101/database.py +1 -1
- pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240201/database.py +1 -1
- pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -5
- pulumi_azure_native/containerservice/_enums.py +0 -23
- pulumi_azure_native/containerservice/_inputs.py +0 -98
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +0 -103
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- 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/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/monitor/__init__.py +0 -7
- pulumi_azure_native/monitor/azure_monitor_workspace.py +1 -5
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +0 -4
- pulumi_azure_native/monitor/outputs.py +183 -1339
- pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +1 -1
- pulumi_azure_native/resources/_inputs.py +2 -2
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +1 -5
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +1 -5
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +1 -5
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +0 -4
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +0 -4
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +0 -4
- pulumi_azure_native/resources/outputs.py +2 -2
- pulumi_azure_native/resources/v20220801preview/_inputs.py +2 -2
- pulumi_azure_native/resources/v20220801preview/deployment_stack_at_management_group.py +1 -1
- pulumi_azure_native/resources/v20220801preview/deployment_stack_at_resource_group.py +1 -1
- pulumi_azure_native/resources/v20220801preview/deployment_stack_at_subscription.py +1 -1
- pulumi_azure_native/resources/v20220801preview/outputs.py +2 -2
- pulumi_azure_native/resources/v20240301/__init__.py +0 -6
- pulumi_azure_native/resources/v20240301/_enums.py +0 -28
- pulumi_azure_native/resources/v20240301/_inputs.py +4 -302
- pulumi_azure_native/resources/v20240301/outputs.py +4 -677
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714737169.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714737169.dist-info}/RECORD +194 -256
- pulumi_azure_native/cache/v20240301preview/__init__.py +0 -17
- pulumi_azure_native/cache/v20240301preview/_enums.py +0 -124
- pulumi_azure_native/cache/v20240301preview/_inputs.py +0 -438
- pulumi_azure_native/cache/v20240301preview/database.py +0 -439
- pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +0 -227
- pulumi_azure_native/cache/v20240301preview/get_database.py +0 -253
- pulumi_azure_native/cache/v20240301preview/get_enterprise_private_endpoint_connection.py +0 -149
- pulumi_azure_native/cache/v20240301preview/get_redis_enterprise.py +0 -261
- pulumi_azure_native/cache/v20240301preview/list_database_keys.py +0 -96
- pulumi_azure_native/cache/v20240301preview/outputs.py +0 -740
- pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +0 -410
- pulumi_azure_native/containerservice/get_load_balancer.py +0 -203
- pulumi_azure_native/containerservice/load_balancer.py +0 -365
- pulumi_azure_native/containerservice/v20240302preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240302preview/_enums.py +0 -840
- pulumi_azure_native/containerservice/v20240302preview/_inputs.py +0 -6966
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +0 -1686
- pulumi_azure_native/containerservice/v20240302preview/get_agent_pool.py +0 -812
- pulumi_azure_native/containerservice/v20240302preview/get_load_balancer.py +0 -201
- pulumi_azure_native/containerservice/v20240302preview/get_maintenance_configuration.py +0 -162
- pulumi_azure_native/containerservice/v20240302preview/get_managed_cluster.py +0 -833
- pulumi_azure_native/containerservice/v20240302preview/get_managed_cluster_snapshot.py +0 -183
- pulumi_azure_native/containerservice/v20240302preview/get_private_endpoint_connection.py +0 -149
- pulumi_azure_native/containerservice/v20240302preview/get_snapshot.py +0 -248
- pulumi_azure_native/containerservice/v20240302preview/get_trusted_access_role_binding.py +0 -162
- pulumi_azure_native/containerservice/v20240302preview/list_managed_cluster_admin_credentials.py +0 -84
- pulumi_azure_native/containerservice/v20240302preview/list_managed_cluster_monitoring_user_credentials.py +0 -84
- pulumi_azure_native/containerservice/v20240302preview/list_managed_cluster_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +0 -363
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +0 -274
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +0 -1590
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +0 -292
- pulumi_azure_native/containerservice/v20240302preview/outputs.py +0 -8118
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +0 -246
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +0 -342
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +0 -255
- pulumi_azure_native/monitor/_enums.py +0 -140
- pulumi_azure_native/monitor/_inputs.py +0 -1122
- pulumi_azure_native/monitor/get_pipeline_group.py +0 -250
- pulumi_azure_native/monitor/pipeline_group.py +0 -443
- pulumi_azure_native/monitor/v20231001preview/__init__.py +0 -14
- pulumi_azure_native/monitor/v20231001preview/_enums.py +0 -140
- pulumi_azure_native/monitor/v20231001preview/_inputs.py +0 -1122
- pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +0 -282
- pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +0 -222
- pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +0 -248
- pulumi_azure_native/monitor/v20231001preview/outputs.py +0 -1641
- pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +0 -441
- pulumi_azure_native/portalservices/__init__.py +0 -18
- pulumi_azure_native/portalservices/copilot_setting.py +0 -165
- pulumi_azure_native/portalservices/get_copilot_setting.py +0 -132
- pulumi_azure_native/portalservices/outputs.py +0 -125
- pulumi_azure_native/portalservices/v20240401preview/__init__.py +0 -10
- pulumi_azure_native/portalservices/v20240401preview/copilot_setting.py +0 -163
- pulumi_azure_native/portalservices/v20240401preview/get_copilot_setting.py +0 -130
- pulumi_azure_native/portalservices/v20240401preview/outputs.py +0 -125
- pulumi_azure_native/resources/v20240301/deployment_stack_at_management_group.py +0 -589
- pulumi_azure_native/resources/v20240301/deployment_stack_at_resource_group.py +0 -589
- pulumi_azure_native/resources/v20240301/deployment_stack_at_subscription.py +0 -568
- pulumi_azure_native/resources/v20240301/get_deployment_stack_at_management_group.py +0 -365
- pulumi_azure_native/resources/v20240301/get_deployment_stack_at_resource_group.py +0 -365
- pulumi_azure_native/resources/v20240301/get_deployment_stack_at_subscription.py +0 -360
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714737169.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.40.0.dist-info → pulumi_azure_native-2.40.0a1714737169.dist-info}/top_level.txt +0 -0
|
@@ -1,410 +0,0 @@
|
|
|
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
|
-
from ._enums import *
|
|
13
|
-
from ._inputs import *
|
|
14
|
-
|
|
15
|
-
__all__ = ['RedisEnterpriseArgs', 'RedisEnterprise']
|
|
16
|
-
|
|
17
|
-
@pulumi.input_type
|
|
18
|
-
class RedisEnterpriseArgs:
|
|
19
|
-
def __init__(__self__, *,
|
|
20
|
-
resource_group_name: pulumi.Input[str],
|
|
21
|
-
sku: pulumi.Input['EnterpriseSkuArgs'],
|
|
22
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
-
encryption: Optional[pulumi.Input['ClusterPropertiesEncryptionArgs']] = None,
|
|
24
|
-
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
25
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
minimum_tls_version: Optional[pulumi.Input[Union[str, 'TlsVersion']]] = None,
|
|
27
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
28
|
-
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
29
|
-
"""
|
|
30
|
-
The set of arguments for constructing a RedisEnterprise resource.
|
|
31
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
32
|
-
:param pulumi.Input['EnterpriseSkuArgs'] sku: The SKU to create, which affects price, performance, and features.
|
|
33
|
-
:param pulumi.Input[str] cluster_name: The name of the Redis Enterprise cluster.
|
|
34
|
-
:param pulumi.Input['ClusterPropertiesEncryptionArgs'] encryption: Encryption-at-rest configuration for the cluster.
|
|
35
|
-
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: The identity of the resource.
|
|
36
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
37
|
-
:param pulumi.Input[Union[str, 'TlsVersion']] minimum_tls_version: The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
38
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
39
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: The Availability Zones where this cluster will be deployed.
|
|
40
|
-
"""
|
|
41
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
42
|
-
pulumi.set(__self__, "sku", sku)
|
|
43
|
-
if cluster_name is not None:
|
|
44
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
45
|
-
if encryption is not None:
|
|
46
|
-
pulumi.set(__self__, "encryption", encryption)
|
|
47
|
-
if identity is not None:
|
|
48
|
-
pulumi.set(__self__, "identity", identity)
|
|
49
|
-
if location is not None:
|
|
50
|
-
pulumi.set(__self__, "location", location)
|
|
51
|
-
if minimum_tls_version is not None:
|
|
52
|
-
pulumi.set(__self__, "minimum_tls_version", minimum_tls_version)
|
|
53
|
-
if tags is not None:
|
|
54
|
-
pulumi.set(__self__, "tags", tags)
|
|
55
|
-
if zones is not None:
|
|
56
|
-
pulumi.set(__self__, "zones", zones)
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter(name="resourceGroupName")
|
|
60
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
61
|
-
"""
|
|
62
|
-
The name of the resource group. The name is case insensitive.
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "resource_group_name")
|
|
65
|
-
|
|
66
|
-
@resource_group_name.setter
|
|
67
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
68
|
-
pulumi.set(self, "resource_group_name", value)
|
|
69
|
-
|
|
70
|
-
@property
|
|
71
|
-
@pulumi.getter
|
|
72
|
-
def sku(self) -> pulumi.Input['EnterpriseSkuArgs']:
|
|
73
|
-
"""
|
|
74
|
-
The SKU to create, which affects price, performance, and features.
|
|
75
|
-
"""
|
|
76
|
-
return pulumi.get(self, "sku")
|
|
77
|
-
|
|
78
|
-
@sku.setter
|
|
79
|
-
def sku(self, value: pulumi.Input['EnterpriseSkuArgs']):
|
|
80
|
-
pulumi.set(self, "sku", value)
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="clusterName")
|
|
84
|
-
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
85
|
-
"""
|
|
86
|
-
The name of the Redis Enterprise cluster.
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "cluster_name")
|
|
89
|
-
|
|
90
|
-
@cluster_name.setter
|
|
91
|
-
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
92
|
-
pulumi.set(self, "cluster_name", value)
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
@pulumi.getter
|
|
96
|
-
def encryption(self) -> Optional[pulumi.Input['ClusterPropertiesEncryptionArgs']]:
|
|
97
|
-
"""
|
|
98
|
-
Encryption-at-rest configuration for the cluster.
|
|
99
|
-
"""
|
|
100
|
-
return pulumi.get(self, "encryption")
|
|
101
|
-
|
|
102
|
-
@encryption.setter
|
|
103
|
-
def encryption(self, value: Optional[pulumi.Input['ClusterPropertiesEncryptionArgs']]):
|
|
104
|
-
pulumi.set(self, "encryption", value)
|
|
105
|
-
|
|
106
|
-
@property
|
|
107
|
-
@pulumi.getter
|
|
108
|
-
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
109
|
-
"""
|
|
110
|
-
The identity of the resource.
|
|
111
|
-
"""
|
|
112
|
-
return pulumi.get(self, "identity")
|
|
113
|
-
|
|
114
|
-
@identity.setter
|
|
115
|
-
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
116
|
-
pulumi.set(self, "identity", value)
|
|
117
|
-
|
|
118
|
-
@property
|
|
119
|
-
@pulumi.getter
|
|
120
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
121
|
-
"""
|
|
122
|
-
The geo-location where the resource lives
|
|
123
|
-
"""
|
|
124
|
-
return pulumi.get(self, "location")
|
|
125
|
-
|
|
126
|
-
@location.setter
|
|
127
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
128
|
-
pulumi.set(self, "location", value)
|
|
129
|
-
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter(name="minimumTlsVersion")
|
|
132
|
-
def minimum_tls_version(self) -> Optional[pulumi.Input[Union[str, 'TlsVersion']]]:
|
|
133
|
-
"""
|
|
134
|
-
The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "minimum_tls_version")
|
|
137
|
-
|
|
138
|
-
@minimum_tls_version.setter
|
|
139
|
-
def minimum_tls_version(self, value: Optional[pulumi.Input[Union[str, 'TlsVersion']]]):
|
|
140
|
-
pulumi.set(self, "minimum_tls_version", value)
|
|
141
|
-
|
|
142
|
-
@property
|
|
143
|
-
@pulumi.getter
|
|
144
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
145
|
-
"""
|
|
146
|
-
Resource tags.
|
|
147
|
-
"""
|
|
148
|
-
return pulumi.get(self, "tags")
|
|
149
|
-
|
|
150
|
-
@tags.setter
|
|
151
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
152
|
-
pulumi.set(self, "tags", value)
|
|
153
|
-
|
|
154
|
-
@property
|
|
155
|
-
@pulumi.getter
|
|
156
|
-
def zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
157
|
-
"""
|
|
158
|
-
The Availability Zones where this cluster will be deployed.
|
|
159
|
-
"""
|
|
160
|
-
return pulumi.get(self, "zones")
|
|
161
|
-
|
|
162
|
-
@zones.setter
|
|
163
|
-
def zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
164
|
-
pulumi.set(self, "zones", value)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
class RedisEnterprise(pulumi.CustomResource):
|
|
168
|
-
@overload
|
|
169
|
-
def __init__(__self__,
|
|
170
|
-
resource_name: str,
|
|
171
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
172
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
173
|
-
encryption: Optional[pulumi.Input[pulumi.InputType['ClusterPropertiesEncryptionArgs']]] = None,
|
|
174
|
-
identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
|
|
175
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
176
|
-
minimum_tls_version: Optional[pulumi.Input[Union[str, 'TlsVersion']]] = None,
|
|
177
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
178
|
-
sku: Optional[pulumi.Input[pulumi.InputType['EnterpriseSkuArgs']]] = None,
|
|
179
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
180
|
-
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
181
|
-
__props__=None):
|
|
182
|
-
"""
|
|
183
|
-
Describes the RedisEnterprise cluster
|
|
184
|
-
|
|
185
|
-
:param str resource_name: The name of the resource.
|
|
186
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
187
|
-
:param pulumi.Input[str] cluster_name: The name of the Redis Enterprise cluster.
|
|
188
|
-
:param pulumi.Input[pulumi.InputType['ClusterPropertiesEncryptionArgs']] encryption: Encryption-at-rest configuration for the cluster.
|
|
189
|
-
:param pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']] identity: The identity of the resource.
|
|
190
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
191
|
-
:param pulumi.Input[Union[str, 'TlsVersion']] minimum_tls_version: The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
192
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
193
|
-
:param pulumi.Input[pulumi.InputType['EnterpriseSkuArgs']] sku: The SKU to create, which affects price, performance, and features.
|
|
194
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
195
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: The Availability Zones where this cluster will be deployed.
|
|
196
|
-
"""
|
|
197
|
-
...
|
|
198
|
-
@overload
|
|
199
|
-
def __init__(__self__,
|
|
200
|
-
resource_name: str,
|
|
201
|
-
args: RedisEnterpriseArgs,
|
|
202
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
203
|
-
"""
|
|
204
|
-
Describes the RedisEnterprise cluster
|
|
205
|
-
|
|
206
|
-
:param str resource_name: The name of the resource.
|
|
207
|
-
:param RedisEnterpriseArgs args: The arguments to use to populate this resource's properties.
|
|
208
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
209
|
-
"""
|
|
210
|
-
...
|
|
211
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
212
|
-
resource_args, opts = _utilities.get_resource_args_opts(RedisEnterpriseArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
213
|
-
if resource_args is not None:
|
|
214
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
215
|
-
else:
|
|
216
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
217
|
-
|
|
218
|
-
def _internal_init(__self__,
|
|
219
|
-
resource_name: str,
|
|
220
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
221
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
222
|
-
encryption: Optional[pulumi.Input[pulumi.InputType['ClusterPropertiesEncryptionArgs']]] = None,
|
|
223
|
-
identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
|
|
224
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
225
|
-
minimum_tls_version: Optional[pulumi.Input[Union[str, 'TlsVersion']]] = None,
|
|
226
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
227
|
-
sku: Optional[pulumi.Input[pulumi.InputType['EnterpriseSkuArgs']]] = None,
|
|
228
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
229
|
-
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
230
|
-
__props__=None):
|
|
231
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
232
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
233
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
234
|
-
if opts.id is None:
|
|
235
|
-
if __props__ is not None:
|
|
236
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
237
|
-
__props__ = RedisEnterpriseArgs.__new__(RedisEnterpriseArgs)
|
|
238
|
-
|
|
239
|
-
__props__.__dict__["cluster_name"] = cluster_name
|
|
240
|
-
__props__.__dict__["encryption"] = encryption
|
|
241
|
-
__props__.__dict__["identity"] = identity
|
|
242
|
-
__props__.__dict__["location"] = location
|
|
243
|
-
__props__.__dict__["minimum_tls_version"] = minimum_tls_version
|
|
244
|
-
if resource_group_name is None and not opts.urn:
|
|
245
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
246
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
247
|
-
if sku is None and not opts.urn:
|
|
248
|
-
raise TypeError("Missing required property 'sku'")
|
|
249
|
-
__props__.__dict__["sku"] = sku
|
|
250
|
-
__props__.__dict__["tags"] = tags
|
|
251
|
-
__props__.__dict__["zones"] = zones
|
|
252
|
-
__props__.__dict__["host_name"] = None
|
|
253
|
-
__props__.__dict__["name"] = None
|
|
254
|
-
__props__.__dict__["private_endpoint_connections"] = None
|
|
255
|
-
__props__.__dict__["provisioning_state"] = None
|
|
256
|
-
__props__.__dict__["redis_version"] = None
|
|
257
|
-
__props__.__dict__["resource_state"] = None
|
|
258
|
-
__props__.__dict__["type"] = None
|
|
259
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20201001preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20210201preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20210301:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20210801:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20220101:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20221101preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20230301preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20230701:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20230801preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20231001preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20231101:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20240201:RedisEnterprise")])
|
|
260
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
261
|
-
super(RedisEnterprise, __self__).__init__(
|
|
262
|
-
'azure-native:cache/v20240301preview:RedisEnterprise',
|
|
263
|
-
resource_name,
|
|
264
|
-
__props__,
|
|
265
|
-
opts)
|
|
266
|
-
|
|
267
|
-
@staticmethod
|
|
268
|
-
def get(resource_name: str,
|
|
269
|
-
id: pulumi.Input[str],
|
|
270
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'RedisEnterprise':
|
|
271
|
-
"""
|
|
272
|
-
Get an existing RedisEnterprise resource's state with the given name, id, and optional extra
|
|
273
|
-
properties used to qualify the lookup.
|
|
274
|
-
|
|
275
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
276
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
277
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
278
|
-
"""
|
|
279
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
280
|
-
|
|
281
|
-
__props__ = RedisEnterpriseArgs.__new__(RedisEnterpriseArgs)
|
|
282
|
-
|
|
283
|
-
__props__.__dict__["encryption"] = None
|
|
284
|
-
__props__.__dict__["host_name"] = None
|
|
285
|
-
__props__.__dict__["identity"] = None
|
|
286
|
-
__props__.__dict__["location"] = None
|
|
287
|
-
__props__.__dict__["minimum_tls_version"] = None
|
|
288
|
-
__props__.__dict__["name"] = None
|
|
289
|
-
__props__.__dict__["private_endpoint_connections"] = None
|
|
290
|
-
__props__.__dict__["provisioning_state"] = None
|
|
291
|
-
__props__.__dict__["redis_version"] = None
|
|
292
|
-
__props__.__dict__["resource_state"] = None
|
|
293
|
-
__props__.__dict__["sku"] = None
|
|
294
|
-
__props__.__dict__["tags"] = None
|
|
295
|
-
__props__.__dict__["type"] = None
|
|
296
|
-
__props__.__dict__["zones"] = None
|
|
297
|
-
return RedisEnterprise(resource_name, opts=opts, __props__=__props__)
|
|
298
|
-
|
|
299
|
-
@property
|
|
300
|
-
@pulumi.getter
|
|
301
|
-
def encryption(self) -> pulumi.Output[Optional['outputs.ClusterPropertiesResponseEncryption']]:
|
|
302
|
-
"""
|
|
303
|
-
Encryption-at-rest configuration for the cluster.
|
|
304
|
-
"""
|
|
305
|
-
return pulumi.get(self, "encryption")
|
|
306
|
-
|
|
307
|
-
@property
|
|
308
|
-
@pulumi.getter(name="hostName")
|
|
309
|
-
def host_name(self) -> pulumi.Output[str]:
|
|
310
|
-
"""
|
|
311
|
-
DNS name of the cluster endpoint
|
|
312
|
-
"""
|
|
313
|
-
return pulumi.get(self, "host_name")
|
|
314
|
-
|
|
315
|
-
@property
|
|
316
|
-
@pulumi.getter
|
|
317
|
-
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
318
|
-
"""
|
|
319
|
-
The identity of the resource.
|
|
320
|
-
"""
|
|
321
|
-
return pulumi.get(self, "identity")
|
|
322
|
-
|
|
323
|
-
@property
|
|
324
|
-
@pulumi.getter
|
|
325
|
-
def location(self) -> pulumi.Output[str]:
|
|
326
|
-
"""
|
|
327
|
-
The geo-location where the resource lives
|
|
328
|
-
"""
|
|
329
|
-
return pulumi.get(self, "location")
|
|
330
|
-
|
|
331
|
-
@property
|
|
332
|
-
@pulumi.getter(name="minimumTlsVersion")
|
|
333
|
-
def minimum_tls_version(self) -> pulumi.Output[Optional[str]]:
|
|
334
|
-
"""
|
|
335
|
-
The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
336
|
-
"""
|
|
337
|
-
return pulumi.get(self, "minimum_tls_version")
|
|
338
|
-
|
|
339
|
-
@property
|
|
340
|
-
@pulumi.getter
|
|
341
|
-
def name(self) -> pulumi.Output[str]:
|
|
342
|
-
"""
|
|
343
|
-
The name of the resource
|
|
344
|
-
"""
|
|
345
|
-
return pulumi.get(self, "name")
|
|
346
|
-
|
|
347
|
-
@property
|
|
348
|
-
@pulumi.getter(name="privateEndpointConnections")
|
|
349
|
-
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
350
|
-
"""
|
|
351
|
-
List of private endpoint connections associated with the specified RedisEnterprise cluster
|
|
352
|
-
"""
|
|
353
|
-
return pulumi.get(self, "private_endpoint_connections")
|
|
354
|
-
|
|
355
|
-
@property
|
|
356
|
-
@pulumi.getter(name="provisioningState")
|
|
357
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
358
|
-
"""
|
|
359
|
-
Current provisioning status of the cluster
|
|
360
|
-
"""
|
|
361
|
-
return pulumi.get(self, "provisioning_state")
|
|
362
|
-
|
|
363
|
-
@property
|
|
364
|
-
@pulumi.getter(name="redisVersion")
|
|
365
|
-
def redis_version(self) -> pulumi.Output[str]:
|
|
366
|
-
"""
|
|
367
|
-
Version of redis the cluster supports, e.g. '6'
|
|
368
|
-
"""
|
|
369
|
-
return pulumi.get(self, "redis_version")
|
|
370
|
-
|
|
371
|
-
@property
|
|
372
|
-
@pulumi.getter(name="resourceState")
|
|
373
|
-
def resource_state(self) -> pulumi.Output[str]:
|
|
374
|
-
"""
|
|
375
|
-
Current resource status of the cluster
|
|
376
|
-
"""
|
|
377
|
-
return pulumi.get(self, "resource_state")
|
|
378
|
-
|
|
379
|
-
@property
|
|
380
|
-
@pulumi.getter
|
|
381
|
-
def sku(self) -> pulumi.Output['outputs.EnterpriseSkuResponse']:
|
|
382
|
-
"""
|
|
383
|
-
The SKU to create, which affects price, performance, and features.
|
|
384
|
-
"""
|
|
385
|
-
return pulumi.get(self, "sku")
|
|
386
|
-
|
|
387
|
-
@property
|
|
388
|
-
@pulumi.getter
|
|
389
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
390
|
-
"""
|
|
391
|
-
Resource tags.
|
|
392
|
-
"""
|
|
393
|
-
return pulumi.get(self, "tags")
|
|
394
|
-
|
|
395
|
-
@property
|
|
396
|
-
@pulumi.getter
|
|
397
|
-
def type(self) -> pulumi.Output[str]:
|
|
398
|
-
"""
|
|
399
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
400
|
-
"""
|
|
401
|
-
return pulumi.get(self, "type")
|
|
402
|
-
|
|
403
|
-
@property
|
|
404
|
-
@pulumi.getter
|
|
405
|
-
def zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
406
|
-
"""
|
|
407
|
-
The Availability Zones where this cluster will be deployed.
|
|
408
|
-
"""
|
|
409
|
-
return pulumi.get(self, "zones")
|
|
410
|
-
|
|
@@ -1,203 +0,0 @@
|
|
|
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
|
-
'GetLoadBalancerResult',
|
|
15
|
-
'AwaitableGetLoadBalancerResult',
|
|
16
|
-
'get_load_balancer',
|
|
17
|
-
'get_load_balancer_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetLoadBalancerResult:
|
|
22
|
-
"""
|
|
23
|
-
The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, allow_service_placement=None, id=None, name=None, node_selector=None, primary_agent_pool_name=None, provisioning_state=None, service_label_selector=None, service_namespace_selector=None, system_data=None, type=None):
|
|
26
|
-
if allow_service_placement and not isinstance(allow_service_placement, bool):
|
|
27
|
-
raise TypeError("Expected argument 'allow_service_placement' to be a bool")
|
|
28
|
-
pulumi.set(__self__, "allow_service_placement", allow_service_placement)
|
|
29
|
-
if id and not isinstance(id, str):
|
|
30
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
-
pulumi.set(__self__, "id", id)
|
|
32
|
-
if name and not isinstance(name, str):
|
|
33
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
-
pulumi.set(__self__, "name", name)
|
|
35
|
-
if node_selector and not isinstance(node_selector, dict):
|
|
36
|
-
raise TypeError("Expected argument 'node_selector' to be a dict")
|
|
37
|
-
pulumi.set(__self__, "node_selector", node_selector)
|
|
38
|
-
if primary_agent_pool_name and not isinstance(primary_agent_pool_name, str):
|
|
39
|
-
raise TypeError("Expected argument 'primary_agent_pool_name' to be a str")
|
|
40
|
-
pulumi.set(__self__, "primary_agent_pool_name", primary_agent_pool_name)
|
|
41
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
42
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
43
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
44
|
-
if service_label_selector and not isinstance(service_label_selector, dict):
|
|
45
|
-
raise TypeError("Expected argument 'service_label_selector' to be a dict")
|
|
46
|
-
pulumi.set(__self__, "service_label_selector", service_label_selector)
|
|
47
|
-
if service_namespace_selector and not isinstance(service_namespace_selector, dict):
|
|
48
|
-
raise TypeError("Expected argument 'service_namespace_selector' to be a dict")
|
|
49
|
-
pulumi.set(__self__, "service_namespace_selector", service_namespace_selector)
|
|
50
|
-
if system_data and not isinstance(system_data, dict):
|
|
51
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
52
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
53
|
-
if type and not isinstance(type, str):
|
|
54
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
55
|
-
pulumi.set(__self__, "type", type)
|
|
56
|
-
|
|
57
|
-
@property
|
|
58
|
-
@pulumi.getter(name="allowServicePlacement")
|
|
59
|
-
def allow_service_placement(self) -> Optional[bool]:
|
|
60
|
-
"""
|
|
61
|
-
Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it.
|
|
62
|
-
"""
|
|
63
|
-
return pulumi.get(self, "allow_service_placement")
|
|
64
|
-
|
|
65
|
-
@property
|
|
66
|
-
@pulumi.getter
|
|
67
|
-
def id(self) -> str:
|
|
68
|
-
"""
|
|
69
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
70
|
-
"""
|
|
71
|
-
return pulumi.get(self, "id")
|
|
72
|
-
|
|
73
|
-
@property
|
|
74
|
-
@pulumi.getter
|
|
75
|
-
def name(self) -> str:
|
|
76
|
-
"""
|
|
77
|
-
The name of the resource
|
|
78
|
-
"""
|
|
79
|
-
return pulumi.get(self, "name")
|
|
80
|
-
|
|
81
|
-
@property
|
|
82
|
-
@pulumi.getter(name="nodeSelector")
|
|
83
|
-
def node_selector(self) -> Optional['outputs.LabelSelectorResponse']:
|
|
84
|
-
"""
|
|
85
|
-
Nodes that match this selector will be possible members of this load balancer.
|
|
86
|
-
"""
|
|
87
|
-
return pulumi.get(self, "node_selector")
|
|
88
|
-
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter(name="primaryAgentPoolName")
|
|
91
|
-
def primary_agent_pool_name(self) -> str:
|
|
92
|
-
"""
|
|
93
|
-
Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer.
|
|
94
|
-
"""
|
|
95
|
-
return pulumi.get(self, "primary_agent_pool_name")
|
|
96
|
-
|
|
97
|
-
@property
|
|
98
|
-
@pulumi.getter(name="provisioningState")
|
|
99
|
-
def provisioning_state(self) -> str:
|
|
100
|
-
"""
|
|
101
|
-
The current provisioning state.
|
|
102
|
-
"""
|
|
103
|
-
return pulumi.get(self, "provisioning_state")
|
|
104
|
-
|
|
105
|
-
@property
|
|
106
|
-
@pulumi.getter(name="serviceLabelSelector")
|
|
107
|
-
def service_label_selector(self) -> Optional['outputs.LabelSelectorResponse']:
|
|
108
|
-
"""
|
|
109
|
-
Only services that must match this selector can be placed on this load balancer.
|
|
110
|
-
"""
|
|
111
|
-
return pulumi.get(self, "service_label_selector")
|
|
112
|
-
|
|
113
|
-
@property
|
|
114
|
-
@pulumi.getter(name="serviceNamespaceSelector")
|
|
115
|
-
def service_namespace_selector(self) -> Optional['outputs.LabelSelectorResponse']:
|
|
116
|
-
"""
|
|
117
|
-
Services created in namespaces that match the selector can be placed on this load balancer.
|
|
118
|
-
"""
|
|
119
|
-
return pulumi.get(self, "service_namespace_selector")
|
|
120
|
-
|
|
121
|
-
@property
|
|
122
|
-
@pulumi.getter(name="systemData")
|
|
123
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
124
|
-
"""
|
|
125
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
126
|
-
"""
|
|
127
|
-
return pulumi.get(self, "system_data")
|
|
128
|
-
|
|
129
|
-
@property
|
|
130
|
-
@pulumi.getter
|
|
131
|
-
def type(self) -> str:
|
|
132
|
-
"""
|
|
133
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
134
|
-
"""
|
|
135
|
-
return pulumi.get(self, "type")
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
class AwaitableGetLoadBalancerResult(GetLoadBalancerResult):
|
|
139
|
-
# pylint: disable=using-constant-test
|
|
140
|
-
def __await__(self):
|
|
141
|
-
if False:
|
|
142
|
-
yield self
|
|
143
|
-
return GetLoadBalancerResult(
|
|
144
|
-
allow_service_placement=self.allow_service_placement,
|
|
145
|
-
id=self.id,
|
|
146
|
-
name=self.name,
|
|
147
|
-
node_selector=self.node_selector,
|
|
148
|
-
primary_agent_pool_name=self.primary_agent_pool_name,
|
|
149
|
-
provisioning_state=self.provisioning_state,
|
|
150
|
-
service_label_selector=self.service_label_selector,
|
|
151
|
-
service_namespace_selector=self.service_namespace_selector,
|
|
152
|
-
system_data=self.system_data,
|
|
153
|
-
type=self.type)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
def get_load_balancer(load_balancer_name: Optional[str] = None,
|
|
157
|
-
resource_group_name: Optional[str] = None,
|
|
158
|
-
resource_name: Optional[str] = None,
|
|
159
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLoadBalancerResult:
|
|
160
|
-
"""
|
|
161
|
-
The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`.
|
|
162
|
-
Azure REST API version: 2024-03-02-preview.
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
:param str load_balancer_name: The name of the load balancer.
|
|
166
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
167
|
-
:param str resource_name: The name of the managed cluster resource.
|
|
168
|
-
"""
|
|
169
|
-
__args__ = dict()
|
|
170
|
-
__args__['loadBalancerName'] = load_balancer_name
|
|
171
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
172
|
-
__args__['resourceName'] = resource_name
|
|
173
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
174
|
-
__ret__ = pulumi.runtime.invoke('azure-native:containerservice:getLoadBalancer', __args__, opts=opts, typ=GetLoadBalancerResult).value
|
|
175
|
-
|
|
176
|
-
return AwaitableGetLoadBalancerResult(
|
|
177
|
-
allow_service_placement=pulumi.get(__ret__, 'allow_service_placement'),
|
|
178
|
-
id=pulumi.get(__ret__, 'id'),
|
|
179
|
-
name=pulumi.get(__ret__, 'name'),
|
|
180
|
-
node_selector=pulumi.get(__ret__, 'node_selector'),
|
|
181
|
-
primary_agent_pool_name=pulumi.get(__ret__, 'primary_agent_pool_name'),
|
|
182
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
183
|
-
service_label_selector=pulumi.get(__ret__, 'service_label_selector'),
|
|
184
|
-
service_namespace_selector=pulumi.get(__ret__, 'service_namespace_selector'),
|
|
185
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
186
|
-
type=pulumi.get(__ret__, 'type'))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
@_utilities.lift_output_func(get_load_balancer)
|
|
190
|
-
def get_load_balancer_output(load_balancer_name: Optional[pulumi.Input[str]] = None,
|
|
191
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLoadBalancerResult]:
|
|
194
|
-
"""
|
|
195
|
-
The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`.
|
|
196
|
-
Azure REST API version: 2024-03-02-preview.
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
:param str load_balancer_name: The name of the load balancer.
|
|
200
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
201
|
-
:param str resource_name: The name of the managed cluster resource.
|
|
202
|
-
"""
|
|
203
|
-
...
|