pulumi-azure-native 2.84.0a1737570745__py3-none-any.whl → 2.84.0a1737706742__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 +39 -0
- pulumi_azure_native/dashboard/__init__.py +3 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +5 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- 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/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
- pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
- pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
- pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
- pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
- pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
- pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
- pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
- pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
- pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
- pulumi_azure_native/datafactory/_enums.py +8 -0
- pulumi_azure_native/datafactory/_inputs.py +180 -0
- pulumi_azure_native/datafactory/outputs.py +117 -1
- pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
- pulumi_azure_native/insights/__init__.py +6 -0
- pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/insights/get_private_link_scope.py +2 -2
- pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
- pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
- pulumi_azure_native/insights/private_link_scope.py +3 -3
- pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
- pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
- pulumi_azure_native/insights/v20210901/__init__.py +16 -0
- pulumi_azure_native/insights/v20210901/_enums.py +27 -0
- pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
- pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
- pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
- pulumi_azure_native/insights/v20210901/outputs.py +454 -0
- pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
- pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
- pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
- pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
- pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
- pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
- pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
- pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
- pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
- pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
- pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
- pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
|
@@ -336,7 +336,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
336
336
|
__props__.__dict__["name"] = None
|
|
337
337
|
__props__.__dict__["system_data"] = None
|
|
338
338
|
__props__.__dict__["type"] = None
|
|
339
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster")])
|
|
339
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20240812preview:OpenShiftCluster")])
|
|
340
340
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
341
341
|
super(OpenShiftCluster, __self__).__init__(
|
|
342
342
|
'azure-native:redhatopenshift/v20220904:OpenShiftCluster',
|
|
@@ -336,7 +336,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
336
336
|
__props__.__dict__["name"] = None
|
|
337
337
|
__props__.__dict__["system_data"] = None
|
|
338
338
|
__props__.__dict__["type"] = None
|
|
339
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster")])
|
|
339
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20240812preview:OpenShiftCluster")])
|
|
340
340
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
341
341
|
super(OpenShiftCluster, __self__).__init__(
|
|
342
342
|
'azure-native:redhatopenshift/v20230401:OpenShiftCluster',
|
|
@@ -336,7 +336,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
336
336
|
__props__.__dict__["name"] = None
|
|
337
337
|
__props__.__dict__["system_data"] = None
|
|
338
338
|
__props__.__dict__["type"] = None
|
|
339
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster")])
|
|
339
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20240812preview:OpenShiftCluster")])
|
|
340
340
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
341
341
|
super(OpenShiftCluster, __self__).__init__(
|
|
342
342
|
'azure-native:redhatopenshift/v20230701preview:OpenShiftCluster',
|
|
@@ -337,7 +337,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
337
337
|
__props__.__dict__["system_data"] = None
|
|
338
338
|
__props__.__dict__["type"] = None
|
|
339
339
|
__props__.__dict__["worker_profiles_status"] = None
|
|
340
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster")])
|
|
340
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20240812preview:OpenShiftCluster")])
|
|
341
341
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
342
342
|
super(OpenShiftCluster, __self__).__init__(
|
|
343
343
|
'azure-native:redhatopenshift/v20230904:OpenShiftCluster',
|
|
@@ -318,7 +318,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
318
318
|
__props__.__dict__["system_data"] = None
|
|
319
319
|
__props__.__dict__["type"] = None
|
|
320
320
|
__props__.__dict__["worker_profiles_status"] = None
|
|
321
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster")])
|
|
321
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20240812preview:OpenShiftCluster")])
|
|
322
322
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
323
323
|
super(OpenShiftCluster, __self__).__init__(
|
|
324
324
|
'azure-native:redhatopenshift/v20231122:OpenShiftCluster',
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .get_open_shift_cluster import *
|
|
10
|
+
from .list_open_shift_cluster_admin_credentials import *
|
|
11
|
+
from .list_open_shift_cluster_credentials import *
|
|
12
|
+
from .open_shift_cluster import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
from . import outputs
|
|
@@ -0,0 +1,78 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'EncryptionAtHost',
|
|
9
|
+
'FipsValidatedModules',
|
|
10
|
+
'ManagedServiceIdentityType',
|
|
11
|
+
'OutboundType',
|
|
12
|
+
'PreconfiguredNSG',
|
|
13
|
+
'ProvisioningState',
|
|
14
|
+
'Visibility',
|
|
15
|
+
]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class EncryptionAtHost(str, Enum):
|
|
19
|
+
"""
|
|
20
|
+
Whether master virtual machines are encrypted at host.
|
|
21
|
+
"""
|
|
22
|
+
DISABLED = "Disabled"
|
|
23
|
+
ENABLED = "Enabled"
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class FipsValidatedModules(str, Enum):
|
|
27
|
+
"""
|
|
28
|
+
If FIPS validated crypto modules are used
|
|
29
|
+
"""
|
|
30
|
+
DISABLED = "Disabled"
|
|
31
|
+
ENABLED = "Enabled"
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
35
|
+
"""
|
|
36
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
37
|
+
"""
|
|
38
|
+
NONE = "None"
|
|
39
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
40
|
+
USER_ASSIGNED = "UserAssigned"
|
|
41
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class OutboundType(str, Enum):
|
|
45
|
+
"""
|
|
46
|
+
The OutboundType used for egress traffic.
|
|
47
|
+
"""
|
|
48
|
+
LOADBALANCER = "Loadbalancer"
|
|
49
|
+
USER_DEFINED_ROUTING = "UserDefinedRouting"
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
class PreconfiguredNSG(str, Enum):
|
|
53
|
+
"""
|
|
54
|
+
Specifies whether subnets are pre-attached with an NSG
|
|
55
|
+
"""
|
|
56
|
+
DISABLED = "Disabled"
|
|
57
|
+
ENABLED = "Enabled"
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
class ProvisioningState(str, Enum):
|
|
61
|
+
"""
|
|
62
|
+
The cluster provisioning state.
|
|
63
|
+
"""
|
|
64
|
+
ADMIN_UPDATING = "AdminUpdating"
|
|
65
|
+
CANCELED = "Canceled"
|
|
66
|
+
CREATING = "Creating"
|
|
67
|
+
DELETING = "Deleting"
|
|
68
|
+
FAILED = "Failed"
|
|
69
|
+
SUCCEEDED = "Succeeded"
|
|
70
|
+
UPDATING = "Updating"
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
class Visibility(str, Enum):
|
|
74
|
+
"""
|
|
75
|
+
Ingress visibility.
|
|
76
|
+
"""
|
|
77
|
+
PRIVATE = "Private"
|
|
78
|
+
PUBLIC = "Public"
|