pulumi-sdwan 0.4.0a1743575236__py3-none-any.whl → 0.4.0a1744183706__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 +17558 -17557
- 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 +29 -28
- 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 +20902 -20901
- 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 +228 -227
- 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 +598 -597
- 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 +260 -259
- 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 +714 -713
- 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 +2602 -2601
- 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.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.4.0a1744183706.dist-info/RECORD +480 -0
- pulumi_sdwan-0.4.0a1743575236.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.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
|
|
@@ -225,7 +226,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
225
226
|
|
|
226
227
|
@property
|
|
227
228
|
@pulumi.getter(name="applicationTunnelType")
|
|
228
|
-
def application_tunnel_type(self) -> str:
|
|
229
|
+
def application_tunnel_type(self) -> builtins.str:
|
|
229
230
|
"""
|
|
230
231
|
Enable Application Tunnel Type
|
|
231
232
|
"""
|
|
@@ -233,7 +234,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
233
234
|
|
|
234
235
|
@property
|
|
235
236
|
@pulumi.getter(name="applicationTunnelTypeVariable")
|
|
236
|
-
def application_tunnel_type_variable(self) -> str:
|
|
237
|
+
def application_tunnel_type_variable(self) -> builtins.str:
|
|
237
238
|
"""
|
|
238
239
|
Variable name
|
|
239
240
|
"""
|
|
@@ -241,7 +242,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
241
242
|
|
|
242
243
|
@property
|
|
243
244
|
@pulumi.getter(name="clearDontFragment")
|
|
244
|
-
def clear_dont_fragment(self) -> bool:
|
|
245
|
+
def clear_dont_fragment(self) -> builtins.bool:
|
|
245
246
|
"""
|
|
246
247
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
247
248
|
"""
|
|
@@ -249,7 +250,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
249
250
|
|
|
250
251
|
@property
|
|
251
252
|
@pulumi.getter(name="clearDontFragmentVariable")
|
|
252
|
-
def clear_dont_fragment_variable(self) -> str:
|
|
253
|
+
def clear_dont_fragment_variable(self) -> builtins.str:
|
|
253
254
|
"""
|
|
254
255
|
Variable name
|
|
255
256
|
"""
|
|
@@ -257,7 +258,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
257
258
|
|
|
258
259
|
@property
|
|
259
260
|
@pulumi.getter
|
|
260
|
-
def description(self) -> str:
|
|
261
|
+
def description(self) -> builtins.str:
|
|
261
262
|
"""
|
|
262
263
|
The description of the Feature
|
|
263
264
|
"""
|
|
@@ -265,7 +266,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
265
266
|
|
|
266
267
|
@property
|
|
267
268
|
@pulumi.getter(name="dpdInterval")
|
|
268
|
-
def dpd_interval(self) -> int:
|
|
269
|
+
def dpd_interval(self) -> builtins.int:
|
|
269
270
|
"""
|
|
270
271
|
IKE keepalive interval (seconds)
|
|
271
272
|
"""
|
|
@@ -273,7 +274,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
273
274
|
|
|
274
275
|
@property
|
|
275
276
|
@pulumi.getter(name="dpdIntervalVariable")
|
|
276
|
-
def dpd_interval_variable(self) -> str:
|
|
277
|
+
def dpd_interval_variable(self) -> builtins.str:
|
|
277
278
|
"""
|
|
278
279
|
Variable name
|
|
279
280
|
"""
|
|
@@ -281,7 +282,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
281
282
|
|
|
282
283
|
@property
|
|
283
284
|
@pulumi.getter(name="dpdRetries")
|
|
284
|
-
def dpd_retries(self) -> int:
|
|
285
|
+
def dpd_retries(self) -> builtins.int:
|
|
285
286
|
"""
|
|
286
287
|
IKE keepalive retries
|
|
287
288
|
"""
|
|
@@ -289,7 +290,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
289
290
|
|
|
290
291
|
@property
|
|
291
292
|
@pulumi.getter(name="dpdRetriesVariable")
|
|
292
|
-
def dpd_retries_variable(self) -> str:
|
|
293
|
+
def dpd_retries_variable(self) -> builtins.str:
|
|
293
294
|
"""
|
|
294
295
|
Variable name
|
|
295
296
|
"""
|
|
@@ -297,7 +298,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
297
298
|
|
|
298
299
|
@property
|
|
299
300
|
@pulumi.getter(name="featureProfileId")
|
|
300
|
-
def feature_profile_id(self) -> str:
|
|
301
|
+
def feature_profile_id(self) -> builtins.str:
|
|
301
302
|
"""
|
|
302
303
|
Feature Profile ID
|
|
303
304
|
"""
|
|
@@ -305,7 +306,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
305
306
|
|
|
306
307
|
@property
|
|
307
308
|
@pulumi.getter
|
|
308
|
-
def id(self) -> str:
|
|
309
|
+
def id(self) -> builtins.str:
|
|
309
310
|
"""
|
|
310
311
|
The id of the Feature
|
|
311
312
|
"""
|
|
@@ -313,7 +314,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
313
314
|
|
|
314
315
|
@property
|
|
315
316
|
@pulumi.getter(name="ikeCiphersuite")
|
|
316
|
-
def ike_ciphersuite(self) -> str:
|
|
317
|
+
def ike_ciphersuite(self) -> builtins.str:
|
|
317
318
|
"""
|
|
318
319
|
IKE identity the IKE preshared secret belongs to
|
|
319
320
|
"""
|
|
@@ -321,7 +322,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
321
322
|
|
|
322
323
|
@property
|
|
323
324
|
@pulumi.getter(name="ikeCiphersuiteVariable")
|
|
324
|
-
def ike_ciphersuite_variable(self) -> str:
|
|
325
|
+
def ike_ciphersuite_variable(self) -> builtins.str:
|
|
325
326
|
"""
|
|
326
327
|
Variable name
|
|
327
328
|
"""
|
|
@@ -329,7 +330,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
329
330
|
|
|
330
331
|
@property
|
|
331
332
|
@pulumi.getter(name="ikeDiffieHellmanGroup")
|
|
332
|
-
def ike_diffie_hellman_group(self) -> str:
|
|
333
|
+
def ike_diffie_hellman_group(self) -> builtins.str:
|
|
333
334
|
"""
|
|
334
335
|
IKE Diffie Hellman Groups
|
|
335
336
|
"""
|
|
@@ -337,7 +338,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
337
338
|
|
|
338
339
|
@property
|
|
339
340
|
@pulumi.getter(name="ikeDiffieHellmanGroupVariable")
|
|
340
|
-
def ike_diffie_hellman_group_variable(self) -> str:
|
|
341
|
+
def ike_diffie_hellman_group_variable(self) -> builtins.str:
|
|
341
342
|
"""
|
|
342
343
|
Variable name
|
|
343
344
|
"""
|
|
@@ -345,7 +346,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
345
346
|
|
|
346
347
|
@property
|
|
347
348
|
@pulumi.getter(name="ikeIdLocalEndPoint")
|
|
348
|
-
def ike_id_local_end_point(self) -> str:
|
|
349
|
+
def ike_id_local_end_point(self) -> builtins.str:
|
|
349
350
|
"""
|
|
350
351
|
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
|
|
351
352
|
"""
|
|
@@ -353,7 +354,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
353
354
|
|
|
354
355
|
@property
|
|
355
356
|
@pulumi.getter(name="ikeIdLocalEndPointVariable")
|
|
356
|
-
def ike_id_local_end_point_variable(self) -> str:
|
|
357
|
+
def ike_id_local_end_point_variable(self) -> builtins.str:
|
|
357
358
|
"""
|
|
358
359
|
Variable name
|
|
359
360
|
"""
|
|
@@ -361,7 +362,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
361
362
|
|
|
362
363
|
@property
|
|
363
364
|
@pulumi.getter(name="ikeIdRemoteEndPoint")
|
|
364
|
-
def ike_id_remote_end_point(self) -> str:
|
|
365
|
+
def ike_id_remote_end_point(self) -> builtins.str:
|
|
365
366
|
"""
|
|
366
367
|
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
|
|
367
368
|
"""
|
|
@@ -369,7 +370,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
369
370
|
|
|
370
371
|
@property
|
|
371
372
|
@pulumi.getter(name="ikeIdRemoteEndPointVariable")
|
|
372
|
-
def ike_id_remote_end_point_variable(self) -> str:
|
|
373
|
+
def ike_id_remote_end_point_variable(self) -> builtins.str:
|
|
373
374
|
"""
|
|
374
375
|
Variable name
|
|
375
376
|
"""
|
|
@@ -377,7 +378,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
377
378
|
|
|
378
379
|
@property
|
|
379
380
|
@pulumi.getter(name="ikeIntegrityProtocol")
|
|
380
|
-
def ike_integrity_protocol(self) -> str:
|
|
381
|
+
def ike_integrity_protocol(self) -> builtins.str:
|
|
381
382
|
"""
|
|
382
383
|
IKE integrity protocol
|
|
383
384
|
"""
|
|
@@ -385,7 +386,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
385
386
|
|
|
386
387
|
@property
|
|
387
388
|
@pulumi.getter(name="ikeIntegrityProtocolVariable")
|
|
388
|
-
def ike_integrity_protocol_variable(self) -> str:
|
|
389
|
+
def ike_integrity_protocol_variable(self) -> builtins.str:
|
|
389
390
|
"""
|
|
390
391
|
Variable name
|
|
391
392
|
"""
|
|
@@ -393,7 +394,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
393
394
|
|
|
394
395
|
@property
|
|
395
396
|
@pulumi.getter(name="ikePresharedKey")
|
|
396
|
-
def ike_preshared_key(self) -> str:
|
|
397
|
+
def ike_preshared_key(self) -> builtins.str:
|
|
397
398
|
"""
|
|
398
399
|
Use preshared key to authenticate IKE peer
|
|
399
400
|
"""
|
|
@@ -401,7 +402,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
401
402
|
|
|
402
403
|
@property
|
|
403
404
|
@pulumi.getter(name="ikePresharedKeyVariable")
|
|
404
|
-
def ike_preshared_key_variable(self) -> str:
|
|
405
|
+
def ike_preshared_key_variable(self) -> builtins.str:
|
|
405
406
|
"""
|
|
406
407
|
Variable name
|
|
407
408
|
"""
|
|
@@ -409,7 +410,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
409
410
|
|
|
410
411
|
@property
|
|
411
412
|
@pulumi.getter(name="ikeRekeyInterval")
|
|
412
|
-
def ike_rekey_interval(self) -> int:
|
|
413
|
+
def ike_rekey_interval(self) -> builtins.int:
|
|
413
414
|
"""
|
|
414
415
|
IKE rekey interval \\n\\n seconds
|
|
415
416
|
"""
|
|
@@ -417,7 +418,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
417
418
|
|
|
418
419
|
@property
|
|
419
420
|
@pulumi.getter(name="ikeRekeyIntervalVariable")
|
|
420
|
-
def ike_rekey_interval_variable(self) -> str:
|
|
421
|
+
def ike_rekey_interval_variable(self) -> builtins.str:
|
|
421
422
|
"""
|
|
422
423
|
Variable name
|
|
423
424
|
"""
|
|
@@ -425,7 +426,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
425
426
|
|
|
426
427
|
@property
|
|
427
428
|
@pulumi.getter(name="ikeVersion")
|
|
428
|
-
def ike_version(self) -> int:
|
|
429
|
+
def ike_version(self) -> builtins.int:
|
|
429
430
|
"""
|
|
430
431
|
IKE Version \\n\\n
|
|
431
432
|
"""
|
|
@@ -433,7 +434,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
433
434
|
|
|
434
435
|
@property
|
|
435
436
|
@pulumi.getter(name="interfaceDescription")
|
|
436
|
-
def interface_description(self) -> str:
|
|
437
|
+
def interface_description(self) -> builtins.str:
|
|
437
438
|
"""
|
|
438
439
|
Interface description
|
|
439
440
|
"""
|
|
@@ -441,7 +442,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
441
442
|
|
|
442
443
|
@property
|
|
443
444
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
444
|
-
def interface_description_variable(self) -> str:
|
|
445
|
+
def interface_description_variable(self) -> builtins.str:
|
|
445
446
|
"""
|
|
446
447
|
Variable name
|
|
447
448
|
"""
|
|
@@ -449,7 +450,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
449
450
|
|
|
450
451
|
@property
|
|
451
452
|
@pulumi.getter(name="interfaceName")
|
|
452
|
-
def interface_name(self) -> str:
|
|
453
|
+
def interface_name(self) -> builtins.str:
|
|
453
454
|
"""
|
|
454
455
|
Interface name: IPsec when present
|
|
455
456
|
"""
|
|
@@ -457,7 +458,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
457
458
|
|
|
458
459
|
@property
|
|
459
460
|
@pulumi.getter(name="interfaceNameVariable")
|
|
460
|
-
def interface_name_variable(self) -> str:
|
|
461
|
+
def interface_name_variable(self) -> builtins.str:
|
|
461
462
|
"""
|
|
462
463
|
Variable name
|
|
463
464
|
"""
|
|
@@ -465,7 +466,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
465
466
|
|
|
466
467
|
@property
|
|
467
468
|
@pulumi.getter(name="ipMtu")
|
|
468
|
-
def ip_mtu(self) -> int:
|
|
469
|
+
def ip_mtu(self) -> builtins.int:
|
|
469
470
|
"""
|
|
470
471
|
Interface MTU \\n\\n, in bytes
|
|
471
472
|
"""
|
|
@@ -473,7 +474,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
473
474
|
|
|
474
475
|
@property
|
|
475
476
|
@pulumi.getter(name="ipMtuVariable")
|
|
476
|
-
def ip_mtu_variable(self) -> str:
|
|
477
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
477
478
|
"""
|
|
478
479
|
Variable name
|
|
479
480
|
"""
|
|
@@ -481,7 +482,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
481
482
|
|
|
482
483
|
@property
|
|
483
484
|
@pulumi.getter(name="ipsecCiphersuite")
|
|
484
|
-
def ipsec_ciphersuite(self) -> str:
|
|
485
|
+
def ipsec_ciphersuite(self) -> builtins.str:
|
|
485
486
|
"""
|
|
486
487
|
IPsec(ESP) encryption and integrity protocol
|
|
487
488
|
"""
|
|
@@ -489,7 +490,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
489
490
|
|
|
490
491
|
@property
|
|
491
492
|
@pulumi.getter(name="ipsecCiphersuiteVariable")
|
|
492
|
-
def ipsec_ciphersuite_variable(self) -> str:
|
|
493
|
+
def ipsec_ciphersuite_variable(self) -> builtins.str:
|
|
493
494
|
"""
|
|
494
495
|
Variable name
|
|
495
496
|
"""
|
|
@@ -497,7 +498,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
497
498
|
|
|
498
499
|
@property
|
|
499
500
|
@pulumi.getter(name="ipsecRekeyInterval")
|
|
500
|
-
def ipsec_rekey_interval(self) -> int:
|
|
501
|
+
def ipsec_rekey_interval(self) -> builtins.int:
|
|
501
502
|
"""
|
|
502
503
|
IPsec rekey interval \\n\\n seconds
|
|
503
504
|
"""
|
|
@@ -505,7 +506,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
505
506
|
|
|
506
507
|
@property
|
|
507
508
|
@pulumi.getter(name="ipsecRekeyIntervalVariable")
|
|
508
|
-
def ipsec_rekey_interval_variable(self) -> str:
|
|
509
|
+
def ipsec_rekey_interval_variable(self) -> builtins.str:
|
|
509
510
|
"""
|
|
510
511
|
Variable name
|
|
511
512
|
"""
|
|
@@ -513,7 +514,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
513
514
|
|
|
514
515
|
@property
|
|
515
516
|
@pulumi.getter(name="ipsecReplayWindow")
|
|
516
|
-
def ipsec_replay_window(self) -> int:
|
|
517
|
+
def ipsec_replay_window(self) -> builtins.int:
|
|
517
518
|
"""
|
|
518
519
|
Replay window size 32..8192 (must be a power of 2)
|
|
519
520
|
"""
|
|
@@ -521,7 +522,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
521
522
|
|
|
522
523
|
@property
|
|
523
524
|
@pulumi.getter(name="ipsecReplayWindowVariable")
|
|
524
|
-
def ipsec_replay_window_variable(self) -> str:
|
|
525
|
+
def ipsec_replay_window_variable(self) -> builtins.str:
|
|
525
526
|
"""
|
|
526
527
|
Variable name
|
|
527
528
|
"""
|
|
@@ -529,12 +530,12 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
529
530
|
|
|
530
531
|
@property
|
|
531
532
|
@pulumi.getter(name="ipv4Address")
|
|
532
|
-
def ipv4_address(self) -> str:
|
|
533
|
+
def ipv4_address(self) -> builtins.str:
|
|
533
534
|
return pulumi.get(self, "ipv4_address")
|
|
534
535
|
|
|
535
536
|
@property
|
|
536
537
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
537
|
-
def ipv4_address_variable(self) -> str:
|
|
538
|
+
def ipv4_address_variable(self) -> builtins.str:
|
|
538
539
|
"""
|
|
539
540
|
Variable name
|
|
540
541
|
"""
|
|
@@ -542,12 +543,12 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
542
543
|
|
|
543
544
|
@property
|
|
544
545
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
545
|
-
def ipv4_subnet_mask(self) -> str:
|
|
546
|
+
def ipv4_subnet_mask(self) -> builtins.str:
|
|
546
547
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
547
548
|
|
|
548
549
|
@property
|
|
549
550
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
550
|
-
def ipv4_subnet_mask_variable(self) -> str:
|
|
551
|
+
def ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
551
552
|
"""
|
|
552
553
|
Variable name
|
|
553
554
|
"""
|
|
@@ -555,7 +556,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
555
556
|
|
|
556
557
|
@property
|
|
557
558
|
@pulumi.getter
|
|
558
|
-
def name(self) -> str:
|
|
559
|
+
def name(self) -> builtins.str:
|
|
559
560
|
"""
|
|
560
561
|
The name of the Feature
|
|
561
562
|
"""
|
|
@@ -563,7 +564,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
563
564
|
|
|
564
565
|
@property
|
|
565
566
|
@pulumi.getter(name="perfectForwardSecrecy")
|
|
566
|
-
def perfect_forward_secrecy(self) -> str:
|
|
567
|
+
def perfect_forward_secrecy(self) -> builtins.str:
|
|
567
568
|
"""
|
|
568
569
|
IPsec perfect forward secrecy settings
|
|
569
570
|
"""
|
|
@@ -571,7 +572,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
571
572
|
|
|
572
573
|
@property
|
|
573
574
|
@pulumi.getter(name="perfectForwardSecrecyVariable")
|
|
574
|
-
def perfect_forward_secrecy_variable(self) -> str:
|
|
575
|
+
def perfect_forward_secrecy_variable(self) -> builtins.str:
|
|
575
576
|
"""
|
|
576
577
|
Variable name
|
|
577
578
|
"""
|
|
@@ -579,7 +580,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
579
580
|
|
|
580
581
|
@property
|
|
581
582
|
@pulumi.getter
|
|
582
|
-
def shutdown(self) -> bool:
|
|
583
|
+
def shutdown(self) -> builtins.bool:
|
|
583
584
|
"""
|
|
584
585
|
Administrative state
|
|
585
586
|
"""
|
|
@@ -587,7 +588,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
587
588
|
|
|
588
589
|
@property
|
|
589
590
|
@pulumi.getter(name="shutdownVariable")
|
|
590
|
-
def shutdown_variable(self) -> str:
|
|
591
|
+
def shutdown_variable(self) -> builtins.str:
|
|
591
592
|
"""
|
|
592
593
|
Variable name
|
|
593
594
|
"""
|
|
@@ -595,7 +596,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
595
596
|
|
|
596
597
|
@property
|
|
597
598
|
@pulumi.getter(name="tcpMss")
|
|
598
|
-
def tcp_mss(self) -> int:
|
|
599
|
+
def tcp_mss(self) -> builtins.int:
|
|
599
600
|
"""
|
|
600
601
|
TCP MSS on SYN packets, in bytes
|
|
601
602
|
"""
|
|
@@ -603,7 +604,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
603
604
|
|
|
604
605
|
@property
|
|
605
606
|
@pulumi.getter(name="tcpMssVariable")
|
|
606
|
-
def tcp_mss_variable(self) -> str:
|
|
607
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
607
608
|
"""
|
|
608
609
|
Variable name
|
|
609
610
|
"""
|
|
@@ -611,7 +612,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
611
612
|
|
|
612
613
|
@property
|
|
613
614
|
@pulumi.getter(name="trackerId")
|
|
614
|
-
def tracker_id(self) -> str:
|
|
615
|
+
def tracker_id(self) -> builtins.str:
|
|
615
616
|
"""
|
|
616
617
|
Enable tracker for this interface
|
|
617
618
|
"""
|
|
@@ -619,7 +620,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
619
620
|
|
|
620
621
|
@property
|
|
621
622
|
@pulumi.getter(name="trackerIdVariable")
|
|
622
|
-
def tracker_id_variable(self) -> str:
|
|
623
|
+
def tracker_id_variable(self) -> builtins.str:
|
|
623
624
|
"""
|
|
624
625
|
Variable name
|
|
625
626
|
"""
|
|
@@ -627,7 +628,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
627
628
|
|
|
628
629
|
@property
|
|
629
630
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
630
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
631
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
631
632
|
"""
|
|
632
633
|
Transport WAN VPN Feature ID
|
|
633
634
|
"""
|
|
@@ -635,12 +636,12 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
635
636
|
|
|
636
637
|
@property
|
|
637
638
|
@pulumi.getter(name="tunnelDestinationIpv4Address")
|
|
638
|
-
def tunnel_destination_ipv4_address(self) -> str:
|
|
639
|
+
def tunnel_destination_ipv4_address(self) -> builtins.str:
|
|
639
640
|
return pulumi.get(self, "tunnel_destination_ipv4_address")
|
|
640
641
|
|
|
641
642
|
@property
|
|
642
643
|
@pulumi.getter(name="tunnelDestinationIpv4AddressVariable")
|
|
643
|
-
def tunnel_destination_ipv4_address_variable(self) -> str:
|
|
644
|
+
def tunnel_destination_ipv4_address_variable(self) -> builtins.str:
|
|
644
645
|
"""
|
|
645
646
|
Variable name
|
|
646
647
|
"""
|
|
@@ -648,12 +649,12 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
648
649
|
|
|
649
650
|
@property
|
|
650
651
|
@pulumi.getter(name="tunnelDestinationIpv4SubnetMask")
|
|
651
|
-
def tunnel_destination_ipv4_subnet_mask(self) -> str:
|
|
652
|
+
def tunnel_destination_ipv4_subnet_mask(self) -> builtins.str:
|
|
652
653
|
return pulumi.get(self, "tunnel_destination_ipv4_subnet_mask")
|
|
653
654
|
|
|
654
655
|
@property
|
|
655
656
|
@pulumi.getter(name="tunnelDestinationIpv4SubnetMaskVariable")
|
|
656
|
-
def tunnel_destination_ipv4_subnet_mask_variable(self) -> str:
|
|
657
|
+
def tunnel_destination_ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
657
658
|
"""
|
|
658
659
|
Variable name
|
|
659
660
|
"""
|
|
@@ -661,7 +662,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
661
662
|
|
|
662
663
|
@property
|
|
663
664
|
@pulumi.getter(name="tunnelRouteVia")
|
|
664
|
-
def tunnel_route_via(self) -> str:
|
|
665
|
+
def tunnel_route_via(self) -> builtins.str:
|
|
665
666
|
"""
|
|
666
667
|
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
667
668
|
"""
|
|
@@ -669,7 +670,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
669
670
|
|
|
670
671
|
@property
|
|
671
672
|
@pulumi.getter(name="tunnelRouteViaVariable")
|
|
672
|
-
def tunnel_route_via_variable(self) -> str:
|
|
673
|
+
def tunnel_route_via_variable(self) -> builtins.str:
|
|
673
674
|
"""
|
|
674
675
|
Variable name
|
|
675
676
|
"""
|
|
@@ -677,7 +678,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
677
678
|
|
|
678
679
|
@property
|
|
679
680
|
@pulumi.getter(name="tunnelSourceInterface")
|
|
680
|
-
def tunnel_source_interface(self) -> str:
|
|
681
|
+
def tunnel_source_interface(self) -> builtins.str:
|
|
681
682
|
"""
|
|
682
683
|
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
683
684
|
"""
|
|
@@ -685,7 +686,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
685
686
|
|
|
686
687
|
@property
|
|
687
688
|
@pulumi.getter(name="tunnelSourceInterfaceVariable")
|
|
688
|
-
def tunnel_source_interface_variable(self) -> str:
|
|
689
|
+
def tunnel_source_interface_variable(self) -> builtins.str:
|
|
689
690
|
"""
|
|
690
691
|
Variable name
|
|
691
692
|
"""
|
|
@@ -693,12 +694,12 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
693
694
|
|
|
694
695
|
@property
|
|
695
696
|
@pulumi.getter(name="tunnelSourceIpv4Address")
|
|
696
|
-
def tunnel_source_ipv4_address(self) -> str:
|
|
697
|
+
def tunnel_source_ipv4_address(self) -> builtins.str:
|
|
697
698
|
return pulumi.get(self, "tunnel_source_ipv4_address")
|
|
698
699
|
|
|
699
700
|
@property
|
|
700
701
|
@pulumi.getter(name="tunnelSourceIpv4AddressVariable")
|
|
701
|
-
def tunnel_source_ipv4_address_variable(self) -> str:
|
|
702
|
+
def tunnel_source_ipv4_address_variable(self) -> builtins.str:
|
|
702
703
|
"""
|
|
703
704
|
Variable name
|
|
704
705
|
"""
|
|
@@ -706,12 +707,12 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
706
707
|
|
|
707
708
|
@property
|
|
708
709
|
@pulumi.getter(name="tunnelSourceIpv4SubnetMask")
|
|
709
|
-
def tunnel_source_ipv4_subnet_mask(self) -> str:
|
|
710
|
+
def tunnel_source_ipv4_subnet_mask(self) -> builtins.str:
|
|
710
711
|
return pulumi.get(self, "tunnel_source_ipv4_subnet_mask")
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="tunnelSourceIpv4SubnetMaskVariable")
|
|
714
|
-
def tunnel_source_ipv4_subnet_mask_variable(self) -> str:
|
|
715
|
+
def tunnel_source_ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
715
716
|
"""
|
|
716
717
|
Variable name
|
|
717
718
|
"""
|
|
@@ -719,7 +720,7 @@ class GetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
|
719
720
|
|
|
720
721
|
@property
|
|
721
722
|
@pulumi.getter
|
|
722
|
-
def version(self) -> int:
|
|
723
|
+
def version(self) -> builtins.int:
|
|
723
724
|
"""
|
|
724
725
|
The version of the Feature
|
|
725
726
|
"""
|
|
@@ -799,9 +800,9 @@ class AwaitableGetTransportWanVpnInterfaceIpsecFeatureResult(GetTransportWanVpnI
|
|
|
799
800
|
version=self.version)
|
|
800
801
|
|
|
801
802
|
|
|
802
|
-
def get_transport_wan_vpn_interface_ipsec_feature(feature_profile_id: Optional[str] = None,
|
|
803
|
-
id: Optional[str] = None,
|
|
804
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
803
|
+
def get_transport_wan_vpn_interface_ipsec_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
804
|
+
id: Optional[builtins.str] = None,
|
|
805
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
805
806
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceIpsecFeatureResult:
|
|
806
807
|
"""
|
|
807
808
|
This data source can read the Transport WAN VPN Interface IPSEC Feature.
|
|
@@ -818,9 +819,9 @@ def get_transport_wan_vpn_interface_ipsec_feature(feature_profile_id: Optional[s
|
|
|
818
819
|
```
|
|
819
820
|
|
|
820
821
|
|
|
821
|
-
:param str feature_profile_id: Feature Profile ID
|
|
822
|
-
:param str id: The id of the Feature
|
|
823
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
822
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
823
|
+
:param builtins.str id: The id of the Feature
|
|
824
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
824
825
|
"""
|
|
825
826
|
__args__ = dict()
|
|
826
827
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -895,9 +896,9 @@ def get_transport_wan_vpn_interface_ipsec_feature(feature_profile_id: Optional[s
|
|
|
895
896
|
tunnel_source_ipv4_subnet_mask=pulumi.get(__ret__, 'tunnel_source_ipv4_subnet_mask'),
|
|
896
897
|
tunnel_source_ipv4_subnet_mask_variable=pulumi.get(__ret__, 'tunnel_source_ipv4_subnet_mask_variable'),
|
|
897
898
|
version=pulumi.get(__ret__, 'version'))
|
|
898
|
-
def get_transport_wan_vpn_interface_ipsec_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
899
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
900
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
899
|
+
def get_transport_wan_vpn_interface_ipsec_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
900
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
901
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
901
902
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceIpsecFeatureResult]:
|
|
902
903
|
"""
|
|
903
904
|
This data source can read the Transport WAN VPN Interface IPSEC Feature.
|
|
@@ -914,9 +915,9 @@ def get_transport_wan_vpn_interface_ipsec_feature_output(feature_profile_id: Opt
|
|
|
914
915
|
```
|
|
915
916
|
|
|
916
917
|
|
|
917
|
-
:param str feature_profile_id: Feature Profile ID
|
|
918
|
-
:param str id: The id of the Feature
|
|
919
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
918
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
919
|
+
:param builtins.str id: The id of the Feature
|
|
920
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
920
921
|
"""
|
|
921
922
|
__args__ = dict()
|
|
922
923
|
__args__['featureProfileId'] = feature_profile_id
|