pulumi-azure-native 2.79.0__py3-none-any.whl → 2.79.0a1734514969__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.0a1734514969.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734514969.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.0a1734514969.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734514969.dist-info}/top_level.txt +0 -0
|
@@ -1,319 +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
|
-
from ._inputs import *
|
|
19
|
-
|
|
20
|
-
__all__ = ['AssociationsInterfaceArgs', 'AssociationsInterface']
|
|
21
|
-
|
|
22
|
-
@pulumi.input_type
|
|
23
|
-
class AssociationsInterfaceArgs:
|
|
24
|
-
def __init__(__self__, *,
|
|
25
|
-
association_type: pulumi.Input[Union[str, 'AssociationType']],
|
|
26
|
-
resource_group_name: pulumi.Input[str],
|
|
27
|
-
traffic_controller_name: pulumi.Input[str],
|
|
28
|
-
association_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
subnet: Optional[pulumi.Input['AssociationSubnetArgs']] = None,
|
|
31
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
32
|
-
"""
|
|
33
|
-
The set of arguments for constructing a AssociationsInterface resource.
|
|
34
|
-
:param pulumi.Input[Union[str, 'AssociationType']] association_type: Association Type
|
|
35
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
36
|
-
:param pulumi.Input[str] traffic_controller_name: traffic controller name for path
|
|
37
|
-
:param pulumi.Input[str] association_name: Name of Association
|
|
38
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
39
|
-
:param pulumi.Input['AssociationSubnetArgs'] subnet: Association Subnet
|
|
40
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
41
|
-
"""
|
|
42
|
-
pulumi.set(__self__, "association_type", association_type)
|
|
43
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
44
|
-
pulumi.set(__self__, "traffic_controller_name", traffic_controller_name)
|
|
45
|
-
if association_name is not None:
|
|
46
|
-
pulumi.set(__self__, "association_name", association_name)
|
|
47
|
-
if location is not None:
|
|
48
|
-
pulumi.set(__self__, "location", location)
|
|
49
|
-
if subnet is not None:
|
|
50
|
-
pulumi.set(__self__, "subnet", subnet)
|
|
51
|
-
if tags is not None:
|
|
52
|
-
pulumi.set(__self__, "tags", tags)
|
|
53
|
-
|
|
54
|
-
@property
|
|
55
|
-
@pulumi.getter(name="associationType")
|
|
56
|
-
def association_type(self) -> pulumi.Input[Union[str, 'AssociationType']]:
|
|
57
|
-
"""
|
|
58
|
-
Association Type
|
|
59
|
-
"""
|
|
60
|
-
return pulumi.get(self, "association_type")
|
|
61
|
-
|
|
62
|
-
@association_type.setter
|
|
63
|
-
def association_type(self, value: pulumi.Input[Union[str, 'AssociationType']]):
|
|
64
|
-
pulumi.set(self, "association_type", value)
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter(name="resourceGroupName")
|
|
68
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
69
|
-
"""
|
|
70
|
-
The name of the resource group. The name is case insensitive.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "resource_group_name")
|
|
73
|
-
|
|
74
|
-
@resource_group_name.setter
|
|
75
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
76
|
-
pulumi.set(self, "resource_group_name", value)
|
|
77
|
-
|
|
78
|
-
@property
|
|
79
|
-
@pulumi.getter(name="trafficControllerName")
|
|
80
|
-
def traffic_controller_name(self) -> pulumi.Input[str]:
|
|
81
|
-
"""
|
|
82
|
-
traffic controller name for path
|
|
83
|
-
"""
|
|
84
|
-
return pulumi.get(self, "traffic_controller_name")
|
|
85
|
-
|
|
86
|
-
@traffic_controller_name.setter
|
|
87
|
-
def traffic_controller_name(self, value: pulumi.Input[str]):
|
|
88
|
-
pulumi.set(self, "traffic_controller_name", value)
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter(name="associationName")
|
|
92
|
-
def association_name(self) -> Optional[pulumi.Input[str]]:
|
|
93
|
-
"""
|
|
94
|
-
Name of Association
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "association_name")
|
|
97
|
-
|
|
98
|
-
@association_name.setter
|
|
99
|
-
def association_name(self, value: Optional[pulumi.Input[str]]):
|
|
100
|
-
pulumi.set(self, "association_name", value)
|
|
101
|
-
|
|
102
|
-
@property
|
|
103
|
-
@pulumi.getter
|
|
104
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
105
|
-
"""
|
|
106
|
-
The geo-location where the resource lives
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "location")
|
|
109
|
-
|
|
110
|
-
@location.setter
|
|
111
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
112
|
-
pulumi.set(self, "location", value)
|
|
113
|
-
|
|
114
|
-
@property
|
|
115
|
-
@pulumi.getter
|
|
116
|
-
def subnet(self) -> Optional[pulumi.Input['AssociationSubnetArgs']]:
|
|
117
|
-
"""
|
|
118
|
-
Association Subnet
|
|
119
|
-
"""
|
|
120
|
-
return pulumi.get(self, "subnet")
|
|
121
|
-
|
|
122
|
-
@subnet.setter
|
|
123
|
-
def subnet(self, value: Optional[pulumi.Input['AssociationSubnetArgs']]):
|
|
124
|
-
pulumi.set(self, "subnet", value)
|
|
125
|
-
|
|
126
|
-
@property
|
|
127
|
-
@pulumi.getter
|
|
128
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
129
|
-
"""
|
|
130
|
-
Resource tags.
|
|
131
|
-
"""
|
|
132
|
-
return pulumi.get(self, "tags")
|
|
133
|
-
|
|
134
|
-
@tags.setter
|
|
135
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
136
|
-
pulumi.set(self, "tags", value)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
class AssociationsInterface(pulumi.CustomResource):
|
|
140
|
-
@overload
|
|
141
|
-
def __init__(__self__,
|
|
142
|
-
resource_name: str,
|
|
143
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
144
|
-
association_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
-
association_type: Optional[pulumi.Input[Union[str, 'AssociationType']]] = None,
|
|
146
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
147
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
148
|
-
subnet: Optional[pulumi.Input[Union['AssociationSubnetArgs', 'AssociationSubnetArgsDict']]] = None,
|
|
149
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
150
|
-
traffic_controller_name: Optional[pulumi.Input[str]] = None,
|
|
151
|
-
__props__=None):
|
|
152
|
-
"""
|
|
153
|
-
Association Subresource of Traffic Controller
|
|
154
|
-
|
|
155
|
-
:param str resource_name: The name of the resource.
|
|
156
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
157
|
-
:param pulumi.Input[str] association_name: Name of Association
|
|
158
|
-
:param pulumi.Input[Union[str, 'AssociationType']] association_type: Association Type
|
|
159
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
160
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
161
|
-
:param pulumi.Input[Union['AssociationSubnetArgs', 'AssociationSubnetArgsDict']] subnet: Association Subnet
|
|
162
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
163
|
-
:param pulumi.Input[str] traffic_controller_name: traffic controller name for path
|
|
164
|
-
"""
|
|
165
|
-
...
|
|
166
|
-
@overload
|
|
167
|
-
def __init__(__self__,
|
|
168
|
-
resource_name: str,
|
|
169
|
-
args: AssociationsInterfaceArgs,
|
|
170
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
171
|
-
"""
|
|
172
|
-
Association Subresource of Traffic Controller
|
|
173
|
-
|
|
174
|
-
:param str resource_name: The name of the resource.
|
|
175
|
-
:param AssociationsInterfaceArgs args: The arguments to use to populate this resource's properties.
|
|
176
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
177
|
-
"""
|
|
178
|
-
...
|
|
179
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
180
|
-
resource_args, opts = _utilities.get_resource_args_opts(AssociationsInterfaceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
181
|
-
if resource_args is not None:
|
|
182
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
183
|
-
else:
|
|
184
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
185
|
-
|
|
186
|
-
def _internal_init(__self__,
|
|
187
|
-
resource_name: str,
|
|
188
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
189
|
-
association_name: Optional[pulumi.Input[str]] = None,
|
|
190
|
-
association_type: Optional[pulumi.Input[Union[str, 'AssociationType']]] = None,
|
|
191
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
-
subnet: Optional[pulumi.Input[Union['AssociationSubnetArgs', 'AssociationSubnetArgsDict']]] = None,
|
|
194
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
195
|
-
traffic_controller_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
-
__props__=None):
|
|
197
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
198
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
199
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
200
|
-
if opts.id is None:
|
|
201
|
-
if __props__ is not None:
|
|
202
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
203
|
-
__props__ = AssociationsInterfaceArgs.__new__(AssociationsInterfaceArgs)
|
|
204
|
-
|
|
205
|
-
__props__.__dict__["association_name"] = association_name
|
|
206
|
-
if association_type is None and not opts.urn:
|
|
207
|
-
raise TypeError("Missing required property 'association_type'")
|
|
208
|
-
__props__.__dict__["association_type"] = association_type
|
|
209
|
-
__props__.__dict__["location"] = location
|
|
210
|
-
if resource_group_name is None and not opts.urn:
|
|
211
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
212
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
213
|
-
__props__.__dict__["subnet"] = subnet
|
|
214
|
-
__props__.__dict__["tags"] = tags
|
|
215
|
-
if traffic_controller_name is None and not opts.urn:
|
|
216
|
-
raise TypeError("Missing required property 'traffic_controller_name'")
|
|
217
|
-
__props__.__dict__["traffic_controller_name"] = traffic_controller_name
|
|
218
|
-
__props__.__dict__["name"] = None
|
|
219
|
-
__props__.__dict__["provisioning_state"] = None
|
|
220
|
-
__props__.__dict__["system_data"] = None
|
|
221
|
-
__props__.__dict__["type"] = None
|
|
222
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface")])
|
|
223
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
224
|
-
super(AssociationsInterface, __self__).__init__(
|
|
225
|
-
'azure-native:servicenetworking/v20250101:AssociationsInterface',
|
|
226
|
-
resource_name,
|
|
227
|
-
__props__,
|
|
228
|
-
opts)
|
|
229
|
-
|
|
230
|
-
@staticmethod
|
|
231
|
-
def get(resource_name: str,
|
|
232
|
-
id: pulumi.Input[str],
|
|
233
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'AssociationsInterface':
|
|
234
|
-
"""
|
|
235
|
-
Get an existing AssociationsInterface resource's state with the given name, id, and optional extra
|
|
236
|
-
properties used to qualify the lookup.
|
|
237
|
-
|
|
238
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
239
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
240
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
241
|
-
"""
|
|
242
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
243
|
-
|
|
244
|
-
__props__ = AssociationsInterfaceArgs.__new__(AssociationsInterfaceArgs)
|
|
245
|
-
|
|
246
|
-
__props__.__dict__["association_type"] = None
|
|
247
|
-
__props__.__dict__["location"] = None
|
|
248
|
-
__props__.__dict__["name"] = None
|
|
249
|
-
__props__.__dict__["provisioning_state"] = None
|
|
250
|
-
__props__.__dict__["subnet"] = None
|
|
251
|
-
__props__.__dict__["system_data"] = None
|
|
252
|
-
__props__.__dict__["tags"] = None
|
|
253
|
-
__props__.__dict__["type"] = None
|
|
254
|
-
return AssociationsInterface(resource_name, opts=opts, __props__=__props__)
|
|
255
|
-
|
|
256
|
-
@property
|
|
257
|
-
@pulumi.getter(name="associationType")
|
|
258
|
-
def association_type(self) -> pulumi.Output[str]:
|
|
259
|
-
"""
|
|
260
|
-
Association Type
|
|
261
|
-
"""
|
|
262
|
-
return pulumi.get(self, "association_type")
|
|
263
|
-
|
|
264
|
-
@property
|
|
265
|
-
@pulumi.getter
|
|
266
|
-
def location(self) -> pulumi.Output[str]:
|
|
267
|
-
"""
|
|
268
|
-
The geo-location where the resource lives
|
|
269
|
-
"""
|
|
270
|
-
return pulumi.get(self, "location")
|
|
271
|
-
|
|
272
|
-
@property
|
|
273
|
-
@pulumi.getter
|
|
274
|
-
def name(self) -> pulumi.Output[str]:
|
|
275
|
-
"""
|
|
276
|
-
The name of the resource
|
|
277
|
-
"""
|
|
278
|
-
return pulumi.get(self, "name")
|
|
279
|
-
|
|
280
|
-
@property
|
|
281
|
-
@pulumi.getter(name="provisioningState")
|
|
282
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
283
|
-
"""
|
|
284
|
-
Provisioning State of Traffic Controller Association Resource
|
|
285
|
-
"""
|
|
286
|
-
return pulumi.get(self, "provisioning_state")
|
|
287
|
-
|
|
288
|
-
@property
|
|
289
|
-
@pulumi.getter
|
|
290
|
-
def subnet(self) -> pulumi.Output[Optional['outputs.AssociationSubnetResponse']]:
|
|
291
|
-
"""
|
|
292
|
-
Association Subnet
|
|
293
|
-
"""
|
|
294
|
-
return pulumi.get(self, "subnet")
|
|
295
|
-
|
|
296
|
-
@property
|
|
297
|
-
@pulumi.getter(name="systemData")
|
|
298
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
299
|
-
"""
|
|
300
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
301
|
-
"""
|
|
302
|
-
return pulumi.get(self, "system_data")
|
|
303
|
-
|
|
304
|
-
@property
|
|
305
|
-
@pulumi.getter
|
|
306
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
307
|
-
"""
|
|
308
|
-
Resource tags.
|
|
309
|
-
"""
|
|
310
|
-
return pulumi.get(self, "tags")
|
|
311
|
-
|
|
312
|
-
@property
|
|
313
|
-
@pulumi.getter
|
|
314
|
-
def type(self) -> pulumi.Output[str]:
|
|
315
|
-
"""
|
|
316
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
317
|
-
"""
|
|
318
|
-
return pulumi.get(self, "type")
|
|
319
|
-
|
|
@@ -1,268 +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__ = ['FrontendsInterfaceArgs', 'FrontendsInterface']
|
|
19
|
-
|
|
20
|
-
@pulumi.input_type
|
|
21
|
-
class FrontendsInterfaceArgs:
|
|
22
|
-
def __init__(__self__, *,
|
|
23
|
-
resource_group_name: pulumi.Input[str],
|
|
24
|
-
traffic_controller_name: pulumi.Input[str],
|
|
25
|
-
frontend_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
28
|
-
"""
|
|
29
|
-
The set of arguments for constructing a FrontendsInterface resource.
|
|
30
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
31
|
-
:param pulumi.Input[str] traffic_controller_name: traffic controller name for path
|
|
32
|
-
:param pulumi.Input[str] frontend_name: Frontends
|
|
33
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
34
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
35
|
-
"""
|
|
36
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
37
|
-
pulumi.set(__self__, "traffic_controller_name", traffic_controller_name)
|
|
38
|
-
if frontend_name is not None:
|
|
39
|
-
pulumi.set(__self__, "frontend_name", frontend_name)
|
|
40
|
-
if location is not None:
|
|
41
|
-
pulumi.set(__self__, "location", location)
|
|
42
|
-
if tags is not None:
|
|
43
|
-
pulumi.set(__self__, "tags", tags)
|
|
44
|
-
|
|
45
|
-
@property
|
|
46
|
-
@pulumi.getter(name="resourceGroupName")
|
|
47
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
48
|
-
"""
|
|
49
|
-
The name of the resource group. The name is case insensitive.
|
|
50
|
-
"""
|
|
51
|
-
return pulumi.get(self, "resource_group_name")
|
|
52
|
-
|
|
53
|
-
@resource_group_name.setter
|
|
54
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
55
|
-
pulumi.set(self, "resource_group_name", value)
|
|
56
|
-
|
|
57
|
-
@property
|
|
58
|
-
@pulumi.getter(name="trafficControllerName")
|
|
59
|
-
def traffic_controller_name(self) -> pulumi.Input[str]:
|
|
60
|
-
"""
|
|
61
|
-
traffic controller name for path
|
|
62
|
-
"""
|
|
63
|
-
return pulumi.get(self, "traffic_controller_name")
|
|
64
|
-
|
|
65
|
-
@traffic_controller_name.setter
|
|
66
|
-
def traffic_controller_name(self, value: pulumi.Input[str]):
|
|
67
|
-
pulumi.set(self, "traffic_controller_name", value)
|
|
68
|
-
|
|
69
|
-
@property
|
|
70
|
-
@pulumi.getter(name="frontendName")
|
|
71
|
-
def frontend_name(self) -> Optional[pulumi.Input[str]]:
|
|
72
|
-
"""
|
|
73
|
-
Frontends
|
|
74
|
-
"""
|
|
75
|
-
return pulumi.get(self, "frontend_name")
|
|
76
|
-
|
|
77
|
-
@frontend_name.setter
|
|
78
|
-
def frontend_name(self, value: Optional[pulumi.Input[str]]):
|
|
79
|
-
pulumi.set(self, "frontend_name", value)
|
|
80
|
-
|
|
81
|
-
@property
|
|
82
|
-
@pulumi.getter
|
|
83
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
-
"""
|
|
85
|
-
The geo-location where the resource lives
|
|
86
|
-
"""
|
|
87
|
-
return pulumi.get(self, "location")
|
|
88
|
-
|
|
89
|
-
@location.setter
|
|
90
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
-
pulumi.set(self, "location", value)
|
|
92
|
-
|
|
93
|
-
@property
|
|
94
|
-
@pulumi.getter
|
|
95
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
96
|
-
"""
|
|
97
|
-
Resource tags.
|
|
98
|
-
"""
|
|
99
|
-
return pulumi.get(self, "tags")
|
|
100
|
-
|
|
101
|
-
@tags.setter
|
|
102
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
103
|
-
pulumi.set(self, "tags", value)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
class FrontendsInterface(pulumi.CustomResource):
|
|
107
|
-
@overload
|
|
108
|
-
def __init__(__self__,
|
|
109
|
-
resource_name: str,
|
|
110
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
111
|
-
frontend_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
113
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
115
|
-
traffic_controller_name: Optional[pulumi.Input[str]] = None,
|
|
116
|
-
__props__=None):
|
|
117
|
-
"""
|
|
118
|
-
Frontend Sub Resource of Traffic Controller.
|
|
119
|
-
|
|
120
|
-
:param str resource_name: The name of the resource.
|
|
121
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
122
|
-
:param pulumi.Input[str] frontend_name: Frontends
|
|
123
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
124
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
125
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
126
|
-
:param pulumi.Input[str] traffic_controller_name: traffic controller name for path
|
|
127
|
-
"""
|
|
128
|
-
...
|
|
129
|
-
@overload
|
|
130
|
-
def __init__(__self__,
|
|
131
|
-
resource_name: str,
|
|
132
|
-
args: FrontendsInterfaceArgs,
|
|
133
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
134
|
-
"""
|
|
135
|
-
Frontend Sub Resource of Traffic Controller.
|
|
136
|
-
|
|
137
|
-
:param str resource_name: The name of the resource.
|
|
138
|
-
:param FrontendsInterfaceArgs args: The arguments to use to populate this resource's properties.
|
|
139
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
140
|
-
"""
|
|
141
|
-
...
|
|
142
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
143
|
-
resource_args, opts = _utilities.get_resource_args_opts(FrontendsInterfaceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
144
|
-
if resource_args is not None:
|
|
145
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
146
|
-
else:
|
|
147
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
148
|
-
|
|
149
|
-
def _internal_init(__self__,
|
|
150
|
-
resource_name: str,
|
|
151
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
152
|
-
frontend_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
154
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
155
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
156
|
-
traffic_controller_name: Optional[pulumi.Input[str]] = None,
|
|
157
|
-
__props__=None):
|
|
158
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
159
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
160
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
161
|
-
if opts.id is None:
|
|
162
|
-
if __props__ is not None:
|
|
163
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
164
|
-
__props__ = FrontendsInterfaceArgs.__new__(FrontendsInterfaceArgs)
|
|
165
|
-
|
|
166
|
-
__props__.__dict__["frontend_name"] = frontend_name
|
|
167
|
-
__props__.__dict__["location"] = location
|
|
168
|
-
if resource_group_name is None and not opts.urn:
|
|
169
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
170
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
171
|
-
__props__.__dict__["tags"] = tags
|
|
172
|
-
if traffic_controller_name is None and not opts.urn:
|
|
173
|
-
raise TypeError("Missing required property 'traffic_controller_name'")
|
|
174
|
-
__props__.__dict__["traffic_controller_name"] = traffic_controller_name
|
|
175
|
-
__props__.__dict__["fqdn"] = None
|
|
176
|
-
__props__.__dict__["name"] = None
|
|
177
|
-
__props__.__dict__["provisioning_state"] = None
|
|
178
|
-
__props__.__dict__["system_data"] = None
|
|
179
|
-
__props__.__dict__["type"] = None
|
|
180
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface")])
|
|
181
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
182
|
-
super(FrontendsInterface, __self__).__init__(
|
|
183
|
-
'azure-native:servicenetworking/v20250101:FrontendsInterface',
|
|
184
|
-
resource_name,
|
|
185
|
-
__props__,
|
|
186
|
-
opts)
|
|
187
|
-
|
|
188
|
-
@staticmethod
|
|
189
|
-
def get(resource_name: str,
|
|
190
|
-
id: pulumi.Input[str],
|
|
191
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'FrontendsInterface':
|
|
192
|
-
"""
|
|
193
|
-
Get an existing FrontendsInterface resource's state with the given name, id, and optional extra
|
|
194
|
-
properties used to qualify the lookup.
|
|
195
|
-
|
|
196
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
197
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
198
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
199
|
-
"""
|
|
200
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
201
|
-
|
|
202
|
-
__props__ = FrontendsInterfaceArgs.__new__(FrontendsInterfaceArgs)
|
|
203
|
-
|
|
204
|
-
__props__.__dict__["fqdn"] = None
|
|
205
|
-
__props__.__dict__["location"] = None
|
|
206
|
-
__props__.__dict__["name"] = None
|
|
207
|
-
__props__.__dict__["provisioning_state"] = None
|
|
208
|
-
__props__.__dict__["system_data"] = None
|
|
209
|
-
__props__.__dict__["tags"] = None
|
|
210
|
-
__props__.__dict__["type"] = None
|
|
211
|
-
return FrontendsInterface(resource_name, opts=opts, __props__=__props__)
|
|
212
|
-
|
|
213
|
-
@property
|
|
214
|
-
@pulumi.getter
|
|
215
|
-
def fqdn(self) -> pulumi.Output[str]:
|
|
216
|
-
"""
|
|
217
|
-
The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend.
|
|
218
|
-
"""
|
|
219
|
-
return pulumi.get(self, "fqdn")
|
|
220
|
-
|
|
221
|
-
@property
|
|
222
|
-
@pulumi.getter
|
|
223
|
-
def location(self) -> pulumi.Output[str]:
|
|
224
|
-
"""
|
|
225
|
-
The geo-location where the resource lives
|
|
226
|
-
"""
|
|
227
|
-
return pulumi.get(self, "location")
|
|
228
|
-
|
|
229
|
-
@property
|
|
230
|
-
@pulumi.getter
|
|
231
|
-
def name(self) -> pulumi.Output[str]:
|
|
232
|
-
"""
|
|
233
|
-
The name of the resource
|
|
234
|
-
"""
|
|
235
|
-
return pulumi.get(self, "name")
|
|
236
|
-
|
|
237
|
-
@property
|
|
238
|
-
@pulumi.getter(name="provisioningState")
|
|
239
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
240
|
-
"""
|
|
241
|
-
Provisioning State of Traffic Controller Frontend Resource
|
|
242
|
-
"""
|
|
243
|
-
return pulumi.get(self, "provisioning_state")
|
|
244
|
-
|
|
245
|
-
@property
|
|
246
|
-
@pulumi.getter(name="systemData")
|
|
247
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
248
|
-
"""
|
|
249
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
250
|
-
"""
|
|
251
|
-
return pulumi.get(self, "system_data")
|
|
252
|
-
|
|
253
|
-
@property
|
|
254
|
-
@pulumi.getter
|
|
255
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
256
|
-
"""
|
|
257
|
-
Resource tags.
|
|
258
|
-
"""
|
|
259
|
-
return pulumi.get(self, "tags")
|
|
260
|
-
|
|
261
|
-
@property
|
|
262
|
-
@pulumi.getter
|
|
263
|
-
def type(self) -> pulumi.Output[str]:
|
|
264
|
-
"""
|
|
265
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
266
|
-
"""
|
|
267
|
-
return pulumi.get(self, "type")
|
|
268
|
-
|