pulumi-sdwan 0.3.0a1743132889__py3-none-any.whl → 0.3.1a1745552221__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17578 -17577
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +43 -42
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20912 -20911
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +231 -230
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +634 -633
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +320 -310
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +726 -725
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1a1745552221.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743132889.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -63,7 +64,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter(name="appPerfMonitorAppGroups")
|
|
66
|
-
def app_perf_monitor_app_groups(self) -> Sequence[str]:
|
|
67
|
+
def app_perf_monitor_app_groups(self) -> Sequence[builtins.str]:
|
|
67
68
|
"""
|
|
68
69
|
Application groups to be monitored
|
|
69
70
|
"""
|
|
@@ -71,7 +72,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter(name="appPerfMonitorEnabled")
|
|
74
|
-
def app_perf_monitor_enabled(self) -> bool:
|
|
75
|
+
def app_perf_monitor_enabled(self) -> builtins.bool:
|
|
75
76
|
"""
|
|
76
77
|
Application performance monitoring enable or disable
|
|
77
78
|
"""
|
|
@@ -79,7 +80,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
79
80
|
|
|
80
81
|
@property
|
|
81
82
|
@pulumi.getter
|
|
82
|
-
def description(self) -> str:
|
|
83
|
+
def description(self) -> builtins.str:
|
|
83
84
|
"""
|
|
84
85
|
The description of the Feature
|
|
85
86
|
"""
|
|
@@ -87,7 +88,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
87
88
|
|
|
88
89
|
@property
|
|
89
90
|
@pulumi.getter(name="eventDrivenConfigEnabled")
|
|
90
|
-
def event_driven_config_enabled(self) -> bool:
|
|
91
|
+
def event_driven_config_enabled(self) -> builtins.bool:
|
|
91
92
|
"""
|
|
92
93
|
UMTS event driven monitoring enable or disable
|
|
93
94
|
"""
|
|
@@ -95,7 +96,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
95
96
|
|
|
96
97
|
@property
|
|
97
98
|
@pulumi.getter(name="eventDrivenEvents")
|
|
98
|
-
def event_driven_events(self) -> Sequence[str]:
|
|
99
|
+
def event_driven_events(self) -> Sequence[builtins.str]:
|
|
99
100
|
"""
|
|
100
101
|
UMTS events
|
|
101
102
|
"""
|
|
@@ -103,7 +104,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
103
104
|
|
|
104
105
|
@property
|
|
105
106
|
@pulumi.getter(name="featureProfileId")
|
|
106
|
-
def feature_profile_id(self) -> str:
|
|
107
|
+
def feature_profile_id(self) -> builtins.str:
|
|
107
108
|
"""
|
|
108
109
|
Feature Profile ID
|
|
109
110
|
"""
|
|
@@ -111,7 +112,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
111
112
|
|
|
112
113
|
@property
|
|
113
114
|
@pulumi.getter
|
|
114
|
-
def id(self) -> str:
|
|
115
|
+
def id(self) -> builtins.str:
|
|
115
116
|
"""
|
|
116
117
|
The id of the Feature
|
|
117
118
|
"""
|
|
@@ -119,7 +120,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
119
120
|
|
|
120
121
|
@property
|
|
121
122
|
@pulumi.getter(name="monitoringConfigEnabled")
|
|
122
|
-
def monitoring_config_enabled(self) -> bool:
|
|
123
|
+
def monitoring_config_enabled(self) -> builtins.bool:
|
|
123
124
|
"""
|
|
124
125
|
UMTS monitoring enable or disable
|
|
125
126
|
"""
|
|
@@ -127,7 +128,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
127
128
|
|
|
128
129
|
@property
|
|
129
130
|
@pulumi.getter(name="monitoringConfigInterval")
|
|
130
|
-
def monitoring_config_interval(self) -> str:
|
|
131
|
+
def monitoring_config_interval(self) -> builtins.str:
|
|
131
132
|
"""
|
|
132
133
|
UMTS monitoring interval(Minutes)
|
|
133
134
|
"""
|
|
@@ -135,7 +136,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
135
136
|
|
|
136
137
|
@property
|
|
137
138
|
@pulumi.getter
|
|
138
|
-
def name(self) -> str:
|
|
139
|
+
def name(self) -> builtins.str:
|
|
139
140
|
"""
|
|
140
141
|
The name of the Feature
|
|
141
142
|
"""
|
|
@@ -143,7 +144,7 @@ class GetSystemPerformanceMonitoringFeatureResult:
|
|
|
143
144
|
|
|
144
145
|
@property
|
|
145
146
|
@pulumi.getter
|
|
146
|
-
def version(self) -> int:
|
|
147
|
+
def version(self) -> builtins.int:
|
|
147
148
|
"""
|
|
148
149
|
The version of the Feature
|
|
149
150
|
"""
|
|
@@ -169,8 +170,8 @@ class AwaitableGetSystemPerformanceMonitoringFeatureResult(GetSystemPerformanceM
|
|
|
169
170
|
version=self.version)
|
|
170
171
|
|
|
171
172
|
|
|
172
|
-
def get_system_performance_monitoring_feature(feature_profile_id: Optional[str] = None,
|
|
173
|
-
id: Optional[str] = None,
|
|
173
|
+
def get_system_performance_monitoring_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
174
|
+
id: Optional[builtins.str] = None,
|
|
174
175
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemPerformanceMonitoringFeatureResult:
|
|
175
176
|
"""
|
|
176
177
|
This data source can read the System Performance Monitoring Feature.
|
|
@@ -186,8 +187,8 @@ def get_system_performance_monitoring_feature(feature_profile_id: Optional[str]
|
|
|
186
187
|
```
|
|
187
188
|
|
|
188
189
|
|
|
189
|
-
:param str feature_profile_id: Feature Profile ID
|
|
190
|
-
:param str id: The id of the Feature
|
|
190
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
191
|
+
:param builtins.str id: The id of the Feature
|
|
191
192
|
"""
|
|
192
193
|
__args__ = dict()
|
|
193
194
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -207,8 +208,8 @@ def get_system_performance_monitoring_feature(feature_profile_id: Optional[str]
|
|
|
207
208
|
monitoring_config_interval=pulumi.get(__ret__, 'monitoring_config_interval'),
|
|
208
209
|
name=pulumi.get(__ret__, 'name'),
|
|
209
210
|
version=pulumi.get(__ret__, 'version'))
|
|
210
|
-
def get_system_performance_monitoring_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
211
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
211
|
+
def get_system_performance_monitoring_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
212
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
212
213
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemPerformanceMonitoringFeatureResult]:
|
|
213
214
|
"""
|
|
214
215
|
This data source can read the System Performance Monitoring Feature.
|
|
@@ -224,8 +225,8 @@ def get_system_performance_monitoring_feature_output(feature_profile_id: Optiona
|
|
|
224
225
|
```
|
|
225
226
|
|
|
226
227
|
|
|
227
|
-
:param str feature_profile_id: Feature Profile ID
|
|
228
|
-
:param str id: The id of the Feature
|
|
228
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
229
|
+
:param builtins.str id: The id of the Feature
|
|
229
230
|
"""
|
|
230
231
|
__args__ = dict()
|
|
231
232
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -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
|
|
@@ -165,12 +166,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
165
166
|
|
|
166
167
|
@property
|
|
167
168
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
168
|
-
def aaa_derive_name_from_peer_domain(self) -> str:
|
|
169
|
+
def aaa_derive_name_from_peer_domain(self) -> builtins.str:
|
|
169
170
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
170
171
|
|
|
171
172
|
@property
|
|
172
173
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
173
|
-
def aaa_derive_name_from_peer_domain_variable(self) -> str:
|
|
174
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> builtins.str:
|
|
174
175
|
"""
|
|
175
176
|
Variable name
|
|
176
177
|
"""
|
|
@@ -178,12 +179,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
178
179
|
|
|
179
180
|
@property
|
|
180
181
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
181
|
-
def aaa_derive_name_from_peer_identity(self) -> str:
|
|
182
|
+
def aaa_derive_name_from_peer_identity(self) -> builtins.str:
|
|
182
183
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
183
184
|
|
|
184
185
|
@property
|
|
185
186
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
186
|
-
def aaa_derive_name_from_peer_identity_variable(self) -> str:
|
|
187
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> builtins.str:
|
|
187
188
|
"""
|
|
188
189
|
Variable name
|
|
189
190
|
"""
|
|
@@ -191,7 +192,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
194
|
-
def aaa_enable_accounting(self) -> bool:
|
|
195
|
+
def aaa_enable_accounting(self) -> builtins.bool:
|
|
195
196
|
"""
|
|
196
197
|
Enable Accounting
|
|
197
198
|
"""
|
|
@@ -199,7 +200,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
199
200
|
|
|
200
201
|
@property
|
|
201
202
|
@pulumi.getter(name="aaaEnableAccountingVariable")
|
|
202
|
-
def aaa_enable_accounting_variable(self) -> str:
|
|
203
|
+
def aaa_enable_accounting_variable(self) -> builtins.str:
|
|
203
204
|
"""
|
|
204
205
|
Variable name
|
|
205
206
|
"""
|
|
@@ -207,12 +208,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
207
208
|
|
|
208
209
|
@property
|
|
209
210
|
@pulumi.getter(name="aaaSpecifyNamePolicyName")
|
|
210
|
-
def aaa_specify_name_policy_name(self) -> str:
|
|
211
|
+
def aaa_specify_name_policy_name(self) -> builtins.str:
|
|
211
212
|
return pulumi.get(self, "aaa_specify_name_policy_name")
|
|
212
213
|
|
|
213
214
|
@property
|
|
214
215
|
@pulumi.getter(name="aaaSpecifyNamePolicyNameVariable")
|
|
215
|
-
def aaa_specify_name_policy_name_variable(self) -> str:
|
|
216
|
+
def aaa_specify_name_policy_name_variable(self) -> builtins.str:
|
|
216
217
|
"""
|
|
217
218
|
Variable name
|
|
218
219
|
"""
|
|
@@ -220,12 +221,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
220
221
|
|
|
221
222
|
@property
|
|
222
223
|
@pulumi.getter(name="aaaSpecifyNamePolicyPassword")
|
|
223
|
-
def aaa_specify_name_policy_password(self) -> str:
|
|
224
|
+
def aaa_specify_name_policy_password(self) -> builtins.str:
|
|
224
225
|
return pulumi.get(self, "aaa_specify_name_policy_password")
|
|
225
226
|
|
|
226
227
|
@property
|
|
227
228
|
@pulumi.getter(name="aaaSpecifyNamePolicyPasswordVariable")
|
|
228
|
-
def aaa_specify_name_policy_password_variable(self) -> str:
|
|
229
|
+
def aaa_specify_name_policy_password_variable(self) -> builtins.str:
|
|
229
230
|
"""
|
|
230
231
|
Variable name
|
|
231
232
|
"""
|
|
@@ -233,12 +234,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
233
234
|
|
|
234
235
|
@property
|
|
235
236
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
236
|
-
def any_connect_eap_authentication_type(self) -> str:
|
|
237
|
+
def any_connect_eap_authentication_type(self) -> builtins.str:
|
|
237
238
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
238
239
|
|
|
239
240
|
@property
|
|
240
241
|
@pulumi.getter(name="connectionTypeSsl")
|
|
241
|
-
def connection_type_ssl(self) -> bool:
|
|
242
|
+
def connection_type_ssl(self) -> builtins.bool:
|
|
242
243
|
"""
|
|
243
244
|
Enabled SSL VPN
|
|
244
245
|
"""
|
|
@@ -246,7 +247,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
246
247
|
|
|
247
248
|
@property
|
|
248
249
|
@pulumi.getter
|
|
249
|
-
def description(self) -> str:
|
|
250
|
+
def description(self) -> builtins.str:
|
|
250
251
|
"""
|
|
251
252
|
The description of the Feature
|
|
252
253
|
"""
|
|
@@ -254,12 +255,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
254
255
|
|
|
255
256
|
@property
|
|
256
257
|
@pulumi.getter(name="enableCertificateListCheck")
|
|
257
|
-
def enable_certificate_list_check(self) -> bool:
|
|
258
|
+
def enable_certificate_list_check(self) -> builtins.bool:
|
|
258
259
|
return pulumi.get(self, "enable_certificate_list_check")
|
|
259
260
|
|
|
260
261
|
@property
|
|
261
262
|
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
262
|
-
def enable_certificate_list_check_variable(self) -> str:
|
|
263
|
+
def enable_certificate_list_check_variable(self) -> builtins.str:
|
|
263
264
|
"""
|
|
264
265
|
Variable name
|
|
265
266
|
"""
|
|
@@ -267,7 +268,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
267
268
|
|
|
268
269
|
@property
|
|
269
270
|
@pulumi.getter(name="featureProfileId")
|
|
270
|
-
def feature_profile_id(self) -> str:
|
|
271
|
+
def feature_profile_id(self) -> builtins.str:
|
|
271
272
|
"""
|
|
272
273
|
Feature Profile ID
|
|
273
274
|
"""
|
|
@@ -275,7 +276,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
275
276
|
|
|
276
277
|
@property
|
|
277
278
|
@pulumi.getter
|
|
278
|
-
def id(self) -> str:
|
|
279
|
+
def id(self) -> builtins.str:
|
|
279
280
|
"""
|
|
280
281
|
The id of the Feature
|
|
281
282
|
"""
|
|
@@ -283,7 +284,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
283
284
|
|
|
284
285
|
@property
|
|
285
286
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
286
|
-
def ikev2_anti_dos_threshold(self) -> int:
|
|
287
|
+
def ikev2_anti_dos_threshold(self) -> builtins.int:
|
|
287
288
|
"""
|
|
288
289
|
Anti-DOS Threshold
|
|
289
290
|
"""
|
|
@@ -291,7 +292,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
291
292
|
|
|
292
293
|
@property
|
|
293
294
|
@pulumi.getter(name="ikev2AntiDosThresholdVariable")
|
|
294
|
-
def ikev2_anti_dos_threshold_variable(self) -> str:
|
|
295
|
+
def ikev2_anti_dos_threshold_variable(self) -> builtins.str:
|
|
295
296
|
"""
|
|
296
297
|
Variable name
|
|
297
298
|
"""
|
|
@@ -299,12 +300,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
299
300
|
|
|
300
301
|
@property
|
|
301
302
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
302
|
-
def ikev2_local_ike_identity_type(self) -> str:
|
|
303
|
+
def ikev2_local_ike_identity_type(self) -> builtins.str:
|
|
303
304
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
304
305
|
|
|
305
306
|
@property
|
|
306
307
|
@pulumi.getter(name="ikev2LocalIkeIdentityTypeVariable")
|
|
307
|
-
def ikev2_local_ike_identity_type_variable(self) -> str:
|
|
308
|
+
def ikev2_local_ike_identity_type_variable(self) -> builtins.str:
|
|
308
309
|
"""
|
|
309
310
|
Variable name
|
|
310
311
|
"""
|
|
@@ -312,12 +313,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
312
313
|
|
|
313
314
|
@property
|
|
314
315
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
315
|
-
def ikev2_local_ike_identity_value(self) -> str:
|
|
316
|
+
def ikev2_local_ike_identity_value(self) -> builtins.str:
|
|
316
317
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
317
318
|
|
|
318
319
|
@property
|
|
319
320
|
@pulumi.getter(name="ikev2LocalIkeIdentityValueVariable")
|
|
320
|
-
def ikev2_local_ike_identity_value_variable(self) -> str:
|
|
321
|
+
def ikev2_local_ike_identity_value_variable(self) -> builtins.str:
|
|
321
322
|
"""
|
|
322
323
|
Variable name
|
|
323
324
|
"""
|
|
@@ -325,7 +326,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
325
326
|
|
|
326
327
|
@property
|
|
327
328
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
328
|
-
def ikev2_security_association_lifetime(self) -> int:
|
|
329
|
+
def ikev2_security_association_lifetime(self) -> builtins.int:
|
|
329
330
|
"""
|
|
330
331
|
Security Association Lifetime in Seconds
|
|
331
332
|
"""
|
|
@@ -333,7 +334,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
333
334
|
|
|
334
335
|
@property
|
|
335
336
|
@pulumi.getter(name="ikev2SecurityAssociationLifetimeVariable")
|
|
336
|
-
def ikev2_security_association_lifetime_variable(self) -> str:
|
|
337
|
+
def ikev2_security_association_lifetime_variable(self) -> builtins.str:
|
|
337
338
|
"""
|
|
338
339
|
Variable name
|
|
339
340
|
"""
|
|
@@ -341,7 +342,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
341
342
|
|
|
342
343
|
@property
|
|
343
344
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
344
|
-
def ipsec_anti_replay_window_size(self) -> int:
|
|
345
|
+
def ipsec_anti_replay_window_size(self) -> builtins.int:
|
|
345
346
|
"""
|
|
346
347
|
security Association Lifetime
|
|
347
348
|
"""
|
|
@@ -349,7 +350,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
349
350
|
|
|
350
351
|
@property
|
|
351
352
|
@pulumi.getter(name="ipsecAntiReplayWindowSizeVariable")
|
|
352
|
-
def ipsec_anti_replay_window_size_variable(self) -> str:
|
|
353
|
+
def ipsec_anti_replay_window_size_variable(self) -> builtins.str:
|
|
353
354
|
"""
|
|
354
355
|
Variable name
|
|
355
356
|
"""
|
|
@@ -357,7 +358,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
357
358
|
|
|
358
359
|
@property
|
|
359
360
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
360
|
-
def ipsec_enable_anti_replay(self) -> bool:
|
|
361
|
+
def ipsec_enable_anti_replay(self) -> builtins.bool:
|
|
361
362
|
"""
|
|
362
363
|
Enable Anti-Replay
|
|
363
364
|
"""
|
|
@@ -365,7 +366,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
365
366
|
|
|
366
367
|
@property
|
|
367
368
|
@pulumi.getter(name="ipsecEnableAntiReplayVariable")
|
|
368
|
-
def ipsec_enable_anti_replay_variable(self) -> str:
|
|
369
|
+
def ipsec_enable_anti_replay_variable(self) -> builtins.str:
|
|
369
370
|
"""
|
|
370
371
|
Variable name
|
|
371
372
|
"""
|
|
@@ -373,7 +374,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
373
374
|
|
|
374
375
|
@property
|
|
375
376
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
376
|
-
def ipsec_enable_perfect_foward_secrecy(self) -> bool:
|
|
377
|
+
def ipsec_enable_perfect_foward_secrecy(self) -> builtins.bool:
|
|
377
378
|
"""
|
|
378
379
|
security Association Lifetime
|
|
379
380
|
"""
|
|
@@ -381,7 +382,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
381
382
|
|
|
382
383
|
@property
|
|
383
384
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecyVariable")
|
|
384
|
-
def ipsec_enable_perfect_foward_secrecy_variable(self) -> str:
|
|
385
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self) -> builtins.str:
|
|
385
386
|
"""
|
|
386
387
|
Variable name
|
|
387
388
|
"""
|
|
@@ -389,7 +390,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
389
390
|
|
|
390
391
|
@property
|
|
391
392
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
392
|
-
def ipsec_security_association_lifetime(self) -> int:
|
|
393
|
+
def ipsec_security_association_lifetime(self) -> builtins.int:
|
|
393
394
|
"""
|
|
394
395
|
Security Association Lifetime in Seconds
|
|
395
396
|
"""
|
|
@@ -397,7 +398,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
397
398
|
|
|
398
399
|
@property
|
|
399
400
|
@pulumi.getter(name="ipsecSecurityAssociationLifetimeVariable")
|
|
400
|
-
def ipsec_security_association_lifetime_variable(self) -> str:
|
|
401
|
+
def ipsec_security_association_lifetime_variable(self) -> builtins.str:
|
|
401
402
|
"""
|
|
402
403
|
Variable name
|
|
403
404
|
"""
|
|
@@ -405,7 +406,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
405
406
|
|
|
406
407
|
@property
|
|
407
408
|
@pulumi.getter(name="ipv4PoolSize")
|
|
408
|
-
def ipv4_pool_size(self) -> int:
|
|
409
|
+
def ipv4_pool_size(self) -> builtins.int:
|
|
409
410
|
"""
|
|
410
411
|
IPv4 Pool Size
|
|
411
412
|
"""
|
|
@@ -413,7 +414,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
413
414
|
|
|
414
415
|
@property
|
|
415
416
|
@pulumi.getter(name="ipv4PoolSizeVariable")
|
|
416
|
-
def ipv4_pool_size_variable(self) -> str:
|
|
417
|
+
def ipv4_pool_size_variable(self) -> builtins.str:
|
|
417
418
|
"""
|
|
418
419
|
Variable name
|
|
419
420
|
"""
|
|
@@ -421,7 +422,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
421
422
|
|
|
422
423
|
@property
|
|
423
424
|
@pulumi.getter(name="ipv6PoolSize")
|
|
424
|
-
def ipv6_pool_size(self) -> int:
|
|
425
|
+
def ipv6_pool_size(self) -> builtins.int:
|
|
425
426
|
"""
|
|
426
427
|
IPv6 Pool Size
|
|
427
428
|
"""
|
|
@@ -429,7 +430,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
429
430
|
|
|
430
431
|
@property
|
|
431
432
|
@pulumi.getter(name="ipv6PoolSizeVariable")
|
|
432
|
-
def ipv6_pool_size_variable(self) -> str:
|
|
433
|
+
def ipv6_pool_size_variable(self) -> builtins.str:
|
|
433
434
|
"""
|
|
434
435
|
Variable name
|
|
435
436
|
"""
|
|
@@ -437,7 +438,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
437
438
|
|
|
438
439
|
@property
|
|
439
440
|
@pulumi.getter
|
|
440
|
-
def name(self) -> str:
|
|
441
|
+
def name(self) -> builtins.str:
|
|
441
442
|
"""
|
|
442
443
|
The name of the Feature
|
|
443
444
|
"""
|
|
@@ -445,7 +446,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
445
446
|
|
|
446
447
|
@property
|
|
447
448
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
448
|
-
def psk_authentication_pre_shared_key(self) -> str:
|
|
449
|
+
def psk_authentication_pre_shared_key(self) -> builtins.str:
|
|
449
450
|
"""
|
|
450
451
|
PSK Pre Shared Key
|
|
451
452
|
"""
|
|
@@ -453,7 +454,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
453
454
|
|
|
454
455
|
@property
|
|
455
456
|
@pulumi.getter(name="pskAuthenticationPreSharedKeyVariable")
|
|
456
|
-
def psk_authentication_pre_shared_key_variable(self) -> str:
|
|
457
|
+
def psk_authentication_pre_shared_key_variable(self) -> builtins.str:
|
|
457
458
|
"""
|
|
458
459
|
Variable name
|
|
459
460
|
"""
|
|
@@ -461,7 +462,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
461
462
|
|
|
462
463
|
@property
|
|
463
464
|
@pulumi.getter(name="pskAuthenticationType")
|
|
464
|
-
def psk_authentication_type(self) -> str:
|
|
465
|
+
def psk_authentication_type(self) -> builtins.str:
|
|
465
466
|
"""
|
|
466
467
|
PSK Selection
|
|
467
468
|
"""
|
|
@@ -469,7 +470,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
469
470
|
|
|
470
471
|
@property
|
|
471
472
|
@pulumi.getter(name="pskAuthenticationTypeVariable")
|
|
472
|
-
def psk_authentication_type_variable(self) -> str:
|
|
473
|
+
def psk_authentication_type_variable(self) -> builtins.str:
|
|
473
474
|
"""
|
|
474
475
|
Variable name
|
|
475
476
|
"""
|
|
@@ -477,12 +478,12 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter(name="radiusGroupName")
|
|
480
|
-
def radius_group_name(self) -> str:
|
|
481
|
+
def radius_group_name(self) -> builtins.str:
|
|
481
482
|
return pulumi.get(self, "radius_group_name")
|
|
482
483
|
|
|
483
484
|
@property
|
|
484
485
|
@pulumi.getter(name="radiusGroupNameVariable")
|
|
485
|
-
def radius_group_name_variable(self) -> str:
|
|
486
|
+
def radius_group_name_variable(self) -> builtins.str:
|
|
486
487
|
"""
|
|
487
488
|
Variable name
|
|
488
489
|
"""
|
|
@@ -490,7 +491,7 @@ class GetSystemRemoteAccessFeatureResult:
|
|
|
490
491
|
|
|
491
492
|
@property
|
|
492
493
|
@pulumi.getter
|
|
493
|
-
def version(self) -> int:
|
|
494
|
+
def version(self) -> builtins.int:
|
|
494
495
|
"""
|
|
495
496
|
The version of the Feature
|
|
496
497
|
"""
|
|
@@ -550,8 +551,8 @@ class AwaitableGetSystemRemoteAccessFeatureResult(GetSystemRemoteAccessFeatureRe
|
|
|
550
551
|
version=self.version)
|
|
551
552
|
|
|
552
553
|
|
|
553
|
-
def get_system_remote_access_feature(feature_profile_id: Optional[str] = None,
|
|
554
|
-
id: Optional[str] = None,
|
|
554
|
+
def get_system_remote_access_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
555
|
+
id: Optional[builtins.str] = None,
|
|
555
556
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemRemoteAccessFeatureResult:
|
|
556
557
|
"""
|
|
557
558
|
This data source can read the System Remote Access Feature.
|
|
@@ -567,8 +568,8 @@ def get_system_remote_access_feature(feature_profile_id: Optional[str] = None,
|
|
|
567
568
|
```
|
|
568
569
|
|
|
569
570
|
|
|
570
|
-
:param str feature_profile_id: Feature Profile ID
|
|
571
|
-
:param str id: The id of the Feature
|
|
571
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
572
|
+
:param builtins.str id: The id of the Feature
|
|
572
573
|
"""
|
|
573
574
|
__args__ = dict()
|
|
574
575
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -622,8 +623,8 @@ def get_system_remote_access_feature(feature_profile_id: Optional[str] = None,
|
|
|
622
623
|
radius_group_name=pulumi.get(__ret__, 'radius_group_name'),
|
|
623
624
|
radius_group_name_variable=pulumi.get(__ret__, 'radius_group_name_variable'),
|
|
624
625
|
version=pulumi.get(__ret__, 'version'))
|
|
625
|
-
def get_system_remote_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
626
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
626
|
+
def get_system_remote_access_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
627
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
627
628
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemRemoteAccessFeatureResult]:
|
|
628
629
|
"""
|
|
629
630
|
This data source can read the System Remote Access Feature.
|
|
@@ -639,8 +640,8 @@ def get_system_remote_access_feature_output(feature_profile_id: Optional[pulumi.
|
|
|
639
640
|
```
|
|
640
641
|
|
|
641
642
|
|
|
642
|
-
:param str feature_profile_id: Feature Profile ID
|
|
643
|
-
:param str id: The id of the Feature
|
|
643
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
644
|
+
:param builtins.str id: The id of the Feature
|
|
644
645
|
"""
|
|
645
646
|
__args__ = dict()
|
|
646
647
|
__args__['featureProfileId'] = feature_profile_id
|