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,241 +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__ = [
|
|
19
|
-
'GetTrafficControllerInterfaceResult',
|
|
20
|
-
'AwaitableGetTrafficControllerInterfaceResult',
|
|
21
|
-
'get_traffic_controller_interface',
|
|
22
|
-
'get_traffic_controller_interface_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetTrafficControllerInterfaceResult:
|
|
27
|
-
"""
|
|
28
|
-
Concrete tracked resource types can be created by aliasing this type using a specific property type.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, associations=None, configuration_endpoints=None, frontends=None, id=None, location=None, name=None, provisioning_state=None, security_policies=None, security_policy_configurations=None, system_data=None, tags=None, type=None):
|
|
31
|
-
if associations and not isinstance(associations, list):
|
|
32
|
-
raise TypeError("Expected argument 'associations' to be a list")
|
|
33
|
-
pulumi.set(__self__, "associations", associations)
|
|
34
|
-
if configuration_endpoints and not isinstance(configuration_endpoints, list):
|
|
35
|
-
raise TypeError("Expected argument 'configuration_endpoints' to be a list")
|
|
36
|
-
pulumi.set(__self__, "configuration_endpoints", configuration_endpoints)
|
|
37
|
-
if frontends and not isinstance(frontends, list):
|
|
38
|
-
raise TypeError("Expected argument 'frontends' to be a list")
|
|
39
|
-
pulumi.set(__self__, "frontends", frontends)
|
|
40
|
-
if id and not isinstance(id, str):
|
|
41
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
-
pulumi.set(__self__, "id", id)
|
|
43
|
-
if location and not isinstance(location, str):
|
|
44
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
45
|
-
pulumi.set(__self__, "location", location)
|
|
46
|
-
if name and not isinstance(name, str):
|
|
47
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
-
pulumi.set(__self__, "name", name)
|
|
49
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
50
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
51
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
52
|
-
if security_policies and not isinstance(security_policies, list):
|
|
53
|
-
raise TypeError("Expected argument 'security_policies' to be a list")
|
|
54
|
-
pulumi.set(__self__, "security_policies", security_policies)
|
|
55
|
-
if security_policy_configurations and not isinstance(security_policy_configurations, dict):
|
|
56
|
-
raise TypeError("Expected argument 'security_policy_configurations' to be a dict")
|
|
57
|
-
pulumi.set(__self__, "security_policy_configurations", security_policy_configurations)
|
|
58
|
-
if system_data and not isinstance(system_data, dict):
|
|
59
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
-
if tags and not isinstance(tags, dict):
|
|
62
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
63
|
-
pulumi.set(__self__, "tags", tags)
|
|
64
|
-
if type and not isinstance(type, str):
|
|
65
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
-
pulumi.set(__self__, "type", type)
|
|
67
|
-
|
|
68
|
-
@property
|
|
69
|
-
@pulumi.getter
|
|
70
|
-
def associations(self) -> Sequence['outputs.ResourceIdResponse']:
|
|
71
|
-
"""
|
|
72
|
-
Associations References List
|
|
73
|
-
"""
|
|
74
|
-
return pulumi.get(self, "associations")
|
|
75
|
-
|
|
76
|
-
@property
|
|
77
|
-
@pulumi.getter(name="configurationEndpoints")
|
|
78
|
-
def configuration_endpoints(self) -> Sequence[str]:
|
|
79
|
-
"""
|
|
80
|
-
Configuration Endpoints.
|
|
81
|
-
"""
|
|
82
|
-
return pulumi.get(self, "configuration_endpoints")
|
|
83
|
-
|
|
84
|
-
@property
|
|
85
|
-
@pulumi.getter
|
|
86
|
-
def frontends(self) -> Sequence['outputs.ResourceIdResponse']:
|
|
87
|
-
"""
|
|
88
|
-
Frontends References List
|
|
89
|
-
"""
|
|
90
|
-
return pulumi.get(self, "frontends")
|
|
91
|
-
|
|
92
|
-
@property
|
|
93
|
-
@pulumi.getter
|
|
94
|
-
def id(self) -> str:
|
|
95
|
-
"""
|
|
96
|
-
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
97
|
-
"""
|
|
98
|
-
return pulumi.get(self, "id")
|
|
99
|
-
|
|
100
|
-
@property
|
|
101
|
-
@pulumi.getter
|
|
102
|
-
def location(self) -> str:
|
|
103
|
-
"""
|
|
104
|
-
The geo-location where the resource lives
|
|
105
|
-
"""
|
|
106
|
-
return pulumi.get(self, "location")
|
|
107
|
-
|
|
108
|
-
@property
|
|
109
|
-
@pulumi.getter
|
|
110
|
-
def name(self) -> str:
|
|
111
|
-
"""
|
|
112
|
-
The name of the resource
|
|
113
|
-
"""
|
|
114
|
-
return pulumi.get(self, "name")
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="provisioningState")
|
|
118
|
-
def provisioning_state(self) -> str:
|
|
119
|
-
"""
|
|
120
|
-
The status of the last operation.
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "provisioning_state")
|
|
123
|
-
|
|
124
|
-
@property
|
|
125
|
-
@pulumi.getter(name="securityPolicies")
|
|
126
|
-
def security_policies(self) -> Sequence['outputs.ResourceIdResponse']:
|
|
127
|
-
"""
|
|
128
|
-
Security Policies References List
|
|
129
|
-
"""
|
|
130
|
-
return pulumi.get(self, "security_policies")
|
|
131
|
-
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter(name="securityPolicyConfigurations")
|
|
134
|
-
def security_policy_configurations(self) -> Optional['outputs.SecurityPolicyConfigurationsResponse']:
|
|
135
|
-
"""
|
|
136
|
-
Security Policy Configuration
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "security_policy_configurations")
|
|
139
|
-
|
|
140
|
-
@property
|
|
141
|
-
@pulumi.getter(name="systemData")
|
|
142
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
143
|
-
"""
|
|
144
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
145
|
-
"""
|
|
146
|
-
return pulumi.get(self, "system_data")
|
|
147
|
-
|
|
148
|
-
@property
|
|
149
|
-
@pulumi.getter
|
|
150
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
151
|
-
"""
|
|
152
|
-
Resource tags.
|
|
153
|
-
"""
|
|
154
|
-
return pulumi.get(self, "tags")
|
|
155
|
-
|
|
156
|
-
@property
|
|
157
|
-
@pulumi.getter
|
|
158
|
-
def type(self) -> str:
|
|
159
|
-
"""
|
|
160
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
161
|
-
"""
|
|
162
|
-
return pulumi.get(self, "type")
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
class AwaitableGetTrafficControllerInterfaceResult(GetTrafficControllerInterfaceResult):
|
|
166
|
-
# pylint: disable=using-constant-test
|
|
167
|
-
def __await__(self):
|
|
168
|
-
if False:
|
|
169
|
-
yield self
|
|
170
|
-
return GetTrafficControllerInterfaceResult(
|
|
171
|
-
associations=self.associations,
|
|
172
|
-
configuration_endpoints=self.configuration_endpoints,
|
|
173
|
-
frontends=self.frontends,
|
|
174
|
-
id=self.id,
|
|
175
|
-
location=self.location,
|
|
176
|
-
name=self.name,
|
|
177
|
-
provisioning_state=self.provisioning_state,
|
|
178
|
-
security_policies=self.security_policies,
|
|
179
|
-
security_policy_configurations=self.security_policy_configurations,
|
|
180
|
-
system_data=self.system_data,
|
|
181
|
-
tags=self.tags,
|
|
182
|
-
type=self.type)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
def get_traffic_controller_interface(resource_group_name: Optional[str] = None,
|
|
186
|
-
traffic_controller_name: Optional[str] = None,
|
|
187
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTrafficControllerInterfaceResult:
|
|
188
|
-
"""
|
|
189
|
-
Get a TrafficController
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
193
|
-
:param str traffic_controller_name: traffic controller name for path
|
|
194
|
-
"""
|
|
195
|
-
__args__ = dict()
|
|
196
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
197
|
-
__args__['trafficControllerName'] = traffic_controller_name
|
|
198
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
199
|
-
__ret__ = pulumi.runtime.invoke('azure-native:servicenetworking/v20250101:getTrafficControllerInterface', __args__, opts=opts, typ=GetTrafficControllerInterfaceResult).value
|
|
200
|
-
|
|
201
|
-
return AwaitableGetTrafficControllerInterfaceResult(
|
|
202
|
-
associations=pulumi.get(__ret__, 'associations'),
|
|
203
|
-
configuration_endpoints=pulumi.get(__ret__, 'configuration_endpoints'),
|
|
204
|
-
frontends=pulumi.get(__ret__, 'frontends'),
|
|
205
|
-
id=pulumi.get(__ret__, 'id'),
|
|
206
|
-
location=pulumi.get(__ret__, 'location'),
|
|
207
|
-
name=pulumi.get(__ret__, 'name'),
|
|
208
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
209
|
-
security_policies=pulumi.get(__ret__, 'security_policies'),
|
|
210
|
-
security_policy_configurations=pulumi.get(__ret__, 'security_policy_configurations'),
|
|
211
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
212
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
213
|
-
type=pulumi.get(__ret__, 'type'))
|
|
214
|
-
def get_traffic_controller_interface_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
215
|
-
traffic_controller_name: Optional[pulumi.Input[str]] = None,
|
|
216
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTrafficControllerInterfaceResult]:
|
|
217
|
-
"""
|
|
218
|
-
Get a TrafficController
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
222
|
-
:param str traffic_controller_name: traffic controller name for path
|
|
223
|
-
"""
|
|
224
|
-
__args__ = dict()
|
|
225
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
226
|
-
__args__['trafficControllerName'] = traffic_controller_name
|
|
227
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
228
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:servicenetworking/v20250101:getTrafficControllerInterface', __args__, opts=opts, typ=GetTrafficControllerInterfaceResult)
|
|
229
|
-
return __ret__.apply(lambda __response__: GetTrafficControllerInterfaceResult(
|
|
230
|
-
associations=pulumi.get(__response__, 'associations'),
|
|
231
|
-
configuration_endpoints=pulumi.get(__response__, 'configuration_endpoints'),
|
|
232
|
-
frontends=pulumi.get(__response__, 'frontends'),
|
|
233
|
-
id=pulumi.get(__response__, 'id'),
|
|
234
|
-
location=pulumi.get(__response__, 'location'),
|
|
235
|
-
name=pulumi.get(__response__, 'name'),
|
|
236
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
237
|
-
security_policies=pulumi.get(__response__, 'security_policies'),
|
|
238
|
-
security_policy_configurations=pulumi.get(__response__, 'security_policy_configurations'),
|
|
239
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
240
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
241
|
-
type=pulumi.get(__response__, 'type')))
|
|
@@ -1,265 +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
|
-
from ._enums import *
|
|
18
|
-
|
|
19
|
-
__all__ = [
|
|
20
|
-
'AssociationSubnetResponse',
|
|
21
|
-
'ResourceIdResponse',
|
|
22
|
-
'SecurityPolicyConfigurationsResponse',
|
|
23
|
-
'SystemDataResponse',
|
|
24
|
-
'WafPolicyResponse',
|
|
25
|
-
'WafSecurityPolicyResponse',
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
@pulumi.output_type
|
|
29
|
-
class AssociationSubnetResponse(dict):
|
|
30
|
-
"""
|
|
31
|
-
Association Subnet.
|
|
32
|
-
"""
|
|
33
|
-
def __init__(__self__, *,
|
|
34
|
-
id: str):
|
|
35
|
-
"""
|
|
36
|
-
Association Subnet.
|
|
37
|
-
:param str id: Association ID.
|
|
38
|
-
"""
|
|
39
|
-
pulumi.set(__self__, "id", id)
|
|
40
|
-
|
|
41
|
-
@property
|
|
42
|
-
@pulumi.getter
|
|
43
|
-
def id(self) -> str:
|
|
44
|
-
"""
|
|
45
|
-
Association ID.
|
|
46
|
-
"""
|
|
47
|
-
return pulumi.get(self, "id")
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
@pulumi.output_type
|
|
51
|
-
class ResourceIdResponse(dict):
|
|
52
|
-
"""
|
|
53
|
-
Resource ID definition used by parent to reference child resources.
|
|
54
|
-
"""
|
|
55
|
-
def __init__(__self__, *,
|
|
56
|
-
id: str):
|
|
57
|
-
"""
|
|
58
|
-
Resource ID definition used by parent to reference child resources.
|
|
59
|
-
:param str id: Resource ID of child resource.
|
|
60
|
-
"""
|
|
61
|
-
pulumi.set(__self__, "id", id)
|
|
62
|
-
|
|
63
|
-
@property
|
|
64
|
-
@pulumi.getter
|
|
65
|
-
def id(self) -> str:
|
|
66
|
-
"""
|
|
67
|
-
Resource ID of child resource.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "id")
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
@pulumi.output_type
|
|
73
|
-
class SecurityPolicyConfigurationsResponse(dict):
|
|
74
|
-
"""
|
|
75
|
-
SecurityPolicyConfigurations Subresource of Traffic Controller.
|
|
76
|
-
"""
|
|
77
|
-
@staticmethod
|
|
78
|
-
def __key_warning(key: str):
|
|
79
|
-
suggest = None
|
|
80
|
-
if key == "wafSecurityPolicy":
|
|
81
|
-
suggest = "waf_security_policy"
|
|
82
|
-
|
|
83
|
-
if suggest:
|
|
84
|
-
pulumi.log.warn(f"Key '{key}' not found in SecurityPolicyConfigurationsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
85
|
-
|
|
86
|
-
def __getitem__(self, key: str) -> Any:
|
|
87
|
-
SecurityPolicyConfigurationsResponse.__key_warning(key)
|
|
88
|
-
return super().__getitem__(key)
|
|
89
|
-
|
|
90
|
-
def get(self, key: str, default = None) -> Any:
|
|
91
|
-
SecurityPolicyConfigurationsResponse.__key_warning(key)
|
|
92
|
-
return super().get(key, default)
|
|
93
|
-
|
|
94
|
-
def __init__(__self__, *,
|
|
95
|
-
waf_security_policy: Optional['outputs.WafSecurityPolicyResponse'] = None):
|
|
96
|
-
"""
|
|
97
|
-
SecurityPolicyConfigurations Subresource of Traffic Controller.
|
|
98
|
-
:param 'WafSecurityPolicyResponse' waf_security_policy: Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
|
|
99
|
-
"""
|
|
100
|
-
if waf_security_policy is not None:
|
|
101
|
-
pulumi.set(__self__, "waf_security_policy", waf_security_policy)
|
|
102
|
-
|
|
103
|
-
@property
|
|
104
|
-
@pulumi.getter(name="wafSecurityPolicy")
|
|
105
|
-
def waf_security_policy(self) -> Optional['outputs.WafSecurityPolicyResponse']:
|
|
106
|
-
"""
|
|
107
|
-
Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
|
|
108
|
-
"""
|
|
109
|
-
return pulumi.get(self, "waf_security_policy")
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
@pulumi.output_type
|
|
113
|
-
class SystemDataResponse(dict):
|
|
114
|
-
"""
|
|
115
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
116
|
-
"""
|
|
117
|
-
@staticmethod
|
|
118
|
-
def __key_warning(key: str):
|
|
119
|
-
suggest = None
|
|
120
|
-
if key == "createdAt":
|
|
121
|
-
suggest = "created_at"
|
|
122
|
-
elif key == "createdBy":
|
|
123
|
-
suggest = "created_by"
|
|
124
|
-
elif key == "createdByType":
|
|
125
|
-
suggest = "created_by_type"
|
|
126
|
-
elif key == "lastModifiedAt":
|
|
127
|
-
suggest = "last_modified_at"
|
|
128
|
-
elif key == "lastModifiedBy":
|
|
129
|
-
suggest = "last_modified_by"
|
|
130
|
-
elif key == "lastModifiedByType":
|
|
131
|
-
suggest = "last_modified_by_type"
|
|
132
|
-
|
|
133
|
-
if suggest:
|
|
134
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
135
|
-
|
|
136
|
-
def __getitem__(self, key: str) -> Any:
|
|
137
|
-
SystemDataResponse.__key_warning(key)
|
|
138
|
-
return super().__getitem__(key)
|
|
139
|
-
|
|
140
|
-
def get(self, key: str, default = None) -> Any:
|
|
141
|
-
SystemDataResponse.__key_warning(key)
|
|
142
|
-
return super().get(key, default)
|
|
143
|
-
|
|
144
|
-
def __init__(__self__, *,
|
|
145
|
-
created_at: Optional[str] = None,
|
|
146
|
-
created_by: Optional[str] = None,
|
|
147
|
-
created_by_type: Optional[str] = None,
|
|
148
|
-
last_modified_at: Optional[str] = None,
|
|
149
|
-
last_modified_by: Optional[str] = None,
|
|
150
|
-
last_modified_by_type: Optional[str] = None):
|
|
151
|
-
"""
|
|
152
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
153
|
-
:param str created_at: The timestamp of resource creation (UTC).
|
|
154
|
-
:param str created_by: The identity that created the resource.
|
|
155
|
-
:param str created_by_type: The type of identity that created the resource.
|
|
156
|
-
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
157
|
-
:param str last_modified_by: The identity that last modified the resource.
|
|
158
|
-
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
159
|
-
"""
|
|
160
|
-
if created_at is not None:
|
|
161
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
162
|
-
if created_by is not None:
|
|
163
|
-
pulumi.set(__self__, "created_by", created_by)
|
|
164
|
-
if created_by_type is not None:
|
|
165
|
-
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
166
|
-
if last_modified_at is not None:
|
|
167
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
168
|
-
if last_modified_by is not None:
|
|
169
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
170
|
-
if last_modified_by_type is not None:
|
|
171
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
172
|
-
|
|
173
|
-
@property
|
|
174
|
-
@pulumi.getter(name="createdAt")
|
|
175
|
-
def created_at(self) -> Optional[str]:
|
|
176
|
-
"""
|
|
177
|
-
The timestamp of resource creation (UTC).
|
|
178
|
-
"""
|
|
179
|
-
return pulumi.get(self, "created_at")
|
|
180
|
-
|
|
181
|
-
@property
|
|
182
|
-
@pulumi.getter(name="createdBy")
|
|
183
|
-
def created_by(self) -> Optional[str]:
|
|
184
|
-
"""
|
|
185
|
-
The identity that created the resource.
|
|
186
|
-
"""
|
|
187
|
-
return pulumi.get(self, "created_by")
|
|
188
|
-
|
|
189
|
-
@property
|
|
190
|
-
@pulumi.getter(name="createdByType")
|
|
191
|
-
def created_by_type(self) -> Optional[str]:
|
|
192
|
-
"""
|
|
193
|
-
The type of identity that created the resource.
|
|
194
|
-
"""
|
|
195
|
-
return pulumi.get(self, "created_by_type")
|
|
196
|
-
|
|
197
|
-
@property
|
|
198
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
199
|
-
def last_modified_at(self) -> Optional[str]:
|
|
200
|
-
"""
|
|
201
|
-
The timestamp of resource last modification (UTC)
|
|
202
|
-
"""
|
|
203
|
-
return pulumi.get(self, "last_modified_at")
|
|
204
|
-
|
|
205
|
-
@property
|
|
206
|
-
@pulumi.getter(name="lastModifiedBy")
|
|
207
|
-
def last_modified_by(self) -> Optional[str]:
|
|
208
|
-
"""
|
|
209
|
-
The identity that last modified the resource.
|
|
210
|
-
"""
|
|
211
|
-
return pulumi.get(self, "last_modified_by")
|
|
212
|
-
|
|
213
|
-
@property
|
|
214
|
-
@pulumi.getter(name="lastModifiedByType")
|
|
215
|
-
def last_modified_by_type(self) -> Optional[str]:
|
|
216
|
-
"""
|
|
217
|
-
The type of identity that last modified the resource.
|
|
218
|
-
"""
|
|
219
|
-
return pulumi.get(self, "last_modified_by_type")
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
@pulumi.output_type
|
|
223
|
-
class WafPolicyResponse(dict):
|
|
224
|
-
"""
|
|
225
|
-
Web Application Firewall Policy
|
|
226
|
-
"""
|
|
227
|
-
def __init__(__self__, *,
|
|
228
|
-
id: str):
|
|
229
|
-
"""
|
|
230
|
-
Web Application Firewall Policy
|
|
231
|
-
:param str id: Resource ID of the WAF
|
|
232
|
-
"""
|
|
233
|
-
pulumi.set(__self__, "id", id)
|
|
234
|
-
|
|
235
|
-
@property
|
|
236
|
-
@pulumi.getter
|
|
237
|
-
def id(self) -> str:
|
|
238
|
-
"""
|
|
239
|
-
Resource ID of the WAF
|
|
240
|
-
"""
|
|
241
|
-
return pulumi.get(self, "id")
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
@pulumi.output_type
|
|
245
|
-
class WafSecurityPolicyResponse(dict):
|
|
246
|
-
"""
|
|
247
|
-
Web Application Firewall Security Policy
|
|
248
|
-
"""
|
|
249
|
-
def __init__(__self__, *,
|
|
250
|
-
id: str):
|
|
251
|
-
"""
|
|
252
|
-
Web Application Firewall Security Policy
|
|
253
|
-
:param str id: Resource ID of the Waf Security Policy
|
|
254
|
-
"""
|
|
255
|
-
pulumi.set(__self__, "id", id)
|
|
256
|
-
|
|
257
|
-
@property
|
|
258
|
-
@pulumi.getter
|
|
259
|
-
def id(self) -> str:
|
|
260
|
-
"""
|
|
261
|
-
Resource ID of the Waf Security Policy
|
|
262
|
-
"""
|
|
263
|
-
return pulumi.get(self, "id")
|
|
264
|
-
|
|
265
|
-
|