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
|
@@ -66,37 +66,58 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
66
66
|
:param pulumi.Input[_builtins.bool] default_information_originate: Distribute default external route into OSPF disabled
|
|
67
67
|
:param pulumi.Input[_builtins.bool] default_information_originate_always: Always advertise default route
|
|
68
68
|
:param pulumi.Input[_builtins.str] default_information_originate_always_variable: Variable name
|
|
69
|
-
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
70
|
-
|
|
69
|
+
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
70
|
+
- Range: `0`-`16777214`
|
|
71
|
+
:param pulumi.Input[_builtins.str] default_information_originate_metric_type: Set default route metric type
|
|
72
|
+
- Choices: `type1`, `type2`
|
|
71
73
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_type_variable: Variable name
|
|
72
74
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_variable: Variable name
|
|
73
75
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
74
|
-
:param pulumi.Input[_builtins.int] distance: Distance
|
|
75
|
-
|
|
76
|
+
:param pulumi.Input[_builtins.int] distance: Distance
|
|
77
|
+
- Range: `1`-`255`
|
|
78
|
+
- Default value: `110`
|
|
79
|
+
:param pulumi.Input[_builtins.int] distance_external: Set distance for external routes
|
|
80
|
+
- Range: `1`-`254`
|
|
81
|
+
- Default value: `110`
|
|
76
82
|
:param pulumi.Input[_builtins.str] distance_external_variable: Variable name
|
|
77
|
-
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
83
|
+
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
84
|
+
- Range: `1`-`254`
|
|
85
|
+
- Default value: `110`
|
|
78
86
|
:param pulumi.Input[_builtins.str] distance_inter_area_variable: Variable name
|
|
79
|
-
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
87
|
+
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
88
|
+
- Range: `1`-`254`
|
|
89
|
+
- Default value: `110`
|
|
80
90
|
:param pulumi.Input[_builtins.str] distance_intra_area_variable: Variable name
|
|
81
91
|
:param pulumi.Input[_builtins.str] distance_variable: Variable name
|
|
82
|
-
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
92
|
+
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
93
|
+
- Default value: `false`
|
|
83
94
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
84
95
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
85
96
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingOspfv3Ipv4FeatureRedistributeArgs']]] redistributes: Redistribute routes
|
|
86
|
-
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
97
|
+
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
98
|
+
- Range: `1`-`4294967`
|
|
99
|
+
- Default value: `100`
|
|
87
100
|
:param pulumi.Input[_builtins.str] reference_bandwidth_variable: Variable name
|
|
88
|
-
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
101
|
+
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
102
|
+
- Default value: `true`
|
|
89
103
|
:param pulumi.Input[_builtins.str] rfc1583_compatible_variable: Variable name
|
|
90
104
|
:param pulumi.Input[_builtins.str] router_id: Set OSPF router ID to override system IP address
|
|
91
105
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
92
106
|
:param pulumi.Input[_builtins.str] router_lsa_action: Not advertise maximum metric Router LSA policy by default
|
|
93
|
-
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
107
|
+
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
108
|
+
- Range: `5`-`86400`
|
|
94
109
|
:param pulumi.Input[_builtins.str] router_lsa_on_startup_time_variable: Variable name
|
|
95
|
-
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
110
|
+
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
111
|
+
- Range: `1`-`600000`
|
|
112
|
+
- Default value: `200`
|
|
96
113
|
:param pulumi.Input[_builtins.str] spf_calculation_delay_variable: Variable name
|
|
97
|
-
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
114
|
+
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
115
|
+
- Range: `1`-`600000`
|
|
116
|
+
- Default value: `1000`
|
|
98
117
|
:param pulumi.Input[_builtins.str] spf_initial_hold_time_variable: Variable name
|
|
99
|
-
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
118
|
+
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
119
|
+
- Range: `1`-`600000`
|
|
120
|
+
- Default value: `10000`
|
|
100
121
|
:param pulumi.Input[_builtins.str] spf_maximum_hold_time_variable: Variable name
|
|
101
122
|
"""
|
|
102
123
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -239,7 +260,8 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
239
260
|
@pulumi.getter(name="defaultInformationOriginateMetric")
|
|
240
261
|
def default_information_originate_metric(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
241
262
|
"""
|
|
242
|
-
Set metric used to generate default route <0..16777214>
|
|
263
|
+
Set metric used to generate default route <0..16777214>
|
|
264
|
+
- Range: `0`-`16777214`
|
|
243
265
|
"""
|
|
244
266
|
return pulumi.get(self, "default_information_originate_metric")
|
|
245
267
|
|
|
@@ -251,7 +273,8 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
251
273
|
@pulumi.getter(name="defaultInformationOriginateMetricType")
|
|
252
274
|
def default_information_originate_metric_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
253
275
|
"""
|
|
254
|
-
Set default route metric type
|
|
276
|
+
Set default route metric type
|
|
277
|
+
- Choices: `type1`, `type2`
|
|
255
278
|
"""
|
|
256
279
|
return pulumi.get(self, "default_information_originate_metric_type")
|
|
257
280
|
|
|
@@ -299,7 +322,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
299
322
|
@pulumi.getter
|
|
300
323
|
def distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
301
324
|
"""
|
|
302
|
-
Distance
|
|
325
|
+
Distance
|
|
326
|
+
- Range: `1`-`255`
|
|
327
|
+
- Default value: `110`
|
|
303
328
|
"""
|
|
304
329
|
return pulumi.get(self, "distance")
|
|
305
330
|
|
|
@@ -311,7 +336,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
311
336
|
@pulumi.getter(name="distanceExternal")
|
|
312
337
|
def distance_external(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
313
338
|
"""
|
|
314
|
-
Set distance for external routes
|
|
339
|
+
Set distance for external routes
|
|
340
|
+
- Range: `1`-`254`
|
|
341
|
+
- Default value: `110`
|
|
315
342
|
"""
|
|
316
343
|
return pulumi.get(self, "distance_external")
|
|
317
344
|
|
|
@@ -335,7 +362,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
335
362
|
@pulumi.getter(name="distanceInterArea")
|
|
336
363
|
def distance_inter_area(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
337
364
|
"""
|
|
338
|
-
Set distance for inter-area routes
|
|
365
|
+
Set distance for inter-area routes
|
|
366
|
+
- Range: `1`-`254`
|
|
367
|
+
- Default value: `110`
|
|
339
368
|
"""
|
|
340
369
|
return pulumi.get(self, "distance_inter_area")
|
|
341
370
|
|
|
@@ -359,7 +388,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
359
388
|
@pulumi.getter(name="distanceIntraArea")
|
|
360
389
|
def distance_intra_area(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
361
390
|
"""
|
|
362
|
-
Set distance for intra-area routes
|
|
391
|
+
Set distance for intra-area routes
|
|
392
|
+
- Range: `1`-`254`
|
|
393
|
+
- Default value: `110`
|
|
363
394
|
"""
|
|
364
395
|
return pulumi.get(self, "distance_intra_area")
|
|
365
396
|
|
|
@@ -395,7 +426,8 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
395
426
|
@pulumi.getter
|
|
396
427
|
def filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
397
428
|
"""
|
|
398
|
-
Table map filtered or not
|
|
429
|
+
Table map filtered or not
|
|
430
|
+
- Default value: `false`
|
|
399
431
|
"""
|
|
400
432
|
return pulumi.get(self, "filter")
|
|
401
433
|
|
|
@@ -443,7 +475,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
443
475
|
@pulumi.getter(name="referenceBandwidth")
|
|
444
476
|
def reference_bandwidth(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
445
477
|
"""
|
|
446
|
-
Set reference bandwidth method to assign OSPF cost
|
|
478
|
+
Set reference bandwidth method to assign OSPF cost
|
|
479
|
+
- Range: `1`-`4294967`
|
|
480
|
+
- Default value: `100`
|
|
447
481
|
"""
|
|
448
482
|
return pulumi.get(self, "reference_bandwidth")
|
|
449
483
|
|
|
@@ -467,7 +501,8 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
467
501
|
@pulumi.getter(name="rfc1583Compatible")
|
|
468
502
|
def rfc1583_compatible(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
469
503
|
"""
|
|
470
|
-
Calculate summary route cost based on RFC 1583
|
|
504
|
+
Calculate summary route cost based on RFC 1583
|
|
505
|
+
- Default value: `true`
|
|
471
506
|
"""
|
|
472
507
|
return pulumi.get(self, "rfc1583_compatible")
|
|
473
508
|
|
|
@@ -536,7 +571,8 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
536
571
|
@pulumi.getter(name="routerLsaOnStartupTime")
|
|
537
572
|
def router_lsa_on_startup_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
538
573
|
"""
|
|
539
|
-
Set how long to advertise maximum metric after router boot up
|
|
574
|
+
Set how long to advertise maximum metric after router boot up
|
|
575
|
+
- Range: `5`-`86400`
|
|
540
576
|
"""
|
|
541
577
|
return pulumi.get(self, "router_lsa_on_startup_time")
|
|
542
578
|
|
|
@@ -560,7 +596,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
560
596
|
@pulumi.getter(name="spfCalculationDelay")
|
|
561
597
|
def spf_calculation_delay(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
562
598
|
"""
|
|
563
|
-
Set delay from first change received until performing SPF calculation
|
|
599
|
+
Set delay from first change received until performing SPF calculation
|
|
600
|
+
- Range: `1`-`600000`
|
|
601
|
+
- Default value: `200`
|
|
564
602
|
"""
|
|
565
603
|
return pulumi.get(self, "spf_calculation_delay")
|
|
566
604
|
|
|
@@ -584,7 +622,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
584
622
|
@pulumi.getter(name="spfInitialHoldTime")
|
|
585
623
|
def spf_initial_hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
586
624
|
"""
|
|
587
|
-
Set initial hold time between consecutive SPF calculations
|
|
625
|
+
Set initial hold time between consecutive SPF calculations
|
|
626
|
+
- Range: `1`-`600000`
|
|
627
|
+
- Default value: `1000`
|
|
588
628
|
"""
|
|
589
629
|
return pulumi.get(self, "spf_initial_hold_time")
|
|
590
630
|
|
|
@@ -608,7 +648,9 @@ class ServiceRoutingOspfv3Ipv4FeatureArgs:
|
|
|
608
648
|
@pulumi.getter(name="spfMaximumHoldTime")
|
|
609
649
|
def spf_maximum_hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
610
650
|
"""
|
|
611
|
-
Set maximum hold time between consecutive SPF calculations
|
|
651
|
+
Set maximum hold time between consecutive SPF calculations
|
|
652
|
+
- Range: `1`-`600000`
|
|
653
|
+
- Default value: `10000`
|
|
612
654
|
"""
|
|
613
655
|
return pulumi.get(self, "spf_maximum_hold_time")
|
|
614
656
|
|
|
@@ -677,38 +719,59 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
677
719
|
:param pulumi.Input[_builtins.bool] default_information_originate: Distribute default external route into OSPF disabled
|
|
678
720
|
:param pulumi.Input[_builtins.bool] default_information_originate_always: Always advertise default route
|
|
679
721
|
:param pulumi.Input[_builtins.str] default_information_originate_always_variable: Variable name
|
|
680
|
-
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
681
|
-
|
|
722
|
+
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
723
|
+
- Range: `0`-`16777214`
|
|
724
|
+
:param pulumi.Input[_builtins.str] default_information_originate_metric_type: Set default route metric type
|
|
725
|
+
- Choices: `type1`, `type2`
|
|
682
726
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_type_variable: Variable name
|
|
683
727
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_variable: Variable name
|
|
684
728
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
685
|
-
:param pulumi.Input[_builtins.int] distance: Distance
|
|
686
|
-
|
|
729
|
+
:param pulumi.Input[_builtins.int] distance: Distance
|
|
730
|
+
- Range: `1`-`255`
|
|
731
|
+
- Default value: `110`
|
|
732
|
+
:param pulumi.Input[_builtins.int] distance_external: Set distance for external routes
|
|
733
|
+
- Range: `1`-`254`
|
|
734
|
+
- Default value: `110`
|
|
687
735
|
:param pulumi.Input[_builtins.str] distance_external_variable: Variable name
|
|
688
|
-
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
736
|
+
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
737
|
+
- Range: `1`-`254`
|
|
738
|
+
- Default value: `110`
|
|
689
739
|
:param pulumi.Input[_builtins.str] distance_inter_area_variable: Variable name
|
|
690
|
-
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
740
|
+
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
741
|
+
- Range: `1`-`254`
|
|
742
|
+
- Default value: `110`
|
|
691
743
|
:param pulumi.Input[_builtins.str] distance_intra_area_variable: Variable name
|
|
692
744
|
:param pulumi.Input[_builtins.str] distance_variable: Variable name
|
|
693
745
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
694
|
-
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
746
|
+
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
747
|
+
- Default value: `false`
|
|
695
748
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
696
749
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
697
750
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceRoutingOspfv3Ipv4FeatureRedistributeArgs']]] redistributes: Redistribute routes
|
|
698
|
-
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
751
|
+
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
752
|
+
- Range: `1`-`4294967`
|
|
753
|
+
- Default value: `100`
|
|
699
754
|
:param pulumi.Input[_builtins.str] reference_bandwidth_variable: Variable name
|
|
700
|
-
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
755
|
+
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
756
|
+
- Default value: `true`
|
|
701
757
|
:param pulumi.Input[_builtins.str] rfc1583_compatible_variable: Variable name
|
|
702
758
|
:param pulumi.Input[_builtins.str] router_id: Set OSPF router ID to override system IP address
|
|
703
759
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
704
760
|
:param pulumi.Input[_builtins.str] router_lsa_action: Not advertise maximum metric Router LSA policy by default
|
|
705
|
-
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
761
|
+
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
762
|
+
- Range: `5`-`86400`
|
|
706
763
|
:param pulumi.Input[_builtins.str] router_lsa_on_startup_time_variable: Variable name
|
|
707
|
-
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
764
|
+
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
765
|
+
- Range: `1`-`600000`
|
|
766
|
+
- Default value: `200`
|
|
708
767
|
:param pulumi.Input[_builtins.str] spf_calculation_delay_variable: Variable name
|
|
709
|
-
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
768
|
+
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
769
|
+
- Range: `1`-`600000`
|
|
770
|
+
- Default value: `1000`
|
|
710
771
|
:param pulumi.Input[_builtins.str] spf_initial_hold_time_variable: Variable name
|
|
711
|
-
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
772
|
+
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
773
|
+
- Range: `1`-`600000`
|
|
774
|
+
- Default value: `10000`
|
|
712
775
|
:param pulumi.Input[_builtins.str] spf_maximum_hold_time_variable: Variable name
|
|
713
776
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
714
777
|
"""
|
|
@@ -843,7 +906,8 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
843
906
|
@pulumi.getter(name="defaultInformationOriginateMetric")
|
|
844
907
|
def default_information_originate_metric(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
845
908
|
"""
|
|
846
|
-
Set metric used to generate default route <0..16777214>
|
|
909
|
+
Set metric used to generate default route <0..16777214>
|
|
910
|
+
- Range: `0`-`16777214`
|
|
847
911
|
"""
|
|
848
912
|
return pulumi.get(self, "default_information_originate_metric")
|
|
849
913
|
|
|
@@ -855,7 +919,8 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
855
919
|
@pulumi.getter(name="defaultInformationOriginateMetricType")
|
|
856
920
|
def default_information_originate_metric_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
857
921
|
"""
|
|
858
|
-
Set default route metric type
|
|
922
|
+
Set default route metric type
|
|
923
|
+
- Choices: `type1`, `type2`
|
|
859
924
|
"""
|
|
860
925
|
return pulumi.get(self, "default_information_originate_metric_type")
|
|
861
926
|
|
|
@@ -903,7 +968,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
903
968
|
@pulumi.getter
|
|
904
969
|
def distance(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
905
970
|
"""
|
|
906
|
-
Distance
|
|
971
|
+
Distance
|
|
972
|
+
- Range: `1`-`255`
|
|
973
|
+
- Default value: `110`
|
|
907
974
|
"""
|
|
908
975
|
return pulumi.get(self, "distance")
|
|
909
976
|
|
|
@@ -915,7 +982,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
915
982
|
@pulumi.getter(name="distanceExternal")
|
|
916
983
|
def distance_external(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
917
984
|
"""
|
|
918
|
-
Set distance for external routes
|
|
985
|
+
Set distance for external routes
|
|
986
|
+
- Range: `1`-`254`
|
|
987
|
+
- Default value: `110`
|
|
919
988
|
"""
|
|
920
989
|
return pulumi.get(self, "distance_external")
|
|
921
990
|
|
|
@@ -939,7 +1008,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
939
1008
|
@pulumi.getter(name="distanceInterArea")
|
|
940
1009
|
def distance_inter_area(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
941
1010
|
"""
|
|
942
|
-
Set distance for inter-area routes
|
|
1011
|
+
Set distance for inter-area routes
|
|
1012
|
+
- Range: `1`-`254`
|
|
1013
|
+
- Default value: `110`
|
|
943
1014
|
"""
|
|
944
1015
|
return pulumi.get(self, "distance_inter_area")
|
|
945
1016
|
|
|
@@ -963,7 +1034,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
963
1034
|
@pulumi.getter(name="distanceIntraArea")
|
|
964
1035
|
def distance_intra_area(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
965
1036
|
"""
|
|
966
|
-
Set distance for intra-area routes
|
|
1037
|
+
Set distance for intra-area routes
|
|
1038
|
+
- Range: `1`-`254`
|
|
1039
|
+
- Default value: `110`
|
|
967
1040
|
"""
|
|
968
1041
|
return pulumi.get(self, "distance_intra_area")
|
|
969
1042
|
|
|
@@ -1011,7 +1084,8 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1011
1084
|
@pulumi.getter
|
|
1012
1085
|
def filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1013
1086
|
"""
|
|
1014
|
-
Table map filtered or not
|
|
1087
|
+
Table map filtered or not
|
|
1088
|
+
- Default value: `false`
|
|
1015
1089
|
"""
|
|
1016
1090
|
return pulumi.get(self, "filter")
|
|
1017
1091
|
|
|
@@ -1059,7 +1133,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1059
1133
|
@pulumi.getter(name="referenceBandwidth")
|
|
1060
1134
|
def reference_bandwidth(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1061
1135
|
"""
|
|
1062
|
-
Set reference bandwidth method to assign OSPF cost
|
|
1136
|
+
Set reference bandwidth method to assign OSPF cost
|
|
1137
|
+
- Range: `1`-`4294967`
|
|
1138
|
+
- Default value: `100`
|
|
1063
1139
|
"""
|
|
1064
1140
|
return pulumi.get(self, "reference_bandwidth")
|
|
1065
1141
|
|
|
@@ -1083,7 +1159,8 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1083
1159
|
@pulumi.getter(name="rfc1583Compatible")
|
|
1084
1160
|
def rfc1583_compatible(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1085
1161
|
"""
|
|
1086
|
-
Calculate summary route cost based on RFC 1583
|
|
1162
|
+
Calculate summary route cost based on RFC 1583
|
|
1163
|
+
- Default value: `true`
|
|
1087
1164
|
"""
|
|
1088
1165
|
return pulumi.get(self, "rfc1583_compatible")
|
|
1089
1166
|
|
|
@@ -1152,7 +1229,8 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1152
1229
|
@pulumi.getter(name="routerLsaOnStartupTime")
|
|
1153
1230
|
def router_lsa_on_startup_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1154
1231
|
"""
|
|
1155
|
-
Set how long to advertise maximum metric after router boot up
|
|
1232
|
+
Set how long to advertise maximum metric after router boot up
|
|
1233
|
+
- Range: `5`-`86400`
|
|
1156
1234
|
"""
|
|
1157
1235
|
return pulumi.get(self, "router_lsa_on_startup_time")
|
|
1158
1236
|
|
|
@@ -1176,7 +1254,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1176
1254
|
@pulumi.getter(name="spfCalculationDelay")
|
|
1177
1255
|
def spf_calculation_delay(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1178
1256
|
"""
|
|
1179
|
-
Set delay from first change received until performing SPF calculation
|
|
1257
|
+
Set delay from first change received until performing SPF calculation
|
|
1258
|
+
- Range: `1`-`600000`
|
|
1259
|
+
- Default value: `200`
|
|
1180
1260
|
"""
|
|
1181
1261
|
return pulumi.get(self, "spf_calculation_delay")
|
|
1182
1262
|
|
|
@@ -1200,7 +1280,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1200
1280
|
@pulumi.getter(name="spfInitialHoldTime")
|
|
1201
1281
|
def spf_initial_hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1202
1282
|
"""
|
|
1203
|
-
Set initial hold time between consecutive SPF calculations
|
|
1283
|
+
Set initial hold time between consecutive SPF calculations
|
|
1284
|
+
- Range: `1`-`600000`
|
|
1285
|
+
- Default value: `1000`
|
|
1204
1286
|
"""
|
|
1205
1287
|
return pulumi.get(self, "spf_initial_hold_time")
|
|
1206
1288
|
|
|
@@ -1224,7 +1306,9 @@ class _ServiceRoutingOspfv3Ipv4FeatureState:
|
|
|
1224
1306
|
@pulumi.getter(name="spfMaximumHoldTime")
|
|
1225
1307
|
def spf_maximum_hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1226
1308
|
"""
|
|
1227
|
-
Set maximum hold time between consecutive SPF calculations
|
|
1309
|
+
Set maximum hold time between consecutive SPF calculations
|
|
1310
|
+
- Range: `1`-`600000`
|
|
1311
|
+
- Default value: `10000`
|
|
1228
1312
|
"""
|
|
1229
1313
|
return pulumi.get(self, "spf_maximum_hold_time")
|
|
1230
1314
|
|
|
@@ -1306,6 +1390,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1306
1390
|
This resource can manage a Service Routing OSPFv3 IPv4 Feature.
|
|
1307
1391
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1308
1392
|
|
|
1393
|
+
## Example Usage
|
|
1394
|
+
|
|
1309
1395
|
## Import
|
|
1310
1396
|
|
|
1311
1397
|
The `pulumi import` command can be used, for example:
|
|
@@ -1322,38 +1408,59 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1322
1408
|
:param pulumi.Input[_builtins.bool] default_information_originate: Distribute default external route into OSPF disabled
|
|
1323
1409
|
:param pulumi.Input[_builtins.bool] default_information_originate_always: Always advertise default route
|
|
1324
1410
|
:param pulumi.Input[_builtins.str] default_information_originate_always_variable: Variable name
|
|
1325
|
-
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
1326
|
-
|
|
1411
|
+
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
1412
|
+
- Range: `0`-`16777214`
|
|
1413
|
+
:param pulumi.Input[_builtins.str] default_information_originate_metric_type: Set default route metric type
|
|
1414
|
+
- Choices: `type1`, `type2`
|
|
1327
1415
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_type_variable: Variable name
|
|
1328
1416
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_variable: Variable name
|
|
1329
1417
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1330
|
-
:param pulumi.Input[_builtins.int] distance: Distance
|
|
1331
|
-
|
|
1418
|
+
:param pulumi.Input[_builtins.int] distance: Distance
|
|
1419
|
+
- Range: `1`-`255`
|
|
1420
|
+
- Default value: `110`
|
|
1421
|
+
:param pulumi.Input[_builtins.int] distance_external: Set distance for external routes
|
|
1422
|
+
- Range: `1`-`254`
|
|
1423
|
+
- Default value: `110`
|
|
1332
1424
|
:param pulumi.Input[_builtins.str] distance_external_variable: Variable name
|
|
1333
|
-
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
1425
|
+
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
1426
|
+
- Range: `1`-`254`
|
|
1427
|
+
- Default value: `110`
|
|
1334
1428
|
:param pulumi.Input[_builtins.str] distance_inter_area_variable: Variable name
|
|
1335
|
-
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
1429
|
+
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
1430
|
+
- Range: `1`-`254`
|
|
1431
|
+
- Default value: `110`
|
|
1336
1432
|
:param pulumi.Input[_builtins.str] distance_intra_area_variable: Variable name
|
|
1337
1433
|
:param pulumi.Input[_builtins.str] distance_variable: Variable name
|
|
1338
1434
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1339
|
-
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
1435
|
+
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
1436
|
+
- Default value: `false`
|
|
1340
1437
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
1341
1438
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1342
1439
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingOspfv3Ipv4FeatureRedistributeArgs', 'ServiceRoutingOspfv3Ipv4FeatureRedistributeArgsDict']]]] redistributes: Redistribute routes
|
|
1343
|
-
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
1440
|
+
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
1441
|
+
- Range: `1`-`4294967`
|
|
1442
|
+
- Default value: `100`
|
|
1344
1443
|
:param pulumi.Input[_builtins.str] reference_bandwidth_variable: Variable name
|
|
1345
|
-
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
1444
|
+
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
1445
|
+
- Default value: `true`
|
|
1346
1446
|
:param pulumi.Input[_builtins.str] rfc1583_compatible_variable: Variable name
|
|
1347
1447
|
:param pulumi.Input[_builtins.str] router_id: Set OSPF router ID to override system IP address
|
|
1348
1448
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
1349
1449
|
:param pulumi.Input[_builtins.str] router_lsa_action: Not advertise maximum metric Router LSA policy by default
|
|
1350
|
-
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
1450
|
+
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
1451
|
+
- Range: `5`-`86400`
|
|
1351
1452
|
:param pulumi.Input[_builtins.str] router_lsa_on_startup_time_variable: Variable name
|
|
1352
|
-
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
1453
|
+
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
1454
|
+
- Range: `1`-`600000`
|
|
1455
|
+
- Default value: `200`
|
|
1353
1456
|
:param pulumi.Input[_builtins.str] spf_calculation_delay_variable: Variable name
|
|
1354
|
-
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
1457
|
+
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
1458
|
+
- Range: `1`-`600000`
|
|
1459
|
+
- Default value: `1000`
|
|
1355
1460
|
:param pulumi.Input[_builtins.str] spf_initial_hold_time_variable: Variable name
|
|
1356
|
-
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
1461
|
+
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
1462
|
+
- Range: `1`-`600000`
|
|
1463
|
+
- Default value: `10000`
|
|
1357
1464
|
:param pulumi.Input[_builtins.str] spf_maximum_hold_time_variable: Variable name
|
|
1358
1465
|
"""
|
|
1359
1466
|
...
|
|
@@ -1366,6 +1473,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1366
1473
|
This resource can manage a Service Routing OSPFv3 IPv4 Feature.
|
|
1367
1474
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1368
1475
|
|
|
1476
|
+
## Example Usage
|
|
1477
|
+
|
|
1369
1478
|
## Import
|
|
1370
1479
|
|
|
1371
1480
|
The `pulumi import` command can be used, for example:
|
|
@@ -1539,38 +1648,59 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1539
1648
|
:param pulumi.Input[_builtins.bool] default_information_originate: Distribute default external route into OSPF disabled
|
|
1540
1649
|
:param pulumi.Input[_builtins.bool] default_information_originate_always: Always advertise default route
|
|
1541
1650
|
:param pulumi.Input[_builtins.str] default_information_originate_always_variable: Variable name
|
|
1542
|
-
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
1543
|
-
|
|
1651
|
+
:param pulumi.Input[_builtins.int] default_information_originate_metric: Set metric used to generate default route <0..16777214>
|
|
1652
|
+
- Range: `0`-`16777214`
|
|
1653
|
+
:param pulumi.Input[_builtins.str] default_information_originate_metric_type: Set default route metric type
|
|
1654
|
+
- Choices: `type1`, `type2`
|
|
1544
1655
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_type_variable: Variable name
|
|
1545
1656
|
:param pulumi.Input[_builtins.str] default_information_originate_metric_variable: Variable name
|
|
1546
1657
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1547
|
-
:param pulumi.Input[_builtins.int] distance: Distance
|
|
1548
|
-
|
|
1658
|
+
:param pulumi.Input[_builtins.int] distance: Distance
|
|
1659
|
+
- Range: `1`-`255`
|
|
1660
|
+
- Default value: `110`
|
|
1661
|
+
:param pulumi.Input[_builtins.int] distance_external: Set distance for external routes
|
|
1662
|
+
- Range: `1`-`254`
|
|
1663
|
+
- Default value: `110`
|
|
1549
1664
|
:param pulumi.Input[_builtins.str] distance_external_variable: Variable name
|
|
1550
|
-
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
1665
|
+
:param pulumi.Input[_builtins.int] distance_inter_area: Set distance for inter-area routes
|
|
1666
|
+
- Range: `1`-`254`
|
|
1667
|
+
- Default value: `110`
|
|
1551
1668
|
:param pulumi.Input[_builtins.str] distance_inter_area_variable: Variable name
|
|
1552
|
-
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
1669
|
+
:param pulumi.Input[_builtins.int] distance_intra_area: Set distance for intra-area routes
|
|
1670
|
+
- Range: `1`-`254`
|
|
1671
|
+
- Default value: `110`
|
|
1553
1672
|
:param pulumi.Input[_builtins.str] distance_intra_area_variable: Variable name
|
|
1554
1673
|
:param pulumi.Input[_builtins.str] distance_variable: Variable name
|
|
1555
1674
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1556
|
-
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
1675
|
+
:param pulumi.Input[_builtins.bool] filter: Table map filtered or not
|
|
1676
|
+
- Default value: `false`
|
|
1557
1677
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
1558
1678
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1559
1679
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceRoutingOspfv3Ipv4FeatureRedistributeArgs', 'ServiceRoutingOspfv3Ipv4FeatureRedistributeArgsDict']]]] redistributes: Redistribute routes
|
|
1560
|
-
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
1680
|
+
:param pulumi.Input[_builtins.int] reference_bandwidth: Set reference bandwidth method to assign OSPF cost
|
|
1681
|
+
- Range: `1`-`4294967`
|
|
1682
|
+
- Default value: `100`
|
|
1561
1683
|
:param pulumi.Input[_builtins.str] reference_bandwidth_variable: Variable name
|
|
1562
|
-
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
1684
|
+
:param pulumi.Input[_builtins.bool] rfc1583_compatible: Calculate summary route cost based on RFC 1583
|
|
1685
|
+
- Default value: `true`
|
|
1563
1686
|
:param pulumi.Input[_builtins.str] rfc1583_compatible_variable: Variable name
|
|
1564
1687
|
:param pulumi.Input[_builtins.str] router_id: Set OSPF router ID to override system IP address
|
|
1565
1688
|
:param pulumi.Input[_builtins.str] router_id_variable: Variable name
|
|
1566
1689
|
:param pulumi.Input[_builtins.str] router_lsa_action: Not advertise maximum metric Router LSA policy by default
|
|
1567
|
-
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
1690
|
+
:param pulumi.Input[_builtins.int] router_lsa_on_startup_time: Set how long to advertise maximum metric after router boot up
|
|
1691
|
+
- Range: `5`-`86400`
|
|
1568
1692
|
:param pulumi.Input[_builtins.str] router_lsa_on_startup_time_variable: Variable name
|
|
1569
|
-
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
1693
|
+
:param pulumi.Input[_builtins.int] spf_calculation_delay: Set delay from first change received until performing SPF calculation
|
|
1694
|
+
- Range: `1`-`600000`
|
|
1695
|
+
- Default value: `200`
|
|
1570
1696
|
:param pulumi.Input[_builtins.str] spf_calculation_delay_variable: Variable name
|
|
1571
|
-
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
1697
|
+
:param pulumi.Input[_builtins.int] spf_initial_hold_time: Set initial hold time between consecutive SPF calculations
|
|
1698
|
+
- Range: `1`-`600000`
|
|
1699
|
+
- Default value: `1000`
|
|
1572
1700
|
:param pulumi.Input[_builtins.str] spf_initial_hold_time_variable: Variable name
|
|
1573
|
-
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
1701
|
+
:param pulumi.Input[_builtins.int] spf_maximum_hold_time: Set maximum hold time between consecutive SPF calculations
|
|
1702
|
+
- Range: `1`-`600000`
|
|
1703
|
+
- Default value: `10000`
|
|
1574
1704
|
:param pulumi.Input[_builtins.str] spf_maximum_hold_time_variable: Variable name
|
|
1575
1705
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
1576
1706
|
"""
|
|
@@ -1655,7 +1785,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1655
1785
|
@pulumi.getter(name="defaultInformationOriginateMetric")
|
|
1656
1786
|
def default_information_originate_metric(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1657
1787
|
"""
|
|
1658
|
-
Set metric used to generate default route <0..16777214>
|
|
1788
|
+
Set metric used to generate default route <0..16777214>
|
|
1789
|
+
- Range: `0`-`16777214`
|
|
1659
1790
|
"""
|
|
1660
1791
|
return pulumi.get(self, "default_information_originate_metric")
|
|
1661
1792
|
|
|
@@ -1663,7 +1794,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1663
1794
|
@pulumi.getter(name="defaultInformationOriginateMetricType")
|
|
1664
1795
|
def default_information_originate_metric_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1665
1796
|
"""
|
|
1666
|
-
Set default route metric type
|
|
1797
|
+
Set default route metric type
|
|
1798
|
+
- Choices: `type1`, `type2`
|
|
1667
1799
|
"""
|
|
1668
1800
|
return pulumi.get(self, "default_information_originate_metric_type")
|
|
1669
1801
|
|
|
@@ -1695,7 +1827,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1695
1827
|
@pulumi.getter
|
|
1696
1828
|
def distance(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1697
1829
|
"""
|
|
1698
|
-
Distance
|
|
1830
|
+
Distance
|
|
1831
|
+
- Range: `1`-`255`
|
|
1832
|
+
- Default value: `110`
|
|
1699
1833
|
"""
|
|
1700
1834
|
return pulumi.get(self, "distance")
|
|
1701
1835
|
|
|
@@ -1703,7 +1837,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1703
1837
|
@pulumi.getter(name="distanceExternal")
|
|
1704
1838
|
def distance_external(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1705
1839
|
"""
|
|
1706
|
-
Set distance for external routes
|
|
1840
|
+
Set distance for external routes
|
|
1841
|
+
- Range: `1`-`254`
|
|
1842
|
+
- Default value: `110`
|
|
1707
1843
|
"""
|
|
1708
1844
|
return pulumi.get(self, "distance_external")
|
|
1709
1845
|
|
|
@@ -1719,7 +1855,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1719
1855
|
@pulumi.getter(name="distanceInterArea")
|
|
1720
1856
|
def distance_inter_area(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1721
1857
|
"""
|
|
1722
|
-
Set distance for inter-area routes
|
|
1858
|
+
Set distance for inter-area routes
|
|
1859
|
+
- Range: `1`-`254`
|
|
1860
|
+
- Default value: `110`
|
|
1723
1861
|
"""
|
|
1724
1862
|
return pulumi.get(self, "distance_inter_area")
|
|
1725
1863
|
|
|
@@ -1735,7 +1873,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1735
1873
|
@pulumi.getter(name="distanceIntraArea")
|
|
1736
1874
|
def distance_intra_area(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1737
1875
|
"""
|
|
1738
|
-
Set distance for intra-area routes
|
|
1876
|
+
Set distance for intra-area routes
|
|
1877
|
+
- Range: `1`-`254`
|
|
1878
|
+
- Default value: `110`
|
|
1739
1879
|
"""
|
|
1740
1880
|
return pulumi.get(self, "distance_intra_area")
|
|
1741
1881
|
|
|
@@ -1767,7 +1907,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1767
1907
|
@pulumi.getter
|
|
1768
1908
|
def filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1769
1909
|
"""
|
|
1770
|
-
Table map filtered or not
|
|
1910
|
+
Table map filtered or not
|
|
1911
|
+
- Default value: `false`
|
|
1771
1912
|
"""
|
|
1772
1913
|
return pulumi.get(self, "filter")
|
|
1773
1914
|
|
|
@@ -1799,7 +1940,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1799
1940
|
@pulumi.getter(name="referenceBandwidth")
|
|
1800
1941
|
def reference_bandwidth(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1801
1942
|
"""
|
|
1802
|
-
Set reference bandwidth method to assign OSPF cost
|
|
1943
|
+
Set reference bandwidth method to assign OSPF cost
|
|
1944
|
+
- Range: `1`-`4294967`
|
|
1945
|
+
- Default value: `100`
|
|
1803
1946
|
"""
|
|
1804
1947
|
return pulumi.get(self, "reference_bandwidth")
|
|
1805
1948
|
|
|
@@ -1815,7 +1958,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1815
1958
|
@pulumi.getter(name="rfc1583Compatible")
|
|
1816
1959
|
def rfc1583_compatible(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1817
1960
|
"""
|
|
1818
|
-
Calculate summary route cost based on RFC 1583
|
|
1961
|
+
Calculate summary route cost based on RFC 1583
|
|
1962
|
+
- Default value: `true`
|
|
1819
1963
|
"""
|
|
1820
1964
|
return pulumi.get(self, "rfc1583_compatible")
|
|
1821
1965
|
|
|
@@ -1860,7 +2004,8 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1860
2004
|
@pulumi.getter(name="routerLsaOnStartupTime")
|
|
1861
2005
|
def router_lsa_on_startup_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1862
2006
|
"""
|
|
1863
|
-
Set how long to advertise maximum metric after router boot up
|
|
2007
|
+
Set how long to advertise maximum metric after router boot up
|
|
2008
|
+
- Range: `5`-`86400`
|
|
1864
2009
|
"""
|
|
1865
2010
|
return pulumi.get(self, "router_lsa_on_startup_time")
|
|
1866
2011
|
|
|
@@ -1876,7 +2021,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1876
2021
|
@pulumi.getter(name="spfCalculationDelay")
|
|
1877
2022
|
def spf_calculation_delay(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1878
2023
|
"""
|
|
1879
|
-
Set delay from first change received until performing SPF calculation
|
|
2024
|
+
Set delay from first change received until performing SPF calculation
|
|
2025
|
+
- Range: `1`-`600000`
|
|
2026
|
+
- Default value: `200`
|
|
1880
2027
|
"""
|
|
1881
2028
|
return pulumi.get(self, "spf_calculation_delay")
|
|
1882
2029
|
|
|
@@ -1892,7 +2039,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1892
2039
|
@pulumi.getter(name="spfInitialHoldTime")
|
|
1893
2040
|
def spf_initial_hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1894
2041
|
"""
|
|
1895
|
-
Set initial hold time between consecutive SPF calculations
|
|
2042
|
+
Set initial hold time between consecutive SPF calculations
|
|
2043
|
+
- Range: `1`-`600000`
|
|
2044
|
+
- Default value: `1000`
|
|
1896
2045
|
"""
|
|
1897
2046
|
return pulumi.get(self, "spf_initial_hold_time")
|
|
1898
2047
|
|
|
@@ -1908,7 +2057,9 @@ class ServiceRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1908
2057
|
@pulumi.getter(name="spfMaximumHoldTime")
|
|
1909
2058
|
def spf_maximum_hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1910
2059
|
"""
|
|
1911
|
-
Set maximum hold time between consecutive SPF calculations
|
|
2060
|
+
Set maximum hold time between consecutive SPF calculations
|
|
2061
|
+
- Range: `1`-`600000`
|
|
2062
|
+
- Default value: `10000`
|
|
1912
2063
|
"""
|
|
1913
2064
|
return pulumi.get(self, "spf_maximum_hold_time")
|
|
1914
2065
|
|