pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__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.
- pulumi_sdwan/__init__.py +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,90 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetPolicyObjectFeatureProfileResult',
|
|
14
|
+
'AwaitableGetPolicyObjectFeatureProfileResult',
|
|
15
|
+
'get_policy_object_feature_profile',
|
|
16
|
+
'get_policy_object_feature_profile_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetPolicyObjectFeatureProfileResult:
|
|
21
|
+
"""
|
|
22
|
+
A collection of values returned by getPolicyObjectFeatureProfile.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, description=None, id=None, name=None):
|
|
25
|
+
if description and not isinstance(description, str):
|
|
26
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
27
|
+
pulumi.set(__self__, "description", description)
|
|
28
|
+
if id and not isinstance(id, str):
|
|
29
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
30
|
+
pulumi.set(__self__, "id", id)
|
|
31
|
+
if name and not isinstance(name, str):
|
|
32
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
33
|
+
pulumi.set(__self__, "name", name)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def description(self) -> str:
|
|
38
|
+
"""
|
|
39
|
+
Description
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "description")
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def id(self) -> str:
|
|
46
|
+
"""
|
|
47
|
+
The id of the object
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "id")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def name(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The name of the policy object feature profile
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "name")
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
class AwaitableGetPolicyObjectFeatureProfileResult(GetPolicyObjectFeatureProfileResult):
|
|
61
|
+
# pylint: disable=using-constant-test
|
|
62
|
+
def __await__(self):
|
|
63
|
+
if False:
|
|
64
|
+
yield self
|
|
65
|
+
return GetPolicyObjectFeatureProfileResult(
|
|
66
|
+
description=self.description,
|
|
67
|
+
id=self.id,
|
|
68
|
+
name=self.name)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def get_policy_object_feature_profile(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectFeatureProfileResult:
|
|
72
|
+
"""
|
|
73
|
+
This data source can read the Policy Object Feature Profile .
|
|
74
|
+
"""
|
|
75
|
+
__args__ = dict()
|
|
76
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
77
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectFeatureProfile:getPolicyObjectFeatureProfile', __args__, opts=opts, typ=GetPolicyObjectFeatureProfileResult).value
|
|
78
|
+
|
|
79
|
+
return AwaitableGetPolicyObjectFeatureProfileResult(
|
|
80
|
+
description=pulumi.get(__ret__, 'description'),
|
|
81
|
+
id=pulumi.get(__ret__, 'id'),
|
|
82
|
+
name=pulumi.get(__ret__, 'name'))
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
@_utilities.lift_output_func(get_policy_object_feature_profile)
|
|
86
|
+
def get_policy_object_feature_profile_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectFeatureProfileResult]:
|
|
87
|
+
"""
|
|
88
|
+
This data source can read the Policy Object Feature Profile .
|
|
89
|
+
"""
|
|
90
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPolicyObjectIpv4PrefixListResult',
|
|
15
|
+
'AwaitableGetPolicyObjectIpv4PrefixListResult',
|
|
16
|
+
'get_policy_object_ipv4_prefix_list',
|
|
17
|
+
'get_policy_object_ipv4_prefix_list_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectIpv4PrefixListResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectIpv4PrefixList.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectIpv4PrefixListEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
IPv4 Prefix List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectIpv4PrefixListResult(GetPolicyObjectIpv4PrefixListResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectIpv4PrefixListResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_ipv4_prefix_list(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectIpv4PrefixListResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object IPv4 Prefix List Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_ipv4_prefix_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectIpv4PrefixList:getPolicyObjectIpv4PrefixList', __args__, opts=opts, typ=GetPolicyObjectIpv4PrefixListResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectIpv4PrefixListResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_ipv4_prefix_list)
|
|
144
|
+
def get_policy_object_ipv4_prefix_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectIpv4PrefixListResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object IPv4 Prefix List Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_ipv4_prefix_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPolicyObjectIpv6PrefixListResult',
|
|
15
|
+
'AwaitableGetPolicyObjectIpv6PrefixListResult',
|
|
16
|
+
'get_policy_object_ipv6_prefix_list',
|
|
17
|
+
'get_policy_object_ipv6_prefix_list_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectIpv6PrefixListResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectIpv6PrefixList.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectIpv6PrefixListEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
IPv6 Prefix List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectIpv6PrefixListResult(GetPolicyObjectIpv6PrefixListResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectIpv6PrefixListResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_ipv6_prefix_list(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectIpv6PrefixListResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object IPv6 Prefix List Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_ipv6_prefix_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectIpv6PrefixList:getPolicyObjectIpv6PrefixList', __args__, opts=opts, typ=GetPolicyObjectIpv6PrefixListResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectIpv6PrefixListResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_ipv6_prefix_list)
|
|
144
|
+
def get_policy_object_ipv6_prefix_list_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectIpv6PrefixListResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object IPv6 Prefix List Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_ipv6_prefix_list(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|
|
@@ -0,0 +1,164 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPolicyObjectMirrorResult',
|
|
15
|
+
'AwaitableGetPolicyObjectMirrorResult',
|
|
16
|
+
'get_policy_object_mirror',
|
|
17
|
+
'get_policy_object_mirror_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPolicyObjectMirrorResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getPolicyObjectMirror.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, entries=None, feature_profile_id=None, id=None, name=None, version=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
29
|
+
if entries and not isinstance(entries, list):
|
|
30
|
+
raise TypeError("Expected argument 'entries' to be a list")
|
|
31
|
+
pulumi.set(__self__, "entries", entries)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if version and not isinstance(version, int):
|
|
42
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
43
|
+
pulumi.set(__self__, "version", version)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
The description of the Policy_object
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> Sequence['outputs.GetPolicyObjectMirrorEntryResult']:
|
|
56
|
+
"""
|
|
57
|
+
Mirror List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="featureProfileId")
|
|
63
|
+
def feature_profile_id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Feature Profile ID
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "feature_profile_id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def id(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The id of the Policy_object
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "id")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The name of the Policy_object
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def version(self) -> int:
|
|
88
|
+
"""
|
|
89
|
+
The version of the Policy_object
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "version")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetPolicyObjectMirrorResult(GetPolicyObjectMirrorResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetPolicyObjectMirrorResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
entries=self.entries,
|
|
102
|
+
feature_profile_id=self.feature_profile_id,
|
|
103
|
+
id=self.id,
|
|
104
|
+
name=self.name,
|
|
105
|
+
version=self.version)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_policy_object_mirror(feature_profile_id: Optional[str] = None,
|
|
109
|
+
id: Optional[str] = None,
|
|
110
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyObjectMirrorResult:
|
|
111
|
+
"""
|
|
112
|
+
This data source can read the Policy Object Mirror Policy_object.
|
|
113
|
+
|
|
114
|
+
## Example Usage
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import pulumi
|
|
118
|
+
import pulumi_sdwan as sdwan
|
|
119
|
+
|
|
120
|
+
example = sdwan.get_policy_object_mirror(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
121
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param str feature_profile_id: Feature Profile ID
|
|
126
|
+
:param str id: The id of the Policy_object
|
|
127
|
+
"""
|
|
128
|
+
__args__ = dict()
|
|
129
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
130
|
+
__args__['id'] = id
|
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
132
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getPolicyObjectMirror:getPolicyObjectMirror', __args__, opts=opts, typ=GetPolicyObjectMirrorResult).value
|
|
133
|
+
|
|
134
|
+
return AwaitableGetPolicyObjectMirrorResult(
|
|
135
|
+
description=pulumi.get(__ret__, 'description'),
|
|
136
|
+
entries=pulumi.get(__ret__, 'entries'),
|
|
137
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
version=pulumi.get(__ret__, 'version'))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@_utilities.lift_output_func(get_policy_object_mirror)
|
|
144
|
+
def get_policy_object_mirror_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyObjectMirrorResult]:
|
|
147
|
+
"""
|
|
148
|
+
This data source can read the Policy Object Mirror Policy_object.
|
|
149
|
+
|
|
150
|
+
## Example Usage
|
|
151
|
+
|
|
152
|
+
```python
|
|
153
|
+
import pulumi
|
|
154
|
+
import pulumi_sdwan as sdwan
|
|
155
|
+
|
|
156
|
+
example = sdwan.get_policy_object_mirror(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
157
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param str feature_profile_id: Feature Profile ID
|
|
162
|
+
:param str id: The id of the Policy_object
|
|
163
|
+
"""
|
|
164
|
+
...
|