pulumi-sdwan 0.3.0a1743132889__py3-none-any.whl → 0.3.1a1745552221__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17578 -17577
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +43 -42
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20912 -20911
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +231 -230
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +634 -633
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +320 -310
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +726 -725
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1a1745552221.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743132889.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -433,22 +434,22 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
433
434
|
|
|
434
435
|
@property
|
|
435
436
|
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
436
|
-
def acl_ipv4_egress_feature_id(self) -> str:
|
|
437
|
+
def acl_ipv4_egress_feature_id(self) -> builtins.str:
|
|
437
438
|
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
438
439
|
|
|
439
440
|
@property
|
|
440
441
|
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
441
|
-
def acl_ipv4_ingress_feature_id(self) -> str:
|
|
442
|
+
def acl_ipv4_ingress_feature_id(self) -> builtins.str:
|
|
442
443
|
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
443
444
|
|
|
444
445
|
@property
|
|
445
446
|
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
446
|
-
def acl_ipv6_egress_feature_id(self) -> str:
|
|
447
|
+
def acl_ipv6_egress_feature_id(self) -> builtins.str:
|
|
447
448
|
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
448
449
|
|
|
449
450
|
@property
|
|
450
451
|
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
451
|
-
def acl_ipv6_ingress_feature_id(self) -> str:
|
|
452
|
+
def acl_ipv6_ingress_feature_id(self) -> builtins.str:
|
|
452
453
|
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
453
454
|
|
|
454
455
|
@property
|
|
@@ -461,7 +462,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
461
462
|
|
|
462
463
|
@property
|
|
463
464
|
@pulumi.getter(name="bandwidthDownstream")
|
|
464
|
-
def bandwidth_downstream(self) -> int:
|
|
465
|
+
def bandwidth_downstream(self) -> builtins.int:
|
|
465
466
|
"""
|
|
466
467
|
Interface downstream bandwidth capacity, in kbps
|
|
467
468
|
"""
|
|
@@ -469,7 +470,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
469
470
|
|
|
470
471
|
@property
|
|
471
472
|
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
472
|
-
def bandwidth_downstream_variable(self) -> str:
|
|
473
|
+
def bandwidth_downstream_variable(self) -> builtins.str:
|
|
473
474
|
"""
|
|
474
475
|
Variable name
|
|
475
476
|
"""
|
|
@@ -477,7 +478,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter(name="bandwidthUpstream")
|
|
480
|
-
def bandwidth_upstream(self) -> int:
|
|
481
|
+
def bandwidth_upstream(self) -> builtins.int:
|
|
481
482
|
"""
|
|
482
483
|
Interface upstream bandwidth capacity, in kbps
|
|
483
484
|
"""
|
|
@@ -485,7 +486,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
485
486
|
|
|
486
487
|
@property
|
|
487
488
|
@pulumi.getter(name="bandwidthUpstreamVariable")
|
|
488
|
-
def bandwidth_upstream_variable(self) -> str:
|
|
489
|
+
def bandwidth_upstream_variable(self) -> builtins.str:
|
|
489
490
|
"""
|
|
490
491
|
Variable name
|
|
491
492
|
"""
|
|
@@ -493,7 +494,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
493
494
|
|
|
494
495
|
@property
|
|
495
496
|
@pulumi.getter
|
|
496
|
-
def description(self) -> str:
|
|
497
|
+
def description(self) -> builtins.str:
|
|
497
498
|
"""
|
|
498
499
|
The description of the Feature
|
|
499
500
|
"""
|
|
@@ -501,7 +502,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
501
502
|
|
|
502
503
|
@property
|
|
503
504
|
@pulumi.getter(name="featureProfileId")
|
|
504
|
-
def feature_profile_id(self) -> str:
|
|
505
|
+
def feature_profile_id(self) -> builtins.str:
|
|
505
506
|
"""
|
|
506
507
|
Feature Profile ID
|
|
507
508
|
"""
|
|
@@ -509,7 +510,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
509
510
|
|
|
510
511
|
@property
|
|
511
512
|
@pulumi.getter
|
|
512
|
-
def id(self) -> str:
|
|
513
|
+
def id(self) -> builtins.str:
|
|
513
514
|
"""
|
|
514
515
|
The id of the Feature
|
|
515
516
|
"""
|
|
@@ -517,12 +518,12 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
517
518
|
|
|
518
519
|
@property
|
|
519
520
|
@pulumi.getter(name="interfaceDescription")
|
|
520
|
-
def interface_description(self) -> str:
|
|
521
|
+
def interface_description(self) -> builtins.str:
|
|
521
522
|
return pulumi.get(self, "interface_description")
|
|
522
523
|
|
|
523
524
|
@property
|
|
524
525
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
525
|
-
def interface_description_variable(self) -> str:
|
|
526
|
+
def interface_description_variable(self) -> builtins.str:
|
|
526
527
|
"""
|
|
527
528
|
Variable name
|
|
528
529
|
"""
|
|
@@ -530,7 +531,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
530
531
|
|
|
531
532
|
@property
|
|
532
533
|
@pulumi.getter(name="interfaceMtu")
|
|
533
|
-
def interface_mtu(self) -> int:
|
|
534
|
+
def interface_mtu(self) -> builtins.int:
|
|
534
535
|
"""
|
|
535
536
|
Interface MTU GigabitEthernet0 \\n\\n, Other GigabitEthernet \\n\\n in bytes
|
|
536
537
|
"""
|
|
@@ -538,7 +539,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
538
539
|
|
|
539
540
|
@property
|
|
540
541
|
@pulumi.getter(name="interfaceMtuVariable")
|
|
541
|
-
def interface_mtu_variable(self) -> str:
|
|
542
|
+
def interface_mtu_variable(self) -> builtins.str:
|
|
542
543
|
"""
|
|
543
544
|
Variable name
|
|
544
545
|
"""
|
|
@@ -546,12 +547,12 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
546
547
|
|
|
547
548
|
@property
|
|
548
549
|
@pulumi.getter(name="interfaceName")
|
|
549
|
-
def interface_name(self) -> str:
|
|
550
|
+
def interface_name(self) -> builtins.str:
|
|
550
551
|
return pulumi.get(self, "interface_name")
|
|
551
552
|
|
|
552
553
|
@property
|
|
553
554
|
@pulumi.getter(name="interfaceNameVariable")
|
|
554
|
-
def interface_name_variable(self) -> str:
|
|
555
|
+
def interface_name_variable(self) -> builtins.str:
|
|
555
556
|
"""
|
|
556
557
|
Variable name
|
|
557
558
|
"""
|
|
@@ -559,7 +560,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
559
560
|
|
|
560
561
|
@property
|
|
561
562
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
562
|
-
def ip_directed_broadcast(self) -> bool:
|
|
563
|
+
def ip_directed_broadcast(self) -> builtins.bool:
|
|
563
564
|
"""
|
|
564
565
|
IP Directed-Broadcast
|
|
565
566
|
"""
|
|
@@ -567,7 +568,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
567
568
|
|
|
568
569
|
@property
|
|
569
570
|
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
570
|
-
def ip_directed_broadcast_variable(self) -> str:
|
|
571
|
+
def ip_directed_broadcast_variable(self) -> builtins.str:
|
|
571
572
|
"""
|
|
572
573
|
Variable name
|
|
573
574
|
"""
|
|
@@ -575,7 +576,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter(name="ipMtu")
|
|
578
|
-
def ip_mtu(self) -> int:
|
|
579
|
+
def ip_mtu(self) -> builtins.int:
|
|
579
580
|
"""
|
|
580
581
|
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
581
582
|
"""
|
|
@@ -583,7 +584,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
583
584
|
|
|
584
585
|
@property
|
|
585
586
|
@pulumi.getter(name="ipMtuVariable")
|
|
586
|
-
def ip_mtu_variable(self) -> str:
|
|
587
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
587
588
|
"""
|
|
588
589
|
Variable name
|
|
589
590
|
"""
|
|
@@ -591,7 +592,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
591
592
|
|
|
592
593
|
@property
|
|
593
594
|
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
594
|
-
def ipv4_dhcp_helper_variable(self) -> str:
|
|
595
|
+
def ipv4_dhcp_helper_variable(self) -> builtins.str:
|
|
595
596
|
"""
|
|
596
597
|
Variable name
|
|
597
598
|
"""
|
|
@@ -599,7 +600,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
599
600
|
|
|
600
601
|
@property
|
|
601
602
|
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
602
|
-
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
603
|
+
def ipv4_dhcp_helpers(self) -> Sequence[builtins.str]:
|
|
603
604
|
"""
|
|
604
605
|
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
605
606
|
"""
|
|
@@ -607,7 +608,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
607
608
|
|
|
608
609
|
@property
|
|
609
610
|
@pulumi.getter
|
|
610
|
-
def name(self) -> str:
|
|
611
|
+
def name(self) -> builtins.str:
|
|
611
612
|
"""
|
|
612
613
|
The name of the Feature
|
|
613
614
|
"""
|
|
@@ -615,7 +616,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
615
616
|
|
|
616
617
|
@property
|
|
617
618
|
@pulumi.getter(name="natIpv4")
|
|
618
|
-
def nat_ipv4(self) -> bool:
|
|
619
|
+
def nat_ipv4(self) -> builtins.bool:
|
|
619
620
|
"""
|
|
620
621
|
Network Address Translation on this interface
|
|
621
622
|
"""
|
|
@@ -623,7 +624,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
623
624
|
|
|
624
625
|
@property
|
|
625
626
|
@pulumi.getter(name="natIpv4Variable")
|
|
626
|
-
def nat_ipv4_variable(self) -> str:
|
|
627
|
+
def nat_ipv4_variable(self) -> builtins.str:
|
|
627
628
|
"""
|
|
628
629
|
Variable name
|
|
629
630
|
"""
|
|
@@ -631,7 +632,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
631
632
|
|
|
632
633
|
@property
|
|
633
634
|
@pulumi.getter(name="natTcpTimeout")
|
|
634
|
-
def nat_tcp_timeout(self) -> int:
|
|
635
|
+
def nat_tcp_timeout(self) -> builtins.int:
|
|
635
636
|
"""
|
|
636
637
|
Set NAT TCP session timeout, in minutes
|
|
637
638
|
"""
|
|
@@ -639,7 +640,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
639
640
|
|
|
640
641
|
@property
|
|
641
642
|
@pulumi.getter(name="natTcpTimeoutVariable")
|
|
642
|
-
def nat_tcp_timeout_variable(self) -> str:
|
|
643
|
+
def nat_tcp_timeout_variable(self) -> builtins.str:
|
|
643
644
|
"""
|
|
644
645
|
Variable name
|
|
645
646
|
"""
|
|
@@ -647,7 +648,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter(name="natUdpTimeout")
|
|
650
|
-
def nat_udp_timeout(self) -> int:
|
|
651
|
+
def nat_udp_timeout(self) -> builtins.int:
|
|
651
652
|
"""
|
|
652
653
|
Set NAT UDP session timeout, in minutes
|
|
653
654
|
"""
|
|
@@ -655,7 +656,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
655
656
|
|
|
656
657
|
@property
|
|
657
658
|
@pulumi.getter(name="natUdpTimeoutVariable")
|
|
658
|
-
def nat_udp_timeout_variable(self) -> str:
|
|
659
|
+
def nat_udp_timeout_variable(self) -> builtins.str:
|
|
659
660
|
"""
|
|
660
661
|
Variable name
|
|
661
662
|
"""
|
|
@@ -663,7 +664,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter(name="perTunnelQos")
|
|
666
|
-
def per_tunnel_qos(self) -> bool:
|
|
667
|
+
def per_tunnel_qos(self) -> builtins.bool:
|
|
667
668
|
"""
|
|
668
669
|
Per-tunnel Qos
|
|
669
670
|
"""
|
|
@@ -671,7 +672,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter(name="perTunnelQosVariable")
|
|
674
|
-
def per_tunnel_qos_variable(self) -> str:
|
|
675
|
+
def per_tunnel_qos_variable(self) -> builtins.str:
|
|
675
676
|
"""
|
|
676
677
|
Variable name
|
|
677
678
|
"""
|
|
@@ -679,7 +680,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
679
680
|
|
|
680
681
|
@property
|
|
681
682
|
@pulumi.getter(name="qosAdaptive")
|
|
682
|
-
def qos_adaptive(self) -> bool:
|
|
683
|
+
def qos_adaptive(self) -> builtins.bool:
|
|
683
684
|
"""
|
|
684
685
|
Adaptive QoS
|
|
685
686
|
"""
|
|
@@ -687,7 +688,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
687
688
|
|
|
688
689
|
@property
|
|
689
690
|
@pulumi.getter(name="qosAdaptiveBandwidthDownstream")
|
|
690
|
-
def qos_adaptive_bandwidth_downstream(self) -> bool:
|
|
691
|
+
def qos_adaptive_bandwidth_downstream(self) -> builtins.bool:
|
|
691
692
|
"""
|
|
692
693
|
Shaping Rate Downstream
|
|
693
694
|
"""
|
|
@@ -695,7 +696,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
695
696
|
|
|
696
697
|
@property
|
|
697
698
|
@pulumi.getter(name="qosAdaptiveBandwidthUpstream")
|
|
698
|
-
def qos_adaptive_bandwidth_upstream(self) -> bool:
|
|
699
|
+
def qos_adaptive_bandwidth_upstream(self) -> builtins.bool:
|
|
699
700
|
"""
|
|
700
701
|
Shaping Rate Upstream
|
|
701
702
|
"""
|
|
@@ -703,7 +704,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
703
704
|
|
|
704
705
|
@property
|
|
705
706
|
@pulumi.getter(name="qosAdaptiveDefaultDownstream")
|
|
706
|
-
def qos_adaptive_default_downstream(self) -> int:
|
|
707
|
+
def qos_adaptive_default_downstream(self) -> builtins.int:
|
|
707
708
|
"""
|
|
708
709
|
Adaptive QoS default downstream bandwidth (kbps)
|
|
709
710
|
"""
|
|
@@ -711,7 +712,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="qosAdaptiveDefaultDownstreamVariable")
|
|
714
|
-
def qos_adaptive_default_downstream_variable(self) -> str:
|
|
715
|
+
def qos_adaptive_default_downstream_variable(self) -> builtins.str:
|
|
715
716
|
"""
|
|
716
717
|
Variable name
|
|
717
718
|
"""
|
|
@@ -719,7 +720,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
719
720
|
|
|
720
721
|
@property
|
|
721
722
|
@pulumi.getter(name="qosAdaptiveDefaultUpstream")
|
|
722
|
-
def qos_adaptive_default_upstream(self) -> int:
|
|
723
|
+
def qos_adaptive_default_upstream(self) -> builtins.int:
|
|
723
724
|
"""
|
|
724
725
|
Adaptive QoS default upstream bandwidth (kbps)
|
|
725
726
|
"""
|
|
@@ -727,7 +728,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
727
728
|
|
|
728
729
|
@property
|
|
729
730
|
@pulumi.getter(name="qosAdaptiveDefaultUpstreamVariable")
|
|
730
|
-
def qos_adaptive_default_upstream_variable(self) -> str:
|
|
731
|
+
def qos_adaptive_default_upstream_variable(self) -> builtins.str:
|
|
731
732
|
"""
|
|
732
733
|
Variable name
|
|
733
734
|
"""
|
|
@@ -735,7 +736,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
735
736
|
|
|
736
737
|
@property
|
|
737
738
|
@pulumi.getter(name="qosAdaptiveMaxDownstream")
|
|
738
|
-
def qos_adaptive_max_downstream(self) -> int:
|
|
739
|
+
def qos_adaptive_max_downstream(self) -> builtins.int:
|
|
739
740
|
"""
|
|
740
741
|
Downstream max bandwidth limit (kbps)
|
|
741
742
|
"""
|
|
@@ -743,7 +744,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter(name="qosAdaptiveMaxDownstreamVariable")
|
|
746
|
-
def qos_adaptive_max_downstream_variable(self) -> str:
|
|
747
|
+
def qos_adaptive_max_downstream_variable(self) -> builtins.str:
|
|
747
748
|
"""
|
|
748
749
|
Variable name
|
|
749
750
|
"""
|
|
@@ -751,7 +752,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
751
752
|
|
|
752
753
|
@property
|
|
753
754
|
@pulumi.getter(name="qosAdaptiveMaxUpstream")
|
|
754
|
-
def qos_adaptive_max_upstream(self) -> int:
|
|
755
|
+
def qos_adaptive_max_upstream(self) -> builtins.int:
|
|
755
756
|
"""
|
|
756
757
|
Upstream max bandwidth limit (kbps)
|
|
757
758
|
"""
|
|
@@ -759,7 +760,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
759
760
|
|
|
760
761
|
@property
|
|
761
762
|
@pulumi.getter(name="qosAdaptiveMaxUpstreamVariable")
|
|
762
|
-
def qos_adaptive_max_upstream_variable(self) -> str:
|
|
763
|
+
def qos_adaptive_max_upstream_variable(self) -> builtins.str:
|
|
763
764
|
"""
|
|
764
765
|
Variable name
|
|
765
766
|
"""
|
|
@@ -767,7 +768,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
767
768
|
|
|
768
769
|
@property
|
|
769
770
|
@pulumi.getter(name="qosAdaptiveMinDownstream")
|
|
770
|
-
def qos_adaptive_min_downstream(self) -> int:
|
|
771
|
+
def qos_adaptive_min_downstream(self) -> builtins.int:
|
|
771
772
|
"""
|
|
772
773
|
Downstream min bandwidth limit (kbps)
|
|
773
774
|
"""
|
|
@@ -775,7 +776,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
775
776
|
|
|
776
777
|
@property
|
|
777
778
|
@pulumi.getter(name="qosAdaptiveMinDownstreamVariable")
|
|
778
|
-
def qos_adaptive_min_downstream_variable(self) -> str:
|
|
779
|
+
def qos_adaptive_min_downstream_variable(self) -> builtins.str:
|
|
779
780
|
"""
|
|
780
781
|
Variable name
|
|
781
782
|
"""
|
|
@@ -783,7 +784,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
783
784
|
|
|
784
785
|
@property
|
|
785
786
|
@pulumi.getter(name="qosAdaptiveMinUpstream")
|
|
786
|
-
def qos_adaptive_min_upstream(self) -> int:
|
|
787
|
+
def qos_adaptive_min_upstream(self) -> builtins.int:
|
|
787
788
|
"""
|
|
788
789
|
Upstream min bandwidth limit (kbps)
|
|
789
790
|
"""
|
|
@@ -791,7 +792,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
791
792
|
|
|
792
793
|
@property
|
|
793
794
|
@pulumi.getter(name="qosAdaptiveMinUpstreamVariable")
|
|
794
|
-
def qos_adaptive_min_upstream_variable(self) -> str:
|
|
795
|
+
def qos_adaptive_min_upstream_variable(self) -> builtins.str:
|
|
795
796
|
"""
|
|
796
797
|
Variable name
|
|
797
798
|
"""
|
|
@@ -799,7 +800,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
799
800
|
|
|
800
801
|
@property
|
|
801
802
|
@pulumi.getter(name="qosAdaptivePeriod")
|
|
802
|
-
def qos_adaptive_period(self) -> int:
|
|
803
|
+
def qos_adaptive_period(self) -> builtins.int:
|
|
803
804
|
"""
|
|
804
805
|
Adapt Period(Minutes)
|
|
805
806
|
"""
|
|
@@ -807,7 +808,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
807
808
|
|
|
808
809
|
@property
|
|
809
810
|
@pulumi.getter(name="qosAdaptivePeriodVariable")
|
|
810
|
-
def qos_adaptive_period_variable(self) -> str:
|
|
811
|
+
def qos_adaptive_period_variable(self) -> builtins.str:
|
|
811
812
|
"""
|
|
812
813
|
Variable name
|
|
813
814
|
"""
|
|
@@ -815,7 +816,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
815
816
|
|
|
816
817
|
@property
|
|
817
818
|
@pulumi.getter(name="qosShapingRate")
|
|
818
|
-
def qos_shaping_rate(self) -> int:
|
|
819
|
+
def qos_shaping_rate(self) -> builtins.int:
|
|
819
820
|
"""
|
|
820
821
|
Shaping Rate (Kbps)
|
|
821
822
|
"""
|
|
@@ -823,7 +824,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
823
824
|
|
|
824
825
|
@property
|
|
825
826
|
@pulumi.getter(name="qosShapingRateVariable")
|
|
826
|
-
def qos_shaping_rate_variable(self) -> str:
|
|
827
|
+
def qos_shaping_rate_variable(self) -> builtins.str:
|
|
827
828
|
"""
|
|
828
829
|
Variable name
|
|
829
830
|
"""
|
|
@@ -831,7 +832,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
831
832
|
|
|
832
833
|
@property
|
|
833
834
|
@pulumi.getter(name="serviceProvider")
|
|
834
|
-
def service_provider(self) -> str:
|
|
835
|
+
def service_provider(self) -> builtins.str:
|
|
835
836
|
"""
|
|
836
837
|
Service Provider Name
|
|
837
838
|
"""
|
|
@@ -839,7 +840,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
839
840
|
|
|
840
841
|
@property
|
|
841
842
|
@pulumi.getter(name="serviceProviderVariable")
|
|
842
|
-
def service_provider_variable(self) -> str:
|
|
843
|
+
def service_provider_variable(self) -> builtins.str:
|
|
843
844
|
"""
|
|
844
845
|
Variable name
|
|
845
846
|
"""
|
|
@@ -847,12 +848,12 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
847
848
|
|
|
848
849
|
@property
|
|
849
850
|
@pulumi.getter
|
|
850
|
-
def shutdown(self) -> bool:
|
|
851
|
+
def shutdown(self) -> builtins.bool:
|
|
851
852
|
return pulumi.get(self, "shutdown")
|
|
852
853
|
|
|
853
854
|
@property
|
|
854
855
|
@pulumi.getter(name="shutdownVariable")
|
|
855
|
-
def shutdown_variable(self) -> str:
|
|
856
|
+
def shutdown_variable(self) -> builtins.str:
|
|
856
857
|
"""
|
|
857
858
|
Variable name
|
|
858
859
|
"""
|
|
@@ -860,7 +861,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
860
861
|
|
|
861
862
|
@property
|
|
862
863
|
@pulumi.getter(name="tcpMss")
|
|
863
|
-
def tcp_mss(self) -> int:
|
|
864
|
+
def tcp_mss(self) -> builtins.int:
|
|
864
865
|
"""
|
|
865
866
|
TCP MSS on SYN packets, in bytes
|
|
866
867
|
"""
|
|
@@ -868,7 +869,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
868
869
|
|
|
869
870
|
@property
|
|
870
871
|
@pulumi.getter(name="tcpMssVariable")
|
|
871
|
-
def tcp_mss_variable(self) -> str:
|
|
872
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
872
873
|
"""
|
|
873
874
|
Variable name
|
|
874
875
|
"""
|
|
@@ -876,7 +877,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
876
877
|
|
|
877
878
|
@property
|
|
878
879
|
@pulumi.getter(name="tlocExtension")
|
|
879
|
-
def tloc_extension(self) -> str:
|
|
880
|
+
def tloc_extension(self) -> builtins.str:
|
|
880
881
|
"""
|
|
881
882
|
Extends a local TLOC to a remote node only for vpn 0
|
|
882
883
|
"""
|
|
@@ -884,7 +885,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
884
885
|
|
|
885
886
|
@property
|
|
886
887
|
@pulumi.getter(name="tlocExtensionVariable")
|
|
887
|
-
def tloc_extension_variable(self) -> str:
|
|
888
|
+
def tloc_extension_variable(self) -> builtins.str:
|
|
888
889
|
"""
|
|
889
890
|
Variable name
|
|
890
891
|
"""
|
|
@@ -892,7 +893,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
892
893
|
|
|
893
894
|
@property
|
|
894
895
|
@pulumi.getter
|
|
895
|
-
def tracker(self) -> str:
|
|
896
|
+
def tracker(self) -> builtins.str:
|
|
896
897
|
"""
|
|
897
898
|
Enable tracker for this interface
|
|
898
899
|
"""
|
|
@@ -900,7 +901,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
900
901
|
|
|
901
902
|
@property
|
|
902
903
|
@pulumi.getter(name="trackerVariable")
|
|
903
|
-
def tracker_variable(self) -> str:
|
|
904
|
+
def tracker_variable(self) -> builtins.str:
|
|
904
905
|
"""
|
|
905
906
|
Variable name
|
|
906
907
|
"""
|
|
@@ -908,7 +909,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
908
909
|
|
|
909
910
|
@property
|
|
910
911
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
911
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
912
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
912
913
|
"""
|
|
913
914
|
Transport WAN VPN Feature ID
|
|
914
915
|
"""
|
|
@@ -916,7 +917,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
916
917
|
|
|
917
918
|
@property
|
|
918
919
|
@pulumi.getter(name="tunnelBandwidthPercent")
|
|
919
|
-
def tunnel_bandwidth_percent(self) -> int:
|
|
920
|
+
def tunnel_bandwidth_percent(self) -> builtins.int:
|
|
920
921
|
"""
|
|
921
922
|
Tunnels Bandwidth Percent
|
|
922
923
|
"""
|
|
@@ -924,7 +925,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
924
925
|
|
|
925
926
|
@property
|
|
926
927
|
@pulumi.getter(name="tunnelBandwidthPercentVariable")
|
|
927
|
-
def tunnel_bandwidth_percent_variable(self) -> str:
|
|
928
|
+
def tunnel_bandwidth_percent_variable(self) -> builtins.str:
|
|
928
929
|
"""
|
|
929
930
|
Variable name
|
|
930
931
|
"""
|
|
@@ -932,7 +933,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
932
933
|
|
|
933
934
|
@property
|
|
934
935
|
@pulumi.getter(name="tunnelInterface")
|
|
935
|
-
def tunnel_interface(self) -> bool:
|
|
936
|
+
def tunnel_interface(self) -> builtins.bool:
|
|
936
937
|
"""
|
|
937
938
|
Tunnel Interface on/off
|
|
938
939
|
"""
|
|
@@ -940,7 +941,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
940
941
|
|
|
941
942
|
@property
|
|
942
943
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
943
|
-
def tunnel_interface_allow_all(self) -> bool:
|
|
944
|
+
def tunnel_interface_allow_all(self) -> builtins.bool:
|
|
944
945
|
"""
|
|
945
946
|
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
946
947
|
"""
|
|
@@ -948,7 +949,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
948
949
|
|
|
949
950
|
@property
|
|
950
951
|
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
951
|
-
def tunnel_interface_allow_all_variable(self) -> str:
|
|
952
|
+
def tunnel_interface_allow_all_variable(self) -> builtins.str:
|
|
952
953
|
"""
|
|
953
954
|
Variable name
|
|
954
955
|
"""
|
|
@@ -956,7 +957,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
956
957
|
|
|
957
958
|
@property
|
|
958
959
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
959
|
-
def tunnel_interface_allow_bfd(self) -> bool:
|
|
960
|
+
def tunnel_interface_allow_bfd(self) -> builtins.bool:
|
|
960
961
|
"""
|
|
961
962
|
Allow/Deny BFD
|
|
962
963
|
"""
|
|
@@ -964,7 +965,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
964
965
|
|
|
965
966
|
@property
|
|
966
967
|
@pulumi.getter(name="tunnelInterfaceAllowBfdVariable")
|
|
967
|
-
def tunnel_interface_allow_bfd_variable(self) -> str:
|
|
968
|
+
def tunnel_interface_allow_bfd_variable(self) -> builtins.str:
|
|
968
969
|
"""
|
|
969
970
|
Variable name
|
|
970
971
|
"""
|
|
@@ -972,7 +973,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
972
973
|
|
|
973
974
|
@property
|
|
974
975
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
975
|
-
def tunnel_interface_allow_bgp(self) -> bool:
|
|
976
|
+
def tunnel_interface_allow_bgp(self) -> builtins.bool:
|
|
976
977
|
"""
|
|
977
978
|
Allow/deny BGP
|
|
978
979
|
"""
|
|
@@ -980,7 +981,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
980
981
|
|
|
981
982
|
@property
|
|
982
983
|
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
983
|
-
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
984
|
+
def tunnel_interface_allow_bgp_variable(self) -> builtins.str:
|
|
984
985
|
"""
|
|
985
986
|
Variable name
|
|
986
987
|
"""
|
|
@@ -988,7 +989,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
988
989
|
|
|
989
990
|
@property
|
|
990
991
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
991
|
-
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
992
|
+
def tunnel_interface_allow_dhcp(self) -> builtins.bool:
|
|
992
993
|
"""
|
|
993
994
|
Allow/Deny DHCP
|
|
994
995
|
"""
|
|
@@ -996,7 +997,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
996
997
|
|
|
997
998
|
@property
|
|
998
999
|
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
999
|
-
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
1000
|
+
def tunnel_interface_allow_dhcp_variable(self) -> builtins.str:
|
|
1000
1001
|
"""
|
|
1001
1002
|
Variable name
|
|
1002
1003
|
"""
|
|
@@ -1004,7 +1005,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1004
1005
|
|
|
1005
1006
|
@property
|
|
1006
1007
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
1007
|
-
def tunnel_interface_allow_dns(self) -> bool:
|
|
1008
|
+
def tunnel_interface_allow_dns(self) -> builtins.bool:
|
|
1008
1009
|
"""
|
|
1009
1010
|
Allow/Deny DNS
|
|
1010
1011
|
"""
|
|
@@ -1012,7 +1013,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1012
1013
|
|
|
1013
1014
|
@property
|
|
1014
1015
|
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
1015
|
-
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
1016
|
+
def tunnel_interface_allow_dns_variable(self) -> builtins.str:
|
|
1016
1017
|
"""
|
|
1017
1018
|
Variable name
|
|
1018
1019
|
"""
|
|
@@ -1020,7 +1021,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1020
1021
|
|
|
1021
1022
|
@property
|
|
1022
1023
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
1023
|
-
def tunnel_interface_allow_https(self) -> bool:
|
|
1024
|
+
def tunnel_interface_allow_https(self) -> builtins.bool:
|
|
1024
1025
|
"""
|
|
1025
1026
|
Allow/Deny HTTPS
|
|
1026
1027
|
"""
|
|
@@ -1028,7 +1029,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1028
1029
|
|
|
1029
1030
|
@property
|
|
1030
1031
|
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
1031
|
-
def tunnel_interface_allow_https_variable(self) -> str:
|
|
1032
|
+
def tunnel_interface_allow_https_variable(self) -> builtins.str:
|
|
1032
1033
|
"""
|
|
1033
1034
|
Variable name
|
|
1034
1035
|
"""
|
|
@@ -1036,7 +1037,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1036
1037
|
|
|
1037
1038
|
@property
|
|
1038
1039
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
1039
|
-
def tunnel_interface_allow_icmp(self) -> bool:
|
|
1040
|
+
def tunnel_interface_allow_icmp(self) -> builtins.bool:
|
|
1040
1041
|
"""
|
|
1041
1042
|
Allow/Deny ICMP
|
|
1042
1043
|
"""
|
|
@@ -1044,7 +1045,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1044
1045
|
|
|
1045
1046
|
@property
|
|
1046
1047
|
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
1047
|
-
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
1048
|
+
def tunnel_interface_allow_icmp_variable(self) -> builtins.str:
|
|
1048
1049
|
"""
|
|
1049
1050
|
Variable name
|
|
1050
1051
|
"""
|
|
@@ -1052,7 +1053,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1052
1053
|
|
|
1053
1054
|
@property
|
|
1054
1055
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
1055
|
-
def tunnel_interface_allow_netconf(self) -> bool:
|
|
1056
|
+
def tunnel_interface_allow_netconf(self) -> builtins.bool:
|
|
1056
1057
|
"""
|
|
1057
1058
|
Allow/Deny NETCONF
|
|
1058
1059
|
"""
|
|
@@ -1060,7 +1061,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1060
1061
|
|
|
1061
1062
|
@property
|
|
1062
1063
|
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
1063
|
-
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
1064
|
+
def tunnel_interface_allow_netconf_variable(self) -> builtins.str:
|
|
1064
1065
|
"""
|
|
1065
1066
|
Variable name
|
|
1066
1067
|
"""
|
|
@@ -1068,7 +1069,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1068
1069
|
|
|
1069
1070
|
@property
|
|
1070
1071
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
1071
|
-
def tunnel_interface_allow_ntp(self) -> bool:
|
|
1072
|
+
def tunnel_interface_allow_ntp(self) -> builtins.bool:
|
|
1072
1073
|
"""
|
|
1073
1074
|
Allow/Deny NTP
|
|
1074
1075
|
"""
|
|
@@ -1076,7 +1077,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1076
1077
|
|
|
1077
1078
|
@property
|
|
1078
1079
|
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
1079
|
-
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
1080
|
+
def tunnel_interface_allow_ntp_variable(self) -> builtins.str:
|
|
1080
1081
|
"""
|
|
1081
1082
|
Variable name
|
|
1082
1083
|
"""
|
|
@@ -1084,7 +1085,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1084
1085
|
|
|
1085
1086
|
@property
|
|
1086
1087
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
1087
|
-
def tunnel_interface_allow_ospf(self) -> bool:
|
|
1088
|
+
def tunnel_interface_allow_ospf(self) -> builtins.bool:
|
|
1088
1089
|
"""
|
|
1089
1090
|
Allow/Deny OSPF
|
|
1090
1091
|
"""
|
|
@@ -1092,7 +1093,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1092
1093
|
|
|
1093
1094
|
@property
|
|
1094
1095
|
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
1095
|
-
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
1096
|
+
def tunnel_interface_allow_ospf_variable(self) -> builtins.str:
|
|
1096
1097
|
"""
|
|
1097
1098
|
Variable name
|
|
1098
1099
|
"""
|
|
@@ -1100,7 +1101,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1100
1101
|
|
|
1101
1102
|
@property
|
|
1102
1103
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
1103
|
-
def tunnel_interface_allow_snmp(self) -> bool:
|
|
1104
|
+
def tunnel_interface_allow_snmp(self) -> builtins.bool:
|
|
1104
1105
|
"""
|
|
1105
1106
|
Allow/Deny SNMP
|
|
1106
1107
|
"""
|
|
@@ -1108,7 +1109,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1108
1109
|
|
|
1109
1110
|
@property
|
|
1110
1111
|
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
1111
|
-
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
1112
|
+
def tunnel_interface_allow_snmp_variable(self) -> builtins.str:
|
|
1112
1113
|
"""
|
|
1113
1114
|
Variable name
|
|
1114
1115
|
"""
|
|
@@ -1116,7 +1117,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1116
1117
|
|
|
1117
1118
|
@property
|
|
1118
1119
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
1119
|
-
def tunnel_interface_allow_ssh(self) -> bool:
|
|
1120
|
+
def tunnel_interface_allow_ssh(self) -> builtins.bool:
|
|
1120
1121
|
"""
|
|
1121
1122
|
Allow/Deny SSH
|
|
1122
1123
|
"""
|
|
@@ -1124,7 +1125,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1124
1125
|
|
|
1125
1126
|
@property
|
|
1126
1127
|
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
1127
|
-
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
1128
|
+
def tunnel_interface_allow_ssh_variable(self) -> builtins.str:
|
|
1128
1129
|
"""
|
|
1129
1130
|
Variable name
|
|
1130
1131
|
"""
|
|
@@ -1132,7 +1133,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1132
1133
|
|
|
1133
1134
|
@property
|
|
1134
1135
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
1135
|
-
def tunnel_interface_allow_stun(self) -> bool:
|
|
1136
|
+
def tunnel_interface_allow_stun(self) -> builtins.bool:
|
|
1136
1137
|
"""
|
|
1137
1138
|
Allow/Deny STUN
|
|
1138
1139
|
"""
|
|
@@ -1140,7 +1141,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1140
1141
|
|
|
1141
1142
|
@property
|
|
1142
1143
|
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
1143
|
-
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
1144
|
+
def tunnel_interface_allow_stun_variable(self) -> builtins.str:
|
|
1144
1145
|
"""
|
|
1145
1146
|
Variable name
|
|
1146
1147
|
"""
|
|
@@ -1148,7 +1149,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1148
1149
|
|
|
1149
1150
|
@property
|
|
1150
1151
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
1151
|
-
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
1152
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> builtins.str:
|
|
1152
1153
|
"""
|
|
1153
1154
|
Bind loopback tunnel interface to a physical interface
|
|
1154
1155
|
"""
|
|
@@ -1156,7 +1157,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1156
1157
|
|
|
1157
1158
|
@property
|
|
1158
1159
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
1159
|
-
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
1160
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> builtins.str:
|
|
1160
1161
|
"""
|
|
1161
1162
|
Variable name
|
|
1162
1163
|
"""
|
|
@@ -1164,7 +1165,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1164
1165
|
|
|
1165
1166
|
@property
|
|
1166
1167
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
1167
|
-
def tunnel_interface_border(self) -> bool:
|
|
1168
|
+
def tunnel_interface_border(self) -> builtins.bool:
|
|
1168
1169
|
"""
|
|
1169
1170
|
Set TLOC as border TLOC
|
|
1170
1171
|
"""
|
|
@@ -1172,7 +1173,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1172
1173
|
|
|
1173
1174
|
@property
|
|
1174
1175
|
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
1175
|
-
def tunnel_interface_border_variable(self) -> str:
|
|
1176
|
+
def tunnel_interface_border_variable(self) -> builtins.str:
|
|
1176
1177
|
"""
|
|
1177
1178
|
Variable name
|
|
1178
1179
|
"""
|
|
@@ -1180,7 +1181,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1180
1181
|
|
|
1181
1182
|
@property
|
|
1182
1183
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
1183
|
-
def tunnel_interface_carrier(self) -> str:
|
|
1184
|
+
def tunnel_interface_carrier(self) -> builtins.str:
|
|
1184
1185
|
"""
|
|
1185
1186
|
Set carrier for TLOC
|
|
1186
1187
|
"""
|
|
@@ -1188,7 +1189,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1188
1189
|
|
|
1189
1190
|
@property
|
|
1190
1191
|
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
1191
|
-
def tunnel_interface_carrier_variable(self) -> str:
|
|
1192
|
+
def tunnel_interface_carrier_variable(self) -> builtins.str:
|
|
1192
1193
|
"""
|
|
1193
1194
|
Variable name
|
|
1194
1195
|
"""
|
|
@@ -1196,7 +1197,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1196
1197
|
|
|
1197
1198
|
@property
|
|
1198
1199
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
1199
|
-
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
1200
|
+
def tunnel_interface_clear_dont_fragment(self) -> builtins.bool:
|
|
1200
1201
|
"""
|
|
1201
1202
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1202
1203
|
"""
|
|
@@ -1204,7 +1205,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1204
1205
|
|
|
1205
1206
|
@property
|
|
1206
1207
|
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
1207
|
-
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
1208
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> builtins.str:
|
|
1208
1209
|
"""
|
|
1209
1210
|
Variable name
|
|
1210
1211
|
"""
|
|
@@ -1212,7 +1213,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1212
1213
|
|
|
1213
1214
|
@property
|
|
1214
1215
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
1215
|
-
def tunnel_interface_color(self) -> str:
|
|
1216
|
+
def tunnel_interface_color(self) -> builtins.str:
|
|
1216
1217
|
"""
|
|
1217
1218
|
Set color for TLOC
|
|
1218
1219
|
"""
|
|
@@ -1220,7 +1221,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1220
1221
|
|
|
1221
1222
|
@property
|
|
1222
1223
|
@pulumi.getter(name="tunnelInterfaceColorRestrict")
|
|
1223
|
-
def tunnel_interface_color_restrict(self) -> bool:
|
|
1224
|
+
def tunnel_interface_color_restrict(self) -> builtins.bool:
|
|
1224
1225
|
"""
|
|
1225
1226
|
Restrict this TLOC behavior
|
|
1226
1227
|
"""
|
|
@@ -1228,7 +1229,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1228
1229
|
|
|
1229
1230
|
@property
|
|
1230
1231
|
@pulumi.getter(name="tunnelInterfaceColorRestrictVariable")
|
|
1231
|
-
def tunnel_interface_color_restrict_variable(self) -> str:
|
|
1232
|
+
def tunnel_interface_color_restrict_variable(self) -> builtins.str:
|
|
1232
1233
|
"""
|
|
1233
1234
|
Variable name
|
|
1234
1235
|
"""
|
|
@@ -1236,7 +1237,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1236
1237
|
|
|
1237
1238
|
@property
|
|
1238
1239
|
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
1239
|
-
def tunnel_interface_color_variable(self) -> str:
|
|
1240
|
+
def tunnel_interface_color_variable(self) -> builtins.str:
|
|
1240
1241
|
"""
|
|
1241
1242
|
Variable name
|
|
1242
1243
|
"""
|
|
@@ -1252,7 +1253,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1252
1253
|
|
|
1253
1254
|
@property
|
|
1254
1255
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
1255
|
-
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
1256
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> builtins.str:
|
|
1256
1257
|
"""
|
|
1257
1258
|
Variable name
|
|
1258
1259
|
"""
|
|
@@ -1260,7 +1261,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1260
1261
|
|
|
1261
1262
|
@property
|
|
1262
1263
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1263
|
-
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1264
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[builtins.int]:
|
|
1264
1265
|
"""
|
|
1265
1266
|
Exclude the following controller groups defined in this list.
|
|
1266
1267
|
"""
|
|
@@ -1268,7 +1269,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1268
1269
|
|
|
1269
1270
|
@property
|
|
1270
1271
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1271
|
-
def tunnel_interface_groups(self) -> int:
|
|
1272
|
+
def tunnel_interface_groups(self) -> builtins.int:
|
|
1272
1273
|
"""
|
|
1273
1274
|
List of groups
|
|
1274
1275
|
"""
|
|
@@ -1276,7 +1277,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1276
1277
|
|
|
1277
1278
|
@property
|
|
1278
1279
|
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1279
|
-
def tunnel_interface_groups_variable(self) -> str:
|
|
1280
|
+
def tunnel_interface_groups_variable(self) -> builtins.str:
|
|
1280
1281
|
"""
|
|
1281
1282
|
Variable name
|
|
1282
1283
|
"""
|
|
@@ -1284,7 +1285,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1284
1285
|
|
|
1285
1286
|
@property
|
|
1286
1287
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1287
|
-
def tunnel_interface_hello_interval(self) -> int:
|
|
1288
|
+
def tunnel_interface_hello_interval(self) -> builtins.int:
|
|
1288
1289
|
"""
|
|
1289
1290
|
Set time period of control hello packets \\n\\n milli seconds
|
|
1290
1291
|
"""
|
|
@@ -1292,7 +1293,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1292
1293
|
|
|
1293
1294
|
@property
|
|
1294
1295
|
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1295
|
-
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1296
|
+
def tunnel_interface_hello_interval_variable(self) -> builtins.str:
|
|
1296
1297
|
"""
|
|
1297
1298
|
Variable name
|
|
1298
1299
|
"""
|
|
@@ -1300,7 +1301,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1300
1301
|
|
|
1301
1302
|
@property
|
|
1302
1303
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1303
|
-
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1304
|
+
def tunnel_interface_hello_tolerance(self) -> builtins.int:
|
|
1304
1305
|
"""
|
|
1305
1306
|
Set tolerance of control hello packets \\n\\n seconds
|
|
1306
1307
|
"""
|
|
@@ -1308,7 +1309,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1308
1309
|
|
|
1309
1310
|
@property
|
|
1310
1311
|
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1311
|
-
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1312
|
+
def tunnel_interface_hello_tolerance_variable(self) -> builtins.str:
|
|
1312
1313
|
"""
|
|
1313
1314
|
Variable name
|
|
1314
1315
|
"""
|
|
@@ -1316,7 +1317,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1316
1317
|
|
|
1317
1318
|
@property
|
|
1318
1319
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1319
|
-
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1320
|
+
def tunnel_interface_last_resort_circuit(self) -> builtins.bool:
|
|
1320
1321
|
"""
|
|
1321
1322
|
Set TLOC as last resort
|
|
1322
1323
|
"""
|
|
@@ -1324,7 +1325,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1324
1325
|
|
|
1325
1326
|
@property
|
|
1326
1327
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1327
|
-
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1328
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> builtins.str:
|
|
1328
1329
|
"""
|
|
1329
1330
|
Variable name
|
|
1330
1331
|
"""
|
|
@@ -1332,7 +1333,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1332
1333
|
|
|
1333
1334
|
@property
|
|
1334
1335
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1335
|
-
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
1336
|
+
def tunnel_interface_low_bandwidth_link(self) -> builtins.bool:
|
|
1336
1337
|
"""
|
|
1337
1338
|
Set the interface as a low-bandwidth circuit
|
|
1338
1339
|
"""
|
|
@@ -1340,7 +1341,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1340
1341
|
|
|
1341
1342
|
@property
|
|
1342
1343
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
1343
|
-
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
1344
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> builtins.str:
|
|
1344
1345
|
"""
|
|
1345
1346
|
Variable name
|
|
1346
1347
|
"""
|
|
@@ -1348,7 +1349,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1348
1349
|
|
|
1349
1350
|
@property
|
|
1350
1351
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
1351
|
-
def tunnel_interface_max_control_connections(self) -> int:
|
|
1352
|
+
def tunnel_interface_max_control_connections(self) -> builtins.int:
|
|
1352
1353
|
"""
|
|
1353
1354
|
Maximum Control Connections
|
|
1354
1355
|
"""
|
|
@@ -1356,7 +1357,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1356
1357
|
|
|
1357
1358
|
@property
|
|
1358
1359
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
1359
|
-
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
1360
|
+
def tunnel_interface_max_control_connections_variable(self) -> builtins.str:
|
|
1360
1361
|
"""
|
|
1361
1362
|
Variable name
|
|
1362
1363
|
"""
|
|
@@ -1364,7 +1365,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1364
1365
|
|
|
1365
1366
|
@property
|
|
1366
1367
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1367
|
-
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
1368
|
+
def tunnel_interface_nat_refresh_interval(self) -> builtins.int:
|
|
1368
1369
|
"""
|
|
1369
1370
|
Set time period of nat refresh packets \\n\\n seconds
|
|
1370
1371
|
"""
|
|
@@ -1372,7 +1373,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1372
1373
|
|
|
1373
1374
|
@property
|
|
1374
1375
|
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
1375
|
-
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
1376
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> builtins.str:
|
|
1376
1377
|
"""
|
|
1377
1378
|
Variable name
|
|
1378
1379
|
"""
|
|
@@ -1380,7 +1381,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1380
1381
|
|
|
1381
1382
|
@property
|
|
1382
1383
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcast")
|
|
1383
|
-
def tunnel_interface_network_broadcast(self) -> bool:
|
|
1384
|
+
def tunnel_interface_network_broadcast(self) -> builtins.bool:
|
|
1384
1385
|
"""
|
|
1385
1386
|
Accept and respond to network-prefix-directed broadcasts
|
|
1386
1387
|
"""
|
|
@@ -1388,7 +1389,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1388
1389
|
|
|
1389
1390
|
@property
|
|
1390
1391
|
@pulumi.getter(name="tunnelInterfaceNetworkBroadcastVariable")
|
|
1391
|
-
def tunnel_interface_network_broadcast_variable(self) -> str:
|
|
1392
|
+
def tunnel_interface_network_broadcast_variable(self) -> builtins.str:
|
|
1392
1393
|
"""
|
|
1393
1394
|
Variable name
|
|
1394
1395
|
"""
|
|
@@ -1396,7 +1397,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1396
1397
|
|
|
1397
1398
|
@property
|
|
1398
1399
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1399
|
-
def tunnel_interface_port_hop(self) -> bool:
|
|
1400
|
+
def tunnel_interface_port_hop(self) -> builtins.bool:
|
|
1400
1401
|
"""
|
|
1401
1402
|
Disallow port hopping on the tunnel interface
|
|
1402
1403
|
"""
|
|
@@ -1404,7 +1405,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1404
1405
|
|
|
1405
1406
|
@property
|
|
1406
1407
|
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
1407
|
-
def tunnel_interface_port_hop_variable(self) -> str:
|
|
1408
|
+
def tunnel_interface_port_hop_variable(self) -> builtins.str:
|
|
1408
1409
|
"""
|
|
1409
1410
|
Variable name
|
|
1410
1411
|
"""
|
|
@@ -1412,7 +1413,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1412
1413
|
|
|
1413
1414
|
@property
|
|
1414
1415
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1415
|
-
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
1416
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> builtins.int:
|
|
1416
1417
|
"""
|
|
1417
1418
|
Tunnel TCP MSS on SYN packets, in bytes
|
|
1418
1419
|
"""
|
|
@@ -1420,7 +1421,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1420
1421
|
|
|
1421
1422
|
@property
|
|
1422
1423
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
1423
|
-
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
1424
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> builtins.str:
|
|
1424
1425
|
"""
|
|
1425
1426
|
Variable name
|
|
1426
1427
|
"""
|
|
@@ -1428,7 +1429,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1428
1429
|
|
|
1429
1430
|
@property
|
|
1430
1431
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1431
|
-
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
1432
|
+
def tunnel_interface_vbond_as_stun_server(self) -> builtins.bool:
|
|
1432
1433
|
"""
|
|
1433
1434
|
Put this wan interface in STUN mode only
|
|
1434
1435
|
"""
|
|
@@ -1436,7 +1437,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1436
1437
|
|
|
1437
1438
|
@property
|
|
1438
1439
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
1439
|
-
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
1440
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> builtins.str:
|
|
1440
1441
|
"""
|
|
1441
1442
|
Variable name
|
|
1442
1443
|
"""
|
|
@@ -1444,7 +1445,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1444
1445
|
|
|
1445
1446
|
@property
|
|
1446
1447
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1447
|
-
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
1448
|
+
def tunnel_interface_vmanage_connection_preference(self) -> builtins.int:
|
|
1448
1449
|
"""
|
|
1449
1450
|
Set interface preference for control connection to vManage \\n\\n
|
|
1450
1451
|
"""
|
|
@@ -1452,7 +1453,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1452
1453
|
|
|
1453
1454
|
@property
|
|
1454
1455
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
1455
|
-
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
1456
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> builtins.str:
|
|
1456
1457
|
"""
|
|
1457
1458
|
Variable name
|
|
1458
1459
|
"""
|
|
@@ -1460,7 +1461,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1460
1461
|
|
|
1461
1462
|
@property
|
|
1462
1463
|
@pulumi.getter(name="tunnelQosMode")
|
|
1463
|
-
def tunnel_qos_mode(self) -> str:
|
|
1464
|
+
def tunnel_qos_mode(self) -> builtins.str:
|
|
1464
1465
|
"""
|
|
1465
1466
|
Set tunnel QoS mode
|
|
1466
1467
|
"""
|
|
@@ -1468,7 +1469,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1468
1469
|
|
|
1469
1470
|
@property
|
|
1470
1471
|
@pulumi.getter(name="tunnelQosModeVariable")
|
|
1471
|
-
def tunnel_qos_mode_variable(self) -> str:
|
|
1472
|
+
def tunnel_qos_mode_variable(self) -> builtins.str:
|
|
1472
1473
|
"""
|
|
1473
1474
|
Variable name
|
|
1474
1475
|
"""
|
|
@@ -1476,7 +1477,7 @@ class GetTransportWanVpnInterfaceCellularFeatureResult:
|
|
|
1476
1477
|
|
|
1477
1478
|
@property
|
|
1478
1479
|
@pulumi.getter
|
|
1479
|
-
def version(self) -> int:
|
|
1480
|
+
def version(self) -> builtins.int:
|
|
1480
1481
|
"""
|
|
1481
1482
|
The version of the Feature
|
|
1482
1483
|
"""
|
|
@@ -1625,9 +1626,9 @@ class AwaitableGetTransportWanVpnInterfaceCellularFeatureResult(GetTransportWanV
|
|
|
1625
1626
|
version=self.version)
|
|
1626
1627
|
|
|
1627
1628
|
|
|
1628
|
-
def get_transport_wan_vpn_interface_cellular_feature(feature_profile_id: Optional[str] = None,
|
|
1629
|
-
id: Optional[str] = None,
|
|
1630
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
1629
|
+
def get_transport_wan_vpn_interface_cellular_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
1630
|
+
id: Optional[builtins.str] = None,
|
|
1631
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
1631
1632
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceCellularFeatureResult:
|
|
1632
1633
|
"""
|
|
1633
1634
|
This data source can read the Transport WAN VPN Interface Cellular Feature.
|
|
@@ -1644,9 +1645,9 @@ def get_transport_wan_vpn_interface_cellular_feature(feature_profile_id: Optiona
|
|
|
1644
1645
|
```
|
|
1645
1646
|
|
|
1646
1647
|
|
|
1647
|
-
:param str feature_profile_id: Feature Profile ID
|
|
1648
|
-
:param str id: The id of the Feature
|
|
1649
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1648
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
1649
|
+
:param builtins.str id: The id of the Feature
|
|
1650
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1650
1651
|
"""
|
|
1651
1652
|
__args__ = dict()
|
|
1652
1653
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -1790,9 +1791,9 @@ def get_transport_wan_vpn_interface_cellular_feature(feature_profile_id: Optiona
|
|
|
1790
1791
|
tunnel_qos_mode=pulumi.get(__ret__, 'tunnel_qos_mode'),
|
|
1791
1792
|
tunnel_qos_mode_variable=pulumi.get(__ret__, 'tunnel_qos_mode_variable'),
|
|
1792
1793
|
version=pulumi.get(__ret__, 'version'))
|
|
1793
|
-
def get_transport_wan_vpn_interface_cellular_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1794
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
1795
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1794
|
+
def get_transport_wan_vpn_interface_cellular_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1795
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1796
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1796
1797
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceCellularFeatureResult]:
|
|
1797
1798
|
"""
|
|
1798
1799
|
This data source can read the Transport WAN VPN Interface Cellular Feature.
|
|
@@ -1809,9 +1810,9 @@ def get_transport_wan_vpn_interface_cellular_feature_output(feature_profile_id:
|
|
|
1809
1810
|
```
|
|
1810
1811
|
|
|
1811
1812
|
|
|
1812
|
-
:param str feature_profile_id: Feature Profile ID
|
|
1813
|
-
:param str id: The id of the Feature
|
|
1814
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1813
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
1814
|
+
:param builtins.str id: The id of the Feature
|
|
1815
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1815
1816
|
"""
|
|
1816
1817
|
__args__ = dict()
|
|
1817
1818
|
__args__['featureProfileId'] = feature_profile_id
|