pulumi-sdwan 0.3.0a1743132889__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_sdwan/__init__.py +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.1.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1.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.1.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -361,27 +362,27 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
361
362
|
|
|
362
363
|
@property
|
|
363
364
|
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
364
|
-
def acl_ipv4_egress_feature_id(self) -> str:
|
|
365
|
+
def acl_ipv4_egress_feature_id(self) -> builtins.str:
|
|
365
366
|
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
366
367
|
|
|
367
368
|
@property
|
|
368
369
|
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
369
|
-
def acl_ipv4_ingress_feature_id(self) -> str:
|
|
370
|
+
def acl_ipv4_ingress_feature_id(self) -> builtins.str:
|
|
370
371
|
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
371
372
|
|
|
372
373
|
@property
|
|
373
374
|
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
374
|
-
def acl_ipv6_egress_feature_id(self) -> str:
|
|
375
|
+
def acl_ipv6_egress_feature_id(self) -> builtins.str:
|
|
375
376
|
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
376
377
|
|
|
377
378
|
@property
|
|
378
379
|
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
379
|
-
def acl_ipv6_ingress_feature_id(self) -> str:
|
|
380
|
+
def acl_ipv6_ingress_feature_id(self) -> builtins.str:
|
|
380
381
|
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
381
382
|
|
|
382
383
|
@property
|
|
383
384
|
@pulumi.getter
|
|
384
|
-
def bandwidth(self) -> int:
|
|
385
|
+
def bandwidth(self) -> builtins.int:
|
|
385
386
|
"""
|
|
386
387
|
Interface bandwidth capacity, in kbps
|
|
387
388
|
"""
|
|
@@ -389,7 +390,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
389
390
|
|
|
390
391
|
@property
|
|
391
392
|
@pulumi.getter(name="bandwidthDownstream")
|
|
392
|
-
def bandwidth_downstream(self) -> int:
|
|
393
|
+
def bandwidth_downstream(self) -> builtins.int:
|
|
393
394
|
"""
|
|
394
395
|
Interface downstream bandwidth capacity, in kbps
|
|
395
396
|
"""
|
|
@@ -397,7 +398,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
397
398
|
|
|
398
399
|
@property
|
|
399
400
|
@pulumi.getter(name="bandwidthDownstreamVariable")
|
|
400
|
-
def bandwidth_downstream_variable(self) -> str:
|
|
401
|
+
def bandwidth_downstream_variable(self) -> builtins.str:
|
|
401
402
|
"""
|
|
402
403
|
Variable name
|
|
403
404
|
"""
|
|
@@ -405,7 +406,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
405
406
|
|
|
406
407
|
@property
|
|
407
408
|
@pulumi.getter(name="bandwidthVariable")
|
|
408
|
-
def bandwidth_variable(self) -> str:
|
|
409
|
+
def bandwidth_variable(self) -> builtins.str:
|
|
409
410
|
"""
|
|
410
411
|
Variable name
|
|
411
412
|
"""
|
|
@@ -413,7 +414,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
413
414
|
|
|
414
415
|
@property
|
|
415
416
|
@pulumi.getter(name="clockRate")
|
|
416
|
-
def clock_rate(self) -> str:
|
|
417
|
+
def clock_rate(self) -> builtins.str:
|
|
417
418
|
"""
|
|
418
419
|
Set preference for interface Clock speed
|
|
419
420
|
"""
|
|
@@ -421,7 +422,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
421
422
|
|
|
422
423
|
@property
|
|
423
424
|
@pulumi.getter(name="clockRateVariable")
|
|
424
|
-
def clock_rate_variable(self) -> str:
|
|
425
|
+
def clock_rate_variable(self) -> builtins.str:
|
|
425
426
|
"""
|
|
426
427
|
Variable name
|
|
427
428
|
"""
|
|
@@ -429,7 +430,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
429
430
|
|
|
430
431
|
@property
|
|
431
432
|
@pulumi.getter
|
|
432
|
-
def description(self) -> str:
|
|
433
|
+
def description(self) -> builtins.str:
|
|
433
434
|
"""
|
|
434
435
|
The description of the Feature
|
|
435
436
|
"""
|
|
@@ -437,7 +438,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
437
438
|
|
|
438
439
|
@property
|
|
439
440
|
@pulumi.getter
|
|
440
|
-
def encapsulation(self) -> str:
|
|
441
|
+
def encapsulation(self) -> builtins.str:
|
|
441
442
|
"""
|
|
442
443
|
Configure Encapsulation for interface
|
|
443
444
|
"""
|
|
@@ -445,7 +446,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
445
446
|
|
|
446
447
|
@property
|
|
447
448
|
@pulumi.getter(name="encapsulationVariable")
|
|
448
|
-
def encapsulation_variable(self) -> str:
|
|
449
|
+
def encapsulation_variable(self) -> builtins.str:
|
|
449
450
|
"""
|
|
450
451
|
Variable name
|
|
451
452
|
"""
|
|
@@ -453,7 +454,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
453
454
|
|
|
454
455
|
@property
|
|
455
456
|
@pulumi.getter(name="featureProfileId")
|
|
456
|
-
def feature_profile_id(self) -> str:
|
|
457
|
+
def feature_profile_id(self) -> builtins.str:
|
|
457
458
|
"""
|
|
458
459
|
Feature Profile ID
|
|
459
460
|
"""
|
|
@@ -461,7 +462,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
461
462
|
|
|
462
463
|
@property
|
|
463
464
|
@pulumi.getter
|
|
464
|
-
def id(self) -> str:
|
|
465
|
+
def id(self) -> builtins.str:
|
|
465
466
|
"""
|
|
466
467
|
The id of the Feature
|
|
467
468
|
"""
|
|
@@ -469,7 +470,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
469
470
|
|
|
470
471
|
@property
|
|
471
472
|
@pulumi.getter(name="interfaceName")
|
|
472
|
-
def interface_name(self) -> str:
|
|
473
|
+
def interface_name(self) -> builtins.str:
|
|
473
474
|
"""
|
|
474
475
|
Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
|
|
475
476
|
"""
|
|
@@ -477,7 +478,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter(name="interfaceNameVariable")
|
|
480
|
-
def interface_name_variable(self) -> str:
|
|
481
|
+
def interface_name_variable(self) -> builtins.str:
|
|
481
482
|
"""
|
|
482
483
|
Variable name
|
|
483
484
|
"""
|
|
@@ -485,7 +486,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
485
486
|
|
|
486
487
|
@property
|
|
487
488
|
@pulumi.getter(name="ipMtu")
|
|
488
|
-
def ip_mtu(self) -> int:
|
|
489
|
+
def ip_mtu(self) -> builtins.int:
|
|
489
490
|
"""
|
|
490
491
|
Set ip mtu
|
|
491
492
|
"""
|
|
@@ -493,7 +494,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
493
494
|
|
|
494
495
|
@property
|
|
495
496
|
@pulumi.getter(name="ipMtuVariable")
|
|
496
|
-
def ip_mtu_variable(self) -> str:
|
|
497
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
497
498
|
"""
|
|
498
499
|
Variable name
|
|
499
500
|
"""
|
|
@@ -501,12 +502,12 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
501
502
|
|
|
502
503
|
@property
|
|
503
504
|
@pulumi.getter(name="ipv4Address")
|
|
504
|
-
def ipv4_address(self) -> str:
|
|
505
|
+
def ipv4_address(self) -> builtins.str:
|
|
505
506
|
return pulumi.get(self, "ipv4_address")
|
|
506
507
|
|
|
507
508
|
@property
|
|
508
509
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
509
|
-
def ipv4_address_variable(self) -> str:
|
|
510
|
+
def ipv4_address_variable(self) -> builtins.str:
|
|
510
511
|
"""
|
|
511
512
|
Variable name
|
|
512
513
|
"""
|
|
@@ -514,12 +515,12 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
514
515
|
|
|
515
516
|
@property
|
|
516
517
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
517
|
-
def ipv4_subnet_mask(self) -> str:
|
|
518
|
+
def ipv4_subnet_mask(self) -> builtins.str:
|
|
518
519
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
519
520
|
|
|
520
521
|
@property
|
|
521
522
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
522
|
-
def ipv4_subnet_mask_variable(self) -> str:
|
|
523
|
+
def ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
523
524
|
"""
|
|
524
525
|
Variable name
|
|
525
526
|
"""
|
|
@@ -527,7 +528,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
527
528
|
|
|
528
529
|
@property
|
|
529
530
|
@pulumi.getter(name="ipv6Address")
|
|
530
|
-
def ipv6_address(self) -> str:
|
|
531
|
+
def ipv6_address(self) -> builtins.str:
|
|
531
532
|
"""
|
|
532
533
|
Assign IPv6 address
|
|
533
534
|
"""
|
|
@@ -535,7 +536,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
535
536
|
|
|
536
537
|
@property
|
|
537
538
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
538
|
-
def ipv6_address_variable(self) -> str:
|
|
539
|
+
def ipv6_address_variable(self) -> builtins.str:
|
|
539
540
|
"""
|
|
540
541
|
Variable name
|
|
541
542
|
"""
|
|
@@ -543,7 +544,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
543
544
|
|
|
544
545
|
@property
|
|
545
546
|
@pulumi.getter
|
|
546
|
-
def mtu(self) -> int:
|
|
547
|
+
def mtu(self) -> builtins.int:
|
|
547
548
|
"""
|
|
548
549
|
Interface MTU \\n\\n, in bytes
|
|
549
550
|
"""
|
|
@@ -551,7 +552,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
551
552
|
|
|
552
553
|
@property
|
|
553
554
|
@pulumi.getter(name="mtuVariable")
|
|
554
|
-
def mtu_variable(self) -> str:
|
|
555
|
+
def mtu_variable(self) -> builtins.str:
|
|
555
556
|
"""
|
|
556
557
|
Variable name
|
|
557
558
|
"""
|
|
@@ -559,7 +560,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
559
560
|
|
|
560
561
|
@property
|
|
561
562
|
@pulumi.getter
|
|
562
|
-
def name(self) -> str:
|
|
563
|
+
def name(self) -> builtins.str:
|
|
563
564
|
"""
|
|
564
565
|
The name of the Feature
|
|
565
566
|
"""
|
|
@@ -567,7 +568,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
567
568
|
|
|
568
569
|
@property
|
|
569
570
|
@pulumi.getter(name="perTunnelQos")
|
|
570
|
-
def per_tunnel_qos(self) -> bool:
|
|
571
|
+
def per_tunnel_qos(self) -> builtins.bool:
|
|
571
572
|
"""
|
|
572
573
|
Per-tunnel Qos
|
|
573
574
|
"""
|
|
@@ -575,7 +576,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter(name="perTunnelQosAggregator")
|
|
578
|
-
def per_tunnel_qos_aggregator(self) -> bool:
|
|
579
|
+
def per_tunnel_qos_aggregator(self) -> builtins.bool:
|
|
579
580
|
"""
|
|
580
581
|
Per-tunnel QoS Aggregator
|
|
581
582
|
"""
|
|
@@ -583,7 +584,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
583
584
|
|
|
584
585
|
@property
|
|
585
586
|
@pulumi.getter(name="perTunnelQosAggregatorVariable")
|
|
586
|
-
def per_tunnel_qos_aggregator_variable(self) -> str:
|
|
587
|
+
def per_tunnel_qos_aggregator_variable(self) -> builtins.str:
|
|
587
588
|
"""
|
|
588
589
|
Variable name
|
|
589
590
|
"""
|
|
@@ -591,7 +592,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
591
592
|
|
|
592
593
|
@property
|
|
593
594
|
@pulumi.getter(name="perTunnelQosVariable")
|
|
594
|
-
def per_tunnel_qos_variable(self) -> str:
|
|
595
|
+
def per_tunnel_qos_variable(self) -> builtins.str:
|
|
595
596
|
"""
|
|
596
597
|
Variable name
|
|
597
598
|
"""
|
|
@@ -599,7 +600,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
599
600
|
|
|
600
601
|
@property
|
|
601
602
|
@pulumi.getter(name="qosShapingRate")
|
|
602
|
-
def qos_shaping_rate(self) -> int:
|
|
603
|
+
def qos_shaping_rate(self) -> builtins.int:
|
|
603
604
|
"""
|
|
604
605
|
1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
|
|
605
606
|
"""
|
|
@@ -607,7 +608,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
607
608
|
|
|
608
609
|
@property
|
|
609
610
|
@pulumi.getter(name="qosShapingRateVariable")
|
|
610
|
-
def qos_shaping_rate_variable(self) -> str:
|
|
611
|
+
def qos_shaping_rate_variable(self) -> builtins.str:
|
|
611
612
|
"""
|
|
612
613
|
Variable name
|
|
613
614
|
"""
|
|
@@ -615,7 +616,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
615
616
|
|
|
616
617
|
@property
|
|
617
618
|
@pulumi.getter
|
|
618
|
-
def shutdown(self) -> bool:
|
|
619
|
+
def shutdown(self) -> builtins.bool:
|
|
619
620
|
"""
|
|
620
621
|
Administrative state
|
|
621
622
|
"""
|
|
@@ -623,7 +624,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
623
624
|
|
|
624
625
|
@property
|
|
625
626
|
@pulumi.getter(name="shutdownVariable")
|
|
626
|
-
def shutdown_variable(self) -> str:
|
|
627
|
+
def shutdown_variable(self) -> builtins.str:
|
|
627
628
|
"""
|
|
628
629
|
Variable name
|
|
629
630
|
"""
|
|
@@ -631,7 +632,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
631
632
|
|
|
632
633
|
@property
|
|
633
634
|
@pulumi.getter(name="tcpMss")
|
|
634
|
-
def tcp_mss(self) -> int:
|
|
635
|
+
def tcp_mss(self) -> builtins.int:
|
|
635
636
|
"""
|
|
636
637
|
TCP MSS on SYN packets, in bytes
|
|
637
638
|
"""
|
|
@@ -639,7 +640,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
639
640
|
|
|
640
641
|
@property
|
|
641
642
|
@pulumi.getter(name="tcpMssVariable")
|
|
642
|
-
def tcp_mss_variable(self) -> str:
|
|
643
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
643
644
|
"""
|
|
644
645
|
Variable name
|
|
645
646
|
"""
|
|
@@ -647,7 +648,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter(name="tlocExtension")
|
|
650
|
-
def tloc_extension(self) -> str:
|
|
651
|
+
def tloc_extension(self) -> builtins.str:
|
|
651
652
|
"""
|
|
652
653
|
Extends a local TLOC to a remote node only for vpn 0
|
|
653
654
|
"""
|
|
@@ -655,7 +656,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
655
656
|
|
|
656
657
|
@property
|
|
657
658
|
@pulumi.getter(name="tlocExtensionVariable")
|
|
658
|
-
def tloc_extension_variable(self) -> str:
|
|
659
|
+
def tloc_extension_variable(self) -> builtins.str:
|
|
659
660
|
"""
|
|
660
661
|
Variable name
|
|
661
662
|
"""
|
|
@@ -663,7 +664,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
666
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
667
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
667
668
|
"""
|
|
668
669
|
Transport WAN VPN Feature ID
|
|
669
670
|
"""
|
|
@@ -671,7 +672,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter(name="tunnelInterface")
|
|
674
|
-
def tunnel_interface(self) -> bool:
|
|
675
|
+
def tunnel_interface(self) -> builtins.bool:
|
|
675
676
|
"""
|
|
676
677
|
Tunnel Interface
|
|
677
678
|
"""
|
|
@@ -679,7 +680,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
679
680
|
|
|
680
681
|
@property
|
|
681
682
|
@pulumi.getter(name="tunnelInterfaceAllowAll")
|
|
682
|
-
def tunnel_interface_allow_all(self) -> bool:
|
|
683
|
+
def tunnel_interface_allow_all(self) -> builtins.bool:
|
|
683
684
|
"""
|
|
684
685
|
Allow all traffic. Overrides all other allow-service options if allow-service all is set
|
|
685
686
|
"""
|
|
@@ -687,7 +688,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
687
688
|
|
|
688
689
|
@property
|
|
689
690
|
@pulumi.getter(name="tunnelInterfaceAllowAllVariable")
|
|
690
|
-
def tunnel_interface_allow_all_variable(self) -> str:
|
|
691
|
+
def tunnel_interface_allow_all_variable(self) -> builtins.str:
|
|
691
692
|
"""
|
|
692
693
|
Variable name
|
|
693
694
|
"""
|
|
@@ -695,7 +696,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
695
696
|
|
|
696
697
|
@property
|
|
697
698
|
@pulumi.getter(name="tunnelInterfaceAllowBfd")
|
|
698
|
-
def tunnel_interface_allow_bfd(self) -> bool:
|
|
699
|
+
def tunnel_interface_allow_bfd(self) -> builtins.bool:
|
|
699
700
|
"""
|
|
700
701
|
Allow/Deny BFD
|
|
701
702
|
"""
|
|
@@ -703,7 +704,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
703
704
|
|
|
704
705
|
@property
|
|
705
706
|
@pulumi.getter(name="tunnelInterfaceAllowBfdVariable")
|
|
706
|
-
def tunnel_interface_allow_bfd_variable(self) -> str:
|
|
707
|
+
def tunnel_interface_allow_bfd_variable(self) -> builtins.str:
|
|
707
708
|
"""
|
|
708
709
|
Variable name
|
|
709
710
|
"""
|
|
@@ -711,7 +712,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="tunnelInterfaceAllowBgp")
|
|
714
|
-
def tunnel_interface_allow_bgp(self) -> bool:
|
|
715
|
+
def tunnel_interface_allow_bgp(self) -> builtins.bool:
|
|
715
716
|
"""
|
|
716
717
|
Allow/deny BGP
|
|
717
718
|
"""
|
|
@@ -719,7 +720,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
719
720
|
|
|
720
721
|
@property
|
|
721
722
|
@pulumi.getter(name="tunnelInterfaceAllowBgpVariable")
|
|
722
|
-
def tunnel_interface_allow_bgp_variable(self) -> str:
|
|
723
|
+
def tunnel_interface_allow_bgp_variable(self) -> builtins.str:
|
|
723
724
|
"""
|
|
724
725
|
Variable name
|
|
725
726
|
"""
|
|
@@ -727,7 +728,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
727
728
|
|
|
728
729
|
@property
|
|
729
730
|
@pulumi.getter(name="tunnelInterfaceAllowDhcp")
|
|
730
|
-
def tunnel_interface_allow_dhcp(self) -> bool:
|
|
731
|
+
def tunnel_interface_allow_dhcp(self) -> builtins.bool:
|
|
731
732
|
"""
|
|
732
733
|
Allow/Deny DHCP
|
|
733
734
|
"""
|
|
@@ -735,7 +736,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
735
736
|
|
|
736
737
|
@property
|
|
737
738
|
@pulumi.getter(name="tunnelInterfaceAllowDhcpVariable")
|
|
738
|
-
def tunnel_interface_allow_dhcp_variable(self) -> str:
|
|
739
|
+
def tunnel_interface_allow_dhcp_variable(self) -> builtins.str:
|
|
739
740
|
"""
|
|
740
741
|
Variable name
|
|
741
742
|
"""
|
|
@@ -743,7 +744,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter(name="tunnelInterfaceAllowDns")
|
|
746
|
-
def tunnel_interface_allow_dns(self) -> bool:
|
|
747
|
+
def tunnel_interface_allow_dns(self) -> builtins.bool:
|
|
747
748
|
"""
|
|
748
749
|
Allow/Deny DNS
|
|
749
750
|
"""
|
|
@@ -751,7 +752,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
751
752
|
|
|
752
753
|
@property
|
|
753
754
|
@pulumi.getter(name="tunnelInterfaceAllowDnsVariable")
|
|
754
|
-
def tunnel_interface_allow_dns_variable(self) -> str:
|
|
755
|
+
def tunnel_interface_allow_dns_variable(self) -> builtins.str:
|
|
755
756
|
"""
|
|
756
757
|
Variable name
|
|
757
758
|
"""
|
|
@@ -759,7 +760,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
759
760
|
|
|
760
761
|
@property
|
|
761
762
|
@pulumi.getter(name="tunnelInterfaceAllowHttps")
|
|
762
|
-
def tunnel_interface_allow_https(self) -> bool:
|
|
763
|
+
def tunnel_interface_allow_https(self) -> builtins.bool:
|
|
763
764
|
"""
|
|
764
765
|
Allow/Deny Https
|
|
765
766
|
"""
|
|
@@ -767,7 +768,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
767
768
|
|
|
768
769
|
@property
|
|
769
770
|
@pulumi.getter(name="tunnelInterfaceAllowHttpsVariable")
|
|
770
|
-
def tunnel_interface_allow_https_variable(self) -> str:
|
|
771
|
+
def tunnel_interface_allow_https_variable(self) -> builtins.str:
|
|
771
772
|
"""
|
|
772
773
|
Variable name
|
|
773
774
|
"""
|
|
@@ -775,7 +776,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
775
776
|
|
|
776
777
|
@property
|
|
777
778
|
@pulumi.getter(name="tunnelInterfaceAllowIcmp")
|
|
778
|
-
def tunnel_interface_allow_icmp(self) -> bool:
|
|
779
|
+
def tunnel_interface_allow_icmp(self) -> builtins.bool:
|
|
779
780
|
"""
|
|
780
781
|
Allow/Deny ICMP
|
|
781
782
|
"""
|
|
@@ -783,7 +784,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
783
784
|
|
|
784
785
|
@property
|
|
785
786
|
@pulumi.getter(name="tunnelInterfaceAllowIcmpVariable")
|
|
786
|
-
def tunnel_interface_allow_icmp_variable(self) -> str:
|
|
787
|
+
def tunnel_interface_allow_icmp_variable(self) -> builtins.str:
|
|
787
788
|
"""
|
|
788
789
|
Variable name
|
|
789
790
|
"""
|
|
@@ -791,7 +792,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
791
792
|
|
|
792
793
|
@property
|
|
793
794
|
@pulumi.getter(name="tunnelInterfaceAllowNetconf")
|
|
794
|
-
def tunnel_interface_allow_netconf(self) -> bool:
|
|
795
|
+
def tunnel_interface_allow_netconf(self) -> builtins.bool:
|
|
795
796
|
"""
|
|
796
797
|
Allow/Deny NETCONF
|
|
797
798
|
"""
|
|
@@ -799,7 +800,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
799
800
|
|
|
800
801
|
@property
|
|
801
802
|
@pulumi.getter(name="tunnelInterfaceAllowNetconfVariable")
|
|
802
|
-
def tunnel_interface_allow_netconf_variable(self) -> str:
|
|
803
|
+
def tunnel_interface_allow_netconf_variable(self) -> builtins.str:
|
|
803
804
|
"""
|
|
804
805
|
Variable name
|
|
805
806
|
"""
|
|
@@ -807,7 +808,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
807
808
|
|
|
808
809
|
@property
|
|
809
810
|
@pulumi.getter(name="tunnelInterfaceAllowNtp")
|
|
810
|
-
def tunnel_interface_allow_ntp(self) -> bool:
|
|
811
|
+
def tunnel_interface_allow_ntp(self) -> builtins.bool:
|
|
811
812
|
"""
|
|
812
813
|
Allow/Deny NTP
|
|
813
814
|
"""
|
|
@@ -815,7 +816,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
815
816
|
|
|
816
817
|
@property
|
|
817
818
|
@pulumi.getter(name="tunnelInterfaceAllowNtpVariable")
|
|
818
|
-
def tunnel_interface_allow_ntp_variable(self) -> str:
|
|
819
|
+
def tunnel_interface_allow_ntp_variable(self) -> builtins.str:
|
|
819
820
|
"""
|
|
820
821
|
Variable name
|
|
821
822
|
"""
|
|
@@ -823,7 +824,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
823
824
|
|
|
824
825
|
@property
|
|
825
826
|
@pulumi.getter(name="tunnelInterfaceAllowOspf")
|
|
826
|
-
def tunnel_interface_allow_ospf(self) -> bool:
|
|
827
|
+
def tunnel_interface_allow_ospf(self) -> builtins.bool:
|
|
827
828
|
"""
|
|
828
829
|
Allow/Deny OSPF
|
|
829
830
|
"""
|
|
@@ -831,7 +832,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
831
832
|
|
|
832
833
|
@property
|
|
833
834
|
@pulumi.getter(name="tunnelInterfaceAllowOspfVariable")
|
|
834
|
-
def tunnel_interface_allow_ospf_variable(self) -> str:
|
|
835
|
+
def tunnel_interface_allow_ospf_variable(self) -> builtins.str:
|
|
835
836
|
"""
|
|
836
837
|
Variable name
|
|
837
838
|
"""
|
|
@@ -839,7 +840,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
839
840
|
|
|
840
841
|
@property
|
|
841
842
|
@pulumi.getter(name="tunnelInterfaceAllowSnmp")
|
|
842
|
-
def tunnel_interface_allow_snmp(self) -> bool:
|
|
843
|
+
def tunnel_interface_allow_snmp(self) -> builtins.bool:
|
|
843
844
|
"""
|
|
844
845
|
Allow/Deny SNMP
|
|
845
846
|
"""
|
|
@@ -847,7 +848,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
847
848
|
|
|
848
849
|
@property
|
|
849
850
|
@pulumi.getter(name="tunnelInterfaceAllowSnmpVariable")
|
|
850
|
-
def tunnel_interface_allow_snmp_variable(self) -> str:
|
|
851
|
+
def tunnel_interface_allow_snmp_variable(self) -> builtins.str:
|
|
851
852
|
"""
|
|
852
853
|
Variable name
|
|
853
854
|
"""
|
|
@@ -855,7 +856,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
855
856
|
|
|
856
857
|
@property
|
|
857
858
|
@pulumi.getter(name="tunnelInterfaceAllowSsh")
|
|
858
|
-
def tunnel_interface_allow_ssh(self) -> bool:
|
|
859
|
+
def tunnel_interface_allow_ssh(self) -> builtins.bool:
|
|
859
860
|
"""
|
|
860
861
|
Allow/Deny SSH
|
|
861
862
|
"""
|
|
@@ -863,7 +864,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
863
864
|
|
|
864
865
|
@property
|
|
865
866
|
@pulumi.getter(name="tunnelInterfaceAllowSshVariable")
|
|
866
|
-
def tunnel_interface_allow_ssh_variable(self) -> str:
|
|
867
|
+
def tunnel_interface_allow_ssh_variable(self) -> builtins.str:
|
|
867
868
|
"""
|
|
868
869
|
Variable name
|
|
869
870
|
"""
|
|
@@ -871,7 +872,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
871
872
|
|
|
872
873
|
@property
|
|
873
874
|
@pulumi.getter(name="tunnelInterfaceAllowStun")
|
|
874
|
-
def tunnel_interface_allow_stun(self) -> bool:
|
|
875
|
+
def tunnel_interface_allow_stun(self) -> builtins.bool:
|
|
875
876
|
"""
|
|
876
877
|
Allow/Deny STUN
|
|
877
878
|
"""
|
|
@@ -879,7 +880,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
879
880
|
|
|
880
881
|
@property
|
|
881
882
|
@pulumi.getter(name="tunnelInterfaceAllowStunVariable")
|
|
882
|
-
def tunnel_interface_allow_stun_variable(self) -> str:
|
|
883
|
+
def tunnel_interface_allow_stun_variable(self) -> builtins.str:
|
|
883
884
|
"""
|
|
884
885
|
Variable name
|
|
885
886
|
"""
|
|
@@ -887,7 +888,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
887
888
|
|
|
888
889
|
@property
|
|
889
890
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnel")
|
|
890
|
-
def tunnel_interface_bind_loopback_tunnel(self) -> str:
|
|
891
|
+
def tunnel_interface_bind_loopback_tunnel(self) -> builtins.str:
|
|
891
892
|
"""
|
|
892
893
|
Bind loopback tunnel interface to a physical interface
|
|
893
894
|
"""
|
|
@@ -895,7 +896,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
895
896
|
|
|
896
897
|
@property
|
|
897
898
|
@pulumi.getter(name="tunnelInterfaceBindLoopbackTunnelVariable")
|
|
898
|
-
def tunnel_interface_bind_loopback_tunnel_variable(self) -> str:
|
|
899
|
+
def tunnel_interface_bind_loopback_tunnel_variable(self) -> builtins.str:
|
|
899
900
|
"""
|
|
900
901
|
Variable name
|
|
901
902
|
"""
|
|
@@ -903,7 +904,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
903
904
|
|
|
904
905
|
@property
|
|
905
906
|
@pulumi.getter(name="tunnelInterfaceBorder")
|
|
906
|
-
def tunnel_interface_border(self) -> bool:
|
|
907
|
+
def tunnel_interface_border(self) -> builtins.bool:
|
|
907
908
|
"""
|
|
908
909
|
Set TLOC as border TLOC
|
|
909
910
|
"""
|
|
@@ -911,7 +912,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
911
912
|
|
|
912
913
|
@property
|
|
913
914
|
@pulumi.getter(name="tunnelInterfaceBorderVariable")
|
|
914
|
-
def tunnel_interface_border_variable(self) -> str:
|
|
915
|
+
def tunnel_interface_border_variable(self) -> builtins.str:
|
|
915
916
|
"""
|
|
916
917
|
Variable name
|
|
917
918
|
"""
|
|
@@ -919,7 +920,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
919
920
|
|
|
920
921
|
@property
|
|
921
922
|
@pulumi.getter(name="tunnelInterfaceCarrier")
|
|
922
|
-
def tunnel_interface_carrier(self) -> str:
|
|
923
|
+
def tunnel_interface_carrier(self) -> builtins.str:
|
|
923
924
|
"""
|
|
924
925
|
Set carrier for TLOC
|
|
925
926
|
"""
|
|
@@ -927,7 +928,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
927
928
|
|
|
928
929
|
@property
|
|
929
930
|
@pulumi.getter(name="tunnelInterfaceCarrierVariable")
|
|
930
|
-
def tunnel_interface_carrier_variable(self) -> str:
|
|
931
|
+
def tunnel_interface_carrier_variable(self) -> builtins.str:
|
|
931
932
|
"""
|
|
932
933
|
Variable name
|
|
933
934
|
"""
|
|
@@ -935,7 +936,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
935
936
|
|
|
936
937
|
@property
|
|
937
938
|
@pulumi.getter(name="tunnelInterfaceClearDontFragment")
|
|
938
|
-
def tunnel_interface_clear_dont_fragment(self) -> bool:
|
|
939
|
+
def tunnel_interface_clear_dont_fragment(self) -> builtins.bool:
|
|
939
940
|
"""
|
|
940
941
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
941
942
|
"""
|
|
@@ -943,7 +944,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
943
944
|
|
|
944
945
|
@property
|
|
945
946
|
@pulumi.getter(name="tunnelInterfaceClearDontFragmentVariable")
|
|
946
|
-
def tunnel_interface_clear_dont_fragment_variable(self) -> str:
|
|
947
|
+
def tunnel_interface_clear_dont_fragment_variable(self) -> builtins.str:
|
|
947
948
|
"""
|
|
948
949
|
Variable name
|
|
949
950
|
"""
|
|
@@ -951,7 +952,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
951
952
|
|
|
952
953
|
@property
|
|
953
954
|
@pulumi.getter(name="tunnelInterfaceClearNetworkBroadcast")
|
|
954
|
-
def tunnel_interface_clear_network_broadcast(self) -> bool:
|
|
955
|
+
def tunnel_interface_clear_network_broadcast(self) -> builtins.bool:
|
|
955
956
|
"""
|
|
956
957
|
Accept and respond to network-prefix-directed broadcasts)
|
|
957
958
|
"""
|
|
@@ -959,7 +960,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
959
960
|
|
|
960
961
|
@property
|
|
961
962
|
@pulumi.getter(name="tunnelInterfaceClearNetworkBroadcastVariable")
|
|
962
|
-
def tunnel_interface_clear_network_broadcast_variable(self) -> str:
|
|
963
|
+
def tunnel_interface_clear_network_broadcast_variable(self) -> builtins.str:
|
|
963
964
|
"""
|
|
964
965
|
Variable name
|
|
965
966
|
"""
|
|
@@ -967,7 +968,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
967
968
|
|
|
968
969
|
@property
|
|
969
970
|
@pulumi.getter(name="tunnelInterfaceColor")
|
|
970
|
-
def tunnel_interface_color(self) -> str:
|
|
971
|
+
def tunnel_interface_color(self) -> builtins.str:
|
|
971
972
|
"""
|
|
972
973
|
Set color for TLOC
|
|
973
974
|
"""
|
|
@@ -975,7 +976,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
975
976
|
|
|
976
977
|
@property
|
|
977
978
|
@pulumi.getter(name="tunnelInterfaceColorVariable")
|
|
978
|
-
def tunnel_interface_color_variable(self) -> str:
|
|
979
|
+
def tunnel_interface_color_variable(self) -> builtins.str:
|
|
979
980
|
"""
|
|
980
981
|
Variable name
|
|
981
982
|
"""
|
|
@@ -991,7 +992,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
991
992
|
|
|
992
993
|
@property
|
|
993
994
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupListVariable")
|
|
994
|
-
def tunnel_interface_exclude_controller_group_list_variable(self) -> str:
|
|
995
|
+
def tunnel_interface_exclude_controller_group_list_variable(self) -> builtins.str:
|
|
995
996
|
"""
|
|
996
997
|
Variable name
|
|
997
998
|
"""
|
|
@@ -999,7 +1000,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
999
1000
|
|
|
1000
1001
|
@property
|
|
1001
1002
|
@pulumi.getter(name="tunnelInterfaceExcludeControllerGroupLists")
|
|
1002
|
-
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[int]:
|
|
1003
|
+
def tunnel_interface_exclude_controller_group_lists(self) -> Sequence[builtins.int]:
|
|
1003
1004
|
"""
|
|
1004
1005
|
Exclude the following controller groups defined in this list
|
|
1005
1006
|
"""
|
|
@@ -1007,7 +1008,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1007
1008
|
|
|
1008
1009
|
@property
|
|
1009
1010
|
@pulumi.getter(name="tunnelInterfaceGroups")
|
|
1010
|
-
def tunnel_interface_groups(self) -> int:
|
|
1011
|
+
def tunnel_interface_groups(self) -> builtins.int:
|
|
1011
1012
|
"""
|
|
1012
1013
|
List of groups
|
|
1013
1014
|
"""
|
|
@@ -1015,7 +1016,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1015
1016
|
|
|
1016
1017
|
@property
|
|
1017
1018
|
@pulumi.getter(name="tunnelInterfaceGroupsVariable")
|
|
1018
|
-
def tunnel_interface_groups_variable(self) -> str:
|
|
1019
|
+
def tunnel_interface_groups_variable(self) -> builtins.str:
|
|
1019
1020
|
"""
|
|
1020
1021
|
Variable name
|
|
1021
1022
|
"""
|
|
@@ -1023,7 +1024,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1023
1024
|
|
|
1024
1025
|
@property
|
|
1025
1026
|
@pulumi.getter(name="tunnelInterfaceHelloInterval")
|
|
1026
|
-
def tunnel_interface_hello_interval(self) -> int:
|
|
1027
|
+
def tunnel_interface_hello_interval(self) -> builtins.int:
|
|
1027
1028
|
"""
|
|
1028
1029
|
Set time period of control hello packets \\n\\n milli seconds
|
|
1029
1030
|
"""
|
|
@@ -1031,7 +1032,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1031
1032
|
|
|
1032
1033
|
@property
|
|
1033
1034
|
@pulumi.getter(name="tunnelInterfaceHelloIntervalVariable")
|
|
1034
|
-
def tunnel_interface_hello_interval_variable(self) -> str:
|
|
1035
|
+
def tunnel_interface_hello_interval_variable(self) -> builtins.str:
|
|
1035
1036
|
"""
|
|
1036
1037
|
Variable name
|
|
1037
1038
|
"""
|
|
@@ -1039,7 +1040,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1039
1040
|
|
|
1040
1041
|
@property
|
|
1041
1042
|
@pulumi.getter(name="tunnelInterfaceHelloTolerance")
|
|
1042
|
-
def tunnel_interface_hello_tolerance(self) -> int:
|
|
1043
|
+
def tunnel_interface_hello_tolerance(self) -> builtins.int:
|
|
1043
1044
|
"""
|
|
1044
1045
|
Set tolerance of control hello packets \\n\\n seconds
|
|
1045
1046
|
"""
|
|
@@ -1047,7 +1048,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1047
1048
|
|
|
1048
1049
|
@property
|
|
1049
1050
|
@pulumi.getter(name="tunnelInterfaceHelloToleranceVariable")
|
|
1050
|
-
def tunnel_interface_hello_tolerance_variable(self) -> str:
|
|
1051
|
+
def tunnel_interface_hello_tolerance_variable(self) -> builtins.str:
|
|
1051
1052
|
"""
|
|
1052
1053
|
Variable name
|
|
1053
1054
|
"""
|
|
@@ -1055,7 +1056,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1055
1056
|
|
|
1056
1057
|
@property
|
|
1057
1058
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuit")
|
|
1058
|
-
def tunnel_interface_last_resort_circuit(self) -> bool:
|
|
1059
|
+
def tunnel_interface_last_resort_circuit(self) -> builtins.bool:
|
|
1059
1060
|
"""
|
|
1060
1061
|
Set TLOC as last resort
|
|
1061
1062
|
"""
|
|
@@ -1063,7 +1064,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1063
1064
|
|
|
1064
1065
|
@property
|
|
1065
1066
|
@pulumi.getter(name="tunnelInterfaceLastResortCircuitVariable")
|
|
1066
|
-
def tunnel_interface_last_resort_circuit_variable(self) -> str:
|
|
1067
|
+
def tunnel_interface_last_resort_circuit_variable(self) -> builtins.str:
|
|
1067
1068
|
"""
|
|
1068
1069
|
Variable name
|
|
1069
1070
|
"""
|
|
@@ -1071,7 +1072,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1071
1072
|
|
|
1072
1073
|
@property
|
|
1073
1074
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLink")
|
|
1074
|
-
def tunnel_interface_low_bandwidth_link(self) -> bool:
|
|
1075
|
+
def tunnel_interface_low_bandwidth_link(self) -> builtins.bool:
|
|
1075
1076
|
"""
|
|
1076
1077
|
Set the interface as a low-bandwidth circuit
|
|
1077
1078
|
"""
|
|
@@ -1079,7 +1080,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1079
1080
|
|
|
1080
1081
|
@property
|
|
1081
1082
|
@pulumi.getter(name="tunnelInterfaceLowBandwidthLinkVariable")
|
|
1082
|
-
def tunnel_interface_low_bandwidth_link_variable(self) -> str:
|
|
1083
|
+
def tunnel_interface_low_bandwidth_link_variable(self) -> builtins.str:
|
|
1083
1084
|
"""
|
|
1084
1085
|
Variable name
|
|
1085
1086
|
"""
|
|
@@ -1087,7 +1088,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1087
1088
|
|
|
1088
1089
|
@property
|
|
1089
1090
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnections")
|
|
1090
|
-
def tunnel_interface_max_control_connections(self) -> int:
|
|
1091
|
+
def tunnel_interface_max_control_connections(self) -> builtins.int:
|
|
1091
1092
|
"""
|
|
1092
1093
|
Set the maximum number of control connections for this TLOC
|
|
1093
1094
|
"""
|
|
@@ -1095,7 +1096,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1095
1096
|
|
|
1096
1097
|
@property
|
|
1097
1098
|
@pulumi.getter(name="tunnelInterfaceMaxControlConnectionsVariable")
|
|
1098
|
-
def tunnel_interface_max_control_connections_variable(self) -> str:
|
|
1099
|
+
def tunnel_interface_max_control_connections_variable(self) -> builtins.str:
|
|
1099
1100
|
"""
|
|
1100
1101
|
Variable name
|
|
1101
1102
|
"""
|
|
@@ -1103,7 +1104,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1103
1104
|
|
|
1104
1105
|
@property
|
|
1105
1106
|
@pulumi.getter(name="tunnelInterfaceNatRefreshInterval")
|
|
1106
|
-
def tunnel_interface_nat_refresh_interval(self) -> int:
|
|
1107
|
+
def tunnel_interface_nat_refresh_interval(self) -> builtins.int:
|
|
1107
1108
|
"""
|
|
1108
1109
|
Set time period of nat refresh packets \\n\\n seconds
|
|
1109
1110
|
"""
|
|
@@ -1111,7 +1112,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1111
1112
|
|
|
1112
1113
|
@property
|
|
1113
1114
|
@pulumi.getter(name="tunnelInterfaceNatRefreshIntervalVariable")
|
|
1114
|
-
def tunnel_interface_nat_refresh_interval_variable(self) -> str:
|
|
1115
|
+
def tunnel_interface_nat_refresh_interval_variable(self) -> builtins.str:
|
|
1115
1116
|
"""
|
|
1116
1117
|
Variable name
|
|
1117
1118
|
"""
|
|
@@ -1119,7 +1120,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1119
1120
|
|
|
1120
1121
|
@property
|
|
1121
1122
|
@pulumi.getter(name="tunnelInterfacePortHop")
|
|
1122
|
-
def tunnel_interface_port_hop(self) -> bool:
|
|
1123
|
+
def tunnel_interface_port_hop(self) -> builtins.bool:
|
|
1123
1124
|
"""
|
|
1124
1125
|
Disallow port hopping on the tunnel interface
|
|
1125
1126
|
"""
|
|
@@ -1127,7 +1128,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1127
1128
|
|
|
1128
1129
|
@property
|
|
1129
1130
|
@pulumi.getter(name="tunnelInterfacePortHopVariable")
|
|
1130
|
-
def tunnel_interface_port_hop_variable(self) -> str:
|
|
1131
|
+
def tunnel_interface_port_hop_variable(self) -> builtins.str:
|
|
1131
1132
|
"""
|
|
1132
1133
|
Variable name
|
|
1133
1134
|
"""
|
|
@@ -1135,7 +1136,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1135
1136
|
|
|
1136
1137
|
@property
|
|
1137
1138
|
@pulumi.getter(name="tunnelInterfaceRestrict")
|
|
1138
|
-
def tunnel_interface_restrict(self) -> bool:
|
|
1139
|
+
def tunnel_interface_restrict(self) -> builtins.bool:
|
|
1139
1140
|
"""
|
|
1140
1141
|
Restrict this TLOC behavior
|
|
1141
1142
|
"""
|
|
@@ -1143,7 +1144,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1143
1144
|
|
|
1144
1145
|
@property
|
|
1145
1146
|
@pulumi.getter(name="tunnelInterfaceRestrictVariable")
|
|
1146
|
-
def tunnel_interface_restrict_variable(self) -> str:
|
|
1147
|
+
def tunnel_interface_restrict_variable(self) -> builtins.str:
|
|
1147
1148
|
"""
|
|
1148
1149
|
Variable name
|
|
1149
1150
|
"""
|
|
@@ -1151,7 +1152,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1151
1152
|
|
|
1152
1153
|
@property
|
|
1153
1154
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMss")
|
|
1154
|
-
def tunnel_interface_tunnel_tcp_mss(self) -> int:
|
|
1155
|
+
def tunnel_interface_tunnel_tcp_mss(self) -> builtins.int:
|
|
1155
1156
|
"""
|
|
1156
1157
|
Tunnel TCP MSS on SYN packets, in bytes
|
|
1157
1158
|
"""
|
|
@@ -1159,7 +1160,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1159
1160
|
|
|
1160
1161
|
@property
|
|
1161
1162
|
@pulumi.getter(name="tunnelInterfaceTunnelTcpMssVariable")
|
|
1162
|
-
def tunnel_interface_tunnel_tcp_mss_variable(self) -> str:
|
|
1163
|
+
def tunnel_interface_tunnel_tcp_mss_variable(self) -> builtins.str:
|
|
1163
1164
|
"""
|
|
1164
1165
|
Variable name
|
|
1165
1166
|
"""
|
|
@@ -1167,7 +1168,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1167
1168
|
|
|
1168
1169
|
@property
|
|
1169
1170
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServer")
|
|
1170
|
-
def tunnel_interface_vbond_as_stun_server(self) -> bool:
|
|
1171
|
+
def tunnel_interface_vbond_as_stun_server(self) -> builtins.bool:
|
|
1171
1172
|
"""
|
|
1172
1173
|
Put this wan interface in STUN mode only
|
|
1173
1174
|
"""
|
|
@@ -1175,7 +1176,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1175
1176
|
|
|
1176
1177
|
@property
|
|
1177
1178
|
@pulumi.getter(name="tunnelInterfaceVbondAsStunServerVariable")
|
|
1178
|
-
def tunnel_interface_vbond_as_stun_server_variable(self) -> str:
|
|
1179
|
+
def tunnel_interface_vbond_as_stun_server_variable(self) -> builtins.str:
|
|
1179
1180
|
"""
|
|
1180
1181
|
Variable name
|
|
1181
1182
|
"""
|
|
@@ -1183,7 +1184,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1183
1184
|
|
|
1184
1185
|
@property
|
|
1185
1186
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreference")
|
|
1186
|
-
def tunnel_interface_vmanage_connection_preference(self) -> int:
|
|
1187
|
+
def tunnel_interface_vmanage_connection_preference(self) -> builtins.int:
|
|
1187
1188
|
"""
|
|
1188
1189
|
Set interface preference for control connection to vManage \\n\\n
|
|
1189
1190
|
"""
|
|
@@ -1191,7 +1192,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1191
1192
|
|
|
1192
1193
|
@property
|
|
1193
1194
|
@pulumi.getter(name="tunnelInterfaceVmanageConnectionPreferenceVariable")
|
|
1194
|
-
def tunnel_interface_vmanage_connection_preference_variable(self) -> str:
|
|
1195
|
+
def tunnel_interface_vmanage_connection_preference_variable(self) -> builtins.str:
|
|
1195
1196
|
"""
|
|
1196
1197
|
Variable name
|
|
1197
1198
|
"""
|
|
@@ -1199,7 +1200,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1199
1200
|
|
|
1200
1201
|
@property
|
|
1201
1202
|
@pulumi.getter(name="tunnelQosMode")
|
|
1202
|
-
def tunnel_qos_mode(self) -> str:
|
|
1203
|
+
def tunnel_qos_mode(self) -> builtins.str:
|
|
1203
1204
|
"""
|
|
1204
1205
|
Set tunnel QoS mode
|
|
1205
1206
|
"""
|
|
@@ -1207,7 +1208,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1207
1208
|
|
|
1208
1209
|
@property
|
|
1209
1210
|
@pulumi.getter(name="tunnelQosModeVariable")
|
|
1210
|
-
def tunnel_qos_mode_variable(self) -> str:
|
|
1211
|
+
def tunnel_qos_mode_variable(self) -> builtins.str:
|
|
1211
1212
|
"""
|
|
1212
1213
|
Variable name
|
|
1213
1214
|
"""
|
|
@@ -1215,7 +1216,7 @@ class GetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
|
1215
1216
|
|
|
1216
1217
|
@property
|
|
1217
1218
|
@pulumi.getter
|
|
1218
|
-
def version(self) -> int:
|
|
1219
|
+
def version(self) -> builtins.int:
|
|
1219
1220
|
"""
|
|
1220
1221
|
The version of the Feature
|
|
1221
1222
|
"""
|
|
@@ -1340,9 +1341,9 @@ class AwaitableGetTransportWanVpnInterfaceT1E1SerialFeatureResult(GetTransportWa
|
|
|
1340
1341
|
version=self.version)
|
|
1341
1342
|
|
|
1342
1343
|
|
|
1343
|
-
def get_transport_wan_vpn_interface_t1_e1_serial_feature(feature_profile_id: Optional[str] = None,
|
|
1344
|
-
id: Optional[str] = None,
|
|
1345
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
1344
|
+
def get_transport_wan_vpn_interface_t1_e1_serial_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
1345
|
+
id: Optional[builtins.str] = None,
|
|
1346
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
1346
1347
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceT1E1SerialFeatureResult:
|
|
1347
1348
|
"""
|
|
1348
1349
|
This data source can read the Transport WAN VPN Interface T1 E1 Serial Feature.
|
|
@@ -1359,9 +1360,9 @@ def get_transport_wan_vpn_interface_t1_e1_serial_feature(feature_profile_id: Opt
|
|
|
1359
1360
|
```
|
|
1360
1361
|
|
|
1361
1362
|
|
|
1362
|
-
:param str feature_profile_id: Feature Profile ID
|
|
1363
|
-
:param str id: The id of the Feature
|
|
1364
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1363
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
1364
|
+
:param builtins.str id: The id of the Feature
|
|
1365
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1365
1366
|
"""
|
|
1366
1367
|
__args__ = dict()
|
|
1367
1368
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -1481,9 +1482,9 @@ def get_transport_wan_vpn_interface_t1_e1_serial_feature(feature_profile_id: Opt
|
|
|
1481
1482
|
tunnel_qos_mode=pulumi.get(__ret__, 'tunnel_qos_mode'),
|
|
1482
1483
|
tunnel_qos_mode_variable=pulumi.get(__ret__, 'tunnel_qos_mode_variable'),
|
|
1483
1484
|
version=pulumi.get(__ret__, 'version'))
|
|
1484
|
-
def get_transport_wan_vpn_interface_t1_e1_serial_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1485
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
1486
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1485
|
+
def get_transport_wan_vpn_interface_t1_e1_serial_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1486
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1487
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1487
1488
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceT1E1SerialFeatureResult]:
|
|
1488
1489
|
"""
|
|
1489
1490
|
This data source can read the Transport WAN VPN Interface T1 E1 Serial Feature.
|
|
@@ -1500,9 +1501,9 @@ def get_transport_wan_vpn_interface_t1_e1_serial_feature_output(feature_profile_
|
|
|
1500
1501
|
```
|
|
1501
1502
|
|
|
1502
1503
|
|
|
1503
|
-
:param str feature_profile_id: Feature Profile ID
|
|
1504
|
-
:param str id: The id of the Feature
|
|
1505
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1504
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
1505
|
+
:param builtins.str id: The id of the Feature
|
|
1506
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
1506
1507
|
"""
|
|
1507
1508
|
__args__ = dict()
|
|
1508
1509
|
__args__['featureProfileId'] = feature_profile_id
|