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
pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py}
RENAMED
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetTransportRoutingBgpFeatureResult',
|
|
15
|
+
'AwaitableGetTransportRoutingBgpFeatureResult',
|
|
16
|
+
'get_transport_routing_bgp_feature',
|
|
17
|
+
'get_transport_routing_bgp_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetTransportRoutingBgpFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getTransportRoutingBgpFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, always_compare_med=None, always_compare_med_variable=None, as_number=None, as_number_variable=None, compare_router_id=None, compare_router_id_variable=None, description=None, deterministic_med=None, deterministic_med_variable=None, external_routes_distance=None, external_routes_distance_variable=None, feature_profile_id=None, hold_time=None, hold_time_variable=None, id=None, internal_routes_distance=None, internal_routes_distance_variable=None, ipv4_aggregate_addresses=None, ipv4_eibgp_maximum_paths=None, ipv4_eibgp_maximum_paths_variable=None, ipv4_neighbors=None, ipv4_networks=None, ipv4_originate=None, ipv4_originate_variable=None, ipv4_redistributes=None, ipv4_table_map_filter=None, ipv4_table_map_filter_variable=None, ipv4_table_map_route_policy_id=None, ipv6_aggregate_addresses=None, ipv6_eibgp_maximum_paths=None, ipv6_eibgp_maximum_paths_variable=None, ipv6_neighbors=None, ipv6_networks=None, ipv6_originate=None, ipv6_originate_variable=None, ipv6_redistributes=None, ipv6_table_map_filter=None, ipv6_table_map_filter_variable=None, ipv6_table_map_route_policy_id=None, keepalive_time=None, keepalive_time_variable=None, local_routes_distance=None, local_routes_distance_variable=None, missing_med_as_worst=None, missing_med_as_worst_variable=None, mpls_interfaces=None, multipath_relax=None, multipath_relax_variable=None, name=None, propagate_as_path=None, propagate_as_path_variable=None, propagate_community=None, propagate_community_variable=None, router_id=None, router_id_variable=None, version=None):
|
|
26
26
|
if always_compare_med and not isinstance(always_compare_med, bool):
|
|
@@ -244,7 +244,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
244
244
|
@pulumi.getter
|
|
245
245
|
def description(self) -> str:
|
|
246
246
|
"""
|
|
247
|
-
The description of the
|
|
247
|
+
The description of the Feature
|
|
248
248
|
"""
|
|
249
249
|
return pulumi.get(self, "description")
|
|
250
250
|
|
|
@@ -308,7 +308,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
308
308
|
@pulumi.getter
|
|
309
309
|
def id(self) -> str:
|
|
310
310
|
"""
|
|
311
|
-
The id of the
|
|
311
|
+
The id of the Feature
|
|
312
312
|
"""
|
|
313
313
|
return pulumi.get(self, "id")
|
|
314
314
|
|
|
@@ -330,7 +330,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
330
330
|
|
|
331
331
|
@property
|
|
332
332
|
@pulumi.getter(name="ipv4AggregateAddresses")
|
|
333
|
-
def ipv4_aggregate_addresses(self) -> Sequence['outputs.
|
|
333
|
+
def ipv4_aggregate_addresses(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv4AggregateAddressResult']:
|
|
334
334
|
"""
|
|
335
335
|
Aggregate prefixes in specific range
|
|
336
336
|
"""
|
|
@@ -354,7 +354,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
354
354
|
|
|
355
355
|
@property
|
|
356
356
|
@pulumi.getter(name="ipv4Neighbors")
|
|
357
|
-
def ipv4_neighbors(self) -> Sequence['outputs.
|
|
357
|
+
def ipv4_neighbors(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv4NeighborResult']:
|
|
358
358
|
"""
|
|
359
359
|
Set BGP IPv4 neighbors
|
|
360
360
|
"""
|
|
@@ -362,7 +362,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
362
362
|
|
|
363
363
|
@property
|
|
364
364
|
@pulumi.getter(name="ipv4Networks")
|
|
365
|
-
def ipv4_networks(self) -> Sequence['outputs.
|
|
365
|
+
def ipv4_networks(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv4NetworkResult']:
|
|
366
366
|
"""
|
|
367
367
|
Configure the networks for BGP to advertise
|
|
368
368
|
"""
|
|
@@ -386,7 +386,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
386
386
|
|
|
387
387
|
@property
|
|
388
388
|
@pulumi.getter(name="ipv4Redistributes")
|
|
389
|
-
def ipv4_redistributes(self) -> Sequence['outputs.
|
|
389
|
+
def ipv4_redistributes(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv4RedistributeResult']:
|
|
390
390
|
"""
|
|
391
391
|
Redistribute routes into BGP
|
|
392
392
|
"""
|
|
@@ -415,7 +415,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
415
415
|
|
|
416
416
|
@property
|
|
417
417
|
@pulumi.getter(name="ipv6AggregateAddresses")
|
|
418
|
-
def ipv6_aggregate_addresses(self) -> Sequence['outputs.
|
|
418
|
+
def ipv6_aggregate_addresses(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv6AggregateAddressResult']:
|
|
419
419
|
"""
|
|
420
420
|
IPv6 Aggregate prefixes in specific range
|
|
421
421
|
"""
|
|
@@ -439,7 +439,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
439
439
|
|
|
440
440
|
@property
|
|
441
441
|
@pulumi.getter(name="ipv6Neighbors")
|
|
442
|
-
def ipv6_neighbors(self) -> Sequence['outputs.
|
|
442
|
+
def ipv6_neighbors(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv6NeighborResult']:
|
|
443
443
|
"""
|
|
444
444
|
Set BGP IPv6 neighbors
|
|
445
445
|
"""
|
|
@@ -447,7 +447,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
447
447
|
|
|
448
448
|
@property
|
|
449
449
|
@pulumi.getter(name="ipv6Networks")
|
|
450
|
-
def ipv6_networks(self) -> Sequence['outputs.
|
|
450
|
+
def ipv6_networks(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv6NetworkResult']:
|
|
451
451
|
"""
|
|
452
452
|
Configure the networks for BGP to advertise
|
|
453
453
|
"""
|
|
@@ -471,7 +471,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
471
471
|
|
|
472
472
|
@property
|
|
473
473
|
@pulumi.getter(name="ipv6Redistributes")
|
|
474
|
-
def ipv6_redistributes(self) -> Sequence['outputs.
|
|
474
|
+
def ipv6_redistributes(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureIpv6RedistributeResult']:
|
|
475
475
|
"""
|
|
476
476
|
Redistribute routes into BGP
|
|
477
477
|
"""
|
|
@@ -548,7 +548,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
548
548
|
|
|
549
549
|
@property
|
|
550
550
|
@pulumi.getter(name="mplsInterfaces")
|
|
551
|
-
def mpls_interfaces(self) -> Sequence['outputs.
|
|
551
|
+
def mpls_interfaces(self) -> Sequence['outputs.GetTransportRoutingBgpFeatureMplsInterfaceResult']:
|
|
552
552
|
"""
|
|
553
553
|
MPLS BGP Interface
|
|
554
554
|
"""
|
|
@@ -574,7 +574,7 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
574
574
|
@pulumi.getter
|
|
575
575
|
def name(self) -> str:
|
|
576
576
|
"""
|
|
577
|
-
The name of the
|
|
577
|
+
The name of the Feature
|
|
578
578
|
"""
|
|
579
579
|
return pulumi.get(self, "name")
|
|
580
580
|
|
|
@@ -630,17 +630,17 @@ class GetTransportRoutingBgpProfileParcelResult:
|
|
|
630
630
|
@pulumi.getter
|
|
631
631
|
def version(self) -> int:
|
|
632
632
|
"""
|
|
633
|
-
The version of the
|
|
633
|
+
The version of the Feature
|
|
634
634
|
"""
|
|
635
635
|
return pulumi.get(self, "version")
|
|
636
636
|
|
|
637
637
|
|
|
638
|
-
class
|
|
638
|
+
class AwaitableGetTransportRoutingBgpFeatureResult(GetTransportRoutingBgpFeatureResult):
|
|
639
639
|
# pylint: disable=using-constant-test
|
|
640
640
|
def __await__(self):
|
|
641
641
|
if False:
|
|
642
642
|
yield self
|
|
643
|
-
return
|
|
643
|
+
return GetTransportRoutingBgpFeatureResult(
|
|
644
644
|
always_compare_med=self.always_compare_med,
|
|
645
645
|
always_compare_med_variable=self.always_compare_med_variable,
|
|
646
646
|
as_number=self.as_number,
|
|
@@ -699,11 +699,11 @@ class AwaitableGetTransportRoutingBgpProfileParcelResult(GetTransportRoutingBgpP
|
|
|
699
699
|
version=self.version)
|
|
700
700
|
|
|
701
701
|
|
|
702
|
-
def
|
|
703
|
-
|
|
704
|
-
|
|
702
|
+
def get_transport_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
703
|
+
id: Optional[str] = None,
|
|
704
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportRoutingBgpFeatureResult:
|
|
705
705
|
"""
|
|
706
|
-
This data source can read the Transport Routing BGP
|
|
706
|
+
This data source can read the Transport Routing BGP Feature.
|
|
707
707
|
|
|
708
708
|
## Example Usage
|
|
709
709
|
|
|
@@ -711,21 +711,21 @@ def get_transport_routing_bgp_profile_parcel(feature_profile_id: Optional[str] =
|
|
|
711
711
|
import pulumi
|
|
712
712
|
import pulumi_sdwan as sdwan
|
|
713
713
|
|
|
714
|
-
example = sdwan.
|
|
714
|
+
example = sdwan.get_transport_routing_bgp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
715
715
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
716
716
|
```
|
|
717
717
|
|
|
718
718
|
|
|
719
719
|
:param str feature_profile_id: Feature Profile ID
|
|
720
|
-
:param str id: The id of the
|
|
720
|
+
:param str id: The id of the Feature
|
|
721
721
|
"""
|
|
722
722
|
__args__ = dict()
|
|
723
723
|
__args__['featureProfileId'] = feature_profile_id
|
|
724
724
|
__args__['id'] = id
|
|
725
725
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
726
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
726
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getTransportRoutingBgpFeature:getTransportRoutingBgpFeature', __args__, opts=opts, typ=GetTransportRoutingBgpFeatureResult).value
|
|
727
727
|
|
|
728
|
-
return
|
|
728
|
+
return AwaitableGetTransportRoutingBgpFeatureResult(
|
|
729
729
|
always_compare_med=pulumi.get(__ret__, 'always_compare_med'),
|
|
730
730
|
always_compare_med_variable=pulumi.get(__ret__, 'always_compare_med_variable'),
|
|
731
731
|
as_number=pulumi.get(__ret__, 'as_number'),
|
|
@@ -784,12 +784,12 @@ def get_transport_routing_bgp_profile_parcel(feature_profile_id: Optional[str] =
|
|
|
784
784
|
version=pulumi.get(__ret__, 'version'))
|
|
785
785
|
|
|
786
786
|
|
|
787
|
-
@_utilities.lift_output_func(
|
|
788
|
-
def
|
|
789
|
-
|
|
790
|
-
|
|
787
|
+
@_utilities.lift_output_func(get_transport_routing_bgp_feature)
|
|
788
|
+
def get_transport_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
789
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
790
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransportRoutingBgpFeatureResult]:
|
|
791
791
|
"""
|
|
792
|
-
This data source can read the Transport Routing BGP
|
|
792
|
+
This data source can read the Transport Routing BGP Feature.
|
|
793
793
|
|
|
794
794
|
## Example Usage
|
|
795
795
|
|
|
@@ -797,12 +797,12 @@ def get_transport_routing_bgp_profile_parcel_output(feature_profile_id: Optional
|
|
|
797
797
|
import pulumi
|
|
798
798
|
import pulumi_sdwan as sdwan
|
|
799
799
|
|
|
800
|
-
example = sdwan.
|
|
800
|
+
example = sdwan.get_transport_routing_bgp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
801
801
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
802
802
|
```
|
|
803
803
|
|
|
804
804
|
|
|
805
805
|
:param str feature_profile_id: Feature Profile ID
|
|
806
|
-
:param str id: The id of the
|
|
806
|
+
:param str id: The id of the Feature
|
|
807
807
|
"""
|
|
808
808
|
...
|