pulumi-sdwan 0.3.0a1738730086__py3-none-any.whl → 0.5.1a1762228200__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +102 -1
- pulumi_sdwan/_inputs.py +23045 -21816
- pulumi_sdwan/_utilities.py +9 -5
- pulumi_sdwan/activate_centralized_policy.py +28 -19
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +213 -201
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +287 -233
- pulumi_sdwan/allow_url_list_policy_object.py +36 -31
- pulumi_sdwan/app_probe_class_policy_object.py +53 -48
- pulumi_sdwan/application_aware_routing_policy_definition.py +259 -58
- pulumi_sdwan/application_list_policy_object.py +36 -31
- pulumi_sdwan/application_priority_feature_profile.py +41 -36
- pulumi_sdwan/application_priority_qos_policy.py +172 -129
- pulumi_sdwan/application_priority_traffic_policy_policy.py +171 -112
- pulumi_sdwan/as_path_list_policy_object.py +62 -31
- pulumi_sdwan/attach_feature_device_template.py +31 -22
- pulumi_sdwan/block_url_list_policy_object.py +36 -31
- pulumi_sdwan/cedge_aaa_feature_template.py +711 -470
- pulumi_sdwan/cedge_global_feature_template.py +1102 -936
- pulumi_sdwan/cedge_igmp_feature_template.py +127 -91
- pulumi_sdwan/cedge_multicast_feature_template.py +218 -199
- pulumi_sdwan/cedge_pim_feature_template.py +572 -455
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +368 -335
- pulumi_sdwan/cellular_controller_feature_template.py +343 -273
- pulumi_sdwan/cellular_profile_feature_template.py +497 -471
- pulumi_sdwan/centralized_policy.py +53 -48
- pulumi_sdwan/cflowd_policy_definition.py +287 -191
- pulumi_sdwan/cisco_banner_feature_template.py +154 -156
- pulumi_sdwan/cisco_bfd_feature_template.py +286 -209
- pulumi_sdwan/cisco_bgp_feature_template.py +783 -655
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +455 -372
- pulumi_sdwan/cisco_logging_feature_template.py +245 -208
- pulumi_sdwan/cisco_ntp_feature_template.py +304 -236
- pulumi_sdwan/cisco_omp_feature_template.py +763 -575
- pulumi_sdwan/cisco_ospf_feature_template.py +818 -561
- pulumi_sdwan/cisco_ospfv3_feature_template.py +1776 -1244
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +333 -151
- pulumi_sdwan/cisco_security_feature_template.py +445 -317
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +470 -465
- pulumi_sdwan/cisco_snmp_feature_template.py +309 -208
- pulumi_sdwan/cisco_system_feature_template.py +1768 -1824
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +139 -91
- pulumi_sdwan/cisco_trustsec_feature_template.py +820 -648
- pulumi_sdwan/cisco_vpn_feature_template.py +398 -347
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +4615 -3627
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +692 -592
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +1238 -1065
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +487 -416
- pulumi_sdwan/class_map_policy_object.py +60 -48
- pulumi_sdwan/cli_config_feature.py +90 -81
- pulumi_sdwan/cli_device_template.py +111 -99
- pulumi_sdwan/cli_feature_profile.py +41 -36
- pulumi_sdwan/cli_template_feature_template.py +103 -105
- pulumi_sdwan/color_list_policy_object.py +36 -31
- pulumi_sdwan/config/__init__.py +2 -1
- pulumi_sdwan/config/__init__.pyi +7 -2
- pulumi_sdwan/config/vars.py +14 -7
- pulumi_sdwan/configuration_group.py +156 -141
- pulumi_sdwan/custom_control_topology_policy_definition.py +149 -77
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/dns_security_feature_profile.py +41 -36
- pulumi_sdwan/dns_security_policy.py +706 -0
- pulumi_sdwan/dns_security_policy_definition.py +206 -201
- pulumi_sdwan/domain_list_policy_object.py +36 -31
- pulumi_sdwan/eigrp_feature_template.py +469 -350
- pulumi_sdwan/embedded_security_feature_profile.py +41 -36
- pulumi_sdwan/expanded_community_list_policy_object.py +36 -31
- pulumi_sdwan/extended_community_list_policy_object.py +36 -31
- pulumi_sdwan/feature_device_template.py +165 -153
- pulumi_sdwan/geo_location_list_policy_object.py +36 -31
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +32 -32
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +34 -34
- pulumi_sdwan/get_allow_url_list_policy_object.py +13 -13
- pulumi_sdwan/get_app_probe_class_policy_object.py +15 -15
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +60 -18
- pulumi_sdwan/get_application_list_policy_object.py +13 -13
- pulumi_sdwan/get_application_priority_feature_profile.py +12 -12
- pulumi_sdwan/get_application_priority_qos_policy.py +38 -38
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +27 -27
- pulumi_sdwan/get_as_path_list_policy_object.py +13 -13
- pulumi_sdwan/get_block_url_list_policy_object.py +13 -13
- pulumi_sdwan/get_cedge_aaa_feature_template.py +68 -68
- pulumi_sdwan/get_cedge_global_feature_template.py +114 -114
- pulumi_sdwan/get_cedge_igmp_feature_template.py +23 -23
- pulumi_sdwan/get_cedge_multicast_feature_template.py +34 -34
- pulumi_sdwan/get_cedge_pim_feature_template.py +66 -66
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +50 -50
- pulumi_sdwan/get_cellular_controller_feature_template.py +43 -43
- pulumi_sdwan/get_cellular_profile_feature_template.py +66 -66
- pulumi_sdwan/get_centralized_policy.py +15 -15
- pulumi_sdwan/get_cflowd_policy_definition.py +31 -31
- pulumi_sdwan/get_cisco_banner_feature_template.py +30 -30
- pulumi_sdwan/get_cisco_bfd_feature_template.py +35 -35
- pulumi_sdwan/get_cisco_bgp_feature_template.py +88 -88
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +56 -56
- pulumi_sdwan/get_cisco_logging_feature_template.py +37 -37
- pulumi_sdwan/get_cisco_ntp_feature_template.py +40 -40
- pulumi_sdwan/get_cisco_omp_feature_template.py +76 -76
- pulumi_sdwan/get_cisco_ospf_feature_template.py +76 -76
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +152 -152
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +31 -31
- pulumi_sdwan/get_cisco_security_feature_template.py +48 -48
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +66 -66
- pulumi_sdwan/get_cisco_snmp_feature_template.py +39 -39
- pulumi_sdwan/get_cisco_system_feature_template.py +186 -158
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +23 -23
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +83 -83
- pulumi_sdwan/get_cisco_vpn_feature_template.py +63 -63
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +414 -414
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +79 -79
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +128 -128
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +55 -55
- pulumi_sdwan/get_class_map_policy_object.py +14 -14
- pulumi_sdwan/get_cli_config_feature.py +22 -22
- pulumi_sdwan/get_cli_device_template.py +20 -20
- pulumi_sdwan/get_cli_feature_profile.py +12 -12
- pulumi_sdwan/get_cli_template_feature_template.py +24 -24
- pulumi_sdwan/get_color_list_policy_object.py +13 -13
- pulumi_sdwan/get_configuration_group.py +32 -32
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +19 -19
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_device.py +17 -17
- pulumi_sdwan/get_dns_security_feature_profile.py +12 -12
- pulumi_sdwan/get_dns_security_policy.py +272 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +33 -33
- pulumi_sdwan/get_domain_list_policy_object.py +13 -13
- pulumi_sdwan/get_eigrp_feature_template.py +53 -53
- pulumi_sdwan/get_embedded_security_feature_profile.py +12 -12
- pulumi_sdwan/get_expanded_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_extended_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_feature_device_template.py +27 -27
- pulumi_sdwan/get_geo_location_list_policy_object.py +13 -13
- pulumi_sdwan/get_gps_feature_template.py +46 -46
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +21 -21
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +55 -29
- pulumi_sdwan/get_ips_signature_list_policy_object.py +13 -13
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_local_application_list_policy_object.py +13 -13
- pulumi_sdwan/get_localized_policy.py +35 -35
- pulumi_sdwan/get_mesh_topology_policy_definition.py +21 -21
- pulumi_sdwan/get_mirror_policy_object.py +16 -16
- pulumi_sdwan/get_object_group_policy_definition.py +40 -40
- pulumi_sdwan/get_other_feature_profile.py +12 -12
- pulumi_sdwan/get_other_thousandeyes_feature.py +21 -21
- pulumi_sdwan/get_other_ucse_feature.py +47 -47
- pulumi_sdwan/get_policer_policy_object.py +18 -18
- pulumi_sdwan/get_policy_group.py +183 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +21 -21
- pulumi_sdwan/get_policy_object_application_list.py +21 -21
- pulumi_sdwan/get_policy_object_as_path_list.py +23 -23
- pulumi_sdwan/get_policy_object_class_map.py +21 -21
- pulumi_sdwan/get_policy_object_color_list.py +21 -21
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_expanded_community_list.py +24 -24
- pulumi_sdwan/get_policy_object_extended_community_list.py +21 -21
- pulumi_sdwan/get_policy_object_feature_profile.py +12 -12
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_mirror.py +21 -21
- pulumi_sdwan/get_policy_object_policer.py +21 -21
- pulumi_sdwan/get_policy_object_preferred_color_group.py +21 -21
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_identity_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_ips_signature.py +21 -21
- pulumi_sdwan/get_policy_object_security_local_application_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_port_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_protocol_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_url_block_list.py +21 -21
- pulumi_sdwan/get_policy_object_sla_class_list.py +21 -21
- pulumi_sdwan/get_policy_object_standard_community_list.py +21 -21
- pulumi_sdwan/get_policy_object_tloc_list.py +21 -21
- pulumi_sdwan/get_policy_object_unified_advanced_inspection_profile.py +217 -0
- pulumi_sdwan/get_policy_object_unified_advanced_malware_protection.py +239 -0
- pulumi_sdwan/get_policy_object_unified_intrusion_prevention.py +229 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_decryption.py +325 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_profile.py +261 -0
- pulumi_sdwan/get_policy_object_unified_url_filtering.py +272 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +21 -21
- pulumi_sdwan/get_port_list_policy_object.py +13 -13
- pulumi_sdwan/get_preferred_color_group_policy_object.py +24 -24
- pulumi_sdwan/get_protocol_list_policy_object.py +13 -13
- pulumi_sdwan/get_qos_map_policy_definition.py +17 -17
- pulumi_sdwan/get_region_list_policy_object.py +13 -13
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +17 -17
- pulumi_sdwan/get_route_policy_definition.py +19 -19
- pulumi_sdwan/get_rule_set_policy_definition.py +15 -15
- pulumi_sdwan/get_security_app_hosting_feature_template.py +23 -23
- pulumi_sdwan/get_security_policy.py +135 -37
- pulumi_sdwan/get_service_dhcp_server_feature.py +58 -58
- pulumi_sdwan/get_service_feature_profile.py +12 -12
- pulumi_sdwan/get_service_ipv4_acl_feature.py +23 -23
- pulumi_sdwan/get_service_ipv6_acl_feature.py +23 -23
- pulumi_sdwan/get_service_lan_vpn_feature.py +74 -74
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +213 -213
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +82 -82
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +144 -144
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +96 -96
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_multicast_feature.py +62 -62
- pulumi_sdwan/get_service_object_tracker_feature.py +42 -42
- pulumi_sdwan/get_service_object_tracker_group_feature.py +29 -29
- pulumi_sdwan/get_service_route_policy_feature.py +23 -23
- pulumi_sdwan/get_service_routing_bgp_feature.py +112 -112
- pulumi_sdwan/get_service_routing_eigrp_feature.py +50 -50
- pulumi_sdwan/get_service_routing_ospf_feature.py +75 -75
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +88 -88
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +88 -88
- pulumi_sdwan/get_service_switchport_feature.py +26 -26
- pulumi_sdwan/get_service_tracker_feature.py +64 -64
- pulumi_sdwan/get_service_tracker_group_feature.py +25 -25
- pulumi_sdwan/get_service_wireless_lan_feature.py +55 -55
- pulumi_sdwan/get_sig_security_feature_profile.py +12 -12
- pulumi_sdwan/get_site_list_policy_object.py +13 -13
- pulumi_sdwan/get_sla_class_policy_object.py +30 -30
- pulumi_sdwan/get_standard_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_switchport_feature_template.py +34 -34
- pulumi_sdwan/get_system_aaa_feature.py +43 -43
- pulumi_sdwan/get_system_banner_feature.py +28 -28
- pulumi_sdwan/get_system_basic_feature.py +138 -138
- pulumi_sdwan/get_system_bfd_feature.py +33 -33
- pulumi_sdwan/get_system_feature_profile.py +12 -12
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +24 -24
- pulumi_sdwan/get_system_global_feature.py +112 -112
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +23 -23
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +23 -23
- pulumi_sdwan/get_system_logging_feature.py +35 -35
- pulumi_sdwan/get_system_mrf_feature.py +34 -34
- pulumi_sdwan/get_system_ntp_feature.py +38 -38
- pulumi_sdwan/get_system_omp_feature.py +136 -136
- pulumi_sdwan/get_system_performance_monitoring_feature.py +32 -32
- pulumi_sdwan/get_system_remote_access_feature.py +100 -100
- pulumi_sdwan/get_system_security_feature.py +42 -42
- pulumi_sdwan/get_system_snmp_feature.py +37 -37
- pulumi_sdwan/get_tag.py +140 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +13 -13
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +46 -46
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +36 -36
- pulumi_sdwan/get_traffic_data_policy_definition.py +19 -19
- pulumi_sdwan/get_transport_cellular_controller_feature.py +40 -40
- pulumi_sdwan/get_transport_cellular_profile_feature.py +63 -63
- pulumi_sdwan/get_transport_feature_profile.py +12 -12
- pulumi_sdwan/get_transport_gps_feature.py +44 -44
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +23 -23
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +23 -23
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +56 -56
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +29 -29
- pulumi_sdwan/get_transport_management_vpn_feature.py +43 -43
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +122 -122
- pulumi_sdwan/get_transport_route_policy_feature.py +23 -23
- pulumi_sdwan/get_transport_routing_bgp_feature.py +113 -113
- pulumi_sdwan/get_transport_routing_ospf_feature.py +75 -75
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +88 -88
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +88 -88
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +27 -27
- pulumi_sdwan/get_transport_tracker_feature.py +56 -56
- pulumi_sdwan/get_transport_tracker_group_feature.py +25 -25
- pulumi_sdwan/get_transport_wan_vpn_feature.py +47 -47
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +280 -280
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +399 -399
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +82 -82
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +144 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +233 -233
- pulumi_sdwan/get_url_filtering_policy_definition.py +51 -39
- pulumi_sdwan/get_vedge_inventory.py +5 -5
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +306 -306
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +333 -333
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +310 -310
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +327 -327
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +326 -326
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +285 -285
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +87 -87
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +253 -253
- pulumi_sdwan/get_vpn_list_policy_object.py +13 -13
- pulumi_sdwan/get_vpn_membership_policy_definition.py +17 -17
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +20 -20
- pulumi_sdwan/get_zone_list_policy_object.py +13 -13
- pulumi_sdwan/gps_feature_template.py +337 -304
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +146 -91
- pulumi_sdwan/intrusion_prevention_policy_definition.py +305 -179
- pulumi_sdwan/ips_signature_list_policy_object.py +64 -31
- pulumi_sdwan/ipv4_acl_policy_definition.py +145 -77
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +139 -77
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/ipv6_acl_policy_definition.py +145 -77
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +139 -77
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/local_application_list_policy_object.py +36 -31
- pulumi_sdwan/localized_policy.py +309 -248
- pulumi_sdwan/mesh_topology_policy_definition.py +128 -91
- pulumi_sdwan/mirror_policy_object.py +67 -62
- pulumi_sdwan/object_group_policy_definition.py +271 -266
- pulumi_sdwan/other_feature_profile.py +41 -36
- pulumi_sdwan/other_thousandeyes_feature.py +118 -65
- pulumi_sdwan/other_ucse_feature.py +413 -314
- pulumi_sdwan/outputs.py +30406 -28854
- pulumi_sdwan/policer_policy_object.py +114 -88
- pulumi_sdwan/policy_group.py +447 -0
- pulumi_sdwan/policy_object_app_probe_class.py +74 -65
- pulumi_sdwan/policy_object_application_list.py +70 -65
- pulumi_sdwan/policy_object_as_path_list.py +129 -85
- pulumi_sdwan/policy_object_class_map.py +70 -65
- pulumi_sdwan/policy_object_color_list.py +70 -65
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +102 -65
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +102 -65
- pulumi_sdwan/policy_object_expanded_community_list.py +101 -96
- pulumi_sdwan/policy_object_extended_community_list.py +100 -65
- pulumi_sdwan/policy_object_feature_profile.py +41 -36
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +106 -65
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +106 -65
- pulumi_sdwan/policy_object_mirror.py +102 -65
- pulumi_sdwan/policy_object_policer.py +104 -65
- pulumi_sdwan/policy_object_preferred_color_group.py +74 -65
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +100 -65
- pulumi_sdwan/policy_object_security_fqdn_list.py +70 -65
- pulumi_sdwan/policy_object_security_geolocation_list.py +77 -72
- pulumi_sdwan/policy_object_security_identity_list.py +70 -65
- pulumi_sdwan/policy_object_security_ips_signature.py +102 -65
- pulumi_sdwan/policy_object_security_local_application_list.py +70 -65
- pulumi_sdwan/policy_object_security_local_domain_list.py +100 -65
- pulumi_sdwan/policy_object_security_port_list.py +70 -65
- pulumi_sdwan/policy_object_security_protocol_list.py +363 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +102 -65
- pulumi_sdwan/policy_object_security_url_allow_list.py +70 -65
- pulumi_sdwan/policy_object_security_url_block_list.py +70 -65
- pulumi_sdwan/policy_object_sla_class_list.py +108 -65
- pulumi_sdwan/policy_object_standard_community_list.py +100 -65
- pulumi_sdwan/policy_object_tloc_list.py +106 -65
- pulumi_sdwan/policy_object_unified_advanced_inspection_profile.py +514 -0
- pulumi_sdwan/policy_object_unified_advanced_malware_protection.py +668 -0
- pulumi_sdwan/policy_object_unified_intrusion_prevention.py +576 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_decryption.py +985 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_profile.py +689 -0
- pulumi_sdwan/policy_object_unified_url_filtering.py +761 -0
- pulumi_sdwan/policy_object_vpn_group.py +70 -65
- pulumi_sdwan/port_list_policy_object.py +38 -33
- pulumi_sdwan/preferred_color_group_policy_object.py +165 -139
- pulumi_sdwan/protocol_list_policy_object.py +36 -31
- pulumi_sdwan/provider.py +89 -48
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +102 -57
- pulumi_sdwan/region_list_policy_object.py +62 -31
- pulumi_sdwan/rewrite_rule_policy_definition.py +96 -57
- pulumi_sdwan/route_policy_definition.py +143 -77
- pulumi_sdwan/rule_set_policy_definition.py +101 -48
- pulumi_sdwan/security_app_hosting_feature_template.py +135 -91
- pulumi_sdwan/security_policy.py +694 -246
- pulumi_sdwan/service_dhcp_server_feature.py +474 -411
- pulumi_sdwan/service_feature_profile.py +41 -36
- pulumi_sdwan/service_ipv4_acl_feature.py +181 -97
- pulumi_sdwan/service_ipv6_acl_feature.py +121 -97
- pulumi_sdwan/service_lan_vpn_feature.py +467 -423
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +2005 -1615
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +628 -608
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +1340 -1250
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +905 -691
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_multicast_feature.py +587 -404
- pulumi_sdwan/service_object_tracker_feature.py +301 -289
- pulumi_sdwan/service_object_tracker_group_feature.py +199 -139
- pulumi_sdwan/service_route_policy_feature.py +108 -85
- pulumi_sdwan/service_routing_bgp_feature.py +1224 -866
- pulumi_sdwan/service_routing_eigrp_feature.py +429 -309
- pulumi_sdwan/service_routing_ospf_feature.py +797 -545
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +922 -664
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +918 -664
- pulumi_sdwan/service_switchport_feature.py +206 -105
- pulumi_sdwan/service_tracker_feature.py +526 -451
- pulumi_sdwan/service_tracker_group_feature.py +153 -102
- pulumi_sdwan/service_wireless_lan_feature.py +458 -460
- pulumi_sdwan/sig_security_feature_profile.py +41 -36
- pulumi_sdwan/site_list_policy_object.py +62 -31
- pulumi_sdwan/sla_class_policy_object.py +249 -216
- pulumi_sdwan/standard_community_list_policy_object.py +36 -31
- pulumi_sdwan/switchport_feature_template.py +242 -191
- pulumi_sdwan/system_aaa_feature.py +279 -242
- pulumi_sdwan/system_banner_feature.py +127 -122
- pulumi_sdwan/system_basic_feature.py +1470 -1667
- pulumi_sdwan/system_bfd_feature.py +246 -176
- pulumi_sdwan/system_feature_profile.py +41 -36
- pulumi_sdwan/system_flexible_port_speed_feature.py +118 -113
- pulumi_sdwan/system_global_feature.py +1083 -910
- pulumi_sdwan/system_ipv4_device_access_feature.py +142 -85
- pulumi_sdwan/system_ipv6_device_access_feature.py +142 -85
- pulumi_sdwan/system_logging_feature.py +311 -194
- pulumi_sdwan/system_mrf_feature.py +250 -209
- pulumi_sdwan/system_ntp_feature.py +299 -223
- pulumi_sdwan/system_omp_feature.py +1382 -1132
- pulumi_sdwan/system_performance_monitoring_feature.py +223 -189
- pulumi_sdwan/system_remote_access_feature.py +935 -859
- pulumi_sdwan/system_security_feature.py +391 -269
- pulumi_sdwan/system_snmp_feature.py +305 -194
- pulumi_sdwan/tag.py +288 -0
- pulumi_sdwan/tloc_list_policy_object.py +68 -31
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +435 -342
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +257 -238
- pulumi_sdwan/traffic_data_policy_definition.py +143 -77
- pulumi_sdwan/transport_cellular_controller_feature.py +277 -244
- pulumi_sdwan/transport_cellular_profile_feature.py +431 -391
- pulumi_sdwan/transport_feature_profile.py +41 -36
- pulumi_sdwan/transport_gps_feature.py +318 -278
- pulumi_sdwan/transport_ipv4_acl_feature.py +181 -97
- pulumi_sdwan/transport_ipv6_acl_feature.py +121 -97
- pulumi_sdwan/transport_ipv6_tracker_feature.py +458 -383
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +189 -136
- pulumi_sdwan/transport_management_vpn_feature.py +336 -254
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +1206 -1006
- pulumi_sdwan/transport_route_policy_feature.py +108 -85
- pulumi_sdwan/transport_routing_bgp_feature.py +1235 -869
- pulumi_sdwan/transport_routing_ospf_feature.py +797 -545
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +922 -664
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +918 -664
- pulumi_sdwan/transport_t1_e1_controller_feature.py +187 -119
- pulumi_sdwan/transport_tracker_feature.py +458 -383
- pulumi_sdwan/transport_tracker_group_feature.py +153 -102
- pulumi_sdwan/transport_wan_vpn_feature.py +398 -282
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +3000 -2411
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +4432 -3634
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +628 -608
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +1340 -1250
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +2319 -2019
- pulumi_sdwan/url_filtering_policy_definition.py +340 -270
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +3368 -2667
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +3645 -2908
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +3435 -2698
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +3609 -2860
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +3586 -2857
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +2888 -2473
- pulumi_sdwan/vpn_interface_svi_feature_template.py +875 -618
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +2720 -2208
- pulumi_sdwan/vpn_list_policy_object.py +62 -31
- pulumi_sdwan/vpn_membership_policy_definition.py +92 -57
- pulumi_sdwan/zone_based_firewall_policy_definition.py +195 -104
- pulumi_sdwan/zone_list_policy_object.py +36 -31
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/METADATA +4 -4
- pulumi_sdwan-0.5.1a1762228200.dist-info/RECORD +496 -0
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1738730086.dist-info/RECORD +0 -476
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -205,473 +205,473 @@ class GetCiscoVpnInterfaceIpsecFeatureTemplateResult:
|
|
|
205
205
|
raise TypeError("Expected argument 'version' to be a int")
|
|
206
206
|
pulumi.set(__self__, "version", version)
|
|
207
207
|
|
|
208
|
-
@property
|
|
208
|
+
@_builtins.property
|
|
209
209
|
@pulumi.getter
|
|
210
|
-
def application(self) -> str:
|
|
210
|
+
def application(self) -> _builtins.str:
|
|
211
211
|
"""
|
|
212
212
|
Enable Application Tunnel Type
|
|
213
213
|
"""
|
|
214
214
|
return pulumi.get(self, "application")
|
|
215
215
|
|
|
216
|
-
@property
|
|
216
|
+
@_builtins.property
|
|
217
217
|
@pulumi.getter(name="applicationVariable")
|
|
218
|
-
def application_variable(self) -> str:
|
|
218
|
+
def application_variable(self) -> _builtins.str:
|
|
219
219
|
"""
|
|
220
220
|
Variable name
|
|
221
221
|
"""
|
|
222
222
|
return pulumi.get(self, "application_variable")
|
|
223
223
|
|
|
224
|
-
@property
|
|
224
|
+
@_builtins.property
|
|
225
225
|
@pulumi.getter(name="clearDontFragment")
|
|
226
|
-
def clear_dont_fragment(self) -> bool:
|
|
226
|
+
def clear_dont_fragment(self) -> _builtins.bool:
|
|
227
227
|
"""
|
|
228
228
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
229
229
|
"""
|
|
230
230
|
return pulumi.get(self, "clear_dont_fragment")
|
|
231
231
|
|
|
232
|
-
@property
|
|
232
|
+
@_builtins.property
|
|
233
233
|
@pulumi.getter(name="clearDontFragmentVariable")
|
|
234
|
-
def clear_dont_fragment_variable(self) -> str:
|
|
234
|
+
def clear_dont_fragment_variable(self) -> _builtins.str:
|
|
235
235
|
"""
|
|
236
236
|
Variable name
|
|
237
237
|
"""
|
|
238
238
|
return pulumi.get(self, "clear_dont_fragment_variable")
|
|
239
239
|
|
|
240
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
241
241
|
@pulumi.getter(name="deadPeerDetectionInterval")
|
|
242
|
-
def dead_peer_detection_interval(self) -> int:
|
|
242
|
+
def dead_peer_detection_interval(self) -> _builtins.int:
|
|
243
243
|
"""
|
|
244
244
|
IKE keepalive interval (seconds)
|
|
245
245
|
"""
|
|
246
246
|
return pulumi.get(self, "dead_peer_detection_interval")
|
|
247
247
|
|
|
248
|
-
@property
|
|
248
|
+
@_builtins.property
|
|
249
249
|
@pulumi.getter(name="deadPeerDetectionIntervalVariable")
|
|
250
|
-
def dead_peer_detection_interval_variable(self) -> str:
|
|
250
|
+
def dead_peer_detection_interval_variable(self) -> _builtins.str:
|
|
251
251
|
"""
|
|
252
252
|
Variable name
|
|
253
253
|
"""
|
|
254
254
|
return pulumi.get(self, "dead_peer_detection_interval_variable")
|
|
255
255
|
|
|
256
|
-
@property
|
|
256
|
+
@_builtins.property
|
|
257
257
|
@pulumi.getter(name="deadPeerDetectionRetries")
|
|
258
|
-
def dead_peer_detection_retries(self) -> int:
|
|
258
|
+
def dead_peer_detection_retries(self) -> _builtins.int:
|
|
259
259
|
"""
|
|
260
260
|
IKE keepalive retries
|
|
261
261
|
"""
|
|
262
262
|
return pulumi.get(self, "dead_peer_detection_retries")
|
|
263
263
|
|
|
264
|
-
@property
|
|
264
|
+
@_builtins.property
|
|
265
265
|
@pulumi.getter(name="deadPeerDetectionRetriesVariable")
|
|
266
|
-
def dead_peer_detection_retries_variable(self) -> str:
|
|
266
|
+
def dead_peer_detection_retries_variable(self) -> _builtins.str:
|
|
267
267
|
"""
|
|
268
268
|
Variable name
|
|
269
269
|
"""
|
|
270
270
|
return pulumi.get(self, "dead_peer_detection_retries_variable")
|
|
271
271
|
|
|
272
|
-
@property
|
|
272
|
+
@_builtins.property
|
|
273
273
|
@pulumi.getter
|
|
274
|
-
def description(self) -> str:
|
|
274
|
+
def description(self) -> _builtins.str:
|
|
275
275
|
"""
|
|
276
276
|
The description of the feature template
|
|
277
277
|
"""
|
|
278
278
|
return pulumi.get(self, "description")
|
|
279
279
|
|
|
280
|
-
@property
|
|
280
|
+
@_builtins.property
|
|
281
281
|
@pulumi.getter(name="deviceTypes")
|
|
282
|
-
def device_types(self) -> Sequence[str]:
|
|
282
|
+
def device_types(self) -> Sequence[_builtins.str]:
|
|
283
283
|
"""
|
|
284
284
|
List of supported device types
|
|
285
285
|
"""
|
|
286
286
|
return pulumi.get(self, "device_types")
|
|
287
287
|
|
|
288
|
-
@property
|
|
288
|
+
@_builtins.property
|
|
289
289
|
@pulumi.getter
|
|
290
|
-
def id(self) -> str:
|
|
290
|
+
def id(self) -> _builtins.str:
|
|
291
291
|
"""
|
|
292
292
|
The id of the feature template
|
|
293
293
|
"""
|
|
294
294
|
return pulumi.get(self, "id")
|
|
295
295
|
|
|
296
|
-
@property
|
|
296
|
+
@_builtins.property
|
|
297
297
|
@pulumi.getter(name="ikeCiphersuite")
|
|
298
|
-
def ike_ciphersuite(self) -> str:
|
|
298
|
+
def ike_ciphersuite(self) -> _builtins.str:
|
|
299
299
|
"""
|
|
300
300
|
IKE identity the IKE preshared secret belongs to
|
|
301
301
|
"""
|
|
302
302
|
return pulumi.get(self, "ike_ciphersuite")
|
|
303
303
|
|
|
304
|
-
@property
|
|
304
|
+
@_builtins.property
|
|
305
305
|
@pulumi.getter(name="ikeCiphersuiteVariable")
|
|
306
|
-
def ike_ciphersuite_variable(self) -> str:
|
|
306
|
+
def ike_ciphersuite_variable(self) -> _builtins.str:
|
|
307
307
|
"""
|
|
308
308
|
Variable name
|
|
309
309
|
"""
|
|
310
310
|
return pulumi.get(self, "ike_ciphersuite_variable")
|
|
311
311
|
|
|
312
|
-
@property
|
|
312
|
+
@_builtins.property
|
|
313
313
|
@pulumi.getter(name="ikeGroup")
|
|
314
|
-
def ike_group(self) -> str:
|
|
314
|
+
def ike_group(self) -> _builtins.str:
|
|
315
315
|
"""
|
|
316
316
|
IKE Diffie Hellman Groups
|
|
317
317
|
"""
|
|
318
318
|
return pulumi.get(self, "ike_group")
|
|
319
319
|
|
|
320
|
-
@property
|
|
320
|
+
@_builtins.property
|
|
321
321
|
@pulumi.getter(name="ikeGroupVariable")
|
|
322
|
-
def ike_group_variable(self) -> str:
|
|
322
|
+
def ike_group_variable(self) -> _builtins.str:
|
|
323
323
|
"""
|
|
324
324
|
Variable name
|
|
325
325
|
"""
|
|
326
326
|
return pulumi.get(self, "ike_group_variable")
|
|
327
327
|
|
|
328
|
-
@property
|
|
328
|
+
@_builtins.property
|
|
329
329
|
@pulumi.getter(name="ikeMode")
|
|
330
|
-
def ike_mode(self) -> str:
|
|
330
|
+
def ike_mode(self) -> _builtins.str:
|
|
331
331
|
"""
|
|
332
332
|
IKE integrity protocol
|
|
333
333
|
"""
|
|
334
334
|
return pulumi.get(self, "ike_mode")
|
|
335
335
|
|
|
336
|
-
@property
|
|
336
|
+
@_builtins.property
|
|
337
337
|
@pulumi.getter(name="ikeModeVariable")
|
|
338
|
-
def ike_mode_variable(self) -> str:
|
|
338
|
+
def ike_mode_variable(self) -> _builtins.str:
|
|
339
339
|
"""
|
|
340
340
|
Variable name
|
|
341
341
|
"""
|
|
342
342
|
return pulumi.get(self, "ike_mode_variable")
|
|
343
343
|
|
|
344
|
-
@property
|
|
344
|
+
@_builtins.property
|
|
345
345
|
@pulumi.getter(name="ikePreSharedKey")
|
|
346
|
-
def ike_pre_shared_key(self) -> str:
|
|
346
|
+
def ike_pre_shared_key(self) -> _builtins.str:
|
|
347
347
|
"""
|
|
348
348
|
Use preshared key to authenticate IKE peer
|
|
349
349
|
"""
|
|
350
350
|
return pulumi.get(self, "ike_pre_shared_key")
|
|
351
351
|
|
|
352
|
-
@property
|
|
352
|
+
@_builtins.property
|
|
353
353
|
@pulumi.getter(name="ikePreSharedKeyLocalId")
|
|
354
|
-
def ike_pre_shared_key_local_id(self) -> str:
|
|
354
|
+
def ike_pre_shared_key_local_id(self) -> _builtins.str:
|
|
355
355
|
"""
|
|
356
356
|
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
|
|
357
357
|
"""
|
|
358
358
|
return pulumi.get(self, "ike_pre_shared_key_local_id")
|
|
359
359
|
|
|
360
|
-
@property
|
|
360
|
+
@_builtins.property
|
|
361
361
|
@pulumi.getter(name="ikePreSharedKeyLocalIdVariable")
|
|
362
|
-
def ike_pre_shared_key_local_id_variable(self) -> str:
|
|
362
|
+
def ike_pre_shared_key_local_id_variable(self) -> _builtins.str:
|
|
363
363
|
"""
|
|
364
364
|
Variable name
|
|
365
365
|
"""
|
|
366
366
|
return pulumi.get(self, "ike_pre_shared_key_local_id_variable")
|
|
367
367
|
|
|
368
|
-
@property
|
|
368
|
+
@_builtins.property
|
|
369
369
|
@pulumi.getter(name="ikePreSharedKeyRemoteId")
|
|
370
|
-
def ike_pre_shared_key_remote_id(self) -> str:
|
|
370
|
+
def ike_pre_shared_key_remote_id(self) -> _builtins.str:
|
|
371
371
|
"""
|
|
372
372
|
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
|
|
373
373
|
"""
|
|
374
374
|
return pulumi.get(self, "ike_pre_shared_key_remote_id")
|
|
375
375
|
|
|
376
|
-
@property
|
|
376
|
+
@_builtins.property
|
|
377
377
|
@pulumi.getter(name="ikePreSharedKeyRemoteIdVariable")
|
|
378
|
-
def ike_pre_shared_key_remote_id_variable(self) -> str:
|
|
378
|
+
def ike_pre_shared_key_remote_id_variable(self) -> _builtins.str:
|
|
379
379
|
"""
|
|
380
380
|
Variable name
|
|
381
381
|
"""
|
|
382
382
|
return pulumi.get(self, "ike_pre_shared_key_remote_id_variable")
|
|
383
383
|
|
|
384
|
-
@property
|
|
384
|
+
@_builtins.property
|
|
385
385
|
@pulumi.getter(name="ikePreSharedKeyVariable")
|
|
386
|
-
def ike_pre_shared_key_variable(self) -> str:
|
|
386
|
+
def ike_pre_shared_key_variable(self) -> _builtins.str:
|
|
387
387
|
"""
|
|
388
388
|
Variable name
|
|
389
389
|
"""
|
|
390
390
|
return pulumi.get(self, "ike_pre_shared_key_variable")
|
|
391
391
|
|
|
392
|
-
@property
|
|
392
|
+
@_builtins.property
|
|
393
393
|
@pulumi.getter(name="ikeRekeyInterval")
|
|
394
|
-
def ike_rekey_interval(self) -> int:
|
|
394
|
+
def ike_rekey_interval(self) -> _builtins.int:
|
|
395
395
|
"""
|
|
396
396
|
IKE rekey interval \\n\\n seconds
|
|
397
397
|
"""
|
|
398
398
|
return pulumi.get(self, "ike_rekey_interval")
|
|
399
399
|
|
|
400
|
-
@property
|
|
400
|
+
@_builtins.property
|
|
401
401
|
@pulumi.getter(name="ikeRekeyIntervalVariable")
|
|
402
|
-
def ike_rekey_interval_variable(self) -> str:
|
|
402
|
+
def ike_rekey_interval_variable(self) -> _builtins.str:
|
|
403
403
|
"""
|
|
404
404
|
Variable name
|
|
405
405
|
"""
|
|
406
406
|
return pulumi.get(self, "ike_rekey_interval_variable")
|
|
407
407
|
|
|
408
|
-
@property
|
|
408
|
+
@_builtins.property
|
|
409
409
|
@pulumi.getter(name="ikeVersion")
|
|
410
|
-
def ike_version(self) -> int:
|
|
410
|
+
def ike_version(self) -> _builtins.int:
|
|
411
411
|
"""
|
|
412
412
|
IKE Version \\n\\n
|
|
413
413
|
"""
|
|
414
414
|
return pulumi.get(self, "ike_version")
|
|
415
415
|
|
|
416
|
-
@property
|
|
416
|
+
@_builtins.property
|
|
417
417
|
@pulumi.getter(name="interfaceDescription")
|
|
418
|
-
def interface_description(self) -> str:
|
|
418
|
+
def interface_description(self) -> _builtins.str:
|
|
419
419
|
"""
|
|
420
420
|
Interface description
|
|
421
421
|
"""
|
|
422
422
|
return pulumi.get(self, "interface_description")
|
|
423
423
|
|
|
424
|
-
@property
|
|
424
|
+
@_builtins.property
|
|
425
425
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
426
|
-
def interface_description_variable(self) -> str:
|
|
426
|
+
def interface_description_variable(self) -> _builtins.str:
|
|
427
427
|
"""
|
|
428
428
|
Variable name
|
|
429
429
|
"""
|
|
430
430
|
return pulumi.get(self, "interface_description_variable")
|
|
431
431
|
|
|
432
|
-
@property
|
|
432
|
+
@_builtins.property
|
|
433
433
|
@pulumi.getter(name="interfaceName")
|
|
434
|
-
def interface_name(self) -> str:
|
|
434
|
+
def interface_name(self) -> _builtins.str:
|
|
435
435
|
"""
|
|
436
436
|
Interface name: IPsec when present
|
|
437
437
|
"""
|
|
438
438
|
return pulumi.get(self, "interface_name")
|
|
439
439
|
|
|
440
|
-
@property
|
|
440
|
+
@_builtins.property
|
|
441
441
|
@pulumi.getter(name="interfaceNameVariable")
|
|
442
|
-
def interface_name_variable(self) -> str:
|
|
442
|
+
def interface_name_variable(self) -> _builtins.str:
|
|
443
443
|
"""
|
|
444
444
|
Variable name
|
|
445
445
|
"""
|
|
446
446
|
return pulumi.get(self, "interface_name_variable")
|
|
447
447
|
|
|
448
|
-
@property
|
|
448
|
+
@_builtins.property
|
|
449
449
|
@pulumi.getter(name="ipAddress")
|
|
450
|
-
def ip_address(self) -> str:
|
|
450
|
+
def ip_address(self) -> _builtins.str:
|
|
451
451
|
"""
|
|
452
452
|
Assign IPv4 address
|
|
453
453
|
"""
|
|
454
454
|
return pulumi.get(self, "ip_address")
|
|
455
455
|
|
|
456
|
-
@property
|
|
456
|
+
@_builtins.property
|
|
457
457
|
@pulumi.getter(name="ipAddressVariable")
|
|
458
|
-
def ip_address_variable(self) -> str:
|
|
458
|
+
def ip_address_variable(self) -> _builtins.str:
|
|
459
459
|
"""
|
|
460
460
|
Variable name
|
|
461
461
|
"""
|
|
462
462
|
return pulumi.get(self, "ip_address_variable")
|
|
463
463
|
|
|
464
|
-
@property
|
|
464
|
+
@_builtins.property
|
|
465
465
|
@pulumi.getter(name="ipsecCiphersuite")
|
|
466
|
-
def ipsec_ciphersuite(self) -> str:
|
|
466
|
+
def ipsec_ciphersuite(self) -> _builtins.str:
|
|
467
467
|
"""
|
|
468
468
|
IPsec(ESP) encryption and integrity protocol
|
|
469
469
|
"""
|
|
470
470
|
return pulumi.get(self, "ipsec_ciphersuite")
|
|
471
471
|
|
|
472
|
-
@property
|
|
472
|
+
@_builtins.property
|
|
473
473
|
@pulumi.getter(name="ipsecCiphersuiteVariable")
|
|
474
|
-
def ipsec_ciphersuite_variable(self) -> str:
|
|
474
|
+
def ipsec_ciphersuite_variable(self) -> _builtins.str:
|
|
475
475
|
"""
|
|
476
476
|
Variable name
|
|
477
477
|
"""
|
|
478
478
|
return pulumi.get(self, "ipsec_ciphersuite_variable")
|
|
479
479
|
|
|
480
|
-
@property
|
|
480
|
+
@_builtins.property
|
|
481
481
|
@pulumi.getter(name="ipsecPerfectForwardSecrecy")
|
|
482
|
-
def ipsec_perfect_forward_secrecy(self) -> str:
|
|
482
|
+
def ipsec_perfect_forward_secrecy(self) -> _builtins.str:
|
|
483
483
|
"""
|
|
484
484
|
IPsec perfect forward secrecy settings
|
|
485
485
|
"""
|
|
486
486
|
return pulumi.get(self, "ipsec_perfect_forward_secrecy")
|
|
487
487
|
|
|
488
|
-
@property
|
|
488
|
+
@_builtins.property
|
|
489
489
|
@pulumi.getter(name="ipsecPerfectForwardSecrecyVariable")
|
|
490
|
-
def ipsec_perfect_forward_secrecy_variable(self) -> str:
|
|
490
|
+
def ipsec_perfect_forward_secrecy_variable(self) -> _builtins.str:
|
|
491
491
|
"""
|
|
492
492
|
Variable name
|
|
493
493
|
"""
|
|
494
494
|
return pulumi.get(self, "ipsec_perfect_forward_secrecy_variable")
|
|
495
495
|
|
|
496
|
-
@property
|
|
496
|
+
@_builtins.property
|
|
497
497
|
@pulumi.getter(name="ipsecRekeyInterval")
|
|
498
|
-
def ipsec_rekey_interval(self) -> int:
|
|
498
|
+
def ipsec_rekey_interval(self) -> _builtins.int:
|
|
499
499
|
"""
|
|
500
500
|
IPsec rekey interval \\n\\n seconds
|
|
501
501
|
"""
|
|
502
502
|
return pulumi.get(self, "ipsec_rekey_interval")
|
|
503
503
|
|
|
504
|
-
@property
|
|
504
|
+
@_builtins.property
|
|
505
505
|
@pulumi.getter(name="ipsecRekeyIntervalVariable")
|
|
506
|
-
def ipsec_rekey_interval_variable(self) -> str:
|
|
506
|
+
def ipsec_rekey_interval_variable(self) -> _builtins.str:
|
|
507
507
|
"""
|
|
508
508
|
Variable name
|
|
509
509
|
"""
|
|
510
510
|
return pulumi.get(self, "ipsec_rekey_interval_variable")
|
|
511
511
|
|
|
512
|
-
@property
|
|
512
|
+
@_builtins.property
|
|
513
513
|
@pulumi.getter(name="ipsecReplayWindow")
|
|
514
|
-
def ipsec_replay_window(self) -> int:
|
|
514
|
+
def ipsec_replay_window(self) -> _builtins.int:
|
|
515
515
|
"""
|
|
516
516
|
Replay window size 32..8192 (must be a power of 2)
|
|
517
517
|
"""
|
|
518
518
|
return pulumi.get(self, "ipsec_replay_window")
|
|
519
519
|
|
|
520
|
-
@property
|
|
520
|
+
@_builtins.property
|
|
521
521
|
@pulumi.getter(name="ipsecReplayWindowVariable")
|
|
522
|
-
def ipsec_replay_window_variable(self) -> str:
|
|
522
|
+
def ipsec_replay_window_variable(self) -> _builtins.str:
|
|
523
523
|
"""
|
|
524
524
|
Variable name
|
|
525
525
|
"""
|
|
526
526
|
return pulumi.get(self, "ipsec_replay_window_variable")
|
|
527
527
|
|
|
528
|
-
@property
|
|
528
|
+
@_builtins.property
|
|
529
529
|
@pulumi.getter
|
|
530
|
-
def mtu(self) -> int:
|
|
530
|
+
def mtu(self) -> _builtins.int:
|
|
531
531
|
"""
|
|
532
532
|
Interface MTU \\n\\n, in bytes
|
|
533
533
|
"""
|
|
534
534
|
return pulumi.get(self, "mtu")
|
|
535
535
|
|
|
536
|
-
@property
|
|
536
|
+
@_builtins.property
|
|
537
537
|
@pulumi.getter(name="mtuVariable")
|
|
538
|
-
def mtu_variable(self) -> str:
|
|
538
|
+
def mtu_variable(self) -> _builtins.str:
|
|
539
539
|
"""
|
|
540
540
|
Variable name
|
|
541
541
|
"""
|
|
542
542
|
return pulumi.get(self, "mtu_variable")
|
|
543
543
|
|
|
544
|
-
@property
|
|
544
|
+
@_builtins.property
|
|
545
545
|
@pulumi.getter
|
|
546
|
-
def name(self) -> str:
|
|
546
|
+
def name(self) -> _builtins.str:
|
|
547
547
|
"""
|
|
548
548
|
The name of the feature template
|
|
549
549
|
"""
|
|
550
550
|
return pulumi.get(self, "name")
|
|
551
551
|
|
|
552
|
-
@property
|
|
552
|
+
@_builtins.property
|
|
553
553
|
@pulumi.getter
|
|
554
|
-
def shutdown(self) -> bool:
|
|
554
|
+
def shutdown(self) -> _builtins.bool:
|
|
555
555
|
"""
|
|
556
556
|
Administrative state
|
|
557
557
|
"""
|
|
558
558
|
return pulumi.get(self, "shutdown")
|
|
559
559
|
|
|
560
|
-
@property
|
|
560
|
+
@_builtins.property
|
|
561
561
|
@pulumi.getter(name="shutdownVariable")
|
|
562
|
-
def shutdown_variable(self) -> str:
|
|
562
|
+
def shutdown_variable(self) -> _builtins.str:
|
|
563
563
|
"""
|
|
564
564
|
Variable name
|
|
565
565
|
"""
|
|
566
566
|
return pulumi.get(self, "shutdown_variable")
|
|
567
567
|
|
|
568
|
-
@property
|
|
568
|
+
@_builtins.property
|
|
569
569
|
@pulumi.getter(name="tcpMssAdjust")
|
|
570
|
-
def tcp_mss_adjust(self) -> int:
|
|
570
|
+
def tcp_mss_adjust(self) -> _builtins.int:
|
|
571
571
|
"""
|
|
572
572
|
TCP MSS on SYN packets, in bytes
|
|
573
573
|
"""
|
|
574
574
|
return pulumi.get(self, "tcp_mss_adjust")
|
|
575
575
|
|
|
576
|
-
@property
|
|
576
|
+
@_builtins.property
|
|
577
577
|
@pulumi.getter(name="tcpMssAdjustVariable")
|
|
578
|
-
def tcp_mss_adjust_variable(self) -> str:
|
|
578
|
+
def tcp_mss_adjust_variable(self) -> _builtins.str:
|
|
579
579
|
"""
|
|
580
580
|
Variable name
|
|
581
581
|
"""
|
|
582
582
|
return pulumi.get(self, "tcp_mss_adjust_variable")
|
|
583
583
|
|
|
584
|
-
@property
|
|
584
|
+
@_builtins.property
|
|
585
585
|
@pulumi.getter(name="templateType")
|
|
586
|
-
def template_type(self) -> str:
|
|
586
|
+
def template_type(self) -> _builtins.str:
|
|
587
587
|
"""
|
|
588
588
|
The template type
|
|
589
589
|
"""
|
|
590
590
|
return pulumi.get(self, "template_type")
|
|
591
591
|
|
|
592
|
-
@property
|
|
592
|
+
@_builtins.property
|
|
593
593
|
@pulumi.getter(name="trackerVariable")
|
|
594
|
-
def tracker_variable(self) -> str:
|
|
594
|
+
def tracker_variable(self) -> _builtins.str:
|
|
595
595
|
"""
|
|
596
596
|
Variable name
|
|
597
597
|
"""
|
|
598
598
|
return pulumi.get(self, "tracker_variable")
|
|
599
599
|
|
|
600
|
-
@property
|
|
600
|
+
@_builtins.property
|
|
601
601
|
@pulumi.getter
|
|
602
|
-
def trackers(self) -> Sequence[str]:
|
|
602
|
+
def trackers(self) -> Sequence[_builtins.str]:
|
|
603
603
|
"""
|
|
604
604
|
Enable tracker for this interface
|
|
605
605
|
"""
|
|
606
606
|
return pulumi.get(self, "trackers")
|
|
607
607
|
|
|
608
|
-
@property
|
|
608
|
+
@_builtins.property
|
|
609
609
|
@pulumi.getter(name="tunnelDestination")
|
|
610
|
-
def tunnel_destination(self) -> str:
|
|
610
|
+
def tunnel_destination(self) -> _builtins.str:
|
|
611
611
|
"""
|
|
612
612
|
Tunnel destination IP address
|
|
613
613
|
"""
|
|
614
614
|
return pulumi.get(self, "tunnel_destination")
|
|
615
615
|
|
|
616
|
-
@property
|
|
616
|
+
@_builtins.property
|
|
617
617
|
@pulumi.getter(name="tunnelDestinationVariable")
|
|
618
|
-
def tunnel_destination_variable(self) -> str:
|
|
618
|
+
def tunnel_destination_variable(self) -> _builtins.str:
|
|
619
619
|
"""
|
|
620
620
|
Variable name
|
|
621
621
|
"""
|
|
622
622
|
return pulumi.get(self, "tunnel_destination_variable")
|
|
623
623
|
|
|
624
|
-
@property
|
|
624
|
+
@_builtins.property
|
|
625
625
|
@pulumi.getter(name="tunnelRouteVia")
|
|
626
|
-
def tunnel_route_via(self) -> str:
|
|
626
|
+
def tunnel_route_via(self) -> _builtins.str:
|
|
627
627
|
"""
|
|
628
628
|
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
629
629
|
"""
|
|
630
630
|
return pulumi.get(self, "tunnel_route_via")
|
|
631
631
|
|
|
632
|
-
@property
|
|
632
|
+
@_builtins.property
|
|
633
633
|
@pulumi.getter(name="tunnelRouteViaVariable")
|
|
634
|
-
def tunnel_route_via_variable(self) -> str:
|
|
634
|
+
def tunnel_route_via_variable(self) -> _builtins.str:
|
|
635
635
|
"""
|
|
636
636
|
Variable name
|
|
637
637
|
"""
|
|
638
638
|
return pulumi.get(self, "tunnel_route_via_variable")
|
|
639
639
|
|
|
640
|
-
@property
|
|
640
|
+
@_builtins.property
|
|
641
641
|
@pulumi.getter(name="tunnelSource")
|
|
642
|
-
def tunnel_source(self) -> str:
|
|
642
|
+
def tunnel_source(self) -> _builtins.str:
|
|
643
643
|
"""
|
|
644
644
|
Tunnel source IP Address
|
|
645
645
|
"""
|
|
646
646
|
return pulumi.get(self, "tunnel_source")
|
|
647
647
|
|
|
648
|
-
@property
|
|
648
|
+
@_builtins.property
|
|
649
649
|
@pulumi.getter(name="tunnelSourceInterface")
|
|
650
|
-
def tunnel_source_interface(self) -> str:
|
|
650
|
+
def tunnel_source_interface(self) -> _builtins.str:
|
|
651
651
|
"""
|
|
652
652
|
\\n\\n Interface name: ge0/\\n\\n or ge0/\\n\\n.vlanid
|
|
653
653
|
"""
|
|
654
654
|
return pulumi.get(self, "tunnel_source_interface")
|
|
655
655
|
|
|
656
|
-
@property
|
|
656
|
+
@_builtins.property
|
|
657
657
|
@pulumi.getter(name="tunnelSourceInterfaceVariable")
|
|
658
|
-
def tunnel_source_interface_variable(self) -> str:
|
|
658
|
+
def tunnel_source_interface_variable(self) -> _builtins.str:
|
|
659
659
|
"""
|
|
660
660
|
Variable name
|
|
661
661
|
"""
|
|
662
662
|
return pulumi.get(self, "tunnel_source_interface_variable")
|
|
663
663
|
|
|
664
|
-
@property
|
|
664
|
+
@_builtins.property
|
|
665
665
|
@pulumi.getter(name="tunnelSourceVariable")
|
|
666
|
-
def tunnel_source_variable(self) -> str:
|
|
666
|
+
def tunnel_source_variable(self) -> _builtins.str:
|
|
667
667
|
"""
|
|
668
668
|
Variable name
|
|
669
669
|
"""
|
|
670
670
|
return pulumi.get(self, "tunnel_source_variable")
|
|
671
671
|
|
|
672
|
-
@property
|
|
672
|
+
@_builtins.property
|
|
673
673
|
@pulumi.getter
|
|
674
|
-
def version(self) -> int:
|
|
674
|
+
def version(self) -> _builtins.int:
|
|
675
675
|
"""
|
|
676
676
|
The version of the feature template
|
|
677
677
|
"""
|
|
@@ -745,8 +745,8 @@ class AwaitableGetCiscoVpnInterfaceIpsecFeatureTemplateResult(GetCiscoVpnInterfa
|
|
|
745
745
|
version=self.version)
|
|
746
746
|
|
|
747
747
|
|
|
748
|
-
def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[str] = None,
|
|
749
|
-
name: Optional[str] = None,
|
|
748
|
+
def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[_builtins.str] = None,
|
|
749
|
+
name: Optional[_builtins.str] = None,
|
|
750
750
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCiscoVpnInterfaceIpsecFeatureTemplateResult:
|
|
751
751
|
"""
|
|
752
752
|
This data source can read the Cisco VPN Interface IPSec feature template.
|
|
@@ -761,8 +761,8 @@ def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[str] = None,
|
|
|
761
761
|
```
|
|
762
762
|
|
|
763
763
|
|
|
764
|
-
:param str id: The id of the feature template
|
|
765
|
-
:param str name: The name of the feature template
|
|
764
|
+
:param _builtins.str id: The id of the feature template
|
|
765
|
+
:param _builtins.str name: The name of the feature template
|
|
766
766
|
"""
|
|
767
767
|
__args__ = dict()
|
|
768
768
|
__args__['id'] = id
|
|
@@ -830,8 +830,8 @@ def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[str] = None,
|
|
|
830
830
|
tunnel_source_interface_variable=pulumi.get(__ret__, 'tunnel_source_interface_variable'),
|
|
831
831
|
tunnel_source_variable=pulumi.get(__ret__, 'tunnel_source_variable'),
|
|
832
832
|
version=pulumi.get(__ret__, 'version'))
|
|
833
|
-
def get_cisco_vpn_interface_ipsec_feature_template_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
834
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
833
|
+
def get_cisco_vpn_interface_ipsec_feature_template_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
834
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
835
835
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCiscoVpnInterfaceIpsecFeatureTemplateResult]:
|
|
836
836
|
"""
|
|
837
837
|
This data source can read the Cisco VPN Interface IPSec feature template.
|
|
@@ -846,8 +846,8 @@ def get_cisco_vpn_interface_ipsec_feature_template_output(id: Optional[pulumi.In
|
|
|
846
846
|
```
|
|
847
847
|
|
|
848
848
|
|
|
849
|
-
:param str id: The id of the feature template
|
|
850
|
-
:param str name: The name of the feature template
|
|
849
|
+
:param _builtins.str id: The id of the feature template
|
|
850
|
+
:param _builtins.str name: The name of the feature template
|
|
851
851
|
"""
|
|
852
852
|
__args__ = dict()
|
|
853
853
|
__args__['id'] = id
|