pulumi-sdwan 0.3.0a1738730086__py3-none-any.whl → 0.5.1a1762228200__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +102 -1
- pulumi_sdwan/_inputs.py +23045 -21816
- pulumi_sdwan/_utilities.py +9 -5
- pulumi_sdwan/activate_centralized_policy.py +28 -19
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +213 -201
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +287 -233
- pulumi_sdwan/allow_url_list_policy_object.py +36 -31
- pulumi_sdwan/app_probe_class_policy_object.py +53 -48
- pulumi_sdwan/application_aware_routing_policy_definition.py +259 -58
- pulumi_sdwan/application_list_policy_object.py +36 -31
- pulumi_sdwan/application_priority_feature_profile.py +41 -36
- pulumi_sdwan/application_priority_qos_policy.py +172 -129
- pulumi_sdwan/application_priority_traffic_policy_policy.py +171 -112
- pulumi_sdwan/as_path_list_policy_object.py +62 -31
- pulumi_sdwan/attach_feature_device_template.py +31 -22
- pulumi_sdwan/block_url_list_policy_object.py +36 -31
- pulumi_sdwan/cedge_aaa_feature_template.py +711 -470
- pulumi_sdwan/cedge_global_feature_template.py +1102 -936
- pulumi_sdwan/cedge_igmp_feature_template.py +127 -91
- pulumi_sdwan/cedge_multicast_feature_template.py +218 -199
- pulumi_sdwan/cedge_pim_feature_template.py +572 -455
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +368 -335
- pulumi_sdwan/cellular_controller_feature_template.py +343 -273
- pulumi_sdwan/cellular_profile_feature_template.py +497 -471
- pulumi_sdwan/centralized_policy.py +53 -48
- pulumi_sdwan/cflowd_policy_definition.py +287 -191
- pulumi_sdwan/cisco_banner_feature_template.py +154 -156
- pulumi_sdwan/cisco_bfd_feature_template.py +286 -209
- pulumi_sdwan/cisco_bgp_feature_template.py +783 -655
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +455 -372
- pulumi_sdwan/cisco_logging_feature_template.py +245 -208
- pulumi_sdwan/cisco_ntp_feature_template.py +304 -236
- pulumi_sdwan/cisco_omp_feature_template.py +763 -575
- pulumi_sdwan/cisco_ospf_feature_template.py +818 -561
- pulumi_sdwan/cisco_ospfv3_feature_template.py +1776 -1244
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +333 -151
- pulumi_sdwan/cisco_security_feature_template.py +445 -317
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +470 -465
- pulumi_sdwan/cisco_snmp_feature_template.py +309 -208
- pulumi_sdwan/cisco_system_feature_template.py +1768 -1824
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +139 -91
- pulumi_sdwan/cisco_trustsec_feature_template.py +820 -648
- pulumi_sdwan/cisco_vpn_feature_template.py +398 -347
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +4615 -3627
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +692 -592
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +1238 -1065
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +487 -416
- pulumi_sdwan/class_map_policy_object.py +60 -48
- pulumi_sdwan/cli_config_feature.py +90 -81
- pulumi_sdwan/cli_device_template.py +111 -99
- pulumi_sdwan/cli_feature_profile.py +41 -36
- pulumi_sdwan/cli_template_feature_template.py +103 -105
- pulumi_sdwan/color_list_policy_object.py +36 -31
- pulumi_sdwan/config/__init__.py +2 -1
- pulumi_sdwan/config/__init__.pyi +7 -2
- pulumi_sdwan/config/vars.py +14 -7
- pulumi_sdwan/configuration_group.py +156 -141
- pulumi_sdwan/custom_control_topology_policy_definition.py +149 -77
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/dns_security_feature_profile.py +41 -36
- pulumi_sdwan/dns_security_policy.py +706 -0
- pulumi_sdwan/dns_security_policy_definition.py +206 -201
- pulumi_sdwan/domain_list_policy_object.py +36 -31
- pulumi_sdwan/eigrp_feature_template.py +469 -350
- pulumi_sdwan/embedded_security_feature_profile.py +41 -36
- pulumi_sdwan/expanded_community_list_policy_object.py +36 -31
- pulumi_sdwan/extended_community_list_policy_object.py +36 -31
- pulumi_sdwan/feature_device_template.py +165 -153
- pulumi_sdwan/geo_location_list_policy_object.py +36 -31
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +32 -32
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +34 -34
- pulumi_sdwan/get_allow_url_list_policy_object.py +13 -13
- pulumi_sdwan/get_app_probe_class_policy_object.py +15 -15
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +60 -18
- pulumi_sdwan/get_application_list_policy_object.py +13 -13
- pulumi_sdwan/get_application_priority_feature_profile.py +12 -12
- pulumi_sdwan/get_application_priority_qos_policy.py +38 -38
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +27 -27
- pulumi_sdwan/get_as_path_list_policy_object.py +13 -13
- pulumi_sdwan/get_block_url_list_policy_object.py +13 -13
- pulumi_sdwan/get_cedge_aaa_feature_template.py +68 -68
- pulumi_sdwan/get_cedge_global_feature_template.py +114 -114
- pulumi_sdwan/get_cedge_igmp_feature_template.py +23 -23
- pulumi_sdwan/get_cedge_multicast_feature_template.py +34 -34
- pulumi_sdwan/get_cedge_pim_feature_template.py +66 -66
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +50 -50
- pulumi_sdwan/get_cellular_controller_feature_template.py +43 -43
- pulumi_sdwan/get_cellular_profile_feature_template.py +66 -66
- pulumi_sdwan/get_centralized_policy.py +15 -15
- pulumi_sdwan/get_cflowd_policy_definition.py +31 -31
- pulumi_sdwan/get_cisco_banner_feature_template.py +30 -30
- pulumi_sdwan/get_cisco_bfd_feature_template.py +35 -35
- pulumi_sdwan/get_cisco_bgp_feature_template.py +88 -88
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +56 -56
- pulumi_sdwan/get_cisco_logging_feature_template.py +37 -37
- pulumi_sdwan/get_cisco_ntp_feature_template.py +40 -40
- pulumi_sdwan/get_cisco_omp_feature_template.py +76 -76
- pulumi_sdwan/get_cisco_ospf_feature_template.py +76 -76
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +152 -152
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +31 -31
- pulumi_sdwan/get_cisco_security_feature_template.py +48 -48
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +66 -66
- pulumi_sdwan/get_cisco_snmp_feature_template.py +39 -39
- pulumi_sdwan/get_cisco_system_feature_template.py +186 -158
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +23 -23
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +83 -83
- pulumi_sdwan/get_cisco_vpn_feature_template.py +63 -63
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +414 -414
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +79 -79
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +128 -128
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +55 -55
- pulumi_sdwan/get_class_map_policy_object.py +14 -14
- pulumi_sdwan/get_cli_config_feature.py +22 -22
- pulumi_sdwan/get_cli_device_template.py +20 -20
- pulumi_sdwan/get_cli_feature_profile.py +12 -12
- pulumi_sdwan/get_cli_template_feature_template.py +24 -24
- pulumi_sdwan/get_color_list_policy_object.py +13 -13
- pulumi_sdwan/get_configuration_group.py +32 -32
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +19 -19
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_device.py +17 -17
- pulumi_sdwan/get_dns_security_feature_profile.py +12 -12
- pulumi_sdwan/get_dns_security_policy.py +272 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +33 -33
- pulumi_sdwan/get_domain_list_policy_object.py +13 -13
- pulumi_sdwan/get_eigrp_feature_template.py +53 -53
- pulumi_sdwan/get_embedded_security_feature_profile.py +12 -12
- pulumi_sdwan/get_expanded_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_extended_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_feature_device_template.py +27 -27
- pulumi_sdwan/get_geo_location_list_policy_object.py +13 -13
- pulumi_sdwan/get_gps_feature_template.py +46 -46
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +21 -21
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +55 -29
- pulumi_sdwan/get_ips_signature_list_policy_object.py +13 -13
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_local_application_list_policy_object.py +13 -13
- pulumi_sdwan/get_localized_policy.py +35 -35
- pulumi_sdwan/get_mesh_topology_policy_definition.py +21 -21
- pulumi_sdwan/get_mirror_policy_object.py +16 -16
- pulumi_sdwan/get_object_group_policy_definition.py +40 -40
- pulumi_sdwan/get_other_feature_profile.py +12 -12
- pulumi_sdwan/get_other_thousandeyes_feature.py +21 -21
- pulumi_sdwan/get_other_ucse_feature.py +47 -47
- pulumi_sdwan/get_policer_policy_object.py +18 -18
- pulumi_sdwan/get_policy_group.py +183 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +21 -21
- pulumi_sdwan/get_policy_object_application_list.py +21 -21
- pulumi_sdwan/get_policy_object_as_path_list.py +23 -23
- pulumi_sdwan/get_policy_object_class_map.py +21 -21
- pulumi_sdwan/get_policy_object_color_list.py +21 -21
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_expanded_community_list.py +24 -24
- pulumi_sdwan/get_policy_object_extended_community_list.py +21 -21
- pulumi_sdwan/get_policy_object_feature_profile.py +12 -12
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_mirror.py +21 -21
- pulumi_sdwan/get_policy_object_policer.py +21 -21
- pulumi_sdwan/get_policy_object_preferred_color_group.py +21 -21
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_identity_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_ips_signature.py +21 -21
- pulumi_sdwan/get_policy_object_security_local_application_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_port_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_protocol_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_url_block_list.py +21 -21
- pulumi_sdwan/get_policy_object_sla_class_list.py +21 -21
- pulumi_sdwan/get_policy_object_standard_community_list.py +21 -21
- pulumi_sdwan/get_policy_object_tloc_list.py +21 -21
- pulumi_sdwan/get_policy_object_unified_advanced_inspection_profile.py +217 -0
- pulumi_sdwan/get_policy_object_unified_advanced_malware_protection.py +239 -0
- pulumi_sdwan/get_policy_object_unified_intrusion_prevention.py +229 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_decryption.py +325 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_profile.py +261 -0
- pulumi_sdwan/get_policy_object_unified_url_filtering.py +272 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +21 -21
- pulumi_sdwan/get_port_list_policy_object.py +13 -13
- pulumi_sdwan/get_preferred_color_group_policy_object.py +24 -24
- pulumi_sdwan/get_protocol_list_policy_object.py +13 -13
- pulumi_sdwan/get_qos_map_policy_definition.py +17 -17
- pulumi_sdwan/get_region_list_policy_object.py +13 -13
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +17 -17
- pulumi_sdwan/get_route_policy_definition.py +19 -19
- pulumi_sdwan/get_rule_set_policy_definition.py +15 -15
- pulumi_sdwan/get_security_app_hosting_feature_template.py +23 -23
- pulumi_sdwan/get_security_policy.py +135 -37
- pulumi_sdwan/get_service_dhcp_server_feature.py +58 -58
- pulumi_sdwan/get_service_feature_profile.py +12 -12
- pulumi_sdwan/get_service_ipv4_acl_feature.py +23 -23
- pulumi_sdwan/get_service_ipv6_acl_feature.py +23 -23
- pulumi_sdwan/get_service_lan_vpn_feature.py +74 -74
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +213 -213
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +82 -82
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +144 -144
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +96 -96
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_multicast_feature.py +62 -62
- pulumi_sdwan/get_service_object_tracker_feature.py +42 -42
- pulumi_sdwan/get_service_object_tracker_group_feature.py +29 -29
- pulumi_sdwan/get_service_route_policy_feature.py +23 -23
- pulumi_sdwan/get_service_routing_bgp_feature.py +112 -112
- pulumi_sdwan/get_service_routing_eigrp_feature.py +50 -50
- pulumi_sdwan/get_service_routing_ospf_feature.py +75 -75
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +88 -88
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +88 -88
- pulumi_sdwan/get_service_switchport_feature.py +26 -26
- pulumi_sdwan/get_service_tracker_feature.py +64 -64
- pulumi_sdwan/get_service_tracker_group_feature.py +25 -25
- pulumi_sdwan/get_service_wireless_lan_feature.py +55 -55
- pulumi_sdwan/get_sig_security_feature_profile.py +12 -12
- pulumi_sdwan/get_site_list_policy_object.py +13 -13
- pulumi_sdwan/get_sla_class_policy_object.py +30 -30
- pulumi_sdwan/get_standard_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_switchport_feature_template.py +34 -34
- pulumi_sdwan/get_system_aaa_feature.py +43 -43
- pulumi_sdwan/get_system_banner_feature.py +28 -28
- pulumi_sdwan/get_system_basic_feature.py +138 -138
- pulumi_sdwan/get_system_bfd_feature.py +33 -33
- pulumi_sdwan/get_system_feature_profile.py +12 -12
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +24 -24
- pulumi_sdwan/get_system_global_feature.py +112 -112
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +23 -23
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +23 -23
- pulumi_sdwan/get_system_logging_feature.py +35 -35
- pulumi_sdwan/get_system_mrf_feature.py +34 -34
- pulumi_sdwan/get_system_ntp_feature.py +38 -38
- pulumi_sdwan/get_system_omp_feature.py +136 -136
- pulumi_sdwan/get_system_performance_monitoring_feature.py +32 -32
- pulumi_sdwan/get_system_remote_access_feature.py +100 -100
- pulumi_sdwan/get_system_security_feature.py +42 -42
- pulumi_sdwan/get_system_snmp_feature.py +37 -37
- pulumi_sdwan/get_tag.py +140 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +13 -13
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +46 -46
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +36 -36
- pulumi_sdwan/get_traffic_data_policy_definition.py +19 -19
- pulumi_sdwan/get_transport_cellular_controller_feature.py +40 -40
- pulumi_sdwan/get_transport_cellular_profile_feature.py +63 -63
- pulumi_sdwan/get_transport_feature_profile.py +12 -12
- pulumi_sdwan/get_transport_gps_feature.py +44 -44
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +23 -23
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +23 -23
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +56 -56
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +29 -29
- pulumi_sdwan/get_transport_management_vpn_feature.py +43 -43
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +122 -122
- pulumi_sdwan/get_transport_route_policy_feature.py +23 -23
- pulumi_sdwan/get_transport_routing_bgp_feature.py +113 -113
- pulumi_sdwan/get_transport_routing_ospf_feature.py +75 -75
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +88 -88
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +88 -88
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +27 -27
- pulumi_sdwan/get_transport_tracker_feature.py +56 -56
- pulumi_sdwan/get_transport_tracker_group_feature.py +25 -25
- pulumi_sdwan/get_transport_wan_vpn_feature.py +47 -47
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +280 -280
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +399 -399
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +82 -82
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +144 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +233 -233
- pulumi_sdwan/get_url_filtering_policy_definition.py +51 -39
- pulumi_sdwan/get_vedge_inventory.py +5 -5
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +306 -306
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +333 -333
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +310 -310
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +327 -327
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +326 -326
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +285 -285
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +87 -87
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +253 -253
- pulumi_sdwan/get_vpn_list_policy_object.py +13 -13
- pulumi_sdwan/get_vpn_membership_policy_definition.py +17 -17
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +20 -20
- pulumi_sdwan/get_zone_list_policy_object.py +13 -13
- pulumi_sdwan/gps_feature_template.py +337 -304
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +146 -91
- pulumi_sdwan/intrusion_prevention_policy_definition.py +305 -179
- pulumi_sdwan/ips_signature_list_policy_object.py +64 -31
- pulumi_sdwan/ipv4_acl_policy_definition.py +145 -77
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +139 -77
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/ipv6_acl_policy_definition.py +145 -77
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +139 -77
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/local_application_list_policy_object.py +36 -31
- pulumi_sdwan/localized_policy.py +309 -248
- pulumi_sdwan/mesh_topology_policy_definition.py +128 -91
- pulumi_sdwan/mirror_policy_object.py +67 -62
- pulumi_sdwan/object_group_policy_definition.py +271 -266
- pulumi_sdwan/other_feature_profile.py +41 -36
- pulumi_sdwan/other_thousandeyes_feature.py +118 -65
- pulumi_sdwan/other_ucse_feature.py +413 -314
- pulumi_sdwan/outputs.py +30406 -28854
- pulumi_sdwan/policer_policy_object.py +114 -88
- pulumi_sdwan/policy_group.py +447 -0
- pulumi_sdwan/policy_object_app_probe_class.py +74 -65
- pulumi_sdwan/policy_object_application_list.py +70 -65
- pulumi_sdwan/policy_object_as_path_list.py +129 -85
- pulumi_sdwan/policy_object_class_map.py +70 -65
- pulumi_sdwan/policy_object_color_list.py +70 -65
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +102 -65
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +102 -65
- pulumi_sdwan/policy_object_expanded_community_list.py +101 -96
- pulumi_sdwan/policy_object_extended_community_list.py +100 -65
- pulumi_sdwan/policy_object_feature_profile.py +41 -36
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +106 -65
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +106 -65
- pulumi_sdwan/policy_object_mirror.py +102 -65
- pulumi_sdwan/policy_object_policer.py +104 -65
- pulumi_sdwan/policy_object_preferred_color_group.py +74 -65
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +100 -65
- pulumi_sdwan/policy_object_security_fqdn_list.py +70 -65
- pulumi_sdwan/policy_object_security_geolocation_list.py +77 -72
- pulumi_sdwan/policy_object_security_identity_list.py +70 -65
- pulumi_sdwan/policy_object_security_ips_signature.py +102 -65
- pulumi_sdwan/policy_object_security_local_application_list.py +70 -65
- pulumi_sdwan/policy_object_security_local_domain_list.py +100 -65
- pulumi_sdwan/policy_object_security_port_list.py +70 -65
- pulumi_sdwan/policy_object_security_protocol_list.py +363 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +102 -65
- pulumi_sdwan/policy_object_security_url_allow_list.py +70 -65
- pulumi_sdwan/policy_object_security_url_block_list.py +70 -65
- pulumi_sdwan/policy_object_sla_class_list.py +108 -65
- pulumi_sdwan/policy_object_standard_community_list.py +100 -65
- pulumi_sdwan/policy_object_tloc_list.py +106 -65
- pulumi_sdwan/policy_object_unified_advanced_inspection_profile.py +514 -0
- pulumi_sdwan/policy_object_unified_advanced_malware_protection.py +668 -0
- pulumi_sdwan/policy_object_unified_intrusion_prevention.py +576 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_decryption.py +985 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_profile.py +689 -0
- pulumi_sdwan/policy_object_unified_url_filtering.py +761 -0
- pulumi_sdwan/policy_object_vpn_group.py +70 -65
- pulumi_sdwan/port_list_policy_object.py +38 -33
- pulumi_sdwan/preferred_color_group_policy_object.py +165 -139
- pulumi_sdwan/protocol_list_policy_object.py +36 -31
- pulumi_sdwan/provider.py +89 -48
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +102 -57
- pulumi_sdwan/region_list_policy_object.py +62 -31
- pulumi_sdwan/rewrite_rule_policy_definition.py +96 -57
- pulumi_sdwan/route_policy_definition.py +143 -77
- pulumi_sdwan/rule_set_policy_definition.py +101 -48
- pulumi_sdwan/security_app_hosting_feature_template.py +135 -91
- pulumi_sdwan/security_policy.py +694 -246
- pulumi_sdwan/service_dhcp_server_feature.py +474 -411
- pulumi_sdwan/service_feature_profile.py +41 -36
- pulumi_sdwan/service_ipv4_acl_feature.py +181 -97
- pulumi_sdwan/service_ipv6_acl_feature.py +121 -97
- pulumi_sdwan/service_lan_vpn_feature.py +467 -423
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +2005 -1615
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +628 -608
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +1340 -1250
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +905 -691
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_multicast_feature.py +587 -404
- pulumi_sdwan/service_object_tracker_feature.py +301 -289
- pulumi_sdwan/service_object_tracker_group_feature.py +199 -139
- pulumi_sdwan/service_route_policy_feature.py +108 -85
- pulumi_sdwan/service_routing_bgp_feature.py +1224 -866
- pulumi_sdwan/service_routing_eigrp_feature.py +429 -309
- pulumi_sdwan/service_routing_ospf_feature.py +797 -545
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +922 -664
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +918 -664
- pulumi_sdwan/service_switchport_feature.py +206 -105
- pulumi_sdwan/service_tracker_feature.py +526 -451
- pulumi_sdwan/service_tracker_group_feature.py +153 -102
- pulumi_sdwan/service_wireless_lan_feature.py +458 -460
- pulumi_sdwan/sig_security_feature_profile.py +41 -36
- pulumi_sdwan/site_list_policy_object.py +62 -31
- pulumi_sdwan/sla_class_policy_object.py +249 -216
- pulumi_sdwan/standard_community_list_policy_object.py +36 -31
- pulumi_sdwan/switchport_feature_template.py +242 -191
- pulumi_sdwan/system_aaa_feature.py +279 -242
- pulumi_sdwan/system_banner_feature.py +127 -122
- pulumi_sdwan/system_basic_feature.py +1470 -1667
- pulumi_sdwan/system_bfd_feature.py +246 -176
- pulumi_sdwan/system_feature_profile.py +41 -36
- pulumi_sdwan/system_flexible_port_speed_feature.py +118 -113
- pulumi_sdwan/system_global_feature.py +1083 -910
- pulumi_sdwan/system_ipv4_device_access_feature.py +142 -85
- pulumi_sdwan/system_ipv6_device_access_feature.py +142 -85
- pulumi_sdwan/system_logging_feature.py +311 -194
- pulumi_sdwan/system_mrf_feature.py +250 -209
- pulumi_sdwan/system_ntp_feature.py +299 -223
- pulumi_sdwan/system_omp_feature.py +1382 -1132
- pulumi_sdwan/system_performance_monitoring_feature.py +223 -189
- pulumi_sdwan/system_remote_access_feature.py +935 -859
- pulumi_sdwan/system_security_feature.py +391 -269
- pulumi_sdwan/system_snmp_feature.py +305 -194
- pulumi_sdwan/tag.py +288 -0
- pulumi_sdwan/tloc_list_policy_object.py +68 -31
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +435 -342
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +257 -238
- pulumi_sdwan/traffic_data_policy_definition.py +143 -77
- pulumi_sdwan/transport_cellular_controller_feature.py +277 -244
- pulumi_sdwan/transport_cellular_profile_feature.py +431 -391
- pulumi_sdwan/transport_feature_profile.py +41 -36
- pulumi_sdwan/transport_gps_feature.py +318 -278
- pulumi_sdwan/transport_ipv4_acl_feature.py +181 -97
- pulumi_sdwan/transport_ipv6_acl_feature.py +121 -97
- pulumi_sdwan/transport_ipv6_tracker_feature.py +458 -383
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +189 -136
- pulumi_sdwan/transport_management_vpn_feature.py +336 -254
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +1206 -1006
- pulumi_sdwan/transport_route_policy_feature.py +108 -85
- pulumi_sdwan/transport_routing_bgp_feature.py +1235 -869
- pulumi_sdwan/transport_routing_ospf_feature.py +797 -545
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +922 -664
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +918 -664
- pulumi_sdwan/transport_t1_e1_controller_feature.py +187 -119
- pulumi_sdwan/transport_tracker_feature.py +458 -383
- pulumi_sdwan/transport_tracker_group_feature.py +153 -102
- pulumi_sdwan/transport_wan_vpn_feature.py +398 -282
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +3000 -2411
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +4432 -3634
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +628 -608
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +1340 -1250
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +2319 -2019
- pulumi_sdwan/url_filtering_policy_definition.py +340 -270
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +3368 -2667
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +3645 -2908
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +3435 -2698
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +3609 -2860
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +3586 -2857
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +2888 -2473
- pulumi_sdwan/vpn_interface_svi_feature_template.py +875 -618
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +2720 -2208
- pulumi_sdwan/vpn_list_policy_object.py +62 -31
- pulumi_sdwan/vpn_membership_policy_definition.py +92 -57
- pulumi_sdwan/zone_based_firewall_policy_definition.py +195 -104
- pulumi_sdwan/zone_list_policy_object.py +36 -31
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/METADATA +4 -4
- pulumi_sdwan-0.5.1a1762228200.dist-info/RECORD +496 -0
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1738730086.dist-info/RECORD +0 -476
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -512,7 +512,7 @@ class GetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
|
512
512
|
raise TypeError("Expected argument 'write_rule_variable' to be a str")
|
|
513
513
|
pulumi.set(__self__, "write_rule_variable", write_rule_variable)
|
|
514
514
|
|
|
515
|
-
@property
|
|
515
|
+
@_builtins.property
|
|
516
516
|
@pulumi.getter(name="accessLists")
|
|
517
517
|
def access_lists(self) -> Sequence['outputs.GetVpnInterfaceDslPppoeFeatureTemplateAccessListResult']:
|
|
518
518
|
"""
|
|
@@ -520,295 +520,295 @@ class GetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
|
520
520
|
"""
|
|
521
521
|
return pulumi.get(self, "access_lists")
|
|
522
522
|
|
|
523
|
-
@property
|
|
523
|
+
@_builtins.property
|
|
524
524
|
@pulumi.getter(name="bandwidthDownstream")
|
|
525
|
-
def bandwidth_downstream(self) -> int:
|
|
525
|
+
def bandwidth_downstream(self) -> _builtins.int:
|
|
526
526
|
"""
|
|
527
527
|
Interface downstream bandwidth capacity, in kbps
|
|
528
528
|
"""
|
|
529
529
|
return pulumi.get(self, "bandwidth_downstream")
|
|
530
530
|
|
|
531
|
-
@property
|
|
531
|
+
@_builtins.property
|
|
532
532
|
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
533
|
-
def bandwidth_downstream_variable(self) -> str:
|
|
533
|
+
def bandwidth_downstream_variable(self) -> _builtins.str:
|
|
534
534
|
"""
|
|
535
535
|
Variable name
|
|
536
536
|
"""
|
|
537
537
|
return pulumi.get(self, "bandwidth_downstream_variable")
|
|
538
538
|
|
|
539
|
-
@property
|
|
539
|
+
@_builtins.property
|
|
540
540
|
@pulumi.getter(name="bandwidthUpstream")
|
|
541
|
-
def bandwidth_upstream(self) -> int:
|
|
541
|
+
def bandwidth_upstream(self) -> _builtins.int:
|
|
542
542
|
"""
|
|
543
543
|
Interface upstream bandwidth capacity, in kbps
|
|
544
544
|
"""
|
|
545
545
|
return pulumi.get(self, "bandwidth_upstream")
|
|
546
546
|
|
|
547
|
-
@property
|
|
547
|
+
@_builtins.property
|
|
548
548
|
@pulumi.getter(name="bandwidthUpstreamVariable")
|
|
549
|
-
def bandwidth_upstream_variable(self) -> str:
|
|
549
|
+
def bandwidth_upstream_variable(self) -> _builtins.str:
|
|
550
550
|
"""
|
|
551
551
|
Variable name
|
|
552
552
|
"""
|
|
553
553
|
return pulumi.get(self, "bandwidth_upstream_variable")
|
|
554
554
|
|
|
555
|
-
@property
|
|
555
|
+
@_builtins.property
|
|
556
556
|
@pulumi.getter(name="chapHostname")
|
|
557
|
-
def chap_hostname(self) -> str:
|
|
557
|
+
def chap_hostname(self) -> _builtins.str:
|
|
558
558
|
"""
|
|
559
559
|
CHAP Hostname
|
|
560
560
|
"""
|
|
561
561
|
return pulumi.get(self, "chap_hostname")
|
|
562
562
|
|
|
563
|
-
@property
|
|
563
|
+
@_builtins.property
|
|
564
564
|
@pulumi.getter(name="chapHostnameVariable")
|
|
565
|
-
def chap_hostname_variable(self) -> str:
|
|
565
|
+
def chap_hostname_variable(self) -> _builtins.str:
|
|
566
566
|
"""
|
|
567
567
|
Variable name
|
|
568
568
|
"""
|
|
569
569
|
return pulumi.get(self, "chap_hostname_variable")
|
|
570
570
|
|
|
571
|
-
@property
|
|
571
|
+
@_builtins.property
|
|
572
572
|
@pulumi.getter(name="chapPppAuthPassword")
|
|
573
|
-
def chap_ppp_auth_password(self) -> str:
|
|
573
|
+
def chap_ppp_auth_password(self) -> _builtins.str:
|
|
574
574
|
"""
|
|
575
575
|
Specify ppp chap authentication Password
|
|
576
576
|
"""
|
|
577
577
|
return pulumi.get(self, "chap_ppp_auth_password")
|
|
578
578
|
|
|
579
|
-
@property
|
|
579
|
+
@_builtins.property
|
|
580
580
|
@pulumi.getter(name="chapPppAuthPasswordVariable")
|
|
581
|
-
def chap_ppp_auth_password_variable(self) -> str:
|
|
581
|
+
def chap_ppp_auth_password_variable(self) -> _builtins.str:
|
|
582
582
|
"""
|
|
583
583
|
Variable name
|
|
584
584
|
"""
|
|
585
585
|
return pulumi.get(self, "chap_ppp_auth_password_variable")
|
|
586
586
|
|
|
587
|
-
@property
|
|
587
|
+
@_builtins.property
|
|
588
588
|
@pulumi.getter(name="coreRegion")
|
|
589
|
-
def core_region(self) -> str:
|
|
589
|
+
def core_region(self) -> _builtins.str:
|
|
590
590
|
"""
|
|
591
591
|
Enable core region
|
|
592
592
|
"""
|
|
593
593
|
return pulumi.get(self, "core_region")
|
|
594
594
|
|
|
595
|
-
@property
|
|
595
|
+
@_builtins.property
|
|
596
596
|
@pulumi.getter(name="coreRegionVariable")
|
|
597
|
-
def core_region_variable(self) -> str:
|
|
597
|
+
def core_region_variable(self) -> _builtins.str:
|
|
598
598
|
"""
|
|
599
599
|
Variable name
|
|
600
600
|
"""
|
|
601
601
|
return pulumi.get(self, "core_region_variable")
|
|
602
602
|
|
|
603
|
-
@property
|
|
603
|
+
@_builtins.property
|
|
604
604
|
@pulumi.getter
|
|
605
|
-
def description(self) -> str:
|
|
605
|
+
def description(self) -> _builtins.str:
|
|
606
606
|
"""
|
|
607
607
|
The description of the feature template
|
|
608
608
|
"""
|
|
609
609
|
return pulumi.get(self, "description")
|
|
610
610
|
|
|
611
|
-
@property
|
|
611
|
+
@_builtins.property
|
|
612
612
|
@pulumi.getter(name="deviceTypes")
|
|
613
|
-
def device_types(self) -> Sequence[str]:
|
|
613
|
+
def device_types(self) -> Sequence[_builtins.str]:
|
|
614
614
|
"""
|
|
615
615
|
List of supported device types
|
|
616
616
|
"""
|
|
617
617
|
return pulumi.get(self, "device_types")
|
|
618
618
|
|
|
619
|
-
@property
|
|
619
|
+
@_builtins.property
|
|
620
620
|
@pulumi.getter(name="enableCoreRegion")
|
|
621
|
-
def enable_core_region(self) -> bool:
|
|
621
|
+
def enable_core_region(self) -> _builtins.bool:
|
|
622
622
|
"""
|
|
623
623
|
Enable core region
|
|
624
624
|
"""
|
|
625
625
|
return pulumi.get(self, "enable_core_region")
|
|
626
626
|
|
|
627
|
-
@property
|
|
627
|
+
@_builtins.property
|
|
628
628
|
@pulumi.getter(name="enableCoreRegionVariable")
|
|
629
|
-
def enable_core_region_variable(self) -> str:
|
|
629
|
+
def enable_core_region_variable(self) -> _builtins.str:
|
|
630
630
|
"""
|
|
631
631
|
Variable name
|
|
632
632
|
"""
|
|
633
633
|
return pulumi.get(self, "enable_core_region_variable")
|
|
634
634
|
|
|
635
|
-
@property
|
|
635
|
+
@_builtins.property
|
|
636
636
|
@pulumi.getter(name="ethernetDescription")
|
|
637
|
-
def ethernet_description(self) -> str:
|
|
637
|
+
def ethernet_description(self) -> _builtins.str:
|
|
638
638
|
"""
|
|
639
639
|
Interface description
|
|
640
640
|
"""
|
|
641
641
|
return pulumi.get(self, "ethernet_description")
|
|
642
642
|
|
|
643
|
-
@property
|
|
643
|
+
@_builtins.property
|
|
644
644
|
@pulumi.getter(name="ethernetDescriptionVariable")
|
|
645
|
-
def ethernet_description_variable(self) -> str:
|
|
645
|
+
def ethernet_description_variable(self) -> _builtins.str:
|
|
646
646
|
"""
|
|
647
647
|
Variable name
|
|
648
648
|
"""
|
|
649
649
|
return pulumi.get(self, "ethernet_description_variable")
|
|
650
650
|
|
|
651
|
-
@property
|
|
651
|
+
@_builtins.property
|
|
652
652
|
@pulumi.getter(name="ethernetDialerAddressNegotiated")
|
|
653
|
-
def ethernet_dialer_address_negotiated(self) -> bool:
|
|
653
|
+
def ethernet_dialer_address_negotiated(self) -> _builtins.bool:
|
|
654
654
|
"""
|
|
655
655
|
Dialer IP Negotiated
|
|
656
656
|
"""
|
|
657
657
|
return pulumi.get(self, "ethernet_dialer_address_negotiated")
|
|
658
658
|
|
|
659
|
-
@property
|
|
659
|
+
@_builtins.property
|
|
660
660
|
@pulumi.getter(name="ethernetDialerPoolNumber")
|
|
661
|
-
def ethernet_dialer_pool_number(self) -> int:
|
|
661
|
+
def ethernet_dialer_pool_number(self) -> _builtins.int:
|
|
662
662
|
"""
|
|
663
663
|
Dialer pool number
|
|
664
664
|
"""
|
|
665
665
|
return pulumi.get(self, "ethernet_dialer_pool_number")
|
|
666
666
|
|
|
667
|
-
@property
|
|
667
|
+
@_builtins.property
|
|
668
668
|
@pulumi.getter(name="ethernetDialerPoolNumberVariable")
|
|
669
|
-
def ethernet_dialer_pool_number_variable(self) -> str:
|
|
669
|
+
def ethernet_dialer_pool_number_variable(self) -> _builtins.str:
|
|
670
670
|
"""
|
|
671
671
|
Variable name
|
|
672
672
|
"""
|
|
673
673
|
return pulumi.get(self, "ethernet_dialer_pool_number_variable")
|
|
674
674
|
|
|
675
|
-
@property
|
|
675
|
+
@_builtins.property
|
|
676
676
|
@pulumi.getter(name="ethernetInterfaceName")
|
|
677
|
-
def ethernet_interface_name(self) -> str:
|
|
677
|
+
def ethernet_interface_name(self) -> _builtins.str:
|
|
678
678
|
"""
|
|
679
679
|
Ethernet Interface/Sub Interface Name including sub interface number
|
|
680
680
|
"""
|
|
681
681
|
return pulumi.get(self, "ethernet_interface_name")
|
|
682
682
|
|
|
683
|
-
@property
|
|
683
|
+
@_builtins.property
|
|
684
684
|
@pulumi.getter(name="ethernetInterfaceNameVariable")
|
|
685
|
-
def ethernet_interface_name_variable(self) -> str:
|
|
685
|
+
def ethernet_interface_name_variable(self) -> _builtins.str:
|
|
686
686
|
"""
|
|
687
687
|
Variable name
|
|
688
688
|
"""
|
|
689
689
|
return pulumi.get(self, "ethernet_interface_name_variable")
|
|
690
690
|
|
|
691
|
-
@property
|
|
691
|
+
@_builtins.property
|
|
692
692
|
@pulumi.getter(name="ethernetPppMaximumPayload")
|
|
693
|
-
def ethernet_ppp_maximum_payload(self) -> int:
|
|
693
|
+
def ethernet_ppp_maximum_payload(self) -> _builtins.int:
|
|
694
694
|
"""
|
|
695
695
|
Maximum MRU to be negotiated during PPP LCP negotiation
|
|
696
696
|
"""
|
|
697
697
|
return pulumi.get(self, "ethernet_ppp_maximum_payload")
|
|
698
698
|
|
|
699
|
-
@property
|
|
699
|
+
@_builtins.property
|
|
700
700
|
@pulumi.getter(name="ethernetPppMaximumPayloadVariable")
|
|
701
|
-
def ethernet_ppp_maximum_payload_variable(self) -> str:
|
|
701
|
+
def ethernet_ppp_maximum_payload_variable(self) -> _builtins.str:
|
|
702
702
|
"""
|
|
703
703
|
Variable name
|
|
704
704
|
"""
|
|
705
705
|
return pulumi.get(self, "ethernet_ppp_maximum_payload_variable")
|
|
706
706
|
|
|
707
|
-
@property
|
|
707
|
+
@_builtins.property
|
|
708
708
|
@pulumi.getter(name="ethernetUnnumberedLoopbackInterface")
|
|
709
|
-
def ethernet_unnumbered_loopback_interface(self) -> str:
|
|
709
|
+
def ethernet_unnumbered_loopback_interface(self) -> _builtins.str:
|
|
710
710
|
"""
|
|
711
711
|
Dialer IP Unnumbered Loopback interface name
|
|
712
712
|
"""
|
|
713
713
|
return pulumi.get(self, "ethernet_unnumbered_loopback_interface")
|
|
714
714
|
|
|
715
|
-
@property
|
|
715
|
+
@_builtins.property
|
|
716
716
|
@pulumi.getter(name="ethernetUnnumberedLoopbackInterfaceVariable")
|
|
717
|
-
def ethernet_unnumbered_loopback_interface_variable(self) -> str:
|
|
717
|
+
def ethernet_unnumbered_loopback_interface_variable(self) -> _builtins.str:
|
|
718
718
|
"""
|
|
719
719
|
Variable name
|
|
720
720
|
"""
|
|
721
721
|
return pulumi.get(self, "ethernet_unnumbered_loopback_interface_variable")
|
|
722
722
|
|
|
723
|
-
@property
|
|
723
|
+
@_builtins.property
|
|
724
724
|
@pulumi.getter(name="ethernetVlanId")
|
|
725
|
-
def ethernet_vlan_id(self) -> int:
|
|
725
|
+
def ethernet_vlan_id(self) -> _builtins.int:
|
|
726
726
|
"""
|
|
727
727
|
Encapsulation VLAN id
|
|
728
728
|
"""
|
|
729
729
|
return pulumi.get(self, "ethernet_vlan_id")
|
|
730
730
|
|
|
731
|
-
@property
|
|
731
|
+
@_builtins.property
|
|
732
732
|
@pulumi.getter(name="ethernetVlanIdVariable")
|
|
733
|
-
def ethernet_vlan_id_variable(self) -> str:
|
|
733
|
+
def ethernet_vlan_id_variable(self) -> _builtins.str:
|
|
734
734
|
"""
|
|
735
735
|
Variable name
|
|
736
736
|
"""
|
|
737
737
|
return pulumi.get(self, "ethernet_vlan_id_variable")
|
|
738
738
|
|
|
739
|
-
@property
|
|
739
|
+
@_builtins.property
|
|
740
740
|
@pulumi.getter
|
|
741
|
-
def id(self) -> str:
|
|
741
|
+
def id(self) -> _builtins.str:
|
|
742
742
|
"""
|
|
743
743
|
The id of the feature template
|
|
744
744
|
"""
|
|
745
745
|
return pulumi.get(self, "id")
|
|
746
746
|
|
|
747
|
-
@property
|
|
747
|
+
@_builtins.property
|
|
748
748
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
749
|
-
def ip_directed_broadcast(self) -> bool:
|
|
749
|
+
def ip_directed_broadcast(self) -> _builtins.bool:
|
|
750
750
|
"""
|
|
751
751
|
IP Directed-Broadcast
|
|
752
752
|
"""
|
|
753
753
|
return pulumi.get(self, "ip_directed_broadcast")
|
|
754
754
|
|
|
755
|
-
@property
|
|
755
|
+
@_builtins.property
|
|
756
756
|
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
757
|
-
def ip_directed_broadcast_variable(self) -> str:
|
|
757
|
+
def ip_directed_broadcast_variable(self) -> _builtins.str:
|
|
758
758
|
"""
|
|
759
759
|
Variable name
|
|
760
760
|
"""
|
|
761
761
|
return pulumi.get(self, "ip_directed_broadcast_variable")
|
|
762
762
|
|
|
763
|
-
@property
|
|
763
|
+
@_builtins.property
|
|
764
764
|
@pulumi.getter(name="ipMtu")
|
|
765
|
-
def ip_mtu(self) -> int:
|
|
765
|
+
def ip_mtu(self) -> _builtins.int:
|
|
766
766
|
"""
|
|
767
767
|
Interface MTU \\n\\n, in bytes
|
|
768
768
|
"""
|
|
769
769
|
return pulumi.get(self, "ip_mtu")
|
|
770
770
|
|
|
771
|
-
@property
|
|
771
|
+
@_builtins.property
|
|
772
772
|
@pulumi.getter(name="ipMtuVariable")
|
|
773
|
-
def ip_mtu_variable(self) -> str:
|
|
773
|
+
def ip_mtu_variable(self) -> _builtins.str:
|
|
774
774
|
"""
|
|
775
775
|
Variable name
|
|
776
776
|
"""
|
|
777
777
|
return pulumi.get(self, "ip_mtu_variable")
|
|
778
778
|
|
|
779
|
-
@property
|
|
779
|
+
@_builtins.property
|
|
780
780
|
@pulumi.getter
|
|
781
|
-
def name(self) -> str:
|
|
781
|
+
def name(self) -> _builtins.str:
|
|
782
782
|
"""
|
|
783
783
|
The name of the feature template
|
|
784
784
|
"""
|
|
785
785
|
return pulumi.get(self, "name")
|
|
786
786
|
|
|
787
|
-
@property
|
|
787
|
+
@_builtins.property
|
|
788
788
|
@pulumi.getter
|
|
789
|
-
def nat(self) -> bool:
|
|
789
|
+
def nat(self) -> _builtins.bool:
|
|
790
790
|
"""
|
|
791
791
|
Network Address Translation on this interface
|
|
792
792
|
"""
|
|
793
793
|
return pulumi.get(self, "nat")
|
|
794
794
|
|
|
795
|
-
@property
|
|
795
|
+
@_builtins.property
|
|
796
796
|
@pulumi.getter(name="natBlockIcmpError")
|
|
797
|
-
def nat_block_icmp_error(self) -> bool:
|
|
797
|
+
def nat_block_icmp_error(self) -> _builtins.bool:
|
|
798
798
|
"""
|
|
799
799
|
Block inbound ICMP error messages
|
|
800
800
|
"""
|
|
801
801
|
return pulumi.get(self, "nat_block_icmp_error")
|
|
802
802
|
|
|
803
|
-
@property
|
|
803
|
+
@_builtins.property
|
|
804
804
|
@pulumi.getter(name="natBlockIcmpErrorVariable")
|
|
805
|
-
def nat_block_icmp_error_variable(self) -> str:
|
|
805
|
+
def nat_block_icmp_error_variable(self) -> _builtins.str:
|
|
806
806
|
"""
|
|
807
807
|
Variable name
|
|
808
808
|
"""
|
|
809
809
|
return pulumi.get(self, "nat_block_icmp_error_variable")
|
|
810
810
|
|
|
811
|
-
@property
|
|
811
|
+
@_builtins.property
|
|
812
812
|
@pulumi.getter(name="natPortForwards")
|
|
813
813
|
def nat_port_forwards(self) -> Sequence['outputs.GetVpnInterfaceDslPppoeFeatureTemplateNatPortForwardResult']:
|
|
814
814
|
"""
|
|
@@ -816,143 +816,143 @@ class GetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
|
816
816
|
"""
|
|
817
817
|
return pulumi.get(self, "nat_port_forwards")
|
|
818
818
|
|
|
819
|
-
@property
|
|
819
|
+
@_builtins.property
|
|
820
820
|
@pulumi.getter(name="natRefreshMode")
|
|
821
|
-
def nat_refresh_mode(self) -> str:
|
|
821
|
+
def nat_refresh_mode(self) -> _builtins.str:
|
|
822
822
|
"""
|
|
823
823
|
Set NAT refresh mode
|
|
824
824
|
"""
|
|
825
825
|
return pulumi.get(self, "nat_refresh_mode")
|
|
826
826
|
|
|
827
|
-
@property
|
|
827
|
+
@_builtins.property
|
|
828
828
|
@pulumi.getter(name="natRefreshModeVariable")
|
|
829
|
-
def nat_refresh_mode_variable(self) -> str:
|
|
829
|
+
def nat_refresh_mode_variable(self) -> _builtins.str:
|
|
830
830
|
"""
|
|
831
831
|
Variable name
|
|
832
832
|
"""
|
|
833
833
|
return pulumi.get(self, "nat_refresh_mode_variable")
|
|
834
834
|
|
|
835
|
-
@property
|
|
835
|
+
@_builtins.property
|
|
836
836
|
@pulumi.getter(name="natResponseToPing")
|
|
837
|
-
def nat_response_to_ping(self) -> bool:
|
|
837
|
+
def nat_response_to_ping(self) -> _builtins.bool:
|
|
838
838
|
"""
|
|
839
839
|
Respond to ping requests to NAT interface ip address from the public side
|
|
840
840
|
"""
|
|
841
841
|
return pulumi.get(self, "nat_response_to_ping")
|
|
842
842
|
|
|
843
|
-
@property
|
|
843
|
+
@_builtins.property
|
|
844
844
|
@pulumi.getter(name="natResponseToPingVariable")
|
|
845
|
-
def nat_response_to_ping_variable(self) -> str:
|
|
845
|
+
def nat_response_to_ping_variable(self) -> _builtins.str:
|
|
846
846
|
"""
|
|
847
847
|
Variable name
|
|
848
848
|
"""
|
|
849
849
|
return pulumi.get(self, "nat_response_to_ping_variable")
|
|
850
850
|
|
|
851
|
-
@property
|
|
851
|
+
@_builtins.property
|
|
852
852
|
@pulumi.getter(name="natTcpTimeout")
|
|
853
|
-
def nat_tcp_timeout(self) -> int:
|
|
853
|
+
def nat_tcp_timeout(self) -> _builtins.int:
|
|
854
854
|
"""
|
|
855
855
|
Set NAT TCP session timeout, in minutes
|
|
856
856
|
"""
|
|
857
857
|
return pulumi.get(self, "nat_tcp_timeout")
|
|
858
858
|
|
|
859
|
-
@property
|
|
859
|
+
@_builtins.property
|
|
860
860
|
@pulumi.getter(name="natTcpTimeoutVariable")
|
|
861
|
-
def nat_tcp_timeout_variable(self) -> str:
|
|
861
|
+
def nat_tcp_timeout_variable(self) -> _builtins.str:
|
|
862
862
|
"""
|
|
863
863
|
Variable name
|
|
864
864
|
"""
|
|
865
865
|
return pulumi.get(self, "nat_tcp_timeout_variable")
|
|
866
866
|
|
|
867
|
-
@property
|
|
867
|
+
@_builtins.property
|
|
868
868
|
@pulumi.getter(name="natUdpTimeout")
|
|
869
|
-
def nat_udp_timeout(self) -> int:
|
|
869
|
+
def nat_udp_timeout(self) -> _builtins.int:
|
|
870
870
|
"""
|
|
871
871
|
Set NAT UDP session timeout, in minutes
|
|
872
872
|
"""
|
|
873
873
|
return pulumi.get(self, "nat_udp_timeout")
|
|
874
874
|
|
|
875
|
-
@property
|
|
875
|
+
@_builtins.property
|
|
876
876
|
@pulumi.getter(name="natUdpTimeoutVariable")
|
|
877
|
-
def nat_udp_timeout_variable(self) -> str:
|
|
877
|
+
def nat_udp_timeout_variable(self) -> _builtins.str:
|
|
878
878
|
"""
|
|
879
879
|
Variable name
|
|
880
880
|
"""
|
|
881
881
|
return pulumi.get(self, "nat_udp_timeout_variable")
|
|
882
882
|
|
|
883
|
-
@property
|
|
883
|
+
@_builtins.property
|
|
884
884
|
@pulumi.getter(name="papPassword")
|
|
885
|
-
def pap_password(self) -> bool:
|
|
885
|
+
def pap_password(self) -> _builtins.bool:
|
|
886
886
|
"""
|
|
887
887
|
PAP outbound Password
|
|
888
888
|
"""
|
|
889
889
|
return pulumi.get(self, "pap_password")
|
|
890
890
|
|
|
891
|
-
@property
|
|
891
|
+
@_builtins.property
|
|
892
892
|
@pulumi.getter(name="papPppAuthPassword")
|
|
893
|
-
def pap_ppp_auth_password(self) -> str:
|
|
893
|
+
def pap_ppp_auth_password(self) -> _builtins.str:
|
|
894
894
|
"""
|
|
895
895
|
Specify ppp pap authentication Password
|
|
896
896
|
"""
|
|
897
897
|
return pulumi.get(self, "pap_ppp_auth_password")
|
|
898
898
|
|
|
899
|
-
@property
|
|
899
|
+
@_builtins.property
|
|
900
900
|
@pulumi.getter(name="papPppAuthPasswordVariable")
|
|
901
|
-
def pap_ppp_auth_password_variable(self) -> str:
|
|
901
|
+
def pap_ppp_auth_password_variable(self) -> _builtins.str:
|
|
902
902
|
"""
|
|
903
903
|
Variable name
|
|
904
904
|
"""
|
|
905
905
|
return pulumi.get(self, "pap_ppp_auth_password_variable")
|
|
906
906
|
|
|
907
|
-
@property
|
|
907
|
+
@_builtins.property
|
|
908
908
|
@pulumi.getter(name="papUsername")
|
|
909
|
-
def pap_username(self) -> str:
|
|
909
|
+
def pap_username(self) -> _builtins.str:
|
|
910
910
|
"""
|
|
911
911
|
PAP outbound Sent Username
|
|
912
912
|
"""
|
|
913
913
|
return pulumi.get(self, "pap_username")
|
|
914
914
|
|
|
915
|
-
@property
|
|
915
|
+
@_builtins.property
|
|
916
916
|
@pulumi.getter(name="papUsernameVariable")
|
|
917
|
-
def pap_username_variable(self) -> str:
|
|
917
|
+
def pap_username_variable(self) -> _builtins.str:
|
|
918
918
|
"""
|
|
919
919
|
Variable name
|
|
920
920
|
"""
|
|
921
921
|
return pulumi.get(self, "pap_username_variable")
|
|
922
922
|
|
|
923
|
-
@property
|
|
923
|
+
@_builtins.property
|
|
924
924
|
@pulumi.getter(name="perTunnelQos")
|
|
925
|
-
def per_tunnel_qos(self) -> bool:
|
|
925
|
+
def per_tunnel_qos(self) -> _builtins.bool:
|
|
926
926
|
"""
|
|
927
927
|
Per-tunnel Qos
|
|
928
928
|
"""
|
|
929
929
|
return pulumi.get(self, "per_tunnel_qos")
|
|
930
930
|
|
|
931
|
-
@property
|
|
931
|
+
@_builtins.property
|
|
932
932
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
933
|
-
def per_tunnel_qos_aggregator(self) -> bool:
|
|
933
|
+
def per_tunnel_qos_aggregator(self) -> _builtins.bool:
|
|
934
934
|
"""
|
|
935
935
|
Per-tunnel QoS Aggregator
|
|
936
936
|
"""
|
|
937
937
|
return pulumi.get(self, "per_tunnel_qos_aggregator")
|
|
938
938
|
|
|
939
|
-
@property
|
|
939
|
+
@_builtins.property
|
|
940
940
|
@pulumi.getter(name="perTunnelQosAggregatorVariable")
|
|
941
|
-
def per_tunnel_qos_aggregator_variable(self) -> str:
|
|
941
|
+
def per_tunnel_qos_aggregator_variable(self) -> _builtins.str:
|
|
942
942
|
"""
|
|
943
943
|
Variable name
|
|
944
944
|
"""
|
|
945
945
|
return pulumi.get(self, "per_tunnel_qos_aggregator_variable")
|
|
946
946
|
|
|
947
|
-
@property
|
|
947
|
+
@_builtins.property
|
|
948
948
|
@pulumi.getter(name="perTunnelQosVariable")
|
|
949
|
-
def per_tunnel_qos_variable(self) -> str:
|
|
949
|
+
def per_tunnel_qos_variable(self) -> _builtins.str:
|
|
950
950
|
"""
|
|
951
951
|
Variable name
|
|
952
952
|
"""
|
|
953
953
|
return pulumi.get(self, "per_tunnel_qos_variable")
|
|
954
954
|
|
|
955
|
-
@property
|
|
955
|
+
@_builtins.property
|
|
956
956
|
@pulumi.getter
|
|
957
957
|
def policers(self) -> Sequence['outputs.GetVpnInterfaceDslPppoeFeatureTemplatePolicerResult']:
|
|
958
958
|
"""
|
|
@@ -960,567 +960,567 @@ class GetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
|
960
960
|
"""
|
|
961
961
|
return pulumi.get(self, "policers")
|
|
962
962
|
|
|
963
|
-
@property
|
|
963
|
+
@_builtins.property
|
|
964
964
|
@pulumi.getter(name="pppAuthenticationProtocol")
|
|
965
|
-
def ppp_authentication_protocol(self) -> str:
|
|
965
|
+
def ppp_authentication_protocol(self) -> _builtins.str:
|
|
966
966
|
"""
|
|
967
967
|
PPP Link Authentication Protocol
|
|
968
968
|
"""
|
|
969
969
|
return pulumi.get(self, "ppp_authentication_protocol")
|
|
970
970
|
|
|
971
|
-
@property
|
|
971
|
+
@_builtins.property
|
|
972
972
|
@pulumi.getter(name="pppAuthenticationProtocolPap")
|
|
973
|
-
def ppp_authentication_protocol_pap(self) -> bool:
|
|
973
|
+
def ppp_authentication_protocol_pap(self) -> _builtins.bool:
|
|
974
974
|
"""
|
|
975
975
|
PPP Authentication Protocol PAP
|
|
976
976
|
"""
|
|
977
977
|
return pulumi.get(self, "ppp_authentication_protocol_pap")
|
|
978
978
|
|
|
979
|
-
@property
|
|
979
|
+
@_builtins.property
|
|
980
980
|
@pulumi.getter(name="pppAuthenticationProtocolVariable")
|
|
981
|
-
def ppp_authentication_protocol_variable(self) -> str:
|
|
981
|
+
def ppp_authentication_protocol_variable(self) -> _builtins.str:
|
|
982
982
|
"""
|
|
983
983
|
Variable name
|
|
984
984
|
"""
|
|
985
985
|
return pulumi.get(self, "ppp_authentication_protocol_variable")
|
|
986
986
|
|
|
987
|
-
@property
|
|
987
|
+
@_builtins.property
|
|
988
988
|
@pulumi.getter(name="pppAuthenticationType")
|
|
989
|
-
def ppp_authentication_type(self) -> str:
|
|
989
|
+
def ppp_authentication_type(self) -> _builtins.str:
|
|
990
990
|
"""
|
|
991
991
|
Authenticate remote on incoming call only
|
|
992
992
|
"""
|
|
993
993
|
return pulumi.get(self, "ppp_authentication_type")
|
|
994
994
|
|
|
995
|
-
@property
|
|
995
|
+
@_builtins.property
|
|
996
996
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
997
|
-
def qos_adaptive_bandwidth_downstream(self) -> int:
|
|
997
|
+
def qos_adaptive_bandwidth_downstream(self) -> _builtins.int:
|
|
998
998
|
"""
|
|
999
999
|
Adaptive QoS default downstream bandwidth
|
|
1000
1000
|
"""
|
|
1001
1001
|
return pulumi.get(self, "qos_adaptive_bandwidth_downstream")
|
|
1002
1002
|
|
|
1003
|
-
@property
|
|
1003
|
+
@_builtins.property
|
|
1004
1004
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstreamVariable")
|
|
1005
|
-
def qos_adaptive_bandwidth_downstream_variable(self) -> str:
|
|
1005
|
+
def qos_adaptive_bandwidth_downstream_variable(self) -> _builtins.str:
|
|
1006
1006
|
"""
|
|
1007
1007
|
Variable name
|
|
1008
1008
|
"""
|
|
1009
1009
|
return pulumi.get(self, "qos_adaptive_bandwidth_downstream_variable")
|
|
1010
1010
|
|
|
1011
|
-
@property
|
|
1011
|
+
@_builtins.property
|
|
1012
1012
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
1013
|
-
def qos_adaptive_bandwidth_upstream(self) -> int:
|
|
1013
|
+
def qos_adaptive_bandwidth_upstream(self) -> _builtins.int:
|
|
1014
1014
|
"""
|
|
1015
1015
|
Adaptive QoS default upstream bandwidth
|
|
1016
1016
|
"""
|
|
1017
1017
|
return pulumi.get(self, "qos_adaptive_bandwidth_upstream")
|
|
1018
1018
|
|
|
1019
|
-
@property
|
|
1019
|
+
@_builtins.property
|
|
1020
1020
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstreamVariable")
|
|
1021
|
-
def qos_adaptive_bandwidth_upstream_variable(self) -> str:
|
|
1021
|
+
def qos_adaptive_bandwidth_upstream_variable(self) -> _builtins.str:
|
|
1022
1022
|
"""
|
|
1023
1023
|
Variable name
|
|
1024
1024
|
"""
|
|
1025
1025
|
return pulumi.get(self, "qos_adaptive_bandwidth_upstream_variable")
|
|
1026
1026
|
|
|
1027
|
-
@property
|
|
1027
|
+
@_builtins.property
|
|
1028
1028
|
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
1029
|
-
def qos_adaptive_max_downstream(self) -> int:
|
|
1029
|
+
def qos_adaptive_max_downstream(self) -> _builtins.int:
|
|
1030
1030
|
"""
|
|
1031
1031
|
Downstream max bandwidth limit
|
|
1032
1032
|
"""
|
|
1033
1033
|
return pulumi.get(self, "qos_adaptive_max_downstream")
|
|
1034
1034
|
|
|
1035
|
-
@property
|
|
1035
|
+
@_builtins.property
|
|
1036
1036
|
@pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
|
|
1037
|
-
def qos_adaptive_max_downstream_variable(self) -> str:
|
|
1037
|
+
def qos_adaptive_max_downstream_variable(self) -> _builtins.str:
|
|
1038
1038
|
"""
|
|
1039
1039
|
Variable name
|
|
1040
1040
|
"""
|
|
1041
1041
|
return pulumi.get(self, "qos_adaptive_max_downstream_variable")
|
|
1042
1042
|
|
|
1043
|
-
@property
|
|
1043
|
+
@_builtins.property
|
|
1044
1044
|
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
1045
|
-
def qos_adaptive_max_upstream(self) -> int:
|
|
1045
|
+
def qos_adaptive_max_upstream(self) -> _builtins.int:
|
|
1046
1046
|
"""
|
|
1047
1047
|
Upstream max bandwidth limit
|
|
1048
1048
|
"""
|
|
1049
1049
|
return pulumi.get(self, "qos_adaptive_max_upstream")
|
|
1050
1050
|
|
|
1051
|
-
@property
|
|
1051
|
+
@_builtins.property
|
|
1052
1052
|
@pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
|
|
1053
|
-
def qos_adaptive_max_upstream_variable(self) -> str:
|
|
1053
|
+
def qos_adaptive_max_upstream_variable(self) -> _builtins.str:
|
|
1054
1054
|
"""
|
|
1055
1055
|
Variable name
|
|
1056
1056
|
"""
|
|
1057
1057
|
return pulumi.get(self, "qos_adaptive_max_upstream_variable")
|
|
1058
1058
|
|
|
1059
|
-
@property
|
|
1059
|
+
@_builtins.property
|
|
1060
1060
|
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
1061
|
-
def qos_adaptive_min_downstream(self) -> int:
|
|
1061
|
+
def qos_adaptive_min_downstream(self) -> _builtins.int:
|
|
1062
1062
|
"""
|
|
1063
1063
|
Downstream min bandwidth limit
|
|
1064
1064
|
"""
|
|
1065
1065
|
return pulumi.get(self, "qos_adaptive_min_downstream")
|
|
1066
1066
|
|
|
1067
|
-
@property
|
|
1067
|
+
@_builtins.property
|
|
1068
1068
|
@pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
|
|
1069
|
-
def qos_adaptive_min_downstream_variable(self) -> str:
|
|
1069
|
+
def qos_adaptive_min_downstream_variable(self) -> _builtins.str:
|
|
1070
1070
|
"""
|
|
1071
1071
|
Variable name
|
|
1072
1072
|
"""
|
|
1073
1073
|
return pulumi.get(self, "qos_adaptive_min_downstream_variable")
|
|
1074
1074
|
|
|
1075
|
-
@property
|
|
1075
|
+
@_builtins.property
|
|
1076
1076
|
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
1077
|
-
def qos_adaptive_min_upstream(self) -> int:
|
|
1077
|
+
def qos_adaptive_min_upstream(self) -> _builtins.int:
|
|
1078
1078
|
"""
|
|
1079
1079
|
Upstream min bandwidth limit
|
|
1080
1080
|
"""
|
|
1081
1081
|
return pulumi.get(self, "qos_adaptive_min_upstream")
|
|
1082
1082
|
|
|
1083
|
-
@property
|
|
1083
|
+
@_builtins.property
|
|
1084
1084
|
@pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
|
|
1085
|
-
def qos_adaptive_min_upstream_variable(self) -> str:
|
|
1085
|
+
def qos_adaptive_min_upstream_variable(self) -> _builtins.str:
|
|
1086
1086
|
"""
|
|
1087
1087
|
Variable name
|
|
1088
1088
|
"""
|
|
1089
1089
|
return pulumi.get(self, "qos_adaptive_min_upstream_variable")
|
|
1090
1090
|
|
|
1091
|
-
@property
|
|
1091
|
+
@_builtins.property
|
|
1092
1092
|
@pulumi.getter(name="qosAdaptivePeriod")
|
|
1093
|
-
def qos_adaptive_period(self) -> int:
|
|
1093
|
+
def qos_adaptive_period(self) -> _builtins.int:
|
|
1094
1094
|
"""
|
|
1095
1095
|
Periodic timer for adaptive QoS in minutes
|
|
1096
1096
|
"""
|
|
1097
1097
|
return pulumi.get(self, "qos_adaptive_period")
|
|
1098
1098
|
|
|
1099
|
-
@property
|
|
1099
|
+
@_builtins.property
|
|
1100
1100
|
@pulumi.getter(name="qosAdaptivePeriodVariable")
|
|
1101
|
-
def qos_adaptive_period_variable(self) -> str:
|
|
1101
|
+
def qos_adaptive_period_variable(self) -> _builtins.str:
|
|
1102
1102
|
"""
|
|
1103
1103
|
Variable name
|
|
1104
1104
|
"""
|
|
1105
1105
|
return pulumi.get(self, "qos_adaptive_period_variable")
|
|
1106
1106
|
|
|
1107
|
-
@property
|
|
1107
|
+
@_builtins.property
|
|
1108
1108
|
@pulumi.getter(name="qosMap")
|
|
1109
|
-
def qos_map(self) -> str:
|
|
1109
|
+
def qos_map(self) -> _builtins.str:
|
|
1110
1110
|
"""
|
|
1111
1111
|
Name of QoS map
|
|
1112
1112
|
"""
|
|
1113
1113
|
return pulumi.get(self, "qos_map")
|
|
1114
1114
|
|
|
1115
|
-
@property
|
|
1115
|
+
@_builtins.property
|
|
1116
1116
|
@pulumi.getter(name="qosMapVariable")
|
|
1117
|
-
def qos_map_variable(self) -> str:
|
|
1117
|
+
def qos_map_variable(self) -> _builtins.str:
|
|
1118
1118
|
"""
|
|
1119
1119
|
Variable name
|
|
1120
1120
|
"""
|
|
1121
1121
|
return pulumi.get(self, "qos_map_variable")
|
|
1122
1122
|
|
|
1123
|
-
@property
|
|
1123
|
+
@_builtins.property
|
|
1124
1124
|
@pulumi.getter(name="secondaryRegion")
|
|
1125
|
-
def secondary_region(self) -> str:
|
|
1125
|
+
def secondary_region(self) -> _builtins.str:
|
|
1126
1126
|
"""
|
|
1127
1127
|
Enable secondary region
|
|
1128
1128
|
"""
|
|
1129
1129
|
return pulumi.get(self, "secondary_region")
|
|
1130
1130
|
|
|
1131
|
-
@property
|
|
1131
|
+
@_builtins.property
|
|
1132
1132
|
@pulumi.getter(name="secondaryRegionVariable")
|
|
1133
|
-
def secondary_region_variable(self) -> str:
|
|
1133
|
+
def secondary_region_variable(self) -> _builtins.str:
|
|
1134
1134
|
"""
|
|
1135
1135
|
Variable name
|
|
1136
1136
|
"""
|
|
1137
1137
|
return pulumi.get(self, "secondary_region_variable")
|
|
1138
1138
|
|
|
1139
|
-
@property
|
|
1139
|
+
@_builtins.property
|
|
1140
1140
|
@pulumi.getter(name="shapingRate")
|
|
1141
|
-
def shaping_rate(self) -> int:
|
|
1141
|
+
def shaping_rate(self) -> _builtins.int:
|
|
1142
1142
|
"""
|
|
1143
1143
|
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
1144
1144
|
"""
|
|
1145
1145
|
return pulumi.get(self, "shaping_rate")
|
|
1146
1146
|
|
|
1147
|
-
@property
|
|
1147
|
+
@_builtins.property
|
|
1148
1148
|
@pulumi.getter(name="shapingRateVariable")
|
|
1149
|
-
def shaping_rate_variable(self) -> str:
|
|
1149
|
+
def shaping_rate_variable(self) -> _builtins.str:
|
|
1150
1150
|
"""
|
|
1151
1151
|
Variable name
|
|
1152
1152
|
"""
|
|
1153
1153
|
return pulumi.get(self, "shaping_rate_variable")
|
|
1154
1154
|
|
|
1155
|
-
@property
|
|
1155
|
+
@_builtins.property
|
|
1156
1156
|
@pulumi.getter
|
|
1157
|
-
def shutdown(self) -> bool:
|
|
1157
|
+
def shutdown(self) -> _builtins.bool:
|
|
1158
1158
|
"""
|
|
1159
1159
|
Administrative state
|
|
1160
1160
|
"""
|
|
1161
1161
|
return pulumi.get(self, "shutdown")
|
|
1162
1162
|
|
|
1163
|
-
@property
|
|
1163
|
+
@_builtins.property
|
|
1164
1164
|
@pulumi.getter(name="shutdownVariable")
|
|
1165
|
-
def shutdown_variable(self) -> str:
|
|
1165
|
+
def shutdown_variable(self) -> _builtins.str:
|
|
1166
1166
|
"""
|
|
1167
1167
|
Variable name
|
|
1168
1168
|
"""
|
|
1169
1169
|
return pulumi.get(self, "shutdown_variable")
|
|
1170
1170
|
|
|
1171
|
-
@property
|
|
1171
|
+
@_builtins.property
|
|
1172
1172
|
@pulumi.getter(name="tcpMss")
|
|
1173
|
-
def tcp_mss(self) -> int:
|
|
1173
|
+
def tcp_mss(self) -> _builtins.int:
|
|
1174
1174
|
"""
|
|
1175
1175
|
TCP MSS on SYN packets, in bytes
|
|
1176
1176
|
"""
|
|
1177
1177
|
return pulumi.get(self, "tcp_mss")
|
|
1178
1178
|
|
|
1179
|
-
@property
|
|
1179
|
+
@_builtins.property
|
|
1180
1180
|
@pulumi.getter(name="tcpMssVariable")
|
|
1181
|
-
def tcp_mss_variable(self) -> str:
|
|
1181
|
+
def tcp_mss_variable(self) -> _builtins.str:
|
|
1182
1182
|
"""
|
|
1183
1183
|
Variable name
|
|
1184
1184
|
"""
|
|
1185
1185
|
return pulumi.get(self, "tcp_mss_variable")
|
|
1186
1186
|
|
|
1187
|
-
@property
|
|
1187
|
+
@_builtins.property
|
|
1188
1188
|
@pulumi.getter(name="templateType")
|
|
1189
|
-
def template_type(self) -> str:
|
|
1189
|
+
def template_type(self) -> _builtins.str:
|
|
1190
1190
|
"""
|
|
1191
1191
|
The template type
|
|
1192
1192
|
"""
|
|
1193
1193
|
return pulumi.get(self, "template_type")
|
|
1194
1194
|
|
|
1195
|
-
@property
|
|
1195
|
+
@_builtins.property
|
|
1196
1196
|
@pulumi.getter(name="tlocExtension")
|
|
1197
|
-
def tloc_extension(self) -> str:
|
|
1197
|
+
def tloc_extension(self) -> _builtins.str:
|
|
1198
1198
|
"""
|
|
1199
1199
|
Extends a local TLOC to a remote node only for vpn 0
|
|
1200
1200
|
"""
|
|
1201
1201
|
return pulumi.get(self, "tloc_extension")
|
|
1202
1202
|
|
|
1203
|
-
@property
|
|
1203
|
+
@_builtins.property
|
|
1204
1204
|
@pulumi.getter(name="tlocExtensionVariable")
|
|
1205
|
-
def tloc_extension_variable(self) -> str:
|
|
1205
|
+
def tloc_extension_variable(self) -> _builtins.str:
|
|
1206
1206
|
"""
|
|
1207
1207
|
Variable name
|
|
1208
1208
|
"""
|
|
1209
1209
|
return pulumi.get(self, "tloc_extension_variable")
|
|
1210
1210
|
|
|
1211
|
-
@property
|
|
1211
|
+
@_builtins.property
|
|
1212
1212
|
@pulumi.getter(name="trackerVariable")
|
|
1213
|
-
def tracker_variable(self) -> str:
|
|
1213
|
+
def tracker_variable(self) -> _builtins.str:
|
|
1214
1214
|
"""
|
|
1215
1215
|
Variable name
|
|
1216
1216
|
"""
|
|
1217
1217
|
return pulumi.get(self, "tracker_variable")
|
|
1218
1218
|
|
|
1219
|
-
@property
|
|
1219
|
+
@_builtins.property
|
|
1220
1220
|
@pulumi.getter
|
|
1221
|
-
def trackers(self) -> Sequence[str]:
|
|
1221
|
+
def trackers(self) -> Sequence[_builtins.str]:
|
|
1222
1222
|
"""
|
|
1223
1223
|
Enable tracker for this interface
|
|
1224
1224
|
"""
|
|
1225
1225
|
return pulumi.get(self, "trackers")
|
|
1226
1226
|
|
|
1227
|
-
@property
|
|
1227
|
+
@_builtins.property
|
|
1228
1228
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
1229
|
-
def tunnel_interface_allow_all(self) -> bool:
|
|
1229
|
+
def tunnel_interface_allow_all(self) -> _builtins.bool:
|
|
1230
1230
|
"""
|
|
1231
1231
|
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
1232
1232
|
"""
|
|
1233
1233
|
return pulumi.get(self, "tunnel_interface_allow_all")
|
|
1234
1234
|
|
|
1235
|
-
@property
|
|
1235
|
+
@_builtins.property
|
|
1236
1236
|
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
1237
|
-
def tunnel_interface_allow_all_variable(self) -> str:
|
|
1237
|
+
def tunnel_interface_allow_all_variable(self) -> _builtins.str:
|
|
1238
1238
|
"""
|
|
1239
1239
|
Variable name
|
|
1240
1240
|
"""
|
|
1241
1241
|
return pulumi.get(self, "tunnel_interface_allow_all_variable")
|
|
1242
1242
|
|
|
1243
|
-
@property
|
|
1243
|
+
@_builtins.property
|
|
1244
1244
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
1245
|
-
def tunnel_interface_allow_bgp(self) -> bool:
|
|
1245
|
+
def tunnel_interface_allow_bgp(self) -> _builtins.bool:
|
|
1246
1246
|
"""
|
|
1247
1247
|
Allow/deny BGP
|
|
1248
1248
|
"""
|
|
1249
1249
|
return pulumi.get(self, "tunnel_interface_allow_bgp")
|
|
1250
1250
|
|
|
1251
|
-
@property
|
|
1251
|
+
@_builtins.property
|
|
1252
1252
|
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
1253
|
-
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
1253
|
+
def tunnel_interface_allow_bgp_variable(self) -> _builtins.str:
|
|
1254
1254
|
"""
|
|
1255
1255
|
Variable name
|
|
1256
1256
|
"""
|
|
1257
1257
|
return pulumi.get(self, "tunnel_interface_allow_bgp_variable")
|
|
1258
1258
|
|
|
1259
|
-
@property
|
|
1259
|
+
@_builtins.property
|
|
1260
1260
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
1261
|
-
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
1261
|
+
def tunnel_interface_allow_dhcp(self) -> _builtins.bool:
|
|
1262
1262
|
"""
|
|
1263
1263
|
Allow/Deny DHCP
|
|
1264
1264
|
"""
|
|
1265
1265
|
return pulumi.get(self, "tunnel_interface_allow_dhcp")
|
|
1266
1266
|
|
|
1267
|
-
@property
|
|
1267
|
+
@_builtins.property
|
|
1268
1268
|
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
1269
|
-
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1269
|
+
def tunnel_interface_allow_dhcp_variable(self) -> _builtins.str:
|
|
1270
1270
|
"""
|
|
1271
1271
|
Variable name
|
|
1272
1272
|
"""
|
|
1273
1273
|
return pulumi.get(self, "tunnel_interface_allow_dhcp_variable")
|
|
1274
1274
|
|
|
1275
|
-
@property
|
|
1275
|
+
@_builtins.property
|
|
1276
1276
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1277
|
-
def tunnel_interface_allow_dns(self) -> bool:
|
|
1277
|
+
def tunnel_interface_allow_dns(self) -> _builtins.bool:
|
|
1278
1278
|
"""
|
|
1279
1279
|
Allow/Deny DNS
|
|
1280
1280
|
"""
|
|
1281
1281
|
return pulumi.get(self, "tunnel_interface_allow_dns")
|
|
1282
1282
|
|
|
1283
|
-
@property
|
|
1283
|
+
@_builtins.property
|
|
1284
1284
|
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1285
|
-
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1285
|
+
def tunnel_interface_allow_dns_variable(self) -> _builtins.str:
|
|
1286
1286
|
"""
|
|
1287
1287
|
Variable name
|
|
1288
1288
|
"""
|
|
1289
1289
|
return pulumi.get(self, "tunnel_interface_allow_dns_variable")
|
|
1290
1290
|
|
|
1291
|
-
@property
|
|
1291
|
+
@_builtins.property
|
|
1292
1292
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1293
|
-
def tunnel_interface_allow_https(self) -> bool:
|
|
1293
|
+
def tunnel_interface_allow_https(self) -> _builtins.bool:
|
|
1294
1294
|
"""
|
|
1295
1295
|
Allow/Deny Https
|
|
1296
1296
|
"""
|
|
1297
1297
|
return pulumi.get(self, "tunnel_interface_allow_https")
|
|
1298
1298
|
|
|
1299
|
-
@property
|
|
1299
|
+
@_builtins.property
|
|
1300
1300
|
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
1301
|
-
def tunnel_interface_allow_https_variable(self) -> str:
|
|
1301
|
+
def tunnel_interface_allow_https_variable(self) -> _builtins.str:
|
|
1302
1302
|
"""
|
|
1303
1303
|
Variable name
|
|
1304
1304
|
"""
|
|
1305
1305
|
return pulumi.get(self, "tunnel_interface_allow_https_variable")
|
|
1306
1306
|
|
|
1307
|
-
@property
|
|
1307
|
+
@_builtins.property
|
|
1308
1308
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1309
|
-
def tunnel_interface_allow_icmp(self) -> bool:
|
|
1309
|
+
def tunnel_interface_allow_icmp(self) -> _builtins.bool:
|
|
1310
1310
|
"""
|
|
1311
1311
|
Allow/Deny ICMP
|
|
1312
1312
|
"""
|
|
1313
1313
|
return pulumi.get(self, "tunnel_interface_allow_icmp")
|
|
1314
1314
|
|
|
1315
|
-
@property
|
|
1315
|
+
@_builtins.property
|
|
1316
1316
|
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
1317
|
-
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
1317
|
+
def tunnel_interface_allow_icmp_variable(self) -> _builtins.str:
|
|
1318
1318
|
"""
|
|
1319
1319
|
Variable name
|
|
1320
1320
|
"""
|
|
1321
1321
|
return pulumi.get(self, "tunnel_interface_allow_icmp_variable")
|
|
1322
1322
|
|
|
1323
|
-
@property
|
|
1323
|
+
@_builtins.property
|
|
1324
1324
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1325
|
-
def tunnel_interface_allow_netconf(self) -> bool:
|
|
1325
|
+
def tunnel_interface_allow_netconf(self) -> _builtins.bool:
|
|
1326
1326
|
"""
|
|
1327
1327
|
Allow/Deny NETCONF
|
|
1328
1328
|
"""
|
|
1329
1329
|
return pulumi.get(self, "tunnel_interface_allow_netconf")
|
|
1330
1330
|
|
|
1331
|
-
@property
|
|
1331
|
+
@_builtins.property
|
|
1332
1332
|
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
1333
|
-
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
1333
|
+
def tunnel_interface_allow_netconf_variable(self) -> _builtins.str:
|
|
1334
1334
|
"""
|
|
1335
1335
|
Variable name
|
|
1336
1336
|
"""
|
|
1337
1337
|
return pulumi.get(self, "tunnel_interface_allow_netconf_variable")
|
|
1338
1338
|
|
|
1339
|
-
@property
|
|
1339
|
+
@_builtins.property
|
|
1340
1340
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1341
|
-
def tunnel_interface_allow_ntp(self) -> bool:
|
|
1341
|
+
def tunnel_interface_allow_ntp(self) -> _builtins.bool:
|
|
1342
1342
|
"""
|
|
1343
1343
|
Allow/Deny NTP
|
|
1344
1344
|
"""
|
|
1345
1345
|
return pulumi.get(self, "tunnel_interface_allow_ntp")
|
|
1346
1346
|
|
|
1347
|
-
@property
|
|
1347
|
+
@_builtins.property
|
|
1348
1348
|
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
1349
|
-
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
1349
|
+
def tunnel_interface_allow_ntp_variable(self) -> _builtins.str:
|
|
1350
1350
|
"""
|
|
1351
1351
|
Variable name
|
|
1352
1352
|
"""
|
|
1353
1353
|
return pulumi.get(self, "tunnel_interface_allow_ntp_variable")
|
|
1354
1354
|
|
|
1355
|
-
@property
|
|
1355
|
+
@_builtins.property
|
|
1356
1356
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1357
|
-
def tunnel_interface_allow_ospf(self) -> bool:
|
|
1357
|
+
def tunnel_interface_allow_ospf(self) -> _builtins.bool:
|
|
1358
1358
|
"""
|
|
1359
1359
|
Allow/Deny OSPF
|
|
1360
1360
|
"""
|
|
1361
1361
|
return pulumi.get(self, "tunnel_interface_allow_ospf")
|
|
1362
1362
|
|
|
1363
|
-
@property
|
|
1363
|
+
@_builtins.property
|
|
1364
1364
|
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
1365
|
-
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
1365
|
+
def tunnel_interface_allow_ospf_variable(self) -> _builtins.str:
|
|
1366
1366
|
"""
|
|
1367
1367
|
Variable name
|
|
1368
1368
|
"""
|
|
1369
1369
|
return pulumi.get(self, "tunnel_interface_allow_ospf_variable")
|
|
1370
1370
|
|
|
1371
|
-
@property
|
|
1371
|
+
@_builtins.property
|
|
1372
1372
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1373
|
-
def tunnel_interface_allow_snmp(self) -> bool:
|
|
1373
|
+
def tunnel_interface_allow_snmp(self) -> _builtins.bool:
|
|
1374
1374
|
"""
|
|
1375
1375
|
Allow/Deny SNMP
|
|
1376
1376
|
"""
|
|
1377
1377
|
return pulumi.get(self, "tunnel_interface_allow_snmp")
|
|
1378
1378
|
|
|
1379
|
-
@property
|
|
1379
|
+
@_builtins.property
|
|
1380
1380
|
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
1381
|
-
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
1381
|
+
def tunnel_interface_allow_snmp_variable(self) -> _builtins.str:
|
|
1382
1382
|
"""
|
|
1383
1383
|
Variable name
|
|
1384
1384
|
"""
|
|
1385
1385
|
return pulumi.get(self, "tunnel_interface_allow_snmp_variable")
|
|
1386
1386
|
|
|
1387
|
-
@property
|
|
1387
|
+
@_builtins.property
|
|
1388
1388
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1389
|
-
def tunnel_interface_allow_ssh(self) -> bool:
|
|
1389
|
+
def tunnel_interface_allow_ssh(self) -> _builtins.bool:
|
|
1390
1390
|
"""
|
|
1391
1391
|
Allow/Deny SSH
|
|
1392
1392
|
"""
|
|
1393
1393
|
return pulumi.get(self, "tunnel_interface_allow_ssh")
|
|
1394
1394
|
|
|
1395
|
-
@property
|
|
1395
|
+
@_builtins.property
|
|
1396
1396
|
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
1397
|
-
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
1397
|
+
def tunnel_interface_allow_ssh_variable(self) -> _builtins.str:
|
|
1398
1398
|
"""
|
|
1399
1399
|
Variable name
|
|
1400
1400
|
"""
|
|
1401
1401
|
return pulumi.get(self, "tunnel_interface_allow_ssh_variable")
|
|
1402
1402
|
|
|
1403
|
-
@property
|
|
1403
|
+
@_builtins.property
|
|
1404
1404
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1405
|
-
def tunnel_interface_allow_stun(self) -> bool:
|
|
1405
|
+
def tunnel_interface_allow_stun(self) -> _builtins.bool:
|
|
1406
1406
|
"""
|
|
1407
1407
|
Allow/Deny STUN
|
|
1408
1408
|
"""
|
|
1409
1409
|
return pulumi.get(self, "tunnel_interface_allow_stun")
|
|
1410
1410
|
|
|
1411
|
-
@property
|
|
1411
|
+
@_builtins.property
|
|
1412
1412
|
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
1413
|
-
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
1413
|
+
def tunnel_interface_allow_stun_variable(self) -> _builtins.str:
|
|
1414
1414
|
"""
|
|
1415
1415
|
Variable name
|
|
1416
1416
|
"""
|
|
1417
1417
|
return pulumi.get(self, "tunnel_interface_allow_stun_variable")
|
|
1418
1418
|
|
|
1419
|
-
@property
|
|
1419
|
+
@_builtins.property
|
|
1420
1420
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
1421
|
-
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
1421
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> _builtins.str:
|
|
1422
1422
|
"""
|
|
1423
1423
|
Bind loopback tunnel interface to a physical interface
|
|
1424
1424
|
"""
|
|
1425
1425
|
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel")
|
|
1426
1426
|
|
|
1427
|
-
@property
|
|
1427
|
+
@_builtins.property
|
|
1428
1428
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
1429
|
-
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
1429
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> _builtins.str:
|
|
1430
1430
|
"""
|
|
1431
1431
|
Variable name
|
|
1432
1432
|
"""
|
|
1433
1433
|
return pulumi.get(self, "tunnel_interface_bind_loopback_tunnel_variable")
|
|
1434
1434
|
|
|
1435
|
-
@property
|
|
1435
|
+
@_builtins.property
|
|
1436
1436
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1437
|
-
def tunnel_interface_border(self) -> bool:
|
|
1437
|
+
def tunnel_interface_border(self) -> _builtins.bool:
|
|
1438
1438
|
"""
|
|
1439
1439
|
Set TLOC as border TLOC
|
|
1440
1440
|
"""
|
|
1441
1441
|
return pulumi.get(self, "tunnel_interface_border")
|
|
1442
1442
|
|
|
1443
|
-
@property
|
|
1443
|
+
@_builtins.property
|
|
1444
1444
|
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
1445
|
-
def tunnel_interface_border_variable(self) -> str:
|
|
1445
|
+
def tunnel_interface_border_variable(self) -> _builtins.str:
|
|
1446
1446
|
"""
|
|
1447
1447
|
Variable name
|
|
1448
1448
|
"""
|
|
1449
1449
|
return pulumi.get(self, "tunnel_interface_border_variable")
|
|
1450
1450
|
|
|
1451
|
-
@property
|
|
1451
|
+
@_builtins.property
|
|
1452
1452
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1453
|
-
def tunnel_interface_carrier(self) -> str:
|
|
1453
|
+
def tunnel_interface_carrier(self) -> _builtins.str:
|
|
1454
1454
|
"""
|
|
1455
1455
|
Set carrier for TLOC
|
|
1456
1456
|
"""
|
|
1457
1457
|
return pulumi.get(self, "tunnel_interface_carrier")
|
|
1458
1458
|
|
|
1459
|
-
@property
|
|
1459
|
+
@_builtins.property
|
|
1460
1460
|
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
1461
|
-
def tunnel_interface_carrier_variable(self) -> str:
|
|
1461
|
+
def tunnel_interface_carrier_variable(self) -> _builtins.str:
|
|
1462
1462
|
"""
|
|
1463
1463
|
Variable name
|
|
1464
1464
|
"""
|
|
1465
1465
|
return pulumi.get(self, "tunnel_interface_carrier_variable")
|
|
1466
1466
|
|
|
1467
|
-
@property
|
|
1467
|
+
@_builtins.property
|
|
1468
1468
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1469
|
-
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
1469
|
+
def tunnel_interface_clear_dont_fragment(self) -> _builtins.bool:
|
|
1470
1470
|
"""
|
|
1471
1471
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1472
1472
|
"""
|
|
1473
1473
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment")
|
|
1474
1474
|
|
|
1475
|
-
@property
|
|
1475
|
+
@_builtins.property
|
|
1476
1476
|
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
1477
|
-
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
1477
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> _builtins.str:
|
|
1478
1478
|
"""
|
|
1479
1479
|
Variable name
|
|
1480
1480
|
"""
|
|
1481
1481
|
return pulumi.get(self, "tunnel_interface_clear_dont_fragment_variable")
|
|
1482
1482
|
|
|
1483
|
-
@property
|
|
1483
|
+
@_builtins.property
|
|
1484
1484
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1485
|
-
def tunnel_interface_color(self) -> str:
|
|
1485
|
+
def tunnel_interface_color(self) -> _builtins.str:
|
|
1486
1486
|
"""
|
|
1487
1487
|
Set color for TLOC
|
|
1488
1488
|
"""
|
|
1489
1489
|
return pulumi.get(self, "tunnel_interface_color")
|
|
1490
1490
|
|
|
1491
|
-
@property
|
|
1491
|
+
@_builtins.property
|
|
1492
1492
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1493
|
-
def tunnel_interface_color_restrict(self) -> bool:
|
|
1493
|
+
def tunnel_interface_color_restrict(self) -> _builtins.bool:
|
|
1494
1494
|
"""
|
|
1495
1495
|
Restrict this TLOC behavior
|
|
1496
1496
|
"""
|
|
1497
1497
|
return pulumi.get(self, "tunnel_interface_color_restrict")
|
|
1498
1498
|
|
|
1499
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1500
1500
|
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
1501
|
-
def tunnel_interface_color_variable(self) -> str:
|
|
1501
|
+
def tunnel_interface_color_variable(self) -> _builtins.str:
|
|
1502
1502
|
"""
|
|
1503
1503
|
Variable name
|
|
1504
1504
|
"""
|
|
1505
1505
|
return pulumi.get(self, "tunnel_interface_color_variable")
|
|
1506
1506
|
|
|
1507
|
-
@property
|
|
1507
|
+
@_builtins.property
|
|
1508
1508
|
@pulumi.getter(name="tunnelInterfaceControlConnections")
|
|
1509
|
-
def tunnel_interface_control_connections(self) -> bool:
|
|
1509
|
+
def tunnel_interface_control_connections(self) -> _builtins.bool:
|
|
1510
1510
|
"""
|
|
1511
1511
|
Allow Control Connection
|
|
1512
1512
|
"""
|
|
1513
1513
|
return pulumi.get(self, "tunnel_interface_control_connections")
|
|
1514
1514
|
|
|
1515
|
-
@property
|
|
1515
|
+
@_builtins.property
|
|
1516
1516
|
@pulumi.getter(name="tunnelInterfaceControlConnectionsVariable")
|
|
1517
|
-
def tunnel_interface_control_connections_variable(self) -> str:
|
|
1517
|
+
def tunnel_interface_control_connections_variable(self) -> _builtins.str:
|
|
1518
1518
|
"""
|
|
1519
1519
|
Variable name
|
|
1520
1520
|
"""
|
|
1521
1521
|
return pulumi.get(self, "tunnel_interface_control_connections_variable")
|
|
1522
1522
|
|
|
1523
|
-
@property
|
|
1523
|
+
@_builtins.property
|
|
1524
1524
|
@pulumi.getter(name="tunnelInterfaceEncapsulations")
|
|
1525
1525
|
def tunnel_interface_encapsulations(self) -> Sequence['outputs.GetVpnInterfaceDslPppoeFeatureTemplateTunnelInterfaceEncapsulationResult']:
|
|
1526
1526
|
"""
|
|
@@ -1528,231 +1528,231 @@ class GetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
|
1528
1528
|
"""
|
|
1529
1529
|
return pulumi.get(self, "tunnel_interface_encapsulations")
|
|
1530
1530
|
|
|
1531
|
-
@property
|
|
1531
|
+
@_builtins.property
|
|
1532
1532
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
1533
|
-
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
1533
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> _builtins.str:
|
|
1534
1534
|
"""
|
|
1535
1535
|
Variable name
|
|
1536
1536
|
"""
|
|
1537
1537
|
return pulumi.get(self, "tunnel_interface_exclude_controller_group_list_variable")
|
|
1538
1538
|
|
|
1539
|
-
@property
|
|
1539
|
+
@_builtins.property
|
|
1540
1540
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1541
|
-
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1541
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[_builtins.int]:
|
|
1542
1542
|
"""
|
|
1543
1543
|
Exclude the following controller groups defined in this list
|
|
1544
1544
|
"""
|
|
1545
1545
|
return pulumi.get(self, "tunnel_interface_exclude_controller_group_lists")
|
|
1546
1546
|
|
|
1547
|
-
@property
|
|
1547
|
+
@_builtins.property
|
|
1548
1548
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1549
|
-
def tunnel_interface_groups(self) -> Sequence[int]:
|
|
1549
|
+
def tunnel_interface_groups(self) -> Sequence[_builtins.int]:
|
|
1550
1550
|
"""
|
|
1551
1551
|
List of groups
|
|
1552
1552
|
"""
|
|
1553
1553
|
return pulumi.get(self, "tunnel_interface_groups")
|
|
1554
1554
|
|
|
1555
|
-
@property
|
|
1555
|
+
@_builtins.property
|
|
1556
1556
|
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1557
|
-
def tunnel_interface_groups_variable(self) -> str:
|
|
1557
|
+
def tunnel_interface_groups_variable(self) -> _builtins.str:
|
|
1558
1558
|
"""
|
|
1559
1559
|
Variable name
|
|
1560
1560
|
"""
|
|
1561
1561
|
return pulumi.get(self, "tunnel_interface_groups_variable")
|
|
1562
1562
|
|
|
1563
|
-
@property
|
|
1563
|
+
@_builtins.property
|
|
1564
1564
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1565
|
-
def tunnel_interface_hello_interval(self) -> int:
|
|
1565
|
+
def tunnel_interface_hello_interval(self) -> _builtins.int:
|
|
1566
1566
|
"""
|
|
1567
1567
|
Set time period of control hello packets \\n\\n milli seconds
|
|
1568
1568
|
"""
|
|
1569
1569
|
return pulumi.get(self, "tunnel_interface_hello_interval")
|
|
1570
1570
|
|
|
1571
|
-
@property
|
|
1571
|
+
@_builtins.property
|
|
1572
1572
|
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1573
|
-
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1573
|
+
def tunnel_interface_hello_interval_variable(self) -> _builtins.str:
|
|
1574
1574
|
"""
|
|
1575
1575
|
Variable name
|
|
1576
1576
|
"""
|
|
1577
1577
|
return pulumi.get(self, "tunnel_interface_hello_interval_variable")
|
|
1578
1578
|
|
|
1579
|
-
@property
|
|
1579
|
+
@_builtins.property
|
|
1580
1580
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1581
|
-
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1581
|
+
def tunnel_interface_hello_tolerance(self) -> _builtins.int:
|
|
1582
1582
|
"""
|
|
1583
1583
|
Set tolerance of control hello packets \\n\\n seconds
|
|
1584
1584
|
"""
|
|
1585
1585
|
return pulumi.get(self, "tunnel_interface_hello_tolerance")
|
|
1586
1586
|
|
|
1587
|
-
@property
|
|
1587
|
+
@_builtins.property
|
|
1588
1588
|
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1589
|
-
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1589
|
+
def tunnel_interface_hello_tolerance_variable(self) -> _builtins.str:
|
|
1590
1590
|
"""
|
|
1591
1591
|
Variable name
|
|
1592
1592
|
"""
|
|
1593
1593
|
return pulumi.get(self, "tunnel_interface_hello_tolerance_variable")
|
|
1594
1594
|
|
|
1595
|
-
@property
|
|
1595
|
+
@_builtins.property
|
|
1596
1596
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1597
|
-
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1597
|
+
def tunnel_interface_last_resort_circuit(self) -> _builtins.bool:
|
|
1598
1598
|
"""
|
|
1599
1599
|
Set TLOC as last resort
|
|
1600
1600
|
"""
|
|
1601
1601
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit")
|
|
1602
1602
|
|
|
1603
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1604
1604
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1605
|
-
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1605
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> _builtins.str:
|
|
1606
1606
|
"""
|
|
1607
1607
|
Variable name
|
|
1608
1608
|
"""
|
|
1609
1609
|
return pulumi.get(self, "tunnel_interface_last_resort_circuit_variable")
|
|
1610
1610
|
|
|
1611
|
-
@property
|
|
1611
|
+
@_builtins.property
|
|
1612
1612
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1613
|
-
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
1613
|
+
def tunnel_interface_low_bandwidth_link(self) -> _builtins.bool:
|
|
1614
1614
|
"""
|
|
1615
1615
|
Set the interface as a low-bandwidth circuit
|
|
1616
1616
|
"""
|
|
1617
1617
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link")
|
|
1618
1618
|
|
|
1619
|
-
@property
|
|
1619
|
+
@_builtins.property
|
|
1620
1620
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
1621
|
-
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
1621
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> _builtins.str:
|
|
1622
1622
|
"""
|
|
1623
1623
|
Variable name
|
|
1624
1624
|
"""
|
|
1625
1625
|
return pulumi.get(self, "tunnel_interface_low_bandwidth_link_variable")
|
|
1626
1626
|
|
|
1627
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1628
1628
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
1629
|
-
def tunnel_interface_max_control_connections(self) -> int:
|
|
1629
|
+
def tunnel_interface_max_control_connections(self) -> _builtins.int:
|
|
1630
1630
|
"""
|
|
1631
1631
|
Set the maximum number of control connections for this TLOC
|
|
1632
1632
|
"""
|
|
1633
1633
|
return pulumi.get(self, "tunnel_interface_max_control_connections")
|
|
1634
1634
|
|
|
1635
|
-
@property
|
|
1635
|
+
@_builtins.property
|
|
1636
1636
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
1637
|
-
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
1637
|
+
def tunnel_interface_max_control_connections_variable(self) -> _builtins.str:
|
|
1638
1638
|
"""
|
|
1639
1639
|
Variable name
|
|
1640
1640
|
"""
|
|
1641
1641
|
return pulumi.get(self, "tunnel_interface_max_control_connections_variable")
|
|
1642
1642
|
|
|
1643
|
-
@property
|
|
1643
|
+
@_builtins.property
|
|
1644
1644
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1645
|
-
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
1645
|
+
def tunnel_interface_nat_refresh_interval(self) -> _builtins.int:
|
|
1646
1646
|
"""
|
|
1647
1647
|
Set time period of nat refresh packets \\n\\n seconds
|
|
1648
1648
|
"""
|
|
1649
1649
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval")
|
|
1650
1650
|
|
|
1651
|
-
@property
|
|
1651
|
+
@_builtins.property
|
|
1652
1652
|
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
1653
|
-
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
1653
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> _builtins.str:
|
|
1654
1654
|
"""
|
|
1655
1655
|
Variable name
|
|
1656
1656
|
"""
|
|
1657
1657
|
return pulumi.get(self, "tunnel_interface_nat_refresh_interval_variable")
|
|
1658
1658
|
|
|
1659
|
-
@property
|
|
1659
|
+
@_builtins.property
|
|
1660
1660
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
1661
|
-
def tunnel_interface_network_broadcast(self) -> bool:
|
|
1661
|
+
def tunnel_interface_network_broadcast(self) -> _builtins.bool:
|
|
1662
1662
|
"""
|
|
1663
1663
|
Accept and respond to network-prefix-directed broadcasts)
|
|
1664
1664
|
"""
|
|
1665
1665
|
return pulumi.get(self, "tunnel_interface_network_broadcast")
|
|
1666
1666
|
|
|
1667
|
-
@property
|
|
1667
|
+
@_builtins.property
|
|
1668
1668
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
|
|
1669
|
-
def tunnel_interface_network_broadcast_variable(self) -> str:
|
|
1669
|
+
def tunnel_interface_network_broadcast_variable(self) -> _builtins.str:
|
|
1670
1670
|
"""
|
|
1671
1671
|
Variable name
|
|
1672
1672
|
"""
|
|
1673
1673
|
return pulumi.get(self, "tunnel_interface_network_broadcast_variable")
|
|
1674
1674
|
|
|
1675
|
-
@property
|
|
1675
|
+
@_builtins.property
|
|
1676
1676
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1677
|
-
def tunnel_interface_port_hop(self) -> bool:
|
|
1677
|
+
def tunnel_interface_port_hop(self) -> _builtins.bool:
|
|
1678
1678
|
"""
|
|
1679
1679
|
Disallow port hopping on the tunnel interface
|
|
1680
1680
|
"""
|
|
1681
1681
|
return pulumi.get(self, "tunnel_interface_port_hop")
|
|
1682
1682
|
|
|
1683
|
-
@property
|
|
1683
|
+
@_builtins.property
|
|
1684
1684
|
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
1685
|
-
def tunnel_interface_port_hop_variable(self) -> str:
|
|
1685
|
+
def tunnel_interface_port_hop_variable(self) -> _builtins.str:
|
|
1686
1686
|
"""
|
|
1687
1687
|
Variable name
|
|
1688
1688
|
"""
|
|
1689
1689
|
return pulumi.get(self, "tunnel_interface_port_hop_variable")
|
|
1690
1690
|
|
|
1691
|
-
@property
|
|
1691
|
+
@_builtins.property
|
|
1692
1692
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1693
|
-
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
1693
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> _builtins.int:
|
|
1694
1694
|
"""
|
|
1695
1695
|
Tunnel TCP MSS on SYN packets, in bytes
|
|
1696
1696
|
"""
|
|
1697
1697
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss")
|
|
1698
1698
|
|
|
1699
|
-
@property
|
|
1699
|
+
@_builtins.property
|
|
1700
1700
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
1701
|
-
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
1701
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> _builtins.str:
|
|
1702
1702
|
"""
|
|
1703
1703
|
Variable name
|
|
1704
1704
|
"""
|
|
1705
1705
|
return pulumi.get(self, "tunnel_interface_tunnel_tcp_mss_variable")
|
|
1706
1706
|
|
|
1707
|
-
@property
|
|
1707
|
+
@_builtins.property
|
|
1708
1708
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1709
|
-
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
1709
|
+
def tunnel_interface_vbond_as_stun_server(self) -> _builtins.bool:
|
|
1710
1710
|
"""
|
|
1711
1711
|
Put this wan interface in STUN mode only
|
|
1712
1712
|
"""
|
|
1713
1713
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server")
|
|
1714
1714
|
|
|
1715
|
-
@property
|
|
1715
|
+
@_builtins.property
|
|
1716
1716
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
1717
|
-
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
1717
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> _builtins.str:
|
|
1718
1718
|
"""
|
|
1719
1719
|
Variable name
|
|
1720
1720
|
"""
|
|
1721
1721
|
return pulumi.get(self, "tunnel_interface_vbond_as_stun_server_variable")
|
|
1722
1722
|
|
|
1723
|
-
@property
|
|
1723
|
+
@_builtins.property
|
|
1724
1724
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1725
|
-
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
1725
|
+
def tunnel_interface_vmanage_connection_preference(self) -> _builtins.int:
|
|
1726
1726
|
"""
|
|
1727
1727
|
Set interface preference for control connection to vManage \\n\\n
|
|
1728
1728
|
"""
|
|
1729
1729
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference")
|
|
1730
1730
|
|
|
1731
|
-
@property
|
|
1731
|
+
@_builtins.property
|
|
1732
1732
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
1733
|
-
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
1733
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> _builtins.str:
|
|
1734
1734
|
"""
|
|
1735
1735
|
Variable name
|
|
1736
1736
|
"""
|
|
1737
1737
|
return pulumi.get(self, "tunnel_interface_vmanage_connection_preference_variable")
|
|
1738
1738
|
|
|
1739
|
-
@property
|
|
1739
|
+
@_builtins.property
|
|
1740
1740
|
@pulumi.getter(name="tunnelQosMode")
|
|
1741
|
-
def tunnel_qos_mode(self) -> str:
|
|
1741
|
+
def tunnel_qos_mode(self) -> _builtins.str:
|
|
1742
1742
|
"""
|
|
1743
1743
|
Set tunnel QoS mode
|
|
1744
1744
|
"""
|
|
1745
1745
|
return pulumi.get(self, "tunnel_qos_mode")
|
|
1746
1746
|
|
|
1747
|
-
@property
|
|
1747
|
+
@_builtins.property
|
|
1748
1748
|
@pulumi.getter(name="tunnelQosModeVariable")
|
|
1749
|
-
def tunnel_qos_mode_variable(self) -> str:
|
|
1749
|
+
def tunnel_qos_mode_variable(self) -> _builtins.str:
|
|
1750
1750
|
"""
|
|
1751
1751
|
Variable name
|
|
1752
1752
|
"""
|
|
1753
1753
|
return pulumi.get(self, "tunnel_qos_mode_variable")
|
|
1754
1754
|
|
|
1755
|
-
@property
|
|
1755
|
+
@_builtins.property
|
|
1756
1756
|
@pulumi.getter(name="vdslConfigurations")
|
|
1757
1757
|
def vdsl_configurations(self) -> Sequence['outputs.GetVpnInterfaceDslPppoeFeatureTemplateVdslConfigurationResult']:
|
|
1758
1758
|
"""
|
|
@@ -1760,41 +1760,41 @@ class GetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
|
1760
1760
|
"""
|
|
1761
1761
|
return pulumi.get(self, "vdsl_configurations")
|
|
1762
1762
|
|
|
1763
|
-
@property
|
|
1763
|
+
@_builtins.property
|
|
1764
1764
|
@pulumi.getter
|
|
1765
|
-
def version(self) -> int:
|
|
1765
|
+
def version(self) -> _builtins.int:
|
|
1766
1766
|
"""
|
|
1767
1767
|
The version of the feature template
|
|
1768
1768
|
"""
|
|
1769
1769
|
return pulumi.get(self, "version")
|
|
1770
1770
|
|
|
1771
|
-
@property
|
|
1771
|
+
@_builtins.property
|
|
1772
1772
|
@pulumi.getter(name="vpnQosMap")
|
|
1773
|
-
def vpn_qos_map(self) -> str:
|
|
1773
|
+
def vpn_qos_map(self) -> _builtins.str:
|
|
1774
1774
|
"""
|
|
1775
1775
|
Name of VPN QoS map
|
|
1776
1776
|
"""
|
|
1777
1777
|
return pulumi.get(self, "vpn_qos_map")
|
|
1778
1778
|
|
|
1779
|
-
@property
|
|
1779
|
+
@_builtins.property
|
|
1780
1780
|
@pulumi.getter(name="vpnQosMapVariable")
|
|
1781
|
-
def vpn_qos_map_variable(self) -> str:
|
|
1781
|
+
def vpn_qos_map_variable(self) -> _builtins.str:
|
|
1782
1782
|
"""
|
|
1783
1783
|
Variable name
|
|
1784
1784
|
"""
|
|
1785
1785
|
return pulumi.get(self, "vpn_qos_map_variable")
|
|
1786
1786
|
|
|
1787
|
-
@property
|
|
1787
|
+
@_builtins.property
|
|
1788
1788
|
@pulumi.getter(name="writeRule")
|
|
1789
|
-
def write_rule(self) -> str:
|
|
1789
|
+
def write_rule(self) -> _builtins.str:
|
|
1790
1790
|
"""
|
|
1791
1791
|
Name of rewrite rule
|
|
1792
1792
|
"""
|
|
1793
1793
|
return pulumi.get(self, "write_rule")
|
|
1794
1794
|
|
|
1795
|
-
@property
|
|
1795
|
+
@_builtins.property
|
|
1796
1796
|
@pulumi.getter(name="writeRuleVariable")
|
|
1797
|
-
def write_rule_variable(self) -> str:
|
|
1797
|
+
def write_rule_variable(self) -> _builtins.str:
|
|
1798
1798
|
"""
|
|
1799
1799
|
Variable name
|
|
1800
1800
|
"""
|
|
@@ -1970,8 +1970,8 @@ class AwaitableGetVpnInterfaceDslPppoeFeatureTemplateResult(GetVpnInterfaceDslPp
|
|
|
1970
1970
|
write_rule_variable=self.write_rule_variable)
|
|
1971
1971
|
|
|
1972
1972
|
|
|
1973
|
-
def get_vpn_interface_dsl_pppoe_feature_template(id: Optional[str] = None,
|
|
1974
|
-
name: Optional[str] = None,
|
|
1973
|
+
def get_vpn_interface_dsl_pppoe_feature_template(id: Optional[_builtins.str] = None,
|
|
1974
|
+
name: Optional[_builtins.str] = None,
|
|
1975
1975
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVpnInterfaceDslPppoeFeatureTemplateResult:
|
|
1976
1976
|
"""
|
|
1977
1977
|
This data source can read the VPN Interface DSL PPPoE feature template.
|
|
@@ -1986,8 +1986,8 @@ def get_vpn_interface_dsl_pppoe_feature_template(id: Optional[str] = None,
|
|
|
1986
1986
|
```
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
|
-
:param str id: The id of the feature template
|
|
1990
|
-
:param str name: The name of the feature template
|
|
1989
|
+
:param _builtins.str id: The id of the feature template
|
|
1990
|
+
:param _builtins.str name: The name of the feature template
|
|
1991
1991
|
"""
|
|
1992
1992
|
__args__ = dict()
|
|
1993
1993
|
__args__['id'] = id
|
|
@@ -2157,8 +2157,8 @@ def get_vpn_interface_dsl_pppoe_feature_template(id: Optional[str] = None,
|
|
|
2157
2157
|
vpn_qos_map_variable=pulumi.get(__ret__, 'vpn_qos_map_variable'),
|
|
2158
2158
|
write_rule=pulumi.get(__ret__, 'write_rule'),
|
|
2159
2159
|
write_rule_variable=pulumi.get(__ret__, 'write_rule_variable'))
|
|
2160
|
-
def get_vpn_interface_dsl_pppoe_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
2161
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
2160
|
+
def get_vpn_interface_dsl_pppoe_feature_template_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
2161
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
2162
2162
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVpnInterfaceDslPppoeFeatureTemplateResult]:
|
|
2163
2163
|
"""
|
|
2164
2164
|
This data source can read the VPN Interface DSL PPPoE feature template.
|
|
@@ -2173,8 +2173,8 @@ def get_vpn_interface_dsl_pppoe_feature_template_output(id: Optional[pulumi.Inpu
|
|
|
2173
2173
|
```
|
|
2174
2174
|
|
|
2175
2175
|
|
|
2176
|
-
:param str id: The id of the feature template
|
|
2177
|
-
:param str name: The name of the feature template
|
|
2176
|
+
:param _builtins.str id: The id of the feature template
|
|
2177
|
+
:param _builtins.str name: The name of the feature template
|
|
2178
2178
|
"""
|
|
2179
2179
|
__args__ = dict()
|
|
2180
2180
|
__args__['id'] = id
|