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
@@ -0,0 +1,126 @@
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
+
17
+ __all__ = [
18
+ 'GetEmbeddedSecurityFeatureProfileResult',
19
+ 'AwaitableGetEmbeddedSecurityFeatureProfileResult',
20
+ 'get_embedded_security_feature_profile',
21
+ 'get_embedded_security_feature_profile_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetEmbeddedSecurityFeatureProfileResult:
26
+ """
27
+ A collection of values returned by getEmbeddedSecurityFeatureProfile.
28
+ """
29
+ def __init__(__self__, description=None, id=None, name=None):
30
+ if description and not isinstance(description, str):
31
+ raise TypeError("Expected argument 'description' to be a str")
32
+ pulumi.set(__self__, "description", description)
33
+ if id and not isinstance(id, str):
34
+ raise TypeError("Expected argument 'id' to be a str")
35
+ pulumi.set(__self__, "id", id)
36
+ if name and not isinstance(name, str):
37
+ raise TypeError("Expected argument 'name' to be a str")
38
+ pulumi.set(__self__, "name", name)
39
+
40
+ @property
41
+ @pulumi.getter
42
+ def description(self) -> str:
43
+ """
44
+ Description
45
+ """
46
+ return pulumi.get(self, "description")
47
+
48
+ @property
49
+ @pulumi.getter
50
+ def id(self) -> str:
51
+ """
52
+ The id of the object
53
+ """
54
+ return pulumi.get(self, "id")
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def name(self) -> str:
59
+ """
60
+ The name of the embedded security feature profile
61
+ """
62
+ return pulumi.get(self, "name")
63
+
64
+
65
+ class AwaitableGetEmbeddedSecurityFeatureProfileResult(GetEmbeddedSecurityFeatureProfileResult):
66
+ # pylint: disable=using-constant-test
67
+ def __await__(self):
68
+ if False:
69
+ yield self
70
+ return GetEmbeddedSecurityFeatureProfileResult(
71
+ description=self.description,
72
+ id=self.id,
73
+ name=self.name)
74
+
75
+
76
+ def get_embedded_security_feature_profile(id: Optional[str] = None,
77
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEmbeddedSecurityFeatureProfileResult:
78
+ """
79
+ This data source can read the Embedded Security Feature Profile .
80
+
81
+ ## Example Usage
82
+
83
+ ```python
84
+ import pulumi
85
+ import pulumi_sdwan as sdwan
86
+
87
+ example = sdwan.get_embedded_security_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
88
+ ```
89
+
90
+
91
+ :param str id: The id of the object
92
+ """
93
+ __args__ = dict()
94
+ __args__['id'] = id
95
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
96
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getEmbeddedSecurityFeatureProfile:getEmbeddedSecurityFeatureProfile', __args__, opts=opts, typ=GetEmbeddedSecurityFeatureProfileResult).value
97
+
98
+ return AwaitableGetEmbeddedSecurityFeatureProfileResult(
99
+ description=pulumi.get(__ret__, 'description'),
100
+ id=pulumi.get(__ret__, 'id'),
101
+ name=pulumi.get(__ret__, 'name'))
102
+ def get_embedded_security_feature_profile_output(id: Optional[pulumi.Input[str]] = None,
103
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEmbeddedSecurityFeatureProfileResult]:
104
+ """
105
+ This data source can read the Embedded Security Feature Profile .
106
+
107
+ ## Example Usage
108
+
109
+ ```python
110
+ import pulumi
111
+ import pulumi_sdwan as sdwan
112
+
113
+ example = sdwan.get_embedded_security_feature_profile(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
114
+ ```
115
+
116
+
117
+ :param str id: The id of the object
118
+ """
119
+ __args__ = dict()
120
+ __args__['id'] = id
121
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getEmbeddedSecurityFeatureProfile:getEmbeddedSecurityFeatureProfile', __args__, opts=opts, typ=GetEmbeddedSecurityFeatureProfileResult)
123
+ return __ret__.apply(lambda __response__: GetEmbeddedSecurityFeatureProfileResult(
124
+ description=pulumi.get(__response__, 'description'),
125
+ id=pulumi.get(__response__, 'id'),
126
+ name=pulumi.get(__response__, 'name')))
@@ -0,0 +1,177 @@
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
+
18
+ __all__ = [
19
+ 'GetPolicyObjectAppProbeClassResult',
20
+ 'AwaitableGetPolicyObjectAppProbeClassResult',
21
+ 'get_policy_object_app_probe_class',
22
+ 'get_policy_object_app_probe_class_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetPolicyObjectAppProbeClassResult:
27
+ """
28
+ A collection of values returned by getPolicyObjectAppProbeClass.
29
+ """
30
+ def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
31
+ if description and not isinstance(description, str):
32
+ raise TypeError("Expected argument 'description' to be a str")
33
+ pulumi.set(__self__, "description", description)
34
+ if entries and not isinstance(entries, list):
35
+ raise TypeError("Expected argument 'entries' to be a list")
36
+ pulumi.set(__self__, "entries", entries)
37
+ if feature_profile_id and not isinstance(feature_profile_id, str):
38
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
39
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
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 name and not isinstance(name, str):
44
+ raise TypeError("Expected argument 'name' to be a str")
45
+ pulumi.set(__self__, "name", name)
46
+ if version and not isinstance(version, int):
47
+ raise TypeError("Expected argument 'version' to be a int")
48
+ pulumi.set(__self__, "version", version)
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def description(self) -> str:
53
+ """
54
+ The description of the Policy_object
55
+ """
56
+ return pulumi.get(self, "description")
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def entries(self) -> Sequence['outputs.GetPolicyObjectAppProbeClassEntryResult']:
61
+ """
62
+ App Probe List
63
+ """
64
+ return pulumi.get(self, "entries")
65
+
66
+ @property
67
+ @pulumi.getter(name="featureProfileId")
68
+ def feature_profile_id(self) -> str:
69
+ """
70
+ Feature Profile ID
71
+ """
72
+ return pulumi.get(self, "feature_profile_id")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def id(self) -> str:
77
+ """
78
+ The id of the Policy_object
79
+ """
80
+ return pulumi.get(self, "id")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def name(self) -> str:
85
+ """
86
+ The name of the Policy_object
87
+ """
88
+ return pulumi.get(self, "name")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def version(self) -> int:
93
+ """
94
+ The version of the Policy_object
95
+ """
96
+ return pulumi.get(self, "version")
97
+
98
+
99
+ class AwaitableGetPolicyObjectAppProbeClassResult(GetPolicyObjectAppProbeClassResult):
100
+ # pylint: disable=using-constant-test
101
+ def __await__(self):
102
+ if False:
103
+ yield self
104
+ return GetPolicyObjectAppProbeClassResult(
105
+ description=self.description,
106
+ entries=self.entries,
107
+ feature_profile_id=self.feature_profile_id,
108
+ id=self.id,
109
+ name=self.name,
110
+ version=self.version)
111
+
112
+
113
+ def get_policy_object_app_probe_class(feature_profile_id: Optional[str] = None,
114
+ id: Optional[str] = None,
115
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectAppProbeClassResult:
116
+ """
117
+ This data source can read the Policy Object App Probe Class Policy_object.
118
+
119
+ ## Example Usage
120
+
121
+ ```python
122
+ import pulumi
123
+ import pulumi_sdwan as sdwan
124
+
125
+ example = sdwan.get_policy_object_app_probe_class(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
126
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
127
+ ```
128
+
129
+
130
+ :param str feature_profile_id: Feature Profile ID
131
+ :param str id: The id of the Policy_object
132
+ """
133
+ __args__ = dict()
134
+ __args__['featureProfileId'] = feature_profile_id
135
+ __args__['id'] = id
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectAppProbeClass:getPolicyObjectAppProbeClass', __args__, opts=opts, typ=GetPolicyObjectAppProbeClassResult).value
138
+
139
+ return AwaitableGetPolicyObjectAppProbeClassResult(
140
+ description=pulumi.get(__ret__, 'description'),
141
+ entries=pulumi.get(__ret__, 'entries'),
142
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
143
+ id=pulumi.get(__ret__, 'id'),
144
+ name=pulumi.get(__ret__, 'name'),
145
+ version=pulumi.get(__ret__, 'version'))
146
+ def get_policy_object_app_probe_class_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
147
+ id: Optional[pulumi.Input[str]] = None,
148
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectAppProbeClassResult]:
149
+ """
150
+ This data source can read the Policy Object App Probe Class Policy_object.
151
+
152
+ ## Example Usage
153
+
154
+ ```python
155
+ import pulumi
156
+ import pulumi_sdwan as sdwan
157
+
158
+ example = sdwan.get_policy_object_app_probe_class(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
159
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
160
+ ```
161
+
162
+
163
+ :param str feature_profile_id: Feature Profile ID
164
+ :param str id: The id of the Policy_object
165
+ """
166
+ __args__ = dict()
167
+ __args__['featureProfileId'] = feature_profile_id
168
+ __args__['id'] = id
169
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectAppProbeClass:getPolicyObjectAppProbeClass', __args__, opts=opts, typ=GetPolicyObjectAppProbeClassResult)
171
+ return __ret__.apply(lambda __response__: GetPolicyObjectAppProbeClassResult(
172
+ description=pulumi.get(__response__, 'description'),
173
+ entries=pulumi.get(__response__, 'entries'),
174
+ feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
175
+ id=pulumi.get(__response__, 'id'),
176
+ name=pulumi.get(__response__, 'name'),
177
+ version=pulumi.get(__response__, 'version')))
@@ -0,0 +1,177 @@
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
+
18
+ __all__ = [
19
+ 'GetPolicyObjectApplicationListResult',
20
+ 'AwaitableGetPolicyObjectApplicationListResult',
21
+ 'get_policy_object_application_list',
22
+ 'get_policy_object_application_list_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetPolicyObjectApplicationListResult:
27
+ """
28
+ A collection of values returned by getPolicyObjectApplicationList.
29
+ """
30
+ def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
31
+ if description and not isinstance(description, str):
32
+ raise TypeError("Expected argument 'description' to be a str")
33
+ pulumi.set(__self__, "description", description)
34
+ if entries and not isinstance(entries, list):
35
+ raise TypeError("Expected argument 'entries' to be a list")
36
+ pulumi.set(__self__, "entries", entries)
37
+ if feature_profile_id and not isinstance(feature_profile_id, str):
38
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
39
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
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 name and not isinstance(name, str):
44
+ raise TypeError("Expected argument 'name' to be a str")
45
+ pulumi.set(__self__, "name", name)
46
+ if version and not isinstance(version, int):
47
+ raise TypeError("Expected argument 'version' to be a int")
48
+ pulumi.set(__self__, "version", version)
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def description(self) -> str:
53
+ """
54
+ The description of the Policy_object
55
+ """
56
+ return pulumi.get(self, "description")
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def entries(self) -> Sequence['outputs.GetPolicyObjectApplicationListEntryResult']:
61
+ """
62
+ Centralized Policy App List
63
+ """
64
+ return pulumi.get(self, "entries")
65
+
66
+ @property
67
+ @pulumi.getter(name="featureProfileId")
68
+ def feature_profile_id(self) -> str:
69
+ """
70
+ Feature Profile ID
71
+ """
72
+ return pulumi.get(self, "feature_profile_id")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def id(self) -> str:
77
+ """
78
+ The id of the Policy_object
79
+ """
80
+ return pulumi.get(self, "id")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def name(self) -> str:
85
+ """
86
+ The name of the Policy_object
87
+ """
88
+ return pulumi.get(self, "name")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def version(self) -> int:
93
+ """
94
+ The version of the Policy_object
95
+ """
96
+ return pulumi.get(self, "version")
97
+
98
+
99
+ class AwaitableGetPolicyObjectApplicationListResult(GetPolicyObjectApplicationListResult):
100
+ # pylint: disable=using-constant-test
101
+ def __await__(self):
102
+ if False:
103
+ yield self
104
+ return GetPolicyObjectApplicationListResult(
105
+ description=self.description,
106
+ entries=self.entries,
107
+ feature_profile_id=self.feature_profile_id,
108
+ id=self.id,
109
+ name=self.name,
110
+ version=self.version)
111
+
112
+
113
+ def get_policy_object_application_list(feature_profile_id: Optional[str] = None,
114
+ id: Optional[str] = None,
115
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectApplicationListResult:
116
+ """
117
+ This data source can read the Policy Object Application List Policy_object.
118
+
119
+ ## Example Usage
120
+
121
+ ```python
122
+ import pulumi
123
+ import pulumi_sdwan as sdwan
124
+
125
+ example = sdwan.get_policy_object_application_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
126
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
127
+ ```
128
+
129
+
130
+ :param str feature_profile_id: Feature Profile ID
131
+ :param str id: The id of the Policy_object
132
+ """
133
+ __args__ = dict()
134
+ __args__['featureProfileId'] = feature_profile_id
135
+ __args__['id'] = id
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectApplicationList:getPolicyObjectApplicationList', __args__, opts=opts, typ=GetPolicyObjectApplicationListResult).value
138
+
139
+ return AwaitableGetPolicyObjectApplicationListResult(
140
+ description=pulumi.get(__ret__, 'description'),
141
+ entries=pulumi.get(__ret__, 'entries'),
142
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
143
+ id=pulumi.get(__ret__, 'id'),
144
+ name=pulumi.get(__ret__, 'name'),
145
+ version=pulumi.get(__ret__, 'version'))
146
+ def get_policy_object_application_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
147
+ id: Optional[pulumi.Input[str]] = None,
148
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectApplicationListResult]:
149
+ """
150
+ This data source can read the Policy Object Application List Policy_object.
151
+
152
+ ## Example Usage
153
+
154
+ ```python
155
+ import pulumi
156
+ import pulumi_sdwan as sdwan
157
+
158
+ example = sdwan.get_policy_object_application_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
159
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
160
+ ```
161
+
162
+
163
+ :param str feature_profile_id: Feature Profile ID
164
+ :param str id: The id of the Policy_object
165
+ """
166
+ __args__ = dict()
167
+ __args__['featureProfileId'] = feature_profile_id
168
+ __args__['id'] = id
169
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectApplicationList:getPolicyObjectApplicationList', __args__, opts=opts, typ=GetPolicyObjectApplicationListResult)
171
+ return __ret__.apply(lambda __response__: GetPolicyObjectApplicationListResult(
172
+ description=pulumi.get(__response__, 'description'),
173
+ entries=pulumi.get(__response__, 'entries'),
174
+ feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
175
+ id=pulumi.get(__response__, 'id'),
176
+ name=pulumi.get(__response__, 'name'),
177
+ version=pulumi.get(__response__, 'version')))
@@ -0,0 +1,191 @@
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
+
18
+ __all__ = [
19
+ 'GetPolicyObjectAsPathListResult',
20
+ 'AwaitableGetPolicyObjectAsPathListResult',
21
+ 'get_policy_object_as_path_list',
22
+ 'get_policy_object_as_path_list_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetPolicyObjectAsPathListResult:
27
+ """
28
+ A collection of values returned by getPolicyObjectAsPathList.
29
+ """
30
+ def __init__(__self__, as_path_list_id=None, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
31
+ if as_path_list_id and not isinstance(as_path_list_id, int):
32
+ raise TypeError("Expected argument 'as_path_list_id' to be a int")
33
+ pulumi.set(__self__, "as_path_list_id", as_path_list_id)
34
+ if description and not isinstance(description, str):
35
+ raise TypeError("Expected argument 'description' to be a str")
36
+ pulumi.set(__self__, "description", description)
37
+ if entries and not isinstance(entries, list):
38
+ raise TypeError("Expected argument 'entries' to be a list")
39
+ pulumi.set(__self__, "entries", entries)
40
+ if feature_profile_id and not isinstance(feature_profile_id, str):
41
+ raise TypeError("Expected argument 'feature_profile_id' to be a str")
42
+ pulumi.set(__self__, "feature_profile_id", feature_profile_id)
43
+ if id and not isinstance(id, str):
44
+ raise TypeError("Expected argument 'id' to be a str")
45
+ pulumi.set(__self__, "id", id)
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 version and not isinstance(version, int):
50
+ raise TypeError("Expected argument 'version' to be a int")
51
+ pulumi.set(__self__, "version", version)
52
+
53
+ @property
54
+ @pulumi.getter(name="asPathListId")
55
+ def as_path_list_id(self) -> int:
56
+ """
57
+ As path List Number
58
+ """
59
+ return pulumi.get(self, "as_path_list_id")
60
+
61
+ @property
62
+ @pulumi.getter
63
+ def description(self) -> str:
64
+ """
65
+ The description of the Policy_object
66
+ """
67
+ return pulumi.get(self, "description")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def entries(self) -> Sequence['outputs.GetPolicyObjectAsPathListEntryResult']:
72
+ """
73
+ AS Path List
74
+ """
75
+ return pulumi.get(self, "entries")
76
+
77
+ @property
78
+ @pulumi.getter(name="featureProfileId")
79
+ def feature_profile_id(self) -> str:
80
+ """
81
+ Feature Profile ID
82
+ """
83
+ return pulumi.get(self, "feature_profile_id")
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def id(self) -> str:
88
+ """
89
+ The id of the Policy_object
90
+ """
91
+ return pulumi.get(self, "id")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def name(self) -> str:
96
+ """
97
+ The name of the Policy_object
98
+ """
99
+ return pulumi.get(self, "name")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def version(self) -> int:
104
+ """
105
+ The version of the Policy_object
106
+ """
107
+ return pulumi.get(self, "version")
108
+
109
+
110
+ class AwaitableGetPolicyObjectAsPathListResult(GetPolicyObjectAsPathListResult):
111
+ # pylint: disable=using-constant-test
112
+ def __await__(self):
113
+ if False:
114
+ yield self
115
+ return GetPolicyObjectAsPathListResult(
116
+ as_path_list_id=self.as_path_list_id,
117
+ description=self.description,
118
+ entries=self.entries,
119
+ feature_profile_id=self.feature_profile_id,
120
+ id=self.id,
121
+ name=self.name,
122
+ version=self.version)
123
+
124
+
125
+ def get_policy_object_as_path_list(feature_profile_id: Optional[str] = None,
126
+ id: Optional[str] = None,
127
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectAsPathListResult:
128
+ """
129
+ This data source can read the Policy Object AS Path List Policy_object.
130
+
131
+ ## Example Usage
132
+
133
+ ```python
134
+ import pulumi
135
+ import pulumi_sdwan as sdwan
136
+
137
+ example = sdwan.get_policy_object_as_path_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
138
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
139
+ ```
140
+
141
+
142
+ :param str feature_profile_id: Feature Profile ID
143
+ :param str id: The id of the Policy_object
144
+ """
145
+ __args__ = dict()
146
+ __args__['featureProfileId'] = feature_profile_id
147
+ __args__['id'] = id
148
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
149
+ __ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectAsPathList:getPolicyObjectAsPathList', __args__, opts=opts, typ=GetPolicyObjectAsPathListResult).value
150
+
151
+ return AwaitableGetPolicyObjectAsPathListResult(
152
+ as_path_list_id=pulumi.get(__ret__, 'as_path_list_id'),
153
+ description=pulumi.get(__ret__, 'description'),
154
+ entries=pulumi.get(__ret__, 'entries'),
155
+ feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
156
+ id=pulumi.get(__ret__, 'id'),
157
+ name=pulumi.get(__ret__, 'name'),
158
+ version=pulumi.get(__ret__, 'version'))
159
+ def get_policy_object_as_path_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
160
+ id: Optional[pulumi.Input[str]] = None,
161
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectAsPathListResult]:
162
+ """
163
+ This data source can read the Policy Object AS Path List Policy_object.
164
+
165
+ ## Example Usage
166
+
167
+ ```python
168
+ import pulumi
169
+ import pulumi_sdwan as sdwan
170
+
171
+ example = sdwan.get_policy_object_as_path_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
172
+ feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
173
+ ```
174
+
175
+
176
+ :param str feature_profile_id: Feature Profile ID
177
+ :param str id: The id of the Policy_object
178
+ """
179
+ __args__ = dict()
180
+ __args__['featureProfileId'] = feature_profile_id
181
+ __args__['id'] = id
182
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
183
+ __ret__ = pulumi.runtime.invoke_output('sdwan:index/getPolicyObjectAsPathList:getPolicyObjectAsPathList', __args__, opts=opts, typ=GetPolicyObjectAsPathListResult)
184
+ return __ret__.apply(lambda __response__: GetPolicyObjectAsPathListResult(
185
+ as_path_list_id=pulumi.get(__response__, 'as_path_list_id'),
186
+ description=pulumi.get(__response__, 'description'),
187
+ entries=pulumi.get(__response__, 'entries'),
188
+ feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
189
+ id=pulumi.get(__response__, 'id'),
190
+ name=pulumi.get(__response__, 'name'),
191
+ version=pulumi.get(__response__, 'version')))