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