pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__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/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -78,55 +78,77 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
78
78
|
"""
|
|
79
79
|
The set of arguments for constructing a TransportRoutingBgpFeature resource.
|
|
80
80
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
81
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
81
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
82
|
+
- Default value: `false`
|
|
82
83
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
83
84
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
84
85
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
85
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
86
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
87
|
+
- Default value: `false`
|
|
86
88
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
87
89
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
88
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
90
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
91
|
+
- Default value: `false`
|
|
89
92
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
90
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
93
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
94
|
+
- Range: `1`-`255`
|
|
95
|
+
- Default value: `20`
|
|
91
96
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
92
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
93
|
-
|
|
97
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
98
|
+
- Range: `0`-`65535`
|
|
99
|
+
- Default value: `180`
|
|
94
100
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
95
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
101
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
102
|
+
- Range: `1`-`255`
|
|
103
|
+
- Default value: `200`
|
|
96
104
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
97
105
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4AggregateAddressArgs']]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
98
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
106
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
107
|
+
- Range: `1`-`32`
|
|
99
108
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
100
109
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4NeighborArgs']]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
101
110
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4NetworkArgs']]] ipv4_networks: Configure the networks for BGP to advertise
|
|
102
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
111
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
112
|
+
- Default value: `false`
|
|
103
113
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
104
114
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4RedistributeArgs']]] ipv4_redistributes: Redistribute routes into BGP
|
|
105
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
115
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
116
|
+
- Default value: `false`
|
|
106
117
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
107
118
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6AggregateAddressArgs']]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
108
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
119
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
120
|
+
- Range: `1`-`32`
|
|
109
121
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
110
122
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6NeighborArgs']]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
111
123
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6NetworkArgs']]] ipv6_networks: Configure the networks for BGP to advertise
|
|
112
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
124
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
125
|
+
- Default value: `false`
|
|
113
126
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
114
127
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6RedistributeArgs']]] ipv6_redistributes: Redistribute routes into BGP
|
|
115
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
128
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
129
|
+
- Default value: `false`
|
|
116
130
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
117
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
131
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
132
|
+
- Range: `0`-`65535`
|
|
133
|
+
- Default value: `60`
|
|
118
134
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
119
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
135
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
136
|
+
- Range: `1`-`255`
|
|
137
|
+
- Default value: `20`
|
|
120
138
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
121
|
-
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
139
|
+
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
140
|
+
- Default value: `false`
|
|
122
141
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
123
142
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureMplsInterfaceArgs']]] mpls_interfaces: MPLS BGP Interface
|
|
124
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
143
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
144
|
+
- Default value: `false`
|
|
125
145
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
126
146
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
127
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
147
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
148
|
+
- Default value: `false`
|
|
128
149
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
129
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
150
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
151
|
+
- Default value: `false`
|
|
130
152
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
131
153
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
132
154
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -255,7 +277,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
255
277
|
@pulumi.getter(name="alwaysCompareMed")
|
|
256
278
|
def always_compare_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
257
279
|
"""
|
|
258
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
280
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
281
|
+
- Default value: `false`
|
|
259
282
|
"""
|
|
260
283
|
return pulumi.get(self, "always_compare_med")
|
|
261
284
|
|
|
@@ -303,7 +326,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
303
326
|
@pulumi.getter(name="compareRouterId")
|
|
304
327
|
def compare_router_id(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
305
328
|
"""
|
|
306
|
-
Compare router IDs when selecting active BGP paths
|
|
329
|
+
Compare router IDs when selecting active BGP paths
|
|
330
|
+
- Default value: `false`
|
|
307
331
|
"""
|
|
308
332
|
return pulumi.get(self, "compare_router_id")
|
|
309
333
|
|
|
@@ -339,7 +363,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
339
363
|
@pulumi.getter(name="deterministicMed")
|
|
340
364
|
def deterministic_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
341
365
|
"""
|
|
342
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
366
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
367
|
+
- Default value: `false`
|
|
343
368
|
"""
|
|
344
369
|
return pulumi.get(self, "deterministic_med")
|
|
345
370
|
|
|
@@ -363,7 +388,9 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
363
388
|
@pulumi.getter(name="externalRoutesDistance")
|
|
364
389
|
def external_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
365
390
|
"""
|
|
366
|
-
Set administrative distance for external BGP routes
|
|
391
|
+
Set administrative distance for external BGP routes
|
|
392
|
+
- Range: `1`-`255`
|
|
393
|
+
- Default value: `20`
|
|
367
394
|
"""
|
|
368
395
|
return pulumi.get(self, "external_routes_distance")
|
|
369
396
|
|
|
@@ -387,8 +414,9 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
387
414
|
@pulumi.getter(name="holdTime")
|
|
388
415
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
389
416
|
"""
|
|
390
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
391
|
-
|
|
417
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
418
|
+
- Range: `0`-`65535`
|
|
419
|
+
- Default value: `180`
|
|
392
420
|
"""
|
|
393
421
|
return pulumi.get(self, "hold_time")
|
|
394
422
|
|
|
@@ -412,7 +440,9 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
412
440
|
@pulumi.getter(name="internalRoutesDistance")
|
|
413
441
|
def internal_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
414
442
|
"""
|
|
415
|
-
Set administrative distance for internal BGP routes
|
|
443
|
+
Set administrative distance for internal BGP routes
|
|
444
|
+
- Range: `1`-`255`
|
|
445
|
+
- Default value: `200`
|
|
416
446
|
"""
|
|
417
447
|
return pulumi.get(self, "internal_routes_distance")
|
|
418
448
|
|
|
@@ -448,7 +478,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
448
478
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
449
479
|
def ipv4_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
450
480
|
"""
|
|
451
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
481
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
482
|
+
- Range: `1`-`32`
|
|
452
483
|
"""
|
|
453
484
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
454
485
|
|
|
@@ -496,7 +527,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
496
527
|
@pulumi.getter(name="ipv4Originate")
|
|
497
528
|
def ipv4_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
498
529
|
"""
|
|
499
|
-
BGP Default Information Originate
|
|
530
|
+
BGP Default Information Originate
|
|
531
|
+
- Default value: `false`
|
|
500
532
|
"""
|
|
501
533
|
return pulumi.get(self, "ipv4_originate")
|
|
502
534
|
|
|
@@ -532,7 +564,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
532
564
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
533
565
|
def ipv4_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
534
566
|
"""
|
|
535
|
-
Table map filtered or not
|
|
567
|
+
Table map filtered or not
|
|
568
|
+
- Default value: `false`
|
|
536
569
|
"""
|
|
537
570
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
538
571
|
|
|
@@ -577,7 +610,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
577
610
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
578
611
|
def ipv6_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
579
612
|
"""
|
|
580
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
613
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
614
|
+
- Range: `1`-`32`
|
|
581
615
|
"""
|
|
582
616
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
583
617
|
|
|
@@ -625,7 +659,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
625
659
|
@pulumi.getter(name="ipv6Originate")
|
|
626
660
|
def ipv6_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
627
661
|
"""
|
|
628
|
-
BGP Default Information Originate
|
|
662
|
+
BGP Default Information Originate
|
|
663
|
+
- Default value: `false`
|
|
629
664
|
"""
|
|
630
665
|
return pulumi.get(self, "ipv6_originate")
|
|
631
666
|
|
|
@@ -661,7 +696,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
661
696
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
662
697
|
def ipv6_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
663
698
|
"""
|
|
664
|
-
Table map filtered or not
|
|
699
|
+
Table map filtered or not
|
|
700
|
+
- Default value: `false`
|
|
665
701
|
"""
|
|
666
702
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
667
703
|
|
|
@@ -694,7 +730,9 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
694
730
|
@pulumi.getter(name="keepaliveTime")
|
|
695
731
|
def keepalive_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
696
732
|
"""
|
|
697
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
733
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
734
|
+
- Range: `0`-`65535`
|
|
735
|
+
- Default value: `60`
|
|
698
736
|
"""
|
|
699
737
|
return pulumi.get(self, "keepalive_time")
|
|
700
738
|
|
|
@@ -718,7 +756,9 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
718
756
|
@pulumi.getter(name="localRoutesDistance")
|
|
719
757
|
def local_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
720
758
|
"""
|
|
721
|
-
Set administrative distance for local BGP routes
|
|
759
|
+
Set administrative distance for local BGP routes
|
|
760
|
+
- Range: `1`-`255`
|
|
761
|
+
- Default value: `20`
|
|
722
762
|
"""
|
|
723
763
|
return pulumi.get(self, "local_routes_distance")
|
|
724
764
|
|
|
@@ -742,7 +782,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
742
782
|
@pulumi.getter(name="missingMedAsWorst")
|
|
743
783
|
def missing_med_as_worst(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
744
784
|
"""
|
|
745
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
785
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
786
|
+
- Default value: `false`
|
|
746
787
|
"""
|
|
747
788
|
return pulumi.get(self, "missing_med_as_worst")
|
|
748
789
|
|
|
@@ -778,7 +819,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
778
819
|
@pulumi.getter(name="multipathRelax")
|
|
779
820
|
def multipath_relax(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
780
821
|
"""
|
|
781
|
-
Ignore AS for multipath selection
|
|
822
|
+
Ignore AS for multipath selection
|
|
823
|
+
- Default value: `false`
|
|
782
824
|
"""
|
|
783
825
|
return pulumi.get(self, "multipath_relax")
|
|
784
826
|
|
|
@@ -814,7 +856,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
814
856
|
@pulumi.getter(name="propagateAsPath")
|
|
815
857
|
def propagate_as_path(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
816
858
|
"""
|
|
817
|
-
Propagate AS Path
|
|
859
|
+
Propagate AS Path
|
|
860
|
+
- Default value: `false`
|
|
818
861
|
"""
|
|
819
862
|
return pulumi.get(self, "propagate_as_path")
|
|
820
863
|
|
|
@@ -838,7 +881,8 @@ class TransportRoutingBgpFeatureArgs:
|
|
|
838
881
|
@pulumi.getter(name="propagateCommunity")
|
|
839
882
|
def propagate_community(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
840
883
|
"""
|
|
841
|
-
Propagate Community
|
|
884
|
+
Propagate Community
|
|
885
|
+
- Default value: `false`
|
|
842
886
|
"""
|
|
843
887
|
return pulumi.get(self, "propagate_community")
|
|
844
888
|
|
|
@@ -943,56 +987,78 @@ class _TransportRoutingBgpFeatureState:
|
|
|
943
987
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
944
988
|
"""
|
|
945
989
|
Input properties used for looking up and filtering TransportRoutingBgpFeature resources.
|
|
946
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
990
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
991
|
+
- Default value: `false`
|
|
947
992
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
948
993
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
949
994
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
950
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
995
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
996
|
+
- Default value: `false`
|
|
951
997
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
952
998
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
953
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
999
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1000
|
+
- Default value: `false`
|
|
954
1001
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
955
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1002
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1003
|
+
- Range: `1`-`255`
|
|
1004
|
+
- Default value: `20`
|
|
956
1005
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
957
1006
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
958
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
959
|
-
|
|
1007
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1008
|
+
- Range: `0`-`65535`
|
|
1009
|
+
- Default value: `180`
|
|
960
1010
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
961
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1011
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1012
|
+
- Range: `1`-`255`
|
|
1013
|
+
- Default value: `200`
|
|
962
1014
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
963
1015
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4AggregateAddressArgs']]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
964
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1016
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1017
|
+
- Range: `1`-`32`
|
|
965
1018
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
966
1019
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4NeighborArgs']]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
967
1020
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4NetworkArgs']]] ipv4_networks: Configure the networks for BGP to advertise
|
|
968
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1021
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1022
|
+
- Default value: `false`
|
|
969
1023
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
970
1024
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv4RedistributeArgs']]] ipv4_redistributes: Redistribute routes into BGP
|
|
971
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1025
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1026
|
+
- Default value: `false`
|
|
972
1027
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
973
1028
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6AggregateAddressArgs']]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
974
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1029
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1030
|
+
- Range: `1`-`32`
|
|
975
1031
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
976
1032
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6NeighborArgs']]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
977
1033
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6NetworkArgs']]] ipv6_networks: Configure the networks for BGP to advertise
|
|
978
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1034
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1035
|
+
- Default value: `false`
|
|
979
1036
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
980
1037
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureIpv6RedistributeArgs']]] ipv6_redistributes: Redistribute routes into BGP
|
|
981
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1038
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1039
|
+
- Default value: `false`
|
|
982
1040
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
983
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1041
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1042
|
+
- Range: `0`-`65535`
|
|
1043
|
+
- Default value: `60`
|
|
984
1044
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
985
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1045
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1046
|
+
- Range: `1`-`255`
|
|
1047
|
+
- Default value: `20`
|
|
986
1048
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
987
|
-
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1049
|
+
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1050
|
+
- Default value: `false`
|
|
988
1051
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
989
1052
|
:param pulumi.Input[Sequence[pulumi.Input['TransportRoutingBgpFeatureMplsInterfaceArgs']]] mpls_interfaces: MPLS BGP Interface
|
|
990
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1053
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1054
|
+
- Default value: `false`
|
|
991
1055
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
992
1056
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
993
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
1057
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
1058
|
+
- Default value: `false`
|
|
994
1059
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
995
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
1060
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
1061
|
+
- Default value: `false`
|
|
996
1062
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
997
1063
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
998
1064
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -1113,7 +1179,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1113
1179
|
@pulumi.getter(name="alwaysCompareMed")
|
|
1114
1180
|
def always_compare_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1115
1181
|
"""
|
|
1116
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
1182
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
1183
|
+
- Default value: `false`
|
|
1117
1184
|
"""
|
|
1118
1185
|
return pulumi.get(self, "always_compare_med")
|
|
1119
1186
|
|
|
@@ -1161,7 +1228,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1161
1228
|
@pulumi.getter(name="compareRouterId")
|
|
1162
1229
|
def compare_router_id(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1163
1230
|
"""
|
|
1164
|
-
Compare router IDs when selecting active BGP paths
|
|
1231
|
+
Compare router IDs when selecting active BGP paths
|
|
1232
|
+
- Default value: `false`
|
|
1165
1233
|
"""
|
|
1166
1234
|
return pulumi.get(self, "compare_router_id")
|
|
1167
1235
|
|
|
@@ -1197,7 +1265,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1197
1265
|
@pulumi.getter(name="deterministicMed")
|
|
1198
1266
|
def deterministic_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1199
1267
|
"""
|
|
1200
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1268
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1269
|
+
- Default value: `false`
|
|
1201
1270
|
"""
|
|
1202
1271
|
return pulumi.get(self, "deterministic_med")
|
|
1203
1272
|
|
|
@@ -1221,7 +1290,9 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1221
1290
|
@pulumi.getter(name="externalRoutesDistance")
|
|
1222
1291
|
def external_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1223
1292
|
"""
|
|
1224
|
-
Set administrative distance for external BGP routes
|
|
1293
|
+
Set administrative distance for external BGP routes
|
|
1294
|
+
- Range: `1`-`255`
|
|
1295
|
+
- Default value: `20`
|
|
1225
1296
|
"""
|
|
1226
1297
|
return pulumi.get(self, "external_routes_distance")
|
|
1227
1298
|
|
|
@@ -1257,8 +1328,9 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1257
1328
|
@pulumi.getter(name="holdTime")
|
|
1258
1329
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1259
1330
|
"""
|
|
1260
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1261
|
-
|
|
1331
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1332
|
+
- Range: `0`-`65535`
|
|
1333
|
+
- Default value: `180`
|
|
1262
1334
|
"""
|
|
1263
1335
|
return pulumi.get(self, "hold_time")
|
|
1264
1336
|
|
|
@@ -1282,7 +1354,9 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1282
1354
|
@pulumi.getter(name="internalRoutesDistance")
|
|
1283
1355
|
def internal_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1284
1356
|
"""
|
|
1285
|
-
Set administrative distance for internal BGP routes
|
|
1357
|
+
Set administrative distance for internal BGP routes
|
|
1358
|
+
- Range: `1`-`255`
|
|
1359
|
+
- Default value: `200`
|
|
1286
1360
|
"""
|
|
1287
1361
|
return pulumi.get(self, "internal_routes_distance")
|
|
1288
1362
|
|
|
@@ -1318,7 +1392,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1318
1392
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
1319
1393
|
def ipv4_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1320
1394
|
"""
|
|
1321
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1395
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1396
|
+
- Range: `1`-`32`
|
|
1322
1397
|
"""
|
|
1323
1398
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
1324
1399
|
|
|
@@ -1366,7 +1441,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1366
1441
|
@pulumi.getter(name="ipv4Originate")
|
|
1367
1442
|
def ipv4_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1368
1443
|
"""
|
|
1369
|
-
BGP Default Information Originate
|
|
1444
|
+
BGP Default Information Originate
|
|
1445
|
+
- Default value: `false`
|
|
1370
1446
|
"""
|
|
1371
1447
|
return pulumi.get(self, "ipv4_originate")
|
|
1372
1448
|
|
|
@@ -1402,7 +1478,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1402
1478
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
1403
1479
|
def ipv4_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1404
1480
|
"""
|
|
1405
|
-
Table map filtered or not
|
|
1481
|
+
Table map filtered or not
|
|
1482
|
+
- Default value: `false`
|
|
1406
1483
|
"""
|
|
1407
1484
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
1408
1485
|
|
|
@@ -1447,7 +1524,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1447
1524
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
1448
1525
|
def ipv6_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1449
1526
|
"""
|
|
1450
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1527
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1528
|
+
- Range: `1`-`32`
|
|
1451
1529
|
"""
|
|
1452
1530
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
1453
1531
|
|
|
@@ -1495,7 +1573,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1495
1573
|
@pulumi.getter(name="ipv6Originate")
|
|
1496
1574
|
def ipv6_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1497
1575
|
"""
|
|
1498
|
-
BGP Default Information Originate
|
|
1576
|
+
BGP Default Information Originate
|
|
1577
|
+
- Default value: `false`
|
|
1499
1578
|
"""
|
|
1500
1579
|
return pulumi.get(self, "ipv6_originate")
|
|
1501
1580
|
|
|
@@ -1531,7 +1610,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1531
1610
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
1532
1611
|
def ipv6_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1533
1612
|
"""
|
|
1534
|
-
Table map filtered or not
|
|
1613
|
+
Table map filtered or not
|
|
1614
|
+
- Default value: `false`
|
|
1535
1615
|
"""
|
|
1536
1616
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
1537
1617
|
|
|
@@ -1564,7 +1644,9 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1564
1644
|
@pulumi.getter(name="keepaliveTime")
|
|
1565
1645
|
def keepalive_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1566
1646
|
"""
|
|
1567
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1647
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1648
|
+
- Range: `0`-`65535`
|
|
1649
|
+
- Default value: `60`
|
|
1568
1650
|
"""
|
|
1569
1651
|
return pulumi.get(self, "keepalive_time")
|
|
1570
1652
|
|
|
@@ -1588,7 +1670,9 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1588
1670
|
@pulumi.getter(name="localRoutesDistance")
|
|
1589
1671
|
def local_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1590
1672
|
"""
|
|
1591
|
-
Set administrative distance for local BGP routes
|
|
1673
|
+
Set administrative distance for local BGP routes
|
|
1674
|
+
- Range: `1`-`255`
|
|
1675
|
+
- Default value: `20`
|
|
1592
1676
|
"""
|
|
1593
1677
|
return pulumi.get(self, "local_routes_distance")
|
|
1594
1678
|
|
|
@@ -1612,7 +1696,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1612
1696
|
@pulumi.getter(name="missingMedAsWorst")
|
|
1613
1697
|
def missing_med_as_worst(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1614
1698
|
"""
|
|
1615
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1699
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1700
|
+
- Default value: `false`
|
|
1616
1701
|
"""
|
|
1617
1702
|
return pulumi.get(self, "missing_med_as_worst")
|
|
1618
1703
|
|
|
@@ -1648,7 +1733,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1648
1733
|
@pulumi.getter(name="multipathRelax")
|
|
1649
1734
|
def multipath_relax(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1650
1735
|
"""
|
|
1651
|
-
Ignore AS for multipath selection
|
|
1736
|
+
Ignore AS for multipath selection
|
|
1737
|
+
- Default value: `false`
|
|
1652
1738
|
"""
|
|
1653
1739
|
return pulumi.get(self, "multipath_relax")
|
|
1654
1740
|
|
|
@@ -1684,7 +1770,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1684
1770
|
@pulumi.getter(name="propagateAsPath")
|
|
1685
1771
|
def propagate_as_path(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1686
1772
|
"""
|
|
1687
|
-
Propagate AS Path
|
|
1773
|
+
Propagate AS Path
|
|
1774
|
+
- Default value: `false`
|
|
1688
1775
|
"""
|
|
1689
1776
|
return pulumi.get(self, "propagate_as_path")
|
|
1690
1777
|
|
|
@@ -1708,7 +1795,8 @@ class _TransportRoutingBgpFeatureState:
|
|
|
1708
1795
|
@pulumi.getter(name="propagateCommunity")
|
|
1709
1796
|
def propagate_community(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1710
1797
|
"""
|
|
1711
|
-
Propagate Community
|
|
1798
|
+
Propagate Community
|
|
1799
|
+
- Default value: `false`
|
|
1712
1800
|
"""
|
|
1713
1801
|
return pulumi.get(self, "propagate_community")
|
|
1714
1802
|
|
|
@@ -1830,6 +1918,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1830
1918
|
This resource can manage a Transport Routing BGP Feature.
|
|
1831
1919
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1832
1920
|
|
|
1921
|
+
## Example Usage
|
|
1922
|
+
|
|
1833
1923
|
## Import
|
|
1834
1924
|
|
|
1835
1925
|
The `pulumi import` command can be used, for example:
|
|
@@ -1842,56 +1932,78 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1842
1932
|
|
|
1843
1933
|
:param str resource_name: The name of the resource.
|
|
1844
1934
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1845
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
1935
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
1936
|
+
- Default value: `false`
|
|
1846
1937
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
1847
1938
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
1848
1939
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
1849
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
1940
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
1941
|
+
- Default value: `false`
|
|
1850
1942
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
1851
1943
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1852
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1944
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1945
|
+
- Default value: `false`
|
|
1853
1946
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
1854
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1947
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1948
|
+
- Range: `1`-`255`
|
|
1949
|
+
- Default value: `20`
|
|
1855
1950
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
1856
1951
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1857
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1858
|
-
|
|
1952
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1953
|
+
- Range: `0`-`65535`
|
|
1954
|
+
- Default value: `180`
|
|
1859
1955
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
1860
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1956
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1957
|
+
- Range: `1`-`255`
|
|
1958
|
+
- Default value: `200`
|
|
1861
1959
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
1862
1960
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4AggregateAddressArgs', 'TransportRoutingBgpFeatureIpv4AggregateAddressArgsDict']]]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
1863
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1961
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1962
|
+
- Range: `1`-`32`
|
|
1864
1963
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
1865
1964
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4NeighborArgs', 'TransportRoutingBgpFeatureIpv4NeighborArgsDict']]]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
1866
1965
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4NetworkArgs', 'TransportRoutingBgpFeatureIpv4NetworkArgsDict']]]] ipv4_networks: Configure the networks for BGP to advertise
|
|
1867
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1966
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1967
|
+
- Default value: `false`
|
|
1868
1968
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
1869
1969
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4RedistributeArgs', 'TransportRoutingBgpFeatureIpv4RedistributeArgsDict']]]] ipv4_redistributes: Redistribute routes into BGP
|
|
1870
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1970
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1971
|
+
- Default value: `false`
|
|
1871
1972
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
1872
1973
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6AggregateAddressArgs', 'TransportRoutingBgpFeatureIpv6AggregateAddressArgsDict']]]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
1873
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1974
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1975
|
+
- Range: `1`-`32`
|
|
1874
1976
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
1875
1977
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6NeighborArgs', 'TransportRoutingBgpFeatureIpv6NeighborArgsDict']]]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
1876
1978
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6NetworkArgs', 'TransportRoutingBgpFeatureIpv6NetworkArgsDict']]]] ipv6_networks: Configure the networks for BGP to advertise
|
|
1877
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1979
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1980
|
+
- Default value: `false`
|
|
1878
1981
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
1879
1982
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6RedistributeArgs', 'TransportRoutingBgpFeatureIpv6RedistributeArgsDict']]]] ipv6_redistributes: Redistribute routes into BGP
|
|
1880
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1983
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1984
|
+
- Default value: `false`
|
|
1881
1985
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
1882
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1986
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1987
|
+
- Range: `0`-`65535`
|
|
1988
|
+
- Default value: `60`
|
|
1883
1989
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
1884
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1990
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1991
|
+
- Range: `1`-`255`
|
|
1992
|
+
- Default value: `20`
|
|
1885
1993
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
1886
|
-
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1994
|
+
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1995
|
+
- Default value: `false`
|
|
1887
1996
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
1888
1997
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureMplsInterfaceArgs', 'TransportRoutingBgpFeatureMplsInterfaceArgsDict']]]] mpls_interfaces: MPLS BGP Interface
|
|
1889
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1998
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1999
|
+
- Default value: `false`
|
|
1890
2000
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
1891
2001
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1892
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2002
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2003
|
+
- Default value: `false`
|
|
1893
2004
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
1894
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2005
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2006
|
+
- Default value: `false`
|
|
1895
2007
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
1896
2008
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
1897
2009
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -1906,6 +2018,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1906
2018
|
This resource can manage a Transport Routing BGP Feature.
|
|
1907
2019
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1908
2020
|
|
|
2021
|
+
## Example Usage
|
|
2022
|
+
|
|
1909
2023
|
## Import
|
|
1910
2024
|
|
|
1911
2025
|
The `pulumi import` command can be used, for example:
|
|
@@ -2123,56 +2237,78 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2123
2237
|
:param str resource_name: The unique name of the resulting resource.
|
|
2124
2238
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
2125
2239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2126
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
2240
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
2241
|
+
- Default value: `false`
|
|
2127
2242
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
2128
2243
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
2129
2244
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
2130
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
2245
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
2246
|
+
- Default value: `false`
|
|
2131
2247
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
2132
2248
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
2133
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2249
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2250
|
+
- Default value: `false`
|
|
2134
2251
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
2135
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
2252
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
2253
|
+
- Range: `1`-`255`
|
|
2254
|
+
- Default value: `20`
|
|
2136
2255
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
2137
2256
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
2138
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2139
|
-
|
|
2257
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2258
|
+
- Range: `0`-`65535`
|
|
2259
|
+
- Default value: `180`
|
|
2140
2260
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
2141
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
2261
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
2262
|
+
- Range: `1`-`255`
|
|
2263
|
+
- Default value: `200`
|
|
2142
2264
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
2143
2265
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4AggregateAddressArgs', 'TransportRoutingBgpFeatureIpv4AggregateAddressArgsDict']]]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
2144
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2266
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2267
|
+
- Range: `1`-`32`
|
|
2145
2268
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
2146
2269
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4NeighborArgs', 'TransportRoutingBgpFeatureIpv4NeighborArgsDict']]]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
2147
2270
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4NetworkArgs', 'TransportRoutingBgpFeatureIpv4NetworkArgsDict']]]] ipv4_networks: Configure the networks for BGP to advertise
|
|
2148
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
2271
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
2272
|
+
- Default value: `false`
|
|
2149
2273
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
2150
2274
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4RedistributeArgs', 'TransportRoutingBgpFeatureIpv4RedistributeArgsDict']]]] ipv4_redistributes: Redistribute routes into BGP
|
|
2151
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
2275
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
2276
|
+
- Default value: `false`
|
|
2152
2277
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
2153
2278
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6AggregateAddressArgs', 'TransportRoutingBgpFeatureIpv6AggregateAddressArgsDict']]]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
2154
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2279
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2280
|
+
- Range: `1`-`32`
|
|
2155
2281
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
2156
2282
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6NeighborArgs', 'TransportRoutingBgpFeatureIpv6NeighborArgsDict']]]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
2157
2283
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6NetworkArgs', 'TransportRoutingBgpFeatureIpv6NetworkArgsDict']]]] ipv6_networks: Configure the networks for BGP to advertise
|
|
2158
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
2284
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
2285
|
+
- Default value: `false`
|
|
2159
2286
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
2160
2287
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6RedistributeArgs', 'TransportRoutingBgpFeatureIpv6RedistributeArgsDict']]]] ipv6_redistributes: Redistribute routes into BGP
|
|
2161
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
2288
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
2289
|
+
- Default value: `false`
|
|
2162
2290
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
2163
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2291
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2292
|
+
- Range: `0`-`65535`
|
|
2293
|
+
- Default value: `60`
|
|
2164
2294
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
2165
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
2295
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
2296
|
+
- Range: `1`-`255`
|
|
2297
|
+
- Default value: `20`
|
|
2166
2298
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
2167
|
-
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2299
|
+
:param pulumi.Input[_builtins.bool] missing_med_as_worst: If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2300
|
+
- Default value: `false`
|
|
2168
2301
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
2169
2302
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureMplsInterfaceArgs', 'TransportRoutingBgpFeatureMplsInterfaceArgsDict']]]] mpls_interfaces: MPLS BGP Interface
|
|
2170
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
2303
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
2304
|
+
- Default value: `false`
|
|
2171
2305
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
2172
2306
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
2173
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2307
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2308
|
+
- Default value: `false`
|
|
2174
2309
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
2175
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2310
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2311
|
+
- Default value: `false`
|
|
2176
2312
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
2177
2313
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
2178
2314
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -2243,7 +2379,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2243
2379
|
@pulumi.getter(name="alwaysCompareMed")
|
|
2244
2380
|
def always_compare_med(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2245
2381
|
"""
|
|
2246
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
2382
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
2383
|
+
- Default value: `false`
|
|
2247
2384
|
"""
|
|
2248
2385
|
return pulumi.get(self, "always_compare_med")
|
|
2249
2386
|
|
|
@@ -2275,7 +2412,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2275
2412
|
@pulumi.getter(name="compareRouterId")
|
|
2276
2413
|
def compare_router_id(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2277
2414
|
"""
|
|
2278
|
-
Compare router IDs when selecting active BGP paths
|
|
2415
|
+
Compare router IDs when selecting active BGP paths
|
|
2416
|
+
- Default value: `false`
|
|
2279
2417
|
"""
|
|
2280
2418
|
return pulumi.get(self, "compare_router_id")
|
|
2281
2419
|
|
|
@@ -2299,7 +2437,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2299
2437
|
@pulumi.getter(name="deterministicMed")
|
|
2300
2438
|
def deterministic_med(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2301
2439
|
"""
|
|
2302
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2440
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2441
|
+
- Default value: `false`
|
|
2303
2442
|
"""
|
|
2304
2443
|
return pulumi.get(self, "deterministic_med")
|
|
2305
2444
|
|
|
@@ -2315,7 +2454,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2315
2454
|
@pulumi.getter(name="externalRoutesDistance")
|
|
2316
2455
|
def external_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2317
2456
|
"""
|
|
2318
|
-
Set administrative distance for external BGP routes
|
|
2457
|
+
Set administrative distance for external BGP routes
|
|
2458
|
+
- Range: `1`-`255`
|
|
2459
|
+
- Default value: `20`
|
|
2319
2460
|
"""
|
|
2320
2461
|
return pulumi.get(self, "external_routes_distance")
|
|
2321
2462
|
|
|
@@ -2339,8 +2480,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2339
2480
|
@pulumi.getter(name="holdTime")
|
|
2340
2481
|
def hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2341
2482
|
"""
|
|
2342
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2343
|
-
|
|
2483
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2484
|
+
- Range: `0`-`65535`
|
|
2485
|
+
- Default value: `180`
|
|
2344
2486
|
"""
|
|
2345
2487
|
return pulumi.get(self, "hold_time")
|
|
2346
2488
|
|
|
@@ -2356,7 +2498,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2356
2498
|
@pulumi.getter(name="internalRoutesDistance")
|
|
2357
2499
|
def internal_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2358
2500
|
"""
|
|
2359
|
-
Set administrative distance for internal BGP routes
|
|
2501
|
+
Set administrative distance for internal BGP routes
|
|
2502
|
+
- Range: `1`-`255`
|
|
2503
|
+
- Default value: `200`
|
|
2360
2504
|
"""
|
|
2361
2505
|
return pulumi.get(self, "internal_routes_distance")
|
|
2362
2506
|
|
|
@@ -2380,7 +2524,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2380
2524
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
2381
2525
|
def ipv4_eibgp_maximum_paths(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2382
2526
|
"""
|
|
2383
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2527
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2528
|
+
- Range: `1`-`32`
|
|
2384
2529
|
"""
|
|
2385
2530
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
2386
2531
|
|
|
@@ -2412,7 +2557,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2412
2557
|
@pulumi.getter(name="ipv4Originate")
|
|
2413
2558
|
def ipv4_originate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2414
2559
|
"""
|
|
2415
|
-
BGP Default Information Originate
|
|
2560
|
+
BGP Default Information Originate
|
|
2561
|
+
- Default value: `false`
|
|
2416
2562
|
"""
|
|
2417
2563
|
return pulumi.get(self, "ipv4_originate")
|
|
2418
2564
|
|
|
@@ -2436,7 +2582,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2436
2582
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
2437
2583
|
def ipv4_table_map_filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2438
2584
|
"""
|
|
2439
|
-
Table map filtered or not
|
|
2585
|
+
Table map filtered or not
|
|
2586
|
+
- Default value: `false`
|
|
2440
2587
|
"""
|
|
2441
2588
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
2442
2589
|
|
|
@@ -2465,7 +2612,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2465
2612
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
2466
2613
|
def ipv6_eibgp_maximum_paths(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2467
2614
|
"""
|
|
2468
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2615
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2616
|
+
- Range: `1`-`32`
|
|
2469
2617
|
"""
|
|
2470
2618
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
2471
2619
|
|
|
@@ -2497,7 +2645,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2497
2645
|
@pulumi.getter(name="ipv6Originate")
|
|
2498
2646
|
def ipv6_originate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2499
2647
|
"""
|
|
2500
|
-
BGP Default Information Originate
|
|
2648
|
+
BGP Default Information Originate
|
|
2649
|
+
- Default value: `false`
|
|
2501
2650
|
"""
|
|
2502
2651
|
return pulumi.get(self, "ipv6_originate")
|
|
2503
2652
|
|
|
@@ -2521,7 +2670,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2521
2670
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
2522
2671
|
def ipv6_table_map_filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2523
2672
|
"""
|
|
2524
|
-
Table map filtered or not
|
|
2673
|
+
Table map filtered or not
|
|
2674
|
+
- Default value: `false`
|
|
2525
2675
|
"""
|
|
2526
2676
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
2527
2677
|
|
|
@@ -2542,7 +2692,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2542
2692
|
@pulumi.getter(name="keepaliveTime")
|
|
2543
2693
|
def keepalive_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2544
2694
|
"""
|
|
2545
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2695
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2696
|
+
- Range: `0`-`65535`
|
|
2697
|
+
- Default value: `60`
|
|
2546
2698
|
"""
|
|
2547
2699
|
return pulumi.get(self, "keepalive_time")
|
|
2548
2700
|
|
|
@@ -2558,7 +2710,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2558
2710
|
@pulumi.getter(name="localRoutesDistance")
|
|
2559
2711
|
def local_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2560
2712
|
"""
|
|
2561
|
-
Set administrative distance for local BGP routes
|
|
2713
|
+
Set administrative distance for local BGP routes
|
|
2714
|
+
- Range: `1`-`255`
|
|
2715
|
+
- Default value: `20`
|
|
2562
2716
|
"""
|
|
2563
2717
|
return pulumi.get(self, "local_routes_distance")
|
|
2564
2718
|
|
|
@@ -2574,7 +2728,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2574
2728
|
@pulumi.getter(name="missingMedAsWorst")
|
|
2575
2729
|
def missing_med_as_worst(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2576
2730
|
"""
|
|
2577
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2731
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2732
|
+
- Default value: `false`
|
|
2578
2733
|
"""
|
|
2579
2734
|
return pulumi.get(self, "missing_med_as_worst")
|
|
2580
2735
|
|
|
@@ -2598,7 +2753,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2598
2753
|
@pulumi.getter(name="multipathRelax")
|
|
2599
2754
|
def multipath_relax(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2600
2755
|
"""
|
|
2601
|
-
Ignore AS for multipath selection
|
|
2756
|
+
Ignore AS for multipath selection
|
|
2757
|
+
- Default value: `false`
|
|
2602
2758
|
"""
|
|
2603
2759
|
return pulumi.get(self, "multipath_relax")
|
|
2604
2760
|
|
|
@@ -2622,7 +2778,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2622
2778
|
@pulumi.getter(name="propagateAsPath")
|
|
2623
2779
|
def propagate_as_path(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2624
2780
|
"""
|
|
2625
|
-
Propagate AS Path
|
|
2781
|
+
Propagate AS Path
|
|
2782
|
+
- Default value: `false`
|
|
2626
2783
|
"""
|
|
2627
2784
|
return pulumi.get(self, "propagate_as_path")
|
|
2628
2785
|
|
|
@@ -2638,7 +2795,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2638
2795
|
@pulumi.getter(name="propagateCommunity")
|
|
2639
2796
|
def propagate_community(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2640
2797
|
"""
|
|
2641
|
-
Propagate Community
|
|
2798
|
+
Propagate Community
|
|
2799
|
+
- Default value: `false`
|
|
2642
2800
|
"""
|
|
2643
2801
|
return pulumi.get(self, "propagate_community")
|
|
2644
2802
|
|