pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1757701880__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 +120 -5
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +84 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +70 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +70 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
- pulumi_sdwan/cisco_logging_feature_template.py +70 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
- pulumi_sdwan/cisco_omp_feature_template.py +231 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
- pulumi_sdwan/cisco_security_feature_template.py +91 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
- pulumi_sdwan/cisco_system_feature_template.py +516 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -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/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
- pulumi_sdwan/eigrp_feature_template.py +98 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_cisco_system_feature_template.py +15 -1
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
- pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/localized_policy.py +82 -26
- pulumi_sdwan/other_ucse_feature.py +98 -56
- pulumi_sdwan/outputs.py +145 -10
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_as_path_list.py +14 -7
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/route_policy_definition.py +14 -7
- pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
- pulumi_sdwan/security_policy.py +98 -49
- pulumi_sdwan/service_dhcp_server_feature.py +49 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/service_lan_vpn_feature.py +63 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
- 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 +147 -91
- pulumi_sdwan/service_multicast_feature.py +91 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
- pulumi_sdwan/service_route_policy_feature.py +21 -7
- pulumi_sdwan/service_routing_bgp_feature.py +287 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
- pulumi_sdwan/service_routing_ospf_feature.py +217 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/service_switchport_feature.py +21 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +21 -7
- pulumi_sdwan/service_wireless_lan_feature.py +63 -126
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +91 -49
- pulumi_sdwan/system_aaa_feature.py +56 -28
- pulumi_sdwan/system_basic_feature.py +392 -693
- pulumi_sdwan/system_bfd_feature.py +42 -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 +21 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
- pulumi_sdwan/system_logging_feature.py +56 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +28 -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 +77 -35
- pulumi_sdwan/system_snmp_feature.py +14 -7
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +14 -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 +21 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
- pulumi_sdwan/transport_route_policy_feature.py +21 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -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 +56 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
- pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.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
|
|
|
@@ -1842,56 +1930,78 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1842
1930
|
|
|
1843
1931
|
:param str resource_name: The name of the resource.
|
|
1844
1932
|
: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
|
|
1933
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
1934
|
+
- Default value: `false`
|
|
1846
1935
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
1847
1936
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
1848
1937
|
: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
|
|
1938
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
1939
|
+
- Default value: `false`
|
|
1850
1940
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
1851
1941
|
: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
|
|
1942
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1943
|
+
- Default value: `false`
|
|
1853
1944
|
: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
|
|
1945
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1946
|
+
- Range: `1`-`255`
|
|
1947
|
+
- Default value: `20`
|
|
1855
1948
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
1856
1949
|
: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
|
-
|
|
1950
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1951
|
+
- Range: `0`-`65535`
|
|
1952
|
+
- Default value: `180`
|
|
1859
1953
|
: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
|
|
1954
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1955
|
+
- Range: `1`-`255`
|
|
1956
|
+
- Default value: `200`
|
|
1861
1957
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
1862
1958
|
: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
|
|
1959
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1960
|
+
- Range: `1`-`32`
|
|
1864
1961
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
1865
1962
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4NeighborArgs', 'TransportRoutingBgpFeatureIpv4NeighborArgsDict']]]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
1866
1963
|
: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
|
|
1964
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1965
|
+
- Default value: `false`
|
|
1868
1966
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
1869
1967
|
: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
|
|
1968
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1969
|
+
- Default value: `false`
|
|
1871
1970
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
1872
1971
|
: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
|
|
1972
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1973
|
+
- Range: `1`-`32`
|
|
1874
1974
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
1875
1975
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6NeighborArgs', 'TransportRoutingBgpFeatureIpv6NeighborArgsDict']]]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
1876
1976
|
: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
|
|
1977
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1978
|
+
- Default value: `false`
|
|
1878
1979
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
1879
1980
|
: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
|
|
1981
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1982
|
+
- Default value: `false`
|
|
1881
1983
|
: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
|
|
1984
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1985
|
+
- Range: `0`-`65535`
|
|
1986
|
+
- Default value: `60`
|
|
1883
1987
|
: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
|
|
1988
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1989
|
+
- Range: `1`-`255`
|
|
1990
|
+
- Default value: `20`
|
|
1885
1991
|
: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
|
|
1992
|
+
: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
|
|
1993
|
+
- Default value: `false`
|
|
1887
1994
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
1888
1995
|
: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
|
|
1996
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1997
|
+
- Default value: `false`
|
|
1890
1998
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
1891
1999
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1892
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2000
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2001
|
+
- Default value: `false`
|
|
1893
2002
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
1894
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2003
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2004
|
+
- Default value: `false`
|
|
1895
2005
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
1896
2006
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
1897
2007
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -2123,56 +2233,78 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2123
2233
|
:param str resource_name: The unique name of the resulting resource.
|
|
2124
2234
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
2125
2235
|
: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
|
|
2236
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
2237
|
+
- Default value: `false`
|
|
2127
2238
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
2128
2239
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
2129
2240
|
: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
|
|
2241
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
2242
|
+
- Default value: `false`
|
|
2131
2243
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
2132
2244
|
: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
|
|
2245
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2246
|
+
- Default value: `false`
|
|
2134
2247
|
: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
|
|
2248
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
2249
|
+
- Range: `1`-`255`
|
|
2250
|
+
- Default value: `20`
|
|
2136
2251
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
2137
2252
|
: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
|
-
|
|
2253
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2254
|
+
- Range: `0`-`65535`
|
|
2255
|
+
- Default value: `180`
|
|
2140
2256
|
: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
|
|
2257
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
2258
|
+
- Range: `1`-`255`
|
|
2259
|
+
- Default value: `200`
|
|
2142
2260
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
2143
2261
|
: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
|
|
2262
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2263
|
+
- Range: `1`-`32`
|
|
2145
2264
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
2146
2265
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv4NeighborArgs', 'TransportRoutingBgpFeatureIpv4NeighborArgsDict']]]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
2147
2266
|
: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
|
|
2267
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
2268
|
+
- Default value: `false`
|
|
2149
2269
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
2150
2270
|
: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
|
|
2271
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
2272
|
+
- Default value: `false`
|
|
2152
2273
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
2153
2274
|
: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
|
|
2275
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2276
|
+
- Range: `1`-`32`
|
|
2155
2277
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
2156
2278
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportRoutingBgpFeatureIpv6NeighborArgs', 'TransportRoutingBgpFeatureIpv6NeighborArgsDict']]]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
2157
2279
|
: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
|
|
2280
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
2281
|
+
- Default value: `false`
|
|
2159
2282
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
2160
2283
|
: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
|
|
2284
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
2285
|
+
- Default value: `false`
|
|
2162
2286
|
: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
|
|
2287
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2288
|
+
- Range: `0`-`65535`
|
|
2289
|
+
- Default value: `60`
|
|
2164
2290
|
: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
|
|
2291
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
2292
|
+
- Range: `1`-`255`
|
|
2293
|
+
- Default value: `20`
|
|
2166
2294
|
: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
|
|
2295
|
+
: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
|
|
2296
|
+
- Default value: `false`
|
|
2168
2297
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
2169
2298
|
: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
|
|
2299
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
2300
|
+
- Default value: `false`
|
|
2171
2301
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
2172
2302
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
2173
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2303
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2304
|
+
- Default value: `false`
|
|
2174
2305
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
2175
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2306
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2307
|
+
- Default value: `false`
|
|
2176
2308
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
2177
2309
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
2178
2310
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -2243,7 +2375,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2243
2375
|
@pulumi.getter(name="alwaysCompareMed")
|
|
2244
2376
|
def always_compare_med(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2245
2377
|
"""
|
|
2246
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
2378
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
2379
|
+
- Default value: `false`
|
|
2247
2380
|
"""
|
|
2248
2381
|
return pulumi.get(self, "always_compare_med")
|
|
2249
2382
|
|
|
@@ -2275,7 +2408,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2275
2408
|
@pulumi.getter(name="compareRouterId")
|
|
2276
2409
|
def compare_router_id(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2277
2410
|
"""
|
|
2278
|
-
Compare router IDs when selecting active BGP paths
|
|
2411
|
+
Compare router IDs when selecting active BGP paths
|
|
2412
|
+
- Default value: `false`
|
|
2279
2413
|
"""
|
|
2280
2414
|
return pulumi.get(self, "compare_router_id")
|
|
2281
2415
|
|
|
@@ -2299,7 +2433,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2299
2433
|
@pulumi.getter(name="deterministicMed")
|
|
2300
2434
|
def deterministic_med(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2301
2435
|
"""
|
|
2302
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2436
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2437
|
+
- Default value: `false`
|
|
2303
2438
|
"""
|
|
2304
2439
|
return pulumi.get(self, "deterministic_med")
|
|
2305
2440
|
|
|
@@ -2315,7 +2450,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2315
2450
|
@pulumi.getter(name="externalRoutesDistance")
|
|
2316
2451
|
def external_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2317
2452
|
"""
|
|
2318
|
-
Set administrative distance for external BGP routes
|
|
2453
|
+
Set administrative distance for external BGP routes
|
|
2454
|
+
- Range: `1`-`255`
|
|
2455
|
+
- Default value: `20`
|
|
2319
2456
|
"""
|
|
2320
2457
|
return pulumi.get(self, "external_routes_distance")
|
|
2321
2458
|
|
|
@@ -2339,8 +2476,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2339
2476
|
@pulumi.getter(name="holdTime")
|
|
2340
2477
|
def hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2341
2478
|
"""
|
|
2342
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2343
|
-
|
|
2479
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2480
|
+
- Range: `0`-`65535`
|
|
2481
|
+
- Default value: `180`
|
|
2344
2482
|
"""
|
|
2345
2483
|
return pulumi.get(self, "hold_time")
|
|
2346
2484
|
|
|
@@ -2356,7 +2494,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2356
2494
|
@pulumi.getter(name="internalRoutesDistance")
|
|
2357
2495
|
def internal_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2358
2496
|
"""
|
|
2359
|
-
Set administrative distance for internal BGP routes
|
|
2497
|
+
Set administrative distance for internal BGP routes
|
|
2498
|
+
- Range: `1`-`255`
|
|
2499
|
+
- Default value: `200`
|
|
2360
2500
|
"""
|
|
2361
2501
|
return pulumi.get(self, "internal_routes_distance")
|
|
2362
2502
|
|
|
@@ -2380,7 +2520,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2380
2520
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
2381
2521
|
def ipv4_eibgp_maximum_paths(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2382
2522
|
"""
|
|
2383
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2523
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2524
|
+
- Range: `1`-`32`
|
|
2384
2525
|
"""
|
|
2385
2526
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
2386
2527
|
|
|
@@ -2412,7 +2553,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2412
2553
|
@pulumi.getter(name="ipv4Originate")
|
|
2413
2554
|
def ipv4_originate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2414
2555
|
"""
|
|
2415
|
-
BGP Default Information Originate
|
|
2556
|
+
BGP Default Information Originate
|
|
2557
|
+
- Default value: `false`
|
|
2416
2558
|
"""
|
|
2417
2559
|
return pulumi.get(self, "ipv4_originate")
|
|
2418
2560
|
|
|
@@ -2436,7 +2578,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2436
2578
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
2437
2579
|
def ipv4_table_map_filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2438
2580
|
"""
|
|
2439
|
-
Table map filtered or not
|
|
2581
|
+
Table map filtered or not
|
|
2582
|
+
- Default value: `false`
|
|
2440
2583
|
"""
|
|
2441
2584
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
2442
2585
|
|
|
@@ -2465,7 +2608,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2465
2608
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
2466
2609
|
def ipv6_eibgp_maximum_paths(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2467
2610
|
"""
|
|
2468
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2611
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2612
|
+
- Range: `1`-`32`
|
|
2469
2613
|
"""
|
|
2470
2614
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
2471
2615
|
|
|
@@ -2497,7 +2641,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2497
2641
|
@pulumi.getter(name="ipv6Originate")
|
|
2498
2642
|
def ipv6_originate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2499
2643
|
"""
|
|
2500
|
-
BGP Default Information Originate
|
|
2644
|
+
BGP Default Information Originate
|
|
2645
|
+
- Default value: `false`
|
|
2501
2646
|
"""
|
|
2502
2647
|
return pulumi.get(self, "ipv6_originate")
|
|
2503
2648
|
|
|
@@ -2521,7 +2666,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2521
2666
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
2522
2667
|
def ipv6_table_map_filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2523
2668
|
"""
|
|
2524
|
-
Table map filtered or not
|
|
2669
|
+
Table map filtered or not
|
|
2670
|
+
- Default value: `false`
|
|
2525
2671
|
"""
|
|
2526
2672
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
2527
2673
|
|
|
@@ -2542,7 +2688,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2542
2688
|
@pulumi.getter(name="keepaliveTime")
|
|
2543
2689
|
def keepalive_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2544
2690
|
"""
|
|
2545
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2691
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2692
|
+
- Range: `0`-`65535`
|
|
2693
|
+
- Default value: `60`
|
|
2546
2694
|
"""
|
|
2547
2695
|
return pulumi.get(self, "keepalive_time")
|
|
2548
2696
|
|
|
@@ -2558,7 +2706,9 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2558
2706
|
@pulumi.getter(name="localRoutesDistance")
|
|
2559
2707
|
def local_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2560
2708
|
"""
|
|
2561
|
-
Set administrative distance for local BGP routes
|
|
2709
|
+
Set administrative distance for local BGP routes
|
|
2710
|
+
- Range: `1`-`255`
|
|
2711
|
+
- Default value: `20`
|
|
2562
2712
|
"""
|
|
2563
2713
|
return pulumi.get(self, "local_routes_distance")
|
|
2564
2714
|
|
|
@@ -2574,7 +2724,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2574
2724
|
@pulumi.getter(name="missingMedAsWorst")
|
|
2575
2725
|
def missing_med_as_worst(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2576
2726
|
"""
|
|
2577
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2727
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2728
|
+
- Default value: `false`
|
|
2578
2729
|
"""
|
|
2579
2730
|
return pulumi.get(self, "missing_med_as_worst")
|
|
2580
2731
|
|
|
@@ -2598,7 +2749,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2598
2749
|
@pulumi.getter(name="multipathRelax")
|
|
2599
2750
|
def multipath_relax(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2600
2751
|
"""
|
|
2601
|
-
Ignore AS for multipath selection
|
|
2752
|
+
Ignore AS for multipath selection
|
|
2753
|
+
- Default value: `false`
|
|
2602
2754
|
"""
|
|
2603
2755
|
return pulumi.get(self, "multipath_relax")
|
|
2604
2756
|
|
|
@@ -2622,7 +2774,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2622
2774
|
@pulumi.getter(name="propagateAsPath")
|
|
2623
2775
|
def propagate_as_path(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2624
2776
|
"""
|
|
2625
|
-
Propagate AS Path
|
|
2777
|
+
Propagate AS Path
|
|
2778
|
+
- Default value: `false`
|
|
2626
2779
|
"""
|
|
2627
2780
|
return pulumi.get(self, "propagate_as_path")
|
|
2628
2781
|
|
|
@@ -2638,7 +2791,8 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2638
2791
|
@pulumi.getter(name="propagateCommunity")
|
|
2639
2792
|
def propagate_community(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2640
2793
|
"""
|
|
2641
|
-
Propagate Community
|
|
2794
|
+
Propagate Community
|
|
2795
|
+
- Default value: `false`
|
|
2642
2796
|
"""
|
|
2643
2797
|
return pulumi.get(self, "propagate_community")
|
|
2644
2798
|
|