pulumi-sdwan 0.4.0a1743575236__py3-none-any.whl → 0.4.0a1744183706__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/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17558 -17557
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +29 -28
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20902 -20901
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +228 -227
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +598 -597
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +260 -259
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +714 -713
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2602 -2601
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.4.0a1744183706.dist-info/RECORD +480 -0
- pulumi_sdwan-0.4.0a1743575236.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -619,27 +620,27 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
619
620
|
|
|
620
621
|
@property
|
|
621
622
|
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
622
|
-
def acl_ipv4_egress_feature_id(self) -> str:
|
|
623
|
+
def acl_ipv4_egress_feature_id(self) -> builtins.str:
|
|
623
624
|
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
624
625
|
|
|
625
626
|
@property
|
|
626
627
|
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
627
|
-
def acl_ipv4_ingress_feature_id(self) -> str:
|
|
628
|
+
def acl_ipv4_ingress_feature_id(self) -> builtins.str:
|
|
628
629
|
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
629
630
|
|
|
630
631
|
@property
|
|
631
632
|
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
632
|
-
def acl_ipv6_egress_feature_id(self) -> str:
|
|
633
|
+
def acl_ipv6_egress_feature_id(self) -> builtins.str:
|
|
633
634
|
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
634
635
|
|
|
635
636
|
@property
|
|
636
637
|
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
637
|
-
def acl_ipv6_ingress_feature_id(self) -> str:
|
|
638
|
+
def acl_ipv6_ingress_feature_id(self) -> builtins.str:
|
|
638
639
|
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
639
640
|
|
|
640
641
|
@property
|
|
641
642
|
@pulumi.getter(name="arpTimeout")
|
|
642
|
-
def arp_timeout(self) -> int:
|
|
643
|
+
def arp_timeout(self) -> builtins.int:
|
|
643
644
|
"""
|
|
644
645
|
Timeout value for dynamically learned ARP entries, \\n\\n seconds
|
|
645
646
|
"""
|
|
@@ -647,7 +648,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter(name="arpTimeoutVariable")
|
|
650
|
-
def arp_timeout_variable(self) -> str:
|
|
651
|
+
def arp_timeout_variable(self) -> builtins.str:
|
|
651
652
|
"""
|
|
652
653
|
Variable name
|
|
653
654
|
"""
|
|
@@ -663,7 +664,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter(name="autoDetectBandwidth")
|
|
666
|
-
def auto_detect_bandwidth(self) -> bool:
|
|
667
|
+
def auto_detect_bandwidth(self) -> builtins.bool:
|
|
667
668
|
"""
|
|
668
669
|
Interface auto detect bandwidth
|
|
669
670
|
"""
|
|
@@ -671,7 +672,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter(name="autoDetectBandwidthVariable")
|
|
674
|
-
def auto_detect_bandwidth_variable(self) -> str:
|
|
675
|
+
def auto_detect_bandwidth_variable(self) -> builtins.str:
|
|
675
676
|
"""
|
|
676
677
|
Variable name
|
|
677
678
|
"""
|
|
@@ -679,7 +680,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
679
680
|
|
|
680
681
|
@property
|
|
681
682
|
@pulumi.getter
|
|
682
|
-
def autonegotiate(self) -> bool:
|
|
683
|
+
def autonegotiate(self) -> builtins.bool:
|
|
683
684
|
"""
|
|
684
685
|
Link autonegotiation
|
|
685
686
|
"""
|
|
@@ -687,7 +688,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
687
688
|
|
|
688
689
|
@property
|
|
689
690
|
@pulumi.getter(name="autonegotiateVariable")
|
|
690
|
-
def autonegotiate_variable(self) -> str:
|
|
691
|
+
def autonegotiate_variable(self) -> builtins.str:
|
|
691
692
|
"""
|
|
692
693
|
Variable name
|
|
693
694
|
"""
|
|
@@ -695,7 +696,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
695
696
|
|
|
696
697
|
@property
|
|
697
698
|
@pulumi.getter(name="bandwidthDownstream")
|
|
698
|
-
def bandwidth_downstream(self) -> int:
|
|
699
|
+
def bandwidth_downstream(self) -> builtins.int:
|
|
699
700
|
"""
|
|
700
701
|
Interface downstream bandwidth capacity, in kbps
|
|
701
702
|
"""
|
|
@@ -703,7 +704,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
703
704
|
|
|
704
705
|
@property
|
|
705
706
|
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
706
|
-
def bandwidth_downstream_variable(self) -> str:
|
|
707
|
+
def bandwidth_downstream_variable(self) -> builtins.str:
|
|
707
708
|
"""
|
|
708
709
|
Variable name
|
|
709
710
|
"""
|
|
@@ -711,7 +712,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="bandwidthUpstream")
|
|
714
|
-
def bandwidth_upstream(self) -> int:
|
|
715
|
+
def bandwidth_upstream(self) -> builtins.int:
|
|
715
716
|
"""
|
|
716
717
|
Interface upstream bandwidth capacity, in kbps
|
|
717
718
|
"""
|
|
@@ -719,7 +720,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
719
720
|
|
|
720
721
|
@property
|
|
721
722
|
@pulumi.getter(name="bandwidthUpstreamVariable")
|
|
722
|
-
def bandwidth_upstream_variable(self) -> str:
|
|
723
|
+
def bandwidth_upstream_variable(self) -> builtins.str:
|
|
723
724
|
"""
|
|
724
725
|
Variable name
|
|
725
726
|
"""
|
|
@@ -727,7 +728,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
727
728
|
|
|
728
729
|
@property
|
|
729
730
|
@pulumi.getter(name="blockNonSourceIp")
|
|
730
|
-
def block_non_source_ip(self) -> bool:
|
|
731
|
+
def block_non_source_ip(self) -> builtins.bool:
|
|
731
732
|
"""
|
|
732
733
|
Block packets originating from IP address that is not from this source
|
|
733
734
|
"""
|
|
@@ -735,7 +736,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
735
736
|
|
|
736
737
|
@property
|
|
737
738
|
@pulumi.getter(name="blockNonSourceIpVariable")
|
|
738
|
-
def block_non_source_ip_variable(self) -> str:
|
|
739
|
+
def block_non_source_ip_variable(self) -> builtins.str:
|
|
739
740
|
"""
|
|
740
741
|
Variable name
|
|
741
742
|
"""
|
|
@@ -743,7 +744,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter
|
|
746
|
-
def description(self) -> str:
|
|
747
|
+
def description(self) -> builtins.str:
|
|
747
748
|
"""
|
|
748
749
|
The description of the Feature
|
|
749
750
|
"""
|
|
@@ -751,7 +752,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
751
752
|
|
|
752
753
|
@property
|
|
753
754
|
@pulumi.getter
|
|
754
|
-
def duplex(self) -> str:
|
|
755
|
+
def duplex(self) -> builtins.str:
|
|
755
756
|
"""
|
|
756
757
|
Duplex mode
|
|
757
758
|
"""
|
|
@@ -759,7 +760,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
759
760
|
|
|
760
761
|
@property
|
|
761
762
|
@pulumi.getter(name="duplexVariable")
|
|
762
|
-
def duplex_variable(self) -> str:
|
|
763
|
+
def duplex_variable(self) -> builtins.str:
|
|
763
764
|
"""
|
|
764
765
|
Variable name
|
|
765
766
|
"""
|
|
@@ -767,7 +768,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
767
768
|
|
|
768
769
|
@property
|
|
769
770
|
@pulumi.getter(name="enableDhcpv6")
|
|
770
|
-
def enable_dhcpv6(self) -> bool:
|
|
771
|
+
def enable_dhcpv6(self) -> builtins.bool:
|
|
771
772
|
"""
|
|
772
773
|
Enable DHCPv6
|
|
773
774
|
"""
|
|
@@ -775,7 +776,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
775
776
|
|
|
776
777
|
@property
|
|
777
778
|
@pulumi.getter(name="featureProfileId")
|
|
778
|
-
def feature_profile_id(self) -> str:
|
|
779
|
+
def feature_profile_id(self) -> builtins.str:
|
|
779
780
|
"""
|
|
780
781
|
Feature Profile ID
|
|
781
782
|
"""
|
|
@@ -783,7 +784,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
783
784
|
|
|
784
785
|
@property
|
|
785
786
|
@pulumi.getter(name="greTunnelSourceIp")
|
|
786
|
-
def gre_tunnel_source_ip(self) -> str:
|
|
787
|
+
def gre_tunnel_source_ip(self) -> builtins.str:
|
|
787
788
|
"""
|
|
788
789
|
GRE tunnel source IP
|
|
789
790
|
"""
|
|
@@ -791,7 +792,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
791
792
|
|
|
792
793
|
@property
|
|
793
794
|
@pulumi.getter(name="greTunnelSourceIpVariable")
|
|
794
|
-
def gre_tunnel_source_ip_variable(self) -> str:
|
|
795
|
+
def gre_tunnel_source_ip_variable(self) -> builtins.str:
|
|
795
796
|
"""
|
|
796
797
|
Variable name
|
|
797
798
|
"""
|
|
@@ -799,7 +800,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
799
800
|
|
|
800
801
|
@property
|
|
801
802
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
802
|
-
def icmp_redirect_disable(self) -> bool:
|
|
803
|
+
def icmp_redirect_disable(self) -> builtins.bool:
|
|
803
804
|
"""
|
|
804
805
|
ICMP/ICMPv6 Redirect Disable
|
|
805
806
|
"""
|
|
@@ -807,7 +808,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
807
808
|
|
|
808
809
|
@property
|
|
809
810
|
@pulumi.getter(name="icmpRedirectDisableVariable")
|
|
810
|
-
def icmp_redirect_disable_variable(self) -> str:
|
|
811
|
+
def icmp_redirect_disable_variable(self) -> builtins.str:
|
|
811
812
|
"""
|
|
812
813
|
Variable name
|
|
813
814
|
"""
|
|
@@ -815,7 +816,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
815
816
|
|
|
816
817
|
@property
|
|
817
818
|
@pulumi.getter
|
|
818
|
-
def id(self) -> str:
|
|
819
|
+
def id(self) -> builtins.str:
|
|
819
820
|
"""
|
|
820
821
|
The id of the Feature
|
|
821
822
|
"""
|
|
@@ -823,12 +824,12 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
823
824
|
|
|
824
825
|
@property
|
|
825
826
|
@pulumi.getter(name="interfaceDescription")
|
|
826
|
-
def interface_description(self) -> str:
|
|
827
|
+
def interface_description(self) -> builtins.str:
|
|
827
828
|
return pulumi.get(self, "interface_description")
|
|
828
829
|
|
|
829
830
|
@property
|
|
830
831
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
831
|
-
def interface_description_variable(self) -> str:
|
|
832
|
+
def interface_description_variable(self) -> builtins.str:
|
|
832
833
|
"""
|
|
833
834
|
Variable name
|
|
834
835
|
"""
|
|
@@ -836,7 +837,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
836
837
|
|
|
837
838
|
@property
|
|
838
839
|
@pulumi.getter(name="interfaceMtu")
|
|
839
|
-
def interface_mtu(self) -> int:
|
|
840
|
+
def interface_mtu(self) -> builtins.int:
|
|
840
841
|
"""
|
|
841
842
|
Interface MTU GigabitEthernet0 \\n\\n, Other GigabitEthernet \\n\\n in bytes
|
|
842
843
|
"""
|
|
@@ -844,7 +845,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
844
845
|
|
|
845
846
|
@property
|
|
846
847
|
@pulumi.getter(name="interfaceMtuVariable")
|
|
847
|
-
def interface_mtu_variable(self) -> str:
|
|
848
|
+
def interface_mtu_variable(self) -> builtins.str:
|
|
848
849
|
"""
|
|
849
850
|
Variable name
|
|
850
851
|
"""
|
|
@@ -852,12 +853,12 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
852
853
|
|
|
853
854
|
@property
|
|
854
855
|
@pulumi.getter(name="interfaceName")
|
|
855
|
-
def interface_name(self) -> str:
|
|
856
|
+
def interface_name(self) -> builtins.str:
|
|
856
857
|
return pulumi.get(self, "interface_name")
|
|
857
858
|
|
|
858
859
|
@property
|
|
859
860
|
@pulumi.getter(name="interfaceNameVariable")
|
|
860
|
-
def interface_name_variable(self) -> str:
|
|
861
|
+
def interface_name_variable(self) -> builtins.str:
|
|
861
862
|
"""
|
|
862
863
|
Variable name
|
|
863
864
|
"""
|
|
@@ -865,7 +866,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
865
866
|
|
|
866
867
|
@property
|
|
867
868
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
868
|
-
def ip_directed_broadcast(self) -> bool:
|
|
869
|
+
def ip_directed_broadcast(self) -> builtins.bool:
|
|
869
870
|
"""
|
|
870
871
|
IP Directed-Broadcast
|
|
871
872
|
"""
|
|
@@ -873,7 +874,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
873
874
|
|
|
874
875
|
@property
|
|
875
876
|
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
876
|
-
def ip_directed_broadcast_variable(self) -> str:
|
|
877
|
+
def ip_directed_broadcast_variable(self) -> builtins.str:
|
|
877
878
|
"""
|
|
878
879
|
Variable name
|
|
879
880
|
"""
|
|
@@ -881,7 +882,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
881
882
|
|
|
882
883
|
@property
|
|
883
884
|
@pulumi.getter(name="ipMtu")
|
|
884
|
-
def ip_mtu(self) -> int:
|
|
885
|
+
def ip_mtu(self) -> builtins.int:
|
|
885
886
|
"""
|
|
886
887
|
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
887
888
|
"""
|
|
@@ -889,7 +890,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
889
890
|
|
|
890
891
|
@property
|
|
891
892
|
@pulumi.getter(name="ipMtuVariable")
|
|
892
|
-
def ip_mtu_variable(self) -> str:
|
|
893
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
893
894
|
"""
|
|
894
895
|
Variable name
|
|
895
896
|
"""
|
|
@@ -897,7 +898,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
897
898
|
|
|
898
899
|
@property
|
|
899
900
|
@pulumi.getter(name="iperfServer")
|
|
900
|
-
def iperf_server(self) -> str:
|
|
901
|
+
def iperf_server(self) -> builtins.str:
|
|
901
902
|
"""
|
|
902
903
|
Iperf server for auto bandwidth detect
|
|
903
904
|
"""
|
|
@@ -905,7 +906,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
905
906
|
|
|
906
907
|
@property
|
|
907
908
|
@pulumi.getter(name="iperfServerVariable")
|
|
908
|
-
def iperf_server_variable(self) -> str:
|
|
909
|
+
def iperf_server_variable(self) -> builtins.str:
|
|
909
910
|
"""
|
|
910
911
|
Variable name
|
|
911
912
|
"""
|
|
@@ -913,7 +914,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
913
914
|
|
|
914
915
|
@property
|
|
915
916
|
@pulumi.getter(name="ipv4Address")
|
|
916
|
-
def ipv4_address(self) -> str:
|
|
917
|
+
def ipv4_address(self) -> builtins.str:
|
|
917
918
|
"""
|
|
918
919
|
IP Address
|
|
919
920
|
"""
|
|
@@ -921,7 +922,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
921
922
|
|
|
922
923
|
@property
|
|
923
924
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
924
|
-
def ipv4_address_variable(self) -> str:
|
|
925
|
+
def ipv4_address_variable(self) -> builtins.str:
|
|
925
926
|
"""
|
|
926
927
|
Variable name
|
|
927
928
|
"""
|
|
@@ -929,7 +930,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
929
930
|
|
|
930
931
|
@property
|
|
931
932
|
@pulumi.getter(name="ipv4ConfigurationType")
|
|
932
|
-
def ipv4_configuration_type(self) -> str:
|
|
933
|
+
def ipv4_configuration_type(self) -> builtins.str:
|
|
933
934
|
"""
|
|
934
935
|
IPv4 Configuration Type
|
|
935
936
|
"""
|
|
@@ -937,7 +938,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
937
938
|
|
|
938
939
|
@property
|
|
939
940
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
940
|
-
def ipv4_dhcp_distance(self) -> int:
|
|
941
|
+
def ipv4_dhcp_distance(self) -> builtins.int:
|
|
941
942
|
"""
|
|
942
943
|
DHCP Distance
|
|
943
944
|
"""
|
|
@@ -945,7 +946,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
945
946
|
|
|
946
947
|
@property
|
|
947
948
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
948
|
-
def ipv4_dhcp_distance_variable(self) -> str:
|
|
949
|
+
def ipv4_dhcp_distance_variable(self) -> builtins.str:
|
|
949
950
|
"""
|
|
950
951
|
Variable name
|
|
951
952
|
"""
|
|
@@ -953,7 +954,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
953
954
|
|
|
954
955
|
@property
|
|
955
956
|
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
956
|
-
def ipv4_dhcp_helper_variable(self) -> str:
|
|
957
|
+
def ipv4_dhcp_helper_variable(self) -> builtins.str:
|
|
957
958
|
"""
|
|
958
959
|
Variable name
|
|
959
960
|
"""
|
|
@@ -961,7 +962,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
961
962
|
|
|
962
963
|
@property
|
|
963
964
|
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
964
|
-
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
965
|
+
def ipv4_dhcp_helpers(self) -> Sequence[builtins.str]:
|
|
965
966
|
"""
|
|
966
967
|
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
967
968
|
"""
|
|
@@ -977,7 +978,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
977
978
|
|
|
978
979
|
@property
|
|
979
980
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
980
|
-
def ipv4_subnet_mask(self) -> str:
|
|
981
|
+
def ipv4_subnet_mask(self) -> builtins.str:
|
|
981
982
|
"""
|
|
982
983
|
Subnet Mask
|
|
983
984
|
"""
|
|
@@ -985,7 +986,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
985
986
|
|
|
986
987
|
@property
|
|
987
988
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
988
|
-
def ipv4_subnet_mask_variable(self) -> str:
|
|
989
|
+
def ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
989
990
|
"""
|
|
990
991
|
Variable name
|
|
991
992
|
"""
|
|
@@ -993,7 +994,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
993
994
|
|
|
994
995
|
@property
|
|
995
996
|
@pulumi.getter(name="ipv6Address")
|
|
996
|
-
def ipv6_address(self) -> str:
|
|
997
|
+
def ipv6_address(self) -> builtins.str:
|
|
997
998
|
"""
|
|
998
999
|
IPv6 Address Secondary
|
|
999
1000
|
"""
|
|
@@ -1001,7 +1002,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1001
1002
|
|
|
1002
1003
|
@property
|
|
1003
1004
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
1004
|
-
def ipv6_address_variable(self) -> str:
|
|
1005
|
+
def ipv6_address_variable(self) -> builtins.str:
|
|
1005
1006
|
"""
|
|
1006
1007
|
Variable name
|
|
1007
1008
|
"""
|
|
@@ -1009,7 +1010,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1009
1010
|
|
|
1010
1011
|
@property
|
|
1011
1012
|
@pulumi.getter(name="ipv6ConfigurationType")
|
|
1012
|
-
def ipv6_configuration_type(self) -> str:
|
|
1013
|
+
def ipv6_configuration_type(self) -> builtins.str:
|
|
1013
1014
|
"""
|
|
1014
1015
|
IPv6 Configuration Type
|
|
1015
1016
|
"""
|
|
@@ -1033,7 +1034,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1033
1034
|
|
|
1034
1035
|
@property
|
|
1035
1036
|
@pulumi.getter(name="loadInterval")
|
|
1036
|
-
def load_interval(self) -> int:
|
|
1037
|
+
def load_interval(self) -> builtins.int:
|
|
1037
1038
|
"""
|
|
1038
1039
|
Interval for interface load calculation
|
|
1039
1040
|
"""
|
|
@@ -1041,7 +1042,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1041
1042
|
|
|
1042
1043
|
@property
|
|
1043
1044
|
@pulumi.getter(name="loadIntervalVariable")
|
|
1044
|
-
def load_interval_variable(self) -> str:
|
|
1045
|
+
def load_interval_variable(self) -> builtins.str:
|
|
1045
1046
|
"""
|
|
1046
1047
|
Variable name
|
|
1047
1048
|
"""
|
|
@@ -1049,7 +1050,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1049
1050
|
|
|
1050
1051
|
@property
|
|
1051
1052
|
@pulumi.getter(name="macAddress")
|
|
1052
|
-
def mac_address(self) -> str:
|
|
1053
|
+
def mac_address(self) -> builtins.str:
|
|
1053
1054
|
"""
|
|
1054
1055
|
MAC Address
|
|
1055
1056
|
"""
|
|
@@ -1057,7 +1058,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1057
1058
|
|
|
1058
1059
|
@property
|
|
1059
1060
|
@pulumi.getter(name="macAddressVariable")
|
|
1060
|
-
def mac_address_variable(self) -> str:
|
|
1061
|
+
def mac_address_variable(self) -> builtins.str:
|
|
1061
1062
|
"""
|
|
1062
1063
|
Variable name
|
|
1063
1064
|
"""
|
|
@@ -1065,7 +1066,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1065
1066
|
|
|
1066
1067
|
@property
|
|
1067
1068
|
@pulumi.getter(name="mediaType")
|
|
1068
|
-
def media_type(self) -> str:
|
|
1069
|
+
def media_type(self) -> builtins.str:
|
|
1069
1070
|
"""
|
|
1070
1071
|
Media type
|
|
1071
1072
|
"""
|
|
@@ -1073,7 +1074,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1073
1074
|
|
|
1074
1075
|
@property
|
|
1075
1076
|
@pulumi.getter(name="mediaTypeVariable")
|
|
1076
|
-
def media_type_variable(self) -> str:
|
|
1077
|
+
def media_type_variable(self) -> builtins.str:
|
|
1077
1078
|
"""
|
|
1078
1079
|
Variable name
|
|
1079
1080
|
"""
|
|
@@ -1081,7 +1082,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1081
1082
|
|
|
1082
1083
|
@property
|
|
1083
1084
|
@pulumi.getter
|
|
1084
|
-
def name(self) -> str:
|
|
1085
|
+
def name(self) -> builtins.str:
|
|
1085
1086
|
"""
|
|
1086
1087
|
The name of the Feature
|
|
1087
1088
|
"""
|
|
@@ -1089,7 +1090,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1089
1090
|
|
|
1090
1091
|
@property
|
|
1091
1092
|
@pulumi.getter
|
|
1092
|
-
def nat64(self) -> bool:
|
|
1093
|
+
def nat64(self) -> builtins.bool:
|
|
1093
1094
|
"""
|
|
1094
1095
|
NAT64 on this interface
|
|
1095
1096
|
"""
|
|
@@ -1097,7 +1098,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1097
1098
|
|
|
1098
1099
|
@property
|
|
1099
1100
|
@pulumi.getter
|
|
1100
|
-
def nat66(self) -> bool:
|
|
1101
|
+
def nat66(self) -> builtins.bool:
|
|
1101
1102
|
"""
|
|
1102
1103
|
NAT66 on this interface
|
|
1103
1104
|
"""
|
|
@@ -1105,7 +1106,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1105
1106
|
|
|
1106
1107
|
@property
|
|
1107
1108
|
@pulumi.getter(name="natIpv4")
|
|
1108
|
-
def nat_ipv4(self) -> bool:
|
|
1109
|
+
def nat_ipv4(self) -> builtins.bool:
|
|
1109
1110
|
"""
|
|
1110
1111
|
enable Network Address Translation on this interface
|
|
1111
1112
|
"""
|
|
@@ -1113,7 +1114,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1113
1114
|
|
|
1114
1115
|
@property
|
|
1115
1116
|
@pulumi.getter(name="natIpv4Variable")
|
|
1116
|
-
def nat_ipv4_variable(self) -> str:
|
|
1117
|
+
def nat_ipv4_variable(self) -> builtins.str:
|
|
1117
1118
|
"""
|
|
1118
1119
|
Variable name
|
|
1119
1120
|
"""
|
|
@@ -1121,7 +1122,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1121
1122
|
|
|
1122
1123
|
@property
|
|
1123
1124
|
@pulumi.getter(name="natIpv6")
|
|
1124
|
-
def nat_ipv6(self) -> bool:
|
|
1125
|
+
def nat_ipv6(self) -> builtins.bool:
|
|
1125
1126
|
"""
|
|
1126
1127
|
enable Network Address Translation ipv6 on this interface
|
|
1127
1128
|
"""
|
|
@@ -1129,7 +1130,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1129
1130
|
|
|
1130
1131
|
@property
|
|
1131
1132
|
@pulumi.getter(name="natIpv6Variable")
|
|
1132
|
-
def nat_ipv6_variable(self) -> str:
|
|
1133
|
+
def nat_ipv6_variable(self) -> builtins.str:
|
|
1133
1134
|
"""
|
|
1134
1135
|
Variable name
|
|
1135
1136
|
"""
|
|
@@ -1137,7 +1138,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1137
1138
|
|
|
1138
1139
|
@property
|
|
1139
1140
|
@pulumi.getter(name="natLoopback")
|
|
1140
|
-
def nat_loopback(self) -> str:
|
|
1141
|
+
def nat_loopback(self) -> builtins.str:
|
|
1141
1142
|
"""
|
|
1142
1143
|
NAT Inside Source Loopback Interface
|
|
1143
1144
|
"""
|
|
@@ -1145,7 +1146,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1145
1146
|
|
|
1146
1147
|
@property
|
|
1147
1148
|
@pulumi.getter(name="natLoopbackVariable")
|
|
1148
|
-
def nat_loopback_variable(self) -> str:
|
|
1149
|
+
def nat_loopback_variable(self) -> builtins.str:
|
|
1149
1150
|
"""
|
|
1150
1151
|
Variable name
|
|
1151
1152
|
"""
|
|
@@ -1153,7 +1154,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1153
1154
|
|
|
1154
1155
|
@property
|
|
1155
1156
|
@pulumi.getter(name="natOverload")
|
|
1156
|
-
def nat_overload(self) -> bool:
|
|
1157
|
+
def nat_overload(self) -> builtins.bool:
|
|
1157
1158
|
"""
|
|
1158
1159
|
NAT Overload
|
|
1159
1160
|
"""
|
|
@@ -1161,7 +1162,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1161
1162
|
|
|
1162
1163
|
@property
|
|
1163
1164
|
@pulumi.getter(name="natOverloadVariable")
|
|
1164
|
-
def nat_overload_variable(self) -> str:
|
|
1165
|
+
def nat_overload_variable(self) -> builtins.str:
|
|
1165
1166
|
"""
|
|
1166
1167
|
Variable name
|
|
1167
1168
|
"""
|
|
@@ -1169,7 +1170,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1169
1170
|
|
|
1170
1171
|
@property
|
|
1171
1172
|
@pulumi.getter(name="natPrefixLength")
|
|
1172
|
-
def nat_prefix_length(self) -> int:
|
|
1173
|
+
def nat_prefix_length(self) -> builtins.int:
|
|
1173
1174
|
"""
|
|
1174
1175
|
NAT Pool Prefix Length
|
|
1175
1176
|
"""
|
|
@@ -1177,7 +1178,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1177
1178
|
|
|
1178
1179
|
@property
|
|
1179
1180
|
@pulumi.getter(name="natPrefixLengthVariable")
|
|
1180
|
-
def nat_prefix_length_variable(self) -> str:
|
|
1181
|
+
def nat_prefix_length_variable(self) -> builtins.str:
|
|
1181
1182
|
"""
|
|
1182
1183
|
Variable name
|
|
1183
1184
|
"""
|
|
@@ -1185,7 +1186,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1185
1186
|
|
|
1186
1187
|
@property
|
|
1187
1188
|
@pulumi.getter(name="natRangeEnd")
|
|
1188
|
-
def nat_range_end(self) -> str:
|
|
1189
|
+
def nat_range_end(self) -> builtins.str:
|
|
1189
1190
|
"""
|
|
1190
1191
|
NAT Pool Range End
|
|
1191
1192
|
"""
|
|
@@ -1193,7 +1194,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1193
1194
|
|
|
1194
1195
|
@property
|
|
1195
1196
|
@pulumi.getter(name="natRangeEndVariable")
|
|
1196
|
-
def nat_range_end_variable(self) -> str:
|
|
1197
|
+
def nat_range_end_variable(self) -> builtins.str:
|
|
1197
1198
|
"""
|
|
1198
1199
|
Variable name
|
|
1199
1200
|
"""
|
|
@@ -1201,7 +1202,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1201
1202
|
|
|
1202
1203
|
@property
|
|
1203
1204
|
@pulumi.getter(name="natRangeStart")
|
|
1204
|
-
def nat_range_start(self) -> str:
|
|
1205
|
+
def nat_range_start(self) -> builtins.str:
|
|
1205
1206
|
"""
|
|
1206
1207
|
NAT Pool Range Start
|
|
1207
1208
|
"""
|
|
@@ -1209,7 +1210,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1209
1210
|
|
|
1210
1211
|
@property
|
|
1211
1212
|
@pulumi.getter(name="natRangeStartVariable")
|
|
1212
|
-
def nat_range_start_variable(self) -> str:
|
|
1213
|
+
def nat_range_start_variable(self) -> builtins.str:
|
|
1213
1214
|
"""
|
|
1214
1215
|
Variable name
|
|
1215
1216
|
"""
|
|
@@ -1217,7 +1218,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1217
1218
|
|
|
1218
1219
|
@property
|
|
1219
1220
|
@pulumi.getter(name="natTcpTimeout")
|
|
1220
|
-
def nat_tcp_timeout(self) -> int:
|
|
1221
|
+
def nat_tcp_timeout(self) -> builtins.int:
|
|
1221
1222
|
"""
|
|
1222
1223
|
Set NAT TCP session timeout, in minutes
|
|
1223
1224
|
"""
|
|
@@ -1225,7 +1226,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1225
1226
|
|
|
1226
1227
|
@property
|
|
1227
1228
|
@pulumi.getter(name="natTcpTimeoutVariable")
|
|
1228
|
-
def nat_tcp_timeout_variable(self) -> str:
|
|
1229
|
+
def nat_tcp_timeout_variable(self) -> builtins.str:
|
|
1229
1230
|
"""
|
|
1230
1231
|
Variable name
|
|
1231
1232
|
"""
|
|
@@ -1233,7 +1234,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1233
1234
|
|
|
1234
1235
|
@property
|
|
1235
1236
|
@pulumi.getter(name="natType")
|
|
1236
|
-
def nat_type(self) -> str:
|
|
1237
|
+
def nat_type(self) -> builtins.str:
|
|
1237
1238
|
"""
|
|
1238
1239
|
NAT Type
|
|
1239
1240
|
"""
|
|
@@ -1241,7 +1242,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1241
1242
|
|
|
1242
1243
|
@property
|
|
1243
1244
|
@pulumi.getter(name="natTypeVariable")
|
|
1244
|
-
def nat_type_variable(self) -> str:
|
|
1245
|
+
def nat_type_variable(self) -> builtins.str:
|
|
1245
1246
|
"""
|
|
1246
1247
|
Variable name
|
|
1247
1248
|
"""
|
|
@@ -1249,7 +1250,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1249
1250
|
|
|
1250
1251
|
@property
|
|
1251
1252
|
@pulumi.getter(name="natUdpTimeout")
|
|
1252
|
-
def nat_udp_timeout(self) -> int:
|
|
1253
|
+
def nat_udp_timeout(self) -> builtins.int:
|
|
1253
1254
|
"""
|
|
1254
1255
|
Set NAT UDP session timeout, in minutes
|
|
1255
1256
|
"""
|
|
@@ -1257,7 +1258,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1257
1258
|
|
|
1258
1259
|
@property
|
|
1259
1260
|
@pulumi.getter(name="natUdpTimeoutVariable")
|
|
1260
|
-
def nat_udp_timeout_variable(self) -> str:
|
|
1261
|
+
def nat_udp_timeout_variable(self) -> builtins.str:
|
|
1261
1262
|
"""
|
|
1262
1263
|
Variable name
|
|
1263
1264
|
"""
|
|
@@ -1273,7 +1274,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1273
1274
|
|
|
1274
1275
|
@property
|
|
1275
1276
|
@pulumi.getter(name="perTunnelQos")
|
|
1276
|
-
def per_tunnel_qos(self) -> bool:
|
|
1277
|
+
def per_tunnel_qos(self) -> builtins.bool:
|
|
1277
1278
|
"""
|
|
1278
1279
|
Per-tunnel Qos
|
|
1279
1280
|
"""
|
|
@@ -1281,7 +1282,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1281
1282
|
|
|
1282
1283
|
@property
|
|
1283
1284
|
@pulumi.getter(name="perTunnelQosVariable")
|
|
1284
|
-
def per_tunnel_qos_variable(self) -> str:
|
|
1285
|
+
def per_tunnel_qos_variable(self) -> builtins.str:
|
|
1285
1286
|
"""
|
|
1286
1287
|
Variable name
|
|
1287
1288
|
"""
|
|
@@ -1289,7 +1290,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1289
1290
|
|
|
1290
1291
|
@property
|
|
1291
1292
|
@pulumi.getter(name="qosAdaptive")
|
|
1292
|
-
def qos_adaptive(self) -> bool:
|
|
1293
|
+
def qos_adaptive(self) -> builtins.bool:
|
|
1293
1294
|
"""
|
|
1294
1295
|
Adaptive QoS
|
|
1295
1296
|
"""
|
|
@@ -1297,7 +1298,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1297
1298
|
|
|
1298
1299
|
@property
|
|
1299
1300
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
1300
|
-
def qos_adaptive_bandwidth_downstream(self) -> bool:
|
|
1301
|
+
def qos_adaptive_bandwidth_downstream(self) -> builtins.bool:
|
|
1301
1302
|
"""
|
|
1302
1303
|
Shaping Rate Downstream
|
|
1303
1304
|
"""
|
|
@@ -1305,7 +1306,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1305
1306
|
|
|
1306
1307
|
@property
|
|
1307
1308
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
1308
|
-
def qos_adaptive_bandwidth_upstream(self) -> bool:
|
|
1309
|
+
def qos_adaptive_bandwidth_upstream(self) -> builtins.bool:
|
|
1309
1310
|
"""
|
|
1310
1311
|
Shaping Rate Upstream
|
|
1311
1312
|
"""
|
|
@@ -1313,7 +1314,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1313
1314
|
|
|
1314
1315
|
@property
|
|
1315
1316
|
@pulumi.getter(name="qosAdaptiveDefaultDownstream")
|
|
1316
|
-
def qos_adaptive_default_downstream(self) -> int:
|
|
1317
|
+
def qos_adaptive_default_downstream(self) -> builtins.int:
|
|
1317
1318
|
"""
|
|
1318
1319
|
Adaptive QoS default downstream bandwidth (kbps)
|
|
1319
1320
|
"""
|
|
@@ -1321,7 +1322,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1321
1322
|
|
|
1322
1323
|
@property
|
|
1323
1324
|
@pulumi.getter(name="qosAdaptiveDefaultDownstreamVariable")
|
|
1324
|
-
def qos_adaptive_default_downstream_variable(self) -> str:
|
|
1325
|
+
def qos_adaptive_default_downstream_variable(self) -> builtins.str:
|
|
1325
1326
|
"""
|
|
1326
1327
|
Variable name
|
|
1327
1328
|
"""
|
|
@@ -1329,7 +1330,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1329
1330
|
|
|
1330
1331
|
@property
|
|
1331
1332
|
@pulumi.getter(name="qosAdaptiveDefaultUpstream")
|
|
1332
|
-
def qos_adaptive_default_upstream(self) -> int:
|
|
1333
|
+
def qos_adaptive_default_upstream(self) -> builtins.int:
|
|
1333
1334
|
"""
|
|
1334
1335
|
Adaptive QoS default upstream bandwidth (kbps)
|
|
1335
1336
|
"""
|
|
@@ -1337,7 +1338,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1337
1338
|
|
|
1338
1339
|
@property
|
|
1339
1340
|
@pulumi.getter(name="qosAdaptiveDefaultUpstreamVariable")
|
|
1340
|
-
def qos_adaptive_default_upstream_variable(self) -> str:
|
|
1341
|
+
def qos_adaptive_default_upstream_variable(self) -> builtins.str:
|
|
1341
1342
|
"""
|
|
1342
1343
|
Variable name
|
|
1343
1344
|
"""
|
|
@@ -1345,7 +1346,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1345
1346
|
|
|
1346
1347
|
@property
|
|
1347
1348
|
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
1348
|
-
def qos_adaptive_max_downstream(self) -> int:
|
|
1349
|
+
def qos_adaptive_max_downstream(self) -> builtins.int:
|
|
1349
1350
|
"""
|
|
1350
1351
|
Downstream max bandwidth limit (kbps)
|
|
1351
1352
|
"""
|
|
@@ -1353,7 +1354,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1353
1354
|
|
|
1354
1355
|
@property
|
|
1355
1356
|
@pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
|
|
1356
|
-
def qos_adaptive_max_downstream_variable(self) -> str:
|
|
1357
|
+
def qos_adaptive_max_downstream_variable(self) -> builtins.str:
|
|
1357
1358
|
"""
|
|
1358
1359
|
Variable name
|
|
1359
1360
|
"""
|
|
@@ -1361,7 +1362,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1361
1362
|
|
|
1362
1363
|
@property
|
|
1363
1364
|
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
1364
|
-
def qos_adaptive_max_upstream(self) -> int:
|
|
1365
|
+
def qos_adaptive_max_upstream(self) -> builtins.int:
|
|
1365
1366
|
"""
|
|
1366
1367
|
Upstream max bandwidth limit (kbps)
|
|
1367
1368
|
"""
|
|
@@ -1369,7 +1370,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1369
1370
|
|
|
1370
1371
|
@property
|
|
1371
1372
|
@pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
|
|
1372
|
-
def qos_adaptive_max_upstream_variable(self) -> str:
|
|
1373
|
+
def qos_adaptive_max_upstream_variable(self) -> builtins.str:
|
|
1373
1374
|
"""
|
|
1374
1375
|
Variable name
|
|
1375
1376
|
"""
|
|
@@ -1377,7 +1378,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1377
1378
|
|
|
1378
1379
|
@property
|
|
1379
1380
|
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
1380
|
-
def qos_adaptive_min_downstream(self) -> int:
|
|
1381
|
+
def qos_adaptive_min_downstream(self) -> builtins.int:
|
|
1381
1382
|
"""
|
|
1382
1383
|
Downstream min bandwidth limit (kbps)
|
|
1383
1384
|
"""
|
|
@@ -1385,7 +1386,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1385
1386
|
|
|
1386
1387
|
@property
|
|
1387
1388
|
@pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
|
|
1388
|
-
def qos_adaptive_min_downstream_variable(self) -> str:
|
|
1389
|
+
def qos_adaptive_min_downstream_variable(self) -> builtins.str:
|
|
1389
1390
|
"""
|
|
1390
1391
|
Variable name
|
|
1391
1392
|
"""
|
|
@@ -1393,7 +1394,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1393
1394
|
|
|
1394
1395
|
@property
|
|
1395
1396
|
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
1396
|
-
def qos_adaptive_min_upstream(self) -> int:
|
|
1397
|
+
def qos_adaptive_min_upstream(self) -> builtins.int:
|
|
1397
1398
|
"""
|
|
1398
1399
|
Upstream min bandwidth limit (kbps)
|
|
1399
1400
|
"""
|
|
@@ -1401,7 +1402,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1401
1402
|
|
|
1402
1403
|
@property
|
|
1403
1404
|
@pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
|
|
1404
|
-
def qos_adaptive_min_upstream_variable(self) -> str:
|
|
1405
|
+
def qos_adaptive_min_upstream_variable(self) -> builtins.str:
|
|
1405
1406
|
"""
|
|
1406
1407
|
Variable name
|
|
1407
1408
|
"""
|
|
@@ -1409,7 +1410,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1409
1410
|
|
|
1410
1411
|
@property
|
|
1411
1412
|
@pulumi.getter(name="qosAdaptivePeriod")
|
|
1412
|
-
def qos_adaptive_period(self) -> int:
|
|
1413
|
+
def qos_adaptive_period(self) -> builtins.int:
|
|
1413
1414
|
"""
|
|
1414
1415
|
Adapt Period(Minutes)
|
|
1415
1416
|
"""
|
|
@@ -1417,7 +1418,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1417
1418
|
|
|
1418
1419
|
@property
|
|
1419
1420
|
@pulumi.getter(name="qosAdaptivePeriodVariable")
|
|
1420
|
-
def qos_adaptive_period_variable(self) -> str:
|
|
1421
|
+
def qos_adaptive_period_variable(self) -> builtins.str:
|
|
1421
1422
|
"""
|
|
1422
1423
|
Variable name
|
|
1423
1424
|
"""
|
|
@@ -1425,7 +1426,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1425
1426
|
|
|
1426
1427
|
@property
|
|
1427
1428
|
@pulumi.getter(name="qosShapingRate")
|
|
1428
|
-
def qos_shaping_rate(self) -> int:
|
|
1429
|
+
def qos_shaping_rate(self) -> builtins.int:
|
|
1429
1430
|
"""
|
|
1430
1431
|
Shaping Rate (Kbps)
|
|
1431
1432
|
"""
|
|
@@ -1433,7 +1434,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1433
1434
|
|
|
1434
1435
|
@property
|
|
1435
1436
|
@pulumi.getter(name="qosShapingRateVariable")
|
|
1436
|
-
def qos_shaping_rate_variable(self) -> str:
|
|
1437
|
+
def qos_shaping_rate_variable(self) -> builtins.str:
|
|
1437
1438
|
"""
|
|
1438
1439
|
Variable name
|
|
1439
1440
|
"""
|
|
@@ -1441,7 +1442,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1441
1442
|
|
|
1442
1443
|
@property
|
|
1443
1444
|
@pulumi.getter(name="serviceProvider")
|
|
1444
|
-
def service_provider(self) -> str:
|
|
1445
|
+
def service_provider(self) -> builtins.str:
|
|
1445
1446
|
"""
|
|
1446
1447
|
Service Provider Name
|
|
1447
1448
|
"""
|
|
@@ -1449,7 +1450,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1449
1450
|
|
|
1450
1451
|
@property
|
|
1451
1452
|
@pulumi.getter(name="serviceProviderVariable")
|
|
1452
|
-
def service_provider_variable(self) -> str:
|
|
1453
|
+
def service_provider_variable(self) -> builtins.str:
|
|
1453
1454
|
"""
|
|
1454
1455
|
Variable name
|
|
1455
1456
|
"""
|
|
@@ -1457,12 +1458,12 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1457
1458
|
|
|
1458
1459
|
@property
|
|
1459
1460
|
@pulumi.getter
|
|
1460
|
-
def shutdown(self) -> bool:
|
|
1461
|
+
def shutdown(self) -> builtins.bool:
|
|
1461
1462
|
return pulumi.get(self, "shutdown")
|
|
1462
1463
|
|
|
1463
1464
|
@property
|
|
1464
1465
|
@pulumi.getter(name="shutdownVariable")
|
|
1465
|
-
def shutdown_variable(self) -> str:
|
|
1466
|
+
def shutdown_variable(self) -> builtins.str:
|
|
1466
1467
|
"""
|
|
1467
1468
|
Variable name
|
|
1468
1469
|
"""
|
|
@@ -1470,7 +1471,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1470
1471
|
|
|
1471
1472
|
@property
|
|
1472
1473
|
@pulumi.getter
|
|
1473
|
-
def speed(self) -> str:
|
|
1474
|
+
def speed(self) -> builtins.str:
|
|
1474
1475
|
"""
|
|
1475
1476
|
Set interface speed
|
|
1476
1477
|
"""
|
|
@@ -1478,7 +1479,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1478
1479
|
|
|
1479
1480
|
@property
|
|
1480
1481
|
@pulumi.getter(name="speedVariable")
|
|
1481
|
-
def speed_variable(self) -> str:
|
|
1482
|
+
def speed_variable(self) -> builtins.str:
|
|
1482
1483
|
"""
|
|
1483
1484
|
Variable name
|
|
1484
1485
|
"""
|
|
@@ -1494,7 +1495,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1494
1495
|
|
|
1495
1496
|
@property
|
|
1496
1497
|
@pulumi.getter(name="tcpMss")
|
|
1497
|
-
def tcp_mss(self) -> int:
|
|
1498
|
+
def tcp_mss(self) -> builtins.int:
|
|
1498
1499
|
"""
|
|
1499
1500
|
TCP MSS on SYN packets, in bytes
|
|
1500
1501
|
"""
|
|
@@ -1502,7 +1503,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1502
1503
|
|
|
1503
1504
|
@property
|
|
1504
1505
|
@pulumi.getter(name="tcpMssVariable")
|
|
1505
|
-
def tcp_mss_variable(self) -> str:
|
|
1506
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
1506
1507
|
"""
|
|
1507
1508
|
Variable name
|
|
1508
1509
|
"""
|
|
@@ -1510,7 +1511,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1510
1511
|
|
|
1511
1512
|
@property
|
|
1512
1513
|
@pulumi.getter(name="tlocExtension")
|
|
1513
|
-
def tloc_extension(self) -> str:
|
|
1514
|
+
def tloc_extension(self) -> builtins.str:
|
|
1514
1515
|
"""
|
|
1515
1516
|
Extends a local TLOC to a remote node only for vpn 0
|
|
1516
1517
|
"""
|
|
@@ -1518,7 +1519,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1518
1519
|
|
|
1519
1520
|
@property
|
|
1520
1521
|
@pulumi.getter(name="tlocExtensionVariable")
|
|
1521
|
-
def tloc_extension_variable(self) -> str:
|
|
1522
|
+
def tloc_extension_variable(self) -> builtins.str:
|
|
1522
1523
|
"""
|
|
1523
1524
|
Variable name
|
|
1524
1525
|
"""
|
|
@@ -1526,7 +1527,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1526
1527
|
|
|
1527
1528
|
@property
|
|
1528
1529
|
@pulumi.getter
|
|
1529
|
-
def tracker(self) -> str:
|
|
1530
|
+
def tracker(self) -> builtins.str:
|
|
1530
1531
|
"""
|
|
1531
1532
|
Enable tracker for this interface
|
|
1532
1533
|
"""
|
|
@@ -1534,7 +1535,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1534
1535
|
|
|
1535
1536
|
@property
|
|
1536
1537
|
@pulumi.getter(name="trackerVariable")
|
|
1537
|
-
def tracker_variable(self) -> str:
|
|
1538
|
+
def tracker_variable(self) -> builtins.str:
|
|
1538
1539
|
"""
|
|
1539
1540
|
Variable name
|
|
1540
1541
|
"""
|
|
@@ -1542,7 +1543,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1542
1543
|
|
|
1543
1544
|
@property
|
|
1544
1545
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
1545
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
1546
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
1546
1547
|
"""
|
|
1547
1548
|
Transport WAN VPN Feature ID
|
|
1548
1549
|
"""
|
|
@@ -1550,7 +1551,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1550
1551
|
|
|
1551
1552
|
@property
|
|
1552
1553
|
@pulumi.getter(name="tunnelBandwidthPercent")
|
|
1553
|
-
def tunnel_bandwidth_percent(self) -> int:
|
|
1554
|
+
def tunnel_bandwidth_percent(self) -> builtins.int:
|
|
1554
1555
|
"""
|
|
1555
1556
|
Tunnels Bandwidth Percent
|
|
1556
1557
|
"""
|
|
@@ -1558,7 +1559,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1558
1559
|
|
|
1559
1560
|
@property
|
|
1560
1561
|
@pulumi.getter(name="tunnelBandwidthPercentVariable")
|
|
1561
|
-
def tunnel_bandwidth_percent_variable(self) -> str:
|
|
1562
|
+
def tunnel_bandwidth_percent_variable(self) -> builtins.str:
|
|
1562
1563
|
"""
|
|
1563
1564
|
Variable name
|
|
1564
1565
|
"""
|
|
@@ -1566,7 +1567,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1566
1567
|
|
|
1567
1568
|
@property
|
|
1568
1569
|
@pulumi.getter(name="tunnelInterface")
|
|
1569
|
-
def tunnel_interface(self) -> bool:
|
|
1570
|
+
def tunnel_interface(self) -> builtins.bool:
|
|
1570
1571
|
"""
|
|
1571
1572
|
Tunnel Interface on/off
|
|
1572
1573
|
"""
|
|
@@ -1574,7 +1575,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1574
1575
|
|
|
1575
1576
|
@property
|
|
1576
1577
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1577
|
-
def tunnel_interface_allow_all(self) -> bool:
|
|
1578
|
+
def tunnel_interface_allow_all(self) -> builtins.bool:
|
|
1578
1579
|
"""
|
|
1579
1580
|
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1580
1581
|
"""
|
|
@@ -1582,7 +1583,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1582
1583
|
|
|
1583
1584
|
@property
|
|
1584
1585
|
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
1585
|
-
def tunnel_interface_allow_all_variable(self) -> str:
|
|
1586
|
+
def tunnel_interface_allow_all_variable(self) -> builtins.str:
|
|
1586
1587
|
"""
|
|
1587
1588
|
Variable name
|
|
1588
1589
|
"""
|
|
@@ -1590,7 +1591,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1590
1591
|
|
|
1591
1592
|
@property
|
|
1592
1593
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
1593
|
-
def tunnel_interface_allow_bfd(self) -> bool:
|
|
1594
|
+
def tunnel_interface_allow_bfd(self) -> builtins.bool:
|
|
1594
1595
|
"""
|
|
1595
1596
|
Allow/Deny BFD
|
|
1596
1597
|
"""
|
|
@@ -1598,7 +1599,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1598
1599
|
|
|
1599
1600
|
@property
|
|
1600
1601
|
@pulumi.getter(name="tunnelInterfaceAllowBfdVariable")
|
|
1601
|
-
def tunnel_interface_allow_bfd_variable(self) -> str:
|
|
1602
|
+
def tunnel_interface_allow_bfd_variable(self) -> builtins.str:
|
|
1602
1603
|
"""
|
|
1603
1604
|
Variable name
|
|
1604
1605
|
"""
|
|
@@ -1606,7 +1607,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1606
1607
|
|
|
1607
1608
|
@property
|
|
1608
1609
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1609
|
-
def tunnel_interface_allow_bgp(self) -> bool:
|
|
1610
|
+
def tunnel_interface_allow_bgp(self) -> builtins.bool:
|
|
1610
1611
|
"""
|
|
1611
1612
|
Allow/deny BGP
|
|
1612
1613
|
"""
|
|
@@ -1614,7 +1615,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1614
1615
|
|
|
1615
1616
|
@property
|
|
1616
1617
|
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
1617
|
-
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
1618
|
+
def tunnel_interface_allow_bgp_variable(self) -> builtins.str:
|
|
1618
1619
|
"""
|
|
1619
1620
|
Variable name
|
|
1620
1621
|
"""
|
|
@@ -1622,7 +1623,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1622
1623
|
|
|
1623
1624
|
@property
|
|
1624
1625
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1625
|
-
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
1626
|
+
def tunnel_interface_allow_dhcp(self) -> builtins.bool:
|
|
1626
1627
|
"""
|
|
1627
1628
|
Allow/Deny DHCP
|
|
1628
1629
|
"""
|
|
@@ -1630,7 +1631,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1630
1631
|
|
|
1631
1632
|
@property
|
|
1632
1633
|
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
1633
|
-
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1634
|
+
def tunnel_interface_allow_dhcp_variable(self) -> builtins.str:
|
|
1634
1635
|
"""
|
|
1635
1636
|
Variable name
|
|
1636
1637
|
"""
|
|
@@ -1638,7 +1639,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1638
1639
|
|
|
1639
1640
|
@property
|
|
1640
1641
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1641
|
-
def tunnel_interface_allow_dns(self) -> bool:
|
|
1642
|
+
def tunnel_interface_allow_dns(self) -> builtins.bool:
|
|
1642
1643
|
"""
|
|
1643
1644
|
Allow/Deny DNS
|
|
1644
1645
|
"""
|
|
@@ -1646,7 +1647,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1646
1647
|
|
|
1647
1648
|
@property
|
|
1648
1649
|
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1649
|
-
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1650
|
+
def tunnel_interface_allow_dns_variable(self) -> builtins.str:
|
|
1650
1651
|
"""
|
|
1651
1652
|
Variable name
|
|
1652
1653
|
"""
|
|
@@ -1654,7 +1655,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1654
1655
|
|
|
1655
1656
|
@property
|
|
1656
1657
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1657
|
-
def tunnel_interface_allow_https(self) -> bool:
|
|
1658
|
+
def tunnel_interface_allow_https(self) -> builtins.bool:
|
|
1658
1659
|
"""
|
|
1659
1660
|
Allow/Deny HTTPS
|
|
1660
1661
|
"""
|
|
@@ -1662,7 +1663,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1662
1663
|
|
|
1663
1664
|
@property
|
|
1664
1665
|
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
1665
|
-
def tunnel_interface_allow_https_variable(self) -> str:
|
|
1666
|
+
def tunnel_interface_allow_https_variable(self) -> builtins.str:
|
|
1666
1667
|
"""
|
|
1667
1668
|
Variable name
|
|
1668
1669
|
"""
|
|
@@ -1670,7 +1671,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1670
1671
|
|
|
1671
1672
|
@property
|
|
1672
1673
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1673
|
-
def tunnel_interface_allow_icmp(self) -> bool:
|
|
1674
|
+
def tunnel_interface_allow_icmp(self) -> builtins.bool:
|
|
1674
1675
|
"""
|
|
1675
1676
|
Allow/Deny ICMP
|
|
1676
1677
|
"""
|
|
@@ -1678,7 +1679,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1678
1679
|
|
|
1679
1680
|
@property
|
|
1680
1681
|
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
1681
|
-
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
1682
|
+
def tunnel_interface_allow_icmp_variable(self) -> builtins.str:
|
|
1682
1683
|
"""
|
|
1683
1684
|
Variable name
|
|
1684
1685
|
"""
|
|
@@ -1686,7 +1687,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1686
1687
|
|
|
1687
1688
|
@property
|
|
1688
1689
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1689
|
-
def tunnel_interface_allow_netconf(self) -> bool:
|
|
1690
|
+
def tunnel_interface_allow_netconf(self) -> builtins.bool:
|
|
1690
1691
|
"""
|
|
1691
1692
|
Allow/Deny NETCONF
|
|
1692
1693
|
"""
|
|
@@ -1694,7 +1695,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1694
1695
|
|
|
1695
1696
|
@property
|
|
1696
1697
|
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
1697
|
-
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
1698
|
+
def tunnel_interface_allow_netconf_variable(self) -> builtins.str:
|
|
1698
1699
|
"""
|
|
1699
1700
|
Variable name
|
|
1700
1701
|
"""
|
|
@@ -1702,7 +1703,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1702
1703
|
|
|
1703
1704
|
@property
|
|
1704
1705
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1705
|
-
def tunnel_interface_allow_ntp(self) -> bool:
|
|
1706
|
+
def tunnel_interface_allow_ntp(self) -> builtins.bool:
|
|
1706
1707
|
"""
|
|
1707
1708
|
Allow/Deny NTP
|
|
1708
1709
|
"""
|
|
@@ -1710,7 +1711,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1710
1711
|
|
|
1711
1712
|
@property
|
|
1712
1713
|
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
1713
|
-
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
1714
|
+
def tunnel_interface_allow_ntp_variable(self) -> builtins.str:
|
|
1714
1715
|
"""
|
|
1715
1716
|
Variable name
|
|
1716
1717
|
"""
|
|
@@ -1718,7 +1719,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1718
1719
|
|
|
1719
1720
|
@property
|
|
1720
1721
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1721
|
-
def tunnel_interface_allow_ospf(self) -> bool:
|
|
1722
|
+
def tunnel_interface_allow_ospf(self) -> builtins.bool:
|
|
1722
1723
|
"""
|
|
1723
1724
|
Allow/Deny OSPF
|
|
1724
1725
|
"""
|
|
@@ -1726,7 +1727,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1726
1727
|
|
|
1727
1728
|
@property
|
|
1728
1729
|
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
1729
|
-
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
1730
|
+
def tunnel_interface_allow_ospf_variable(self) -> builtins.str:
|
|
1730
1731
|
"""
|
|
1731
1732
|
Variable name
|
|
1732
1733
|
"""
|
|
@@ -1734,7 +1735,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1734
1735
|
|
|
1735
1736
|
@property
|
|
1736
1737
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1737
|
-
def tunnel_interface_allow_snmp(self) -> bool:
|
|
1738
|
+
def tunnel_interface_allow_snmp(self) -> builtins.bool:
|
|
1738
1739
|
"""
|
|
1739
1740
|
Allow/Deny SNMP
|
|
1740
1741
|
"""
|
|
@@ -1742,7 +1743,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1742
1743
|
|
|
1743
1744
|
@property
|
|
1744
1745
|
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
1745
|
-
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
1746
|
+
def tunnel_interface_allow_snmp_variable(self) -> builtins.str:
|
|
1746
1747
|
"""
|
|
1747
1748
|
Variable name
|
|
1748
1749
|
"""
|
|
@@ -1750,7 +1751,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1750
1751
|
|
|
1751
1752
|
@property
|
|
1752
1753
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1753
|
-
def tunnel_interface_allow_ssh(self) -> bool:
|
|
1754
|
+
def tunnel_interface_allow_ssh(self) -> builtins.bool:
|
|
1754
1755
|
"""
|
|
1755
1756
|
Allow/Deny SSH
|
|
1756
1757
|
"""
|
|
@@ -1758,7 +1759,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1758
1759
|
|
|
1759
1760
|
@property
|
|
1760
1761
|
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
1761
|
-
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
1762
|
+
def tunnel_interface_allow_ssh_variable(self) -> builtins.str:
|
|
1762
1763
|
"""
|
|
1763
1764
|
Variable name
|
|
1764
1765
|
"""
|
|
@@ -1766,7 +1767,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1766
1767
|
|
|
1767
1768
|
@property
|
|
1768
1769
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1769
|
-
def tunnel_interface_allow_stun(self) -> bool:
|
|
1770
|
+
def tunnel_interface_allow_stun(self) -> builtins.bool:
|
|
1770
1771
|
"""
|
|
1771
1772
|
Allow/Deny STUN
|
|
1772
1773
|
"""
|
|
@@ -1774,7 +1775,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1774
1775
|
|
|
1775
1776
|
@property
|
|
1776
1777
|
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
1777
|
-
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
1778
|
+
def tunnel_interface_allow_stun_variable(self) -> builtins.str:
|
|
1778
1779
|
"""
|
|
1779
1780
|
Variable name
|
|
1780
1781
|
"""
|
|
@@ -1782,7 +1783,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1782
1783
|
|
|
1783
1784
|
@property
|
|
1784
1785
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
1785
|
-
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
1786
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> builtins.str:
|
|
1786
1787
|
"""
|
|
1787
1788
|
Bind loopback tunnel interface to a physical interface
|
|
1788
1789
|
"""
|
|
@@ -1790,7 +1791,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1790
1791
|
|
|
1791
1792
|
@property
|
|
1792
1793
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
1793
|
-
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
1794
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> builtins.str:
|
|
1794
1795
|
"""
|
|
1795
1796
|
Variable name
|
|
1796
1797
|
"""
|
|
@@ -1798,7 +1799,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1798
1799
|
|
|
1799
1800
|
@property
|
|
1800
1801
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1801
|
-
def tunnel_interface_border(self) -> bool:
|
|
1802
|
+
def tunnel_interface_border(self) -> builtins.bool:
|
|
1802
1803
|
"""
|
|
1803
1804
|
Set TLOC as border TLOC
|
|
1804
1805
|
"""
|
|
@@ -1806,7 +1807,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1806
1807
|
|
|
1807
1808
|
@property
|
|
1808
1809
|
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
1809
|
-
def tunnel_interface_border_variable(self) -> str:
|
|
1810
|
+
def tunnel_interface_border_variable(self) -> builtins.str:
|
|
1810
1811
|
"""
|
|
1811
1812
|
Variable name
|
|
1812
1813
|
"""
|
|
@@ -1814,7 +1815,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1814
1815
|
|
|
1815
1816
|
@property
|
|
1816
1817
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1817
|
-
def tunnel_interface_carrier(self) -> str:
|
|
1818
|
+
def tunnel_interface_carrier(self) -> builtins.str:
|
|
1818
1819
|
"""
|
|
1819
1820
|
Set carrier for TLOC
|
|
1820
1821
|
"""
|
|
@@ -1822,7 +1823,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1822
1823
|
|
|
1823
1824
|
@property
|
|
1824
1825
|
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
1825
|
-
def tunnel_interface_carrier_variable(self) -> str:
|
|
1826
|
+
def tunnel_interface_carrier_variable(self) -> builtins.str:
|
|
1826
1827
|
"""
|
|
1827
1828
|
Variable name
|
|
1828
1829
|
"""
|
|
@@ -1830,7 +1831,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1830
1831
|
|
|
1831
1832
|
@property
|
|
1832
1833
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1833
|
-
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
1834
|
+
def tunnel_interface_clear_dont_fragment(self) -> builtins.bool:
|
|
1834
1835
|
"""
|
|
1835
1836
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1836
1837
|
"""
|
|
@@ -1838,7 +1839,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1838
1839
|
|
|
1839
1840
|
@property
|
|
1840
1841
|
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
1841
|
-
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
1842
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> builtins.str:
|
|
1842
1843
|
"""
|
|
1843
1844
|
Variable name
|
|
1844
1845
|
"""
|
|
@@ -1846,7 +1847,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1846
1847
|
|
|
1847
1848
|
@property
|
|
1848
1849
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1849
|
-
def tunnel_interface_color(self) -> str:
|
|
1850
|
+
def tunnel_interface_color(self) -> builtins.str:
|
|
1850
1851
|
"""
|
|
1851
1852
|
Set color for TLOC
|
|
1852
1853
|
"""
|
|
@@ -1854,7 +1855,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1854
1855
|
|
|
1855
1856
|
@property
|
|
1856
1857
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1857
|
-
def tunnel_interface_color_restrict(self) -> bool:
|
|
1858
|
+
def tunnel_interface_color_restrict(self) -> builtins.bool:
|
|
1858
1859
|
"""
|
|
1859
1860
|
Restrict this TLOC behavior
|
|
1860
1861
|
"""
|
|
@@ -1862,7 +1863,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1862
1863
|
|
|
1863
1864
|
@property
|
|
1864
1865
|
@pulumi.getter(name="tunnelInterfaceColorRestrictVariable")
|
|
1865
|
-
def tunnel_interface_color_restrict_variable(self) -> str:
|
|
1866
|
+
def tunnel_interface_color_restrict_variable(self) -> builtins.str:
|
|
1866
1867
|
"""
|
|
1867
1868
|
Variable name
|
|
1868
1869
|
"""
|
|
@@ -1870,7 +1871,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1870
1871
|
|
|
1871
1872
|
@property
|
|
1872
1873
|
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
1873
|
-
def tunnel_interface_color_variable(self) -> str:
|
|
1874
|
+
def tunnel_interface_color_variable(self) -> builtins.str:
|
|
1874
1875
|
"""
|
|
1875
1876
|
Variable name
|
|
1876
1877
|
"""
|
|
@@ -1878,7 +1879,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1878
1879
|
|
|
1879
1880
|
@property
|
|
1880
1881
|
@pulumi.getter(name="tunnelInterfaceCtsSgtPropagation")
|
|
1881
|
-
def tunnel_interface_cts_sgt_propagation(self) -> bool:
|
|
1882
|
+
def tunnel_interface_cts_sgt_propagation(self) -> builtins.bool:
|
|
1882
1883
|
"""
|
|
1883
1884
|
CTS SGT Propagation configuration
|
|
1884
1885
|
"""
|
|
@@ -1886,7 +1887,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1886
1887
|
|
|
1887
1888
|
@property
|
|
1888
1889
|
@pulumi.getter(name="tunnelInterfaceCtsSgtPropagationVariable")
|
|
1889
|
-
def tunnel_interface_cts_sgt_propagation_variable(self) -> str:
|
|
1890
|
+
def tunnel_interface_cts_sgt_propagation_variable(self) -> builtins.str:
|
|
1890
1891
|
"""
|
|
1891
1892
|
Variable name
|
|
1892
1893
|
"""
|
|
@@ -1902,7 +1903,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1902
1903
|
|
|
1903
1904
|
@property
|
|
1904
1905
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
1905
|
-
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
1906
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> builtins.str:
|
|
1906
1907
|
"""
|
|
1907
1908
|
Variable name
|
|
1908
1909
|
"""
|
|
@@ -1910,7 +1911,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1910
1911
|
|
|
1911
1912
|
@property
|
|
1912
1913
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1913
|
-
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1914
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[builtins.int]:
|
|
1914
1915
|
"""
|
|
1915
1916
|
Exclude the following controller groups defined in this list.
|
|
1916
1917
|
"""
|
|
@@ -1918,7 +1919,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1918
1919
|
|
|
1919
1920
|
@property
|
|
1920
1921
|
@pulumi.getter(name="tunnelInterfaceGreTunnelDestinationIp")
|
|
1921
|
-
def tunnel_interface_gre_tunnel_destination_ip(self) -> str:
|
|
1922
|
+
def tunnel_interface_gre_tunnel_destination_ip(self) -> builtins.str:
|
|
1922
1923
|
"""
|
|
1923
1924
|
GRE tunnel destination IP
|
|
1924
1925
|
"""
|
|
@@ -1926,7 +1927,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1926
1927
|
|
|
1927
1928
|
@property
|
|
1928
1929
|
@pulumi.getter(name="tunnelInterfaceGreTunnelDestinationIpVariable")
|
|
1929
|
-
def tunnel_interface_gre_tunnel_destination_ip_variable(self) -> str:
|
|
1930
|
+
def tunnel_interface_gre_tunnel_destination_ip_variable(self) -> builtins.str:
|
|
1930
1931
|
"""
|
|
1931
1932
|
Variable name
|
|
1932
1933
|
"""
|
|
@@ -1934,7 +1935,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1934
1935
|
|
|
1935
1936
|
@property
|
|
1936
1937
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1937
|
-
def tunnel_interface_groups(self) -> int:
|
|
1938
|
+
def tunnel_interface_groups(self) -> builtins.int:
|
|
1938
1939
|
"""
|
|
1939
1940
|
List of groups
|
|
1940
1941
|
"""
|
|
@@ -1942,7 +1943,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1942
1943
|
|
|
1943
1944
|
@property
|
|
1944
1945
|
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1945
|
-
def tunnel_interface_groups_variable(self) -> str:
|
|
1946
|
+
def tunnel_interface_groups_variable(self) -> builtins.str:
|
|
1946
1947
|
"""
|
|
1947
1948
|
Variable name
|
|
1948
1949
|
"""
|
|
@@ -1950,7 +1951,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1950
1951
|
|
|
1951
1952
|
@property
|
|
1952
1953
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1953
|
-
def tunnel_interface_hello_interval(self) -> int:
|
|
1954
|
+
def tunnel_interface_hello_interval(self) -> builtins.int:
|
|
1954
1955
|
"""
|
|
1955
1956
|
Set time period of control hello packets \\n\\n milli seconds
|
|
1956
1957
|
"""
|
|
@@ -1958,7 +1959,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1958
1959
|
|
|
1959
1960
|
@property
|
|
1960
1961
|
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1961
|
-
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1962
|
+
def tunnel_interface_hello_interval_variable(self) -> builtins.str:
|
|
1962
1963
|
"""
|
|
1963
1964
|
Variable name
|
|
1964
1965
|
"""
|
|
@@ -1966,7 +1967,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1966
1967
|
|
|
1967
1968
|
@property
|
|
1968
1969
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1969
|
-
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1970
|
+
def tunnel_interface_hello_tolerance(self) -> builtins.int:
|
|
1970
1971
|
"""
|
|
1971
1972
|
Set tolerance of control hello packets \\n\\n seconds
|
|
1972
1973
|
"""
|
|
@@ -1974,7 +1975,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1974
1975
|
|
|
1975
1976
|
@property
|
|
1976
1977
|
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1977
|
-
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1978
|
+
def tunnel_interface_hello_tolerance_variable(self) -> builtins.str:
|
|
1978
1979
|
"""
|
|
1979
1980
|
Variable name
|
|
1980
1981
|
"""
|
|
@@ -1982,7 +1983,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1982
1983
|
|
|
1983
1984
|
@property
|
|
1984
1985
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1985
|
-
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1986
|
+
def tunnel_interface_last_resort_circuit(self) -> builtins.bool:
|
|
1986
1987
|
"""
|
|
1987
1988
|
Set TLOC as last resort
|
|
1988
1989
|
"""
|
|
@@ -1990,7 +1991,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1990
1991
|
|
|
1991
1992
|
@property
|
|
1992
1993
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1993
|
-
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1994
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> builtins.str:
|
|
1994
1995
|
"""
|
|
1995
1996
|
Variable name
|
|
1996
1997
|
"""
|
|
@@ -1998,7 +1999,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
1998
1999
|
|
|
1999
2000
|
@property
|
|
2000
2001
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
2001
|
-
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
2002
|
+
def tunnel_interface_low_bandwidth_link(self) -> builtins.bool:
|
|
2002
2003
|
"""
|
|
2003
2004
|
Set the interface as a low-bandwidth circuit
|
|
2004
2005
|
"""
|
|
@@ -2006,7 +2007,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2006
2007
|
|
|
2007
2008
|
@property
|
|
2008
2009
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
2009
|
-
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
2010
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> builtins.str:
|
|
2010
2011
|
"""
|
|
2011
2012
|
Variable name
|
|
2012
2013
|
"""
|
|
@@ -2014,7 +2015,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2014
2015
|
|
|
2015
2016
|
@property
|
|
2016
2017
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
2017
|
-
def tunnel_interface_max_control_connections(self) -> int:
|
|
2018
|
+
def tunnel_interface_max_control_connections(self) -> builtins.int:
|
|
2018
2019
|
"""
|
|
2019
2020
|
Maximum Control Connections
|
|
2020
2021
|
"""
|
|
@@ -2022,7 +2023,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2022
2023
|
|
|
2023
2024
|
@property
|
|
2024
2025
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
2025
|
-
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
2026
|
+
def tunnel_interface_max_control_connections_variable(self) -> builtins.str:
|
|
2026
2027
|
"""
|
|
2027
2028
|
Variable name
|
|
2028
2029
|
"""
|
|
@@ -2030,7 +2031,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2030
2031
|
|
|
2031
2032
|
@property
|
|
2032
2033
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
2033
|
-
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
2034
|
+
def tunnel_interface_nat_refresh_interval(self) -> builtins.int:
|
|
2034
2035
|
"""
|
|
2035
2036
|
Set time period of nat refresh packets \\n\\n seconds
|
|
2036
2037
|
"""
|
|
@@ -2038,7 +2039,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2038
2039
|
|
|
2039
2040
|
@property
|
|
2040
2041
|
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
2041
|
-
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
2042
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> builtins.str:
|
|
2042
2043
|
"""
|
|
2043
2044
|
Variable name
|
|
2044
2045
|
"""
|
|
@@ -2046,7 +2047,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2046
2047
|
|
|
2047
2048
|
@property
|
|
2048
2049
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
2049
|
-
def tunnel_interface_network_broadcast(self) -> bool:
|
|
2050
|
+
def tunnel_interface_network_broadcast(self) -> builtins.bool:
|
|
2050
2051
|
"""
|
|
2051
2052
|
Accept and respond to network-prefix-directed broadcasts
|
|
2052
2053
|
"""
|
|
@@ -2054,7 +2055,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2054
2055
|
|
|
2055
2056
|
@property
|
|
2056
2057
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
|
|
2057
|
-
def tunnel_interface_network_broadcast_variable(self) -> str:
|
|
2058
|
+
def tunnel_interface_network_broadcast_variable(self) -> builtins.str:
|
|
2058
2059
|
"""
|
|
2059
2060
|
Variable name
|
|
2060
2061
|
"""
|
|
@@ -2062,7 +2063,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2062
2063
|
|
|
2063
2064
|
@property
|
|
2064
2065
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
2065
|
-
def tunnel_interface_port_hop(self) -> bool:
|
|
2066
|
+
def tunnel_interface_port_hop(self) -> builtins.bool:
|
|
2066
2067
|
"""
|
|
2067
2068
|
Disallow port hopping on the tunnel interface
|
|
2068
2069
|
"""
|
|
@@ -2070,7 +2071,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2070
2071
|
|
|
2071
2072
|
@property
|
|
2072
2073
|
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
2073
|
-
def tunnel_interface_port_hop_variable(self) -> str:
|
|
2074
|
+
def tunnel_interface_port_hop_variable(self) -> builtins.str:
|
|
2074
2075
|
"""
|
|
2075
2076
|
Variable name
|
|
2076
2077
|
"""
|
|
@@ -2078,7 +2079,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2078
2079
|
|
|
2079
2080
|
@property
|
|
2080
2081
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
2081
|
-
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
2082
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> builtins.int:
|
|
2082
2083
|
"""
|
|
2083
2084
|
Tunnel TCP MSS on SYN packets, in bytes
|
|
2084
2085
|
"""
|
|
@@ -2086,7 +2087,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2086
2087
|
|
|
2087
2088
|
@property
|
|
2088
2089
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
2089
|
-
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
2090
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> builtins.str:
|
|
2090
2091
|
"""
|
|
2091
2092
|
Variable name
|
|
2092
2093
|
"""
|
|
@@ -2094,7 +2095,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2094
2095
|
|
|
2095
2096
|
@property
|
|
2096
2097
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
2097
|
-
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
2098
|
+
def tunnel_interface_vbond_as_stun_server(self) -> builtins.bool:
|
|
2098
2099
|
"""
|
|
2099
2100
|
Put this wan interface in STUN mode only
|
|
2100
2101
|
"""
|
|
@@ -2102,7 +2103,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2102
2103
|
|
|
2103
2104
|
@property
|
|
2104
2105
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
2105
|
-
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
2106
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> builtins.str:
|
|
2106
2107
|
"""
|
|
2107
2108
|
Variable name
|
|
2108
2109
|
"""
|
|
@@ -2110,7 +2111,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2110
2111
|
|
|
2111
2112
|
@property
|
|
2112
2113
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
2113
|
-
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
2114
|
+
def tunnel_interface_vmanage_connection_preference(self) -> builtins.int:
|
|
2114
2115
|
"""
|
|
2115
2116
|
Set interface preference for control connection to vManage \\n\\n
|
|
2116
2117
|
"""
|
|
@@ -2118,7 +2119,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2118
2119
|
|
|
2119
2120
|
@property
|
|
2120
2121
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
2121
|
-
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
2122
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> builtins.str:
|
|
2122
2123
|
"""
|
|
2123
2124
|
Variable name
|
|
2124
2125
|
"""
|
|
@@ -2126,7 +2127,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2126
2127
|
|
|
2127
2128
|
@property
|
|
2128
2129
|
@pulumi.getter(name="tunnelQosMode")
|
|
2129
|
-
def tunnel_qos_mode(self) -> str:
|
|
2130
|
+
def tunnel_qos_mode(self) -> builtins.str:
|
|
2130
2131
|
"""
|
|
2131
2132
|
Set tunnel QoS mode
|
|
2132
2133
|
"""
|
|
@@ -2134,7 +2135,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2134
2135
|
|
|
2135
2136
|
@property
|
|
2136
2137
|
@pulumi.getter(name="tunnelQosModeVariable")
|
|
2137
|
-
def tunnel_qos_mode_variable(self) -> str:
|
|
2138
|
+
def tunnel_qos_mode_variable(self) -> builtins.str:
|
|
2138
2139
|
"""
|
|
2139
2140
|
Variable name
|
|
2140
2141
|
"""
|
|
@@ -2142,7 +2143,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2142
2143
|
|
|
2143
2144
|
@property
|
|
2144
2145
|
@pulumi.getter
|
|
2145
|
-
def version(self) -> int:
|
|
2146
|
+
def version(self) -> builtins.int:
|
|
2146
2147
|
"""
|
|
2147
2148
|
The version of the Feature
|
|
2148
2149
|
"""
|
|
@@ -2150,7 +2151,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2150
2151
|
|
|
2151
2152
|
@property
|
|
2152
2153
|
@pulumi.getter
|
|
2153
|
-
def xconnect(self) -> str:
|
|
2154
|
+
def xconnect(self) -> builtins.str:
|
|
2154
2155
|
"""
|
|
2155
2156
|
Extend remote TLOC over a GRE tunnel to a local WAN interface
|
|
2156
2157
|
"""
|
|
@@ -2158,7 +2159,7 @@ class GetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
|
2158
2159
|
|
|
2159
2160
|
@property
|
|
2160
2161
|
@pulumi.getter(name="xconnectVariable")
|
|
2161
|
-
def xconnect_variable(self) -> str:
|
|
2162
|
+
def xconnect_variable(self) -> builtins.str:
|
|
2162
2163
|
"""
|
|
2163
2164
|
Variable name
|
|
2164
2165
|
"""
|
|
@@ -2369,9 +2370,9 @@ class AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult(GetTransportWanV
|
|
|
2369
2370
|
xconnect_variable=self.xconnect_variable)
|
|
2370
2371
|
|
|
2371
2372
|
|
|
2372
|
-
def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
2373
|
-
id: Optional[str] = None,
|
|
2374
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
2373
|
+
def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
2374
|
+
id: Optional[builtins.str] = None,
|
|
2375
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
2375
2376
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceEthernetFeatureResult:
|
|
2376
2377
|
"""
|
|
2377
2378
|
This data source can read the Transport WAN VPN Interface Ethernet Feature.
|
|
@@ -2388,9 +2389,9 @@ def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optiona
|
|
|
2388
2389
|
```
|
|
2389
2390
|
|
|
2390
2391
|
|
|
2391
|
-
:param str feature_profile_id: Feature Profile ID
|
|
2392
|
-
:param str id: The id of the Feature
|
|
2393
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2392
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
2393
|
+
:param builtins.str id: The id of the Feature
|
|
2394
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2394
2395
|
"""
|
|
2395
2396
|
__args__ = dict()
|
|
2396
2397
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2596,9 +2597,9 @@ def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optiona
|
|
|
2596
2597
|
version=pulumi.get(__ret__, 'version'),
|
|
2597
2598
|
xconnect=pulumi.get(__ret__, 'xconnect'),
|
|
2598
2599
|
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
2599
|
-
def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
2600
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
2601
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
2600
|
+
def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
2601
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
2602
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
2602
2603
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceEthernetFeatureResult]:
|
|
2603
2604
|
"""
|
|
2604
2605
|
This data source can read the Transport WAN VPN Interface Ethernet Feature.
|
|
@@ -2615,9 +2616,9 @@ def get_transport_wan_vpn_interface_ethernet_feature_output(feature_profile_id:
|
|
|
2615
2616
|
```
|
|
2616
2617
|
|
|
2617
2618
|
|
|
2618
|
-
:param str feature_profile_id: Feature Profile ID
|
|
2619
|
-
:param str id: The id of the Feature
|
|
2620
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2619
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
2620
|
+
:param builtins.str id: The id of the Feature
|
|
2621
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
2621
2622
|
"""
|
|
2622
2623
|
__args__ = dict()
|
|
2623
2624
|
__args__['featureProfileId'] = feature_profile_id
|