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
pulumi_sdwan/outputs.py
CHANGED
|
@@ -38699,6 +38699,8 @@ class ServiceRoutingBgpFeatureIpv4Redistribute(dict):
|
|
|
38699
38699
|
suggest = "protocol_variable"
|
|
38700
38700
|
elif key == "routePolicyId":
|
|
38701
38701
|
suggest = "route_policy_id"
|
|
38702
|
+
elif key == "translateRibMetric":
|
|
38703
|
+
suggest = "translate_rib_metric"
|
|
38702
38704
|
|
|
38703
38705
|
if suggest:
|
|
38704
38706
|
pulumi.log.warn(f"Key '{key}' not found in ServiceRoutingBgpFeatureIpv4Redistribute. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -38714,11 +38716,14 @@ class ServiceRoutingBgpFeatureIpv4Redistribute(dict):
|
|
|
38714
38716
|
def __init__(__self__, *,
|
|
38715
38717
|
protocol: Optional[_builtins.str] = None,
|
|
38716
38718
|
protocol_variable: Optional[_builtins.str] = None,
|
|
38717
|
-
route_policy_id: Optional[_builtins.str] = None
|
|
38719
|
+
route_policy_id: Optional[_builtins.str] = None,
|
|
38720
|
+
translate_rib_metric: Optional[_builtins.bool] = None):
|
|
38718
38721
|
"""
|
|
38719
38722
|
:param _builtins.str protocol: Set the protocol to redistribute routes from
|
|
38720
38723
|
- Choices: `static`, `connected`, `omp`, `nat`, `ospf`, `ospfv3`, `eigrp`
|
|
38721
38724
|
:param _builtins.str protocol_variable: Variable name
|
|
38725
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
38726
|
+
- Default value: `false`
|
|
38722
38727
|
"""
|
|
38723
38728
|
if protocol is not None:
|
|
38724
38729
|
pulumi.set(__self__, "protocol", protocol)
|
|
@@ -38726,6 +38731,8 @@ class ServiceRoutingBgpFeatureIpv4Redistribute(dict):
|
|
|
38726
38731
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
38727
38732
|
if route_policy_id is not None:
|
|
38728
38733
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
38734
|
+
if translate_rib_metric is not None:
|
|
38735
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
38729
38736
|
|
|
38730
38737
|
@_builtins.property
|
|
38731
38738
|
@pulumi.getter
|
|
@@ -38749,6 +38756,15 @@ class ServiceRoutingBgpFeatureIpv4Redistribute(dict):
|
|
|
38749
38756
|
def route_policy_id(self) -> Optional[_builtins.str]:
|
|
38750
38757
|
return pulumi.get(self, "route_policy_id")
|
|
38751
38758
|
|
|
38759
|
+
@_builtins.property
|
|
38760
|
+
@pulumi.getter(name="translateRibMetric")
|
|
38761
|
+
def translate_rib_metric(self) -> Optional[_builtins.bool]:
|
|
38762
|
+
"""
|
|
38763
|
+
Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
38764
|
+
- Default value: `false`
|
|
38765
|
+
"""
|
|
38766
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
38767
|
+
|
|
38752
38768
|
|
|
38753
38769
|
@pulumi.output_type
|
|
38754
38770
|
class ServiceRoutingBgpFeatureIpv6AggregateAddress(dict):
|
|
@@ -39551,6 +39567,8 @@ class ServiceRoutingBgpFeatureIpv6Redistribute(dict):
|
|
|
39551
39567
|
suggest = "protocol_variable"
|
|
39552
39568
|
elif key == "routePolicyId":
|
|
39553
39569
|
suggest = "route_policy_id"
|
|
39570
|
+
elif key == "translateRibMetric":
|
|
39571
|
+
suggest = "translate_rib_metric"
|
|
39554
39572
|
|
|
39555
39573
|
if suggest:
|
|
39556
39574
|
pulumi.log.warn(f"Key '{key}' not found in ServiceRoutingBgpFeatureIpv6Redistribute. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -39566,11 +39584,14 @@ class ServiceRoutingBgpFeatureIpv6Redistribute(dict):
|
|
|
39566
39584
|
def __init__(__self__, *,
|
|
39567
39585
|
protocol: Optional[_builtins.str] = None,
|
|
39568
39586
|
protocol_variable: Optional[_builtins.str] = None,
|
|
39569
|
-
route_policy_id: Optional[_builtins.str] = None
|
|
39587
|
+
route_policy_id: Optional[_builtins.str] = None,
|
|
39588
|
+
translate_rib_metric: Optional[_builtins.bool] = None):
|
|
39570
39589
|
"""
|
|
39571
39590
|
:param _builtins.str protocol: Set the protocol to redistribute routes from
|
|
39572
39591
|
- Choices: `static`, `connected`, `ospf`, `omp`
|
|
39573
39592
|
:param _builtins.str protocol_variable: Variable name
|
|
39593
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
39594
|
+
- Default value: `false`
|
|
39574
39595
|
"""
|
|
39575
39596
|
if protocol is not None:
|
|
39576
39597
|
pulumi.set(__self__, "protocol", protocol)
|
|
@@ -39578,6 +39599,8 @@ class ServiceRoutingBgpFeatureIpv6Redistribute(dict):
|
|
|
39578
39599
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
39579
39600
|
if route_policy_id is not None:
|
|
39580
39601
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
39602
|
+
if translate_rib_metric is not None:
|
|
39603
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
39581
39604
|
|
|
39582
39605
|
@_builtins.property
|
|
39583
39606
|
@pulumi.getter
|
|
@@ -39601,6 +39624,15 @@ class ServiceRoutingBgpFeatureIpv6Redistribute(dict):
|
|
|
39601
39624
|
def route_policy_id(self) -> Optional[_builtins.str]:
|
|
39602
39625
|
return pulumi.get(self, "route_policy_id")
|
|
39603
39626
|
|
|
39627
|
+
@_builtins.property
|
|
39628
|
+
@pulumi.getter(name="translateRibMetric")
|
|
39629
|
+
def translate_rib_metric(self) -> Optional[_builtins.bool]:
|
|
39630
|
+
"""
|
|
39631
|
+
Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
39632
|
+
- Default value: `false`
|
|
39633
|
+
"""
|
|
39634
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
39635
|
+
|
|
39604
39636
|
|
|
39605
39637
|
@pulumi.output_type
|
|
39606
39638
|
class ServiceRoutingEigrpFeatureInterface(dict):
|
|
@@ -40601,6 +40633,8 @@ class ServiceRoutingOspfFeatureRedistribute(dict):
|
|
|
40601
40633
|
suggest = "protocol_variable"
|
|
40602
40634
|
elif key == "routePolicyId":
|
|
40603
40635
|
suggest = "route_policy_id"
|
|
40636
|
+
elif key == "translateRibMetric":
|
|
40637
|
+
suggest = "translate_rib_metric"
|
|
40604
40638
|
|
|
40605
40639
|
if suggest:
|
|
40606
40640
|
pulumi.log.warn(f"Key '{key}' not found in ServiceRoutingOspfFeatureRedistribute. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -40618,7 +40652,8 @@ class ServiceRoutingOspfFeatureRedistribute(dict):
|
|
|
40618
40652
|
nat_dia_variable: Optional[_builtins.str] = None,
|
|
40619
40653
|
protocol: Optional[_builtins.str] = None,
|
|
40620
40654
|
protocol_variable: Optional[_builtins.str] = None,
|
|
40621
|
-
route_policy_id: Optional[_builtins.str] = None
|
|
40655
|
+
route_policy_id: Optional[_builtins.str] = None,
|
|
40656
|
+
translate_rib_metric: Optional[_builtins.bool] = None):
|
|
40622
40657
|
"""
|
|
40623
40658
|
:param _builtins.bool nat_dia: Enable NAT DIA for redistributed routes
|
|
40624
40659
|
- Default value: `true`
|
|
@@ -40626,6 +40661,8 @@ class ServiceRoutingOspfFeatureRedistribute(dict):
|
|
|
40626
40661
|
:param _builtins.str protocol: Set the protocol
|
|
40627
40662
|
- Choices: `static`, `connected`, `bgp`, `omp`, `nat`, `eigrp`
|
|
40628
40663
|
:param _builtins.str protocol_variable: Variable name
|
|
40664
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
40665
|
+
- Default value: `false`
|
|
40629
40666
|
"""
|
|
40630
40667
|
if nat_dia is not None:
|
|
40631
40668
|
pulumi.set(__self__, "nat_dia", nat_dia)
|
|
@@ -40637,6 +40674,8 @@ class ServiceRoutingOspfFeatureRedistribute(dict):
|
|
|
40637
40674
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
40638
40675
|
if route_policy_id is not None:
|
|
40639
40676
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
40677
|
+
if translate_rib_metric is not None:
|
|
40678
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
40640
40679
|
|
|
40641
40680
|
@_builtins.property
|
|
40642
40681
|
@pulumi.getter(name="natDia")
|
|
@@ -40677,6 +40716,15 @@ class ServiceRoutingOspfFeatureRedistribute(dict):
|
|
|
40677
40716
|
def route_policy_id(self) -> Optional[_builtins.str]:
|
|
40678
40717
|
return pulumi.get(self, "route_policy_id")
|
|
40679
40718
|
|
|
40719
|
+
@_builtins.property
|
|
40720
|
+
@pulumi.getter(name="translateRibMetric")
|
|
40721
|
+
def translate_rib_metric(self) -> Optional[_builtins.bool]:
|
|
40722
|
+
"""
|
|
40723
|
+
Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
40724
|
+
- Default value: `false`
|
|
40725
|
+
"""
|
|
40726
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
40727
|
+
|
|
40680
40728
|
|
|
40681
40729
|
@pulumi.output_type
|
|
40682
40730
|
class ServiceRoutingOspfFeatureRouterLsa(dict):
|
|
@@ -41341,6 +41389,8 @@ class ServiceRoutingOspfv3Ipv4FeatureRedistribute(dict):
|
|
|
41341
41389
|
suggest = "protocol_variable"
|
|
41342
41390
|
elif key == "routePolicyId":
|
|
41343
41391
|
suggest = "route_policy_id"
|
|
41392
|
+
elif key == "translateRibMetric":
|
|
41393
|
+
suggest = "translate_rib_metric"
|
|
41344
41394
|
|
|
41345
41395
|
if suggest:
|
|
41346
41396
|
pulumi.log.warn(f"Key '{key}' not found in ServiceRoutingOspfv3Ipv4FeatureRedistribute. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -41358,7 +41408,8 @@ class ServiceRoutingOspfv3Ipv4FeatureRedistribute(dict):
|
|
|
41358
41408
|
nat_dia_variable: Optional[_builtins.str] = None,
|
|
41359
41409
|
protocol: Optional[_builtins.str] = None,
|
|
41360
41410
|
protocol_variable: Optional[_builtins.str] = None,
|
|
41361
|
-
route_policy_id: Optional[_builtins.str] = None
|
|
41411
|
+
route_policy_id: Optional[_builtins.str] = None,
|
|
41412
|
+
translate_rib_metric: Optional[_builtins.bool] = None):
|
|
41362
41413
|
"""
|
|
41363
41414
|
:param _builtins.bool nat_dia: Enable NAT DIA for redistributed routes
|
|
41364
41415
|
- Default value: `true`
|
|
@@ -41366,6 +41417,8 @@ class ServiceRoutingOspfv3Ipv4FeatureRedistribute(dict):
|
|
|
41366
41417
|
:param _builtins.str protocol: Set the protocol
|
|
41367
41418
|
- Choices: `connected`, `static`, `omp`, `nat-route`, `bgp`, `eigrp`
|
|
41368
41419
|
:param _builtins.str protocol_variable: Variable name
|
|
41420
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
41421
|
+
- Default value: `false`
|
|
41369
41422
|
"""
|
|
41370
41423
|
if nat_dia is not None:
|
|
41371
41424
|
pulumi.set(__self__, "nat_dia", nat_dia)
|
|
@@ -41377,6 +41430,8 @@ class ServiceRoutingOspfv3Ipv4FeatureRedistribute(dict):
|
|
|
41377
41430
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
41378
41431
|
if route_policy_id is not None:
|
|
41379
41432
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
41433
|
+
if translate_rib_metric is not None:
|
|
41434
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
41380
41435
|
|
|
41381
41436
|
@_builtins.property
|
|
41382
41437
|
@pulumi.getter(name="natDia")
|
|
@@ -41417,6 +41472,15 @@ class ServiceRoutingOspfv3Ipv4FeatureRedistribute(dict):
|
|
|
41417
41472
|
def route_policy_id(self) -> Optional[_builtins.str]:
|
|
41418
41473
|
return pulumi.get(self, "route_policy_id")
|
|
41419
41474
|
|
|
41475
|
+
@_builtins.property
|
|
41476
|
+
@pulumi.getter(name="translateRibMetric")
|
|
41477
|
+
def translate_rib_metric(self) -> Optional[_builtins.bool]:
|
|
41478
|
+
"""
|
|
41479
|
+
Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
41480
|
+
- Default value: `false`
|
|
41481
|
+
"""
|
|
41482
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
41483
|
+
|
|
41420
41484
|
|
|
41421
41485
|
@pulumi.output_type
|
|
41422
41486
|
class ServiceRoutingOspfv3Ipv6FeatureArea(dict):
|
|
@@ -41987,6 +42051,8 @@ class ServiceRoutingOspfv3Ipv6FeatureRedistribute(dict):
|
|
|
41987
42051
|
suggest = "protocol_variable"
|
|
41988
42052
|
elif key == "routePolicyId":
|
|
41989
42053
|
suggest = "route_policy_id"
|
|
42054
|
+
elif key == "translateRibMetric":
|
|
42055
|
+
suggest = "translate_rib_metric"
|
|
41990
42056
|
|
|
41991
42057
|
if suggest:
|
|
41992
42058
|
pulumi.log.warn(f"Key '{key}' not found in ServiceRoutingOspfv3Ipv6FeatureRedistribute. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -42002,11 +42068,14 @@ class ServiceRoutingOspfv3Ipv6FeatureRedistribute(dict):
|
|
|
42002
42068
|
def __init__(__self__, *,
|
|
42003
42069
|
protocol: Optional[_builtins.str] = None,
|
|
42004
42070
|
protocol_variable: Optional[_builtins.str] = None,
|
|
42005
|
-
route_policy_id: Optional[_builtins.str] = None
|
|
42071
|
+
route_policy_id: Optional[_builtins.str] = None,
|
|
42072
|
+
translate_rib_metric: Optional[_builtins.bool] = None):
|
|
42006
42073
|
"""
|
|
42007
42074
|
:param _builtins.str protocol: Set the protocol
|
|
42008
42075
|
- Choices: `connected`, `static`, `omp`, `bgp`, `eigrp`
|
|
42009
42076
|
:param _builtins.str protocol_variable: Variable name
|
|
42077
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
42078
|
+
- Default value: `false`
|
|
42010
42079
|
"""
|
|
42011
42080
|
if protocol is not None:
|
|
42012
42081
|
pulumi.set(__self__, "protocol", protocol)
|
|
@@ -42014,6 +42083,8 @@ class ServiceRoutingOspfv3Ipv6FeatureRedistribute(dict):
|
|
|
42014
42083
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
42015
42084
|
if route_policy_id is not None:
|
|
42016
42085
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
42086
|
+
if translate_rib_metric is not None:
|
|
42087
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
42017
42088
|
|
|
42018
42089
|
@_builtins.property
|
|
42019
42090
|
@pulumi.getter
|
|
@@ -42037,6 +42108,15 @@ class ServiceRoutingOspfv3Ipv6FeatureRedistribute(dict):
|
|
|
42037
42108
|
def route_policy_id(self) -> Optional[_builtins.str]:
|
|
42038
42109
|
return pulumi.get(self, "route_policy_id")
|
|
42039
42110
|
|
|
42111
|
+
@_builtins.property
|
|
42112
|
+
@pulumi.getter(name="translateRibMetric")
|
|
42113
|
+
def translate_rib_metric(self) -> Optional[_builtins.bool]:
|
|
42114
|
+
"""
|
|
42115
|
+
Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
|
|
42116
|
+
- Default value: `false`
|
|
42117
|
+
"""
|
|
42118
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
42119
|
+
|
|
42040
42120
|
|
|
42041
42121
|
@pulumi.output_type
|
|
42042
42122
|
class ServiceSwitchportFeatureInterface(dict):
|
|
@@ -89367,14 +89447,17 @@ class GetServiceRoutingBgpFeatureIpv4RedistributeResult(dict):
|
|
|
89367
89447
|
def __init__(__self__, *,
|
|
89368
89448
|
protocol: _builtins.str,
|
|
89369
89449
|
protocol_variable: _builtins.str,
|
|
89370
|
-
route_policy_id: _builtins.str
|
|
89450
|
+
route_policy_id: _builtins.str,
|
|
89451
|
+
translate_rib_metric: _builtins.bool):
|
|
89371
89452
|
"""
|
|
89372
89453
|
:param _builtins.str protocol: Set the protocol to redistribute routes from
|
|
89373
89454
|
:param _builtins.str protocol_variable: Variable name
|
|
89455
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric
|
|
89374
89456
|
"""
|
|
89375
89457
|
pulumi.set(__self__, "protocol", protocol)
|
|
89376
89458
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
89377
89459
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
89460
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
89378
89461
|
|
|
89379
89462
|
@_builtins.property
|
|
89380
89463
|
@pulumi.getter
|
|
@@ -89397,6 +89480,14 @@ class GetServiceRoutingBgpFeatureIpv4RedistributeResult(dict):
|
|
|
89397
89480
|
def route_policy_id(self) -> _builtins.str:
|
|
89398
89481
|
return pulumi.get(self, "route_policy_id")
|
|
89399
89482
|
|
|
89483
|
+
@_builtins.property
|
|
89484
|
+
@pulumi.getter(name="translateRibMetric")
|
|
89485
|
+
def translate_rib_metric(self) -> _builtins.bool:
|
|
89486
|
+
"""
|
|
89487
|
+
Translate Rib Metric
|
|
89488
|
+
"""
|
|
89489
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
89490
|
+
|
|
89400
89491
|
|
|
89401
89492
|
@pulumi.output_type
|
|
89402
89493
|
class GetServiceRoutingBgpFeatureIpv6AggregateAddressResult(dict):
|
|
@@ -89962,14 +90053,17 @@ class GetServiceRoutingBgpFeatureIpv6RedistributeResult(dict):
|
|
|
89962
90053
|
def __init__(__self__, *,
|
|
89963
90054
|
protocol: _builtins.str,
|
|
89964
90055
|
protocol_variable: _builtins.str,
|
|
89965
|
-
route_policy_id: _builtins.str
|
|
90056
|
+
route_policy_id: _builtins.str,
|
|
90057
|
+
translate_rib_metric: _builtins.bool):
|
|
89966
90058
|
"""
|
|
89967
90059
|
:param _builtins.str protocol: Set the protocol to redistribute routes from
|
|
89968
90060
|
:param _builtins.str protocol_variable: Variable name
|
|
90061
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric
|
|
89969
90062
|
"""
|
|
89970
90063
|
pulumi.set(__self__, "protocol", protocol)
|
|
89971
90064
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
89972
90065
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
90066
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
89973
90067
|
|
|
89974
90068
|
@_builtins.property
|
|
89975
90069
|
@pulumi.getter
|
|
@@ -89992,6 +90086,14 @@ class GetServiceRoutingBgpFeatureIpv6RedistributeResult(dict):
|
|
|
89992
90086
|
def route_policy_id(self) -> _builtins.str:
|
|
89993
90087
|
return pulumi.get(self, "route_policy_id")
|
|
89994
90088
|
|
|
90089
|
+
@_builtins.property
|
|
90090
|
+
@pulumi.getter(name="translateRibMetric")
|
|
90091
|
+
def translate_rib_metric(self) -> _builtins.bool:
|
|
90092
|
+
"""
|
|
90093
|
+
Translate Rib Metric
|
|
90094
|
+
"""
|
|
90095
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
90096
|
+
|
|
89995
90097
|
|
|
89996
90098
|
@pulumi.output_type
|
|
89997
90099
|
class GetServiceRoutingEigrpFeatureInterfaceResult(dict):
|
|
@@ -90663,18 +90765,21 @@ class GetServiceRoutingOspfFeatureRedistributeResult(dict):
|
|
|
90663
90765
|
nat_dia_variable: _builtins.str,
|
|
90664
90766
|
protocol: _builtins.str,
|
|
90665
90767
|
protocol_variable: _builtins.str,
|
|
90666
|
-
route_policy_id: _builtins.str
|
|
90768
|
+
route_policy_id: _builtins.str,
|
|
90769
|
+
translate_rib_metric: _builtins.bool):
|
|
90667
90770
|
"""
|
|
90668
90771
|
:param _builtins.bool nat_dia: Enable NAT DIA for redistributed routes
|
|
90669
90772
|
:param _builtins.str nat_dia_variable: Variable name
|
|
90670
90773
|
:param _builtins.str protocol: Set the protocol
|
|
90671
90774
|
:param _builtins.str protocol_variable: Variable name
|
|
90775
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric
|
|
90672
90776
|
"""
|
|
90673
90777
|
pulumi.set(__self__, "nat_dia", nat_dia)
|
|
90674
90778
|
pulumi.set(__self__, "nat_dia_variable", nat_dia_variable)
|
|
90675
90779
|
pulumi.set(__self__, "protocol", protocol)
|
|
90676
90780
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
90677
90781
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
90782
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
90678
90783
|
|
|
90679
90784
|
@_builtins.property
|
|
90680
90785
|
@pulumi.getter(name="natDia")
|
|
@@ -90713,6 +90818,14 @@ class GetServiceRoutingOspfFeatureRedistributeResult(dict):
|
|
|
90713
90818
|
def route_policy_id(self) -> _builtins.str:
|
|
90714
90819
|
return pulumi.get(self, "route_policy_id")
|
|
90715
90820
|
|
|
90821
|
+
@_builtins.property
|
|
90822
|
+
@pulumi.getter(name="translateRibMetric")
|
|
90823
|
+
def translate_rib_metric(self) -> _builtins.bool:
|
|
90824
|
+
"""
|
|
90825
|
+
Translate Rib Metric
|
|
90826
|
+
"""
|
|
90827
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
90828
|
+
|
|
90716
90829
|
|
|
90717
90830
|
@pulumi.output_type
|
|
90718
90831
|
class GetServiceRoutingOspfFeatureRouterLsaResult(dict):
|
|
@@ -91170,18 +91283,21 @@ class GetServiceRoutingOspfv3Ipv4FeatureRedistributeResult(dict):
|
|
|
91170
91283
|
nat_dia_variable: _builtins.str,
|
|
91171
91284
|
protocol: _builtins.str,
|
|
91172
91285
|
protocol_variable: _builtins.str,
|
|
91173
|
-
route_policy_id: _builtins.str
|
|
91286
|
+
route_policy_id: _builtins.str,
|
|
91287
|
+
translate_rib_metric: _builtins.bool):
|
|
91174
91288
|
"""
|
|
91175
91289
|
:param _builtins.bool nat_dia: Enable NAT DIA for redistributed routes
|
|
91176
91290
|
:param _builtins.str nat_dia_variable: Variable name
|
|
91177
91291
|
:param _builtins.str protocol: Set the protocol
|
|
91178
91292
|
:param _builtins.str protocol_variable: Variable name
|
|
91293
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric
|
|
91179
91294
|
"""
|
|
91180
91295
|
pulumi.set(__self__, "nat_dia", nat_dia)
|
|
91181
91296
|
pulumi.set(__self__, "nat_dia_variable", nat_dia_variable)
|
|
91182
91297
|
pulumi.set(__self__, "protocol", protocol)
|
|
91183
91298
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
91184
91299
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
91300
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
91185
91301
|
|
|
91186
91302
|
@_builtins.property
|
|
91187
91303
|
@pulumi.getter(name="natDia")
|
|
@@ -91220,6 +91336,14 @@ class GetServiceRoutingOspfv3Ipv4FeatureRedistributeResult(dict):
|
|
|
91220
91336
|
def route_policy_id(self) -> _builtins.str:
|
|
91221
91337
|
return pulumi.get(self, "route_policy_id")
|
|
91222
91338
|
|
|
91339
|
+
@_builtins.property
|
|
91340
|
+
@pulumi.getter(name="translateRibMetric")
|
|
91341
|
+
def translate_rib_metric(self) -> _builtins.bool:
|
|
91342
|
+
"""
|
|
91343
|
+
Translate Rib Metric
|
|
91344
|
+
"""
|
|
91345
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
91346
|
+
|
|
91223
91347
|
|
|
91224
91348
|
@pulumi.output_type
|
|
91225
91349
|
class GetServiceRoutingOspfv3Ipv6FeatureAreaResult(dict):
|
|
@@ -91621,14 +91745,17 @@ class GetServiceRoutingOspfv3Ipv6FeatureRedistributeResult(dict):
|
|
|
91621
91745
|
def __init__(__self__, *,
|
|
91622
91746
|
protocol: _builtins.str,
|
|
91623
91747
|
protocol_variable: _builtins.str,
|
|
91624
|
-
route_policy_id: _builtins.str
|
|
91748
|
+
route_policy_id: _builtins.str,
|
|
91749
|
+
translate_rib_metric: _builtins.bool):
|
|
91625
91750
|
"""
|
|
91626
91751
|
:param _builtins.str protocol: Set the protocol
|
|
91627
91752
|
:param _builtins.str protocol_variable: Variable name
|
|
91753
|
+
:param _builtins.bool translate_rib_metric: Translate Rib Metric
|
|
91628
91754
|
"""
|
|
91629
91755
|
pulumi.set(__self__, "protocol", protocol)
|
|
91630
91756
|
pulumi.set(__self__, "protocol_variable", protocol_variable)
|
|
91631
91757
|
pulumi.set(__self__, "route_policy_id", route_policy_id)
|
|
91758
|
+
pulumi.set(__self__, "translate_rib_metric", translate_rib_metric)
|
|
91632
91759
|
|
|
91633
91760
|
@_builtins.property
|
|
91634
91761
|
@pulumi.getter
|
|
@@ -91651,6 +91778,14 @@ class GetServiceRoutingOspfv3Ipv6FeatureRedistributeResult(dict):
|
|
|
91651
91778
|
def route_policy_id(self) -> _builtins.str:
|
|
91652
91779
|
return pulumi.get(self, "route_policy_id")
|
|
91653
91780
|
|
|
91781
|
+
@_builtins.property
|
|
91782
|
+
@pulumi.getter(name="translateRibMetric")
|
|
91783
|
+
def translate_rib_metric(self) -> _builtins.bool:
|
|
91784
|
+
"""
|
|
91785
|
+
Translate Rib Metric
|
|
91786
|
+
"""
|
|
91787
|
+
return pulumi.get(self, "translate_rib_metric")
|
|
91788
|
+
|
|
91654
91789
|
|
|
91655
91790
|
@pulumi.output_type
|
|
91656
91791
|
class GetServiceSwitchportFeatureInterfaceResult(dict):
|
|
@@ -25,9 +25,12 @@ class PolicerPolicyObjectArgs:
|
|
|
25
25
|
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
26
26
|
"""
|
|
27
27
|
The set of arguments for constructing a PolicerPolicyObject resource.
|
|
28
|
-
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
29
|
-
|
|
30
|
-
:param pulumi.Input[_builtins.
|
|
28
|
+
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
29
|
+
- Range: `15000`-`10000000`
|
|
30
|
+
:param pulumi.Input[_builtins.str] exceed_action: Exceed action
|
|
31
|
+
- Choices: `drop`, `remark`
|
|
32
|
+
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
33
|
+
- Range: `8`-`100000000000`
|
|
31
34
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
32
35
|
"""
|
|
33
36
|
pulumi.set(__self__, "burst", burst)
|
|
@@ -40,7 +43,8 @@ class PolicerPolicyObjectArgs:
|
|
|
40
43
|
@pulumi.getter
|
|
41
44
|
def burst(self) -> pulumi.Input[_builtins.int]:
|
|
42
45
|
"""
|
|
43
|
-
Burst in bytes
|
|
46
|
+
Burst in bytes
|
|
47
|
+
- Range: `15000`-`10000000`
|
|
44
48
|
"""
|
|
45
49
|
return pulumi.get(self, "burst")
|
|
46
50
|
|
|
@@ -52,7 +56,8 @@ class PolicerPolicyObjectArgs:
|
|
|
52
56
|
@pulumi.getter(name="exceedAction")
|
|
53
57
|
def exceed_action(self) -> pulumi.Input[_builtins.str]:
|
|
54
58
|
"""
|
|
55
|
-
Exceed action
|
|
59
|
+
Exceed action
|
|
60
|
+
- Choices: `drop`, `remark`
|
|
56
61
|
"""
|
|
57
62
|
return pulumi.get(self, "exceed_action")
|
|
58
63
|
|
|
@@ -64,7 +69,8 @@ class PolicerPolicyObjectArgs:
|
|
|
64
69
|
@pulumi.getter
|
|
65
70
|
def rate(self) -> pulumi.Input[_builtins.int]:
|
|
66
71
|
"""
|
|
67
|
-
Rate in bps
|
|
72
|
+
Rate in bps
|
|
73
|
+
- Range: `8`-`100000000000`
|
|
68
74
|
"""
|
|
69
75
|
return pulumi.get(self, "rate")
|
|
70
76
|
|
|
@@ -95,10 +101,13 @@ class _PolicerPolicyObjectState:
|
|
|
95
101
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
96
102
|
"""
|
|
97
103
|
Input properties used for looking up and filtering PolicerPolicyObject resources.
|
|
98
|
-
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
99
|
-
|
|
104
|
+
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
105
|
+
- Range: `15000`-`10000000`
|
|
106
|
+
:param pulumi.Input[_builtins.str] exceed_action: Exceed action
|
|
107
|
+
- Choices: `drop`, `remark`
|
|
100
108
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
101
|
-
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
109
|
+
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
110
|
+
- Range: `8`-`100000000000`
|
|
102
111
|
:param pulumi.Input[_builtins.int] version: The version of the object
|
|
103
112
|
"""
|
|
104
113
|
if burst is not None:
|
|
@@ -116,7 +125,8 @@ class _PolicerPolicyObjectState:
|
|
|
116
125
|
@pulumi.getter
|
|
117
126
|
def burst(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
118
127
|
"""
|
|
119
|
-
Burst in bytes
|
|
128
|
+
Burst in bytes
|
|
129
|
+
- Range: `15000`-`10000000`
|
|
120
130
|
"""
|
|
121
131
|
return pulumi.get(self, "burst")
|
|
122
132
|
|
|
@@ -128,7 +138,8 @@ class _PolicerPolicyObjectState:
|
|
|
128
138
|
@pulumi.getter(name="exceedAction")
|
|
129
139
|
def exceed_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
130
140
|
"""
|
|
131
|
-
Exceed action
|
|
141
|
+
Exceed action
|
|
142
|
+
- Choices: `drop`, `remark`
|
|
132
143
|
"""
|
|
133
144
|
return pulumi.get(self, "exceed_action")
|
|
134
145
|
|
|
@@ -152,7 +163,8 @@ class _PolicerPolicyObjectState:
|
|
|
152
163
|
@pulumi.getter
|
|
153
164
|
def rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
154
165
|
"""
|
|
155
|
-
Rate in bps
|
|
166
|
+
Rate in bps
|
|
167
|
+
- Range: `8`-`100000000000`
|
|
156
168
|
"""
|
|
157
169
|
return pulumi.get(self, "rate")
|
|
158
170
|
|
|
@@ -210,10 +222,13 @@ class PolicerPolicyObject(pulumi.CustomResource):
|
|
|
210
222
|
|
|
211
223
|
:param str resource_name: The name of the resource.
|
|
212
224
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
213
|
-
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
214
|
-
|
|
225
|
+
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
226
|
+
- Range: `15000`-`10000000`
|
|
227
|
+
:param pulumi.Input[_builtins.str] exceed_action: Exceed action
|
|
228
|
+
- Choices: `drop`, `remark`
|
|
215
229
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
216
|
-
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
230
|
+
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
231
|
+
- Range: `8`-`100000000000`
|
|
217
232
|
"""
|
|
218
233
|
...
|
|
219
234
|
@overload
|
|
@@ -306,10 +321,13 @@ class PolicerPolicyObject(pulumi.CustomResource):
|
|
|
306
321
|
:param str resource_name: The unique name of the resulting resource.
|
|
307
322
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
308
323
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
309
|
-
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
310
|
-
|
|
324
|
+
:param pulumi.Input[_builtins.int] burst: Burst in bytes
|
|
325
|
+
- Range: `15000`-`10000000`
|
|
326
|
+
:param pulumi.Input[_builtins.str] exceed_action: Exceed action
|
|
327
|
+
- Choices: `drop`, `remark`
|
|
311
328
|
:param pulumi.Input[_builtins.str] name: The name of the policy object
|
|
312
|
-
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
329
|
+
:param pulumi.Input[_builtins.int] rate: Rate in bps
|
|
330
|
+
- Range: `8`-`100000000000`
|
|
313
331
|
:param pulumi.Input[_builtins.int] version: The version of the object
|
|
314
332
|
"""
|
|
315
333
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -327,7 +345,8 @@ class PolicerPolicyObject(pulumi.CustomResource):
|
|
|
327
345
|
@pulumi.getter
|
|
328
346
|
def burst(self) -> pulumi.Output[_builtins.int]:
|
|
329
347
|
"""
|
|
330
|
-
Burst in bytes
|
|
348
|
+
Burst in bytes
|
|
349
|
+
- Range: `15000`-`10000000`
|
|
331
350
|
"""
|
|
332
351
|
return pulumi.get(self, "burst")
|
|
333
352
|
|
|
@@ -335,7 +354,8 @@ class PolicerPolicyObject(pulumi.CustomResource):
|
|
|
335
354
|
@pulumi.getter(name="exceedAction")
|
|
336
355
|
def exceed_action(self) -> pulumi.Output[_builtins.str]:
|
|
337
356
|
"""
|
|
338
|
-
Exceed action
|
|
357
|
+
Exceed action
|
|
358
|
+
- Choices: `drop`, `remark`
|
|
339
359
|
"""
|
|
340
360
|
return pulumi.get(self, "exceed_action")
|
|
341
361
|
|
|
@@ -351,7 +371,8 @@ class PolicerPolicyObject(pulumi.CustomResource):
|
|
|
351
371
|
@pulumi.getter
|
|
352
372
|
def rate(self) -> pulumi.Output[_builtins.int]:
|
|
353
373
|
"""
|
|
354
|
-
Rate in bps
|
|
374
|
+
Rate in bps
|
|
375
|
+
- Range: `8`-`100000000000`
|
|
355
376
|
"""
|
|
356
377
|
return pulumi.get(self, "rate")
|
|
357
378
|
|
pulumi_sdwan/policy_group.py
CHANGED
|
@@ -30,7 +30,8 @@ class PolicyGroupArgs:
|
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a PolicyGroup resource.
|
|
32
32
|
:param pulumi.Input[_builtins.str] description: Description
|
|
33
|
-
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
33
|
+
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
34
|
+
- Choices: `sdwan`
|
|
34
35
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyGroupDeviceArgs']]] devices: List of devices
|
|
35
36
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] feature_profile_ids: List of feature profile IDs
|
|
36
37
|
:param pulumi.Input[_builtins.str] name: The name of the policy group
|
|
@@ -63,7 +64,8 @@ class PolicyGroupArgs:
|
|
|
63
64
|
@pulumi.getter
|
|
64
65
|
def solution(self) -> pulumi.Input[_builtins.str]:
|
|
65
66
|
"""
|
|
66
|
-
Type of solution
|
|
67
|
+
Type of solution
|
|
68
|
+
- Choices: `sdwan`
|
|
67
69
|
"""
|
|
68
70
|
return pulumi.get(self, "solution")
|
|
69
71
|
|
|
@@ -136,7 +138,8 @@ class _PolicyGroupState:
|
|
|
136
138
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] feature_profile_ids: List of feature profile IDs
|
|
137
139
|
:param pulumi.Input[_builtins.str] name: The name of the policy group
|
|
138
140
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] policy_versions: List of all associated policy versions
|
|
139
|
-
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
141
|
+
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
142
|
+
- Choices: `sdwan`
|
|
140
143
|
"""
|
|
141
144
|
if description is not None:
|
|
142
145
|
pulumi.set(__self__, "description", description)
|
|
@@ -215,7 +218,8 @@ class _PolicyGroupState:
|
|
|
215
218
|
@pulumi.getter
|
|
216
219
|
def solution(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
217
220
|
"""
|
|
218
|
-
Type of solution
|
|
221
|
+
Type of solution
|
|
222
|
+
- Choices: `sdwan`
|
|
219
223
|
"""
|
|
220
224
|
return pulumi.get(self, "solution")
|
|
221
225
|
|
|
@@ -272,7 +276,8 @@ class PolicyGroup(pulumi.CustomResource):
|
|
|
272
276
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] feature_profile_ids: List of feature profile IDs
|
|
273
277
|
:param pulumi.Input[_builtins.str] name: The name of the policy group
|
|
274
278
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] policy_versions: List of all associated policy versions
|
|
275
|
-
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
279
|
+
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
280
|
+
- Choices: `sdwan`
|
|
276
281
|
"""
|
|
277
282
|
...
|
|
278
283
|
@overload
|
|
@@ -376,7 +381,8 @@ class PolicyGroup(pulumi.CustomResource):
|
|
|
376
381
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] feature_profile_ids: List of feature profile IDs
|
|
377
382
|
:param pulumi.Input[_builtins.str] name: The name of the policy group
|
|
378
383
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] policy_versions: List of all associated policy versions
|
|
379
|
-
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
384
|
+
:param pulumi.Input[_builtins.str] solution: Type of solution
|
|
385
|
+
- Choices: `sdwan`
|
|
380
386
|
"""
|
|
381
387
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
382
388
|
|
|
@@ -434,7 +440,8 @@ class PolicyGroup(pulumi.CustomResource):
|
|
|
434
440
|
@pulumi.getter
|
|
435
441
|
def solution(self) -> pulumi.Output[_builtins.str]:
|
|
436
442
|
"""
|
|
437
|
-
Type of solution
|
|
443
|
+
Type of solution
|
|
444
|
+
- Choices: `sdwan`
|
|
438
445
|
"""
|
|
439
446
|
return pulumi.get(self, "solution")
|
|
440
447
|
|