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
|
@@ -77,54 +77,76 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
77
77
|
"""
|
|
78
78
|
The set of arguments for constructing a ServiceRoutingBgpFeature resource.
|
|
79
79
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
80
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
80
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
81
|
+
- Default value: `false`
|
|
81
82
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
82
83
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
83
84
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
84
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
85
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
86
|
+
- Default value: `false`
|
|
85
87
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
86
88
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
87
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
89
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
90
|
+
- Default value: `false`
|
|
88
91
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
89
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
92
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
93
|
+
- Range: `1`-`255`
|
|
94
|
+
- Default value: `20`
|
|
90
95
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
91
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
92
|
-
|
|
96
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
97
|
+
- Range: `0`-`65535`
|
|
98
|
+
- Default value: `180`
|
|
93
99
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
94
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
100
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
101
|
+
- Range: `1`-`255`
|
|
102
|
+
- Default value: `200`
|
|
95
103
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
96
104
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4AggregateAddressArgs']]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
97
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
105
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
106
|
+
- Range: `1`-`32`
|
|
98
107
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
99
108
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4NeighborArgs']]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
100
109
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4NetworkArgs']]] ipv4_networks: Configure the networks for BGP to advertise
|
|
101
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
110
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
111
|
+
- Default value: `false`
|
|
102
112
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
103
113
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4RedistributeArgs']]] ipv4_redistributes: Redistribute routes into BGP
|
|
104
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
114
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
115
|
+
- Default value: `false`
|
|
105
116
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
106
117
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6AggregateAddressArgs']]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
107
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
118
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
119
|
+
- Range: `1`-`32`
|
|
108
120
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
109
121
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6NeighborArgs']]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
110
122
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6NetworkArgs']]] ipv6_networks: Configure the networks for BGP to advertise
|
|
111
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
123
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
124
|
+
- Default value: `false`
|
|
112
125
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
113
126
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6RedistributeArgs']]] ipv6_redistributes: Redistribute routes into BGP
|
|
114
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
127
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
128
|
+
- Default value: `false`
|
|
115
129
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
116
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
130
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
131
|
+
- Range: `0`-`65535`
|
|
132
|
+
- Default value: `60`
|
|
117
133
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
118
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
134
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
135
|
+
- Range: `1`-`255`
|
|
136
|
+
- Default value: `20`
|
|
119
137
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
120
|
-
: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
|
|
138
|
+
: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
|
+
- Default value: `false`
|
|
121
140
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
122
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
141
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
142
|
+
- Default value: `false`
|
|
123
143
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
124
144
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
125
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
145
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
146
|
+
- Default value: `false`
|
|
126
147
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
127
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
148
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
149
|
+
- Default value: `false`
|
|
128
150
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
129
151
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
130
152
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -251,7 +273,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
251
273
|
@pulumi.getter(name="alwaysCompareMed")
|
|
252
274
|
def always_compare_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
253
275
|
"""
|
|
254
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
276
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
277
|
+
- Default value: `false`
|
|
255
278
|
"""
|
|
256
279
|
return pulumi.get(self, "always_compare_med")
|
|
257
280
|
|
|
@@ -299,7 +322,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
299
322
|
@pulumi.getter(name="compareRouterId")
|
|
300
323
|
def compare_router_id(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
301
324
|
"""
|
|
302
|
-
Compare router IDs when selecting active BGP paths
|
|
325
|
+
Compare router IDs when selecting active BGP paths
|
|
326
|
+
- Default value: `false`
|
|
303
327
|
"""
|
|
304
328
|
return pulumi.get(self, "compare_router_id")
|
|
305
329
|
|
|
@@ -335,7 +359,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
335
359
|
@pulumi.getter(name="deterministicMed")
|
|
336
360
|
def deterministic_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
337
361
|
"""
|
|
338
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
362
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
363
|
+
- Default value: `false`
|
|
339
364
|
"""
|
|
340
365
|
return pulumi.get(self, "deterministic_med")
|
|
341
366
|
|
|
@@ -359,7 +384,9 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
359
384
|
@pulumi.getter(name="externalRoutesDistance")
|
|
360
385
|
def external_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
361
386
|
"""
|
|
362
|
-
Set administrative distance for external BGP routes
|
|
387
|
+
Set administrative distance for external BGP routes
|
|
388
|
+
- Range: `1`-`255`
|
|
389
|
+
- Default value: `20`
|
|
363
390
|
"""
|
|
364
391
|
return pulumi.get(self, "external_routes_distance")
|
|
365
392
|
|
|
@@ -383,8 +410,9 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
383
410
|
@pulumi.getter(name="holdTime")
|
|
384
411
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
385
412
|
"""
|
|
386
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
387
|
-
|
|
413
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
414
|
+
- Range: `0`-`65535`
|
|
415
|
+
- Default value: `180`
|
|
388
416
|
"""
|
|
389
417
|
return pulumi.get(self, "hold_time")
|
|
390
418
|
|
|
@@ -408,7 +436,9 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
408
436
|
@pulumi.getter(name="internalRoutesDistance")
|
|
409
437
|
def internal_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
410
438
|
"""
|
|
411
|
-
Set administrative distance for internal BGP routes
|
|
439
|
+
Set administrative distance for internal BGP routes
|
|
440
|
+
- Range: `1`-`255`
|
|
441
|
+
- Default value: `200`
|
|
412
442
|
"""
|
|
413
443
|
return pulumi.get(self, "internal_routes_distance")
|
|
414
444
|
|
|
@@ -444,7 +474,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
444
474
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
445
475
|
def ipv4_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
446
476
|
"""
|
|
447
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
477
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
478
|
+
- Range: `1`-`32`
|
|
448
479
|
"""
|
|
449
480
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
450
481
|
|
|
@@ -492,7 +523,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
492
523
|
@pulumi.getter(name="ipv4Originate")
|
|
493
524
|
def ipv4_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
494
525
|
"""
|
|
495
|
-
BGP Default Information Originate
|
|
526
|
+
BGP Default Information Originate
|
|
527
|
+
- Default value: `false`
|
|
496
528
|
"""
|
|
497
529
|
return pulumi.get(self, "ipv4_originate")
|
|
498
530
|
|
|
@@ -528,7 +560,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
528
560
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
529
561
|
def ipv4_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
530
562
|
"""
|
|
531
|
-
Table map filtered or not
|
|
563
|
+
Table map filtered or not
|
|
564
|
+
- Default value: `false`
|
|
532
565
|
"""
|
|
533
566
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
534
567
|
|
|
@@ -573,7 +606,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
573
606
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
574
607
|
def ipv6_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
575
608
|
"""
|
|
576
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
609
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
610
|
+
- Range: `1`-`32`
|
|
577
611
|
"""
|
|
578
612
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
579
613
|
|
|
@@ -621,7 +655,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
621
655
|
@pulumi.getter(name="ipv6Originate")
|
|
622
656
|
def ipv6_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
623
657
|
"""
|
|
624
|
-
BGP Default Information Originate
|
|
658
|
+
BGP Default Information Originate
|
|
659
|
+
- Default value: `false`
|
|
625
660
|
"""
|
|
626
661
|
return pulumi.get(self, "ipv6_originate")
|
|
627
662
|
|
|
@@ -657,7 +692,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
657
692
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
658
693
|
def ipv6_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
659
694
|
"""
|
|
660
|
-
Table map filtered or not
|
|
695
|
+
Table map filtered or not
|
|
696
|
+
- Default value: `false`
|
|
661
697
|
"""
|
|
662
698
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
663
699
|
|
|
@@ -690,7 +726,9 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
690
726
|
@pulumi.getter(name="keepaliveTime")
|
|
691
727
|
def keepalive_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
692
728
|
"""
|
|
693
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
729
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
730
|
+
- Range: `0`-`65535`
|
|
731
|
+
- Default value: `60`
|
|
694
732
|
"""
|
|
695
733
|
return pulumi.get(self, "keepalive_time")
|
|
696
734
|
|
|
@@ -714,7 +752,9 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
714
752
|
@pulumi.getter(name="localRoutesDistance")
|
|
715
753
|
def local_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
716
754
|
"""
|
|
717
|
-
Set administrative distance for local BGP routes
|
|
755
|
+
Set administrative distance for local BGP routes
|
|
756
|
+
- Range: `1`-`255`
|
|
757
|
+
- Default value: `20`
|
|
718
758
|
"""
|
|
719
759
|
return pulumi.get(self, "local_routes_distance")
|
|
720
760
|
|
|
@@ -738,7 +778,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
738
778
|
@pulumi.getter(name="missingMedAsWorst")
|
|
739
779
|
def missing_med_as_worst(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
740
780
|
"""
|
|
741
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
781
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
782
|
+
- Default value: `false`
|
|
742
783
|
"""
|
|
743
784
|
return pulumi.get(self, "missing_med_as_worst")
|
|
744
785
|
|
|
@@ -762,7 +803,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
762
803
|
@pulumi.getter(name="multipathRelax")
|
|
763
804
|
def multipath_relax(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
764
805
|
"""
|
|
765
|
-
Ignore AS for multipath selection
|
|
806
|
+
Ignore AS for multipath selection
|
|
807
|
+
- Default value: `false`
|
|
766
808
|
"""
|
|
767
809
|
return pulumi.get(self, "multipath_relax")
|
|
768
810
|
|
|
@@ -798,7 +840,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
798
840
|
@pulumi.getter(name="propagateAsPath")
|
|
799
841
|
def propagate_as_path(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
800
842
|
"""
|
|
801
|
-
Propagate AS Path
|
|
843
|
+
Propagate AS Path
|
|
844
|
+
- Default value: `false`
|
|
802
845
|
"""
|
|
803
846
|
return pulumi.get(self, "propagate_as_path")
|
|
804
847
|
|
|
@@ -822,7 +865,8 @@ class ServiceRoutingBgpFeatureArgs:
|
|
|
822
865
|
@pulumi.getter(name="propagateCommunity")
|
|
823
866
|
def propagate_community(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
824
867
|
"""
|
|
825
|
-
Propagate Community
|
|
868
|
+
Propagate Community
|
|
869
|
+
- Default value: `false`
|
|
826
870
|
"""
|
|
827
871
|
return pulumi.get(self, "propagate_community")
|
|
828
872
|
|
|
@@ -926,55 +970,77 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
926
970
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
927
971
|
"""
|
|
928
972
|
Input properties used for looking up and filtering ServiceRoutingBgpFeature resources.
|
|
929
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
973
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
974
|
+
- Default value: `false`
|
|
930
975
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
931
976
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
932
977
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
933
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
978
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
979
|
+
- Default value: `false`
|
|
934
980
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
935
981
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
936
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
982
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
983
|
+
- Default value: `false`
|
|
937
984
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
938
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
985
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
986
|
+
- Range: `1`-`255`
|
|
987
|
+
- Default value: `20`
|
|
939
988
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
940
989
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
941
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
942
|
-
|
|
990
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
991
|
+
- Range: `0`-`65535`
|
|
992
|
+
- Default value: `180`
|
|
943
993
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
944
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
994
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
995
|
+
- Range: `1`-`255`
|
|
996
|
+
- Default value: `200`
|
|
945
997
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
946
998
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4AggregateAddressArgs']]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
947
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
999
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1000
|
+
- Range: `1`-`32`
|
|
948
1001
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
949
1002
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4NeighborArgs']]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
950
1003
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4NetworkArgs']]] ipv4_networks: Configure the networks for BGP to advertise
|
|
951
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1004
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1005
|
+
- Default value: `false`
|
|
952
1006
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
953
1007
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv4RedistributeArgs']]] ipv4_redistributes: Redistribute routes into BGP
|
|
954
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1008
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1009
|
+
- Default value: `false`
|
|
955
1010
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
956
1011
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6AggregateAddressArgs']]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
957
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1012
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1013
|
+
- Range: `1`-`32`
|
|
958
1014
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
959
1015
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6NeighborArgs']]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
960
1016
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6NetworkArgs']]] ipv6_networks: Configure the networks for BGP to advertise
|
|
961
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1017
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1018
|
+
- Default value: `false`
|
|
962
1019
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
963
1020
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingBgpFeatureIpv6RedistributeArgs']]] ipv6_redistributes: Redistribute routes into BGP
|
|
964
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1021
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1022
|
+
- Default value: `false`
|
|
965
1023
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
966
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1024
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1025
|
+
- Range: `0`-`65535`
|
|
1026
|
+
- Default value: `60`
|
|
967
1027
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
968
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1028
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1029
|
+
- Range: `1`-`255`
|
|
1030
|
+
- Default value: `20`
|
|
969
1031
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
970
|
-
: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
|
|
1032
|
+
: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
|
|
1033
|
+
- Default value: `false`
|
|
971
1034
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
972
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1035
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1036
|
+
- Default value: `false`
|
|
973
1037
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
974
1038
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
975
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
1039
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
1040
|
+
- Default value: `false`
|
|
976
1041
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
977
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
1042
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
1043
|
+
- Default value: `false`
|
|
978
1044
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
979
1045
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
980
1046
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -1093,7 +1159,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1093
1159
|
@pulumi.getter(name="alwaysCompareMed")
|
|
1094
1160
|
def always_compare_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1095
1161
|
"""
|
|
1096
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
1162
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
1163
|
+
- Default value: `false`
|
|
1097
1164
|
"""
|
|
1098
1165
|
return pulumi.get(self, "always_compare_med")
|
|
1099
1166
|
|
|
@@ -1141,7 +1208,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1141
1208
|
@pulumi.getter(name="compareRouterId")
|
|
1142
1209
|
def compare_router_id(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1143
1210
|
"""
|
|
1144
|
-
Compare router IDs when selecting active BGP paths
|
|
1211
|
+
Compare router IDs when selecting active BGP paths
|
|
1212
|
+
- Default value: `false`
|
|
1145
1213
|
"""
|
|
1146
1214
|
return pulumi.get(self, "compare_router_id")
|
|
1147
1215
|
|
|
@@ -1177,7 +1245,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1177
1245
|
@pulumi.getter(name="deterministicMed")
|
|
1178
1246
|
def deterministic_med(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1179
1247
|
"""
|
|
1180
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1248
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1249
|
+
- Default value: `false`
|
|
1181
1250
|
"""
|
|
1182
1251
|
return pulumi.get(self, "deterministic_med")
|
|
1183
1252
|
|
|
@@ -1201,7 +1270,9 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1201
1270
|
@pulumi.getter(name="externalRoutesDistance")
|
|
1202
1271
|
def external_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1203
1272
|
"""
|
|
1204
|
-
Set administrative distance for external BGP routes
|
|
1273
|
+
Set administrative distance for external BGP routes
|
|
1274
|
+
- Range: `1`-`255`
|
|
1275
|
+
- Default value: `20`
|
|
1205
1276
|
"""
|
|
1206
1277
|
return pulumi.get(self, "external_routes_distance")
|
|
1207
1278
|
|
|
@@ -1237,8 +1308,9 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1237
1308
|
@pulumi.getter(name="holdTime")
|
|
1238
1309
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1239
1310
|
"""
|
|
1240
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1241
|
-
|
|
1311
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1312
|
+
- Range: `0`-`65535`
|
|
1313
|
+
- Default value: `180`
|
|
1242
1314
|
"""
|
|
1243
1315
|
return pulumi.get(self, "hold_time")
|
|
1244
1316
|
|
|
@@ -1262,7 +1334,9 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1262
1334
|
@pulumi.getter(name="internalRoutesDistance")
|
|
1263
1335
|
def internal_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1264
1336
|
"""
|
|
1265
|
-
Set administrative distance for internal BGP routes
|
|
1337
|
+
Set administrative distance for internal BGP routes
|
|
1338
|
+
- Range: `1`-`255`
|
|
1339
|
+
- Default value: `200`
|
|
1266
1340
|
"""
|
|
1267
1341
|
return pulumi.get(self, "internal_routes_distance")
|
|
1268
1342
|
|
|
@@ -1298,7 +1372,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1298
1372
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
1299
1373
|
def ipv4_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1300
1374
|
"""
|
|
1301
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1375
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1376
|
+
- Range: `1`-`32`
|
|
1302
1377
|
"""
|
|
1303
1378
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
1304
1379
|
|
|
@@ -1346,7 +1421,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1346
1421
|
@pulumi.getter(name="ipv4Originate")
|
|
1347
1422
|
def ipv4_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1348
1423
|
"""
|
|
1349
|
-
BGP Default Information Originate
|
|
1424
|
+
BGP Default Information Originate
|
|
1425
|
+
- Default value: `false`
|
|
1350
1426
|
"""
|
|
1351
1427
|
return pulumi.get(self, "ipv4_originate")
|
|
1352
1428
|
|
|
@@ -1382,7 +1458,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1382
1458
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
1383
1459
|
def ipv4_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1384
1460
|
"""
|
|
1385
|
-
Table map filtered or not
|
|
1461
|
+
Table map filtered or not
|
|
1462
|
+
- Default value: `false`
|
|
1386
1463
|
"""
|
|
1387
1464
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
1388
1465
|
|
|
@@ -1427,7 +1504,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1427
1504
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
1428
1505
|
def ipv6_eibgp_maximum_paths(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1429
1506
|
"""
|
|
1430
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1507
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1508
|
+
- Range: `1`-`32`
|
|
1431
1509
|
"""
|
|
1432
1510
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
1433
1511
|
|
|
@@ -1475,7 +1553,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1475
1553
|
@pulumi.getter(name="ipv6Originate")
|
|
1476
1554
|
def ipv6_originate(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1477
1555
|
"""
|
|
1478
|
-
BGP Default Information Originate
|
|
1556
|
+
BGP Default Information Originate
|
|
1557
|
+
- Default value: `false`
|
|
1479
1558
|
"""
|
|
1480
1559
|
return pulumi.get(self, "ipv6_originate")
|
|
1481
1560
|
|
|
@@ -1511,7 +1590,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1511
1590
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
1512
1591
|
def ipv6_table_map_filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1513
1592
|
"""
|
|
1514
|
-
Table map filtered or not
|
|
1593
|
+
Table map filtered or not
|
|
1594
|
+
- Default value: `false`
|
|
1515
1595
|
"""
|
|
1516
1596
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
1517
1597
|
|
|
@@ -1544,7 +1624,9 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1544
1624
|
@pulumi.getter(name="keepaliveTime")
|
|
1545
1625
|
def keepalive_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1546
1626
|
"""
|
|
1547
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1627
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1628
|
+
- Range: `0`-`65535`
|
|
1629
|
+
- Default value: `60`
|
|
1548
1630
|
"""
|
|
1549
1631
|
return pulumi.get(self, "keepalive_time")
|
|
1550
1632
|
|
|
@@ -1568,7 +1650,9 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1568
1650
|
@pulumi.getter(name="localRoutesDistance")
|
|
1569
1651
|
def local_routes_distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1570
1652
|
"""
|
|
1571
|
-
Set administrative distance for local BGP routes
|
|
1653
|
+
Set administrative distance for local BGP routes
|
|
1654
|
+
- Range: `1`-`255`
|
|
1655
|
+
- Default value: `20`
|
|
1572
1656
|
"""
|
|
1573
1657
|
return pulumi.get(self, "local_routes_distance")
|
|
1574
1658
|
|
|
@@ -1592,7 +1676,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1592
1676
|
@pulumi.getter(name="missingMedAsWorst")
|
|
1593
1677
|
def missing_med_as_worst(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1594
1678
|
"""
|
|
1595
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1679
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
1680
|
+
- Default value: `false`
|
|
1596
1681
|
"""
|
|
1597
1682
|
return pulumi.get(self, "missing_med_as_worst")
|
|
1598
1683
|
|
|
@@ -1616,7 +1701,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1616
1701
|
@pulumi.getter(name="multipathRelax")
|
|
1617
1702
|
def multipath_relax(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1618
1703
|
"""
|
|
1619
|
-
Ignore AS for multipath selection
|
|
1704
|
+
Ignore AS for multipath selection
|
|
1705
|
+
- Default value: `false`
|
|
1620
1706
|
"""
|
|
1621
1707
|
return pulumi.get(self, "multipath_relax")
|
|
1622
1708
|
|
|
@@ -1652,7 +1738,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1652
1738
|
@pulumi.getter(name="propagateAsPath")
|
|
1653
1739
|
def propagate_as_path(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1654
1740
|
"""
|
|
1655
|
-
Propagate AS Path
|
|
1741
|
+
Propagate AS Path
|
|
1742
|
+
- Default value: `false`
|
|
1656
1743
|
"""
|
|
1657
1744
|
return pulumi.get(self, "propagate_as_path")
|
|
1658
1745
|
|
|
@@ -1676,7 +1763,8 @@ class _ServiceRoutingBgpFeatureState:
|
|
|
1676
1763
|
@pulumi.getter(name="propagateCommunity")
|
|
1677
1764
|
def propagate_community(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1678
1765
|
"""
|
|
1679
|
-
Propagate Community
|
|
1766
|
+
Propagate Community
|
|
1767
|
+
- Default value: `false`
|
|
1680
1768
|
"""
|
|
1681
1769
|
return pulumi.get(self, "propagate_community")
|
|
1682
1770
|
|
|
@@ -1797,6 +1885,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1797
1885
|
This resource can manage a Service Routing BGP Feature.
|
|
1798
1886
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1799
1887
|
|
|
1888
|
+
## Example Usage
|
|
1889
|
+
|
|
1800
1890
|
## Import
|
|
1801
1891
|
|
|
1802
1892
|
The `pulumi import` command can be used, for example:
|
|
@@ -1809,55 +1899,77 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1809
1899
|
|
|
1810
1900
|
:param str resource_name: The name of the resource.
|
|
1811
1901
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1812
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
1902
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
1903
|
+
- Default value: `false`
|
|
1813
1904
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
1814
1905
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
1815
1906
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
1816
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
1907
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
1908
|
+
- Default value: `false`
|
|
1817
1909
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
1818
1910
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1819
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1911
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
1912
|
+
- Default value: `false`
|
|
1820
1913
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
1821
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1914
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
1915
|
+
- Range: `1`-`255`
|
|
1916
|
+
- Default value: `20`
|
|
1822
1917
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
1823
1918
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1824
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1825
|
-
|
|
1919
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
1920
|
+
- Range: `0`-`65535`
|
|
1921
|
+
- Default value: `180`
|
|
1826
1922
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
1827
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1923
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
1924
|
+
- Range: `1`-`255`
|
|
1925
|
+
- Default value: `200`
|
|
1828
1926
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
1829
1927
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4AggregateAddressArgs', 'ServiceRoutingBgpFeatureIpv4AggregateAddressArgsDict']]]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
1830
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1928
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1929
|
+
- Range: `1`-`32`
|
|
1831
1930
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
1832
1931
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4NeighborArgs', 'ServiceRoutingBgpFeatureIpv4NeighborArgsDict']]]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
1833
1932
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4NetworkArgs', 'ServiceRoutingBgpFeatureIpv4NetworkArgsDict']]]] ipv4_networks: Configure the networks for BGP to advertise
|
|
1834
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1933
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
1934
|
+
- Default value: `false`
|
|
1835
1935
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
1836
1936
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4RedistributeArgs', 'ServiceRoutingBgpFeatureIpv4RedistributeArgsDict']]]] ipv4_redistributes: Redistribute routes into BGP
|
|
1837
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1937
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
1938
|
+
- Default value: `false`
|
|
1838
1939
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
1839
1940
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6AggregateAddressArgs', 'ServiceRoutingBgpFeatureIpv6AggregateAddressArgsDict']]]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
1840
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1941
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
1942
|
+
- Range: `1`-`32`
|
|
1841
1943
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
1842
1944
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6NeighborArgs', 'ServiceRoutingBgpFeatureIpv6NeighborArgsDict']]]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
1843
1945
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6NetworkArgs', 'ServiceRoutingBgpFeatureIpv6NetworkArgsDict']]]] ipv6_networks: Configure the networks for BGP to advertise
|
|
1844
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1946
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
1947
|
+
- Default value: `false`
|
|
1845
1948
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
1846
1949
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6RedistributeArgs', 'ServiceRoutingBgpFeatureIpv6RedistributeArgsDict']]]] ipv6_redistributes: Redistribute routes into BGP
|
|
1847
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1950
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
1951
|
+
- Default value: `false`
|
|
1848
1952
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
1849
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1953
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
1954
|
+
- Range: `0`-`65535`
|
|
1955
|
+
- Default value: `60`
|
|
1850
1956
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
1851
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1957
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
1958
|
+
- Range: `1`-`255`
|
|
1959
|
+
- Default value: `20`
|
|
1852
1960
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
1853
|
-
: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
|
|
1961
|
+
: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
|
|
1962
|
+
- Default value: `false`
|
|
1854
1963
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
1855
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1964
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
1965
|
+
- Default value: `false`
|
|
1856
1966
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
1857
1967
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1858
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
1968
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
1969
|
+
- Default value: `false`
|
|
1859
1970
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
1860
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
1971
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
1972
|
+
- Default value: `false`
|
|
1861
1973
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
1862
1974
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
1863
1975
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -1872,6 +1984,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1872
1984
|
This resource can manage a Service Routing BGP Feature.
|
|
1873
1985
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1874
1986
|
|
|
1987
|
+
## Example Usage
|
|
1988
|
+
|
|
1875
1989
|
## Import
|
|
1876
1990
|
|
|
1877
1991
|
The `pulumi import` command can be used, for example:
|
|
@@ -2086,55 +2200,77 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2086
2200
|
:param str resource_name: The unique name of the resulting resource.
|
|
2087
2201
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
2088
2202
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2089
|
-
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
2203
|
+
:param pulumi.Input[_builtins.bool] always_compare_med: Compare MEDs from all ASs when selecting active BGP paths
|
|
2204
|
+
- Default value: `false`
|
|
2090
2205
|
:param pulumi.Input[_builtins.str] always_compare_med_variable: Variable name
|
|
2091
2206
|
:param pulumi.Input[_builtins.int] as_number: Set autonomous system number <1..4294967295> or <XX.YY>
|
|
2092
2207
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
2093
|
-
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
2208
|
+
:param pulumi.Input[_builtins.bool] compare_router_id: Compare router IDs when selecting active BGP paths
|
|
2209
|
+
- Default value: `false`
|
|
2094
2210
|
:param pulumi.Input[_builtins.str] compare_router_id_variable: Variable name
|
|
2095
2211
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
2096
|
-
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2212
|
+
:param pulumi.Input[_builtins.bool] deterministic_med: Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2213
|
+
- Default value: `false`
|
|
2097
2214
|
:param pulumi.Input[_builtins.str] deterministic_med_variable: Variable name
|
|
2098
|
-
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
2215
|
+
:param pulumi.Input[_builtins.int] external_routes_distance: Set administrative distance for external BGP routes
|
|
2216
|
+
- Range: `1`-`255`
|
|
2217
|
+
- Default value: `20`
|
|
2099
2218
|
:param pulumi.Input[_builtins.str] external_routes_distance_variable: Variable name
|
|
2100
2219
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
2101
|
-
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2102
|
-
|
|
2220
|
+
:param pulumi.Input[_builtins.int] hold_time: Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2221
|
+
- Range: `0`-`65535`
|
|
2222
|
+
- Default value: `180`
|
|
2103
2223
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
2104
|
-
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
2224
|
+
:param pulumi.Input[_builtins.int] internal_routes_distance: Set administrative distance for internal BGP routes
|
|
2225
|
+
- Range: `1`-`255`
|
|
2226
|
+
- Default value: `200`
|
|
2105
2227
|
:param pulumi.Input[_builtins.str] internal_routes_distance_variable: Variable name
|
|
2106
2228
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4AggregateAddressArgs', 'ServiceRoutingBgpFeatureIpv4AggregateAddressArgsDict']]]] ipv4_aggregate_addresses: Aggregate prefixes in specific range
|
|
2107
|
-
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2229
|
+
:param pulumi.Input[_builtins.int] ipv4_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2230
|
+
- Range: `1`-`32`
|
|
2108
2231
|
:param pulumi.Input[_builtins.str] ipv4_eibgp_maximum_paths_variable: Variable name
|
|
2109
2232
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4NeighborArgs', 'ServiceRoutingBgpFeatureIpv4NeighborArgsDict']]]] ipv4_neighbors: Set BGP IPv4 neighbors
|
|
2110
2233
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4NetworkArgs', 'ServiceRoutingBgpFeatureIpv4NetworkArgsDict']]]] ipv4_networks: Configure the networks for BGP to advertise
|
|
2111
|
-
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
2234
|
+
:param pulumi.Input[_builtins.bool] ipv4_originate: BGP Default Information Originate
|
|
2235
|
+
- Default value: `false`
|
|
2112
2236
|
:param pulumi.Input[_builtins.str] ipv4_originate_variable: Variable name
|
|
2113
2237
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv4RedistributeArgs', 'ServiceRoutingBgpFeatureIpv4RedistributeArgsDict']]]] ipv4_redistributes: Redistribute routes into BGP
|
|
2114
|
-
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
2238
|
+
:param pulumi.Input[_builtins.bool] ipv4_table_map_filter: Table map filtered or not
|
|
2239
|
+
- Default value: `false`
|
|
2115
2240
|
:param pulumi.Input[_builtins.str] ipv4_table_map_filter_variable: Variable name
|
|
2116
2241
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6AggregateAddressArgs', 'ServiceRoutingBgpFeatureIpv6AggregateAddressArgsDict']]]] ipv6_aggregate_addresses: IPv6 Aggregate prefixes in specific range
|
|
2117
|
-
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2242
|
+
:param pulumi.Input[_builtins.int] ipv6_eibgp_maximum_paths: Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2243
|
+
- Range: `1`-`32`
|
|
2118
2244
|
:param pulumi.Input[_builtins.str] ipv6_eibgp_maximum_paths_variable: Variable name
|
|
2119
2245
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6NeighborArgs', 'ServiceRoutingBgpFeatureIpv6NeighborArgsDict']]]] ipv6_neighbors: Set BGP IPv6 neighbors
|
|
2120
2246
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6NetworkArgs', 'ServiceRoutingBgpFeatureIpv6NetworkArgsDict']]]] ipv6_networks: Configure the networks for BGP to advertise
|
|
2121
|
-
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
2247
|
+
:param pulumi.Input[_builtins.bool] ipv6_originate: BGP Default Information Originate
|
|
2248
|
+
- Default value: `false`
|
|
2122
2249
|
:param pulumi.Input[_builtins.str] ipv6_originate_variable: Variable name
|
|
2123
2250
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingBgpFeatureIpv6RedistributeArgs', 'ServiceRoutingBgpFeatureIpv6RedistributeArgsDict']]]] ipv6_redistributes: Redistribute routes into BGP
|
|
2124
|
-
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
2251
|
+
:param pulumi.Input[_builtins.bool] ipv6_table_map_filter: Table map filtered or not
|
|
2252
|
+
- Default value: `false`
|
|
2125
2253
|
:param pulumi.Input[_builtins.str] ipv6_table_map_filter_variable: Variable name
|
|
2126
|
-
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2254
|
+
:param pulumi.Input[_builtins.int] keepalive_time: Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2255
|
+
- Range: `0`-`65535`
|
|
2256
|
+
- Default value: `60`
|
|
2127
2257
|
:param pulumi.Input[_builtins.str] keepalive_time_variable: Variable name
|
|
2128
|
-
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
2258
|
+
:param pulumi.Input[_builtins.int] local_routes_distance: Set administrative distance for local BGP routes
|
|
2259
|
+
- Range: `1`-`255`
|
|
2260
|
+
- Default value: `20`
|
|
2129
2261
|
:param pulumi.Input[_builtins.str] local_routes_distance_variable: Variable name
|
|
2130
|
-
: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
|
|
2262
|
+
: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
|
|
2263
|
+
- Default value: `false`
|
|
2131
2264
|
:param pulumi.Input[_builtins.str] missing_med_as_worst_variable: Variable name
|
|
2132
|
-
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
2265
|
+
:param pulumi.Input[_builtins.bool] multipath_relax: Ignore AS for multipath selection
|
|
2266
|
+
- Default value: `false`
|
|
2133
2267
|
:param pulumi.Input[_builtins.str] multipath_relax_variable: Variable name
|
|
2134
2268
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
2135
|
-
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2269
|
+
:param pulumi.Input[_builtins.bool] propagate_as_path: Propagate AS Path
|
|
2270
|
+
- Default value: `false`
|
|
2136
2271
|
:param pulumi.Input[_builtins.str] propagate_as_path_variable: Variable name
|
|
2137
|
-
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2272
|
+
:param pulumi.Input[_builtins.bool] propagate_community: Propagate Community
|
|
2273
|
+
- Default value: `false`
|
|
2138
2274
|
:param pulumi.Input[_builtins.str] propagate_community_variable: Variable name
|
|
2139
2275
|
:param pulumi.Input[_builtins.str] router_id: Configure BGP router identifier
|
|
2140
2276
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
@@ -2204,7 +2340,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2204
2340
|
@pulumi.getter(name="alwaysCompareMed")
|
|
2205
2341
|
def always_compare_med(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2206
2342
|
"""
|
|
2207
|
-
Compare MEDs from all ASs when selecting active BGP paths
|
|
2343
|
+
Compare MEDs from all ASs when selecting active BGP paths
|
|
2344
|
+
- Default value: `false`
|
|
2208
2345
|
"""
|
|
2209
2346
|
return pulumi.get(self, "always_compare_med")
|
|
2210
2347
|
|
|
@@ -2236,7 +2373,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2236
2373
|
@pulumi.getter(name="compareRouterId")
|
|
2237
2374
|
def compare_router_id(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2238
2375
|
"""
|
|
2239
|
-
Compare router IDs when selecting active BGP paths
|
|
2376
|
+
Compare router IDs when selecting active BGP paths
|
|
2377
|
+
- Default value: `false`
|
|
2240
2378
|
"""
|
|
2241
2379
|
return pulumi.get(self, "compare_router_id")
|
|
2242
2380
|
|
|
@@ -2260,7 +2398,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2260
2398
|
@pulumi.getter(name="deterministicMed")
|
|
2261
2399
|
def deterministic_med(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2262
2400
|
"""
|
|
2263
|
-
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2401
|
+
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
2402
|
+
- Default value: `false`
|
|
2264
2403
|
"""
|
|
2265
2404
|
return pulumi.get(self, "deterministic_med")
|
|
2266
2405
|
|
|
@@ -2276,7 +2415,9 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2276
2415
|
@pulumi.getter(name="externalRoutesDistance")
|
|
2277
2416
|
def external_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2278
2417
|
"""
|
|
2279
|
-
Set administrative distance for external BGP routes
|
|
2418
|
+
Set administrative distance for external BGP routes
|
|
2419
|
+
- Range: `1`-`255`
|
|
2420
|
+
- Default value: `20`
|
|
2280
2421
|
"""
|
|
2281
2422
|
return pulumi.get(self, "external_routes_distance")
|
|
2282
2423
|
|
|
@@ -2300,8 +2441,9 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2300
2441
|
@pulumi.getter(name="holdTime")
|
|
2301
2442
|
def hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2302
2443
|
"""
|
|
2303
|
-
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2304
|
-
|
|
2444
|
+
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
2445
|
+
- Range: `0`-`65535`
|
|
2446
|
+
- Default value: `180`
|
|
2305
2447
|
"""
|
|
2306
2448
|
return pulumi.get(self, "hold_time")
|
|
2307
2449
|
|
|
@@ -2317,7 +2459,9 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2317
2459
|
@pulumi.getter(name="internalRoutesDistance")
|
|
2318
2460
|
def internal_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2319
2461
|
"""
|
|
2320
|
-
Set administrative distance for internal BGP routes
|
|
2462
|
+
Set administrative distance for internal BGP routes
|
|
2463
|
+
- Range: `1`-`255`
|
|
2464
|
+
- Default value: `200`
|
|
2321
2465
|
"""
|
|
2322
2466
|
return pulumi.get(self, "internal_routes_distance")
|
|
2323
2467
|
|
|
@@ -2341,7 +2485,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2341
2485
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
2342
2486
|
def ipv4_eibgp_maximum_paths(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2343
2487
|
"""
|
|
2344
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2488
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2489
|
+
- Range: `1`-`32`
|
|
2345
2490
|
"""
|
|
2346
2491
|
return pulumi.get(self, "ipv4_eibgp_maximum_paths")
|
|
2347
2492
|
|
|
@@ -2373,7 +2518,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2373
2518
|
@pulumi.getter(name="ipv4Originate")
|
|
2374
2519
|
def ipv4_originate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2375
2520
|
"""
|
|
2376
|
-
BGP Default Information Originate
|
|
2521
|
+
BGP Default Information Originate
|
|
2522
|
+
- Default value: `false`
|
|
2377
2523
|
"""
|
|
2378
2524
|
return pulumi.get(self, "ipv4_originate")
|
|
2379
2525
|
|
|
@@ -2397,7 +2543,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2397
2543
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
2398
2544
|
def ipv4_table_map_filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2399
2545
|
"""
|
|
2400
|
-
Table map filtered or not
|
|
2546
|
+
Table map filtered or not
|
|
2547
|
+
- Default value: `false`
|
|
2401
2548
|
"""
|
|
2402
2549
|
return pulumi.get(self, "ipv4_table_map_filter")
|
|
2403
2550
|
|
|
@@ -2426,7 +2573,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2426
2573
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
2427
2574
|
def ipv6_eibgp_maximum_paths(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2428
2575
|
"""
|
|
2429
|
-
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2576
|
+
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
2577
|
+
- Range: `1`-`32`
|
|
2430
2578
|
"""
|
|
2431
2579
|
return pulumi.get(self, "ipv6_eibgp_maximum_paths")
|
|
2432
2580
|
|
|
@@ -2458,7 +2606,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2458
2606
|
@pulumi.getter(name="ipv6Originate")
|
|
2459
2607
|
def ipv6_originate(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2460
2608
|
"""
|
|
2461
|
-
BGP Default Information Originate
|
|
2609
|
+
BGP Default Information Originate
|
|
2610
|
+
- Default value: `false`
|
|
2462
2611
|
"""
|
|
2463
2612
|
return pulumi.get(self, "ipv6_originate")
|
|
2464
2613
|
|
|
@@ -2482,7 +2631,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2482
2631
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
2483
2632
|
def ipv6_table_map_filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2484
2633
|
"""
|
|
2485
|
-
Table map filtered or not
|
|
2634
|
+
Table map filtered or not
|
|
2635
|
+
- Default value: `false`
|
|
2486
2636
|
"""
|
|
2487
2637
|
return pulumi.get(self, "ipv6_table_map_filter")
|
|
2488
2638
|
|
|
@@ -2503,7 +2653,9 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2503
2653
|
@pulumi.getter(name="keepaliveTime")
|
|
2504
2654
|
def keepalive_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2505
2655
|
"""
|
|
2506
|
-
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2656
|
+
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
2657
|
+
- Range: `0`-`65535`
|
|
2658
|
+
- Default value: `60`
|
|
2507
2659
|
"""
|
|
2508
2660
|
return pulumi.get(self, "keepalive_time")
|
|
2509
2661
|
|
|
@@ -2519,7 +2671,9 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2519
2671
|
@pulumi.getter(name="localRoutesDistance")
|
|
2520
2672
|
def local_routes_distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2521
2673
|
"""
|
|
2522
|
-
Set administrative distance for local BGP routes
|
|
2674
|
+
Set administrative distance for local BGP routes
|
|
2675
|
+
- Range: `1`-`255`
|
|
2676
|
+
- Default value: `20`
|
|
2523
2677
|
"""
|
|
2524
2678
|
return pulumi.get(self, "local_routes_distance")
|
|
2525
2679
|
|
|
@@ -2535,7 +2689,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2535
2689
|
@pulumi.getter(name="missingMedAsWorst")
|
|
2536
2690
|
def missing_med_as_worst(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2537
2691
|
"""
|
|
2538
|
-
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2692
|
+
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
2693
|
+
- Default value: `false`
|
|
2539
2694
|
"""
|
|
2540
2695
|
return pulumi.get(self, "missing_med_as_worst")
|
|
2541
2696
|
|
|
@@ -2551,7 +2706,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2551
2706
|
@pulumi.getter(name="multipathRelax")
|
|
2552
2707
|
def multipath_relax(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2553
2708
|
"""
|
|
2554
|
-
Ignore AS for multipath selection
|
|
2709
|
+
Ignore AS for multipath selection
|
|
2710
|
+
- Default value: `false`
|
|
2555
2711
|
"""
|
|
2556
2712
|
return pulumi.get(self, "multipath_relax")
|
|
2557
2713
|
|
|
@@ -2575,7 +2731,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2575
2731
|
@pulumi.getter(name="propagateAsPath")
|
|
2576
2732
|
def propagate_as_path(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2577
2733
|
"""
|
|
2578
|
-
Propagate AS Path
|
|
2734
|
+
Propagate AS Path
|
|
2735
|
+
- Default value: `false`
|
|
2579
2736
|
"""
|
|
2580
2737
|
return pulumi.get(self, "propagate_as_path")
|
|
2581
2738
|
|
|
@@ -2591,7 +2748,8 @@ class ServiceRoutingBgpFeature(pulumi.CustomResource):
|
|
|
2591
2748
|
@pulumi.getter(name="propagateCommunity")
|
|
2592
2749
|
def propagate_community(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2593
2750
|
"""
|
|
2594
|
-
Propagate Community
|
|
2751
|
+
Propagate Community
|
|
2752
|
+
- Default value: `false`
|
|
2595
2753
|
"""
|
|
2596
2754
|
return pulumi.get(self, "propagate_community")
|
|
2597
2755
|
|