pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.0a1730451699__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-sdwan might be problematic. Click here for more details.

Files changed (148) hide show
  1. pulumi_sdwan/__init__.py +300 -0
  2. pulumi_sdwan/_inputs.py +33470 -25249
  3. pulumi_sdwan/activate_centralized_policy.py +12 -0
  4. pulumi_sdwan/application_priority_feature_profile.py +2 -0
  5. pulumi_sdwan/application_priority_qos_policy.py +6 -2
  6. pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
  7. pulumi_sdwan/attach_feature_device_template.py +16 -0
  8. pulumi_sdwan/cli_feature_profile.py +2 -0
  9. pulumi_sdwan/config/__init__.pyi +5 -5
  10. pulumi_sdwan/config/vars.py +5 -5
  11. pulumi_sdwan/configuration_group.py +108 -0
  12. pulumi_sdwan/dns_security_feature_profile.py +234 -0
  13. pulumi_sdwan/embedded_security_feature_profile.py +234 -0
  14. pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
  15. pulumi_sdwan/get_configuration_group.py +29 -1
  16. pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
  17. pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
  18. pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
  19. pulumi_sdwan/get_policy_object_application_list.py +177 -0
  20. pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
  21. pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
  22. pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
  23. pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
  24. pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
  25. pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
  26. pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
  27. pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
  28. pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
  29. pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
  30. pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
  31. pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
  32. pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
  33. pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
  34. pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
  35. pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
  36. pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
  37. pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
  38. pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
  39. pulumi_sdwan/get_service_multicast_feature.py +513 -0
  40. pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
  41. pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
  42. pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
  43. pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
  44. pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
  45. pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
  46. pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
  47. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +29 -1
  48. pulumi_sdwan/other_feature_profile.py +2 -0
  49. pulumi_sdwan/other_thousandeyes_feature.py +6 -2
  50. pulumi_sdwan/other_ucse_feature.py +40 -38
  51. pulumi_sdwan/outputs.py +57639 -47055
  52. pulumi_sdwan/policy_object_app_probe_class.py +341 -0
  53. pulumi_sdwan/policy_object_application_list.py +371 -0
  54. pulumi_sdwan/policy_object_as_path_list.py +389 -0
  55. pulumi_sdwan/policy_object_class_map.py +6 -2
  56. pulumi_sdwan/policy_object_color_list.py +6 -2
  57. pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
  58. pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
  59. pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
  60. pulumi_sdwan/policy_object_extended_community_list.py +6 -2
  61. pulumi_sdwan/policy_object_feature_profile.py +2 -0
  62. pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
  63. pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
  64. pulumi_sdwan/policy_object_mirror.py +6 -2
  65. pulumi_sdwan/policy_object_policer.py +6 -2
  66. pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
  67. pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
  68. pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
  69. pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
  70. pulumi_sdwan/policy_object_security_identity_list.py +370 -0
  71. pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
  72. pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
  73. pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
  74. pulumi_sdwan/policy_object_security_port_list.py +371 -0
  75. pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
  76. pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
  77. pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
  78. pulumi_sdwan/policy_object_sla_class_list.py +341 -0
  79. pulumi_sdwan/policy_object_standard_community_list.py +341 -0
  80. pulumi_sdwan/policy_object_tloc_list.py +6 -2
  81. pulumi_sdwan/policy_object_vpn_group.py +371 -0
  82. pulumi_sdwan/provider.py +18 -18
  83. pulumi_sdwan/pulumi-plugin.json +1 -1
  84. pulumi_sdwan/service_feature_profile.py +2 -0
  85. pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
  86. pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
  87. pulumi_sdwan/service_lan_vpn_feature.py +6 -2
  88. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
  89. pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
  90. pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
  91. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +65 -64
  92. pulumi_sdwan/service_multicast_feature.py +1468 -0
  93. pulumi_sdwan/service_object_tracker_feature.py +6 -2
  94. pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
  95. pulumi_sdwan/service_route_policy_feature.py +6 -2
  96. pulumi_sdwan/service_routing_bgp_feature.py +6 -2
  97. pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
  98. pulumi_sdwan/service_routing_ospf_feature.py +6 -2
  99. pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
  100. pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
  101. pulumi_sdwan/service_switchport_feature.py +6 -2
  102. pulumi_sdwan/service_tracker_feature.py +6 -2
  103. pulumi_sdwan/service_tracker_group_feature.py +6 -2
  104. pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
  105. pulumi_sdwan/sig_security_feature_profile.py +234 -0
  106. pulumi_sdwan/system_aaa_feature.py +6 -2
  107. pulumi_sdwan/system_banner_feature.py +6 -2
  108. pulumi_sdwan/system_basic_feature.py +6 -2
  109. pulumi_sdwan/system_bfd_feature.py +6 -2
  110. pulumi_sdwan/system_feature_profile.py +2 -0
  111. pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
  112. pulumi_sdwan/system_global_feature.py +6 -2
  113. pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
  114. pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
  115. pulumi_sdwan/system_logging_feature.py +6 -2
  116. pulumi_sdwan/system_mrf_feature.py +6 -2
  117. pulumi_sdwan/system_ntp_feature.py +6 -2
  118. pulumi_sdwan/system_omp_feature.py +6 -2
  119. pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
  120. pulumi_sdwan/system_remote_access_feature.py +6 -2
  121. pulumi_sdwan/system_security_feature.py +6 -2
  122. pulumi_sdwan/system_snmp_feature.py +6 -2
  123. pulumi_sdwan/transport_feature_profile.py +2 -0
  124. pulumi_sdwan/transport_gps_feature.py +6 -2
  125. pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
  126. pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
  127. pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
  128. pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
  129. pulumi_sdwan/transport_management_vpn_feature.py +6 -2
  130. pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
  131. pulumi_sdwan/transport_route_policy_feature.py +6 -2
  132. pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
  133. pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
  134. pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
  135. pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
  136. pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
  137. pulumi_sdwan/transport_tracker_feature.py +6 -2
  138. pulumi_sdwan/transport_tracker_group_feature.py +6 -2
  139. pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
  140. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6 -2
  141. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +198 -86
  142. pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
  143. pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
  144. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +6 -2
  145. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/METADATA +1 -1
  146. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/RECORD +148 -88
  147. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/WHEEL +0 -0
  148. {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/top_level.txt +0 -0
@@ -192,8 +192,10 @@ class PolicyObjectTlocList(pulumi.CustomResource):
192
192
 
193
193
  ## Import
194
194
 
195
+ Expected import identifier with the format: "policy_object_tloc_list_id,feature_profile_id"
196
+
195
197
  ```sh
196
- $ pulumi import sdwan:index/policyObjectTlocList:PolicyObjectTlocList example "f6b2c44c-693c-4763-b010-895aa3d236bd"
198
+ $ pulumi import sdwan:index/policyObjectTlocList:PolicyObjectTlocList example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
197
199
  ```
198
200
 
199
201
  :param str resource_name: The name of the resource.
@@ -215,8 +217,10 @@ class PolicyObjectTlocList(pulumi.CustomResource):
215
217
 
216
218
  ## Import
217
219
 
220
+ Expected import identifier with the format: "policy_object_tloc_list_id,feature_profile_id"
221
+
218
222
  ```sh
219
- $ pulumi import sdwan:index/policyObjectTlocList:PolicyObjectTlocList example "f6b2c44c-693c-4763-b010-895aa3d236bd"
223
+ $ pulumi import sdwan:index/policyObjectTlocList:PolicyObjectTlocList example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
220
224
  ```
221
225
 
222
226
  :param str resource_name: The name of the resource.
@@ -0,0 +1,371 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 ._inputs import *
18
+
19
+ __all__ = ['PolicyObjectVpnGroupArgs', 'PolicyObjectVpnGroup']
20
+
21
+ @pulumi.input_type
22
+ class PolicyObjectVpnGroupArgs:
23
+ def __init__(__self__, *,
24
+ entries: pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]],
25
+ feature_profile_id: pulumi.Input[str],
26
+ description: Optional[pulumi.Input[str]] = None,
27
+ name: Optional[pulumi.Input[str]] = None):
28
+ """
29
+ The set of arguments for constructing a PolicyObjectVpnGroup resource.
30
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]] entries: VPN List
31
+ :param pulumi.Input[str] feature_profile_id: Feature Profile ID
32
+ :param pulumi.Input[str] description: The description of the Policy_object
33
+ :param pulumi.Input[str] name: The name of the Policy_object
34
+ """
35
+ pulumi.set(__self__, "entries", entries)
36
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
37
+ if description is not None:
38
+ pulumi.set(__self__, "description", description)
39
+ if name is not None:
40
+ pulumi.set(__self__, "name", name)
41
+
42
+ @property
43
+ @pulumi.getter
44
+ def entries(self) -> pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]]:
45
+ """
46
+ VPN List
47
+ """
48
+ return pulumi.get(self, "entries")
49
+
50
+ @entries.setter
51
+ def entries(self, value: pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]]):
52
+ pulumi.set(self, "entries", value)
53
+
54
+ @property
55
+ @pulumi.getter(name="featureProfileId")
56
+ def feature_profile_id(self) -> pulumi.Input[str]:
57
+ """
58
+ Feature Profile ID
59
+ """
60
+ return pulumi.get(self, "feature_profile_id")
61
+
62
+ @feature_profile_id.setter
63
+ def feature_profile_id(self, value: pulumi.Input[str]):
64
+ pulumi.set(self, "feature_profile_id", value)
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def description(self) -> Optional[pulumi.Input[str]]:
69
+ """
70
+ The description of the Policy_object
71
+ """
72
+ return pulumi.get(self, "description")
73
+
74
+ @description.setter
75
+ def description(self, value: Optional[pulumi.Input[str]]):
76
+ pulumi.set(self, "description", value)
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def name(self) -> Optional[pulumi.Input[str]]:
81
+ """
82
+ The name of the Policy_object
83
+ """
84
+ return pulumi.get(self, "name")
85
+
86
+ @name.setter
87
+ def name(self, value: Optional[pulumi.Input[str]]):
88
+ pulumi.set(self, "name", value)
89
+
90
+
91
+ @pulumi.input_type
92
+ class _PolicyObjectVpnGroupState:
93
+ def __init__(__self__, *,
94
+ description: Optional[pulumi.Input[str]] = None,
95
+ entries: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]]] = None,
96
+ feature_profile_id: Optional[pulumi.Input[str]] = None,
97
+ name: Optional[pulumi.Input[str]] = None,
98
+ version: Optional[pulumi.Input[int]] = None):
99
+ """
100
+ Input properties used for looking up and filtering PolicyObjectVpnGroup resources.
101
+ :param pulumi.Input[str] description: The description of the Policy_object
102
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]] entries: VPN List
103
+ :param pulumi.Input[str] feature_profile_id: Feature Profile ID
104
+ :param pulumi.Input[str] name: The name of the Policy_object
105
+ :param pulumi.Input[int] version: The version of the Policy_object
106
+ """
107
+ if description is not None:
108
+ pulumi.set(__self__, "description", description)
109
+ if entries is not None:
110
+ pulumi.set(__self__, "entries", entries)
111
+ if feature_profile_id is not None:
112
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
113
+ if name is not None:
114
+ pulumi.set(__self__, "name", name)
115
+ if version is not None:
116
+ pulumi.set(__self__, "version", version)
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def description(self) -> Optional[pulumi.Input[str]]:
121
+ """
122
+ The description of the Policy_object
123
+ """
124
+ return pulumi.get(self, "description")
125
+
126
+ @description.setter
127
+ def description(self, value: Optional[pulumi.Input[str]]):
128
+ pulumi.set(self, "description", value)
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]]]:
133
+ """
134
+ VPN List
135
+ """
136
+ return pulumi.get(self, "entries")
137
+
138
+ @entries.setter
139
+ def entries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyObjectVpnGroupEntryArgs']]]]):
140
+ pulumi.set(self, "entries", value)
141
+
142
+ @property
143
+ @pulumi.getter(name="featureProfileId")
144
+ def feature_profile_id(self) -> Optional[pulumi.Input[str]]:
145
+ """
146
+ Feature Profile ID
147
+ """
148
+ return pulumi.get(self, "feature_profile_id")
149
+
150
+ @feature_profile_id.setter
151
+ def feature_profile_id(self, value: Optional[pulumi.Input[str]]):
152
+ pulumi.set(self, "feature_profile_id", value)
153
+
154
+ @property
155
+ @pulumi.getter
156
+ def name(self) -> Optional[pulumi.Input[str]]:
157
+ """
158
+ The name of the Policy_object
159
+ """
160
+ return pulumi.get(self, "name")
161
+
162
+ @name.setter
163
+ def name(self, value: Optional[pulumi.Input[str]]):
164
+ pulumi.set(self, "name", value)
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def version(self) -> Optional[pulumi.Input[int]]:
169
+ """
170
+ The version of the Policy_object
171
+ """
172
+ return pulumi.get(self, "version")
173
+
174
+ @version.setter
175
+ def version(self, value: Optional[pulumi.Input[int]]):
176
+ pulumi.set(self, "version", value)
177
+
178
+
179
+ class PolicyObjectVpnGroup(pulumi.CustomResource):
180
+ @overload
181
+ def __init__(__self__,
182
+ resource_name: str,
183
+ opts: Optional[pulumi.ResourceOptions] = None,
184
+ description: Optional[pulumi.Input[str]] = None,
185
+ entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectVpnGroupEntryArgs', 'PolicyObjectVpnGroupEntryArgsDict']]]]] = None,
186
+ feature_profile_id: Optional[pulumi.Input[str]] = None,
187
+ name: Optional[pulumi.Input[str]] = None,
188
+ __props__=None):
189
+ """
190
+ This resource can manage a Policy Object VPN Group Policy_object.
191
+ - Minimum SD-WAN Manager version: `20.12.0`
192
+
193
+ ## Example Usage
194
+
195
+ ```python
196
+ import pulumi
197
+ import pulumi_sdwan as sdwan
198
+
199
+ example = sdwan.PolicyObjectVpnGroup("example",
200
+ name="Example",
201
+ description="My Example",
202
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
203
+ entries=[{
204
+ "vpn": 100,
205
+ }])
206
+ ```
207
+
208
+ ## Import
209
+
210
+ Expected import identifier with the format: "policy_object_vpn_group_id,feature_profile_id"
211
+
212
+ ```sh
213
+ $ pulumi import sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
214
+ ```
215
+
216
+ :param str resource_name: The name of the resource.
217
+ :param pulumi.ResourceOptions opts: Options for the resource.
218
+ :param pulumi.Input[str] description: The description of the Policy_object
219
+ :param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectVpnGroupEntryArgs', 'PolicyObjectVpnGroupEntryArgsDict']]]] entries: VPN List
220
+ :param pulumi.Input[str] feature_profile_id: Feature Profile ID
221
+ :param pulumi.Input[str] name: The name of the Policy_object
222
+ """
223
+ ...
224
+ @overload
225
+ def __init__(__self__,
226
+ resource_name: str,
227
+ args: PolicyObjectVpnGroupArgs,
228
+ opts: Optional[pulumi.ResourceOptions] = None):
229
+ """
230
+ This resource can manage a Policy Object VPN Group Policy_object.
231
+ - Minimum SD-WAN Manager version: `20.12.0`
232
+
233
+ ## Example Usage
234
+
235
+ ```python
236
+ import pulumi
237
+ import pulumi_sdwan as sdwan
238
+
239
+ example = sdwan.PolicyObjectVpnGroup("example",
240
+ name="Example",
241
+ description="My Example",
242
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
243
+ entries=[{
244
+ "vpn": 100,
245
+ }])
246
+ ```
247
+
248
+ ## Import
249
+
250
+ Expected import identifier with the format: "policy_object_vpn_group_id,feature_profile_id"
251
+
252
+ ```sh
253
+ $ pulumi import sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
254
+ ```
255
+
256
+ :param str resource_name: The name of the resource.
257
+ :param PolicyObjectVpnGroupArgs args: The arguments to use to populate this resource's properties.
258
+ :param pulumi.ResourceOptions opts: Options for the resource.
259
+ """
260
+ ...
261
+ def __init__(__self__, resource_name: str, *args, **kwargs):
262
+ resource_args, opts = _utilities.get_resource_args_opts(PolicyObjectVpnGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
263
+ if resource_args is not None:
264
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
265
+ else:
266
+ __self__._internal_init(resource_name, *args, **kwargs)
267
+
268
+ def _internal_init(__self__,
269
+ resource_name: str,
270
+ opts: Optional[pulumi.ResourceOptions] = None,
271
+ description: Optional[pulumi.Input[str]] = None,
272
+ entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectVpnGroupEntryArgs', 'PolicyObjectVpnGroupEntryArgsDict']]]]] = None,
273
+ feature_profile_id: Optional[pulumi.Input[str]] = None,
274
+ name: Optional[pulumi.Input[str]] = None,
275
+ __props__=None):
276
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
277
+ if not isinstance(opts, pulumi.ResourceOptions):
278
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
279
+ if opts.id is None:
280
+ if __props__ is not None:
281
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
282
+ __props__ = PolicyObjectVpnGroupArgs.__new__(PolicyObjectVpnGroupArgs)
283
+
284
+ __props__.__dict__["description"] = description
285
+ if entries is None and not opts.urn:
286
+ raise TypeError("Missing required property 'entries'")
287
+ __props__.__dict__["entries"] = entries
288
+ if feature_profile_id is None and not opts.urn:
289
+ raise TypeError("Missing required property 'feature_profile_id'")
290
+ __props__.__dict__["feature_profile_id"] = feature_profile_id
291
+ __props__.__dict__["name"] = name
292
+ __props__.__dict__["version"] = None
293
+ super(PolicyObjectVpnGroup, __self__).__init__(
294
+ 'sdwan:index/policyObjectVpnGroup:PolicyObjectVpnGroup',
295
+ resource_name,
296
+ __props__,
297
+ opts)
298
+
299
+ @staticmethod
300
+ def get(resource_name: str,
301
+ id: pulumi.Input[str],
302
+ opts: Optional[pulumi.ResourceOptions] = None,
303
+ description: Optional[pulumi.Input[str]] = None,
304
+ entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectVpnGroupEntryArgs', 'PolicyObjectVpnGroupEntryArgsDict']]]]] = None,
305
+ feature_profile_id: Optional[pulumi.Input[str]] = None,
306
+ name: Optional[pulumi.Input[str]] = None,
307
+ version: Optional[pulumi.Input[int]] = None) -> 'PolicyObjectVpnGroup':
308
+ """
309
+ Get an existing PolicyObjectVpnGroup resource's state with the given name, id, and optional extra
310
+ properties used to qualify the lookup.
311
+
312
+ :param str resource_name: The unique name of the resulting resource.
313
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
314
+ :param pulumi.ResourceOptions opts: Options for the resource.
315
+ :param pulumi.Input[str] description: The description of the Policy_object
316
+ :param pulumi.Input[Sequence[pulumi.Input[Union['PolicyObjectVpnGroupEntryArgs', 'PolicyObjectVpnGroupEntryArgsDict']]]] entries: VPN List
317
+ :param pulumi.Input[str] feature_profile_id: Feature Profile ID
318
+ :param pulumi.Input[str] name: The name of the Policy_object
319
+ :param pulumi.Input[int] version: The version of the Policy_object
320
+ """
321
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
322
+
323
+ __props__ = _PolicyObjectVpnGroupState.__new__(_PolicyObjectVpnGroupState)
324
+
325
+ __props__.__dict__["description"] = description
326
+ __props__.__dict__["entries"] = entries
327
+ __props__.__dict__["feature_profile_id"] = feature_profile_id
328
+ __props__.__dict__["name"] = name
329
+ __props__.__dict__["version"] = version
330
+ return PolicyObjectVpnGroup(resource_name, opts=opts, __props__=__props__)
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def description(self) -> pulumi.Output[Optional[str]]:
335
+ """
336
+ The description of the Policy_object
337
+ """
338
+ return pulumi.get(self, "description")
339
+
340
+ @property
341
+ @pulumi.getter
342
+ def entries(self) -> pulumi.Output[Sequence['outputs.PolicyObjectVpnGroupEntry']]:
343
+ """
344
+ VPN List
345
+ """
346
+ return pulumi.get(self, "entries")
347
+
348
+ @property
349
+ @pulumi.getter(name="featureProfileId")
350
+ def feature_profile_id(self) -> pulumi.Output[str]:
351
+ """
352
+ Feature Profile ID
353
+ """
354
+ return pulumi.get(self, "feature_profile_id")
355
+
356
+ @property
357
+ @pulumi.getter
358
+ def name(self) -> pulumi.Output[str]:
359
+ """
360
+ The name of the Policy_object
361
+ """
362
+ return pulumi.get(self, "name")
363
+
364
+ @property
365
+ @pulumi.getter
366
+ def version(self) -> pulumi.Output[int]:
367
+ """
368
+ The version of the Policy_object
369
+ """
370
+ return pulumi.get(self, "version")
371
+
pulumi_sdwan/provider.py CHANGED
@@ -26,11 +26,11 @@ class ProviderArgs:
26
26
  username: Optional[pulumi.Input[str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a Provider resource.
29
- :param pulumi.Input[bool] insecure: Allow insecure HTTPS client. This can also be set as the SDWAN_INSECURE environment variable. Defaults to `true`.
30
- :param pulumi.Input[str] password: Password for the SD-WAN Manager account. This can also be set as the SDWAN_PASSWORD environment variable.
31
- :param pulumi.Input[int] retries: Number of retries for REST API calls. This can also be set as the SDWAN_RETRIES environment variable. Defaults to `3`.
32
- :param pulumi.Input[str] url: URL of the Cisco SD-WAN Manager device. This can also be set as the SDWAN_URL environment variable.
33
- :param pulumi.Input[str] username: Username for the SD-WAN Manager account. This can also be set as the SDWAN_USERNAME environment variable.
29
+ :param pulumi.Input[bool] insecure: Allow insecure HTTPS client. This can also be set as the `SDWAN_INSECURE` environment variable. Defaults to `true`.
30
+ :param pulumi.Input[str] password: Password for the SD-WAN Manager account. This can also be set as the `SDWAN_PASSWORD` environment variable.
31
+ :param pulumi.Input[int] retries: Number of retries for REST API calls. This can also be set as the `SDWAN_RETRIES` environment variable. Defaults to `3`.
32
+ :param pulumi.Input[str] url: URL of the Cisco SD-WAN Manager device. This can also be set as the `SDWAN_URL` environment variable.
33
+ :param pulumi.Input[str] username: Username for the SD-WAN Manager account. This can also be set as the `SDWAN_USERNAME` environment variable.
34
34
  """
35
35
  if insecure is not None:
36
36
  pulumi.set(__self__, "insecure", insecure)
@@ -47,7 +47,7 @@ class ProviderArgs:
47
47
  @pulumi.getter
48
48
  def insecure(self) -> Optional[pulumi.Input[bool]]:
49
49
  """
50
- Allow insecure HTTPS client. This can also be set as the SDWAN_INSECURE environment variable. Defaults to `true`.
50
+ Allow insecure HTTPS client. This can also be set as the `SDWAN_INSECURE` environment variable. Defaults to `true`.
51
51
  """
52
52
  return pulumi.get(self, "insecure")
53
53
 
@@ -59,7 +59,7 @@ class ProviderArgs:
59
59
  @pulumi.getter
60
60
  def password(self) -> Optional[pulumi.Input[str]]:
61
61
  """
62
- Password for the SD-WAN Manager account. This can also be set as the SDWAN_PASSWORD environment variable.
62
+ Password for the SD-WAN Manager account. This can also be set as the `SDWAN_PASSWORD` environment variable.
63
63
  """
64
64
  return pulumi.get(self, "password")
65
65
 
@@ -71,7 +71,7 @@ class ProviderArgs:
71
71
  @pulumi.getter
72
72
  def retries(self) -> Optional[pulumi.Input[int]]:
73
73
  """
74
- Number of retries for REST API calls. This can also be set as the SDWAN_RETRIES environment variable. Defaults to `3`.
74
+ Number of retries for REST API calls. This can also be set as the `SDWAN_RETRIES` environment variable. Defaults to `3`.
75
75
  """
76
76
  return pulumi.get(self, "retries")
77
77
 
@@ -83,7 +83,7 @@ class ProviderArgs:
83
83
  @pulumi.getter
84
84
  def url(self) -> Optional[pulumi.Input[str]]:
85
85
  """
86
- URL of the Cisco SD-WAN Manager device. This can also be set as the SDWAN_URL environment variable.
86
+ URL of the Cisco SD-WAN Manager device. This can also be set as the `SDWAN_URL` environment variable.
87
87
  """
88
88
  return pulumi.get(self, "url")
89
89
 
@@ -95,7 +95,7 @@ class ProviderArgs:
95
95
  @pulumi.getter
96
96
  def username(self) -> Optional[pulumi.Input[str]]:
97
97
  """
98
- Username for the SD-WAN Manager account. This can also be set as the SDWAN_USERNAME environment variable.
98
+ Username for the SD-WAN Manager account. This can also be set as the `SDWAN_USERNAME` environment variable.
99
99
  """
100
100
  return pulumi.get(self, "username")
101
101
 
@@ -123,11 +123,11 @@ class Provider(pulumi.ProviderResource):
123
123
 
124
124
  :param str resource_name: The name of the resource.
125
125
  :param pulumi.ResourceOptions opts: Options for the resource.
126
- :param pulumi.Input[bool] insecure: Allow insecure HTTPS client. This can also be set as the SDWAN_INSECURE environment variable. Defaults to `true`.
127
- :param pulumi.Input[str] password: Password for the SD-WAN Manager account. This can also be set as the SDWAN_PASSWORD environment variable.
128
- :param pulumi.Input[int] retries: Number of retries for REST API calls. This can also be set as the SDWAN_RETRIES environment variable. Defaults to `3`.
129
- :param pulumi.Input[str] url: URL of the Cisco SD-WAN Manager device. This can also be set as the SDWAN_URL environment variable.
130
- :param pulumi.Input[str] username: Username for the SD-WAN Manager account. This can also be set as the SDWAN_USERNAME environment variable.
126
+ :param pulumi.Input[bool] insecure: Allow insecure HTTPS client. This can also be set as the `SDWAN_INSECURE` environment variable. Defaults to `true`.
127
+ :param pulumi.Input[str] password: Password for the SD-WAN Manager account. This can also be set as the `SDWAN_PASSWORD` environment variable.
128
+ :param pulumi.Input[int] retries: Number of retries for REST API calls. This can also be set as the `SDWAN_RETRIES` environment variable. Defaults to `3`.
129
+ :param pulumi.Input[str] url: URL of the Cisco SD-WAN Manager device. This can also be set as the `SDWAN_URL` environment variable.
130
+ :param pulumi.Input[str] username: Username for the SD-WAN Manager account. This can also be set as the `SDWAN_USERNAME` environment variable.
131
131
  """
132
132
  ...
133
133
  @overload
@@ -187,7 +187,7 @@ class Provider(pulumi.ProviderResource):
187
187
  @pulumi.getter
188
188
  def password(self) -> pulumi.Output[Optional[str]]:
189
189
  """
190
- Password for the SD-WAN Manager account. This can also be set as the SDWAN_PASSWORD environment variable.
190
+ Password for the SD-WAN Manager account. This can also be set as the `SDWAN_PASSWORD` environment variable.
191
191
  """
192
192
  return pulumi.get(self, "password")
193
193
 
@@ -195,7 +195,7 @@ class Provider(pulumi.ProviderResource):
195
195
  @pulumi.getter
196
196
  def url(self) -> pulumi.Output[Optional[str]]:
197
197
  """
198
- URL of the Cisco SD-WAN Manager device. This can also be set as the SDWAN_URL environment variable.
198
+ URL of the Cisco SD-WAN Manager device. This can also be set as the `SDWAN_URL` environment variable.
199
199
  """
200
200
  return pulumi.get(self, "url")
201
201
 
@@ -203,7 +203,7 @@ class Provider(pulumi.ProviderResource):
203
203
  @pulumi.getter
204
204
  def username(self) -> pulumi.Output[Optional[str]]:
205
205
  """
206
- Username for the SD-WAN Manager account. This can also be set as the SDWAN_USERNAME environment variable.
206
+ Username for the SD-WAN Manager account. This can also be set as the `SDWAN_USERNAME` environment variable.
207
207
  """
208
208
  return pulumi.get(self, "username")
209
209
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "sdwan",
4
- "version": "0.2.0-alpha.1730384781"
4
+ "version": "0.2.0-alpha.1730451699"
5
5
  }
@@ -105,6 +105,7 @@ class ServiceFeatureProfile(pulumi.CustomResource):
105
105
  __props__=None):
106
106
  """
107
107
  This resource can manage a Service Feature Profile .
108
+ - Minimum SD-WAN Manager version: `20.12.0`
108
109
 
109
110
  ## Example Usage
110
111
 
@@ -136,6 +137,7 @@ class ServiceFeatureProfile(pulumi.CustomResource):
136
137
  opts: Optional[pulumi.ResourceOptions] = None):
137
138
  """
138
139
  This resource can manage a Service Feature Profile .
140
+ - Minimum SD-WAN Manager version: `20.12.0`
139
141
 
140
142
  ## Example Usage
141
143