pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__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 +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,398 @@
|
|
|
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
|
+
'GetServiceRoutingEigrpFeatureResult',
|
|
20
|
+
'AwaitableGetServiceRoutingEigrpFeatureResult',
|
|
21
|
+
'get_service_routing_eigrp_feature',
|
|
22
|
+
'get_service_routing_eigrp_feature_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceRoutingEigrpFeatureResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getServiceRoutingEigrpFeature.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, authentication_type=None, authentication_type_variable=None, autonomous_system_id=None, autonomous_system_id_variable=None, description=None, feature_profile_id=None, filter=None, filter_variable=None, hello_interval=None, hello_interval_variable=None, hmac_authentication_key=None, hmac_authentication_key_variable=None, hold_time=None, hold_time_variable=None, id=None, interfaces=None, md5_keys=None, name=None, networks=None, redistributes=None, route_policy_id=None, version=None):
|
|
31
|
+
if authentication_type and not isinstance(authentication_type, str):
|
|
32
|
+
raise TypeError("Expected argument 'authentication_type' to be a str")
|
|
33
|
+
pulumi.set(__self__, "authentication_type", authentication_type)
|
|
34
|
+
if authentication_type_variable and not isinstance(authentication_type_variable, str):
|
|
35
|
+
raise TypeError("Expected argument 'authentication_type_variable' to be a str")
|
|
36
|
+
pulumi.set(__self__, "authentication_type_variable", authentication_type_variable)
|
|
37
|
+
if autonomous_system_id and not isinstance(autonomous_system_id, int):
|
|
38
|
+
raise TypeError("Expected argument 'autonomous_system_id' to be a int")
|
|
39
|
+
pulumi.set(__self__, "autonomous_system_id", autonomous_system_id)
|
|
40
|
+
if autonomous_system_id_variable and not isinstance(autonomous_system_id_variable, str):
|
|
41
|
+
raise TypeError("Expected argument 'autonomous_system_id_variable' to be a str")
|
|
42
|
+
pulumi.set(__self__, "autonomous_system_id_variable", autonomous_system_id_variable)
|
|
43
|
+
if description and not isinstance(description, str):
|
|
44
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
45
|
+
pulumi.set(__self__, "description", description)
|
|
46
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
47
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
49
|
+
if filter and not isinstance(filter, bool):
|
|
50
|
+
raise TypeError("Expected argument 'filter' to be a bool")
|
|
51
|
+
pulumi.set(__self__, "filter", filter)
|
|
52
|
+
if filter_variable and not isinstance(filter_variable, str):
|
|
53
|
+
raise TypeError("Expected argument 'filter_variable' to be a str")
|
|
54
|
+
pulumi.set(__self__, "filter_variable", filter_variable)
|
|
55
|
+
if hello_interval and not isinstance(hello_interval, int):
|
|
56
|
+
raise TypeError("Expected argument 'hello_interval' to be a int")
|
|
57
|
+
pulumi.set(__self__, "hello_interval", hello_interval)
|
|
58
|
+
if hello_interval_variable and not isinstance(hello_interval_variable, str):
|
|
59
|
+
raise TypeError("Expected argument 'hello_interval_variable' to be a str")
|
|
60
|
+
pulumi.set(__self__, "hello_interval_variable", hello_interval_variable)
|
|
61
|
+
if hmac_authentication_key and not isinstance(hmac_authentication_key, str):
|
|
62
|
+
raise TypeError("Expected argument 'hmac_authentication_key' to be a str")
|
|
63
|
+
pulumi.set(__self__, "hmac_authentication_key", hmac_authentication_key)
|
|
64
|
+
if hmac_authentication_key_variable and not isinstance(hmac_authentication_key_variable, str):
|
|
65
|
+
raise TypeError("Expected argument 'hmac_authentication_key_variable' to be a str")
|
|
66
|
+
pulumi.set(__self__, "hmac_authentication_key_variable", hmac_authentication_key_variable)
|
|
67
|
+
if hold_time and not isinstance(hold_time, int):
|
|
68
|
+
raise TypeError("Expected argument 'hold_time' to be a int")
|
|
69
|
+
pulumi.set(__self__, "hold_time", hold_time)
|
|
70
|
+
if hold_time_variable and not isinstance(hold_time_variable, str):
|
|
71
|
+
raise TypeError("Expected argument 'hold_time_variable' to be a str")
|
|
72
|
+
pulumi.set(__self__, "hold_time_variable", hold_time_variable)
|
|
73
|
+
if id and not isinstance(id, str):
|
|
74
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
75
|
+
pulumi.set(__self__, "id", id)
|
|
76
|
+
if interfaces and not isinstance(interfaces, list):
|
|
77
|
+
raise TypeError("Expected argument 'interfaces' to be a list")
|
|
78
|
+
pulumi.set(__self__, "interfaces", interfaces)
|
|
79
|
+
if md5_keys and not isinstance(md5_keys, list):
|
|
80
|
+
raise TypeError("Expected argument 'md5_keys' to be a list")
|
|
81
|
+
pulumi.set(__self__, "md5_keys", md5_keys)
|
|
82
|
+
if name and not isinstance(name, str):
|
|
83
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
84
|
+
pulumi.set(__self__, "name", name)
|
|
85
|
+
if networks and not isinstance(networks, list):
|
|
86
|
+
raise TypeError("Expected argument 'networks' to be a list")
|
|
87
|
+
pulumi.set(__self__, "networks", networks)
|
|
88
|
+
if redistributes and not isinstance(redistributes, list):
|
|
89
|
+
raise TypeError("Expected argument 'redistributes' to be a list")
|
|
90
|
+
pulumi.set(__self__, "redistributes", redistributes)
|
|
91
|
+
if route_policy_id and not isinstance(route_policy_id, str):
|
|
92
|
+
raise TypeError("Expected argument 'route_policy_id' to be a str")
|
|
93
|
+
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
94
|
+
if version and not isinstance(version, int):
|
|
95
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
96
|
+
pulumi.set(__self__, "version", version)
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="authenticationType")
|
|
100
|
+
def authentication_type(self) -> str:
|
|
101
|
+
"""
|
|
102
|
+
Set EIGRP router authentication type
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "authentication_type")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="authenticationTypeVariable")
|
|
108
|
+
def authentication_type_variable(self) -> str:
|
|
109
|
+
"""
|
|
110
|
+
Variable name
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "authentication_type_variable")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="autonomousSystemId")
|
|
116
|
+
def autonomous_system_id(self) -> int:
|
|
117
|
+
"""
|
|
118
|
+
Set autonomous system ID \\n\\n
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "autonomous_system_id")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter(name="autonomousSystemIdVariable")
|
|
124
|
+
def autonomous_system_id_variable(self) -> str:
|
|
125
|
+
"""
|
|
126
|
+
Variable name
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "autonomous_system_id_variable")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def description(self) -> str:
|
|
133
|
+
"""
|
|
134
|
+
The description of the Feature
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "description")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="featureProfileId")
|
|
140
|
+
def feature_profile_id(self) -> str:
|
|
141
|
+
"""
|
|
142
|
+
Feature Profile ID
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "feature_profile_id")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def filter(self) -> bool:
|
|
149
|
+
"""
|
|
150
|
+
Selective route download
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "filter")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="filterVariable")
|
|
156
|
+
def filter_variable(self) -> str:
|
|
157
|
+
"""
|
|
158
|
+
Variable name
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "filter_variable")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="helloInterval")
|
|
164
|
+
def hello_interval(self) -> int:
|
|
165
|
+
"""
|
|
166
|
+
Set EIGRP hello interval
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "hello_interval")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="helloIntervalVariable")
|
|
172
|
+
def hello_interval_variable(self) -> str:
|
|
173
|
+
"""
|
|
174
|
+
Variable name
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "hello_interval_variable")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="hmacAuthenticationKey")
|
|
180
|
+
def hmac_authentication_key(self) -> str:
|
|
181
|
+
"""
|
|
182
|
+
Set hmac-sha-256 authentication key
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "hmac_authentication_key")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="hmacAuthenticationKeyVariable")
|
|
188
|
+
def hmac_authentication_key_variable(self) -> str:
|
|
189
|
+
"""
|
|
190
|
+
Variable name
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "hmac_authentication_key_variable")
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter(name="holdTime")
|
|
196
|
+
def hold_time(self) -> int:
|
|
197
|
+
"""
|
|
198
|
+
Set EIGRP hold time
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "hold_time")
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter(name="holdTimeVariable")
|
|
204
|
+
def hold_time_variable(self) -> str:
|
|
205
|
+
"""
|
|
206
|
+
Variable name
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "hold_time_variable")
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter
|
|
212
|
+
def id(self) -> str:
|
|
213
|
+
"""
|
|
214
|
+
The id of the Feature
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "id")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter
|
|
220
|
+
def interfaces(self) -> Sequence['outputs.GetServiceRoutingEigrpFeatureInterfaceResult']:
|
|
221
|
+
"""
|
|
222
|
+
Configure IPv4 Static Routes
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "interfaces")
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter(name="md5Keys")
|
|
228
|
+
def md5_keys(self) -> Sequence['outputs.GetServiceRoutingEigrpFeatureMd5KeyResult']:
|
|
229
|
+
"""
|
|
230
|
+
Set keychain details
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "md5_keys")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter
|
|
236
|
+
def name(self) -> str:
|
|
237
|
+
"""
|
|
238
|
+
The name of the Feature
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "name")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter
|
|
244
|
+
def networks(self) -> Sequence['outputs.GetServiceRoutingEigrpFeatureNetworkResult']:
|
|
245
|
+
"""
|
|
246
|
+
Configure the networks for EIGRP to advertise
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "networks")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter
|
|
252
|
+
def redistributes(self) -> Sequence['outputs.GetServiceRoutingEigrpFeatureRedistributeResult']:
|
|
253
|
+
"""
|
|
254
|
+
Redistribute routes into EIGRP
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "redistributes")
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="routePolicyId")
|
|
260
|
+
def route_policy_id(self) -> str:
|
|
261
|
+
return pulumi.get(self, "route_policy_id")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter
|
|
265
|
+
def version(self) -> int:
|
|
266
|
+
"""
|
|
267
|
+
The version of the Feature
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "version")
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
class AwaitableGetServiceRoutingEigrpFeatureResult(GetServiceRoutingEigrpFeatureResult):
|
|
273
|
+
# pylint: disable=using-constant-test
|
|
274
|
+
def __await__(self):
|
|
275
|
+
if False:
|
|
276
|
+
yield self
|
|
277
|
+
return GetServiceRoutingEigrpFeatureResult(
|
|
278
|
+
authentication_type=self.authentication_type,
|
|
279
|
+
authentication_type_variable=self.authentication_type_variable,
|
|
280
|
+
autonomous_system_id=self.autonomous_system_id,
|
|
281
|
+
autonomous_system_id_variable=self.autonomous_system_id_variable,
|
|
282
|
+
description=self.description,
|
|
283
|
+
feature_profile_id=self.feature_profile_id,
|
|
284
|
+
filter=self.filter,
|
|
285
|
+
filter_variable=self.filter_variable,
|
|
286
|
+
hello_interval=self.hello_interval,
|
|
287
|
+
hello_interval_variable=self.hello_interval_variable,
|
|
288
|
+
hmac_authentication_key=self.hmac_authentication_key,
|
|
289
|
+
hmac_authentication_key_variable=self.hmac_authentication_key_variable,
|
|
290
|
+
hold_time=self.hold_time,
|
|
291
|
+
hold_time_variable=self.hold_time_variable,
|
|
292
|
+
id=self.id,
|
|
293
|
+
interfaces=self.interfaces,
|
|
294
|
+
md5_keys=self.md5_keys,
|
|
295
|
+
name=self.name,
|
|
296
|
+
networks=self.networks,
|
|
297
|
+
redistributes=self.redistributes,
|
|
298
|
+
route_policy_id=self.route_policy_id,
|
|
299
|
+
version=self.version)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
def get_service_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
|
|
303
|
+
id: Optional[str] = None,
|
|
304
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceRoutingEigrpFeatureResult:
|
|
305
|
+
"""
|
|
306
|
+
This data source can read the Service Routing EIGRP Feature.
|
|
307
|
+
|
|
308
|
+
## Example Usage
|
|
309
|
+
|
|
310
|
+
```python
|
|
311
|
+
import pulumi
|
|
312
|
+
import pulumi_sdwan as sdwan
|
|
313
|
+
|
|
314
|
+
example = sdwan.get_service_routing_eigrp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
315
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
:param str feature_profile_id: Feature Profile ID
|
|
320
|
+
:param str id: The id of the Feature
|
|
321
|
+
"""
|
|
322
|
+
__args__ = dict()
|
|
323
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
324
|
+
__args__['id'] = id
|
|
325
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
326
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getServiceRoutingEigrpFeature:getServiceRoutingEigrpFeature', __args__, opts=opts, typ=GetServiceRoutingEigrpFeatureResult).value
|
|
327
|
+
|
|
328
|
+
return AwaitableGetServiceRoutingEigrpFeatureResult(
|
|
329
|
+
authentication_type=pulumi.get(__ret__, 'authentication_type'),
|
|
330
|
+
authentication_type_variable=pulumi.get(__ret__, 'authentication_type_variable'),
|
|
331
|
+
autonomous_system_id=pulumi.get(__ret__, 'autonomous_system_id'),
|
|
332
|
+
autonomous_system_id_variable=pulumi.get(__ret__, 'autonomous_system_id_variable'),
|
|
333
|
+
description=pulumi.get(__ret__, 'description'),
|
|
334
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
335
|
+
filter=pulumi.get(__ret__, 'filter'),
|
|
336
|
+
filter_variable=pulumi.get(__ret__, 'filter_variable'),
|
|
337
|
+
hello_interval=pulumi.get(__ret__, 'hello_interval'),
|
|
338
|
+
hello_interval_variable=pulumi.get(__ret__, 'hello_interval_variable'),
|
|
339
|
+
hmac_authentication_key=pulumi.get(__ret__, 'hmac_authentication_key'),
|
|
340
|
+
hmac_authentication_key_variable=pulumi.get(__ret__, 'hmac_authentication_key_variable'),
|
|
341
|
+
hold_time=pulumi.get(__ret__, 'hold_time'),
|
|
342
|
+
hold_time_variable=pulumi.get(__ret__, 'hold_time_variable'),
|
|
343
|
+
id=pulumi.get(__ret__, 'id'),
|
|
344
|
+
interfaces=pulumi.get(__ret__, 'interfaces'),
|
|
345
|
+
md5_keys=pulumi.get(__ret__, 'md5_keys'),
|
|
346
|
+
name=pulumi.get(__ret__, 'name'),
|
|
347
|
+
networks=pulumi.get(__ret__, 'networks'),
|
|
348
|
+
redistributes=pulumi.get(__ret__, 'redistributes'),
|
|
349
|
+
route_policy_id=pulumi.get(__ret__, 'route_policy_id'),
|
|
350
|
+
version=pulumi.get(__ret__, 'version'))
|
|
351
|
+
def get_service_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
352
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
353
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceRoutingEigrpFeatureResult]:
|
|
354
|
+
"""
|
|
355
|
+
This data source can read the Service Routing EIGRP Feature.
|
|
356
|
+
|
|
357
|
+
## Example Usage
|
|
358
|
+
|
|
359
|
+
```python
|
|
360
|
+
import pulumi
|
|
361
|
+
import pulumi_sdwan as sdwan
|
|
362
|
+
|
|
363
|
+
example = sdwan.get_service_routing_eigrp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
364
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
:param str feature_profile_id: Feature Profile ID
|
|
369
|
+
:param str id: The id of the Feature
|
|
370
|
+
"""
|
|
371
|
+
__args__ = dict()
|
|
372
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
373
|
+
__args__['id'] = id
|
|
374
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
375
|
+
__ret__ = pulumi.runtime.invoke_output('sdwan:index/getServiceRoutingEigrpFeature:getServiceRoutingEigrpFeature', __args__, opts=opts, typ=GetServiceRoutingEigrpFeatureResult)
|
|
376
|
+
return __ret__.apply(lambda __response__: GetServiceRoutingEigrpFeatureResult(
|
|
377
|
+
authentication_type=pulumi.get(__response__, 'authentication_type'),
|
|
378
|
+
authentication_type_variable=pulumi.get(__response__, 'authentication_type_variable'),
|
|
379
|
+
autonomous_system_id=pulumi.get(__response__, 'autonomous_system_id'),
|
|
380
|
+
autonomous_system_id_variable=pulumi.get(__response__, 'autonomous_system_id_variable'),
|
|
381
|
+
description=pulumi.get(__response__, 'description'),
|
|
382
|
+
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
383
|
+
filter=pulumi.get(__response__, 'filter'),
|
|
384
|
+
filter_variable=pulumi.get(__response__, 'filter_variable'),
|
|
385
|
+
hello_interval=pulumi.get(__response__, 'hello_interval'),
|
|
386
|
+
hello_interval_variable=pulumi.get(__response__, 'hello_interval_variable'),
|
|
387
|
+
hmac_authentication_key=pulumi.get(__response__, 'hmac_authentication_key'),
|
|
388
|
+
hmac_authentication_key_variable=pulumi.get(__response__, 'hmac_authentication_key_variable'),
|
|
389
|
+
hold_time=pulumi.get(__response__, 'hold_time'),
|
|
390
|
+
hold_time_variable=pulumi.get(__response__, 'hold_time_variable'),
|
|
391
|
+
id=pulumi.get(__response__, 'id'),
|
|
392
|
+
interfaces=pulumi.get(__response__, 'interfaces'),
|
|
393
|
+
md5_keys=pulumi.get(__response__, 'md5_keys'),
|
|
394
|
+
name=pulumi.get(__response__, 'name'),
|
|
395
|
+
networks=pulumi.get(__response__, 'networks'),
|
|
396
|
+
redistributes=pulumi.get(__response__, 'redistributes'),
|
|
397
|
+
route_policy_id=pulumi.get(__response__, 'route_policy_id'),
|
|
398
|
+
version=pulumi.get(__response__, 'version')))
|