pulumi-sdwan 0.4.1__py3-none-any.whl → 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -35,13 +35,16 @@ class SystemBfdFeatureArgs:
|
|
|
35
35
|
The set of arguments for constructing a SystemBfdFeature resource.
|
|
36
36
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
37
37
|
:param pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]] colors: Set color that identifies the WAN transport tunnel
|
|
38
|
-
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
38
|
+
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
39
|
+
- Default value: `48`
|
|
39
40
|
:param pulumi.Input[_builtins.str] default_dscp_variable: Variable name
|
|
40
41
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
41
|
-
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
42
|
+
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
43
|
+
- Default value: `6`
|
|
42
44
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
43
45
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
44
|
-
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
46
|
+
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
47
|
+
- Default value: `600000`
|
|
45
48
|
:param pulumi.Input[_builtins.str] poll_interval_variable: Variable name
|
|
46
49
|
"""
|
|
47
50
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -92,7 +95,8 @@ class SystemBfdFeatureArgs:
|
|
|
92
95
|
@pulumi.getter(name="defaultDscp")
|
|
93
96
|
def default_dscp(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
94
97
|
"""
|
|
95
|
-
- Range: `0`-`63`
|
|
98
|
+
- Range: `0`-`63`
|
|
99
|
+
- Default value: `48`
|
|
96
100
|
"""
|
|
97
101
|
return pulumi.get(self, "default_dscp")
|
|
98
102
|
|
|
@@ -128,7 +132,8 @@ class SystemBfdFeatureArgs:
|
|
|
128
132
|
@pulumi.getter
|
|
129
133
|
def multiplier(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
130
134
|
"""
|
|
131
|
-
- Range: `1`-`6`
|
|
135
|
+
- Range: `1`-`6`
|
|
136
|
+
- Default value: `6`
|
|
132
137
|
"""
|
|
133
138
|
return pulumi.get(self, "multiplier")
|
|
134
139
|
|
|
@@ -164,7 +169,8 @@ class SystemBfdFeatureArgs:
|
|
|
164
169
|
@pulumi.getter(name="pollInterval")
|
|
165
170
|
def poll_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
166
171
|
"""
|
|
167
|
-
- Range: `1`-`4294967295`
|
|
172
|
+
- Range: `1`-`4294967295`
|
|
173
|
+
- Default value: `600000`
|
|
168
174
|
"""
|
|
169
175
|
return pulumi.get(self, "poll_interval")
|
|
170
176
|
|
|
@@ -202,14 +208,17 @@ class _SystemBfdFeatureState:
|
|
|
202
208
|
"""
|
|
203
209
|
Input properties used for looking up and filtering SystemBfdFeature resources.
|
|
204
210
|
:param pulumi.Input[Sequence[pulumi.Input['SystemBfdFeatureColorArgs']]] colors: Set color that identifies the WAN transport tunnel
|
|
205
|
-
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
211
|
+
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
212
|
+
- Default value: `48`
|
|
206
213
|
:param pulumi.Input[_builtins.str] default_dscp_variable: Variable name
|
|
207
214
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
208
215
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
209
|
-
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
216
|
+
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
217
|
+
- Default value: `6`
|
|
210
218
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
211
219
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
212
|
-
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
220
|
+
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
221
|
+
- Default value: `600000`
|
|
213
222
|
:param pulumi.Input[_builtins.str] poll_interval_variable: Variable name
|
|
214
223
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
215
224
|
"""
|
|
@@ -252,7 +261,8 @@ class _SystemBfdFeatureState:
|
|
|
252
261
|
@pulumi.getter(name="defaultDscp")
|
|
253
262
|
def default_dscp(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
254
263
|
"""
|
|
255
|
-
- Range: `0`-`63`
|
|
264
|
+
- Range: `0`-`63`
|
|
265
|
+
- Default value: `48`
|
|
256
266
|
"""
|
|
257
267
|
return pulumi.get(self, "default_dscp")
|
|
258
268
|
|
|
@@ -300,7 +310,8 @@ class _SystemBfdFeatureState:
|
|
|
300
310
|
@pulumi.getter
|
|
301
311
|
def multiplier(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
302
312
|
"""
|
|
303
|
-
- Range: `1`-`6`
|
|
313
|
+
- Range: `1`-`6`
|
|
314
|
+
- Default value: `6`
|
|
304
315
|
"""
|
|
305
316
|
return pulumi.get(self, "multiplier")
|
|
306
317
|
|
|
@@ -336,7 +347,8 @@ class _SystemBfdFeatureState:
|
|
|
336
347
|
@pulumi.getter(name="pollInterval")
|
|
337
348
|
def poll_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
338
349
|
"""
|
|
339
|
-
- Range: `1`-`4294967295`
|
|
350
|
+
- Range: `1`-`4294967295`
|
|
351
|
+
- Default value: `600000`
|
|
340
352
|
"""
|
|
341
353
|
return pulumi.get(self, "poll_interval")
|
|
342
354
|
|
|
@@ -390,6 +402,8 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
390
402
|
This resource can manage a System BFD Feature.
|
|
391
403
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
392
404
|
|
|
405
|
+
## Example Usage
|
|
406
|
+
|
|
393
407
|
## Import
|
|
394
408
|
|
|
395
409
|
The `pulumi import` command can be used, for example:
|
|
@@ -403,14 +417,17 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
403
417
|
:param str resource_name: The name of the resource.
|
|
404
418
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
405
419
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]] colors: Set color that identifies the WAN transport tunnel
|
|
406
|
-
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
420
|
+
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
421
|
+
- Default value: `48`
|
|
407
422
|
:param pulumi.Input[_builtins.str] default_dscp_variable: Variable name
|
|
408
423
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
409
424
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
410
|
-
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
425
|
+
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
426
|
+
- Default value: `6`
|
|
411
427
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
412
428
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
413
|
-
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
429
|
+
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
430
|
+
- Default value: `600000`
|
|
414
431
|
:param pulumi.Input[_builtins.str] poll_interval_variable: Variable name
|
|
415
432
|
"""
|
|
416
433
|
...
|
|
@@ -423,6 +440,8 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
423
440
|
This resource can manage a System BFD Feature.
|
|
424
441
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
425
442
|
|
|
443
|
+
## Example Usage
|
|
444
|
+
|
|
426
445
|
## Import
|
|
427
446
|
|
|
428
447
|
The `pulumi import` command can be used, for example:
|
|
@@ -509,14 +528,17 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
509
528
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
510
529
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
511
530
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemBfdFeatureColorArgs', 'SystemBfdFeatureColorArgsDict']]]] colors: Set color that identifies the WAN transport tunnel
|
|
512
|
-
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
531
|
+
:param pulumi.Input[_builtins.int] default_dscp: - Range: `0`-`63`
|
|
532
|
+
- Default value: `48`
|
|
513
533
|
:param pulumi.Input[_builtins.str] default_dscp_variable: Variable name
|
|
514
534
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
515
535
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
516
|
-
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
536
|
+
:param pulumi.Input[_builtins.int] multiplier: - Range: `1`-`6`
|
|
537
|
+
- Default value: `6`
|
|
517
538
|
:param pulumi.Input[_builtins.str] multiplier_variable: Variable name
|
|
518
539
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
519
|
-
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
540
|
+
:param pulumi.Input[_builtins.int] poll_interval: - Range: `1`-`4294967295`
|
|
541
|
+
- Default value: `600000`
|
|
520
542
|
:param pulumi.Input[_builtins.str] poll_interval_variable: Variable name
|
|
521
543
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
522
544
|
"""
|
|
@@ -549,7 +571,8 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
549
571
|
@pulumi.getter(name="defaultDscp")
|
|
550
572
|
def default_dscp(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
551
573
|
"""
|
|
552
|
-
- Range: `0`-`63`
|
|
574
|
+
- Range: `0`-`63`
|
|
575
|
+
- Default value: `48`
|
|
553
576
|
"""
|
|
554
577
|
return pulumi.get(self, "default_dscp")
|
|
555
578
|
|
|
@@ -581,7 +604,8 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
581
604
|
@pulumi.getter
|
|
582
605
|
def multiplier(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
583
606
|
"""
|
|
584
|
-
- Range: `1`-`6`
|
|
607
|
+
- Range: `1`-`6`
|
|
608
|
+
- Default value: `6`
|
|
585
609
|
"""
|
|
586
610
|
return pulumi.get(self, "multiplier")
|
|
587
611
|
|
|
@@ -605,7 +629,8 @@ class SystemBfdFeature(pulumi.CustomResource):
|
|
|
605
629
|
@pulumi.getter(name="pollInterval")
|
|
606
630
|
def poll_interval(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
607
631
|
"""
|
|
608
|
-
- Range: `1`-`4294967295`
|
|
632
|
+
- Range: `1`-`4294967295`
|
|
633
|
+
- Default value: `600000`
|
|
609
634
|
"""
|
|
610
635
|
return pulumi.get(self, "poll_interval")
|
|
611
636
|
|
|
@@ -29,9 +29,9 @@ class SystemFlexiblePortSpeedFeatureArgs:
|
|
|
29
29
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
30
30
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
31
31
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
32
|
-
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
33
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
34
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
35
35
|
:param pulumi.Input[_builtins.str] port_type_variable: Variable name
|
|
36
36
|
"""
|
|
37
37
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -84,9 +84,9 @@ class SystemFlexiblePortSpeedFeatureArgs:
|
|
|
84
84
|
@pulumi.getter(name="portType")
|
|
85
85
|
def port_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
86
86
|
"""
|
|
87
|
-
port Type
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
port Type
|
|
88
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
89
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
90
90
|
"""
|
|
91
91
|
return pulumi.get(self, "port_type")
|
|
92
92
|
|
|
@@ -121,9 +121,9 @@ class _SystemFlexiblePortSpeedFeatureState:
|
|
|
121
121
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
122
122
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
123
123
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
124
|
-
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
125
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
126
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
127
127
|
:param pulumi.Input[_builtins.str] port_type_variable: Variable name
|
|
128
128
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
129
129
|
"""
|
|
@@ -180,9 +180,9 @@ class _SystemFlexiblePortSpeedFeatureState:
|
|
|
180
180
|
@pulumi.getter(name="portType")
|
|
181
181
|
def port_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
182
182
|
"""
|
|
183
|
-
port Type
|
|
184
|
-
|
|
185
|
-
|
|
183
|
+
port Type
|
|
184
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
185
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
186
186
|
"""
|
|
187
187
|
return pulumi.get(self, "port_type")
|
|
188
188
|
|
|
@@ -259,9 +259,9 @@ class SystemFlexiblePortSpeedFeature(pulumi.CustomResource):
|
|
|
259
259
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
260
260
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
261
261
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
262
|
-
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
263
|
-
|
|
264
|
-
|
|
262
|
+
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
263
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
264
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
265
265
|
:param pulumi.Input[_builtins.str] port_type_variable: Variable name
|
|
266
266
|
"""
|
|
267
267
|
...
|
|
@@ -360,9 +360,9 @@ class SystemFlexiblePortSpeedFeature(pulumi.CustomResource):
|
|
|
360
360
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
361
361
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
362
362
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
363
|
-
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
364
|
-
|
|
365
|
-
|
|
363
|
+
:param pulumi.Input[_builtins.str] port_type: port Type
|
|
364
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
365
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
366
366
|
:param pulumi.Input[_builtins.str] port_type_variable: Variable name
|
|
367
367
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
368
368
|
"""
|
|
@@ -406,9 +406,9 @@ class SystemFlexiblePortSpeedFeature(pulumi.CustomResource):
|
|
|
406
406
|
@pulumi.getter(name="portType")
|
|
407
407
|
def port_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
408
408
|
"""
|
|
409
|
-
port Type
|
|
410
|
-
|
|
411
|
-
|
|
409
|
+
port Type
|
|
410
|
+
- Choices: `12 ports of 1/10GE + 3 ports 40GE`, `8 ports of 1/10GE + 4 ports of 40GE`, `2 ports of 100 GE`, `12 ports of 1/10GE + 1 port of 100GE`, `8 ports of 1/10GE + 1 port of 40GE + 1 port of 100GE`, `3 ports of 40GE + 1port of 100GE`
|
|
411
|
+
- Default value: `12 ports of 1/10GE + 3 ports 40GE`
|
|
412
412
|
"""
|
|
413
413
|
return pulumi.get(self, "port_type")
|
|
414
414
|
|