pulumi-azure-native 2.79.0__py3-none-any.whl → 2.79.0a1734639794__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 +0 -46
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +0 -3
- pulumi_azure_native/compute/cloud_service.py +1 -5
- pulumi_azure_native/compute/get_cloud_service.py +0 -4
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/datadog/__init__.py +0 -7
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +0 -4
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +1 -5
- pulumi_azure_native/datadog/outputs.py +0 -120
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +0 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/servicenetworking/__init__.py +0 -3
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +0 -4
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +1 -5
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/RECORD +82 -135
- pulumi_azure_native/compute/v20241104/__init__.py +0 -12
- pulumi_azure_native/compute/v20241104/_enums.py +0 -31
- pulumi_azure_native/compute/v20241104/_inputs.py +0 -1324
- pulumi_azure_native/compute/v20241104/cloud_service.py +0 -287
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +0 -185
- pulumi_azure_native/compute/v20241104/outputs.py +0 -1082
- pulumi_azure_native/datadog/get_billing_info.py +0 -103
- pulumi_azure_native/datadog/v20230707/__init__.py +0 -19
- pulumi_azure_native/datadog/v20230707/_enums.py +0 -58
- pulumi_azure_native/datadog/v20230707/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20230707/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/monitor.py +0 -282
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20230707/outputs.py +0 -1125
- pulumi_azure_native/datadog/v20231020/__init__.py +0 -20
- pulumi_azure_native/datadog/v20231020/_enums.py +0 -58
- pulumi_azure_native/datadog/v20231020/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +0 -101
- pulumi_azure_native/datadog/v20231020/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/monitor.py +0 -282
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20231020/outputs.py +0 -1257
- pulumi_azure_native/quota/v20241218preview/__init__.py +0 -13
- pulumi_azure_native/quota/v20241218preview/_inputs.py +0 -55
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +0 -140
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +0 -140
- pulumi_azure_native/quota/v20241218preview/group_quota.py +0 -191
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +0 -177
- pulumi_azure_native/quota/v20241218preview/outputs.py +0 -230
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +0 -18
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +0 -19
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +0 -171
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +0 -319
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +0 -268
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +0 -191
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +0 -241
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +0 -265
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +0 -298
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +0 -307
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/top_level.txt +0 -0
|
@@ -1,177 +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 sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = ['GroupQuotaSubscriptionArgs', 'GroupQuotaSubscription']
|
|
19
|
-
|
|
20
|
-
@pulumi.input_type
|
|
21
|
-
class GroupQuotaSubscriptionArgs:
|
|
22
|
-
def __init__(__self__, *,
|
|
23
|
-
group_quota_name: pulumi.Input[str],
|
|
24
|
-
management_group_id: pulumi.Input[str]):
|
|
25
|
-
"""
|
|
26
|
-
The set of arguments for constructing a GroupQuotaSubscription resource.
|
|
27
|
-
:param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
28
|
-
:param pulumi.Input[str] management_group_id: Management Group Id.
|
|
29
|
-
"""
|
|
30
|
-
pulumi.set(__self__, "group_quota_name", group_quota_name)
|
|
31
|
-
pulumi.set(__self__, "management_group_id", management_group_id)
|
|
32
|
-
|
|
33
|
-
@property
|
|
34
|
-
@pulumi.getter(name="groupQuotaName")
|
|
35
|
-
def group_quota_name(self) -> pulumi.Input[str]:
|
|
36
|
-
"""
|
|
37
|
-
The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
38
|
-
"""
|
|
39
|
-
return pulumi.get(self, "group_quota_name")
|
|
40
|
-
|
|
41
|
-
@group_quota_name.setter
|
|
42
|
-
def group_quota_name(self, value: pulumi.Input[str]):
|
|
43
|
-
pulumi.set(self, "group_quota_name", value)
|
|
44
|
-
|
|
45
|
-
@property
|
|
46
|
-
@pulumi.getter(name="managementGroupId")
|
|
47
|
-
def management_group_id(self) -> pulumi.Input[str]:
|
|
48
|
-
"""
|
|
49
|
-
Management Group Id.
|
|
50
|
-
"""
|
|
51
|
-
return pulumi.get(self, "management_group_id")
|
|
52
|
-
|
|
53
|
-
@management_group_id.setter
|
|
54
|
-
def management_group_id(self, value: pulumi.Input[str]):
|
|
55
|
-
pulumi.set(self, "management_group_id", value)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
class GroupQuotaSubscription(pulumi.CustomResource):
|
|
59
|
-
@overload
|
|
60
|
-
def __init__(__self__,
|
|
61
|
-
resource_name: str,
|
|
62
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
63
|
-
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
64
|
-
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
65
|
-
__props__=None):
|
|
66
|
-
"""
|
|
67
|
-
This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
|
|
68
|
-
|
|
69
|
-
:param str resource_name: The name of the resource.
|
|
70
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
71
|
-
:param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
72
|
-
:param pulumi.Input[str] management_group_id: Management Group Id.
|
|
73
|
-
"""
|
|
74
|
-
...
|
|
75
|
-
@overload
|
|
76
|
-
def __init__(__self__,
|
|
77
|
-
resource_name: str,
|
|
78
|
-
args: GroupQuotaSubscriptionArgs,
|
|
79
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
80
|
-
"""
|
|
81
|
-
This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
|
|
82
|
-
|
|
83
|
-
:param str resource_name: The name of the resource.
|
|
84
|
-
:param GroupQuotaSubscriptionArgs args: The arguments to use to populate this resource's properties.
|
|
85
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
86
|
-
"""
|
|
87
|
-
...
|
|
88
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
89
|
-
resource_args, opts = _utilities.get_resource_args_opts(GroupQuotaSubscriptionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
90
|
-
if resource_args is not None:
|
|
91
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
92
|
-
else:
|
|
93
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
94
|
-
|
|
95
|
-
def _internal_init(__self__,
|
|
96
|
-
resource_name: str,
|
|
97
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
98
|
-
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
99
|
-
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
100
|
-
__props__=None):
|
|
101
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
102
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
103
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
104
|
-
if opts.id is None:
|
|
105
|
-
if __props__ is not None:
|
|
106
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
107
|
-
__props__ = GroupQuotaSubscriptionArgs.__new__(GroupQuotaSubscriptionArgs)
|
|
108
|
-
|
|
109
|
-
if group_quota_name is None and not opts.urn:
|
|
110
|
-
raise TypeError("Missing required property 'group_quota_name'")
|
|
111
|
-
__props__.__dict__["group_quota_name"] = group_quota_name
|
|
112
|
-
if management_group_id is None and not opts.urn:
|
|
113
|
-
raise TypeError("Missing required property 'management_group_id'")
|
|
114
|
-
__props__.__dict__["management_group_id"] = management_group_id
|
|
115
|
-
__props__.__dict__["name"] = None
|
|
116
|
-
__props__.__dict__["properties"] = None
|
|
117
|
-
__props__.__dict__["system_data"] = None
|
|
118
|
-
__props__.__dict__["type"] = None
|
|
119
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription")])
|
|
120
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
121
|
-
super(GroupQuotaSubscription, __self__).__init__(
|
|
122
|
-
'azure-native:quota/v20241218preview:GroupQuotaSubscription',
|
|
123
|
-
resource_name,
|
|
124
|
-
__props__,
|
|
125
|
-
opts)
|
|
126
|
-
|
|
127
|
-
@staticmethod
|
|
128
|
-
def get(resource_name: str,
|
|
129
|
-
id: pulumi.Input[str],
|
|
130
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'GroupQuotaSubscription':
|
|
131
|
-
"""
|
|
132
|
-
Get an existing GroupQuotaSubscription resource's state with the given name, id, and optional extra
|
|
133
|
-
properties used to qualify the lookup.
|
|
134
|
-
|
|
135
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
136
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
137
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
-
"""
|
|
139
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
140
|
-
|
|
141
|
-
__props__ = GroupQuotaSubscriptionArgs.__new__(GroupQuotaSubscriptionArgs)
|
|
142
|
-
|
|
143
|
-
__props__.__dict__["name"] = None
|
|
144
|
-
__props__.__dict__["properties"] = None
|
|
145
|
-
__props__.__dict__["system_data"] = None
|
|
146
|
-
__props__.__dict__["type"] = None
|
|
147
|
-
return GroupQuotaSubscription(resource_name, opts=opts, __props__=__props__)
|
|
148
|
-
|
|
149
|
-
@property
|
|
150
|
-
@pulumi.getter
|
|
151
|
-
def name(self) -> pulumi.Output[str]:
|
|
152
|
-
"""
|
|
153
|
-
The name of the resource
|
|
154
|
-
"""
|
|
155
|
-
return pulumi.get(self, "name")
|
|
156
|
-
|
|
157
|
-
@property
|
|
158
|
-
@pulumi.getter
|
|
159
|
-
def properties(self) -> pulumi.Output['outputs.GroupQuotaSubscriptionIdResponseProperties']:
|
|
160
|
-
return pulumi.get(self, "properties")
|
|
161
|
-
|
|
162
|
-
@property
|
|
163
|
-
@pulumi.getter(name="systemData")
|
|
164
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
165
|
-
"""
|
|
166
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
167
|
-
"""
|
|
168
|
-
return pulumi.get(self, "system_data")
|
|
169
|
-
|
|
170
|
-
@property
|
|
171
|
-
@pulumi.getter
|
|
172
|
-
def type(self) -> pulumi.Output[str]:
|
|
173
|
-
"""
|
|
174
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
175
|
-
"""
|
|
176
|
-
return pulumi.get(self, "type")
|
|
177
|
-
|
|
@@ -1,230 +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 sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
|
|
17
|
-
__all__ = [
|
|
18
|
-
'GroupQuotaSubscriptionIdResponseProperties',
|
|
19
|
-
'GroupQuotasEntityResponseProperties',
|
|
20
|
-
'SystemDataResponse',
|
|
21
|
-
]
|
|
22
|
-
|
|
23
|
-
@pulumi.output_type
|
|
24
|
-
class GroupQuotaSubscriptionIdResponseProperties(dict):
|
|
25
|
-
@staticmethod
|
|
26
|
-
def __key_warning(key: str):
|
|
27
|
-
suggest = None
|
|
28
|
-
if key == "provisioningState":
|
|
29
|
-
suggest = "provisioning_state"
|
|
30
|
-
elif key == "subscriptionId":
|
|
31
|
-
suggest = "subscription_id"
|
|
32
|
-
|
|
33
|
-
if suggest:
|
|
34
|
-
pulumi.log.warn(f"Key '{key}' not found in GroupQuotaSubscriptionIdResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
35
|
-
|
|
36
|
-
def __getitem__(self, key: str) -> Any:
|
|
37
|
-
GroupQuotaSubscriptionIdResponseProperties.__key_warning(key)
|
|
38
|
-
return super().__getitem__(key)
|
|
39
|
-
|
|
40
|
-
def get(self, key: str, default = None) -> Any:
|
|
41
|
-
GroupQuotaSubscriptionIdResponseProperties.__key_warning(key)
|
|
42
|
-
return super().get(key, default)
|
|
43
|
-
|
|
44
|
-
def __init__(__self__, *,
|
|
45
|
-
provisioning_state: str,
|
|
46
|
-
subscription_id: Optional[str] = None):
|
|
47
|
-
"""
|
|
48
|
-
:param str provisioning_state: Status of this subscriptionId being associated with the GroupQuotasEntity.
|
|
49
|
-
:param str subscription_id: An Azure subscriptionId.
|
|
50
|
-
"""
|
|
51
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
52
|
-
if subscription_id is not None:
|
|
53
|
-
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
@pulumi.getter(name="provisioningState")
|
|
57
|
-
def provisioning_state(self) -> str:
|
|
58
|
-
"""
|
|
59
|
-
Status of this subscriptionId being associated with the GroupQuotasEntity.
|
|
60
|
-
"""
|
|
61
|
-
return pulumi.get(self, "provisioning_state")
|
|
62
|
-
|
|
63
|
-
@property
|
|
64
|
-
@pulumi.getter(name="subscriptionId")
|
|
65
|
-
def subscription_id(self) -> Optional[str]:
|
|
66
|
-
"""
|
|
67
|
-
An Azure subscriptionId.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "subscription_id")
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
@pulumi.output_type
|
|
73
|
-
class GroupQuotasEntityResponseProperties(dict):
|
|
74
|
-
@staticmethod
|
|
75
|
-
def __key_warning(key: str):
|
|
76
|
-
suggest = None
|
|
77
|
-
if key == "provisioningState":
|
|
78
|
-
suggest = "provisioning_state"
|
|
79
|
-
elif key == "displayName":
|
|
80
|
-
suggest = "display_name"
|
|
81
|
-
|
|
82
|
-
if suggest:
|
|
83
|
-
pulumi.log.warn(f"Key '{key}' not found in GroupQuotasEntityResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
84
|
-
|
|
85
|
-
def __getitem__(self, key: str) -> Any:
|
|
86
|
-
GroupQuotasEntityResponseProperties.__key_warning(key)
|
|
87
|
-
return super().__getitem__(key)
|
|
88
|
-
|
|
89
|
-
def get(self, key: str, default = None) -> Any:
|
|
90
|
-
GroupQuotasEntityResponseProperties.__key_warning(key)
|
|
91
|
-
return super().get(key, default)
|
|
92
|
-
|
|
93
|
-
def __init__(__self__, *,
|
|
94
|
-
provisioning_state: str,
|
|
95
|
-
display_name: Optional[str] = None):
|
|
96
|
-
"""
|
|
97
|
-
:param str provisioning_state: Provisioning state of the operation.
|
|
98
|
-
:param str display_name: Display name of the GroupQuota entity.
|
|
99
|
-
"""
|
|
100
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
101
|
-
if display_name is not None:
|
|
102
|
-
pulumi.set(__self__, "display_name", display_name)
|
|
103
|
-
|
|
104
|
-
@property
|
|
105
|
-
@pulumi.getter(name="provisioningState")
|
|
106
|
-
def provisioning_state(self) -> str:
|
|
107
|
-
"""
|
|
108
|
-
Provisioning state of the operation.
|
|
109
|
-
"""
|
|
110
|
-
return pulumi.get(self, "provisioning_state")
|
|
111
|
-
|
|
112
|
-
@property
|
|
113
|
-
@pulumi.getter(name="displayName")
|
|
114
|
-
def display_name(self) -> Optional[str]:
|
|
115
|
-
"""
|
|
116
|
-
Display name of the GroupQuota entity.
|
|
117
|
-
"""
|
|
118
|
-
return pulumi.get(self, "display_name")
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
@pulumi.output_type
|
|
122
|
-
class SystemDataResponse(dict):
|
|
123
|
-
"""
|
|
124
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
125
|
-
"""
|
|
126
|
-
@staticmethod
|
|
127
|
-
def __key_warning(key: str):
|
|
128
|
-
suggest = None
|
|
129
|
-
if key == "createdAt":
|
|
130
|
-
suggest = "created_at"
|
|
131
|
-
elif key == "createdBy":
|
|
132
|
-
suggest = "created_by"
|
|
133
|
-
elif key == "createdByType":
|
|
134
|
-
suggest = "created_by_type"
|
|
135
|
-
elif key == "lastModifiedAt":
|
|
136
|
-
suggest = "last_modified_at"
|
|
137
|
-
elif key == "lastModifiedBy":
|
|
138
|
-
suggest = "last_modified_by"
|
|
139
|
-
elif key == "lastModifiedByType":
|
|
140
|
-
suggest = "last_modified_by_type"
|
|
141
|
-
|
|
142
|
-
if suggest:
|
|
143
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
144
|
-
|
|
145
|
-
def __getitem__(self, key: str) -> Any:
|
|
146
|
-
SystemDataResponse.__key_warning(key)
|
|
147
|
-
return super().__getitem__(key)
|
|
148
|
-
|
|
149
|
-
def get(self, key: str, default = None) -> Any:
|
|
150
|
-
SystemDataResponse.__key_warning(key)
|
|
151
|
-
return super().get(key, default)
|
|
152
|
-
|
|
153
|
-
def __init__(__self__, *,
|
|
154
|
-
created_at: Optional[str] = None,
|
|
155
|
-
created_by: Optional[str] = None,
|
|
156
|
-
created_by_type: Optional[str] = None,
|
|
157
|
-
last_modified_at: Optional[str] = None,
|
|
158
|
-
last_modified_by: Optional[str] = None,
|
|
159
|
-
last_modified_by_type: Optional[str] = None):
|
|
160
|
-
"""
|
|
161
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
162
|
-
:param str created_at: The timestamp of resource creation (UTC).
|
|
163
|
-
:param str created_by: The identity that created the resource.
|
|
164
|
-
:param str created_by_type: The type of identity that created the resource.
|
|
165
|
-
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
166
|
-
:param str last_modified_by: The identity that last modified the resource.
|
|
167
|
-
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
168
|
-
"""
|
|
169
|
-
if created_at is not None:
|
|
170
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
171
|
-
if created_by is not None:
|
|
172
|
-
pulumi.set(__self__, "created_by", created_by)
|
|
173
|
-
if created_by_type is not None:
|
|
174
|
-
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
175
|
-
if last_modified_at is not None:
|
|
176
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
177
|
-
if last_modified_by is not None:
|
|
178
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
179
|
-
if last_modified_by_type is not None:
|
|
180
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
181
|
-
|
|
182
|
-
@property
|
|
183
|
-
@pulumi.getter(name="createdAt")
|
|
184
|
-
def created_at(self) -> Optional[str]:
|
|
185
|
-
"""
|
|
186
|
-
The timestamp of resource creation (UTC).
|
|
187
|
-
"""
|
|
188
|
-
return pulumi.get(self, "created_at")
|
|
189
|
-
|
|
190
|
-
@property
|
|
191
|
-
@pulumi.getter(name="createdBy")
|
|
192
|
-
def created_by(self) -> Optional[str]:
|
|
193
|
-
"""
|
|
194
|
-
The identity that created the resource.
|
|
195
|
-
"""
|
|
196
|
-
return pulumi.get(self, "created_by")
|
|
197
|
-
|
|
198
|
-
@property
|
|
199
|
-
@pulumi.getter(name="createdByType")
|
|
200
|
-
def created_by_type(self) -> Optional[str]:
|
|
201
|
-
"""
|
|
202
|
-
The type of identity that created the resource.
|
|
203
|
-
"""
|
|
204
|
-
return pulumi.get(self, "created_by_type")
|
|
205
|
-
|
|
206
|
-
@property
|
|
207
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
208
|
-
def last_modified_at(self) -> Optional[str]:
|
|
209
|
-
"""
|
|
210
|
-
The timestamp of resource last modification (UTC)
|
|
211
|
-
"""
|
|
212
|
-
return pulumi.get(self, "last_modified_at")
|
|
213
|
-
|
|
214
|
-
@property
|
|
215
|
-
@pulumi.getter(name="lastModifiedBy")
|
|
216
|
-
def last_modified_by(self) -> Optional[str]:
|
|
217
|
-
"""
|
|
218
|
-
The identity that last modified the resource.
|
|
219
|
-
"""
|
|
220
|
-
return pulumi.get(self, "last_modified_by")
|
|
221
|
-
|
|
222
|
-
@property
|
|
223
|
-
@pulumi.getter(name="lastModifiedByType")
|
|
224
|
-
def last_modified_by_type(self) -> Optional[str]:
|
|
225
|
-
"""
|
|
226
|
-
The type of identity that last modified the resource.
|
|
227
|
-
"""
|
|
228
|
-
return pulumi.get(self, "last_modified_by_type")
|
|
229
|
-
|
|
230
|
-
|
|
@@ -1,18 +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
|
-
from ... import _utilities
|
|
6
|
-
import typing
|
|
7
|
-
# Export this package's modules as members:
|
|
8
|
-
from ._enums import *
|
|
9
|
-
from .associations_interface import *
|
|
10
|
-
from .frontends_interface import *
|
|
11
|
-
from .get_associations_interface import *
|
|
12
|
-
from .get_frontends_interface import *
|
|
13
|
-
from .get_security_policies_interface import *
|
|
14
|
-
from .get_traffic_controller_interface import *
|
|
15
|
-
from .security_policies_interface import *
|
|
16
|
-
from .traffic_controller_interface import *
|
|
17
|
-
from ._inputs import *
|
|
18
|
-
from . import outputs
|
|
@@ -1,19 +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
|
-
from enum import Enum
|
|
6
|
-
|
|
7
|
-
__all__ = [
|
|
8
|
-
'AssociationType',
|
|
9
|
-
]
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class AssociationType(str, Enum):
|
|
13
|
-
"""
|
|
14
|
-
Association Type
|
|
15
|
-
"""
|
|
16
|
-
SUBNETS = "subnets"
|
|
17
|
-
"""
|
|
18
|
-
Association of Type Subnet
|
|
19
|
-
"""
|
|
@@ -1,171 +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 sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from ._enums import *
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'AssociationSubnetArgs',
|
|
20
|
-
'AssociationSubnetArgsDict',
|
|
21
|
-
'SecurityPolicyConfigurationsArgs',
|
|
22
|
-
'SecurityPolicyConfigurationsArgsDict',
|
|
23
|
-
'WafPolicyArgs',
|
|
24
|
-
'WafPolicyArgsDict',
|
|
25
|
-
'WafSecurityPolicyArgs',
|
|
26
|
-
'WafSecurityPolicyArgsDict',
|
|
27
|
-
]
|
|
28
|
-
|
|
29
|
-
MYPY = False
|
|
30
|
-
|
|
31
|
-
if not MYPY:
|
|
32
|
-
class AssociationSubnetArgsDict(TypedDict):
|
|
33
|
-
"""
|
|
34
|
-
Association Subnet.
|
|
35
|
-
"""
|
|
36
|
-
id: pulumi.Input[str]
|
|
37
|
-
"""
|
|
38
|
-
Association ID.
|
|
39
|
-
"""
|
|
40
|
-
elif False:
|
|
41
|
-
AssociationSubnetArgsDict: TypeAlias = Mapping[str, Any]
|
|
42
|
-
|
|
43
|
-
@pulumi.input_type
|
|
44
|
-
class AssociationSubnetArgs:
|
|
45
|
-
def __init__(__self__, *,
|
|
46
|
-
id: pulumi.Input[str]):
|
|
47
|
-
"""
|
|
48
|
-
Association Subnet.
|
|
49
|
-
:param pulumi.Input[str] id: Association ID.
|
|
50
|
-
"""
|
|
51
|
-
pulumi.set(__self__, "id", id)
|
|
52
|
-
|
|
53
|
-
@property
|
|
54
|
-
@pulumi.getter
|
|
55
|
-
def id(self) -> pulumi.Input[str]:
|
|
56
|
-
"""
|
|
57
|
-
Association ID.
|
|
58
|
-
"""
|
|
59
|
-
return pulumi.get(self, "id")
|
|
60
|
-
|
|
61
|
-
@id.setter
|
|
62
|
-
def id(self, value: pulumi.Input[str]):
|
|
63
|
-
pulumi.set(self, "id", value)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
if not MYPY:
|
|
67
|
-
class SecurityPolicyConfigurationsArgsDict(TypedDict):
|
|
68
|
-
"""
|
|
69
|
-
SecurityPolicyConfigurations Subresource of Traffic Controller.
|
|
70
|
-
"""
|
|
71
|
-
waf_security_policy: NotRequired[pulumi.Input['WafSecurityPolicyArgsDict']]
|
|
72
|
-
"""
|
|
73
|
-
Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
|
|
74
|
-
"""
|
|
75
|
-
elif False:
|
|
76
|
-
SecurityPolicyConfigurationsArgsDict: TypeAlias = Mapping[str, Any]
|
|
77
|
-
|
|
78
|
-
@pulumi.input_type
|
|
79
|
-
class SecurityPolicyConfigurationsArgs:
|
|
80
|
-
def __init__(__self__, *,
|
|
81
|
-
waf_security_policy: Optional[pulumi.Input['WafSecurityPolicyArgs']] = None):
|
|
82
|
-
"""
|
|
83
|
-
SecurityPolicyConfigurations Subresource of Traffic Controller.
|
|
84
|
-
:param pulumi.Input['WafSecurityPolicyArgs'] waf_security_policy: Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
|
|
85
|
-
"""
|
|
86
|
-
if waf_security_policy is not None:
|
|
87
|
-
pulumi.set(__self__, "waf_security_policy", waf_security_policy)
|
|
88
|
-
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter(name="wafSecurityPolicy")
|
|
91
|
-
def waf_security_policy(self) -> Optional[pulumi.Input['WafSecurityPolicyArgs']]:
|
|
92
|
-
"""
|
|
93
|
-
Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
|
|
94
|
-
"""
|
|
95
|
-
return pulumi.get(self, "waf_security_policy")
|
|
96
|
-
|
|
97
|
-
@waf_security_policy.setter
|
|
98
|
-
def waf_security_policy(self, value: Optional[pulumi.Input['WafSecurityPolicyArgs']]):
|
|
99
|
-
pulumi.set(self, "waf_security_policy", value)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
if not MYPY:
|
|
103
|
-
class WafPolicyArgsDict(TypedDict):
|
|
104
|
-
"""
|
|
105
|
-
Web Application Firewall Policy
|
|
106
|
-
"""
|
|
107
|
-
id: pulumi.Input[str]
|
|
108
|
-
"""
|
|
109
|
-
Resource ID of the WAF
|
|
110
|
-
"""
|
|
111
|
-
elif False:
|
|
112
|
-
WafPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
113
|
-
|
|
114
|
-
@pulumi.input_type
|
|
115
|
-
class WafPolicyArgs:
|
|
116
|
-
def __init__(__self__, *,
|
|
117
|
-
id: pulumi.Input[str]):
|
|
118
|
-
"""
|
|
119
|
-
Web Application Firewall Policy
|
|
120
|
-
:param pulumi.Input[str] id: Resource ID of the WAF
|
|
121
|
-
"""
|
|
122
|
-
pulumi.set(__self__, "id", id)
|
|
123
|
-
|
|
124
|
-
@property
|
|
125
|
-
@pulumi.getter
|
|
126
|
-
def id(self) -> pulumi.Input[str]:
|
|
127
|
-
"""
|
|
128
|
-
Resource ID of the WAF
|
|
129
|
-
"""
|
|
130
|
-
return pulumi.get(self, "id")
|
|
131
|
-
|
|
132
|
-
@id.setter
|
|
133
|
-
def id(self, value: pulumi.Input[str]):
|
|
134
|
-
pulumi.set(self, "id", value)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
if not MYPY:
|
|
138
|
-
class WafSecurityPolicyArgsDict(TypedDict):
|
|
139
|
-
"""
|
|
140
|
-
Web Application Firewall Security Policy
|
|
141
|
-
"""
|
|
142
|
-
id: pulumi.Input[str]
|
|
143
|
-
"""
|
|
144
|
-
Resource ID of the Waf Security Policy
|
|
145
|
-
"""
|
|
146
|
-
elif False:
|
|
147
|
-
WafSecurityPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
148
|
-
|
|
149
|
-
@pulumi.input_type
|
|
150
|
-
class WafSecurityPolicyArgs:
|
|
151
|
-
def __init__(__self__, *,
|
|
152
|
-
id: pulumi.Input[str]):
|
|
153
|
-
"""
|
|
154
|
-
Web Application Firewall Security Policy
|
|
155
|
-
:param pulumi.Input[str] id: Resource ID of the Waf Security Policy
|
|
156
|
-
"""
|
|
157
|
-
pulumi.set(__self__, "id", id)
|
|
158
|
-
|
|
159
|
-
@property
|
|
160
|
-
@pulumi.getter
|
|
161
|
-
def id(self) -> pulumi.Input[str]:
|
|
162
|
-
"""
|
|
163
|
-
Resource ID of the Waf Security Policy
|
|
164
|
-
"""
|
|
165
|
-
return pulumi.get(self, "id")
|
|
166
|
-
|
|
167
|
-
@id.setter
|
|
168
|
-
def id(self, value: pulumi.Input[str]):
|
|
169
|
-
pulumi.set(self, "id", value)
|
|
170
|
-
|
|
171
|
-
|