pulumi-sdwan 0.5.0a1755712533__py3-none-any.whl → 0.5.0a1756506981__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.0a1756506981.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/RECORD +136 -136
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.5.0a1755712533.dist-info → pulumi_sdwan-0.5.0a1756506981.dist-info}/top_level.txt +0 -0
|
@@ -71,53 +71,77 @@ class SystemGlobalFeatureArgs:
|
|
|
71
71
|
"""
|
|
72
72
|
The set of arguments for constructing a SystemGlobalFeature resource.
|
|
73
73
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
74
|
-
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
74
|
+
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
75
|
+
- Default value: `false`
|
|
75
76
|
:param pulumi.Input[_builtins.str] arp_proxy_variable: Variable name
|
|
76
|
-
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
77
|
+
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
78
|
+
- Default value: `true`
|
|
77
79
|
:param pulumi.Input[_builtins.str] cdp_variable: Variable name
|
|
78
|
-
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
80
|
+
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
81
|
+
- Default value: `true`
|
|
79
82
|
:param pulumi.Input[_builtins.str] console_logging_variable: Variable name
|
|
80
83
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
81
|
-
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
84
|
+
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
85
|
+
- Default value: `false`
|
|
82
86
|
:param pulumi.Input[_builtins.str] domain_lookup_variable: Variable name
|
|
83
|
-
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
87
|
+
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
88
|
+
- Default value: `false`
|
|
84
89
|
:param pulumi.Input[_builtins.str] ftp_passive_variable: Variable name
|
|
85
|
-
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
90
|
+
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
91
|
+
- Choices: `local`, `aaa`
|
|
86
92
|
:param pulumi.Input[_builtins.str] http_authentication_variable: Variable name
|
|
87
|
-
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
93
|
+
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
94
|
+
- Default value: `false`
|
|
88
95
|
:param pulumi.Input[_builtins.str] http_server_variable: Variable name
|
|
89
|
-
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
96
|
+
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
97
|
+
- Default value: `false`
|
|
90
98
|
:param pulumi.Input[_builtins.str] https_server_variable: Variable name
|
|
91
|
-
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
99
|
+
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
100
|
+
- Default value: `true`
|
|
92
101
|
:param pulumi.Input[_builtins.str] ignore_bootp_variable: Variable name
|
|
93
|
-
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
102
|
+
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
103
|
+
- Default value: `false`
|
|
94
104
|
:param pulumi.Input[_builtins.str] ip_source_routing_variable: Variable name
|
|
95
|
-
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
105
|
+
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
106
|
+
- Default value: `false`
|
|
96
107
|
:param pulumi.Input[_builtins.str] line_vty_variable: Variable name
|
|
97
|
-
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
108
|
+
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
109
|
+
- Default value: `true`
|
|
98
110
|
:param pulumi.Input[_builtins.str] lldp_variable: Variable name
|
|
99
111
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
100
|
-
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
112
|
+
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
113
|
+
- Range: `1`-`536870`
|
|
114
|
+
- Default value: `3600`
|
|
101
115
|
:param pulumi.Input[_builtins.str] nat64_tcp_timeout_variable: Variable name
|
|
102
|
-
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
116
|
+
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
117
|
+
- Range: `1`-`536870`
|
|
118
|
+
- Default value: `300`
|
|
103
119
|
:param pulumi.Input[_builtins.str] nat64_udp_timeout_variable: Variable name
|
|
104
|
-
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
120
|
+
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
121
|
+
- Default value: `false`
|
|
105
122
|
:param pulumi.Input[_builtins.str] rsh_rcp_variable: Variable name
|
|
106
|
-
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
123
|
+
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
124
|
+
- Default value: `true`
|
|
107
125
|
:param pulumi.Input[_builtins.str] snmp_ifindex_persist_variable: Variable name
|
|
108
126
|
:param pulumi.Input[_builtins.str] source_interface: Specify interface for source address in all HTTP(S) client connections
|
|
109
127
|
:param pulumi.Input[_builtins.str] source_interface_variable: Variable name
|
|
110
|
-
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
128
|
+
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
129
|
+
- Choices: `2`
|
|
111
130
|
:param pulumi.Input[_builtins.str] ssh_version_variable: Variable name
|
|
112
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
131
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
132
|
+
- Default value: `true`
|
|
113
133
|
:param pulumi.Input[_builtins.str] tcp_keepalives_in_variable: Variable name
|
|
114
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
134
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
135
|
+
- Default value: `true`
|
|
115
136
|
:param pulumi.Input[_builtins.str] tcp_keepalives_out_variable: Variable name
|
|
116
|
-
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
137
|
+
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
138
|
+
- Default value: `false`
|
|
117
139
|
:param pulumi.Input[_builtins.str] tcp_small_servers_variable: Variable name
|
|
118
|
-
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
140
|
+
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
141
|
+
- Default value: `false`
|
|
119
142
|
:param pulumi.Input[_builtins.str] udp_small_servers_variable: Variable name
|
|
120
|
-
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
143
|
+
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
144
|
+
- Default value: `false`
|
|
121
145
|
:param pulumi.Input[_builtins.str] vty_line_logging_variable: Variable name
|
|
122
146
|
"""
|
|
123
147
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -234,7 +258,8 @@ class SystemGlobalFeatureArgs:
|
|
|
234
258
|
@pulumi.getter(name="arpProxy")
|
|
235
259
|
def arp_proxy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
236
260
|
"""
|
|
237
|
-
Set ARP Proxy
|
|
261
|
+
Set ARP Proxy
|
|
262
|
+
- Default value: `false`
|
|
238
263
|
"""
|
|
239
264
|
return pulumi.get(self, "arp_proxy")
|
|
240
265
|
|
|
@@ -258,7 +283,8 @@ class SystemGlobalFeatureArgs:
|
|
|
258
283
|
@pulumi.getter
|
|
259
284
|
def cdp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
260
285
|
"""
|
|
261
|
-
Configure CDP
|
|
286
|
+
Configure CDP
|
|
287
|
+
- Default value: `true`
|
|
262
288
|
"""
|
|
263
289
|
return pulumi.get(self, "cdp")
|
|
264
290
|
|
|
@@ -282,7 +308,8 @@ class SystemGlobalFeatureArgs:
|
|
|
282
308
|
@pulumi.getter(name="consoleLogging")
|
|
283
309
|
def console_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
284
310
|
"""
|
|
285
|
-
Configure Console Logging
|
|
311
|
+
Configure Console Logging
|
|
312
|
+
- Default value: `true`
|
|
286
313
|
"""
|
|
287
314
|
return pulumi.get(self, "console_logging")
|
|
288
315
|
|
|
@@ -318,7 +345,8 @@ class SystemGlobalFeatureArgs:
|
|
|
318
345
|
@pulumi.getter(name="domainLookup")
|
|
319
346
|
def domain_lookup(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
320
347
|
"""
|
|
321
|
-
Configure Domain-Lookup
|
|
348
|
+
Configure Domain-Lookup
|
|
349
|
+
- Default value: `false`
|
|
322
350
|
"""
|
|
323
351
|
return pulumi.get(self, "domain_lookup")
|
|
324
352
|
|
|
@@ -342,7 +370,8 @@ class SystemGlobalFeatureArgs:
|
|
|
342
370
|
@pulumi.getter(name="ftpPassive")
|
|
343
371
|
def ftp_passive(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
344
372
|
"""
|
|
345
|
-
Set Passive FTP
|
|
373
|
+
Set Passive FTP
|
|
374
|
+
- Default value: `false`
|
|
346
375
|
"""
|
|
347
376
|
return pulumi.get(self, "ftp_passive")
|
|
348
377
|
|
|
@@ -366,7 +395,8 @@ class SystemGlobalFeatureArgs:
|
|
|
366
395
|
@pulumi.getter(name="httpAuthentication")
|
|
367
396
|
def http_authentication(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
368
397
|
"""
|
|
369
|
-
Set preference for HTTP Authentication
|
|
398
|
+
Set preference for HTTP Authentication
|
|
399
|
+
- Choices: `local`, `aaa`
|
|
370
400
|
"""
|
|
371
401
|
return pulumi.get(self, "http_authentication")
|
|
372
402
|
|
|
@@ -390,7 +420,8 @@ class SystemGlobalFeatureArgs:
|
|
|
390
420
|
@pulumi.getter(name="httpServer")
|
|
391
421
|
def http_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
392
422
|
"""
|
|
393
|
-
Set a HTTP Server
|
|
423
|
+
Set a HTTP Server
|
|
424
|
+
- Default value: `false`
|
|
394
425
|
"""
|
|
395
426
|
return pulumi.get(self, "http_server")
|
|
396
427
|
|
|
@@ -414,7 +445,8 @@ class SystemGlobalFeatureArgs:
|
|
|
414
445
|
@pulumi.getter(name="httpsServer")
|
|
415
446
|
def https_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
416
447
|
"""
|
|
417
|
-
Set a HTTPS Server
|
|
448
|
+
Set a HTTPS Server
|
|
449
|
+
- Default value: `false`
|
|
418
450
|
"""
|
|
419
451
|
return pulumi.get(self, "https_server")
|
|
420
452
|
|
|
@@ -438,7 +470,8 @@ class SystemGlobalFeatureArgs:
|
|
|
438
470
|
@pulumi.getter(name="ignoreBootp")
|
|
439
471
|
def ignore_bootp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
440
472
|
"""
|
|
441
|
-
Configure Ignore BOOTP
|
|
473
|
+
Configure Ignore BOOTP
|
|
474
|
+
- Default value: `true`
|
|
442
475
|
"""
|
|
443
476
|
return pulumi.get(self, "ignore_bootp")
|
|
444
477
|
|
|
@@ -462,7 +495,8 @@ class SystemGlobalFeatureArgs:
|
|
|
462
495
|
@pulumi.getter(name="ipSourceRouting")
|
|
463
496
|
def ip_source_routing(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
464
497
|
"""
|
|
465
|
-
Set Source Route
|
|
498
|
+
Set Source Route
|
|
499
|
+
- Default value: `false`
|
|
466
500
|
"""
|
|
467
501
|
return pulumi.get(self, "ip_source_routing")
|
|
468
502
|
|
|
@@ -486,7 +520,8 @@ class SystemGlobalFeatureArgs:
|
|
|
486
520
|
@pulumi.getter(name="lineVty")
|
|
487
521
|
def line_vty(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
488
522
|
"""
|
|
489
|
-
Configure Telnet (Outbound)
|
|
523
|
+
Configure Telnet (Outbound)
|
|
524
|
+
- Default value: `false`
|
|
490
525
|
"""
|
|
491
526
|
return pulumi.get(self, "line_vty")
|
|
492
527
|
|
|
@@ -510,7 +545,8 @@ class SystemGlobalFeatureArgs:
|
|
|
510
545
|
@pulumi.getter
|
|
511
546
|
def lldp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
512
547
|
"""
|
|
513
|
-
Configure LLDP
|
|
548
|
+
Configure LLDP
|
|
549
|
+
- Default value: `true`
|
|
514
550
|
"""
|
|
515
551
|
return pulumi.get(self, "lldp")
|
|
516
552
|
|
|
@@ -546,7 +582,9 @@ class SystemGlobalFeatureArgs:
|
|
|
546
582
|
@pulumi.getter(name="nat64TcpTimeout")
|
|
547
583
|
def nat64_tcp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
548
584
|
"""
|
|
549
|
-
Set NAT64 TCP session timeout, in seconds
|
|
585
|
+
Set NAT64 TCP session timeout, in seconds
|
|
586
|
+
- Range: `1`-`536870`
|
|
587
|
+
- Default value: `3600`
|
|
550
588
|
"""
|
|
551
589
|
return pulumi.get(self, "nat64_tcp_timeout")
|
|
552
590
|
|
|
@@ -570,7 +608,9 @@ class SystemGlobalFeatureArgs:
|
|
|
570
608
|
@pulumi.getter(name="nat64UdpTimeout")
|
|
571
609
|
def nat64_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
572
610
|
"""
|
|
573
|
-
Set NAT64 UDP session timeout, in seconds
|
|
611
|
+
Set NAT64 UDP session timeout, in seconds
|
|
612
|
+
- Range: `1`-`536870`
|
|
613
|
+
- Default value: `300`
|
|
574
614
|
"""
|
|
575
615
|
return pulumi.get(self, "nat64_udp_timeout")
|
|
576
616
|
|
|
@@ -594,7 +634,8 @@ class SystemGlobalFeatureArgs:
|
|
|
594
634
|
@pulumi.getter(name="rshRcp")
|
|
595
635
|
def rsh_rcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
596
636
|
"""
|
|
597
|
-
Set RSH/RCP
|
|
637
|
+
Set RSH/RCP
|
|
638
|
+
- Default value: `false`
|
|
598
639
|
"""
|
|
599
640
|
return pulumi.get(self, "rsh_rcp")
|
|
600
641
|
|
|
@@ -618,7 +659,8 @@ class SystemGlobalFeatureArgs:
|
|
|
618
659
|
@pulumi.getter(name="snmpIfindexPersist")
|
|
619
660
|
def snmp_ifindex_persist(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
620
661
|
"""
|
|
621
|
-
Configure SNMP Ifindex Persist
|
|
662
|
+
Configure SNMP Ifindex Persist
|
|
663
|
+
- Default value: `true`
|
|
622
664
|
"""
|
|
623
665
|
return pulumi.get(self, "snmp_ifindex_persist")
|
|
624
666
|
|
|
@@ -666,7 +708,8 @@ class SystemGlobalFeatureArgs:
|
|
|
666
708
|
@pulumi.getter(name="sshVersion")
|
|
667
709
|
def ssh_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
668
710
|
"""
|
|
669
|
-
Set SSH version
|
|
711
|
+
Set SSH version
|
|
712
|
+
- Choices: `2`
|
|
670
713
|
"""
|
|
671
714
|
return pulumi.get(self, "ssh_version")
|
|
672
715
|
|
|
@@ -690,7 +733,8 @@ class SystemGlobalFeatureArgs:
|
|
|
690
733
|
@pulumi.getter(name="tcpKeepalivesIn")
|
|
691
734
|
def tcp_keepalives_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
692
735
|
"""
|
|
693
|
-
Configure tcp-keepalives-in
|
|
736
|
+
Configure tcp-keepalives-in
|
|
737
|
+
- Default value: `true`
|
|
694
738
|
"""
|
|
695
739
|
return pulumi.get(self, "tcp_keepalives_in")
|
|
696
740
|
|
|
@@ -714,7 +758,8 @@ class SystemGlobalFeatureArgs:
|
|
|
714
758
|
@pulumi.getter(name="tcpKeepalivesOut")
|
|
715
759
|
def tcp_keepalives_out(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
716
760
|
"""
|
|
717
|
-
Configure tcp-keepalives-out
|
|
761
|
+
Configure tcp-keepalives-out
|
|
762
|
+
- Default value: `true`
|
|
718
763
|
"""
|
|
719
764
|
return pulumi.get(self, "tcp_keepalives_out")
|
|
720
765
|
|
|
@@ -738,7 +783,8 @@ class SystemGlobalFeatureArgs:
|
|
|
738
783
|
@pulumi.getter(name="tcpSmallServers")
|
|
739
784
|
def tcp_small_servers(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
740
785
|
"""
|
|
741
|
-
Configure tcp-small-servers
|
|
786
|
+
Configure tcp-small-servers
|
|
787
|
+
- Default value: `false`
|
|
742
788
|
"""
|
|
743
789
|
return pulumi.get(self, "tcp_small_servers")
|
|
744
790
|
|
|
@@ -762,7 +808,8 @@ class SystemGlobalFeatureArgs:
|
|
|
762
808
|
@pulumi.getter(name="udpSmallServers")
|
|
763
809
|
def udp_small_servers(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
764
810
|
"""
|
|
765
|
-
Configure udp-small-servers
|
|
811
|
+
Configure udp-small-servers
|
|
812
|
+
- Default value: `false`
|
|
766
813
|
"""
|
|
767
814
|
return pulumi.get(self, "udp_small_servers")
|
|
768
815
|
|
|
@@ -786,7 +833,8 @@ class SystemGlobalFeatureArgs:
|
|
|
786
833
|
@pulumi.getter(name="vtyLineLogging")
|
|
787
834
|
def vty_line_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
788
835
|
"""
|
|
789
|
-
Configure VTY Line Logging
|
|
836
|
+
Configure VTY Line Logging
|
|
837
|
+
- Default value: `false`
|
|
790
838
|
"""
|
|
791
839
|
return pulumi.get(self, "vty_line_logging")
|
|
792
840
|
|
|
@@ -862,55 +910,79 @@ class _SystemGlobalFeatureState:
|
|
|
862
910
|
vty_line_logging_variable: Optional[pulumi.Input[_builtins.str]] = None):
|
|
863
911
|
"""
|
|
864
912
|
Input properties used for looking up and filtering SystemGlobalFeature resources.
|
|
865
|
-
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
913
|
+
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
914
|
+
- Default value: `false`
|
|
866
915
|
:param pulumi.Input[_builtins.str] arp_proxy_variable: Variable name
|
|
867
|
-
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
916
|
+
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
917
|
+
- Default value: `true`
|
|
868
918
|
:param pulumi.Input[_builtins.str] cdp_variable: Variable name
|
|
869
|
-
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
919
|
+
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
920
|
+
- Default value: `true`
|
|
870
921
|
:param pulumi.Input[_builtins.str] console_logging_variable: Variable name
|
|
871
922
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
872
|
-
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
923
|
+
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
924
|
+
- Default value: `false`
|
|
873
925
|
:param pulumi.Input[_builtins.str] domain_lookup_variable: Variable name
|
|
874
926
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
875
|
-
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
927
|
+
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
928
|
+
- Default value: `false`
|
|
876
929
|
:param pulumi.Input[_builtins.str] ftp_passive_variable: Variable name
|
|
877
|
-
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
930
|
+
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
931
|
+
- Choices: `local`, `aaa`
|
|
878
932
|
:param pulumi.Input[_builtins.str] http_authentication_variable: Variable name
|
|
879
|
-
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
933
|
+
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
934
|
+
- Default value: `false`
|
|
880
935
|
:param pulumi.Input[_builtins.str] http_server_variable: Variable name
|
|
881
|
-
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
936
|
+
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
937
|
+
- Default value: `false`
|
|
882
938
|
:param pulumi.Input[_builtins.str] https_server_variable: Variable name
|
|
883
|
-
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
939
|
+
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
940
|
+
- Default value: `true`
|
|
884
941
|
:param pulumi.Input[_builtins.str] ignore_bootp_variable: Variable name
|
|
885
|
-
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
942
|
+
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
943
|
+
- Default value: `false`
|
|
886
944
|
:param pulumi.Input[_builtins.str] ip_source_routing_variable: Variable name
|
|
887
|
-
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
945
|
+
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
946
|
+
- Default value: `false`
|
|
888
947
|
:param pulumi.Input[_builtins.str] line_vty_variable: Variable name
|
|
889
|
-
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
948
|
+
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
949
|
+
- Default value: `true`
|
|
890
950
|
:param pulumi.Input[_builtins.str] lldp_variable: Variable name
|
|
891
951
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
892
|
-
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
952
|
+
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
953
|
+
- Range: `1`-`536870`
|
|
954
|
+
- Default value: `3600`
|
|
893
955
|
:param pulumi.Input[_builtins.str] nat64_tcp_timeout_variable: Variable name
|
|
894
|
-
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
956
|
+
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
957
|
+
- Range: `1`-`536870`
|
|
958
|
+
- Default value: `300`
|
|
895
959
|
:param pulumi.Input[_builtins.str] nat64_udp_timeout_variable: Variable name
|
|
896
|
-
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
960
|
+
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
961
|
+
- Default value: `false`
|
|
897
962
|
:param pulumi.Input[_builtins.str] rsh_rcp_variable: Variable name
|
|
898
|
-
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
963
|
+
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
964
|
+
- Default value: `true`
|
|
899
965
|
:param pulumi.Input[_builtins.str] snmp_ifindex_persist_variable: Variable name
|
|
900
966
|
:param pulumi.Input[_builtins.str] source_interface: Specify interface for source address in all HTTP(S) client connections
|
|
901
967
|
:param pulumi.Input[_builtins.str] source_interface_variable: Variable name
|
|
902
|
-
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
968
|
+
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
969
|
+
- Choices: `2`
|
|
903
970
|
:param pulumi.Input[_builtins.str] ssh_version_variable: Variable name
|
|
904
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
971
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
972
|
+
- Default value: `true`
|
|
905
973
|
:param pulumi.Input[_builtins.str] tcp_keepalives_in_variable: Variable name
|
|
906
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
974
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
975
|
+
- Default value: `true`
|
|
907
976
|
:param pulumi.Input[_builtins.str] tcp_keepalives_out_variable: Variable name
|
|
908
|
-
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
977
|
+
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
978
|
+
- Default value: `false`
|
|
909
979
|
:param pulumi.Input[_builtins.str] tcp_small_servers_variable: Variable name
|
|
910
|
-
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
980
|
+
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
981
|
+
- Default value: `false`
|
|
911
982
|
:param pulumi.Input[_builtins.str] udp_small_servers_variable: Variable name
|
|
912
983
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
913
|
-
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
984
|
+
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
985
|
+
- Default value: `false`
|
|
914
986
|
:param pulumi.Input[_builtins.str] vty_line_logging_variable: Variable name
|
|
915
987
|
"""
|
|
916
988
|
if arp_proxy is not None:
|
|
@@ -1018,7 +1090,8 @@ class _SystemGlobalFeatureState:
|
|
|
1018
1090
|
@pulumi.getter(name="arpProxy")
|
|
1019
1091
|
def arp_proxy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1020
1092
|
"""
|
|
1021
|
-
Set ARP Proxy
|
|
1093
|
+
Set ARP Proxy
|
|
1094
|
+
- Default value: `false`
|
|
1022
1095
|
"""
|
|
1023
1096
|
return pulumi.get(self, "arp_proxy")
|
|
1024
1097
|
|
|
@@ -1042,7 +1115,8 @@ class _SystemGlobalFeatureState:
|
|
|
1042
1115
|
@pulumi.getter
|
|
1043
1116
|
def cdp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1044
1117
|
"""
|
|
1045
|
-
Configure CDP
|
|
1118
|
+
Configure CDP
|
|
1119
|
+
- Default value: `true`
|
|
1046
1120
|
"""
|
|
1047
1121
|
return pulumi.get(self, "cdp")
|
|
1048
1122
|
|
|
@@ -1066,7 +1140,8 @@ class _SystemGlobalFeatureState:
|
|
|
1066
1140
|
@pulumi.getter(name="consoleLogging")
|
|
1067
1141
|
def console_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1068
1142
|
"""
|
|
1069
|
-
Configure Console Logging
|
|
1143
|
+
Configure Console Logging
|
|
1144
|
+
- Default value: `true`
|
|
1070
1145
|
"""
|
|
1071
1146
|
return pulumi.get(self, "console_logging")
|
|
1072
1147
|
|
|
@@ -1102,7 +1177,8 @@ class _SystemGlobalFeatureState:
|
|
|
1102
1177
|
@pulumi.getter(name="domainLookup")
|
|
1103
1178
|
def domain_lookup(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1104
1179
|
"""
|
|
1105
|
-
Configure Domain-Lookup
|
|
1180
|
+
Configure Domain-Lookup
|
|
1181
|
+
- Default value: `false`
|
|
1106
1182
|
"""
|
|
1107
1183
|
return pulumi.get(self, "domain_lookup")
|
|
1108
1184
|
|
|
@@ -1138,7 +1214,8 @@ class _SystemGlobalFeatureState:
|
|
|
1138
1214
|
@pulumi.getter(name="ftpPassive")
|
|
1139
1215
|
def ftp_passive(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1140
1216
|
"""
|
|
1141
|
-
Set Passive FTP
|
|
1217
|
+
Set Passive FTP
|
|
1218
|
+
- Default value: `false`
|
|
1142
1219
|
"""
|
|
1143
1220
|
return pulumi.get(self, "ftp_passive")
|
|
1144
1221
|
|
|
@@ -1162,7 +1239,8 @@ class _SystemGlobalFeatureState:
|
|
|
1162
1239
|
@pulumi.getter(name="httpAuthentication")
|
|
1163
1240
|
def http_authentication(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1164
1241
|
"""
|
|
1165
|
-
Set preference for HTTP Authentication
|
|
1242
|
+
Set preference for HTTP Authentication
|
|
1243
|
+
- Choices: `local`, `aaa`
|
|
1166
1244
|
"""
|
|
1167
1245
|
return pulumi.get(self, "http_authentication")
|
|
1168
1246
|
|
|
@@ -1186,7 +1264,8 @@ class _SystemGlobalFeatureState:
|
|
|
1186
1264
|
@pulumi.getter(name="httpServer")
|
|
1187
1265
|
def http_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1188
1266
|
"""
|
|
1189
|
-
Set a HTTP Server
|
|
1267
|
+
Set a HTTP Server
|
|
1268
|
+
- Default value: `false`
|
|
1190
1269
|
"""
|
|
1191
1270
|
return pulumi.get(self, "http_server")
|
|
1192
1271
|
|
|
@@ -1210,7 +1289,8 @@ class _SystemGlobalFeatureState:
|
|
|
1210
1289
|
@pulumi.getter(name="httpsServer")
|
|
1211
1290
|
def https_server(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1212
1291
|
"""
|
|
1213
|
-
Set a HTTPS Server
|
|
1292
|
+
Set a HTTPS Server
|
|
1293
|
+
- Default value: `false`
|
|
1214
1294
|
"""
|
|
1215
1295
|
return pulumi.get(self, "https_server")
|
|
1216
1296
|
|
|
@@ -1234,7 +1314,8 @@ class _SystemGlobalFeatureState:
|
|
|
1234
1314
|
@pulumi.getter(name="ignoreBootp")
|
|
1235
1315
|
def ignore_bootp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1236
1316
|
"""
|
|
1237
|
-
Configure Ignore BOOTP
|
|
1317
|
+
Configure Ignore BOOTP
|
|
1318
|
+
- Default value: `true`
|
|
1238
1319
|
"""
|
|
1239
1320
|
return pulumi.get(self, "ignore_bootp")
|
|
1240
1321
|
|
|
@@ -1258,7 +1339,8 @@ class _SystemGlobalFeatureState:
|
|
|
1258
1339
|
@pulumi.getter(name="ipSourceRouting")
|
|
1259
1340
|
def ip_source_routing(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1260
1341
|
"""
|
|
1261
|
-
Set Source Route
|
|
1342
|
+
Set Source Route
|
|
1343
|
+
- Default value: `false`
|
|
1262
1344
|
"""
|
|
1263
1345
|
return pulumi.get(self, "ip_source_routing")
|
|
1264
1346
|
|
|
@@ -1282,7 +1364,8 @@ class _SystemGlobalFeatureState:
|
|
|
1282
1364
|
@pulumi.getter(name="lineVty")
|
|
1283
1365
|
def line_vty(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1284
1366
|
"""
|
|
1285
|
-
Configure Telnet (Outbound)
|
|
1367
|
+
Configure Telnet (Outbound)
|
|
1368
|
+
- Default value: `false`
|
|
1286
1369
|
"""
|
|
1287
1370
|
return pulumi.get(self, "line_vty")
|
|
1288
1371
|
|
|
@@ -1306,7 +1389,8 @@ class _SystemGlobalFeatureState:
|
|
|
1306
1389
|
@pulumi.getter
|
|
1307
1390
|
def lldp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1308
1391
|
"""
|
|
1309
|
-
Configure LLDP
|
|
1392
|
+
Configure LLDP
|
|
1393
|
+
- Default value: `true`
|
|
1310
1394
|
"""
|
|
1311
1395
|
return pulumi.get(self, "lldp")
|
|
1312
1396
|
|
|
@@ -1342,7 +1426,9 @@ class _SystemGlobalFeatureState:
|
|
|
1342
1426
|
@pulumi.getter(name="nat64TcpTimeout")
|
|
1343
1427
|
def nat64_tcp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1344
1428
|
"""
|
|
1345
|
-
Set NAT64 TCP session timeout, in seconds
|
|
1429
|
+
Set NAT64 TCP session timeout, in seconds
|
|
1430
|
+
- Range: `1`-`536870`
|
|
1431
|
+
- Default value: `3600`
|
|
1346
1432
|
"""
|
|
1347
1433
|
return pulumi.get(self, "nat64_tcp_timeout")
|
|
1348
1434
|
|
|
@@ -1366,7 +1452,9 @@ class _SystemGlobalFeatureState:
|
|
|
1366
1452
|
@pulumi.getter(name="nat64UdpTimeout")
|
|
1367
1453
|
def nat64_udp_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1368
1454
|
"""
|
|
1369
|
-
Set NAT64 UDP session timeout, in seconds
|
|
1455
|
+
Set NAT64 UDP session timeout, in seconds
|
|
1456
|
+
- Range: `1`-`536870`
|
|
1457
|
+
- Default value: `300`
|
|
1370
1458
|
"""
|
|
1371
1459
|
return pulumi.get(self, "nat64_udp_timeout")
|
|
1372
1460
|
|
|
@@ -1390,7 +1478,8 @@ class _SystemGlobalFeatureState:
|
|
|
1390
1478
|
@pulumi.getter(name="rshRcp")
|
|
1391
1479
|
def rsh_rcp(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1392
1480
|
"""
|
|
1393
|
-
Set RSH/RCP
|
|
1481
|
+
Set RSH/RCP
|
|
1482
|
+
- Default value: `false`
|
|
1394
1483
|
"""
|
|
1395
1484
|
return pulumi.get(self, "rsh_rcp")
|
|
1396
1485
|
|
|
@@ -1414,7 +1503,8 @@ class _SystemGlobalFeatureState:
|
|
|
1414
1503
|
@pulumi.getter(name="snmpIfindexPersist")
|
|
1415
1504
|
def snmp_ifindex_persist(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1416
1505
|
"""
|
|
1417
|
-
Configure SNMP Ifindex Persist
|
|
1506
|
+
Configure SNMP Ifindex Persist
|
|
1507
|
+
- Default value: `true`
|
|
1418
1508
|
"""
|
|
1419
1509
|
return pulumi.get(self, "snmp_ifindex_persist")
|
|
1420
1510
|
|
|
@@ -1462,7 +1552,8 @@ class _SystemGlobalFeatureState:
|
|
|
1462
1552
|
@pulumi.getter(name="sshVersion")
|
|
1463
1553
|
def ssh_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1464
1554
|
"""
|
|
1465
|
-
Set SSH version
|
|
1555
|
+
Set SSH version
|
|
1556
|
+
- Choices: `2`
|
|
1466
1557
|
"""
|
|
1467
1558
|
return pulumi.get(self, "ssh_version")
|
|
1468
1559
|
|
|
@@ -1486,7 +1577,8 @@ class _SystemGlobalFeatureState:
|
|
|
1486
1577
|
@pulumi.getter(name="tcpKeepalivesIn")
|
|
1487
1578
|
def tcp_keepalives_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1488
1579
|
"""
|
|
1489
|
-
Configure tcp-keepalives-in
|
|
1580
|
+
Configure tcp-keepalives-in
|
|
1581
|
+
- Default value: `true`
|
|
1490
1582
|
"""
|
|
1491
1583
|
return pulumi.get(self, "tcp_keepalives_in")
|
|
1492
1584
|
|
|
@@ -1510,7 +1602,8 @@ class _SystemGlobalFeatureState:
|
|
|
1510
1602
|
@pulumi.getter(name="tcpKeepalivesOut")
|
|
1511
1603
|
def tcp_keepalives_out(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1512
1604
|
"""
|
|
1513
|
-
Configure tcp-keepalives-out
|
|
1605
|
+
Configure tcp-keepalives-out
|
|
1606
|
+
- Default value: `true`
|
|
1514
1607
|
"""
|
|
1515
1608
|
return pulumi.get(self, "tcp_keepalives_out")
|
|
1516
1609
|
|
|
@@ -1534,7 +1627,8 @@ class _SystemGlobalFeatureState:
|
|
|
1534
1627
|
@pulumi.getter(name="tcpSmallServers")
|
|
1535
1628
|
def tcp_small_servers(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1536
1629
|
"""
|
|
1537
|
-
Configure tcp-small-servers
|
|
1630
|
+
Configure tcp-small-servers
|
|
1631
|
+
- Default value: `false`
|
|
1538
1632
|
"""
|
|
1539
1633
|
return pulumi.get(self, "tcp_small_servers")
|
|
1540
1634
|
|
|
@@ -1558,7 +1652,8 @@ class _SystemGlobalFeatureState:
|
|
|
1558
1652
|
@pulumi.getter(name="udpSmallServers")
|
|
1559
1653
|
def udp_small_servers(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1560
1654
|
"""
|
|
1561
|
-
Configure udp-small-servers
|
|
1655
|
+
Configure udp-small-servers
|
|
1656
|
+
- Default value: `false`
|
|
1562
1657
|
"""
|
|
1563
1658
|
return pulumi.get(self, "udp_small_servers")
|
|
1564
1659
|
|
|
@@ -1594,7 +1689,8 @@ class _SystemGlobalFeatureState:
|
|
|
1594
1689
|
@pulumi.getter(name="vtyLineLogging")
|
|
1595
1690
|
def vty_line_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1596
1691
|
"""
|
|
1597
|
-
Configure VTY Line Logging
|
|
1692
|
+
Configure VTY Line Logging
|
|
1693
|
+
- Default value: `false`
|
|
1598
1694
|
"""
|
|
1599
1695
|
return pulumi.get(self, "vty_line_logging")
|
|
1600
1696
|
|
|
@@ -1722,54 +1818,78 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
1722
1818
|
|
|
1723
1819
|
:param str resource_name: The name of the resource.
|
|
1724
1820
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1725
|
-
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
1821
|
+
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
1822
|
+
- Default value: `false`
|
|
1726
1823
|
:param pulumi.Input[_builtins.str] arp_proxy_variable: Variable name
|
|
1727
|
-
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
1824
|
+
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
1825
|
+
- Default value: `true`
|
|
1728
1826
|
:param pulumi.Input[_builtins.str] cdp_variable: Variable name
|
|
1729
|
-
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
1827
|
+
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
1828
|
+
- Default value: `true`
|
|
1730
1829
|
:param pulumi.Input[_builtins.str] console_logging_variable: Variable name
|
|
1731
1830
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1732
|
-
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
1831
|
+
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
1832
|
+
- Default value: `false`
|
|
1733
1833
|
:param pulumi.Input[_builtins.str] domain_lookup_variable: Variable name
|
|
1734
1834
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1735
|
-
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
1835
|
+
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
1836
|
+
- Default value: `false`
|
|
1736
1837
|
:param pulumi.Input[_builtins.str] ftp_passive_variable: Variable name
|
|
1737
|
-
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
1838
|
+
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
1839
|
+
- Choices: `local`, `aaa`
|
|
1738
1840
|
:param pulumi.Input[_builtins.str] http_authentication_variable: Variable name
|
|
1739
|
-
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
1841
|
+
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
1842
|
+
- Default value: `false`
|
|
1740
1843
|
:param pulumi.Input[_builtins.str] http_server_variable: Variable name
|
|
1741
|
-
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
1844
|
+
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
1845
|
+
- Default value: `false`
|
|
1742
1846
|
:param pulumi.Input[_builtins.str] https_server_variable: Variable name
|
|
1743
|
-
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
1847
|
+
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
1848
|
+
- Default value: `true`
|
|
1744
1849
|
:param pulumi.Input[_builtins.str] ignore_bootp_variable: Variable name
|
|
1745
|
-
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
1850
|
+
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
1851
|
+
- Default value: `false`
|
|
1746
1852
|
:param pulumi.Input[_builtins.str] ip_source_routing_variable: Variable name
|
|
1747
|
-
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
1853
|
+
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
1854
|
+
- Default value: `false`
|
|
1748
1855
|
:param pulumi.Input[_builtins.str] line_vty_variable: Variable name
|
|
1749
|
-
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
1856
|
+
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
1857
|
+
- Default value: `true`
|
|
1750
1858
|
:param pulumi.Input[_builtins.str] lldp_variable: Variable name
|
|
1751
1859
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1752
|
-
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
1860
|
+
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
1861
|
+
- Range: `1`-`536870`
|
|
1862
|
+
- Default value: `3600`
|
|
1753
1863
|
:param pulumi.Input[_builtins.str] nat64_tcp_timeout_variable: Variable name
|
|
1754
|
-
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
1864
|
+
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
1865
|
+
- Range: `1`-`536870`
|
|
1866
|
+
- Default value: `300`
|
|
1755
1867
|
:param pulumi.Input[_builtins.str] nat64_udp_timeout_variable: Variable name
|
|
1756
|
-
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
1868
|
+
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
1869
|
+
- Default value: `false`
|
|
1757
1870
|
:param pulumi.Input[_builtins.str] rsh_rcp_variable: Variable name
|
|
1758
|
-
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
1871
|
+
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
1872
|
+
- Default value: `true`
|
|
1759
1873
|
:param pulumi.Input[_builtins.str] snmp_ifindex_persist_variable: Variable name
|
|
1760
1874
|
:param pulumi.Input[_builtins.str] source_interface: Specify interface for source address in all HTTP(S) client connections
|
|
1761
1875
|
:param pulumi.Input[_builtins.str] source_interface_variable: Variable name
|
|
1762
|
-
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
1876
|
+
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
1877
|
+
- Choices: `2`
|
|
1763
1878
|
:param pulumi.Input[_builtins.str] ssh_version_variable: Variable name
|
|
1764
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
1879
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
1880
|
+
- Default value: `true`
|
|
1765
1881
|
:param pulumi.Input[_builtins.str] tcp_keepalives_in_variable: Variable name
|
|
1766
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
1882
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
1883
|
+
- Default value: `true`
|
|
1767
1884
|
:param pulumi.Input[_builtins.str] tcp_keepalives_out_variable: Variable name
|
|
1768
|
-
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
1885
|
+
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
1886
|
+
- Default value: `false`
|
|
1769
1887
|
:param pulumi.Input[_builtins.str] tcp_small_servers_variable: Variable name
|
|
1770
|
-
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
1888
|
+
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
1889
|
+
- Default value: `false`
|
|
1771
1890
|
:param pulumi.Input[_builtins.str] udp_small_servers_variable: Variable name
|
|
1772
|
-
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
1891
|
+
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
1892
|
+
- Default value: `false`
|
|
1773
1893
|
:param pulumi.Input[_builtins.str] vty_line_logging_variable: Variable name
|
|
1774
1894
|
"""
|
|
1775
1895
|
...
|
|
@@ -2019,55 +2139,79 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2019
2139
|
:param str resource_name: The unique name of the resulting resource.
|
|
2020
2140
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
2021
2141
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2022
|
-
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
2142
|
+
:param pulumi.Input[_builtins.bool] arp_proxy: Set ARP Proxy
|
|
2143
|
+
- Default value: `false`
|
|
2023
2144
|
:param pulumi.Input[_builtins.str] arp_proxy_variable: Variable name
|
|
2024
|
-
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
2145
|
+
:param pulumi.Input[_builtins.bool] cdp: Configure CDP
|
|
2146
|
+
- Default value: `true`
|
|
2025
2147
|
:param pulumi.Input[_builtins.str] cdp_variable: Variable name
|
|
2026
|
-
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
2148
|
+
:param pulumi.Input[_builtins.bool] console_logging: Configure Console Logging
|
|
2149
|
+
- Default value: `true`
|
|
2027
2150
|
:param pulumi.Input[_builtins.str] console_logging_variable: Variable name
|
|
2028
2151
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
2029
|
-
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
2152
|
+
:param pulumi.Input[_builtins.bool] domain_lookup: Configure Domain-Lookup
|
|
2153
|
+
- Default value: `false`
|
|
2030
2154
|
:param pulumi.Input[_builtins.str] domain_lookup_variable: Variable name
|
|
2031
2155
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
2032
|
-
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
2156
|
+
:param pulumi.Input[_builtins.bool] ftp_passive: Set Passive FTP
|
|
2157
|
+
- Default value: `false`
|
|
2033
2158
|
:param pulumi.Input[_builtins.str] ftp_passive_variable: Variable name
|
|
2034
|
-
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
2159
|
+
:param pulumi.Input[_builtins.str] http_authentication: Set preference for HTTP Authentication
|
|
2160
|
+
- Choices: `local`, `aaa`
|
|
2035
2161
|
:param pulumi.Input[_builtins.str] http_authentication_variable: Variable name
|
|
2036
|
-
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
2162
|
+
:param pulumi.Input[_builtins.bool] http_server: Set a HTTP Server
|
|
2163
|
+
- Default value: `false`
|
|
2037
2164
|
:param pulumi.Input[_builtins.str] http_server_variable: Variable name
|
|
2038
|
-
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
2165
|
+
:param pulumi.Input[_builtins.bool] https_server: Set a HTTPS Server
|
|
2166
|
+
- Default value: `false`
|
|
2039
2167
|
:param pulumi.Input[_builtins.str] https_server_variable: Variable name
|
|
2040
|
-
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
2168
|
+
:param pulumi.Input[_builtins.bool] ignore_bootp: Configure Ignore BOOTP
|
|
2169
|
+
- Default value: `true`
|
|
2041
2170
|
:param pulumi.Input[_builtins.str] ignore_bootp_variable: Variable name
|
|
2042
|
-
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
2171
|
+
:param pulumi.Input[_builtins.bool] ip_source_routing: Set Source Route
|
|
2172
|
+
- Default value: `false`
|
|
2043
2173
|
:param pulumi.Input[_builtins.str] ip_source_routing_variable: Variable name
|
|
2044
|
-
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
2174
|
+
:param pulumi.Input[_builtins.bool] line_vty: Configure Telnet (Outbound)
|
|
2175
|
+
- Default value: `false`
|
|
2045
2176
|
:param pulumi.Input[_builtins.str] line_vty_variable: Variable name
|
|
2046
|
-
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
2177
|
+
:param pulumi.Input[_builtins.bool] lldp: Configure LLDP
|
|
2178
|
+
- Default value: `true`
|
|
2047
2179
|
:param pulumi.Input[_builtins.str] lldp_variable: Variable name
|
|
2048
2180
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
2049
|
-
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
2181
|
+
:param pulumi.Input[_builtins.int] nat64_tcp_timeout: Set NAT64 TCP session timeout, in seconds
|
|
2182
|
+
- Range: `1`-`536870`
|
|
2183
|
+
- Default value: `3600`
|
|
2050
2184
|
:param pulumi.Input[_builtins.str] nat64_tcp_timeout_variable: Variable name
|
|
2051
|
-
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
2185
|
+
:param pulumi.Input[_builtins.int] nat64_udp_timeout: Set NAT64 UDP session timeout, in seconds
|
|
2186
|
+
- Range: `1`-`536870`
|
|
2187
|
+
- Default value: `300`
|
|
2052
2188
|
:param pulumi.Input[_builtins.str] nat64_udp_timeout_variable: Variable name
|
|
2053
|
-
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
2189
|
+
:param pulumi.Input[_builtins.bool] rsh_rcp: Set RSH/RCP
|
|
2190
|
+
- Default value: `false`
|
|
2054
2191
|
:param pulumi.Input[_builtins.str] rsh_rcp_variable: Variable name
|
|
2055
|
-
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
2192
|
+
:param pulumi.Input[_builtins.bool] snmp_ifindex_persist: Configure SNMP Ifindex Persist
|
|
2193
|
+
- Default value: `true`
|
|
2056
2194
|
:param pulumi.Input[_builtins.str] snmp_ifindex_persist_variable: Variable name
|
|
2057
2195
|
:param pulumi.Input[_builtins.str] source_interface: Specify interface for source address in all HTTP(S) client connections
|
|
2058
2196
|
:param pulumi.Input[_builtins.str] source_interface_variable: Variable name
|
|
2059
|
-
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
2197
|
+
:param pulumi.Input[_builtins.str] ssh_version: Set SSH version
|
|
2198
|
+
- Choices: `2`
|
|
2060
2199
|
:param pulumi.Input[_builtins.str] ssh_version_variable: Variable name
|
|
2061
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
2200
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_in: Configure tcp-keepalives-in
|
|
2201
|
+
- Default value: `true`
|
|
2062
2202
|
:param pulumi.Input[_builtins.str] tcp_keepalives_in_variable: Variable name
|
|
2063
|
-
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
2203
|
+
:param pulumi.Input[_builtins.bool] tcp_keepalives_out: Configure tcp-keepalives-out
|
|
2204
|
+
- Default value: `true`
|
|
2064
2205
|
:param pulumi.Input[_builtins.str] tcp_keepalives_out_variable: Variable name
|
|
2065
|
-
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
2206
|
+
:param pulumi.Input[_builtins.bool] tcp_small_servers: Configure tcp-small-servers
|
|
2207
|
+
- Default value: `false`
|
|
2066
2208
|
:param pulumi.Input[_builtins.str] tcp_small_servers_variable: Variable name
|
|
2067
|
-
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
2209
|
+
:param pulumi.Input[_builtins.bool] udp_small_servers: Configure udp-small-servers
|
|
2210
|
+
- Default value: `false`
|
|
2068
2211
|
:param pulumi.Input[_builtins.str] udp_small_servers_variable: Variable name
|
|
2069
2212
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
2070
|
-
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
2213
|
+
:param pulumi.Input[_builtins.bool] vty_line_logging: Configure VTY Line Logging
|
|
2214
|
+
- Default value: `false`
|
|
2071
2215
|
:param pulumi.Input[_builtins.str] vty_line_logging_variable: Variable name
|
|
2072
2216
|
"""
|
|
2073
2217
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -2130,7 +2274,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2130
2274
|
@pulumi.getter(name="arpProxy")
|
|
2131
2275
|
def arp_proxy(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2132
2276
|
"""
|
|
2133
|
-
Set ARP Proxy
|
|
2277
|
+
Set ARP Proxy
|
|
2278
|
+
- Default value: `false`
|
|
2134
2279
|
"""
|
|
2135
2280
|
return pulumi.get(self, "arp_proxy")
|
|
2136
2281
|
|
|
@@ -2146,7 +2291,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2146
2291
|
@pulumi.getter
|
|
2147
2292
|
def cdp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2148
2293
|
"""
|
|
2149
|
-
Configure CDP
|
|
2294
|
+
Configure CDP
|
|
2295
|
+
- Default value: `true`
|
|
2150
2296
|
"""
|
|
2151
2297
|
return pulumi.get(self, "cdp")
|
|
2152
2298
|
|
|
@@ -2162,7 +2308,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2162
2308
|
@pulumi.getter(name="consoleLogging")
|
|
2163
2309
|
def console_logging(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2164
2310
|
"""
|
|
2165
|
-
Configure Console Logging
|
|
2311
|
+
Configure Console Logging
|
|
2312
|
+
- Default value: `true`
|
|
2166
2313
|
"""
|
|
2167
2314
|
return pulumi.get(self, "console_logging")
|
|
2168
2315
|
|
|
@@ -2186,7 +2333,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2186
2333
|
@pulumi.getter(name="domainLookup")
|
|
2187
2334
|
def domain_lookup(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2188
2335
|
"""
|
|
2189
|
-
Configure Domain-Lookup
|
|
2336
|
+
Configure Domain-Lookup
|
|
2337
|
+
- Default value: `false`
|
|
2190
2338
|
"""
|
|
2191
2339
|
return pulumi.get(self, "domain_lookup")
|
|
2192
2340
|
|
|
@@ -2210,7 +2358,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2210
2358
|
@pulumi.getter(name="ftpPassive")
|
|
2211
2359
|
def ftp_passive(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2212
2360
|
"""
|
|
2213
|
-
Set Passive FTP
|
|
2361
|
+
Set Passive FTP
|
|
2362
|
+
- Default value: `false`
|
|
2214
2363
|
"""
|
|
2215
2364
|
return pulumi.get(self, "ftp_passive")
|
|
2216
2365
|
|
|
@@ -2226,7 +2375,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2226
2375
|
@pulumi.getter(name="httpAuthentication")
|
|
2227
2376
|
def http_authentication(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2228
2377
|
"""
|
|
2229
|
-
Set preference for HTTP Authentication
|
|
2378
|
+
Set preference for HTTP Authentication
|
|
2379
|
+
- Choices: `local`, `aaa`
|
|
2230
2380
|
"""
|
|
2231
2381
|
return pulumi.get(self, "http_authentication")
|
|
2232
2382
|
|
|
@@ -2242,7 +2392,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2242
2392
|
@pulumi.getter(name="httpServer")
|
|
2243
2393
|
def http_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2244
2394
|
"""
|
|
2245
|
-
Set a HTTP Server
|
|
2395
|
+
Set a HTTP Server
|
|
2396
|
+
- Default value: `false`
|
|
2246
2397
|
"""
|
|
2247
2398
|
return pulumi.get(self, "http_server")
|
|
2248
2399
|
|
|
@@ -2258,7 +2409,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2258
2409
|
@pulumi.getter(name="httpsServer")
|
|
2259
2410
|
def https_server(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2260
2411
|
"""
|
|
2261
|
-
Set a HTTPS Server
|
|
2412
|
+
Set a HTTPS Server
|
|
2413
|
+
- Default value: `false`
|
|
2262
2414
|
"""
|
|
2263
2415
|
return pulumi.get(self, "https_server")
|
|
2264
2416
|
|
|
@@ -2274,7 +2426,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2274
2426
|
@pulumi.getter(name="ignoreBootp")
|
|
2275
2427
|
def ignore_bootp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2276
2428
|
"""
|
|
2277
|
-
Configure Ignore BOOTP
|
|
2429
|
+
Configure Ignore BOOTP
|
|
2430
|
+
- Default value: `true`
|
|
2278
2431
|
"""
|
|
2279
2432
|
return pulumi.get(self, "ignore_bootp")
|
|
2280
2433
|
|
|
@@ -2290,7 +2443,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2290
2443
|
@pulumi.getter(name="ipSourceRouting")
|
|
2291
2444
|
def ip_source_routing(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2292
2445
|
"""
|
|
2293
|
-
Set Source Route
|
|
2446
|
+
Set Source Route
|
|
2447
|
+
- Default value: `false`
|
|
2294
2448
|
"""
|
|
2295
2449
|
return pulumi.get(self, "ip_source_routing")
|
|
2296
2450
|
|
|
@@ -2306,7 +2460,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2306
2460
|
@pulumi.getter(name="lineVty")
|
|
2307
2461
|
def line_vty(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2308
2462
|
"""
|
|
2309
|
-
Configure Telnet (Outbound)
|
|
2463
|
+
Configure Telnet (Outbound)
|
|
2464
|
+
- Default value: `false`
|
|
2310
2465
|
"""
|
|
2311
2466
|
return pulumi.get(self, "line_vty")
|
|
2312
2467
|
|
|
@@ -2322,7 +2477,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2322
2477
|
@pulumi.getter
|
|
2323
2478
|
def lldp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2324
2479
|
"""
|
|
2325
|
-
Configure LLDP
|
|
2480
|
+
Configure LLDP
|
|
2481
|
+
- Default value: `true`
|
|
2326
2482
|
"""
|
|
2327
2483
|
return pulumi.get(self, "lldp")
|
|
2328
2484
|
|
|
@@ -2346,7 +2502,9 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2346
2502
|
@pulumi.getter(name="nat64TcpTimeout")
|
|
2347
2503
|
def nat64_tcp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2348
2504
|
"""
|
|
2349
|
-
Set NAT64 TCP session timeout, in seconds
|
|
2505
|
+
Set NAT64 TCP session timeout, in seconds
|
|
2506
|
+
- Range: `1`-`536870`
|
|
2507
|
+
- Default value: `3600`
|
|
2350
2508
|
"""
|
|
2351
2509
|
return pulumi.get(self, "nat64_tcp_timeout")
|
|
2352
2510
|
|
|
@@ -2362,7 +2520,9 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2362
2520
|
@pulumi.getter(name="nat64UdpTimeout")
|
|
2363
2521
|
def nat64_udp_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2364
2522
|
"""
|
|
2365
|
-
Set NAT64 UDP session timeout, in seconds
|
|
2523
|
+
Set NAT64 UDP session timeout, in seconds
|
|
2524
|
+
- Range: `1`-`536870`
|
|
2525
|
+
- Default value: `300`
|
|
2366
2526
|
"""
|
|
2367
2527
|
return pulumi.get(self, "nat64_udp_timeout")
|
|
2368
2528
|
|
|
@@ -2378,7 +2538,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2378
2538
|
@pulumi.getter(name="rshRcp")
|
|
2379
2539
|
def rsh_rcp(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2380
2540
|
"""
|
|
2381
|
-
Set RSH/RCP
|
|
2541
|
+
Set RSH/RCP
|
|
2542
|
+
- Default value: `false`
|
|
2382
2543
|
"""
|
|
2383
2544
|
return pulumi.get(self, "rsh_rcp")
|
|
2384
2545
|
|
|
@@ -2394,7 +2555,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2394
2555
|
@pulumi.getter(name="snmpIfindexPersist")
|
|
2395
2556
|
def snmp_ifindex_persist(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2396
2557
|
"""
|
|
2397
|
-
Configure SNMP Ifindex Persist
|
|
2558
|
+
Configure SNMP Ifindex Persist
|
|
2559
|
+
- Default value: `true`
|
|
2398
2560
|
"""
|
|
2399
2561
|
return pulumi.get(self, "snmp_ifindex_persist")
|
|
2400
2562
|
|
|
@@ -2426,7 +2588,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2426
2588
|
@pulumi.getter(name="sshVersion")
|
|
2427
2589
|
def ssh_version(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2428
2590
|
"""
|
|
2429
|
-
Set SSH version
|
|
2591
|
+
Set SSH version
|
|
2592
|
+
- Choices: `2`
|
|
2430
2593
|
"""
|
|
2431
2594
|
return pulumi.get(self, "ssh_version")
|
|
2432
2595
|
|
|
@@ -2442,7 +2605,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2442
2605
|
@pulumi.getter(name="tcpKeepalivesIn")
|
|
2443
2606
|
def tcp_keepalives_in(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2444
2607
|
"""
|
|
2445
|
-
Configure tcp-keepalives-in
|
|
2608
|
+
Configure tcp-keepalives-in
|
|
2609
|
+
- Default value: `true`
|
|
2446
2610
|
"""
|
|
2447
2611
|
return pulumi.get(self, "tcp_keepalives_in")
|
|
2448
2612
|
|
|
@@ -2458,7 +2622,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2458
2622
|
@pulumi.getter(name="tcpKeepalivesOut")
|
|
2459
2623
|
def tcp_keepalives_out(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2460
2624
|
"""
|
|
2461
|
-
Configure tcp-keepalives-out
|
|
2625
|
+
Configure tcp-keepalives-out
|
|
2626
|
+
- Default value: `true`
|
|
2462
2627
|
"""
|
|
2463
2628
|
return pulumi.get(self, "tcp_keepalives_out")
|
|
2464
2629
|
|
|
@@ -2474,7 +2639,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2474
2639
|
@pulumi.getter(name="tcpSmallServers")
|
|
2475
2640
|
def tcp_small_servers(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2476
2641
|
"""
|
|
2477
|
-
Configure tcp-small-servers
|
|
2642
|
+
Configure tcp-small-servers
|
|
2643
|
+
- Default value: `false`
|
|
2478
2644
|
"""
|
|
2479
2645
|
return pulumi.get(self, "tcp_small_servers")
|
|
2480
2646
|
|
|
@@ -2490,7 +2656,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2490
2656
|
@pulumi.getter(name="udpSmallServers")
|
|
2491
2657
|
def udp_small_servers(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2492
2658
|
"""
|
|
2493
|
-
Configure udp-small-servers
|
|
2659
|
+
Configure udp-small-servers
|
|
2660
|
+
- Default value: `false`
|
|
2494
2661
|
"""
|
|
2495
2662
|
return pulumi.get(self, "udp_small_servers")
|
|
2496
2663
|
|
|
@@ -2514,7 +2681,8 @@ class SystemGlobalFeature(pulumi.CustomResource):
|
|
|
2514
2681
|
@pulumi.getter(name="vtyLineLogging")
|
|
2515
2682
|
def vty_line_logging(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2516
2683
|
"""
|
|
2517
|
-
Configure VTY Line Logging
|
|
2684
|
+
Configure VTY Line Logging
|
|
2685
|
+
- Default value: `false`
|
|
2518
2686
|
"""
|
|
2519
2687
|
return pulumi.get(self, "vty_line_logging")
|
|
2520
2688
|
|