pulumi-sdwan 0.3.0a1743057086__py3-none-any.whl → 0.3.1__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.
- pulumi_sdwan/__init__.py +21 -0
- pulumi_sdwan/_inputs.py +18211 -17969
- 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 +70 -65
- 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 +106 -109
- 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 +702 -0
- 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 +22 -21
- 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 +273 -0
- 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 +43 -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 +118 -19
- 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 +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +35 -20
- 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 +40 -25
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +40 -25
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +40 -25
- 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 +40 -25
- 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 +40 -25
- 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 +141 -0
- 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 +43 -42
- 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 +35 -20
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +35 -20
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +35 -20
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +35 -20
- 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 +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +40 -25
- 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 +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +40 -25
- 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 +40 -25
- 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 +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +34 -21
- 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 +218 -166
- 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 +21450 -21092
- 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 +505 -175
- 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 +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +91 -58
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +91 -58
- 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 +91 -58
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +91 -58
- 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 +231 -230
- 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 +634 -633
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +284 -0
- 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 +340 -332
- 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 +726 -725
- 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 +77 -44
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +77 -44
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +77 -44
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +77 -44
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +240 -241
- 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 +90 -77
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.1.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.1.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743057086.dist-info/RECORD +0 -476
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.1.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
|
|
@@ -519,7 +520,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
519
520
|
|
|
520
521
|
@property
|
|
521
522
|
@pulumi.getter(name="bandwidthDownstream")
|
|
522
|
-
def bandwidth_downstream(self) -> int:
|
|
523
|
+
def bandwidth_downstream(self) -> builtins.int:
|
|
523
524
|
"""
|
|
524
525
|
Interface downstream bandwidth capacity, in kbps
|
|
525
526
|
"""
|
|
@@ -527,7 +528,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
527
528
|
|
|
528
529
|
@property
|
|
529
530
|
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
530
|
-
def bandwidth_downstream_variable(self) -> str:
|
|
531
|
+
def bandwidth_downstream_variable(self) -> builtins.str:
|
|
531
532
|
"""
|
|
532
533
|
Variable name
|
|
533
534
|
"""
|
|
@@ -535,7 +536,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
535
536
|
|
|
536
537
|
@property
|
|
537
538
|
@pulumi.getter(name="bandwidthUpstream")
|
|
538
|
-
def bandwidth_upstream(self) -> int:
|
|
539
|
+
def bandwidth_upstream(self) -> builtins.int:
|
|
539
540
|
"""
|
|
540
541
|
Interface upstream bandwidth capacity, in kbps
|
|
541
542
|
"""
|
|
@@ -543,7 +544,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
543
544
|
|
|
544
545
|
@property
|
|
545
546
|
@pulumi.getter(name="bandwidthUpstreamVariable")
|
|
546
|
-
def bandwidth_upstream_variable(self) -> str:
|
|
547
|
+
def bandwidth_upstream_variable(self) -> builtins.str:
|
|
547
548
|
"""
|
|
548
549
|
Variable name
|
|
549
550
|
"""
|
|
@@ -551,7 +552,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
551
552
|
|
|
552
553
|
@property
|
|
553
554
|
@pulumi.getter(name="chapHostname")
|
|
554
|
-
def chap_hostname(self) -> str:
|
|
555
|
+
def chap_hostname(self) -> builtins.str:
|
|
555
556
|
"""
|
|
556
557
|
CHAP Hostname
|
|
557
558
|
"""
|
|
@@ -559,7 +560,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
559
560
|
|
|
560
561
|
@property
|
|
561
562
|
@pulumi.getter(name="chapHostnameVariable")
|
|
562
|
-
def chap_hostname_variable(self) -> str:
|
|
563
|
+
def chap_hostname_variable(self) -> builtins.str:
|
|
563
564
|
"""
|
|
564
565
|
Variable name
|
|
565
566
|
"""
|
|
@@ -567,7 +568,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
567
568
|
|
|
568
569
|
@property
|
|
569
570
|
@pulumi.getter(name="chapPppAuthPassword")
|
|
570
|
-
def chap_ppp_auth_password(self) -> str:
|
|
571
|
+
def chap_ppp_auth_password(self) -> builtins.str:
|
|
571
572
|
"""
|
|
572
573
|
Specify ppp chap authentication Password
|
|
573
574
|
"""
|
|
@@ -575,7 +576,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter(name="chapPppAuthPasswordVariable")
|
|
578
|
-
def chap_ppp_auth_password_variable(self) -> str:
|
|
579
|
+
def chap_ppp_auth_password_variable(self) -> builtins.str:
|
|
579
580
|
"""
|
|
580
581
|
Variable name
|
|
581
582
|
"""
|
|
@@ -583,7 +584,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
583
584
|
|
|
584
585
|
@property
|
|
585
586
|
@pulumi.getter(name="coreRegion")
|
|
586
|
-
def core_region(self) -> str:
|
|
587
|
+
def core_region(self) -> builtins.str:
|
|
587
588
|
"""
|
|
588
589
|
Enable core region
|
|
589
590
|
"""
|
|
@@ -591,7 +592,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
591
592
|
|
|
592
593
|
@property
|
|
593
594
|
@pulumi.getter(name="coreRegionVariable")
|
|
594
|
-
def core_region_variable(self) -> str:
|
|
595
|
+
def core_region_variable(self) -> builtins.str:
|
|
595
596
|
"""
|
|
596
597
|
Variable name
|
|
597
598
|
"""
|
|
@@ -599,7 +600,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
599
600
|
|
|
600
601
|
@property
|
|
601
602
|
@pulumi.getter
|
|
602
|
-
def description(self) -> str:
|
|
603
|
+
def description(self) -> builtins.str:
|
|
603
604
|
"""
|
|
604
605
|
The description of the feature template
|
|
605
606
|
"""
|
|
@@ -607,7 +608,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
607
608
|
|
|
608
609
|
@property
|
|
609
610
|
@pulumi.getter(name="deviceTypes")
|
|
610
|
-
def device_types(self) -> Sequence[str]:
|
|
611
|
+
def device_types(self) -> Sequence[builtins.str]:
|
|
611
612
|
"""
|
|
612
613
|
List of supported device types
|
|
613
614
|
"""
|
|
@@ -615,7 +616,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
615
616
|
|
|
616
617
|
@property
|
|
617
618
|
@pulumi.getter(name="dialerAddressNegotiated")
|
|
618
|
-
def dialer_address_negotiated(self) -> bool:
|
|
619
|
+
def dialer_address_negotiated(self) -> builtins.bool:
|
|
619
620
|
"""
|
|
620
621
|
Dialer IP Negotiated
|
|
621
622
|
"""
|
|
@@ -623,7 +624,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
623
624
|
|
|
624
625
|
@property
|
|
625
626
|
@pulumi.getter(name="dialerAddressNegotiatedVariable")
|
|
626
|
-
def dialer_address_negotiated_variable(self) -> str:
|
|
627
|
+
def dialer_address_negotiated_variable(self) -> builtins.str:
|
|
627
628
|
"""
|
|
628
629
|
Variable name
|
|
629
630
|
"""
|
|
@@ -631,7 +632,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
631
632
|
|
|
632
633
|
@property
|
|
633
634
|
@pulumi.getter(name="dialerPoolNumber")
|
|
634
|
-
def dialer_pool_number(self) -> int:
|
|
635
|
+
def dialer_pool_number(self) -> builtins.int:
|
|
635
636
|
"""
|
|
636
637
|
Dialer pool number
|
|
637
638
|
"""
|
|
@@ -639,7 +640,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
639
640
|
|
|
640
641
|
@property
|
|
641
642
|
@pulumi.getter(name="dialerPoolNumberVariable")
|
|
642
|
-
def dialer_pool_number_variable(self) -> str:
|
|
643
|
+
def dialer_pool_number_variable(self) -> builtins.str:
|
|
643
644
|
"""
|
|
644
645
|
Variable name
|
|
645
646
|
"""
|
|
@@ -647,7 +648,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter(name="dialerTcpMss")
|
|
650
|
-
def dialer_tcp_mss(self) -> int:
|
|
651
|
+
def dialer_tcp_mss(self) -> builtins.int:
|
|
651
652
|
"""
|
|
652
653
|
Dialer TCP MSS on SYN packets, in bytes
|
|
653
654
|
"""
|
|
@@ -655,7 +656,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
655
656
|
|
|
656
657
|
@property
|
|
657
658
|
@pulumi.getter(name="dialerTcpMssVariable")
|
|
658
|
-
def dialer_tcp_mss_variable(self) -> str:
|
|
659
|
+
def dialer_tcp_mss_variable(self) -> builtins.str:
|
|
659
660
|
"""
|
|
660
661
|
Variable name
|
|
661
662
|
"""
|
|
@@ -663,7 +664,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter(name="enableCoreRegion")
|
|
666
|
-
def enable_core_region(self) -> bool:
|
|
667
|
+
def enable_core_region(self) -> builtins.bool:
|
|
667
668
|
"""
|
|
668
669
|
Enable core region
|
|
669
670
|
"""
|
|
@@ -671,7 +672,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter
|
|
674
|
-
def encap(self) -> int:
|
|
675
|
+
def encap(self) -> builtins.int:
|
|
675
676
|
"""
|
|
676
677
|
Encapsulation VLAN id
|
|
677
678
|
"""
|
|
@@ -679,7 +680,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
679
680
|
|
|
680
681
|
@property
|
|
681
682
|
@pulumi.getter(name="encapVariable")
|
|
682
|
-
def encap_variable(self) -> str:
|
|
683
|
+
def encap_variable(self) -> builtins.str:
|
|
683
684
|
"""
|
|
684
685
|
Variable name
|
|
685
686
|
"""
|
|
@@ -687,7 +688,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
687
688
|
|
|
688
689
|
@property
|
|
689
690
|
@pulumi.getter(name="ethernetInterfaceName")
|
|
690
|
-
def ethernet_interface_name(self) -> str:
|
|
691
|
+
def ethernet_interface_name(self) -> builtins.str:
|
|
691
692
|
"""
|
|
692
693
|
Ethernet Interface/Sub Interface Name including sub interface number
|
|
693
694
|
"""
|
|
@@ -695,7 +696,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
695
696
|
|
|
696
697
|
@property
|
|
697
698
|
@pulumi.getter(name="ethernetInterfaceNameVariable")
|
|
698
|
-
def ethernet_interface_name_variable(self) -> str:
|
|
699
|
+
def ethernet_interface_name_variable(self) -> builtins.str:
|
|
699
700
|
"""
|
|
700
701
|
Variable name
|
|
701
702
|
"""
|
|
@@ -703,7 +704,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
703
704
|
|
|
704
705
|
@property
|
|
705
706
|
@pulumi.getter
|
|
706
|
-
def id(self) -> str:
|
|
707
|
+
def id(self) -> builtins.str:
|
|
707
708
|
"""
|
|
708
709
|
The id of the feature template
|
|
709
710
|
"""
|
|
@@ -711,7 +712,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="interfaceDescription")
|
|
714
|
-
def interface_description(self) -> str:
|
|
715
|
+
def interface_description(self) -> builtins.str:
|
|
715
716
|
"""
|
|
716
717
|
Interface description
|
|
717
718
|
"""
|
|
@@ -719,7 +720,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
719
720
|
|
|
720
721
|
@property
|
|
721
722
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
722
|
-
def interface_description_variable(self) -> str:
|
|
723
|
+
def interface_description_variable(self) -> builtins.str:
|
|
723
724
|
"""
|
|
724
725
|
Variable name
|
|
725
726
|
"""
|
|
@@ -727,7 +728,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
727
728
|
|
|
728
729
|
@property
|
|
729
730
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
730
|
-
def ip_directed_broadcast(self) -> bool:
|
|
731
|
+
def ip_directed_broadcast(self) -> builtins.bool:
|
|
731
732
|
"""
|
|
732
733
|
IP Directed-Broadcast
|
|
733
734
|
"""
|
|
@@ -735,7 +736,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
735
736
|
|
|
736
737
|
@property
|
|
737
738
|
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
738
|
-
def ip_directed_broadcast_variable(self) -> str:
|
|
739
|
+
def ip_directed_broadcast_variable(self) -> builtins.str:
|
|
739
740
|
"""
|
|
740
741
|
Variable name
|
|
741
742
|
"""
|
|
@@ -743,7 +744,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter(name="ipMtuForDialerInterface")
|
|
746
|
-
def ip_mtu_for_dialer_interface(self) -> int:
|
|
747
|
+
def ip_mtu_for_dialer_interface(self) -> builtins.int:
|
|
747
748
|
"""
|
|
748
749
|
IP MTU \\n\\n, in bytes
|
|
749
750
|
"""
|
|
@@ -751,7 +752,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
751
752
|
|
|
752
753
|
@property
|
|
753
754
|
@pulumi.getter(name="ipMtuForDialerInterfaceVariable")
|
|
754
|
-
def ip_mtu_for_dialer_interface_variable(self) -> str:
|
|
755
|
+
def ip_mtu_for_dialer_interface_variable(self) -> builtins.str:
|
|
755
756
|
"""
|
|
756
757
|
Variable name
|
|
757
758
|
"""
|
|
@@ -759,7 +760,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
759
760
|
|
|
760
761
|
@property
|
|
761
762
|
@pulumi.getter
|
|
762
|
-
def name(self) -> str:
|
|
763
|
+
def name(self) -> builtins.str:
|
|
763
764
|
"""
|
|
764
765
|
The name of the feature template
|
|
765
766
|
"""
|
|
@@ -767,7 +768,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
767
768
|
|
|
768
769
|
@property
|
|
769
770
|
@pulumi.getter
|
|
770
|
-
def nat(self) -> bool:
|
|
771
|
+
def nat(self) -> builtins.bool:
|
|
771
772
|
"""
|
|
772
773
|
Network Address Translation on this interface
|
|
773
774
|
"""
|
|
@@ -775,7 +776,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
775
776
|
|
|
776
777
|
@property
|
|
777
778
|
@pulumi.getter(name="natBlockIcmpError")
|
|
778
|
-
def nat_block_icmp_error(self) -> bool:
|
|
779
|
+
def nat_block_icmp_error(self) -> builtins.bool:
|
|
779
780
|
"""
|
|
780
781
|
Block inbound ICMP error messages
|
|
781
782
|
"""
|
|
@@ -783,7 +784,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
783
784
|
|
|
784
785
|
@property
|
|
785
786
|
@pulumi.getter(name="natBlockIcmpErrorVariable")
|
|
786
|
-
def nat_block_icmp_error_variable(self) -> str:
|
|
787
|
+
def nat_block_icmp_error_variable(self) -> builtins.str:
|
|
787
788
|
"""
|
|
788
789
|
Variable name
|
|
789
790
|
"""
|
|
@@ -799,7 +800,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
799
800
|
|
|
800
801
|
@property
|
|
801
802
|
@pulumi.getter(name="natRefreshMode")
|
|
802
|
-
def nat_refresh_mode(self) -> str:
|
|
803
|
+
def nat_refresh_mode(self) -> builtins.str:
|
|
803
804
|
"""
|
|
804
805
|
Set NAT refresh mode
|
|
805
806
|
"""
|
|
@@ -807,7 +808,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
807
808
|
|
|
808
809
|
@property
|
|
809
810
|
@pulumi.getter(name="natRefreshModeVariable")
|
|
810
|
-
def nat_refresh_mode_variable(self) -> str:
|
|
811
|
+
def nat_refresh_mode_variable(self) -> builtins.str:
|
|
811
812
|
"""
|
|
812
813
|
Variable name
|
|
813
814
|
"""
|
|
@@ -815,7 +816,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
815
816
|
|
|
816
817
|
@property
|
|
817
818
|
@pulumi.getter(name="natResponseToPing")
|
|
818
|
-
def nat_response_to_ping(self) -> bool:
|
|
819
|
+
def nat_response_to_ping(self) -> builtins.bool:
|
|
819
820
|
"""
|
|
820
821
|
Respond to ping requests to NAT interface ip address from the public side
|
|
821
822
|
"""
|
|
@@ -823,7 +824,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
823
824
|
|
|
824
825
|
@property
|
|
825
826
|
@pulumi.getter(name="natResponseToPingVariable")
|
|
826
|
-
def nat_response_to_ping_variable(self) -> str:
|
|
827
|
+
def nat_response_to_ping_variable(self) -> builtins.str:
|
|
827
828
|
"""
|
|
828
829
|
Variable name
|
|
829
830
|
"""
|
|
@@ -831,7 +832,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
831
832
|
|
|
832
833
|
@property
|
|
833
834
|
@pulumi.getter(name="natTcpTimeout")
|
|
834
|
-
def nat_tcp_timeout(self) -> int:
|
|
835
|
+
def nat_tcp_timeout(self) -> builtins.int:
|
|
835
836
|
"""
|
|
836
837
|
Set NAT TCP session timeout, in minutes
|
|
837
838
|
"""
|
|
@@ -839,7 +840,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
839
840
|
|
|
840
841
|
@property
|
|
841
842
|
@pulumi.getter(name="natTcpTimeoutVariable")
|
|
842
|
-
def nat_tcp_timeout_variable(self) -> str:
|
|
843
|
+
def nat_tcp_timeout_variable(self) -> builtins.str:
|
|
843
844
|
"""
|
|
844
845
|
Variable name
|
|
845
846
|
"""
|
|
@@ -847,7 +848,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
847
848
|
|
|
848
849
|
@property
|
|
849
850
|
@pulumi.getter(name="natUdpTimeout")
|
|
850
|
-
def nat_udp_timeout(self) -> int:
|
|
851
|
+
def nat_udp_timeout(self) -> builtins.int:
|
|
851
852
|
"""
|
|
852
853
|
Set NAT UDP session timeout, in minutes
|
|
853
854
|
"""
|
|
@@ -855,7 +856,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
855
856
|
|
|
856
857
|
@property
|
|
857
858
|
@pulumi.getter(name="natUdpTimeoutVariable")
|
|
858
|
-
def nat_udp_timeout_variable(self) -> str:
|
|
859
|
+
def nat_udp_timeout_variable(self) -> builtins.str:
|
|
859
860
|
"""
|
|
860
861
|
Variable name
|
|
861
862
|
"""
|
|
@@ -863,7 +864,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
863
864
|
|
|
864
865
|
@property
|
|
865
866
|
@pulumi.getter(name="papPassword")
|
|
866
|
-
def pap_password(self) -> bool:
|
|
867
|
+
def pap_password(self) -> builtins.bool:
|
|
867
868
|
"""
|
|
868
869
|
PAP outbound Password
|
|
869
870
|
"""
|
|
@@ -871,7 +872,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
871
872
|
|
|
872
873
|
@property
|
|
873
874
|
@pulumi.getter(name="papPppAuthPassword")
|
|
874
|
-
def pap_ppp_auth_password(self) -> str:
|
|
875
|
+
def pap_ppp_auth_password(self) -> builtins.str:
|
|
875
876
|
"""
|
|
876
877
|
Specify ppp pap authentication Password
|
|
877
878
|
"""
|
|
@@ -879,7 +880,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
879
880
|
|
|
880
881
|
@property
|
|
881
882
|
@pulumi.getter(name="papPppAuthPasswordVariable")
|
|
882
|
-
def pap_ppp_auth_password_variable(self) -> str:
|
|
883
|
+
def pap_ppp_auth_password_variable(self) -> builtins.str:
|
|
883
884
|
"""
|
|
884
885
|
Variable name
|
|
885
886
|
"""
|
|
@@ -887,7 +888,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
887
888
|
|
|
888
889
|
@property
|
|
889
890
|
@pulumi.getter(name="papUsername")
|
|
890
|
-
def pap_username(self) -> str:
|
|
891
|
+
def pap_username(self) -> builtins.str:
|
|
891
892
|
"""
|
|
892
893
|
PAP outbound Sent Username
|
|
893
894
|
"""
|
|
@@ -895,7 +896,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
895
896
|
|
|
896
897
|
@property
|
|
897
898
|
@pulumi.getter(name="papUsernameVariable")
|
|
898
|
-
def pap_username_variable(self) -> str:
|
|
899
|
+
def pap_username_variable(self) -> builtins.str:
|
|
899
900
|
"""
|
|
900
901
|
Variable name
|
|
901
902
|
"""
|
|
@@ -903,7 +904,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
903
904
|
|
|
904
905
|
@property
|
|
905
906
|
@pulumi.getter(name="perTunnelQos")
|
|
906
|
-
def per_tunnel_qos(self) -> bool:
|
|
907
|
+
def per_tunnel_qos(self) -> builtins.bool:
|
|
907
908
|
"""
|
|
908
909
|
Per-tunnel Qos
|
|
909
910
|
"""
|
|
@@ -911,7 +912,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
911
912
|
|
|
912
913
|
@property
|
|
913
914
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
914
|
-
def per_tunnel_qos_aggregator(self) -> bool:
|
|
915
|
+
def per_tunnel_qos_aggregator(self) -> builtins.bool:
|
|
915
916
|
"""
|
|
916
917
|
Per-tunnel QoS Aggregator
|
|
917
918
|
"""
|
|
@@ -919,7 +920,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
919
920
|
|
|
920
921
|
@property
|
|
921
922
|
@pulumi.getter(name="perTunnelQosAggregatorVariable")
|
|
922
|
-
def per_tunnel_qos_aggregator_variable(self) -> str:
|
|
923
|
+
def per_tunnel_qos_aggregator_variable(self) -> builtins.str:
|
|
923
924
|
"""
|
|
924
925
|
Variable name
|
|
925
926
|
"""
|
|
@@ -927,7 +928,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
927
928
|
|
|
928
929
|
@property
|
|
929
930
|
@pulumi.getter(name="perTunnelQosVariable")
|
|
930
|
-
def per_tunnel_qos_variable(self) -> str:
|
|
931
|
+
def per_tunnel_qos_variable(self) -> builtins.str:
|
|
931
932
|
"""
|
|
932
933
|
Variable name
|
|
933
934
|
"""
|
|
@@ -943,7 +944,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
943
944
|
|
|
944
945
|
@property
|
|
945
946
|
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
946
|
-
def ppp_authentication_protocol(self) -> str:
|
|
947
|
+
def ppp_authentication_protocol(self) -> builtins.str:
|
|
947
948
|
"""
|
|
948
949
|
PPP Link Authentication Protocol
|
|
949
950
|
"""
|
|
@@ -951,7 +952,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
951
952
|
|
|
952
953
|
@property
|
|
953
954
|
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
954
|
-
def ppp_authentication_protocol_pap(self) -> bool:
|
|
955
|
+
def ppp_authentication_protocol_pap(self) -> builtins.bool:
|
|
955
956
|
"""
|
|
956
957
|
PPP Authentication Protocol PAP
|
|
957
958
|
"""
|
|
@@ -959,7 +960,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
959
960
|
|
|
960
961
|
@property
|
|
961
962
|
@pulumi.getter(name="pppAuthenticationProtocolVariable")
|
|
962
|
-
def ppp_authentication_protocol_variable(self) -> str:
|
|
963
|
+
def ppp_authentication_protocol_variable(self) -> builtins.str:
|
|
963
964
|
"""
|
|
964
965
|
Variable name
|
|
965
966
|
"""
|
|
@@ -967,7 +968,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
967
968
|
|
|
968
969
|
@property
|
|
969
970
|
@pulumi.getter(name="pppAuthenticationType")
|
|
970
|
-
def ppp_authentication_type(self) -> str:
|
|
971
|
+
def ppp_authentication_type(self) -> builtins.str:
|
|
971
972
|
"""
|
|
972
973
|
Authenticate remote on incoming call only
|
|
973
974
|
"""
|
|
@@ -975,7 +976,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
975
976
|
|
|
976
977
|
@property
|
|
977
978
|
@pulumi.getter(name="pppMaximumPayload")
|
|
978
|
-
def ppp_maximum_payload(self) -> int:
|
|
979
|
+
def ppp_maximum_payload(self) -> builtins.int:
|
|
979
980
|
"""
|
|
980
981
|
Maximum MRU to be negotiated during PPP LCP negotiation
|
|
981
982
|
"""
|
|
@@ -983,7 +984,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
983
984
|
|
|
984
985
|
@property
|
|
985
986
|
@pulumi.getter(name="pppMaximumPayloadVariable")
|
|
986
|
-
def ppp_maximum_payload_variable(self) -> str:
|
|
987
|
+
def ppp_maximum_payload_variable(self) -> builtins.str:
|
|
987
988
|
"""
|
|
988
989
|
Variable name
|
|
989
990
|
"""
|
|
@@ -991,7 +992,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
991
992
|
|
|
992
993
|
@property
|
|
993
994
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
994
|
-
def qos_adaptive_bandwidth_downstream(self) -> int:
|
|
995
|
+
def qos_adaptive_bandwidth_downstream(self) -> builtins.int:
|
|
995
996
|
"""
|
|
996
997
|
Adaptive QoS default downstream bandwidth
|
|
997
998
|
"""
|
|
@@ -999,7 +1000,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
999
1000
|
|
|
1000
1001
|
@property
|
|
1001
1002
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstreamVariable")
|
|
1002
|
-
def qos_adaptive_bandwidth_downstream_variable(self) -> str:
|
|
1003
|
+
def qos_adaptive_bandwidth_downstream_variable(self) -> builtins.str:
|
|
1003
1004
|
"""
|
|
1004
1005
|
Variable name
|
|
1005
1006
|
"""
|
|
@@ -1007,7 +1008,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1007
1008
|
|
|
1008
1009
|
@property
|
|
1009
1010
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
1010
|
-
def qos_adaptive_bandwidth_upstream(self) -> int:
|
|
1011
|
+
def qos_adaptive_bandwidth_upstream(self) -> builtins.int:
|
|
1011
1012
|
"""
|
|
1012
1013
|
Adaptive QoS default upstream bandwidth
|
|
1013
1014
|
"""
|
|
@@ -1015,7 +1016,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1015
1016
|
|
|
1016
1017
|
@property
|
|
1017
1018
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstreamVariable")
|
|
1018
|
-
def qos_adaptive_bandwidth_upstream_variable(self) -> str:
|
|
1019
|
+
def qos_adaptive_bandwidth_upstream_variable(self) -> builtins.str:
|
|
1019
1020
|
"""
|
|
1020
1021
|
Variable name
|
|
1021
1022
|
"""
|
|
@@ -1023,7 +1024,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1023
1024
|
|
|
1024
1025
|
@property
|
|
1025
1026
|
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
1026
|
-
def qos_adaptive_max_downstream(self) -> int:
|
|
1027
|
+
def qos_adaptive_max_downstream(self) -> builtins.int:
|
|
1027
1028
|
"""
|
|
1028
1029
|
Downstream max bandwidth limit
|
|
1029
1030
|
"""
|
|
@@ -1031,7 +1032,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1031
1032
|
|
|
1032
1033
|
@property
|
|
1033
1034
|
@pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
|
|
1034
|
-
def qos_adaptive_max_downstream_variable(self) -> str:
|
|
1035
|
+
def qos_adaptive_max_downstream_variable(self) -> builtins.str:
|
|
1035
1036
|
"""
|
|
1036
1037
|
Variable name
|
|
1037
1038
|
"""
|
|
@@ -1039,7 +1040,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1039
1040
|
|
|
1040
1041
|
@property
|
|
1041
1042
|
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
1042
|
-
def qos_adaptive_max_upstream(self) -> int:
|
|
1043
|
+
def qos_adaptive_max_upstream(self) -> builtins.int:
|
|
1043
1044
|
"""
|
|
1044
1045
|
Upstream max bandwidth limit
|
|
1045
1046
|
"""
|
|
@@ -1047,7 +1048,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1047
1048
|
|
|
1048
1049
|
@property
|
|
1049
1050
|
@pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
|
|
1050
|
-
def qos_adaptive_max_upstream_variable(self) -> str:
|
|
1051
|
+
def qos_adaptive_max_upstream_variable(self) -> builtins.str:
|
|
1051
1052
|
"""
|
|
1052
1053
|
Variable name
|
|
1053
1054
|
"""
|
|
@@ -1055,7 +1056,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1055
1056
|
|
|
1056
1057
|
@property
|
|
1057
1058
|
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
1058
|
-
def qos_adaptive_min_downstream(self) -> int:
|
|
1059
|
+
def qos_adaptive_min_downstream(self) -> builtins.int:
|
|
1059
1060
|
"""
|
|
1060
1061
|
Downstream min bandwidth limit
|
|
1061
1062
|
"""
|
|
@@ -1063,7 +1064,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1063
1064
|
|
|
1064
1065
|
@property
|
|
1065
1066
|
@pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
|
|
1066
|
-
def qos_adaptive_min_downstream_variable(self) -> str:
|
|
1067
|
+
def qos_adaptive_min_downstream_variable(self) -> builtins.str:
|
|
1067
1068
|
"""
|
|
1068
1069
|
Variable name
|
|
1069
1070
|
"""
|
|
@@ -1071,7 +1072,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1071
1072
|
|
|
1072
1073
|
@property
|
|
1073
1074
|
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
1074
|
-
def qos_adaptive_min_upstream(self) -> int:
|
|
1075
|
+
def qos_adaptive_min_upstream(self) -> builtins.int:
|
|
1075
1076
|
"""
|
|
1076
1077
|
Upstream min bandwidth limit
|
|
1077
1078
|
"""
|
|
@@ -1079,7 +1080,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1079
1080
|
|
|
1080
1081
|
@property
|
|
1081
1082
|
@pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
|
|
1082
|
-
def qos_adaptive_min_upstream_variable(self) -> str:
|
|
1083
|
+
def qos_adaptive_min_upstream_variable(self) -> builtins.str:
|
|
1083
1084
|
"""
|
|
1084
1085
|
Variable name
|
|
1085
1086
|
"""
|
|
@@ -1087,7 +1088,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1087
1088
|
|
|
1088
1089
|
@property
|
|
1089
1090
|
@pulumi.getter(name="qosAdaptivePeriod")
|
|
1090
|
-
def qos_adaptive_period(self) -> int:
|
|
1091
|
+
def qos_adaptive_period(self) -> builtins.int:
|
|
1091
1092
|
"""
|
|
1092
1093
|
Periodic timer for adaptive QoS in minutes
|
|
1093
1094
|
"""
|
|
@@ -1095,7 +1096,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1095
1096
|
|
|
1096
1097
|
@property
|
|
1097
1098
|
@pulumi.getter(name="qosAdaptivePeriodVariable")
|
|
1098
|
-
def qos_adaptive_period_variable(self) -> str:
|
|
1099
|
+
def qos_adaptive_period_variable(self) -> builtins.str:
|
|
1099
1100
|
"""
|
|
1100
1101
|
Variable name
|
|
1101
1102
|
"""
|
|
@@ -1103,7 +1104,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1103
1104
|
|
|
1104
1105
|
@property
|
|
1105
1106
|
@pulumi.getter(name="qosMap")
|
|
1106
|
-
def qos_map(self) -> str:
|
|
1107
|
+
def qos_map(self) -> builtins.str:
|
|
1107
1108
|
"""
|
|
1108
1109
|
Name of QoS map
|
|
1109
1110
|
"""
|
|
@@ -1111,7 +1112,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1111
1112
|
|
|
1112
1113
|
@property
|
|
1113
1114
|
@pulumi.getter(name="qosMapVariable")
|
|
1114
|
-
def qos_map_variable(self) -> str:
|
|
1115
|
+
def qos_map_variable(self) -> builtins.str:
|
|
1115
1116
|
"""
|
|
1116
1117
|
Variable name
|
|
1117
1118
|
"""
|
|
@@ -1119,7 +1120,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1119
1120
|
|
|
1120
1121
|
@property
|
|
1121
1122
|
@pulumi.getter(name="qosMapVpn")
|
|
1122
|
-
def qos_map_vpn(self) -> str:
|
|
1123
|
+
def qos_map_vpn(self) -> builtins.str:
|
|
1123
1124
|
"""
|
|
1124
1125
|
Name of VPN QoS map
|
|
1125
1126
|
"""
|
|
@@ -1127,7 +1128,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1127
1128
|
|
|
1128
1129
|
@property
|
|
1129
1130
|
@pulumi.getter(name="qosMapVpnVariable")
|
|
1130
|
-
def qos_map_vpn_variable(self) -> str:
|
|
1131
|
+
def qos_map_vpn_variable(self) -> builtins.str:
|
|
1131
1132
|
"""
|
|
1132
1133
|
Variable name
|
|
1133
1134
|
"""
|
|
@@ -1135,7 +1136,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1135
1136
|
|
|
1136
1137
|
@property
|
|
1137
1138
|
@pulumi.getter(name="secondaryRegion")
|
|
1138
|
-
def secondary_region(self) -> str:
|
|
1139
|
+
def secondary_region(self) -> builtins.str:
|
|
1139
1140
|
"""
|
|
1140
1141
|
Enable secondary region
|
|
1141
1142
|
"""
|
|
@@ -1143,7 +1144,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1143
1144
|
|
|
1144
1145
|
@property
|
|
1145
1146
|
@pulumi.getter(name="secondaryRegionVariable")
|
|
1146
|
-
def secondary_region_variable(self) -> str:
|
|
1147
|
+
def secondary_region_variable(self) -> builtins.str:
|
|
1147
1148
|
"""
|
|
1148
1149
|
Variable name
|
|
1149
1150
|
"""
|
|
@@ -1151,7 +1152,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1151
1152
|
|
|
1152
1153
|
@property
|
|
1153
1154
|
@pulumi.getter(name="shapingRate")
|
|
1154
|
-
def shaping_rate(self) -> int:
|
|
1155
|
+
def shaping_rate(self) -> builtins.int:
|
|
1155
1156
|
"""
|
|
1156
1157
|
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
1157
1158
|
"""
|
|
@@ -1159,7 +1160,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1159
1160
|
|
|
1160
1161
|
@property
|
|
1161
1162
|
@pulumi.getter(name="shapingRateVariable")
|
|
1162
|
-
def shaping_rate_variable(self) -> str:
|
|
1163
|
+
def shaping_rate_variable(self) -> builtins.str:
|
|
1163
1164
|
"""
|
|
1164
1165
|
Variable name
|
|
1165
1166
|
"""
|
|
@@ -1167,7 +1168,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1167
1168
|
|
|
1168
1169
|
@property
|
|
1169
1170
|
@pulumi.getter
|
|
1170
|
-
def shutdown(self) -> bool:
|
|
1171
|
+
def shutdown(self) -> builtins.bool:
|
|
1171
1172
|
"""
|
|
1172
1173
|
Administrative state
|
|
1173
1174
|
"""
|
|
@@ -1175,7 +1176,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1175
1176
|
|
|
1176
1177
|
@property
|
|
1177
1178
|
@pulumi.getter(name="shutdownVariable")
|
|
1178
|
-
def shutdown_variable(self) -> str:
|
|
1179
|
+
def shutdown_variable(self) -> builtins.str:
|
|
1179
1180
|
"""
|
|
1180
1181
|
Variable name
|
|
1181
1182
|
"""
|
|
@@ -1183,7 +1184,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1183
1184
|
|
|
1184
1185
|
@property
|
|
1185
1186
|
@pulumi.getter(name="templateType")
|
|
1186
|
-
def template_type(self) -> str:
|
|
1187
|
+
def template_type(self) -> builtins.str:
|
|
1187
1188
|
"""
|
|
1188
1189
|
The template type
|
|
1189
1190
|
"""
|
|
@@ -1191,7 +1192,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1191
1192
|
|
|
1192
1193
|
@property
|
|
1193
1194
|
@pulumi.getter(name="tlocExtension")
|
|
1194
|
-
def tloc_extension(self) -> str:
|
|
1195
|
+
def tloc_extension(self) -> builtins.str:
|
|
1195
1196
|
"""
|
|
1196
1197
|
Extends a local TLOC to a remote node only for vpn 0
|
|
1197
1198
|
"""
|
|
@@ -1199,7 +1200,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1199
1200
|
|
|
1200
1201
|
@property
|
|
1201
1202
|
@pulumi.getter(name="tlocExtensionVariable")
|
|
1202
|
-
def tloc_extension_variable(self) -> str:
|
|
1203
|
+
def tloc_extension_variable(self) -> builtins.str:
|
|
1203
1204
|
"""
|
|
1204
1205
|
Variable name
|
|
1205
1206
|
"""
|
|
@@ -1207,7 +1208,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1207
1208
|
|
|
1208
1209
|
@property
|
|
1209
1210
|
@pulumi.getter(name="trackerVariable")
|
|
1210
|
-
def tracker_variable(self) -> str:
|
|
1211
|
+
def tracker_variable(self) -> builtins.str:
|
|
1211
1212
|
"""
|
|
1212
1213
|
Variable name
|
|
1213
1214
|
"""
|
|
@@ -1215,7 +1216,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1215
1216
|
|
|
1216
1217
|
@property
|
|
1217
1218
|
@pulumi.getter
|
|
1218
|
-
def trackers(self) -> Sequence[str]:
|
|
1219
|
+
def trackers(self) -> Sequence[builtins.str]:
|
|
1219
1220
|
"""
|
|
1220
1221
|
Enable tracker for this interface
|
|
1221
1222
|
"""
|
|
@@ -1223,7 +1224,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1223
1224
|
|
|
1224
1225
|
@property
|
|
1225
1226
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1226
|
-
def tunnel_interface_allow_all(self) -> bool:
|
|
1227
|
+
def tunnel_interface_allow_all(self) -> builtins.bool:
|
|
1227
1228
|
"""
|
|
1228
1229
|
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1229
1230
|
"""
|
|
@@ -1231,7 +1232,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1231
1232
|
|
|
1232
1233
|
@property
|
|
1233
1234
|
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
1234
|
-
def tunnel_interface_allow_all_variable(self) -> str:
|
|
1235
|
+
def tunnel_interface_allow_all_variable(self) -> builtins.str:
|
|
1235
1236
|
"""
|
|
1236
1237
|
Variable name
|
|
1237
1238
|
"""
|
|
@@ -1239,7 +1240,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1239
1240
|
|
|
1240
1241
|
@property
|
|
1241
1242
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1242
|
-
def tunnel_interface_allow_bgp(self) -> bool:
|
|
1243
|
+
def tunnel_interface_allow_bgp(self) -> builtins.bool:
|
|
1243
1244
|
"""
|
|
1244
1245
|
Allow/deny BGP
|
|
1245
1246
|
"""
|
|
@@ -1247,7 +1248,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1247
1248
|
|
|
1248
1249
|
@property
|
|
1249
1250
|
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
1250
|
-
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
1251
|
+
def tunnel_interface_allow_bgp_variable(self) -> builtins.str:
|
|
1251
1252
|
"""
|
|
1252
1253
|
Variable name
|
|
1253
1254
|
"""
|
|
@@ -1255,7 +1256,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1255
1256
|
|
|
1256
1257
|
@property
|
|
1257
1258
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1258
|
-
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
1259
|
+
def tunnel_interface_allow_dhcp(self) -> builtins.bool:
|
|
1259
1260
|
"""
|
|
1260
1261
|
Allow/Deny DHCP
|
|
1261
1262
|
"""
|
|
@@ -1263,7 +1264,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1263
1264
|
|
|
1264
1265
|
@property
|
|
1265
1266
|
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
1266
|
-
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1267
|
+
def tunnel_interface_allow_dhcp_variable(self) -> builtins.str:
|
|
1267
1268
|
"""
|
|
1268
1269
|
Variable name
|
|
1269
1270
|
"""
|
|
@@ -1271,7 +1272,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1271
1272
|
|
|
1272
1273
|
@property
|
|
1273
1274
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1274
|
-
def tunnel_interface_allow_dns(self) -> bool:
|
|
1275
|
+
def tunnel_interface_allow_dns(self) -> builtins.bool:
|
|
1275
1276
|
"""
|
|
1276
1277
|
Allow/Deny DNS
|
|
1277
1278
|
"""
|
|
@@ -1279,7 +1280,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1279
1280
|
|
|
1280
1281
|
@property
|
|
1281
1282
|
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1282
|
-
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1283
|
+
def tunnel_interface_allow_dns_variable(self) -> builtins.str:
|
|
1283
1284
|
"""
|
|
1284
1285
|
Variable name
|
|
1285
1286
|
"""
|
|
@@ -1287,7 +1288,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1287
1288
|
|
|
1288
1289
|
@property
|
|
1289
1290
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1290
|
-
def tunnel_interface_allow_https(self) -> bool:
|
|
1291
|
+
def tunnel_interface_allow_https(self) -> builtins.bool:
|
|
1291
1292
|
"""
|
|
1292
1293
|
Allow/Deny Https
|
|
1293
1294
|
"""
|
|
@@ -1295,7 +1296,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1295
1296
|
|
|
1296
1297
|
@property
|
|
1297
1298
|
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
1298
|
-
def tunnel_interface_allow_https_variable(self) -> str:
|
|
1299
|
+
def tunnel_interface_allow_https_variable(self) -> builtins.str:
|
|
1299
1300
|
"""
|
|
1300
1301
|
Variable name
|
|
1301
1302
|
"""
|
|
@@ -1303,7 +1304,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1303
1304
|
|
|
1304
1305
|
@property
|
|
1305
1306
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1306
|
-
def tunnel_interface_allow_icmp(self) -> bool:
|
|
1307
|
+
def tunnel_interface_allow_icmp(self) -> builtins.bool:
|
|
1307
1308
|
"""
|
|
1308
1309
|
Allow/Deny ICMP
|
|
1309
1310
|
"""
|
|
@@ -1311,7 +1312,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1311
1312
|
|
|
1312
1313
|
@property
|
|
1313
1314
|
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
1314
|
-
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
1315
|
+
def tunnel_interface_allow_icmp_variable(self) -> builtins.str:
|
|
1315
1316
|
"""
|
|
1316
1317
|
Variable name
|
|
1317
1318
|
"""
|
|
@@ -1319,7 +1320,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1319
1320
|
|
|
1320
1321
|
@property
|
|
1321
1322
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1322
|
-
def tunnel_interface_allow_netconf(self) -> bool:
|
|
1323
|
+
def tunnel_interface_allow_netconf(self) -> builtins.bool:
|
|
1323
1324
|
"""
|
|
1324
1325
|
Allow/Deny NETCONF
|
|
1325
1326
|
"""
|
|
@@ -1327,7 +1328,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1327
1328
|
|
|
1328
1329
|
@property
|
|
1329
1330
|
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
1330
|
-
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
1331
|
+
def tunnel_interface_allow_netconf_variable(self) -> builtins.str:
|
|
1331
1332
|
"""
|
|
1332
1333
|
Variable name
|
|
1333
1334
|
"""
|
|
@@ -1335,7 +1336,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1335
1336
|
|
|
1336
1337
|
@property
|
|
1337
1338
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1338
|
-
def tunnel_interface_allow_ntp(self) -> bool:
|
|
1339
|
+
def tunnel_interface_allow_ntp(self) -> builtins.bool:
|
|
1339
1340
|
"""
|
|
1340
1341
|
Allow/Deny NTP
|
|
1341
1342
|
"""
|
|
@@ -1343,7 +1344,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1343
1344
|
|
|
1344
1345
|
@property
|
|
1345
1346
|
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
1346
|
-
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
1347
|
+
def tunnel_interface_allow_ntp_variable(self) -> builtins.str:
|
|
1347
1348
|
"""
|
|
1348
1349
|
Variable name
|
|
1349
1350
|
"""
|
|
@@ -1351,7 +1352,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1351
1352
|
|
|
1352
1353
|
@property
|
|
1353
1354
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1354
|
-
def tunnel_interface_allow_ospf(self) -> bool:
|
|
1355
|
+
def tunnel_interface_allow_ospf(self) -> builtins.bool:
|
|
1355
1356
|
"""
|
|
1356
1357
|
Allow/Deny OSPF
|
|
1357
1358
|
"""
|
|
@@ -1359,7 +1360,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1359
1360
|
|
|
1360
1361
|
@property
|
|
1361
1362
|
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
1362
|
-
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
1363
|
+
def tunnel_interface_allow_ospf_variable(self) -> builtins.str:
|
|
1363
1364
|
"""
|
|
1364
1365
|
Variable name
|
|
1365
1366
|
"""
|
|
@@ -1367,7 +1368,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1367
1368
|
|
|
1368
1369
|
@property
|
|
1369
1370
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1370
|
-
def tunnel_interface_allow_snmp(self) -> bool:
|
|
1371
|
+
def tunnel_interface_allow_snmp(self) -> builtins.bool:
|
|
1371
1372
|
"""
|
|
1372
1373
|
Allow/Deny SNMP
|
|
1373
1374
|
"""
|
|
@@ -1375,7 +1376,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1375
1376
|
|
|
1376
1377
|
@property
|
|
1377
1378
|
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
1378
|
-
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
1379
|
+
def tunnel_interface_allow_snmp_variable(self) -> builtins.str:
|
|
1379
1380
|
"""
|
|
1380
1381
|
Variable name
|
|
1381
1382
|
"""
|
|
@@ -1383,7 +1384,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1383
1384
|
|
|
1384
1385
|
@property
|
|
1385
1386
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1386
|
-
def tunnel_interface_allow_ssh(self) -> bool:
|
|
1387
|
+
def tunnel_interface_allow_ssh(self) -> builtins.bool:
|
|
1387
1388
|
"""
|
|
1388
1389
|
Allow/Deny SSH
|
|
1389
1390
|
"""
|
|
@@ -1391,7 +1392,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1391
1392
|
|
|
1392
1393
|
@property
|
|
1393
1394
|
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
1394
|
-
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
1395
|
+
def tunnel_interface_allow_ssh_variable(self) -> builtins.str:
|
|
1395
1396
|
"""
|
|
1396
1397
|
Variable name
|
|
1397
1398
|
"""
|
|
@@ -1399,7 +1400,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1399
1400
|
|
|
1400
1401
|
@property
|
|
1401
1402
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1402
|
-
def tunnel_interface_allow_stun(self) -> bool:
|
|
1403
|
+
def tunnel_interface_allow_stun(self) -> builtins.bool:
|
|
1403
1404
|
"""
|
|
1404
1405
|
Allow/Deny STUN
|
|
1405
1406
|
"""
|
|
@@ -1407,7 +1408,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1407
1408
|
|
|
1408
1409
|
@property
|
|
1409
1410
|
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
1410
|
-
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
1411
|
+
def tunnel_interface_allow_stun_variable(self) -> builtins.str:
|
|
1411
1412
|
"""
|
|
1412
1413
|
Variable name
|
|
1413
1414
|
"""
|
|
@@ -1415,7 +1416,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1415
1416
|
|
|
1416
1417
|
@property
|
|
1417
1418
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
1418
|
-
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
1419
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> builtins.str:
|
|
1419
1420
|
"""
|
|
1420
1421
|
Bind loopback tunnel interface to a physical interface
|
|
1421
1422
|
"""
|
|
@@ -1423,7 +1424,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1423
1424
|
|
|
1424
1425
|
@property
|
|
1425
1426
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
1426
|
-
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
1427
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> builtins.str:
|
|
1427
1428
|
"""
|
|
1428
1429
|
Variable name
|
|
1429
1430
|
"""
|
|
@@ -1431,7 +1432,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1431
1432
|
|
|
1432
1433
|
@property
|
|
1433
1434
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1434
|
-
def tunnel_interface_border(self) -> bool:
|
|
1435
|
+
def tunnel_interface_border(self) -> builtins.bool:
|
|
1435
1436
|
"""
|
|
1436
1437
|
Set TLOC as border TLOC
|
|
1437
1438
|
"""
|
|
@@ -1439,7 +1440,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1439
1440
|
|
|
1440
1441
|
@property
|
|
1441
1442
|
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
1442
|
-
def tunnel_interface_border_variable(self) -> str:
|
|
1443
|
+
def tunnel_interface_border_variable(self) -> builtins.str:
|
|
1443
1444
|
"""
|
|
1444
1445
|
Variable name
|
|
1445
1446
|
"""
|
|
@@ -1447,7 +1448,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1447
1448
|
|
|
1448
1449
|
@property
|
|
1449
1450
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1450
|
-
def tunnel_interface_carrier(self) -> str:
|
|
1451
|
+
def tunnel_interface_carrier(self) -> builtins.str:
|
|
1451
1452
|
"""
|
|
1452
1453
|
Set carrier for TLOC
|
|
1453
1454
|
"""
|
|
@@ -1455,7 +1456,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1455
1456
|
|
|
1456
1457
|
@property
|
|
1457
1458
|
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
1458
|
-
def tunnel_interface_carrier_variable(self) -> str:
|
|
1459
|
+
def tunnel_interface_carrier_variable(self) -> builtins.str:
|
|
1459
1460
|
"""
|
|
1460
1461
|
Variable name
|
|
1461
1462
|
"""
|
|
@@ -1463,7 +1464,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1463
1464
|
|
|
1464
1465
|
@property
|
|
1465
1466
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1466
|
-
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
1467
|
+
def tunnel_interface_clear_dont_fragment(self) -> builtins.bool:
|
|
1467
1468
|
"""
|
|
1468
1469
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1469
1470
|
"""
|
|
@@ -1471,7 +1472,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1471
1472
|
|
|
1472
1473
|
@property
|
|
1473
1474
|
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
1474
|
-
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
1475
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> builtins.str:
|
|
1475
1476
|
"""
|
|
1476
1477
|
Variable name
|
|
1477
1478
|
"""
|
|
@@ -1479,7 +1480,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1479
1480
|
|
|
1480
1481
|
@property
|
|
1481
1482
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1482
|
-
def tunnel_interface_color(self) -> str:
|
|
1483
|
+
def tunnel_interface_color(self) -> builtins.str:
|
|
1483
1484
|
"""
|
|
1484
1485
|
Set color for TLOC
|
|
1485
1486
|
"""
|
|
@@ -1487,7 +1488,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1487
1488
|
|
|
1488
1489
|
@property
|
|
1489
1490
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1490
|
-
def tunnel_interface_color_restrict(self) -> bool:
|
|
1491
|
+
def tunnel_interface_color_restrict(self) -> builtins.bool:
|
|
1491
1492
|
"""
|
|
1492
1493
|
Restrict this TLOC behavior
|
|
1493
1494
|
"""
|
|
@@ -1495,7 +1496,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1495
1496
|
|
|
1496
1497
|
@property
|
|
1497
1498
|
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
1498
|
-
def tunnel_interface_color_variable(self) -> str:
|
|
1499
|
+
def tunnel_interface_color_variable(self) -> builtins.str:
|
|
1499
1500
|
"""
|
|
1500
1501
|
Variable name
|
|
1501
1502
|
"""
|
|
@@ -1503,7 +1504,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1503
1504
|
|
|
1504
1505
|
@property
|
|
1505
1506
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
1506
|
-
def tunnel_interface_control_connections(self) -> bool:
|
|
1507
|
+
def tunnel_interface_control_connections(self) -> builtins.bool:
|
|
1507
1508
|
"""
|
|
1508
1509
|
Allow Control Connection
|
|
1509
1510
|
"""
|
|
@@ -1511,7 +1512,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1511
1512
|
|
|
1512
1513
|
@property
|
|
1513
1514
|
@pulumi.getter(name="tunnelInterfaceControlConnectionsVariable")
|
|
1514
|
-
def tunnel_interface_control_connections_variable(self) -> str:
|
|
1515
|
+
def tunnel_interface_control_connections_variable(self) -> builtins.str:
|
|
1515
1516
|
"""
|
|
1516
1517
|
Variable name
|
|
1517
1518
|
"""
|
|
@@ -1527,7 +1528,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1527
1528
|
|
|
1528
1529
|
@property
|
|
1529
1530
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
1530
|
-
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
1531
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> builtins.str:
|
|
1531
1532
|
"""
|
|
1532
1533
|
Variable name
|
|
1533
1534
|
"""
|
|
@@ -1535,7 +1536,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1535
1536
|
|
|
1536
1537
|
@property
|
|
1537
1538
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1538
|
-
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1539
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[builtins.int]:
|
|
1539
1540
|
"""
|
|
1540
1541
|
Exclude the following controller groups defined in this list
|
|
1541
1542
|
"""
|
|
@@ -1543,7 +1544,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1543
1544
|
|
|
1544
1545
|
@property
|
|
1545
1546
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1546
|
-
def tunnel_interface_groups(self) -> Sequence[int]:
|
|
1547
|
+
def tunnel_interface_groups(self) -> Sequence[builtins.int]:
|
|
1547
1548
|
"""
|
|
1548
1549
|
List of groups
|
|
1549
1550
|
"""
|
|
@@ -1551,7 +1552,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1551
1552
|
|
|
1552
1553
|
@property
|
|
1553
1554
|
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1554
|
-
def tunnel_interface_groups_variable(self) -> str:
|
|
1555
|
+
def tunnel_interface_groups_variable(self) -> builtins.str:
|
|
1555
1556
|
"""
|
|
1556
1557
|
Variable name
|
|
1557
1558
|
"""
|
|
@@ -1559,7 +1560,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1559
1560
|
|
|
1560
1561
|
@property
|
|
1561
1562
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1562
|
-
def tunnel_interface_hello_interval(self) -> int:
|
|
1563
|
+
def tunnel_interface_hello_interval(self) -> builtins.int:
|
|
1563
1564
|
"""
|
|
1564
1565
|
Set time period of control hello packets \\n\\n milli seconds
|
|
1565
1566
|
"""
|
|
@@ -1567,7 +1568,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1567
1568
|
|
|
1568
1569
|
@property
|
|
1569
1570
|
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1570
|
-
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1571
|
+
def tunnel_interface_hello_interval_variable(self) -> builtins.str:
|
|
1571
1572
|
"""
|
|
1572
1573
|
Variable name
|
|
1573
1574
|
"""
|
|
@@ -1575,7 +1576,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1575
1576
|
|
|
1576
1577
|
@property
|
|
1577
1578
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1578
|
-
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1579
|
+
def tunnel_interface_hello_tolerance(self) -> builtins.int:
|
|
1579
1580
|
"""
|
|
1580
1581
|
Set tolerance of control hello packets \\n\\n seconds
|
|
1581
1582
|
"""
|
|
@@ -1583,7 +1584,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1583
1584
|
|
|
1584
1585
|
@property
|
|
1585
1586
|
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1586
|
-
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1587
|
+
def tunnel_interface_hello_tolerance_variable(self) -> builtins.str:
|
|
1587
1588
|
"""
|
|
1588
1589
|
Variable name
|
|
1589
1590
|
"""
|
|
@@ -1591,7 +1592,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1591
1592
|
|
|
1592
1593
|
@property
|
|
1593
1594
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1594
|
-
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1595
|
+
def tunnel_interface_last_resort_circuit(self) -> builtins.bool:
|
|
1595
1596
|
"""
|
|
1596
1597
|
Set TLOC as last resort
|
|
1597
1598
|
"""
|
|
@@ -1599,7 +1600,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1599
1600
|
|
|
1600
1601
|
@property
|
|
1601
1602
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1602
|
-
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1603
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> builtins.str:
|
|
1603
1604
|
"""
|
|
1604
1605
|
Variable name
|
|
1605
1606
|
"""
|
|
@@ -1607,7 +1608,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1607
1608
|
|
|
1608
1609
|
@property
|
|
1609
1610
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1610
|
-
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
1611
|
+
def tunnel_interface_low_bandwidth_link(self) -> builtins.bool:
|
|
1611
1612
|
"""
|
|
1612
1613
|
Set the interface as a low-bandwidth circuit
|
|
1613
1614
|
"""
|
|
@@ -1615,7 +1616,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1615
1616
|
|
|
1616
1617
|
@property
|
|
1617
1618
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
1618
|
-
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
1619
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> builtins.str:
|
|
1619
1620
|
"""
|
|
1620
1621
|
Variable name
|
|
1621
1622
|
"""
|
|
@@ -1623,7 +1624,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1623
1624
|
|
|
1624
1625
|
@property
|
|
1625
1626
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
1626
|
-
def tunnel_interface_max_control_connections(self) -> int:
|
|
1627
|
+
def tunnel_interface_max_control_connections(self) -> builtins.int:
|
|
1627
1628
|
"""
|
|
1628
1629
|
Set the maximum number of control connections for this TLOC
|
|
1629
1630
|
"""
|
|
@@ -1631,7 +1632,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1631
1632
|
|
|
1632
1633
|
@property
|
|
1633
1634
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
1634
|
-
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
1635
|
+
def tunnel_interface_max_control_connections_variable(self) -> builtins.str:
|
|
1635
1636
|
"""
|
|
1636
1637
|
Variable name
|
|
1637
1638
|
"""
|
|
@@ -1639,7 +1640,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1639
1640
|
|
|
1640
1641
|
@property
|
|
1641
1642
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1642
|
-
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
1643
|
+
def tunnel_interface_nat_refresh_interval(self) -> builtins.int:
|
|
1643
1644
|
"""
|
|
1644
1645
|
Set time period of nat refresh packets \\n\\n seconds
|
|
1645
1646
|
"""
|
|
@@ -1647,7 +1648,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1647
1648
|
|
|
1648
1649
|
@property
|
|
1649
1650
|
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
1650
|
-
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
1651
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> builtins.str:
|
|
1651
1652
|
"""
|
|
1652
1653
|
Variable name
|
|
1653
1654
|
"""
|
|
@@ -1655,7 +1656,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1655
1656
|
|
|
1656
1657
|
@property
|
|
1657
1658
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
1658
|
-
def tunnel_interface_network_broadcast(self) -> bool:
|
|
1659
|
+
def tunnel_interface_network_broadcast(self) -> builtins.bool:
|
|
1659
1660
|
"""
|
|
1660
1661
|
Accept and respond to network-prefix-directed broadcasts)
|
|
1661
1662
|
"""
|
|
@@ -1663,7 +1664,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1663
1664
|
|
|
1664
1665
|
@property
|
|
1665
1666
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
|
|
1666
|
-
def tunnel_interface_network_broadcast_variable(self) -> str:
|
|
1667
|
+
def tunnel_interface_network_broadcast_variable(self) -> builtins.str:
|
|
1667
1668
|
"""
|
|
1668
1669
|
Variable name
|
|
1669
1670
|
"""
|
|
@@ -1671,7 +1672,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1671
1672
|
|
|
1672
1673
|
@property
|
|
1673
1674
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1674
|
-
def tunnel_interface_port_hop(self) -> bool:
|
|
1675
|
+
def tunnel_interface_port_hop(self) -> builtins.bool:
|
|
1675
1676
|
"""
|
|
1676
1677
|
Disallow port hopping on the tunnel interface
|
|
1677
1678
|
"""
|
|
@@ -1679,7 +1680,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1679
1680
|
|
|
1680
1681
|
@property
|
|
1681
1682
|
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
1682
|
-
def tunnel_interface_port_hop_variable(self) -> str:
|
|
1683
|
+
def tunnel_interface_port_hop_variable(self) -> builtins.str:
|
|
1683
1684
|
"""
|
|
1684
1685
|
Variable name
|
|
1685
1686
|
"""
|
|
@@ -1687,7 +1688,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1687
1688
|
|
|
1688
1689
|
@property
|
|
1689
1690
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1690
|
-
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
1691
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> builtins.int:
|
|
1691
1692
|
"""
|
|
1692
1693
|
Tunnel TCP MSS on SYN packets, in bytes
|
|
1693
1694
|
"""
|
|
@@ -1695,7 +1696,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1695
1696
|
|
|
1696
1697
|
@property
|
|
1697
1698
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
1698
|
-
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
1699
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> builtins.str:
|
|
1699
1700
|
"""
|
|
1700
1701
|
Variable name
|
|
1701
1702
|
"""
|
|
@@ -1703,7 +1704,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1703
1704
|
|
|
1704
1705
|
@property
|
|
1705
1706
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1706
|
-
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
1707
|
+
def tunnel_interface_vbond_as_stun_server(self) -> builtins.bool:
|
|
1707
1708
|
"""
|
|
1708
1709
|
Put this wan interface in STUN mode only
|
|
1709
1710
|
"""
|
|
@@ -1711,7 +1712,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1711
1712
|
|
|
1712
1713
|
@property
|
|
1713
1714
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
1714
|
-
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
1715
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> builtins.str:
|
|
1715
1716
|
"""
|
|
1716
1717
|
Variable name
|
|
1717
1718
|
"""
|
|
@@ -1719,7 +1720,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1719
1720
|
|
|
1720
1721
|
@property
|
|
1721
1722
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1722
|
-
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
1723
|
+
def tunnel_interface_vmanage_connection_preference(self) -> builtins.int:
|
|
1723
1724
|
"""
|
|
1724
1725
|
Set interface preference for control connection to vManage \\n\\n
|
|
1725
1726
|
"""
|
|
@@ -1727,7 +1728,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1727
1728
|
|
|
1728
1729
|
@property
|
|
1729
1730
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
1730
|
-
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
1731
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> builtins.str:
|
|
1731
1732
|
"""
|
|
1732
1733
|
Variable name
|
|
1733
1734
|
"""
|
|
@@ -1735,7 +1736,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1735
1736
|
|
|
1736
1737
|
@property
|
|
1737
1738
|
@pulumi.getter(name="tunnelQosMode")
|
|
1738
|
-
def tunnel_qos_mode(self) -> str:
|
|
1739
|
+
def tunnel_qos_mode(self) -> builtins.str:
|
|
1739
1740
|
"""
|
|
1740
1741
|
Set tunnel QoS mode
|
|
1741
1742
|
"""
|
|
@@ -1743,7 +1744,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1743
1744
|
|
|
1744
1745
|
@property
|
|
1745
1746
|
@pulumi.getter(name="tunnelQosModeVariable")
|
|
1746
|
-
def tunnel_qos_mode_variable(self) -> str:
|
|
1747
|
+
def tunnel_qos_mode_variable(self) -> builtins.str:
|
|
1747
1748
|
"""
|
|
1748
1749
|
Variable name
|
|
1749
1750
|
"""
|
|
@@ -1751,7 +1752,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1751
1752
|
|
|
1752
1753
|
@property
|
|
1753
1754
|
@pulumi.getter(name="unnumberedLoopbackInterface")
|
|
1754
|
-
def unnumbered_loopback_interface(self) -> str:
|
|
1755
|
+
def unnumbered_loopback_interface(self) -> builtins.str:
|
|
1755
1756
|
"""
|
|
1756
1757
|
Dialer IP Unnumbered Loopback interface name
|
|
1757
1758
|
"""
|
|
@@ -1759,7 +1760,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1759
1760
|
|
|
1760
1761
|
@property
|
|
1761
1762
|
@pulumi.getter(name="unnumberedLoopbackInterfaceVariable")
|
|
1762
|
-
def unnumbered_loopback_interface_variable(self) -> str:
|
|
1763
|
+
def unnumbered_loopback_interface_variable(self) -> builtins.str:
|
|
1763
1764
|
"""
|
|
1764
1765
|
Variable name
|
|
1765
1766
|
"""
|
|
@@ -1767,7 +1768,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1767
1768
|
|
|
1768
1769
|
@property
|
|
1769
1770
|
@pulumi.getter
|
|
1770
|
-
def version(self) -> int:
|
|
1771
|
+
def version(self) -> builtins.int:
|
|
1771
1772
|
"""
|
|
1772
1773
|
The version of the feature template
|
|
1773
1774
|
"""
|
|
@@ -1775,7 +1776,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1775
1776
|
|
|
1776
1777
|
@property
|
|
1777
1778
|
@pulumi.getter(name="writeRule")
|
|
1778
|
-
def write_rule(self) -> str:
|
|
1779
|
+
def write_rule(self) -> builtins.str:
|
|
1779
1780
|
"""
|
|
1780
1781
|
Name of rewrite rule
|
|
1781
1782
|
"""
|
|
@@ -1783,7 +1784,7 @@ class GetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
|
1783
1784
|
|
|
1784
1785
|
@property
|
|
1785
1786
|
@pulumi.getter(name="writeRuleVariable")
|
|
1786
|
-
def write_rule_variable(self) -> str:
|
|
1787
|
+
def write_rule_variable(self) -> builtins.str:
|
|
1787
1788
|
"""
|
|
1788
1789
|
Variable name
|
|
1789
1790
|
"""
|
|
@@ -1958,8 +1959,8 @@ class AwaitableGetVpnInterfaceEthernetPppoeFeatureTemplateResult(GetVpnInterface
|
|
|
1958
1959
|
write_rule_variable=self.write_rule_variable)
|
|
1959
1960
|
|
|
1960
1961
|
|
|
1961
|
-
def get_vpn_interface_ethernet_pppoe_feature_template(id: Optional[str] = None,
|
|
1962
|
-
name: Optional[str] = None,
|
|
1962
|
+
def get_vpn_interface_ethernet_pppoe_feature_template(id: Optional[builtins.str] = None,
|
|
1963
|
+
name: Optional[builtins.str] = None,
|
|
1963
1964
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVpnInterfaceEthernetPppoeFeatureTemplateResult:
|
|
1964
1965
|
"""
|
|
1965
1966
|
This data source can read the VPN Interface Ethernet PPPoE feature template.
|
|
@@ -1974,8 +1975,8 @@ def get_vpn_interface_ethernet_pppoe_feature_template(id: Optional[str] = None,
|
|
|
1974
1975
|
```
|
|
1975
1976
|
|
|
1976
1977
|
|
|
1977
|
-
:param str id: The id of the feature template
|
|
1978
|
-
:param str name: The name of the feature template
|
|
1978
|
+
:param builtins.str id: The id of the feature template
|
|
1979
|
+
:param builtins.str name: The name of the feature template
|
|
1979
1980
|
"""
|
|
1980
1981
|
__args__ = dict()
|
|
1981
1982
|
__args__['id'] = id
|
|
@@ -2144,8 +2145,8 @@ def get_vpn_interface_ethernet_pppoe_feature_template(id: Optional[str] = None,
|
|
|
2144
2145
|
version=pulumi.get(__ret__, 'version'),
|
|
2145
2146
|
write_rule=pulumi.get(__ret__, 'write_rule'),
|
|
2146
2147
|
write_rule_variable=pulumi.get(__ret__, 'write_rule_variable'))
|
|
2147
|
-
def get_vpn_interface_ethernet_pppoe_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
2148
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
2148
|
+
def get_vpn_interface_ethernet_pppoe_feature_template_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
2149
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
2149
2150
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVpnInterfaceEthernetPppoeFeatureTemplateResult]:
|
|
2150
2151
|
"""
|
|
2151
2152
|
This data source can read the VPN Interface Ethernet PPPoE feature template.
|
|
@@ -2160,8 +2161,8 @@ def get_vpn_interface_ethernet_pppoe_feature_template_output(id: Optional[pulumi
|
|
|
2160
2161
|
```
|
|
2161
2162
|
|
|
2162
2163
|
|
|
2163
|
-
:param str id: The id of the feature template
|
|
2164
|
-
:param str name: The name of the feature template
|
|
2164
|
+
:param builtins.str id: The id of the feature template
|
|
2165
|
+
:param builtins.str name: The name of the feature template
|
|
2165
2166
|
"""
|
|
2166
2167
|
__args__ = dict()
|
|
2167
2168
|
__args__['id'] = id
|