pulumi-sdwan 0.4.1a1756438344__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.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -44,21 +44,27 @@ class EigrpFeatureTemplateArgs:
|
|
|
44
44
|
"""
|
|
45
45
|
The set of arguments for constructing a EigrpFeatureTemplate resource.
|
|
46
46
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
47
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
48
|
-
|
|
49
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
48
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
50
49
|
:param pulumi.Input[Sequence[pulumi.Input['EigrpFeatureTemplateAddressFamilyArgs']]] address_families: Set EIGRP address family
|
|
51
|
-
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
50
|
+
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
51
|
+
- Range: `1`-`65535`
|
|
52
52
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
53
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
53
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
54
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
54
55
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
55
|
-
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
56
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
57
|
+
- Default value: `false`
|
|
56
58
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
57
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
59
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
60
|
+
- Range: `0`-`65535`
|
|
61
|
+
- Default value: `5`
|
|
58
62
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
59
63
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key
|
|
60
64
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name
|
|
61
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
65
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
66
|
+
- Range: `0`-`65535`
|
|
67
|
+
- Default value: `15`
|
|
62
68
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
63
69
|
:param pulumi.Input[Sequence[pulumi.Input['EigrpFeatureTemplateInterfaceArgs']]] interfaces: Configure IPv4 Static Routes
|
|
64
70
|
:param pulumi.Input[Sequence[pulumi.Input['EigrpFeatureTemplateKeyArgs']]] keys: Set keychain name
|
|
@@ -121,9 +127,8 @@ class EigrpFeatureTemplateArgs:
|
|
|
121
127
|
@pulumi.getter(name="deviceTypes")
|
|
122
128
|
def device_types(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
123
129
|
"""
|
|
124
|
-
List of supported device types
|
|
125
|
-
|
|
126
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
130
|
+
List of supported device types
|
|
131
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
127
132
|
"""
|
|
128
133
|
return pulumi.get(self, "device_types")
|
|
129
134
|
|
|
@@ -147,7 +152,8 @@ class EigrpFeatureTemplateArgs:
|
|
|
147
152
|
@pulumi.getter(name="asNumber")
|
|
148
153
|
def as_number(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
149
154
|
"""
|
|
150
|
-
Set autonomous system ID <1..65535>
|
|
155
|
+
Set autonomous system ID <1..65535>
|
|
156
|
+
- Range: `1`-`65535`
|
|
151
157
|
"""
|
|
152
158
|
return pulumi.get(self, "as_number")
|
|
153
159
|
|
|
@@ -171,7 +177,8 @@ class EigrpFeatureTemplateArgs:
|
|
|
171
177
|
@pulumi.getter(name="authenticationType")
|
|
172
178
|
def authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
173
179
|
"""
|
|
174
|
-
Set EIGRP router authentication type
|
|
180
|
+
Set EIGRP router authentication type
|
|
181
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
175
182
|
"""
|
|
176
183
|
return pulumi.get(self, "authentication_type")
|
|
177
184
|
|
|
@@ -195,7 +202,8 @@ class EigrpFeatureTemplateArgs:
|
|
|
195
202
|
@pulumi.getter
|
|
196
203
|
def filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
197
204
|
"""
|
|
198
|
-
Selective route download
|
|
205
|
+
Selective route download
|
|
206
|
+
- Default value: `false`
|
|
199
207
|
"""
|
|
200
208
|
return pulumi.get(self, "filter")
|
|
201
209
|
|
|
@@ -219,7 +227,9 @@ class EigrpFeatureTemplateArgs:
|
|
|
219
227
|
@pulumi.getter(name="helloInterval")
|
|
220
228
|
def hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
221
229
|
"""
|
|
222
|
-
Set EIGRP hello interval
|
|
230
|
+
Set EIGRP hello interval
|
|
231
|
+
- Range: `0`-`65535`
|
|
232
|
+
- Default value: `5`
|
|
223
233
|
"""
|
|
224
234
|
return pulumi.get(self, "hello_interval")
|
|
225
235
|
|
|
@@ -267,7 +277,9 @@ class EigrpFeatureTemplateArgs:
|
|
|
267
277
|
@pulumi.getter(name="holdTime")
|
|
268
278
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
269
279
|
"""
|
|
270
|
-
Set EIGRP hold time
|
|
280
|
+
Set EIGRP hold time
|
|
281
|
+
- Range: `0`-`65535`
|
|
282
|
+
- Default value: `15`
|
|
271
283
|
"""
|
|
272
284
|
return pulumi.get(self, "hold_time")
|
|
273
285
|
|
|
@@ -376,21 +388,27 @@ class _EigrpFeatureTemplateState:
|
|
|
376
388
|
"""
|
|
377
389
|
Input properties used for looking up and filtering EigrpFeatureTemplate resources.
|
|
378
390
|
:param pulumi.Input[Sequence[pulumi.Input['EigrpFeatureTemplateAddressFamilyArgs']]] address_families: Set EIGRP address family
|
|
379
|
-
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
391
|
+
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
392
|
+
- Range: `1`-`65535`
|
|
380
393
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
381
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
394
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
395
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
382
396
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
383
397
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
384
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
398
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
399
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
400
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
401
|
+
- Default value: `false`
|
|
388
402
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
389
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
403
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
404
|
+
- Range: `0`-`65535`
|
|
405
|
+
- Default value: `5`
|
|
390
406
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
391
407
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key
|
|
392
408
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name
|
|
393
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
409
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
410
|
+
- Range: `0`-`65535`
|
|
411
|
+
- Default value: `15`
|
|
394
412
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
395
413
|
:param pulumi.Input[Sequence[pulumi.Input['EigrpFeatureTemplateInterfaceArgs']]] interfaces: Configure IPv4 Static Routes
|
|
396
414
|
:param pulumi.Input[Sequence[pulumi.Input['EigrpFeatureTemplateKeyArgs']]] keys: Set keychain name
|
|
@@ -461,7 +479,8 @@ class _EigrpFeatureTemplateState:
|
|
|
461
479
|
@pulumi.getter(name="asNumber")
|
|
462
480
|
def as_number(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
463
481
|
"""
|
|
464
|
-
Set autonomous system ID <1..65535>
|
|
482
|
+
Set autonomous system ID <1..65535>
|
|
483
|
+
- Range: `1`-`65535`
|
|
465
484
|
"""
|
|
466
485
|
return pulumi.get(self, "as_number")
|
|
467
486
|
|
|
@@ -485,7 +504,8 @@ class _EigrpFeatureTemplateState:
|
|
|
485
504
|
@pulumi.getter(name="authenticationType")
|
|
486
505
|
def authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
487
506
|
"""
|
|
488
|
-
Set EIGRP router authentication type
|
|
507
|
+
Set EIGRP router authentication type
|
|
508
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
489
509
|
"""
|
|
490
510
|
return pulumi.get(self, "authentication_type")
|
|
491
511
|
|
|
@@ -521,9 +541,8 @@ class _EigrpFeatureTemplateState:
|
|
|
521
541
|
@pulumi.getter(name="deviceTypes")
|
|
522
542
|
def device_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
523
543
|
"""
|
|
524
|
-
List of supported device types
|
|
525
|
-
|
|
526
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
544
|
+
List of supported device types
|
|
545
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
527
546
|
"""
|
|
528
547
|
return pulumi.get(self, "device_types")
|
|
529
548
|
|
|
@@ -535,7 +554,8 @@ class _EigrpFeatureTemplateState:
|
|
|
535
554
|
@pulumi.getter
|
|
536
555
|
def filter(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
537
556
|
"""
|
|
538
|
-
Selective route download
|
|
557
|
+
Selective route download
|
|
558
|
+
- Default value: `false`
|
|
539
559
|
"""
|
|
540
560
|
return pulumi.get(self, "filter")
|
|
541
561
|
|
|
@@ -559,7 +579,9 @@ class _EigrpFeatureTemplateState:
|
|
|
559
579
|
@pulumi.getter(name="helloInterval")
|
|
560
580
|
def hello_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
561
581
|
"""
|
|
562
|
-
Set EIGRP hello interval
|
|
582
|
+
Set EIGRP hello interval
|
|
583
|
+
- Range: `0`-`65535`
|
|
584
|
+
- Default value: `5`
|
|
563
585
|
"""
|
|
564
586
|
return pulumi.get(self, "hello_interval")
|
|
565
587
|
|
|
@@ -607,7 +629,9 @@ class _EigrpFeatureTemplateState:
|
|
|
607
629
|
@pulumi.getter(name="holdTime")
|
|
608
630
|
def hold_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
609
631
|
"""
|
|
610
|
-
Set EIGRP hold time
|
|
632
|
+
Set EIGRP hold time
|
|
633
|
+
- Range: `0`-`65535`
|
|
634
|
+
- Default value: `15`
|
|
611
635
|
"""
|
|
612
636
|
return pulumi.get(self, "hold_time")
|
|
613
637
|
|
|
@@ -743,6 +767,8 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
743
767
|
This resource can manage a eigrp feature template.
|
|
744
768
|
- Minimum SD-WAN Manager version: `15.0.0`
|
|
745
769
|
|
|
770
|
+
## Example Usage
|
|
771
|
+
|
|
746
772
|
## Import
|
|
747
773
|
|
|
748
774
|
The `pulumi import` command can be used, for example:
|
|
@@ -754,21 +780,27 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
754
780
|
:param str resource_name: The name of the resource.
|
|
755
781
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
756
782
|
:param pulumi.Input[Sequence[pulumi.Input[Union['EigrpFeatureTemplateAddressFamilyArgs', 'EigrpFeatureTemplateAddressFamilyArgsDict']]]] address_families: Set EIGRP address family
|
|
757
|
-
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
783
|
+
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
784
|
+
- Range: `1`-`65535`
|
|
758
785
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
759
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
786
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
787
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
760
788
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
761
789
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
762
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
790
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
791
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
792
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
793
|
+
- Default value: `false`
|
|
766
794
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
767
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
795
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
796
|
+
- Range: `0`-`65535`
|
|
797
|
+
- Default value: `5`
|
|
768
798
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
769
799
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key
|
|
770
800
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name
|
|
771
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
801
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
802
|
+
- Range: `0`-`65535`
|
|
803
|
+
- Default value: `15`
|
|
772
804
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
773
805
|
:param pulumi.Input[Sequence[pulumi.Input[Union['EigrpFeatureTemplateInterfaceArgs', 'EigrpFeatureTemplateInterfaceArgsDict']]]] interfaces: Configure IPv4 Static Routes
|
|
774
806
|
:param pulumi.Input[Sequence[pulumi.Input[Union['EigrpFeatureTemplateKeyArgs', 'EigrpFeatureTemplateKeyArgsDict']]]] keys: Set keychain name
|
|
@@ -786,6 +818,8 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
786
818
|
This resource can manage a eigrp feature template.
|
|
787
819
|
- Minimum SD-WAN Manager version: `15.0.0`
|
|
788
820
|
|
|
821
|
+
## Example Usage
|
|
822
|
+
|
|
789
823
|
## Import
|
|
790
824
|
|
|
791
825
|
The `pulumi import` command can be used, for example:
|
|
@@ -904,21 +938,27 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
904
938
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
905
939
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
906
940
|
:param pulumi.Input[Sequence[pulumi.Input[Union['EigrpFeatureTemplateAddressFamilyArgs', 'EigrpFeatureTemplateAddressFamilyArgsDict']]]] address_families: Set EIGRP address family
|
|
907
|
-
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
941
|
+
:param pulumi.Input[_builtins.int] as_number: Set autonomous system ID <1..65535>
|
|
942
|
+
- Range: `1`-`65535`
|
|
908
943
|
:param pulumi.Input[_builtins.str] as_number_variable: Variable name
|
|
909
|
-
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
944
|
+
:param pulumi.Input[_builtins.str] authentication_type: Set EIGRP router authentication type
|
|
945
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
910
946
|
:param pulumi.Input[_builtins.str] authentication_type_variable: Variable name
|
|
911
947
|
:param pulumi.Input[_builtins.str] description: The description of the feature template
|
|
912
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
948
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] device_types: List of supported device types
|
|
949
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
950
|
+
:param pulumi.Input[_builtins.bool] filter: Selective route download
|
|
951
|
+
- Default value: `false`
|
|
916
952
|
:param pulumi.Input[_builtins.str] filter_variable: Variable name
|
|
917
|
-
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
953
|
+
:param pulumi.Input[_builtins.int] hello_interval: Set EIGRP hello interval
|
|
954
|
+
- Range: `0`-`65535`
|
|
955
|
+
- Default value: `5`
|
|
918
956
|
:param pulumi.Input[_builtins.str] hello_interval_variable: Variable name
|
|
919
957
|
:param pulumi.Input[_builtins.str] hmac_authentication_key: Set hmac-sha-256 authentication key
|
|
920
958
|
:param pulumi.Input[_builtins.str] hmac_authentication_key_variable: Variable name
|
|
921
|
-
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
959
|
+
:param pulumi.Input[_builtins.int] hold_time: Set EIGRP hold time
|
|
960
|
+
- Range: `0`-`65535`
|
|
961
|
+
- Default value: `15`
|
|
922
962
|
:param pulumi.Input[_builtins.str] hold_time_variable: Variable name
|
|
923
963
|
:param pulumi.Input[Sequence[pulumi.Input[Union['EigrpFeatureTemplateInterfaceArgs', 'EigrpFeatureTemplateInterfaceArgsDict']]]] interfaces: Configure IPv4 Static Routes
|
|
924
964
|
:param pulumi.Input[Sequence[pulumi.Input[Union['EigrpFeatureTemplateKeyArgs', 'EigrpFeatureTemplateKeyArgsDict']]]] keys: Set keychain name
|
|
@@ -968,7 +1008,8 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
968
1008
|
@pulumi.getter(name="asNumber")
|
|
969
1009
|
def as_number(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
970
1010
|
"""
|
|
971
|
-
Set autonomous system ID <1..65535>
|
|
1011
|
+
Set autonomous system ID <1..65535>
|
|
1012
|
+
- Range: `1`-`65535`
|
|
972
1013
|
"""
|
|
973
1014
|
return pulumi.get(self, "as_number")
|
|
974
1015
|
|
|
@@ -984,7 +1025,8 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
984
1025
|
@pulumi.getter(name="authenticationType")
|
|
985
1026
|
def authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
986
1027
|
"""
|
|
987
|
-
Set EIGRP router authentication type
|
|
1028
|
+
Set EIGRP router authentication type
|
|
1029
|
+
- Choices: `md5`, `hmac-sha-256`
|
|
988
1030
|
"""
|
|
989
1031
|
return pulumi.get(self, "authentication_type")
|
|
990
1032
|
|
|
@@ -1008,9 +1050,8 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
1008
1050
|
@pulumi.getter(name="deviceTypes")
|
|
1009
1051
|
def device_types(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
1010
1052
|
"""
|
|
1011
|
-
List of supported device types
|
|
1012
|
-
|
|
1013
|
-
`vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
1053
|
+
List of supported device types
|
|
1054
|
+
- Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`, `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`, `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
|
|
1014
1055
|
"""
|
|
1015
1056
|
return pulumi.get(self, "device_types")
|
|
1016
1057
|
|
|
@@ -1018,7 +1059,8 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
1018
1059
|
@pulumi.getter
|
|
1019
1060
|
def filter(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1020
1061
|
"""
|
|
1021
|
-
Selective route download
|
|
1062
|
+
Selective route download
|
|
1063
|
+
- Default value: `false`
|
|
1022
1064
|
"""
|
|
1023
1065
|
return pulumi.get(self, "filter")
|
|
1024
1066
|
|
|
@@ -1034,7 +1076,9 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
1034
1076
|
@pulumi.getter(name="helloInterval")
|
|
1035
1077
|
def hello_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1036
1078
|
"""
|
|
1037
|
-
Set EIGRP hello interval
|
|
1079
|
+
Set EIGRP hello interval
|
|
1080
|
+
- Range: `0`-`65535`
|
|
1081
|
+
- Default value: `5`
|
|
1038
1082
|
"""
|
|
1039
1083
|
return pulumi.get(self, "hello_interval")
|
|
1040
1084
|
|
|
@@ -1066,7 +1110,9 @@ class EigrpFeatureTemplate(pulumi.CustomResource):
|
|
|
1066
1110
|
@pulumi.getter(name="holdTime")
|
|
1067
1111
|
def hold_time(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
1068
1112
|
"""
|
|
1069
|
-
Set EIGRP hold time
|
|
1113
|
+
Set EIGRP hold time
|
|
1114
|
+
- Range: `0`-`65535`
|
|
1115
|
+
- Default value: `15`
|
|
1070
1116
|
"""
|
|
1071
1117
|
return pulumi.get(self, "hold_time")
|
|
1072
1118
|
|
|
@@ -34,7 +34,8 @@ class FeatureDeviceTemplateArgs:
|
|
|
34
34
|
The set of arguments for constructing a FeatureDeviceTemplate resource.
|
|
35
35
|
:param pulumi.Input[_builtins.str] description: The description of the device template
|
|
36
36
|
:param pulumi.Input[_builtins.str] device_type: The device type (e.g., `vedge-ISR-4331`)
|
|
37
|
-
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
37
|
+
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
38
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
38
39
|
:param pulumi.Input[Sequence[pulumi.Input['FeatureDeviceTemplateGeneralTemplateArgs']]] general_templates: List of general templates
|
|
39
40
|
:param pulumi.Input[_builtins.str] name: The name of the device template
|
|
40
41
|
:param pulumi.Input[_builtins.str] policy_id: The policy ID
|
|
@@ -87,7 +88,8 @@ class FeatureDeviceTemplateArgs:
|
|
|
87
88
|
@pulumi.getter(name="deviceRole")
|
|
88
89
|
def device_role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
89
90
|
"""
|
|
90
|
-
The device role
|
|
91
|
+
The device role
|
|
92
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
91
93
|
"""
|
|
92
94
|
return pulumi.get(self, "device_role")
|
|
93
95
|
|
|
@@ -184,7 +186,8 @@ class _FeatureDeviceTemplateState:
|
|
|
184
186
|
"""
|
|
185
187
|
Input properties used for looking up and filtering FeatureDeviceTemplate resources.
|
|
186
188
|
:param pulumi.Input[_builtins.str] description: The description of the device template
|
|
187
|
-
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
189
|
+
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
190
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
188
191
|
:param pulumi.Input[_builtins.str] device_type: The device type (e.g., `vedge-ISR-4331`)
|
|
189
192
|
:param pulumi.Input[Sequence[pulumi.Input['FeatureDeviceTemplateGeneralTemplateArgs']]] general_templates: List of general templates
|
|
190
193
|
:param pulumi.Input[_builtins.str] name: The name of the device template
|
|
@@ -231,7 +234,8 @@ class _FeatureDeviceTemplateState:
|
|
|
231
234
|
@pulumi.getter(name="deviceRole")
|
|
232
235
|
def device_role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
233
236
|
"""
|
|
234
|
-
The device role
|
|
237
|
+
The device role
|
|
238
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
235
239
|
"""
|
|
236
240
|
return pulumi.get(self, "device_role")
|
|
237
241
|
|
|
@@ -382,7 +386,8 @@ class FeatureDeviceTemplate(pulumi.CustomResource):
|
|
|
382
386
|
:param str resource_name: The name of the resource.
|
|
383
387
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
384
388
|
:param pulumi.Input[_builtins.str] description: The description of the device template
|
|
385
|
-
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
389
|
+
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
390
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
386
391
|
:param pulumi.Input[_builtins.str] device_type: The device type (e.g., `vedge-ISR-4331`)
|
|
387
392
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FeatureDeviceTemplateGeneralTemplateArgs', 'FeatureDeviceTemplateGeneralTemplateArgsDict']]]] general_templates: List of general templates
|
|
388
393
|
:param pulumi.Input[_builtins.str] name: The name of the device template
|
|
@@ -499,7 +504,8 @@ class FeatureDeviceTemplate(pulumi.CustomResource):
|
|
|
499
504
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
500
505
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
501
506
|
:param pulumi.Input[_builtins.str] description: The description of the device template
|
|
502
|
-
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
507
|
+
:param pulumi.Input[_builtins.str] device_role: The device role
|
|
508
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
503
509
|
:param pulumi.Input[_builtins.str] device_type: The device type (e.g., `vedge-ISR-4331`)
|
|
504
510
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FeatureDeviceTemplateGeneralTemplateArgs', 'FeatureDeviceTemplateGeneralTemplateArgsDict']]]] general_templates: List of general templates
|
|
505
511
|
:param pulumi.Input[_builtins.str] name: The name of the device template
|
|
@@ -537,7 +543,8 @@ class FeatureDeviceTemplate(pulumi.CustomResource):
|
|
|
537
543
|
@pulumi.getter(name="deviceRole")
|
|
538
544
|
def device_role(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
539
545
|
"""
|
|
540
|
-
The device role
|
|
546
|
+
The device role
|
|
547
|
+
- Choices: `sdwan-edge`, `service-node`
|
|
541
548
|
"""
|
|
542
549
|
return pulumi.get(self, "device_role")
|
|
543
550
|
|
|
@@ -27,7 +27,7 @@ class GetApplicationPriorityQosPolicyResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getApplicationPriorityQosPolicy.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, qos_schedulers=None,
|
|
30
|
+
def __init__(__self__, description=None, feature_profile_id=None, id=None, name=None, qos_schedulers=None, target_interfaces=None, target_interfaces_variable=None, version=None):
|
|
31
31
|
if description and not isinstance(description, str):
|
|
32
32
|
raise TypeError("Expected argument 'description' to be a str")
|
|
33
33
|
pulumi.set(__self__, "description", description)
|
|
@@ -43,12 +43,12 @@ class GetApplicationPriorityQosPolicyResult:
|
|
|
43
43
|
if qos_schedulers and not isinstance(qos_schedulers, list):
|
|
44
44
|
raise TypeError("Expected argument 'qos_schedulers' to be a list")
|
|
45
45
|
pulumi.set(__self__, "qos_schedulers", qos_schedulers)
|
|
46
|
-
if target_interface_variable and not isinstance(target_interface_variable, str):
|
|
47
|
-
raise TypeError("Expected argument 'target_interface_variable' to be a str")
|
|
48
|
-
pulumi.set(__self__, "target_interface_variable", target_interface_variable)
|
|
49
46
|
if target_interfaces and not isinstance(target_interfaces, list):
|
|
50
47
|
raise TypeError("Expected argument 'target_interfaces' to be a list")
|
|
51
48
|
pulumi.set(__self__, "target_interfaces", target_interfaces)
|
|
49
|
+
if target_interfaces_variable and not isinstance(target_interfaces_variable, str):
|
|
50
|
+
raise TypeError("Expected argument 'target_interfaces_variable' to be a str")
|
|
51
|
+
pulumi.set(__self__, "target_interfaces_variable", target_interfaces_variable)
|
|
52
52
|
if version and not isinstance(version, int):
|
|
53
53
|
raise TypeError("Expected argument 'version' to be a int")
|
|
54
54
|
pulumi.set(__self__, "version", version)
|
|
@@ -93,14 +93,6 @@ class GetApplicationPriorityQosPolicyResult:
|
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "qos_schedulers")
|
|
95
95
|
|
|
96
|
-
@_builtins.property
|
|
97
|
-
@pulumi.getter(name="targetInterfaceVariable")
|
|
98
|
-
def target_interface_variable(self) -> _builtins.str:
|
|
99
|
-
"""
|
|
100
|
-
Variable name
|
|
101
|
-
"""
|
|
102
|
-
return pulumi.get(self, "target_interface_variable")
|
|
103
|
-
|
|
104
96
|
@_builtins.property
|
|
105
97
|
@pulumi.getter(name="targetInterfaces")
|
|
106
98
|
def target_interfaces(self) -> Sequence[_builtins.str]:
|
|
@@ -109,6 +101,14 @@ class GetApplicationPriorityQosPolicyResult:
|
|
|
109
101
|
"""
|
|
110
102
|
return pulumi.get(self, "target_interfaces")
|
|
111
103
|
|
|
104
|
+
@_builtins.property
|
|
105
|
+
@pulumi.getter(name="targetInterfacesVariable")
|
|
106
|
+
def target_interfaces_variable(self) -> _builtins.str:
|
|
107
|
+
"""
|
|
108
|
+
Variable name
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "target_interfaces_variable")
|
|
111
|
+
|
|
112
112
|
@_builtins.property
|
|
113
113
|
@pulumi.getter
|
|
114
114
|
def version(self) -> _builtins.int:
|
|
@@ -129,8 +129,8 @@ class AwaitableGetApplicationPriorityQosPolicyResult(GetApplicationPriorityQosPo
|
|
|
129
129
|
id=self.id,
|
|
130
130
|
name=self.name,
|
|
131
131
|
qos_schedulers=self.qos_schedulers,
|
|
132
|
-
target_interface_variable=self.target_interface_variable,
|
|
133
132
|
target_interfaces=self.target_interfaces,
|
|
133
|
+
target_interfaces_variable=self.target_interfaces_variable,
|
|
134
134
|
version=self.version)
|
|
135
135
|
|
|
136
136
|
|
|
@@ -166,8 +166,8 @@ def get_application_priority_qos_policy(feature_profile_id: Optional[_builtins.s
|
|
|
166
166
|
id=pulumi.get(__ret__, 'id'),
|
|
167
167
|
name=pulumi.get(__ret__, 'name'),
|
|
168
168
|
qos_schedulers=pulumi.get(__ret__, 'qos_schedulers'),
|
|
169
|
-
target_interface_variable=pulumi.get(__ret__, 'target_interface_variable'),
|
|
170
169
|
target_interfaces=pulumi.get(__ret__, 'target_interfaces'),
|
|
170
|
+
target_interfaces_variable=pulumi.get(__ret__, 'target_interfaces_variable'),
|
|
171
171
|
version=pulumi.get(__ret__, 'version'))
|
|
172
172
|
def get_application_priority_qos_policy_output(feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
173
173
|
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -200,6 +200,6 @@ def get_application_priority_qos_policy_output(feature_profile_id: Optional[pulu
|
|
|
200
200
|
id=pulumi.get(__response__, 'id'),
|
|
201
201
|
name=pulumi.get(__response__, 'name'),
|
|
202
202
|
qos_schedulers=pulumi.get(__response__, 'qos_schedulers'),
|
|
203
|
-
target_interface_variable=pulumi.get(__response__, 'target_interface_variable'),
|
|
204
203
|
target_interfaces=pulumi.get(__response__, 'target_interfaces'),
|
|
204
|
+
target_interfaces_variable=pulumi.get(__response__, 'target_interfaces_variable'),
|
|
205
205
|
version=pulumi.get(__response__, 'version')))
|
|
@@ -58,8 +58,8 @@ class GetSecurityPolicyResult:
|
|
|
58
58
|
if id and not isinstance(id, str):
|
|
59
59
|
raise TypeError("Expected argument 'id' to be a str")
|
|
60
60
|
pulumi.set(__self__, "id", id)
|
|
61
|
-
if imcp_unreachable_allow and not isinstance(imcp_unreachable_allow,
|
|
62
|
-
raise TypeError("Expected argument 'imcp_unreachable_allow' to be a
|
|
61
|
+
if imcp_unreachable_allow and not isinstance(imcp_unreachable_allow, str):
|
|
62
|
+
raise TypeError("Expected argument 'imcp_unreachable_allow' to be a str")
|
|
63
63
|
pulumi.set(__self__, "imcp_unreachable_allow", imcp_unreachable_allow)
|
|
64
64
|
if loggings and not isinstance(loggings, list):
|
|
65
65
|
raise TypeError("Expected argument 'loggings' to be a list")
|
|
@@ -67,14 +67,14 @@ class GetSecurityPolicyResult:
|
|
|
67
67
|
if match_statistics_per_filter and not isinstance(match_statistics_per_filter, str):
|
|
68
68
|
raise TypeError("Expected argument 'match_statistics_per_filter' to be a str")
|
|
69
69
|
pulumi.set(__self__, "match_statistics_per_filter", match_statistics_per_filter)
|
|
70
|
-
if max_incomplete_icmp_limit and not isinstance(max_incomplete_icmp_limit,
|
|
71
|
-
raise TypeError("Expected argument 'max_incomplete_icmp_limit' to be a
|
|
70
|
+
if max_incomplete_icmp_limit and not isinstance(max_incomplete_icmp_limit, str):
|
|
71
|
+
raise TypeError("Expected argument 'max_incomplete_icmp_limit' to be a str")
|
|
72
72
|
pulumi.set(__self__, "max_incomplete_icmp_limit", max_incomplete_icmp_limit)
|
|
73
|
-
if max_incomplete_tcp_limit and not isinstance(max_incomplete_tcp_limit,
|
|
74
|
-
raise TypeError("Expected argument 'max_incomplete_tcp_limit' to be a
|
|
73
|
+
if max_incomplete_tcp_limit and not isinstance(max_incomplete_tcp_limit, str):
|
|
74
|
+
raise TypeError("Expected argument 'max_incomplete_tcp_limit' to be a str")
|
|
75
75
|
pulumi.set(__self__, "max_incomplete_tcp_limit", max_incomplete_tcp_limit)
|
|
76
|
-
if max_incomplete_udp_limit and not isinstance(max_incomplete_udp_limit,
|
|
77
|
-
raise TypeError("Expected argument 'max_incomplete_udp_limit' to be a
|
|
76
|
+
if max_incomplete_udp_limit and not isinstance(max_incomplete_udp_limit, str):
|
|
77
|
+
raise TypeError("Expected argument 'max_incomplete_udp_limit' to be a str")
|
|
78
78
|
pulumi.set(__self__, "max_incomplete_udp_limit", max_incomplete_udp_limit)
|
|
79
79
|
if mode and not isinstance(mode, str):
|
|
80
80
|
raise TypeError("Expected argument 'mode' to be a str")
|
|
@@ -82,14 +82,14 @@ class GetSecurityPolicyResult:
|
|
|
82
82
|
if name and not isinstance(name, str):
|
|
83
83
|
raise TypeError("Expected argument 'name' to be a str")
|
|
84
84
|
pulumi.set(__self__, "name", name)
|
|
85
|
-
if session_reclassify_allow and not isinstance(session_reclassify_allow,
|
|
86
|
-
raise TypeError("Expected argument 'session_reclassify_allow' to be a
|
|
85
|
+
if session_reclassify_allow and not isinstance(session_reclassify_allow, str):
|
|
86
|
+
raise TypeError("Expected argument 'session_reclassify_allow' to be a str")
|
|
87
87
|
pulumi.set(__self__, "session_reclassify_allow", session_reclassify_allow)
|
|
88
88
|
if tcp_syn_flood_limit and not isinstance(tcp_syn_flood_limit, str):
|
|
89
89
|
raise TypeError("Expected argument 'tcp_syn_flood_limit' to be a str")
|
|
90
90
|
pulumi.set(__self__, "tcp_syn_flood_limit", tcp_syn_flood_limit)
|
|
91
|
-
if unified_logging and not isinstance(unified_logging,
|
|
92
|
-
raise TypeError("Expected argument 'unified_logging' to be a
|
|
91
|
+
if unified_logging and not isinstance(unified_logging, str):
|
|
92
|
+
raise TypeError("Expected argument 'unified_logging' to be a str")
|
|
93
93
|
pulumi.set(__self__, "unified_logging", unified_logging)
|
|
94
94
|
if use_case and not isinstance(use_case, str):
|
|
95
95
|
raise TypeError("Expected argument 'use_case' to be a str")
|
|
@@ -180,7 +180,7 @@ class GetSecurityPolicyResult:
|
|
|
180
180
|
|
|
181
181
|
@_builtins.property
|
|
182
182
|
@pulumi.getter(name="imcpUnreachableAllow")
|
|
183
|
-
def imcp_unreachable_allow(self) -> _builtins.
|
|
183
|
+
def imcp_unreachable_allow(self) -> _builtins.str:
|
|
184
184
|
"""
|
|
185
185
|
ICMP Unreachable Allow
|
|
186
186
|
"""
|
|
@@ -201,7 +201,7 @@ class GetSecurityPolicyResult:
|
|
|
201
201
|
|
|
202
202
|
@_builtins.property
|
|
203
203
|
@pulumi.getter(name="maxIncompleteIcmpLimit")
|
|
204
|
-
def max_incomplete_icmp_limit(self) -> _builtins.
|
|
204
|
+
def max_incomplete_icmp_limit(self) -> _builtins.str:
|
|
205
205
|
"""
|
|
206
206
|
Max Incomplete ICMP Limit
|
|
207
207
|
"""
|
|
@@ -209,7 +209,7 @@ class GetSecurityPolicyResult:
|
|
|
209
209
|
|
|
210
210
|
@_builtins.property
|
|
211
211
|
@pulumi.getter(name="maxIncompleteTcpLimit")
|
|
212
|
-
def max_incomplete_tcp_limit(self) -> _builtins.
|
|
212
|
+
def max_incomplete_tcp_limit(self) -> _builtins.str:
|
|
213
213
|
"""
|
|
214
214
|
Max Incomplete TCP Limit
|
|
215
215
|
"""
|
|
@@ -217,7 +217,7 @@ class GetSecurityPolicyResult:
|
|
|
217
217
|
|
|
218
218
|
@_builtins.property
|
|
219
219
|
@pulumi.getter(name="maxIncompleteUdpLimit")
|
|
220
|
-
def max_incomplete_udp_limit(self) -> _builtins.
|
|
220
|
+
def max_incomplete_udp_limit(self) -> _builtins.str:
|
|
221
221
|
"""
|
|
222
222
|
Max Incomplete UDP Limit
|
|
223
223
|
"""
|
|
@@ -241,7 +241,7 @@ class GetSecurityPolicyResult:
|
|
|
241
241
|
|
|
242
242
|
@_builtins.property
|
|
243
243
|
@pulumi.getter(name="sessionReclassifyAllow")
|
|
244
|
-
def session_reclassify_allow(self) -> _builtins.
|
|
244
|
+
def session_reclassify_allow(self) -> _builtins.str:
|
|
245
245
|
"""
|
|
246
246
|
Session Reclassify Allow
|
|
247
247
|
"""
|
|
@@ -257,7 +257,7 @@ class GetSecurityPolicyResult:
|
|
|
257
257
|
|
|
258
258
|
@_builtins.property
|
|
259
259
|
@pulumi.getter(name="unifiedLogging")
|
|
260
|
-
def unified_logging(self) -> _builtins.
|
|
260
|
+
def unified_logging(self) -> _builtins.str:
|
|
261
261
|
"""
|
|
262
262
|
Unified Logging
|
|
263
263
|
"""
|