pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1757701880__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/_inputs.py +120 -5
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/cedge_aaa_feature_template.py +147 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +14 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +84 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +70 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +70 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +77 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +231 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +49 -35
- pulumi_sdwan/cisco_logging_feature_template.py +70 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +42 -35
- pulumi_sdwan/cisco_omp_feature_template.py +231 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +231 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +518 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +35 -28
- pulumi_sdwan/cisco_security_feature_template.py +91 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +28 -28
- pulumi_sdwan/cisco_system_feature_template.py +516 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +14 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +203 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +98 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1211 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +105 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +98 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +14 -7
- pulumi_sdwan/eigrp_feature_template.py +98 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_cisco_system_feature_template.py +15 -1
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/intrusion_prevention_policy_definition.py +56 -28
- pulumi_sdwan/ipv4_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +14 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +14 -7
- pulumi_sdwan/localized_policy.py +82 -26
- pulumi_sdwan/other_ucse_feature.py +98 -56
- pulumi_sdwan/outputs.py +145 -10
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_as_path_list.py +14 -7
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/route_policy_definition.py +14 -7
- pulumi_sdwan/security_app_hosting_feature_template.py +14 -21
- pulumi_sdwan/security_policy.py +98 -49
- pulumi_sdwan/service_dhcp_server_feature.py +49 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/service_lan_vpn_feature.py +63 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +392 -210
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +147 -91
- pulumi_sdwan/service_multicast_feature.py +91 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +35 -14
- pulumi_sdwan/service_route_policy_feature.py +21 -7
- pulumi_sdwan/service_routing_bgp_feature.py +287 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +84 -35
- pulumi_sdwan/service_routing_ospf_feature.py +217 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/service_switchport_feature.py +21 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +21 -7
- pulumi_sdwan/service_wireless_lan_feature.py +63 -126
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +91 -49
- pulumi_sdwan/system_aaa_feature.py +56 -28
- pulumi_sdwan/system_basic_feature.py +392 -693
- pulumi_sdwan/system_bfd_feature.py +42 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +21 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +21 -7
- pulumi_sdwan/system_logging_feature.py +56 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +28 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +77 -35
- pulumi_sdwan/system_snmp_feature.py +14 -7
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +168 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +14 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +21 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +259 -154
- pulumi_sdwan/transport_route_policy_feature.py +21 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +287 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +217 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +238 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +238 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +14 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +21 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +28 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +840 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1162 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +56 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +931 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +959 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +924 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +980 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +812 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +168 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +721 -378
- pulumi_sdwan/zone_based_firewall_policy_definition.py +28 -14
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1757701880.dist-info}/top_level.txt +0 -0
|
@@ -50,18 +50,28 @@ class TransportIpv6TrackerFeatureArgs:
|
|
|
50
50
|
:param pulumi.Input[_builtins.str] endpoint_dns_name_variable: Variable name
|
|
51
51
|
:param pulumi.Input[_builtins.str] endpoint_ip: Endpoint IP
|
|
52
52
|
:param pulumi.Input[_builtins.str] endpoint_ip_variable: Variable name
|
|
53
|
-
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
53
|
+
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
54
|
+
- Choices: `ipv6-interface`
|
|
55
|
+
- Default value: `ipv6-interface`
|
|
54
56
|
:param pulumi.Input[_builtins.str] endpoint_tracker_type_variable: Variable name
|
|
55
|
-
:param pulumi.Input[_builtins.int] interval: Interval
|
|
57
|
+
:param pulumi.Input[_builtins.int] interval: Interval
|
|
58
|
+
- Range: `20`-`600`
|
|
59
|
+
- Default value: `60`
|
|
56
60
|
:param pulumi.Input[_builtins.str] interval_variable: Variable name
|
|
57
|
-
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
61
|
+
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
62
|
+
- Range: `1`-`10`
|
|
63
|
+
- Default value: `3`
|
|
58
64
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
59
65
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
60
|
-
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
66
|
+
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
67
|
+
- Range: `100`-`1000`
|
|
68
|
+
- Default value: `300`
|
|
61
69
|
:param pulumi.Input[_builtins.str] threshold_variable: Variable name
|
|
62
70
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
63
71
|
:param pulumi.Input[_builtins.str] tracker_name_variable: Variable name
|
|
64
|
-
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
72
|
+
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
73
|
+
- Choices: `endpoint`
|
|
74
|
+
- Default value: `endpoint`
|
|
65
75
|
:param pulumi.Input[_builtins.str] tracker_type_variable: Variable name
|
|
66
76
|
"""
|
|
67
77
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -206,7 +216,9 @@ class TransportIpv6TrackerFeatureArgs:
|
|
|
206
216
|
@pulumi.getter(name="endpointTrackerType")
|
|
207
217
|
def endpoint_tracker_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
208
218
|
"""
|
|
209
|
-
Endpoint Tracker Type
|
|
219
|
+
Endpoint Tracker Type
|
|
220
|
+
- Choices: `ipv6-interface`
|
|
221
|
+
- Default value: `ipv6-interface`
|
|
210
222
|
"""
|
|
211
223
|
return pulumi.get(self, "endpoint_tracker_type")
|
|
212
224
|
|
|
@@ -230,7 +242,9 @@ class TransportIpv6TrackerFeatureArgs:
|
|
|
230
242
|
@pulumi.getter
|
|
231
243
|
def interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
232
244
|
"""
|
|
233
|
-
Interval
|
|
245
|
+
Interval
|
|
246
|
+
- Range: `20`-`600`
|
|
247
|
+
- Default value: `60`
|
|
234
248
|
"""
|
|
235
249
|
return pulumi.get(self, "interval")
|
|
236
250
|
|
|
@@ -254,7 +268,9 @@ class TransportIpv6TrackerFeatureArgs:
|
|
|
254
268
|
@pulumi.getter
|
|
255
269
|
def multiplier(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
256
270
|
"""
|
|
257
|
-
Multiplier
|
|
271
|
+
Multiplier
|
|
272
|
+
- Range: `1`-`10`
|
|
273
|
+
- Default value: `3`
|
|
258
274
|
"""
|
|
259
275
|
return pulumi.get(self, "multiplier")
|
|
260
276
|
|
|
@@ -290,7 +306,9 @@ class TransportIpv6TrackerFeatureArgs:
|
|
|
290
306
|
@pulumi.getter
|
|
291
307
|
def threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
292
308
|
"""
|
|
293
|
-
Threshold
|
|
309
|
+
Threshold
|
|
310
|
+
- Range: `100`-`1000`
|
|
311
|
+
- Default value: `300`
|
|
294
312
|
"""
|
|
295
313
|
return pulumi.get(self, "threshold")
|
|
296
314
|
|
|
@@ -338,7 +356,9 @@ class TransportIpv6TrackerFeatureArgs:
|
|
|
338
356
|
@pulumi.getter(name="trackerType")
|
|
339
357
|
def tracker_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
340
358
|
"""
|
|
341
|
-
Tracker Type
|
|
359
|
+
Tracker Type
|
|
360
|
+
- Choices: `endpoint`
|
|
361
|
+
- Default value: `endpoint`
|
|
342
362
|
"""
|
|
343
363
|
return pulumi.get(self, "tracker_type")
|
|
344
364
|
|
|
@@ -393,19 +413,29 @@ class _TransportIpv6TrackerFeatureState:
|
|
|
393
413
|
:param pulumi.Input[_builtins.str] endpoint_dns_name_variable: Variable name
|
|
394
414
|
:param pulumi.Input[_builtins.str] endpoint_ip: Endpoint IP
|
|
395
415
|
:param pulumi.Input[_builtins.str] endpoint_ip_variable: Variable name
|
|
396
|
-
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
416
|
+
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
417
|
+
- Choices: `ipv6-interface`
|
|
418
|
+
- Default value: `ipv6-interface`
|
|
397
419
|
:param pulumi.Input[_builtins.str] endpoint_tracker_type_variable: Variable name
|
|
398
420
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
399
|
-
:param pulumi.Input[_builtins.int] interval: Interval
|
|
421
|
+
:param pulumi.Input[_builtins.int] interval: Interval
|
|
422
|
+
- Range: `20`-`600`
|
|
423
|
+
- Default value: `60`
|
|
400
424
|
:param pulumi.Input[_builtins.str] interval_variable: Variable name
|
|
401
|
-
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
425
|
+
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
426
|
+
- Range: `1`-`10`
|
|
427
|
+
- Default value: `3`
|
|
402
428
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
403
429
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
404
|
-
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
430
|
+
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
431
|
+
- Range: `100`-`1000`
|
|
432
|
+
- Default value: `300`
|
|
405
433
|
:param pulumi.Input[_builtins.str] threshold_variable: Variable name
|
|
406
434
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
407
435
|
:param pulumi.Input[_builtins.str] tracker_name_variable: Variable name
|
|
408
|
-
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
436
|
+
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
437
|
+
- Choices: `endpoint`
|
|
438
|
+
- Default value: `endpoint`
|
|
409
439
|
:param pulumi.Input[_builtins.str] tracker_type_variable: Variable name
|
|
410
440
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
411
441
|
"""
|
|
@@ -542,7 +572,9 @@ class _TransportIpv6TrackerFeatureState:
|
|
|
542
572
|
@pulumi.getter(name="endpointTrackerType")
|
|
543
573
|
def endpoint_tracker_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
544
574
|
"""
|
|
545
|
-
Endpoint Tracker Type
|
|
575
|
+
Endpoint Tracker Type
|
|
576
|
+
- Choices: `ipv6-interface`
|
|
577
|
+
- Default value: `ipv6-interface`
|
|
546
578
|
"""
|
|
547
579
|
return pulumi.get(self, "endpoint_tracker_type")
|
|
548
580
|
|
|
@@ -578,7 +610,9 @@ class _TransportIpv6TrackerFeatureState:
|
|
|
578
610
|
@pulumi.getter
|
|
579
611
|
def interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
580
612
|
"""
|
|
581
|
-
Interval
|
|
613
|
+
Interval
|
|
614
|
+
- Range: `20`-`600`
|
|
615
|
+
- Default value: `60`
|
|
582
616
|
"""
|
|
583
617
|
return pulumi.get(self, "interval")
|
|
584
618
|
|
|
@@ -602,7 +636,9 @@ class _TransportIpv6TrackerFeatureState:
|
|
|
602
636
|
@pulumi.getter
|
|
603
637
|
def multiplier(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
604
638
|
"""
|
|
605
|
-
Multiplier
|
|
639
|
+
Multiplier
|
|
640
|
+
- Range: `1`-`10`
|
|
641
|
+
- Default value: `3`
|
|
606
642
|
"""
|
|
607
643
|
return pulumi.get(self, "multiplier")
|
|
608
644
|
|
|
@@ -638,7 +674,9 @@ class _TransportIpv6TrackerFeatureState:
|
|
|
638
674
|
@pulumi.getter
|
|
639
675
|
def threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
640
676
|
"""
|
|
641
|
-
Threshold
|
|
677
|
+
Threshold
|
|
678
|
+
- Range: `100`-`1000`
|
|
679
|
+
- Default value: `300`
|
|
642
680
|
"""
|
|
643
681
|
return pulumi.get(self, "threshold")
|
|
644
682
|
|
|
@@ -686,7 +724,9 @@ class _TransportIpv6TrackerFeatureState:
|
|
|
686
724
|
@pulumi.getter(name="trackerType")
|
|
687
725
|
def tracker_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
688
726
|
"""
|
|
689
|
-
Tracker Type
|
|
727
|
+
Tracker Type
|
|
728
|
+
- Choices: `endpoint`
|
|
729
|
+
- Default value: `endpoint`
|
|
690
730
|
"""
|
|
691
731
|
return pulumi.get(self, "tracker_type")
|
|
692
732
|
|
|
@@ -791,19 +831,29 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
791
831
|
:param pulumi.Input[_builtins.str] endpoint_dns_name_variable: Variable name
|
|
792
832
|
:param pulumi.Input[_builtins.str] endpoint_ip: Endpoint IP
|
|
793
833
|
:param pulumi.Input[_builtins.str] endpoint_ip_variable: Variable name
|
|
794
|
-
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
834
|
+
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
835
|
+
- Choices: `ipv6-interface`
|
|
836
|
+
- Default value: `ipv6-interface`
|
|
795
837
|
:param pulumi.Input[_builtins.str] endpoint_tracker_type_variable: Variable name
|
|
796
838
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
797
|
-
:param pulumi.Input[_builtins.int] interval: Interval
|
|
839
|
+
:param pulumi.Input[_builtins.int] interval: Interval
|
|
840
|
+
- Range: `20`-`600`
|
|
841
|
+
- Default value: `60`
|
|
798
842
|
:param pulumi.Input[_builtins.str] interval_variable: Variable name
|
|
799
|
-
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
843
|
+
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
844
|
+
- Range: `1`-`10`
|
|
845
|
+
- Default value: `3`
|
|
800
846
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
801
847
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
802
|
-
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
848
|
+
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
849
|
+
- Range: `100`-`1000`
|
|
850
|
+
- Default value: `300`
|
|
803
851
|
:param pulumi.Input[_builtins.str] threshold_variable: Variable name
|
|
804
852
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
805
853
|
:param pulumi.Input[_builtins.str] tracker_name_variable: Variable name
|
|
806
|
-
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
854
|
+
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
855
|
+
- Choices: `endpoint`
|
|
856
|
+
- Default value: `endpoint`
|
|
807
857
|
:param pulumi.Input[_builtins.str] tracker_type_variable: Variable name
|
|
808
858
|
"""
|
|
809
859
|
...
|
|
@@ -962,19 +1012,29 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
962
1012
|
:param pulumi.Input[_builtins.str] endpoint_dns_name_variable: Variable name
|
|
963
1013
|
:param pulumi.Input[_builtins.str] endpoint_ip: Endpoint IP
|
|
964
1014
|
:param pulumi.Input[_builtins.str] endpoint_ip_variable: Variable name
|
|
965
|
-
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
1015
|
+
:param pulumi.Input[_builtins.str] endpoint_tracker_type: Endpoint Tracker Type
|
|
1016
|
+
- Choices: `ipv6-interface`
|
|
1017
|
+
- Default value: `ipv6-interface`
|
|
966
1018
|
:param pulumi.Input[_builtins.str] endpoint_tracker_type_variable: Variable name
|
|
967
1019
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
968
|
-
:param pulumi.Input[_builtins.int] interval: Interval
|
|
1020
|
+
:param pulumi.Input[_builtins.int] interval: Interval
|
|
1021
|
+
- Range: `20`-`600`
|
|
1022
|
+
- Default value: `60`
|
|
969
1023
|
:param pulumi.Input[_builtins.str] interval_variable: Variable name
|
|
970
|
-
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
1024
|
+
:param pulumi.Input[_builtins.int] multiplier: Multiplier
|
|
1025
|
+
- Range: `1`-`10`
|
|
1026
|
+
- Default value: `3`
|
|
971
1027
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
972
1028
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
973
|
-
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
1029
|
+
:param pulumi.Input[_builtins.int] threshold: Threshold
|
|
1030
|
+
- Range: `100`-`1000`
|
|
1031
|
+
- Default value: `300`
|
|
974
1032
|
:param pulumi.Input[_builtins.str] threshold_variable: Variable name
|
|
975
1033
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
976
1034
|
:param pulumi.Input[_builtins.str] tracker_name_variable: Variable name
|
|
977
|
-
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
1035
|
+
:param pulumi.Input[_builtins.str] tracker_type: Tracker Type
|
|
1036
|
+
- Choices: `endpoint`
|
|
1037
|
+
- Default value: `endpoint`
|
|
978
1038
|
:param pulumi.Input[_builtins.str] tracker_type_variable: Variable name
|
|
979
1039
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
980
1040
|
"""
|
|
@@ -1066,7 +1126,9 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
1066
1126
|
@pulumi.getter(name="endpointTrackerType")
|
|
1067
1127
|
def endpoint_tracker_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1068
1128
|
"""
|
|
1069
|
-
Endpoint Tracker Type
|
|
1129
|
+
Endpoint Tracker Type
|
|
1130
|
+
- Choices: `ipv6-interface`
|
|
1131
|
+
- Default value: `ipv6-interface`
|
|
1070
1132
|
"""
|
|
1071
1133
|
return pulumi.get(self, "endpoint_tracker_type")
|
|
1072
1134
|
|
|
@@ -1090,7 +1152,9 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
1090
1152
|
@pulumi.getter
|
|
1091
1153
|
def interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1092
1154
|
"""
|
|
1093
|
-
Interval
|
|
1155
|
+
Interval
|
|
1156
|
+
- Range: `20`-`600`
|
|
1157
|
+
- Default value: `60`
|
|
1094
1158
|
"""
|
|
1095
1159
|
return pulumi.get(self, "interval")
|
|
1096
1160
|
|
|
@@ -1106,7 +1170,9 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
1106
1170
|
@pulumi.getter
|
|
1107
1171
|
def multiplier(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1108
1172
|
"""
|
|
1109
|
-
Multiplier
|
|
1173
|
+
Multiplier
|
|
1174
|
+
- Range: `1`-`10`
|
|
1175
|
+
- Default value: `3`
|
|
1110
1176
|
"""
|
|
1111
1177
|
return pulumi.get(self, "multiplier")
|
|
1112
1178
|
|
|
@@ -1130,7 +1196,9 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
1130
1196
|
@pulumi.getter
|
|
1131
1197
|
def threshold(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1132
1198
|
"""
|
|
1133
|
-
Threshold
|
|
1199
|
+
Threshold
|
|
1200
|
+
- Range: `100`-`1000`
|
|
1201
|
+
- Default value: `300`
|
|
1134
1202
|
"""
|
|
1135
1203
|
return pulumi.get(self, "threshold")
|
|
1136
1204
|
|
|
@@ -1162,7 +1230,9 @@ class TransportIpv6TrackerFeature(pulumi.CustomResource):
|
|
|
1162
1230
|
@pulumi.getter(name="trackerType")
|
|
1163
1231
|
def tracker_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1164
1232
|
"""
|
|
1165
|
-
Tracker Type
|
|
1233
|
+
Tracker Type
|
|
1234
|
+
- Choices: `endpoint`
|
|
1235
|
+
- Default value: `endpoint`
|
|
1166
1236
|
"""
|
|
1167
1237
|
return pulumi.get(self, "tracker_type")
|
|
1168
1238
|
|
|
@@ -35,7 +35,9 @@ class TransportIpv6TrackerGroupFeatureArgs:
|
|
|
35
35
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
36
36
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
37
37
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
38
|
-
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
38
|
+
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
39
|
+
- Choices: `and`, `or`
|
|
40
|
+
- Default value: `or`
|
|
39
41
|
:param pulumi.Input[_builtins.str] tracker_boolean_variable: Variable name
|
|
40
42
|
:param pulumi.Input[Sequence[pulumi.Input['TransportIpv6TrackerGroupFeatureTrackerElementArgs']]] tracker_elements: trackers ref list
|
|
41
43
|
:param pulumi.Input[_builtins.str] tracker_name_variable: Variable name
|
|
@@ -107,7 +109,9 @@ class TransportIpv6TrackerGroupFeatureArgs:
|
|
|
107
109
|
@pulumi.getter(name="trackerBoolean")
|
|
108
110
|
def tracker_boolean(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
109
111
|
"""
|
|
110
|
-
tracker ref list combine boolean and or
|
|
112
|
+
tracker ref list combine boolean and or
|
|
113
|
+
- Choices: `and`, `or`
|
|
114
|
+
- Default value: `or`
|
|
111
115
|
"""
|
|
112
116
|
return pulumi.get(self, "tracker_boolean")
|
|
113
117
|
|
|
@@ -169,7 +173,9 @@ class _TransportIpv6TrackerGroupFeatureState:
|
|
|
169
173
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
170
174
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
171
175
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
172
|
-
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
176
|
+
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
177
|
+
- Choices: `and`, `or`
|
|
178
|
+
- Default value: `or`
|
|
173
179
|
:param pulumi.Input[_builtins.str] tracker_boolean_variable: Variable name
|
|
174
180
|
:param pulumi.Input[Sequence[pulumi.Input['TransportIpv6TrackerGroupFeatureTrackerElementArgs']]] tracker_elements: trackers ref list
|
|
175
181
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
@@ -235,7 +241,9 @@ class _TransportIpv6TrackerGroupFeatureState:
|
|
|
235
241
|
@pulumi.getter(name="trackerBoolean")
|
|
236
242
|
def tracker_boolean(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
237
243
|
"""
|
|
238
|
-
tracker ref list combine boolean and or
|
|
244
|
+
tracker ref list combine boolean and or
|
|
245
|
+
- Choices: `and`, `or`
|
|
246
|
+
- Default value: `or`
|
|
239
247
|
"""
|
|
240
248
|
return pulumi.get(self, "tracker_boolean")
|
|
241
249
|
|
|
@@ -338,7 +346,9 @@ class TransportIpv6TrackerGroupFeature(pulumi.CustomResource):
|
|
|
338
346
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
339
347
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
340
348
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
341
|
-
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
349
|
+
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
350
|
+
- Choices: `and`, `or`
|
|
351
|
+
- Default value: `or`
|
|
342
352
|
:param pulumi.Input[_builtins.str] tracker_boolean_variable: Variable name
|
|
343
353
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportIpv6TrackerGroupFeatureTrackerElementArgs', 'TransportIpv6TrackerGroupFeatureTrackerElementArgsDict']]]] tracker_elements: trackers ref list
|
|
344
354
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
@@ -438,7 +448,9 @@ class TransportIpv6TrackerGroupFeature(pulumi.CustomResource):
|
|
|
438
448
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
439
449
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
440
450
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
441
|
-
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
451
|
+
:param pulumi.Input[_builtins.str] tracker_boolean: tracker ref list combine boolean and or
|
|
452
|
+
- Choices: `and`, `or`
|
|
453
|
+
- Default value: `or`
|
|
442
454
|
:param pulumi.Input[_builtins.str] tracker_boolean_variable: Variable name
|
|
443
455
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportIpv6TrackerGroupFeatureTrackerElementArgs', 'TransportIpv6TrackerGroupFeatureTrackerElementArgsDict']]]] tracker_elements: trackers ref list
|
|
444
456
|
:param pulumi.Input[_builtins.str] tracker_name: Tracker Name
|
|
@@ -488,7 +500,9 @@ class TransportIpv6TrackerGroupFeature(pulumi.CustomResource):
|
|
|
488
500
|
@pulumi.getter(name="trackerBoolean")
|
|
489
501
|
def tracker_boolean(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
490
502
|
"""
|
|
491
|
-
tracker ref list combine boolean and or
|
|
503
|
+
tracker ref list combine boolean and or
|
|
504
|
+
- Choices: `and`, `or`
|
|
505
|
+
- Default value: `or`
|
|
492
506
|
"""
|
|
493
507
|
return pulumi.get(self, "tracker_boolean")
|
|
494
508
|
|