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
|
@@ -56,14 +56,18 @@ class ServiceMulticastFeatureArgs:
|
|
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureAutoRpAnnounceArgs']]] auto_rp_announces: Enable or disable RP Announce
|
|
57
57
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureAutoRpDiscoveryArgs']]] auto_rp_discoveries: Enable or disable RP Discovery
|
|
58
58
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
59
|
-
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
59
|
+
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
60
|
+
- Default value: `false`
|
|
60
61
|
:param pulumi.Input[_builtins.str] enable_auto_rp_variable: Variable name
|
|
61
62
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureIgmpInterfaceArgs']]] igmp_interfaces: Set IGMP interface parameters
|
|
62
|
-
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
63
|
-
|
|
63
|
+
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
64
|
+
- Default value: `false`
|
|
65
|
+
:param pulumi.Input[_builtins.int] local_replicator_threshold: Set number of joins per group the router supports
|
|
66
|
+
- Range: `0`-`131072`
|
|
64
67
|
:param pulumi.Input[_builtins.str] local_replicator_threshold_variable: Variable name
|
|
65
68
|
:param pulumi.Input[_builtins.str] local_replicator_variable: Variable name
|
|
66
|
-
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
69
|
+
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
70
|
+
- Range: `1`-`60`
|
|
67
71
|
:param pulumi.Input[_builtins.str] msdp_connection_retry_interval_variable: Variable name
|
|
68
72
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureMsdpGroupArgs']]] msdp_groups: multicast MSDP peer
|
|
69
73
|
:param pulumi.Input[_builtins.str] msdp_originator_id: Set MSDP originator ID
|
|
@@ -74,9 +78,12 @@ class ServiceMulticastFeatureArgs:
|
|
|
74
78
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeaturePimInterfaceArgs']]] pim_interfaces: Set PIM interface parameters
|
|
75
79
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list: Set Access List for PIM SSM
|
|
76
80
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list_variable: Variable name
|
|
77
|
-
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
81
|
+
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
82
|
+
- Choices: `0`, `infinity`
|
|
83
|
+
- Default value: `0`
|
|
78
84
|
:param pulumi.Input[_builtins.str] pim_spt_threshold_variable: Variable name
|
|
79
|
-
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
85
|
+
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
86
|
+
- Default value: `false`
|
|
80
87
|
:param pulumi.Input[_builtins.str] spt_only_variable: Variable name
|
|
81
88
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureStaticRpAddressArgs']]] static_rp_addresses: Set Static RP Address(es)
|
|
82
89
|
"""
|
|
@@ -199,7 +206,8 @@ class ServiceMulticastFeatureArgs:
|
|
|
199
206
|
@pulumi.getter(name="enableAutoRp")
|
|
200
207
|
def enable_auto_rp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
201
208
|
"""
|
|
202
|
-
Enable or disable auto-RP
|
|
209
|
+
Enable or disable auto-RP
|
|
210
|
+
- Default value: `false`
|
|
203
211
|
"""
|
|
204
212
|
return pulumi.get(self, "enable_auto_rp")
|
|
205
213
|
|
|
@@ -235,7 +243,8 @@ class ServiceMulticastFeatureArgs:
|
|
|
235
243
|
@pulumi.getter(name="localReplicator")
|
|
236
244
|
def local_replicator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
237
245
|
"""
|
|
238
|
-
Replicator is local to this device
|
|
246
|
+
Replicator is local to this device
|
|
247
|
+
- Default value: `false`
|
|
239
248
|
"""
|
|
240
249
|
return pulumi.get(self, "local_replicator")
|
|
241
250
|
|
|
@@ -247,7 +256,8 @@ class ServiceMulticastFeatureArgs:
|
|
|
247
256
|
@pulumi.getter(name="localReplicatorThreshold")
|
|
248
257
|
def local_replicator_threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
249
258
|
"""
|
|
250
|
-
Set number of joins per group the router supports
|
|
259
|
+
Set number of joins per group the router supports
|
|
260
|
+
- Range: `0`-`131072`
|
|
251
261
|
"""
|
|
252
262
|
return pulumi.get(self, "local_replicator_threshold")
|
|
253
263
|
|
|
@@ -283,7 +293,8 @@ class ServiceMulticastFeatureArgs:
|
|
|
283
293
|
@pulumi.getter(name="msdpConnectionRetryInterval")
|
|
284
294
|
def msdp_connection_retry_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
285
295
|
"""
|
|
286
|
-
Set MSDP refresh timer
|
|
296
|
+
Set MSDP refresh timer
|
|
297
|
+
- Range: `1`-`60`
|
|
287
298
|
"""
|
|
288
299
|
return pulumi.get(self, "msdp_connection_retry_interval")
|
|
289
300
|
|
|
@@ -415,7 +426,9 @@ class ServiceMulticastFeatureArgs:
|
|
|
415
426
|
@pulumi.getter(name="pimSptThreshold")
|
|
416
427
|
def pim_spt_threshold(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
417
428
|
"""
|
|
418
|
-
Set when PIM router joins the SPT (kbps)
|
|
429
|
+
Set when PIM router joins the SPT (kbps)
|
|
430
|
+
- Choices: `0`, `infinity`
|
|
431
|
+
- Default value: `0`
|
|
419
432
|
"""
|
|
420
433
|
return pulumi.get(self, "pim_spt_threshold")
|
|
421
434
|
|
|
@@ -439,7 +452,8 @@ class ServiceMulticastFeatureArgs:
|
|
|
439
452
|
@pulumi.getter(name="sptOnly")
|
|
440
453
|
def spt_only(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
441
454
|
"""
|
|
442
|
-
Shortest Path Tree (SPT) Only Mode
|
|
455
|
+
Shortest Path Tree (SPT) Only Mode
|
|
456
|
+
- Default value: `false`
|
|
443
457
|
"""
|
|
444
458
|
return pulumi.get(self, "spt_only")
|
|
445
459
|
|
|
@@ -509,15 +523,19 @@ class _ServiceMulticastFeatureState:
|
|
|
509
523
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureAutoRpAnnounceArgs']]] auto_rp_announces: Enable or disable RP Announce
|
|
510
524
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureAutoRpDiscoveryArgs']]] auto_rp_discoveries: Enable or disable RP Discovery
|
|
511
525
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
512
|
-
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
526
|
+
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
527
|
+
- Default value: `false`
|
|
513
528
|
:param pulumi.Input[_builtins.str] enable_auto_rp_variable: Variable name
|
|
514
529
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
515
530
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureIgmpInterfaceArgs']]] igmp_interfaces: Set IGMP interface parameters
|
|
516
|
-
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
517
|
-
|
|
531
|
+
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
532
|
+
- Default value: `false`
|
|
533
|
+
:param pulumi.Input[_builtins.int] local_replicator_threshold: Set number of joins per group the router supports
|
|
534
|
+
- Range: `0`-`131072`
|
|
518
535
|
:param pulumi.Input[_builtins.str] local_replicator_threshold_variable: Variable name
|
|
519
536
|
:param pulumi.Input[_builtins.str] local_replicator_variable: Variable name
|
|
520
|
-
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
537
|
+
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
538
|
+
- Range: `1`-`60`
|
|
521
539
|
:param pulumi.Input[_builtins.str] msdp_connection_retry_interval_variable: Variable name
|
|
522
540
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureMsdpGroupArgs']]] msdp_groups: multicast MSDP peer
|
|
523
541
|
:param pulumi.Input[_builtins.str] msdp_originator_id: Set MSDP originator ID
|
|
@@ -529,9 +547,12 @@ class _ServiceMulticastFeatureState:
|
|
|
529
547
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list: Set Access List for PIM SSM
|
|
530
548
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list_variable: Variable name
|
|
531
549
|
:param pulumi.Input[_builtins.bool] pim_source_specific_multicast_enable: turn SSM on/off
|
|
532
|
-
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
550
|
+
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
551
|
+
- Choices: `0`, `infinity`
|
|
552
|
+
- Default value: `0`
|
|
533
553
|
:param pulumi.Input[_builtins.str] pim_spt_threshold_variable: Variable name
|
|
534
|
-
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
554
|
+
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
555
|
+
- Default value: `false`
|
|
535
556
|
:param pulumi.Input[_builtins.str] spt_only_variable: Variable name
|
|
536
557
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceMulticastFeatureStaticRpAddressArgs']]] static_rp_addresses: Set Static RP Address(es)
|
|
537
558
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
@@ -635,7 +656,8 @@ class _ServiceMulticastFeatureState:
|
|
|
635
656
|
@pulumi.getter(name="enableAutoRp")
|
|
636
657
|
def enable_auto_rp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
637
658
|
"""
|
|
638
|
-
Enable or disable auto-RP
|
|
659
|
+
Enable or disable auto-RP
|
|
660
|
+
- Default value: `false`
|
|
639
661
|
"""
|
|
640
662
|
return pulumi.get(self, "enable_auto_rp")
|
|
641
663
|
|
|
@@ -683,7 +705,8 @@ class _ServiceMulticastFeatureState:
|
|
|
683
705
|
@pulumi.getter(name="localReplicator")
|
|
684
706
|
def local_replicator(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
685
707
|
"""
|
|
686
|
-
Replicator is local to this device
|
|
708
|
+
Replicator is local to this device
|
|
709
|
+
- Default value: `false`
|
|
687
710
|
"""
|
|
688
711
|
return pulumi.get(self, "local_replicator")
|
|
689
712
|
|
|
@@ -695,7 +718,8 @@ class _ServiceMulticastFeatureState:
|
|
|
695
718
|
@pulumi.getter(name="localReplicatorThreshold")
|
|
696
719
|
def local_replicator_threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
697
720
|
"""
|
|
698
|
-
Set number of joins per group the router supports
|
|
721
|
+
Set number of joins per group the router supports
|
|
722
|
+
- Range: `0`-`131072`
|
|
699
723
|
"""
|
|
700
724
|
return pulumi.get(self, "local_replicator_threshold")
|
|
701
725
|
|
|
@@ -731,7 +755,8 @@ class _ServiceMulticastFeatureState:
|
|
|
731
755
|
@pulumi.getter(name="msdpConnectionRetryInterval")
|
|
732
756
|
def msdp_connection_retry_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
733
757
|
"""
|
|
734
|
-
Set MSDP refresh timer
|
|
758
|
+
Set MSDP refresh timer
|
|
759
|
+
- Range: `1`-`60`
|
|
735
760
|
"""
|
|
736
761
|
return pulumi.get(self, "msdp_connection_retry_interval")
|
|
737
762
|
|
|
@@ -875,7 +900,9 @@ class _ServiceMulticastFeatureState:
|
|
|
875
900
|
@pulumi.getter(name="pimSptThreshold")
|
|
876
901
|
def pim_spt_threshold(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
877
902
|
"""
|
|
878
|
-
Set when PIM router joins the SPT (kbps)
|
|
903
|
+
Set when PIM router joins the SPT (kbps)
|
|
904
|
+
- Choices: `0`, `infinity`
|
|
905
|
+
- Default value: `0`
|
|
879
906
|
"""
|
|
880
907
|
return pulumi.get(self, "pim_spt_threshold")
|
|
881
908
|
|
|
@@ -899,7 +926,8 @@ class _ServiceMulticastFeatureState:
|
|
|
899
926
|
@pulumi.getter(name="sptOnly")
|
|
900
927
|
def spt_only(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
901
928
|
"""
|
|
902
|
-
Shortest Path Tree (SPT) Only Mode
|
|
929
|
+
Shortest Path Tree (SPT) Only Mode
|
|
930
|
+
- Default value: `false`
|
|
903
931
|
"""
|
|
904
932
|
return pulumi.get(self, "spt_only")
|
|
905
933
|
|
|
@@ -983,6 +1011,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
983
1011
|
This resource can manage a Service Multicast Feature.
|
|
984
1012
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
985
1013
|
|
|
1014
|
+
## Example Usage
|
|
1015
|
+
|
|
986
1016
|
## Import
|
|
987
1017
|
|
|
988
1018
|
The `pulumi import` command can be used, for example:
|
|
@@ -998,15 +1028,19 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
998
1028
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureAutoRpAnnounceArgs', 'ServiceMulticastFeatureAutoRpAnnounceArgsDict']]]] auto_rp_announces: Enable or disable RP Announce
|
|
999
1029
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureAutoRpDiscoveryArgs', 'ServiceMulticastFeatureAutoRpDiscoveryArgsDict']]]] auto_rp_discoveries: Enable or disable RP Discovery
|
|
1000
1030
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1001
|
-
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
1031
|
+
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
1032
|
+
- Default value: `false`
|
|
1002
1033
|
:param pulumi.Input[_builtins.str] enable_auto_rp_variable: Variable name
|
|
1003
1034
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1004
1035
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureIgmpInterfaceArgs', 'ServiceMulticastFeatureIgmpInterfaceArgsDict']]]] igmp_interfaces: Set IGMP interface parameters
|
|
1005
|
-
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
1006
|
-
|
|
1036
|
+
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
1037
|
+
- Default value: `false`
|
|
1038
|
+
:param pulumi.Input[_builtins.int] local_replicator_threshold: Set number of joins per group the router supports
|
|
1039
|
+
- Range: `0`-`131072`
|
|
1007
1040
|
:param pulumi.Input[_builtins.str] local_replicator_threshold_variable: Variable name
|
|
1008
1041
|
:param pulumi.Input[_builtins.str] local_replicator_variable: Variable name
|
|
1009
|
-
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
1042
|
+
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
1043
|
+
- Range: `1`-`60`
|
|
1010
1044
|
:param pulumi.Input[_builtins.str] msdp_connection_retry_interval_variable: Variable name
|
|
1011
1045
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureMsdpGroupArgs', 'ServiceMulticastFeatureMsdpGroupArgsDict']]]] msdp_groups: multicast MSDP peer
|
|
1012
1046
|
:param pulumi.Input[_builtins.str] msdp_originator_id: Set MSDP originator ID
|
|
@@ -1018,9 +1052,12 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1018
1052
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list: Set Access List for PIM SSM
|
|
1019
1053
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list_variable: Variable name
|
|
1020
1054
|
:param pulumi.Input[_builtins.bool] pim_source_specific_multicast_enable: turn SSM on/off
|
|
1021
|
-
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
1055
|
+
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
1056
|
+
- Choices: `0`, `infinity`
|
|
1057
|
+
- Default value: `0`
|
|
1022
1058
|
:param pulumi.Input[_builtins.str] pim_spt_threshold_variable: Variable name
|
|
1023
|
-
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
1059
|
+
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
1060
|
+
- Default value: `false`
|
|
1024
1061
|
:param pulumi.Input[_builtins.str] spt_only_variable: Variable name
|
|
1025
1062
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureStaticRpAddressArgs', 'ServiceMulticastFeatureStaticRpAddressArgsDict']]]] static_rp_addresses: Set Static RP Address(es)
|
|
1026
1063
|
"""
|
|
@@ -1034,6 +1071,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1034
1071
|
This resource can manage a Service Multicast Feature.
|
|
1035
1072
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
1036
1073
|
|
|
1074
|
+
## Example Usage
|
|
1075
|
+
|
|
1037
1076
|
## Import
|
|
1038
1077
|
|
|
1039
1078
|
The `pulumi import` command can be used, for example:
|
|
@@ -1178,15 +1217,19 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1178
1217
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureAutoRpAnnounceArgs', 'ServiceMulticastFeatureAutoRpAnnounceArgsDict']]]] auto_rp_announces: Enable or disable RP Announce
|
|
1179
1218
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureAutoRpDiscoveryArgs', 'ServiceMulticastFeatureAutoRpDiscoveryArgsDict']]]] auto_rp_discoveries: Enable or disable RP Discovery
|
|
1180
1219
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1181
|
-
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
1220
|
+
:param pulumi.Input[_builtins.bool] enable_auto_rp: Enable or disable auto-RP
|
|
1221
|
+
- Default value: `false`
|
|
1182
1222
|
:param pulumi.Input[_builtins.str] enable_auto_rp_variable: Variable name
|
|
1183
1223
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1184
1224
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureIgmpInterfaceArgs', 'ServiceMulticastFeatureIgmpInterfaceArgsDict']]]] igmp_interfaces: Set IGMP interface parameters
|
|
1185
|
-
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
1186
|
-
|
|
1225
|
+
:param pulumi.Input[_builtins.bool] local_replicator: Replicator is local to this device
|
|
1226
|
+
- Default value: `false`
|
|
1227
|
+
:param pulumi.Input[_builtins.int] local_replicator_threshold: Set number of joins per group the router supports
|
|
1228
|
+
- Range: `0`-`131072`
|
|
1187
1229
|
:param pulumi.Input[_builtins.str] local_replicator_threshold_variable: Variable name
|
|
1188
1230
|
:param pulumi.Input[_builtins.str] local_replicator_variable: Variable name
|
|
1189
|
-
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
1231
|
+
:param pulumi.Input[_builtins.int] msdp_connection_retry_interval: Set MSDP refresh timer
|
|
1232
|
+
- Range: `1`-`60`
|
|
1190
1233
|
:param pulumi.Input[_builtins.str] msdp_connection_retry_interval_variable: Variable name
|
|
1191
1234
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureMsdpGroupArgs', 'ServiceMulticastFeatureMsdpGroupArgsDict']]]] msdp_groups: multicast MSDP peer
|
|
1192
1235
|
:param pulumi.Input[_builtins.str] msdp_originator_id: Set MSDP originator ID
|
|
@@ -1198,9 +1241,12 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1198
1241
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list: Set Access List for PIM SSM
|
|
1199
1242
|
:param pulumi.Input[_builtins.str] pim_source_specific_multicast_access_list_variable: Variable name
|
|
1200
1243
|
:param pulumi.Input[_builtins.bool] pim_source_specific_multicast_enable: turn SSM on/off
|
|
1201
|
-
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
1244
|
+
:param pulumi.Input[_builtins.str] pim_spt_threshold: Set when PIM router joins the SPT (kbps)
|
|
1245
|
+
- Choices: `0`, `infinity`
|
|
1246
|
+
- Default value: `0`
|
|
1202
1247
|
:param pulumi.Input[_builtins.str] pim_spt_threshold_variable: Variable name
|
|
1203
|
-
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
1248
|
+
:param pulumi.Input[_builtins.bool] spt_only: Shortest Path Tree (SPT) Only Mode
|
|
1249
|
+
- Default value: `false`
|
|
1204
1250
|
:param pulumi.Input[_builtins.str] spt_only_variable: Variable name
|
|
1205
1251
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceMulticastFeatureStaticRpAddressArgs', 'ServiceMulticastFeatureStaticRpAddressArgsDict']]]] static_rp_addresses: Set Static RP Address(es)
|
|
1206
1252
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
@@ -1268,7 +1314,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1268
1314
|
@pulumi.getter(name="enableAutoRp")
|
|
1269
1315
|
def enable_auto_rp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1270
1316
|
"""
|
|
1271
|
-
Enable or disable auto-RP
|
|
1317
|
+
Enable or disable auto-RP
|
|
1318
|
+
- Default value: `false`
|
|
1272
1319
|
"""
|
|
1273
1320
|
return pulumi.get(self, "enable_auto_rp")
|
|
1274
1321
|
|
|
@@ -1300,7 +1347,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1300
1347
|
@pulumi.getter(name="localReplicator")
|
|
1301
1348
|
def local_replicator(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1302
1349
|
"""
|
|
1303
|
-
Replicator is local to this device
|
|
1350
|
+
Replicator is local to this device
|
|
1351
|
+
- Default value: `false`
|
|
1304
1352
|
"""
|
|
1305
1353
|
return pulumi.get(self, "local_replicator")
|
|
1306
1354
|
|
|
@@ -1308,7 +1356,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1308
1356
|
@pulumi.getter(name="localReplicatorThreshold")
|
|
1309
1357
|
def local_replicator_threshold(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1310
1358
|
"""
|
|
1311
|
-
Set number of joins per group the router supports
|
|
1359
|
+
Set number of joins per group the router supports
|
|
1360
|
+
- Range: `0`-`131072`
|
|
1312
1361
|
"""
|
|
1313
1362
|
return pulumi.get(self, "local_replicator_threshold")
|
|
1314
1363
|
|
|
@@ -1332,7 +1381,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1332
1381
|
@pulumi.getter(name="msdpConnectionRetryInterval")
|
|
1333
1382
|
def msdp_connection_retry_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1334
1383
|
"""
|
|
1335
|
-
Set MSDP refresh timer
|
|
1384
|
+
Set MSDP refresh timer
|
|
1385
|
+
- Range: `1`-`60`
|
|
1336
1386
|
"""
|
|
1337
1387
|
return pulumi.get(self, "msdp_connection_retry_interval")
|
|
1338
1388
|
|
|
@@ -1428,7 +1478,9 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1428
1478
|
@pulumi.getter(name="pimSptThreshold")
|
|
1429
1479
|
def pim_spt_threshold(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1430
1480
|
"""
|
|
1431
|
-
Set when PIM router joins the SPT (kbps)
|
|
1481
|
+
Set when PIM router joins the SPT (kbps)
|
|
1482
|
+
- Choices: `0`, `infinity`
|
|
1483
|
+
- Default value: `0`
|
|
1432
1484
|
"""
|
|
1433
1485
|
return pulumi.get(self, "pim_spt_threshold")
|
|
1434
1486
|
|
|
@@ -1444,7 +1496,8 @@ class ServiceMulticastFeature(pulumi.CustomResource):
|
|
|
1444
1496
|
@pulumi.getter(name="sptOnly")
|
|
1445
1497
|
def spt_only(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1446
1498
|
"""
|
|
1447
|
-
Shortest Path Tree (SPT) Only Mode
|
|
1499
|
+
Shortest Path Tree (SPT) Only Mode
|
|
1500
|
+
- Default value: `false`
|
|
1448
1501
|
"""
|
|
1449
1502
|
return pulumi.get(self, "spt_only")
|
|
1450
1503
|
|
|
@@ -36,22 +36,23 @@ class ServiceObjectTrackerFeatureArgs:
|
|
|
36
36
|
"""
|
|
37
37
|
The set of arguments for constructing a ServiceObjectTrackerFeature resource.
|
|
38
38
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
39
|
-
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
39
|
+
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
40
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
40
41
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
41
42
|
:param pulumi.Input[_builtins.str] interface: interface name
|
|
42
43
|
:param pulumi.Input[_builtins.str] interface_variable: Variable name
|
|
43
44
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
44
|
-
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
45
|
+
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
46
|
+
- Range: `1`-`1000`
|
|
45
47
|
:param pulumi.Input[_builtins.str] object_tracker_id_variable: Variable name
|
|
46
48
|
:param pulumi.Input[_builtins.str] route_ip: IP address
|
|
47
49
|
:param pulumi.Input[_builtins.str] route_ip_variable: Variable name
|
|
48
|
-
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
52
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
50
|
+
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
51
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
52
|
+
- Default value: `0.0.0.0`
|
|
53
53
|
:param pulumi.Input[_builtins.str] route_mask_variable: Variable name
|
|
54
|
-
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
54
|
+
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
55
|
+
- Range: `0`-`65530`
|
|
55
56
|
:param pulumi.Input[_builtins.str] vpn_variable: Variable name
|
|
56
57
|
"""
|
|
57
58
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -97,7 +98,8 @@ class ServiceObjectTrackerFeatureArgs:
|
|
|
97
98
|
@pulumi.getter(name="objectTrackerType")
|
|
98
99
|
def object_tracker_type(self) -> pulumi.Input[_builtins.str]:
|
|
99
100
|
"""
|
|
100
|
-
objectTrackerType:Interface SIG Route
|
|
101
|
+
objectTrackerType:Interface SIG Route
|
|
102
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
101
103
|
"""
|
|
102
104
|
return pulumi.get(self, "object_tracker_type")
|
|
103
105
|
|
|
@@ -157,7 +159,8 @@ class ServiceObjectTrackerFeatureArgs:
|
|
|
157
159
|
@pulumi.getter(name="objectTrackerId")
|
|
158
160
|
def object_tracker_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
159
161
|
"""
|
|
160
|
-
Object tracker ID
|
|
162
|
+
Object tracker ID
|
|
163
|
+
- Range: `1`-`1000`
|
|
161
164
|
"""
|
|
162
165
|
return pulumi.get(self, "object_tracker_id")
|
|
163
166
|
|
|
@@ -205,11 +208,9 @@ class ServiceObjectTrackerFeatureArgs:
|
|
|
205
208
|
@pulumi.getter(name="routeMask")
|
|
206
209
|
def route_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
207
210
|
"""
|
|
208
|
-
IP mask
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
212
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
211
|
+
IP mask
|
|
212
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
213
|
+
- Default value: `0.0.0.0`
|
|
213
214
|
"""
|
|
214
215
|
return pulumi.get(self, "route_mask")
|
|
215
216
|
|
|
@@ -233,7 +234,8 @@ class ServiceObjectTrackerFeatureArgs:
|
|
|
233
234
|
@pulumi.getter
|
|
234
235
|
def vpn(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
235
236
|
"""
|
|
236
|
-
VPN
|
|
237
|
+
VPN
|
|
238
|
+
- Range: `0`-`65530`
|
|
237
239
|
"""
|
|
238
240
|
return pulumi.get(self, "vpn")
|
|
239
241
|
|
|
@@ -279,19 +281,20 @@ class _ServiceObjectTrackerFeatureState:
|
|
|
279
281
|
:param pulumi.Input[_builtins.str] interface: interface name
|
|
280
282
|
:param pulumi.Input[_builtins.str] interface_variable: Variable name
|
|
281
283
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
282
|
-
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
284
|
+
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
285
|
+
- Range: `1`-`1000`
|
|
283
286
|
:param pulumi.Input[_builtins.str] object_tracker_id_variable: Variable name
|
|
284
|
-
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
287
|
+
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
288
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
285
289
|
:param pulumi.Input[_builtins.str] route_ip: IP address
|
|
286
290
|
:param pulumi.Input[_builtins.str] route_ip_variable: Variable name
|
|
287
|
-
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
291
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
291
|
+
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
292
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
293
|
+
- Default value: `0.0.0.0`
|
|
292
294
|
:param pulumi.Input[_builtins.str] route_mask_variable: Variable name
|
|
293
295
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
294
|
-
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
296
|
+
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
297
|
+
- Range: `0`-`65530`
|
|
295
298
|
:param pulumi.Input[_builtins.str] vpn_variable: Variable name
|
|
296
299
|
"""
|
|
297
300
|
if description is not None:
|
|
@@ -389,7 +392,8 @@ class _ServiceObjectTrackerFeatureState:
|
|
|
389
392
|
@pulumi.getter(name="objectTrackerId")
|
|
390
393
|
def object_tracker_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
391
394
|
"""
|
|
392
|
-
Object tracker ID
|
|
395
|
+
Object tracker ID
|
|
396
|
+
- Range: `1`-`1000`
|
|
393
397
|
"""
|
|
394
398
|
return pulumi.get(self, "object_tracker_id")
|
|
395
399
|
|
|
@@ -413,7 +417,8 @@ class _ServiceObjectTrackerFeatureState:
|
|
|
413
417
|
@pulumi.getter(name="objectTrackerType")
|
|
414
418
|
def object_tracker_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
415
419
|
"""
|
|
416
|
-
objectTrackerType:Interface SIG Route
|
|
420
|
+
objectTrackerType:Interface SIG Route
|
|
421
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
417
422
|
"""
|
|
418
423
|
return pulumi.get(self, "object_tracker_type")
|
|
419
424
|
|
|
@@ -449,11 +454,9 @@ class _ServiceObjectTrackerFeatureState:
|
|
|
449
454
|
@pulumi.getter(name="routeMask")
|
|
450
455
|
def route_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
451
456
|
"""
|
|
452
|
-
IP mask
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
456
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
457
|
+
IP mask
|
|
458
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
459
|
+
- Default value: `0.0.0.0`
|
|
457
460
|
"""
|
|
458
461
|
return pulumi.get(self, "route_mask")
|
|
459
462
|
|
|
@@ -489,7 +492,8 @@ class _ServiceObjectTrackerFeatureState:
|
|
|
489
492
|
@pulumi.getter
|
|
490
493
|
def vpn(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
491
494
|
"""
|
|
492
|
-
VPN
|
|
495
|
+
VPN
|
|
496
|
+
- Range: `0`-`65530`
|
|
493
497
|
"""
|
|
494
498
|
return pulumi.get(self, "vpn")
|
|
495
499
|
|
|
@@ -567,18 +571,19 @@ class ServiceObjectTrackerFeature(pulumi.CustomResource):
|
|
|
567
571
|
:param pulumi.Input[_builtins.str] interface: interface name
|
|
568
572
|
:param pulumi.Input[_builtins.str] interface_variable: Variable name
|
|
569
573
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
570
|
-
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
574
|
+
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
575
|
+
- Range: `1`-`1000`
|
|
571
576
|
:param pulumi.Input[_builtins.str] object_tracker_id_variable: Variable name
|
|
572
|
-
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
577
|
+
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
578
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
573
579
|
:param pulumi.Input[_builtins.str] route_ip: IP address
|
|
574
580
|
:param pulumi.Input[_builtins.str] route_ip_variable: Variable name
|
|
575
|
-
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
579
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
581
|
+
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
582
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
583
|
+
- Default value: `0.0.0.0`
|
|
580
584
|
:param pulumi.Input[_builtins.str] route_mask_variable: Variable name
|
|
581
|
-
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
585
|
+
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
586
|
+
- Range: `0`-`65530`
|
|
582
587
|
:param pulumi.Input[_builtins.str] vpn_variable: Variable name
|
|
583
588
|
"""
|
|
584
589
|
...
|
|
@@ -710,19 +715,20 @@ class ServiceObjectTrackerFeature(pulumi.CustomResource):
|
|
|
710
715
|
:param pulumi.Input[_builtins.str] interface: interface name
|
|
711
716
|
:param pulumi.Input[_builtins.str] interface_variable: Variable name
|
|
712
717
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
713
|
-
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
718
|
+
:param pulumi.Input[_builtins.int] object_tracker_id: Object tracker ID
|
|
719
|
+
- Range: `1`-`1000`
|
|
714
720
|
:param pulumi.Input[_builtins.str] object_tracker_id_variable: Variable name
|
|
715
|
-
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
721
|
+
:param pulumi.Input[_builtins.str] object_tracker_type: objectTrackerType:Interface SIG Route
|
|
722
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
716
723
|
:param pulumi.Input[_builtins.str] route_ip: IP address
|
|
717
724
|
:param pulumi.Input[_builtins.str] route_ip_variable: Variable name
|
|
718
|
-
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
722
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
725
|
+
:param pulumi.Input[_builtins.str] route_mask: IP mask
|
|
726
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
727
|
+
- Default value: `0.0.0.0`
|
|
723
728
|
:param pulumi.Input[_builtins.str] route_mask_variable: Variable name
|
|
724
729
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
725
|
-
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
730
|
+
:param pulumi.Input[_builtins.int] vpn: VPN
|
|
731
|
+
- Range: `0`-`65530`
|
|
726
732
|
:param pulumi.Input[_builtins.str] vpn_variable: Variable name
|
|
727
733
|
"""
|
|
728
734
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -790,7 +796,8 @@ class ServiceObjectTrackerFeature(pulumi.CustomResource):
|
|
|
790
796
|
@pulumi.getter(name="objectTrackerId")
|
|
791
797
|
def object_tracker_id(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
792
798
|
"""
|
|
793
|
-
Object tracker ID
|
|
799
|
+
Object tracker ID
|
|
800
|
+
- Range: `1`-`1000`
|
|
794
801
|
"""
|
|
795
802
|
return pulumi.get(self, "object_tracker_id")
|
|
796
803
|
|
|
@@ -806,7 +813,8 @@ class ServiceObjectTrackerFeature(pulumi.CustomResource):
|
|
|
806
813
|
@pulumi.getter(name="objectTrackerType")
|
|
807
814
|
def object_tracker_type(self) -> pulumi.Output[_builtins.str]:
|
|
808
815
|
"""
|
|
809
|
-
objectTrackerType:Interface SIG Route
|
|
816
|
+
objectTrackerType:Interface SIG Route
|
|
817
|
+
- Choices: `Interface`, `SIG`, `Route`
|
|
810
818
|
"""
|
|
811
819
|
return pulumi.get(self, "object_tracker_type")
|
|
812
820
|
|
|
@@ -830,11 +838,9 @@ class ServiceObjectTrackerFeature(pulumi.CustomResource):
|
|
|
830
838
|
@pulumi.getter(name="routeMask")
|
|
831
839
|
def route_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
832
840
|
"""
|
|
833
|
-
IP mask
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
`255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
|
|
837
|
-
`248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` - Default value: `0.0.0.0`
|
|
841
|
+
IP mask
|
|
842
|
+
- Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
843
|
+
- Default value: `0.0.0.0`
|
|
838
844
|
"""
|
|
839
845
|
return pulumi.get(self, "route_mask")
|
|
840
846
|
|
|
@@ -858,7 +864,8 @@ class ServiceObjectTrackerFeature(pulumi.CustomResource):
|
|
|
858
864
|
@pulumi.getter
|
|
859
865
|
def vpn(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
860
866
|
"""
|
|
861
|
-
VPN
|
|
867
|
+
VPN
|
|
868
|
+
- Range: `0`-`65530`
|
|
862
869
|
"""
|
|
863
870
|
return pulumi.get(self, "vpn")
|
|
864
871
|
|