pulumi-sdwan 0.3.0a1743057086__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_sdwan/__init__.py +21 -0
- pulumi_sdwan/_inputs.py +18211 -17969
- 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 +70 -65
- 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 +106 -109
- 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 +702 -0
- 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 +22 -21
- 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 +273 -0
- 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 +43 -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 +118 -19
- 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 +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +35 -20
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +35 -20
- 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 +40 -25
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +40 -25
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +40 -25
- 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 +40 -25
- 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 +40 -25
- 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 +141 -0
- 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 +35 -20
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +35 -20
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +35 -20
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +35 -20
- 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 +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +40 -25
- 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 +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +40 -25
- 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 +40 -25
- 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 +40 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +34 -21
- 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 +218 -166
- 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 +21450 -21092
- 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 +505 -175
- 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 +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +77 -44
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +91 -58
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +91 -58
- 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 +91 -58
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +91 -58
- 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 +284 -0
- 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 +340 -332
- 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 +77 -44
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +77 -44
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +77 -44
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +77 -44
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +91 -58
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +240 -241
- 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 +90 -77
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.1.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.1.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743057086.dist-info/RECORD +0 -476
- {pulumi_sdwan-0.3.0a1743057086.dist-info → pulumi_sdwan-0.3.1.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -226,7 +227,7 @@ class GetSystemBasicFeatureResult:
|
|
|
226
227
|
|
|
227
228
|
@property
|
|
228
229
|
@pulumi.getter(name="adminTechOnFailure")
|
|
229
|
-
def admin_tech_on_failure(self) -> bool:
|
|
230
|
+
def admin_tech_on_failure(self) -> builtins.bool:
|
|
230
231
|
"""
|
|
231
232
|
Collect admin-tech before reboot due to daemon failure
|
|
232
233
|
"""
|
|
@@ -234,7 +235,7 @@ class GetSystemBasicFeatureResult:
|
|
|
234
235
|
|
|
235
236
|
@property
|
|
236
237
|
@pulumi.getter(name="adminTechOnFailureVariable")
|
|
237
|
-
def admin_tech_on_failure_variable(self) -> str:
|
|
238
|
+
def admin_tech_on_failure_variable(self) -> builtins.str:
|
|
238
239
|
"""
|
|
239
240
|
Variable name
|
|
240
241
|
"""
|
|
@@ -242,7 +243,7 @@ class GetSystemBasicFeatureResult:
|
|
|
242
243
|
|
|
243
244
|
@property
|
|
244
245
|
@pulumi.getter(name="affinityGroupNumber")
|
|
245
|
-
def affinity_group_number(self) -> int:
|
|
246
|
+
def affinity_group_number(self) -> builtins.int:
|
|
246
247
|
"""
|
|
247
248
|
Affinity Group Number
|
|
248
249
|
"""
|
|
@@ -250,7 +251,7 @@ class GetSystemBasicFeatureResult:
|
|
|
250
251
|
|
|
251
252
|
@property
|
|
252
253
|
@pulumi.getter(name="affinityGroupNumberVariable")
|
|
253
|
-
def affinity_group_number_variable(self) -> str:
|
|
254
|
+
def affinity_group_number_variable(self) -> builtins.str:
|
|
254
255
|
"""
|
|
255
256
|
Variable name
|
|
256
257
|
"""
|
|
@@ -258,7 +259,7 @@ class GetSystemBasicFeatureResult:
|
|
|
258
259
|
|
|
259
260
|
@property
|
|
260
261
|
@pulumi.getter(name="affinityGroupPreferences")
|
|
261
|
-
def affinity_group_preferences(self) -> Sequence[int]:
|
|
262
|
+
def affinity_group_preferences(self) -> Sequence[builtins.int]:
|
|
262
263
|
"""
|
|
263
264
|
Affinity Group Preference
|
|
264
265
|
"""
|
|
@@ -266,7 +267,7 @@ class GetSystemBasicFeatureResult:
|
|
|
266
267
|
|
|
267
268
|
@property
|
|
268
269
|
@pulumi.getter(name="affinityGroupPreferencesVariable")
|
|
269
|
-
def affinity_group_preferences_variable(self) -> str:
|
|
270
|
+
def affinity_group_preferences_variable(self) -> builtins.str:
|
|
270
271
|
"""
|
|
271
272
|
Variable name
|
|
272
273
|
"""
|
|
@@ -282,7 +283,7 @@ class GetSystemBasicFeatureResult:
|
|
|
282
283
|
|
|
283
284
|
@property
|
|
284
285
|
@pulumi.getter(name="affinityPreferenceAuto")
|
|
285
|
-
def affinity_preference_auto(self) -> bool:
|
|
286
|
+
def affinity_preference_auto(self) -> builtins.bool:
|
|
286
287
|
"""
|
|
287
288
|
Affinity Group Preference Auto
|
|
288
289
|
"""
|
|
@@ -290,7 +291,7 @@ class GetSystemBasicFeatureResult:
|
|
|
290
291
|
|
|
291
292
|
@property
|
|
292
293
|
@pulumi.getter(name="affinityPreferenceAutoVariable")
|
|
293
|
-
def affinity_preference_auto_variable(self) -> str:
|
|
294
|
+
def affinity_preference_auto_variable(self) -> builtins.str:
|
|
294
295
|
"""
|
|
295
296
|
Variable name
|
|
296
297
|
"""
|
|
@@ -298,7 +299,7 @@ class GetSystemBasicFeatureResult:
|
|
|
298
299
|
|
|
299
300
|
@property
|
|
300
301
|
@pulumi.getter(name="configDescription")
|
|
301
|
-
def config_description(self) -> str:
|
|
302
|
+
def config_description(self) -> builtins.str:
|
|
302
303
|
"""
|
|
303
304
|
Set a text description of the device
|
|
304
305
|
"""
|
|
@@ -306,7 +307,7 @@ class GetSystemBasicFeatureResult:
|
|
|
306
307
|
|
|
307
308
|
@property
|
|
308
309
|
@pulumi.getter(name="configDescriptionVariable")
|
|
309
|
-
def config_description_variable(self) -> str:
|
|
310
|
+
def config_description_variable(self) -> builtins.str:
|
|
310
311
|
"""
|
|
311
312
|
Variable name
|
|
312
313
|
"""
|
|
@@ -314,7 +315,7 @@ class GetSystemBasicFeatureResult:
|
|
|
314
315
|
|
|
315
316
|
@property
|
|
316
317
|
@pulumi.getter(name="consoleBaudRate")
|
|
317
|
-
def console_baud_rate(self) -> str:
|
|
318
|
+
def console_baud_rate(self) -> builtins.str:
|
|
318
319
|
"""
|
|
319
320
|
Set the console baud rate
|
|
320
321
|
"""
|
|
@@ -322,7 +323,7 @@ class GetSystemBasicFeatureResult:
|
|
|
322
323
|
|
|
323
324
|
@property
|
|
324
325
|
@pulumi.getter(name="consoleBaudRateVariable")
|
|
325
|
-
def console_baud_rate_variable(self) -> str:
|
|
326
|
+
def console_baud_rate_variable(self) -> builtins.str:
|
|
326
327
|
"""
|
|
327
328
|
Variable name
|
|
328
329
|
"""
|
|
@@ -330,7 +331,7 @@ class GetSystemBasicFeatureResult:
|
|
|
330
331
|
|
|
331
332
|
@property
|
|
332
333
|
@pulumi.getter(name="controlSessionPps")
|
|
333
|
-
def control_session_pps(self) -> int:
|
|
334
|
+
def control_session_pps(self) -> builtins.int:
|
|
334
335
|
"""
|
|
335
336
|
Set the policer rate for control sessions
|
|
336
337
|
"""
|
|
@@ -338,7 +339,7 @@ class GetSystemBasicFeatureResult:
|
|
|
338
339
|
|
|
339
340
|
@property
|
|
340
341
|
@pulumi.getter(name="controlSessionPpsVariable")
|
|
341
|
-
def control_session_pps_variable(self) -> str:
|
|
342
|
+
def control_session_pps_variable(self) -> builtins.str:
|
|
342
343
|
"""
|
|
343
344
|
Variable name
|
|
344
345
|
"""
|
|
@@ -346,7 +347,7 @@ class GetSystemBasicFeatureResult:
|
|
|
346
347
|
|
|
347
348
|
@property
|
|
348
349
|
@pulumi.getter(name="controllerGroups")
|
|
349
|
-
def controller_groups(self) -> Sequence[int]:
|
|
350
|
+
def controller_groups(self) -> Sequence[builtins.int]:
|
|
350
351
|
"""
|
|
351
352
|
Configure a list of comma-separated controller groups
|
|
352
353
|
"""
|
|
@@ -354,7 +355,7 @@ class GetSystemBasicFeatureResult:
|
|
|
354
355
|
|
|
355
356
|
@property
|
|
356
357
|
@pulumi.getter(name="controllerGroupsVariable")
|
|
357
|
-
def controller_groups_variable(self) -> str:
|
|
358
|
+
def controller_groups_variable(self) -> builtins.str:
|
|
358
359
|
"""
|
|
359
360
|
Variable name
|
|
360
361
|
"""
|
|
@@ -362,7 +363,7 @@ class GetSystemBasicFeatureResult:
|
|
|
362
363
|
|
|
363
364
|
@property
|
|
364
365
|
@pulumi.getter
|
|
365
|
-
def description(self) -> str:
|
|
366
|
+
def description(self) -> builtins.str:
|
|
366
367
|
"""
|
|
367
368
|
The description of the Feature
|
|
368
369
|
"""
|
|
@@ -370,7 +371,7 @@ class GetSystemBasicFeatureResult:
|
|
|
370
371
|
|
|
371
372
|
@property
|
|
372
373
|
@pulumi.getter(name="deviceGroups")
|
|
373
|
-
def device_groups(self) -> Sequence[str]:
|
|
374
|
+
def device_groups(self) -> Sequence[builtins.str]:
|
|
374
375
|
"""
|
|
375
376
|
Device groups
|
|
376
377
|
"""
|
|
@@ -378,7 +379,7 @@ class GetSystemBasicFeatureResult:
|
|
|
378
379
|
|
|
379
380
|
@property
|
|
380
381
|
@pulumi.getter(name="deviceGroupsVariable")
|
|
381
|
-
def device_groups_variable(self) -> str:
|
|
382
|
+
def device_groups_variable(self) -> builtins.str:
|
|
382
383
|
"""
|
|
383
384
|
Variable name
|
|
384
385
|
"""
|
|
@@ -386,7 +387,7 @@ class GetSystemBasicFeatureResult:
|
|
|
386
387
|
|
|
387
388
|
@property
|
|
388
389
|
@pulumi.getter(name="enhancedAppAwareRouting")
|
|
389
|
-
def enhanced_app_aware_routing(self) -> str:
|
|
390
|
+
def enhanced_app_aware_routing(self) -> builtins.str:
|
|
390
391
|
"""
|
|
391
392
|
Enable SLA Dampening and Enhanced App Routing.
|
|
392
393
|
"""
|
|
@@ -394,7 +395,7 @@ class GetSystemBasicFeatureResult:
|
|
|
394
395
|
|
|
395
396
|
@property
|
|
396
397
|
@pulumi.getter(name="enhancedAppAwareRoutingVariable")
|
|
397
|
-
def enhanced_app_aware_routing_variable(self) -> str:
|
|
398
|
+
def enhanced_app_aware_routing_variable(self) -> builtins.str:
|
|
398
399
|
"""
|
|
399
400
|
Variable name
|
|
400
401
|
"""
|
|
@@ -402,7 +403,7 @@ class GetSystemBasicFeatureResult:
|
|
|
402
403
|
|
|
403
404
|
@property
|
|
404
405
|
@pulumi.getter(name="featureProfileId")
|
|
405
|
-
def feature_profile_id(self) -> str:
|
|
406
|
+
def feature_profile_id(self) -> builtins.str:
|
|
406
407
|
"""
|
|
407
408
|
Feature Profile ID
|
|
408
409
|
"""
|
|
@@ -410,7 +411,7 @@ class GetSystemBasicFeatureResult:
|
|
|
410
411
|
|
|
411
412
|
@property
|
|
412
413
|
@pulumi.getter(name="gpsGeoFencingEnable")
|
|
413
|
-
def gps_geo_fencing_enable(self) -> bool:
|
|
414
|
+
def gps_geo_fencing_enable(self) -> builtins.bool:
|
|
414
415
|
"""
|
|
415
416
|
Enable Geo fencing
|
|
416
417
|
"""
|
|
@@ -418,7 +419,7 @@ class GetSystemBasicFeatureResult:
|
|
|
418
419
|
|
|
419
420
|
@property
|
|
420
421
|
@pulumi.getter(name="gpsGeoFencingRange")
|
|
421
|
-
def gps_geo_fencing_range(self) -> int:
|
|
422
|
+
def gps_geo_fencing_range(self) -> builtins.int:
|
|
422
423
|
"""
|
|
423
424
|
Set the device’s geo fencing range
|
|
424
425
|
"""
|
|
@@ -426,7 +427,7 @@ class GetSystemBasicFeatureResult:
|
|
|
426
427
|
|
|
427
428
|
@property
|
|
428
429
|
@pulumi.getter(name="gpsGeoFencingRangeVariable")
|
|
429
|
-
def gps_geo_fencing_range_variable(self) -> str:
|
|
430
|
+
def gps_geo_fencing_range_variable(self) -> builtins.str:
|
|
430
431
|
"""
|
|
431
432
|
Variable name
|
|
432
433
|
"""
|
|
@@ -434,7 +435,7 @@ class GetSystemBasicFeatureResult:
|
|
|
434
435
|
|
|
435
436
|
@property
|
|
436
437
|
@pulumi.getter(name="gpsLatitude")
|
|
437
|
-
def gps_latitude(self) -> float:
|
|
438
|
+
def gps_latitude(self) -> builtins.float:
|
|
438
439
|
"""
|
|
439
440
|
Set the device physical latitude
|
|
440
441
|
"""
|
|
@@ -442,7 +443,7 @@ class GetSystemBasicFeatureResult:
|
|
|
442
443
|
|
|
443
444
|
@property
|
|
444
445
|
@pulumi.getter(name="gpsLatitudeVariable")
|
|
445
|
-
def gps_latitude_variable(self) -> str:
|
|
446
|
+
def gps_latitude_variable(self) -> builtins.str:
|
|
446
447
|
"""
|
|
447
448
|
Variable name
|
|
448
449
|
"""
|
|
@@ -450,7 +451,7 @@ class GetSystemBasicFeatureResult:
|
|
|
450
451
|
|
|
451
452
|
@property
|
|
452
453
|
@pulumi.getter(name="gpsLongitude")
|
|
453
|
-
def gps_longitude(self) -> float:
|
|
454
|
+
def gps_longitude(self) -> builtins.float:
|
|
454
455
|
"""
|
|
455
456
|
Set the device physical longitude
|
|
456
457
|
"""
|
|
@@ -458,7 +459,7 @@ class GetSystemBasicFeatureResult:
|
|
|
458
459
|
|
|
459
460
|
@property
|
|
460
461
|
@pulumi.getter(name="gpsLongitudeVariable")
|
|
461
|
-
def gps_longitude_variable(self) -> str:
|
|
462
|
+
def gps_longitude_variable(self) -> builtins.str:
|
|
462
463
|
"""
|
|
463
464
|
Variable name
|
|
464
465
|
"""
|
|
@@ -466,7 +467,7 @@ class GetSystemBasicFeatureResult:
|
|
|
466
467
|
|
|
467
468
|
@property
|
|
468
469
|
@pulumi.getter(name="gpsSmsEnable")
|
|
469
|
-
def gps_sms_enable(self) -> bool:
|
|
470
|
+
def gps_sms_enable(self) -> builtins.bool:
|
|
470
471
|
"""
|
|
471
472
|
Enable device’s geo fencing SMS
|
|
472
473
|
"""
|
|
@@ -482,7 +483,7 @@ class GetSystemBasicFeatureResult:
|
|
|
482
483
|
|
|
483
484
|
@property
|
|
484
485
|
@pulumi.getter
|
|
485
|
-
def id(self) -> str:
|
|
486
|
+
def id(self) -> builtins.str:
|
|
486
487
|
"""
|
|
487
488
|
The id of the Feature
|
|
488
489
|
"""
|
|
@@ -490,7 +491,7 @@ class GetSystemBasicFeatureResult:
|
|
|
490
491
|
|
|
491
492
|
@property
|
|
492
493
|
@pulumi.getter(name="idleTimeout")
|
|
493
|
-
def idle_timeout(self) -> int:
|
|
494
|
+
def idle_timeout(self) -> builtins.int:
|
|
494
495
|
"""
|
|
495
496
|
Idle CLI timeout in minutes
|
|
496
497
|
"""
|
|
@@ -498,7 +499,7 @@ class GetSystemBasicFeatureResult:
|
|
|
498
499
|
|
|
499
500
|
@property
|
|
500
501
|
@pulumi.getter(name="idleTimeoutVariable")
|
|
501
|
-
def idle_timeout_variable(self) -> str:
|
|
502
|
+
def idle_timeout_variable(self) -> builtins.str:
|
|
502
503
|
"""
|
|
503
504
|
Variable name
|
|
504
505
|
"""
|
|
@@ -506,7 +507,7 @@ class GetSystemBasicFeatureResult:
|
|
|
506
507
|
|
|
507
508
|
@property
|
|
508
509
|
@pulumi.getter
|
|
509
|
-
def location(self) -> str:
|
|
510
|
+
def location(self) -> builtins.str:
|
|
510
511
|
"""
|
|
511
512
|
Set the location of the device
|
|
512
513
|
"""
|
|
@@ -514,7 +515,7 @@ class GetSystemBasicFeatureResult:
|
|
|
514
515
|
|
|
515
516
|
@property
|
|
516
517
|
@pulumi.getter(name="locationVariable")
|
|
517
|
-
def location_variable(self) -> str:
|
|
518
|
+
def location_variable(self) -> builtins.str:
|
|
518
519
|
"""
|
|
519
520
|
Variable name
|
|
520
521
|
"""
|
|
@@ -522,7 +523,7 @@ class GetSystemBasicFeatureResult:
|
|
|
522
523
|
|
|
523
524
|
@property
|
|
524
525
|
@pulumi.getter(name="maxOmpSessions")
|
|
525
|
-
def max_omp_sessions(self) -> int:
|
|
526
|
+
def max_omp_sessions(self) -> builtins.int:
|
|
526
527
|
"""
|
|
527
528
|
Set the maximum number of OMP sessions \\n\\n the device can have
|
|
528
529
|
"""
|
|
@@ -530,7 +531,7 @@ class GetSystemBasicFeatureResult:
|
|
|
530
531
|
|
|
531
532
|
@property
|
|
532
533
|
@pulumi.getter(name="maxOmpSessionsVariable")
|
|
533
|
-
def max_omp_sessions_variable(self) -> str:
|
|
534
|
+
def max_omp_sessions_variable(self) -> builtins.str:
|
|
534
535
|
"""
|
|
535
536
|
Variable name
|
|
536
537
|
"""
|
|
@@ -538,7 +539,7 @@ class GetSystemBasicFeatureResult:
|
|
|
538
539
|
|
|
539
540
|
@property
|
|
540
541
|
@pulumi.getter(name="multiTenant")
|
|
541
|
-
def multi_tenant(self) -> bool:
|
|
542
|
+
def multi_tenant(self) -> builtins.bool:
|
|
542
543
|
"""
|
|
543
544
|
Device is multi-tenant
|
|
544
545
|
"""
|
|
@@ -546,7 +547,7 @@ class GetSystemBasicFeatureResult:
|
|
|
546
547
|
|
|
547
548
|
@property
|
|
548
549
|
@pulumi.getter(name="multiTenantVariable")
|
|
549
|
-
def multi_tenant_variable(self) -> str:
|
|
550
|
+
def multi_tenant_variable(self) -> builtins.str:
|
|
550
551
|
"""
|
|
551
552
|
Variable name
|
|
552
553
|
"""
|
|
@@ -554,7 +555,7 @@ class GetSystemBasicFeatureResult:
|
|
|
554
555
|
|
|
555
556
|
@property
|
|
556
557
|
@pulumi.getter
|
|
557
|
-
def name(self) -> str:
|
|
558
|
+
def name(self) -> builtins.str:
|
|
558
559
|
"""
|
|
559
560
|
The name of the Feature
|
|
560
561
|
"""
|
|
@@ -562,7 +563,7 @@ class GetSystemBasicFeatureResult:
|
|
|
562
563
|
|
|
563
564
|
@property
|
|
564
565
|
@pulumi.getter(name="onDemandEnable")
|
|
565
|
-
def on_demand_enable(self) -> bool:
|
|
566
|
+
def on_demand_enable(self) -> builtins.bool:
|
|
566
567
|
"""
|
|
567
568
|
Enable or disable On-demand Tunnel
|
|
568
569
|
"""
|
|
@@ -570,7 +571,7 @@ class GetSystemBasicFeatureResult:
|
|
|
570
571
|
|
|
571
572
|
@property
|
|
572
573
|
@pulumi.getter(name="onDemandEnableVariable")
|
|
573
|
-
def on_demand_enable_variable(self) -> str:
|
|
574
|
+
def on_demand_enable_variable(self) -> builtins.str:
|
|
574
575
|
"""
|
|
575
576
|
Variable name
|
|
576
577
|
"""
|
|
@@ -578,7 +579,7 @@ class GetSystemBasicFeatureResult:
|
|
|
578
579
|
|
|
579
580
|
@property
|
|
580
581
|
@pulumi.getter(name="onDemandIdleTimeout")
|
|
581
|
-
def on_demand_idle_timeout(self) -> int:
|
|
582
|
+
def on_demand_idle_timeout(self) -> builtins.int:
|
|
582
583
|
"""
|
|
583
584
|
Set the idle timeout for on-demand tunnels
|
|
584
585
|
"""
|
|
@@ -586,7 +587,7 @@ class GetSystemBasicFeatureResult:
|
|
|
586
587
|
|
|
587
588
|
@property
|
|
588
589
|
@pulumi.getter(name="onDemandIdleTimeoutVariable")
|
|
589
|
-
def on_demand_idle_timeout_variable(self) -> str:
|
|
590
|
+
def on_demand_idle_timeout_variable(self) -> builtins.str:
|
|
590
591
|
"""
|
|
591
592
|
Variable name
|
|
592
593
|
"""
|
|
@@ -594,7 +595,7 @@ class GetSystemBasicFeatureResult:
|
|
|
594
595
|
|
|
595
596
|
@property
|
|
596
597
|
@pulumi.getter(name="overlayId")
|
|
597
|
-
def overlay_id(self) -> int:
|
|
598
|
+
def overlay_id(self) -> builtins.int:
|
|
598
599
|
"""
|
|
599
600
|
Set the Overlay ID
|
|
600
601
|
"""
|
|
@@ -602,7 +603,7 @@ class GetSystemBasicFeatureResult:
|
|
|
602
603
|
|
|
603
604
|
@property
|
|
604
605
|
@pulumi.getter(name="overlayIdVariable")
|
|
605
|
-
def overlay_id_variable(self) -> str:
|
|
606
|
+
def overlay_id_variable(self) -> builtins.str:
|
|
606
607
|
"""
|
|
607
608
|
Variable name
|
|
608
609
|
"""
|
|
@@ -610,7 +611,7 @@ class GetSystemBasicFeatureResult:
|
|
|
610
611
|
|
|
611
612
|
@property
|
|
612
613
|
@pulumi.getter(name="portHopping")
|
|
613
|
-
def port_hopping(self) -> bool:
|
|
614
|
+
def port_hopping(self) -> builtins.bool:
|
|
614
615
|
"""
|
|
615
616
|
Enable port hopping
|
|
616
617
|
"""
|
|
@@ -618,7 +619,7 @@ class GetSystemBasicFeatureResult:
|
|
|
618
619
|
|
|
619
620
|
@property
|
|
620
621
|
@pulumi.getter(name="portHoppingVariable")
|
|
621
|
-
def port_hopping_variable(self) -> str:
|
|
622
|
+
def port_hopping_variable(self) -> builtins.str:
|
|
622
623
|
"""
|
|
623
624
|
Variable name
|
|
624
625
|
"""
|
|
@@ -626,7 +627,7 @@ class GetSystemBasicFeatureResult:
|
|
|
626
627
|
|
|
627
628
|
@property
|
|
628
629
|
@pulumi.getter(name="portOffset")
|
|
629
|
-
def port_offset(self) -> int:
|
|
630
|
+
def port_offset(self) -> builtins.int:
|
|
630
631
|
"""
|
|
631
632
|
Set the TLOC port offset when multiple devices are behind a NAT
|
|
632
633
|
"""
|
|
@@ -634,7 +635,7 @@ class GetSystemBasicFeatureResult:
|
|
|
634
635
|
|
|
635
636
|
@property
|
|
636
637
|
@pulumi.getter(name="portOffsetVariable")
|
|
637
|
-
def port_offset_variable(self) -> str:
|
|
638
|
+
def port_offset_variable(self) -> builtins.str:
|
|
638
639
|
"""
|
|
639
640
|
Variable name
|
|
640
641
|
"""
|
|
@@ -642,7 +643,7 @@ class GetSystemBasicFeatureResult:
|
|
|
642
643
|
|
|
643
644
|
@property
|
|
644
645
|
@pulumi.getter(name="siteTypes")
|
|
645
|
-
def site_types(self) -> Sequence[str]:
|
|
646
|
+
def site_types(self) -> Sequence[builtins.str]:
|
|
646
647
|
"""
|
|
647
648
|
Site Type
|
|
648
649
|
"""
|
|
@@ -650,7 +651,7 @@ class GetSystemBasicFeatureResult:
|
|
|
650
651
|
|
|
651
652
|
@property
|
|
652
653
|
@pulumi.getter(name="siteTypesVariable")
|
|
653
|
-
def site_types_variable(self) -> str:
|
|
654
|
+
def site_types_variable(self) -> builtins.str:
|
|
654
655
|
"""
|
|
655
656
|
Variable name
|
|
656
657
|
"""
|
|
@@ -658,7 +659,7 @@ class GetSystemBasicFeatureResult:
|
|
|
658
659
|
|
|
659
660
|
@property
|
|
660
661
|
@pulumi.getter
|
|
661
|
-
def timezone(self) -> str:
|
|
662
|
+
def timezone(self) -> builtins.str:
|
|
662
663
|
"""
|
|
663
664
|
Set the timezone
|
|
664
665
|
"""
|
|
@@ -666,7 +667,7 @@ class GetSystemBasicFeatureResult:
|
|
|
666
667
|
|
|
667
668
|
@property
|
|
668
669
|
@pulumi.getter(name="timezoneVariable")
|
|
669
|
-
def timezone_variable(self) -> str:
|
|
670
|
+
def timezone_variable(self) -> builtins.str:
|
|
670
671
|
"""
|
|
671
672
|
Variable name
|
|
672
673
|
"""
|
|
@@ -674,7 +675,7 @@ class GetSystemBasicFeatureResult:
|
|
|
674
675
|
|
|
675
676
|
@property
|
|
676
677
|
@pulumi.getter(name="trackDefaultGateway")
|
|
677
|
-
def track_default_gateway(self) -> bool:
|
|
678
|
+
def track_default_gateway(self) -> builtins.bool:
|
|
678
679
|
"""
|
|
679
680
|
Enable or disable default gateway tracking
|
|
680
681
|
"""
|
|
@@ -682,7 +683,7 @@ class GetSystemBasicFeatureResult:
|
|
|
682
683
|
|
|
683
684
|
@property
|
|
684
685
|
@pulumi.getter(name="trackDefaultGatewayVariable")
|
|
685
|
-
def track_default_gateway_variable(self) -> str:
|
|
686
|
+
def track_default_gateway_variable(self) -> builtins.str:
|
|
686
687
|
"""
|
|
687
688
|
Variable name
|
|
688
689
|
"""
|
|
@@ -690,7 +691,7 @@ class GetSystemBasicFeatureResult:
|
|
|
690
691
|
|
|
691
692
|
@property
|
|
692
693
|
@pulumi.getter(name="trackInterfaceTag")
|
|
693
|
-
def track_interface_tag(self) -> int:
|
|
694
|
+
def track_interface_tag(self) -> builtins.int:
|
|
694
695
|
"""
|
|
695
696
|
OMP Tag attached to routes based on interface tracking
|
|
696
697
|
"""
|
|
@@ -698,7 +699,7 @@ class GetSystemBasicFeatureResult:
|
|
|
698
699
|
|
|
699
700
|
@property
|
|
700
701
|
@pulumi.getter(name="trackInterfaceTagVariable")
|
|
701
|
-
def track_interface_tag_variable(self) -> str:
|
|
702
|
+
def track_interface_tag_variable(self) -> builtins.str:
|
|
702
703
|
"""
|
|
703
704
|
Variable name
|
|
704
705
|
"""
|
|
@@ -706,7 +707,7 @@ class GetSystemBasicFeatureResult:
|
|
|
706
707
|
|
|
707
708
|
@property
|
|
708
709
|
@pulumi.getter(name="trackTransport")
|
|
709
|
-
def track_transport(self) -> bool:
|
|
710
|
+
def track_transport(self) -> builtins.bool:
|
|
710
711
|
"""
|
|
711
712
|
Configure tracking of transport
|
|
712
713
|
"""
|
|
@@ -714,7 +715,7 @@ class GetSystemBasicFeatureResult:
|
|
|
714
715
|
|
|
715
716
|
@property
|
|
716
717
|
@pulumi.getter(name="trackTransportVariable")
|
|
717
|
-
def track_transport_variable(self) -> str:
|
|
718
|
+
def track_transport_variable(self) -> builtins.str:
|
|
718
719
|
"""
|
|
719
720
|
Variable name
|
|
720
721
|
"""
|
|
@@ -722,7 +723,7 @@ class GetSystemBasicFeatureResult:
|
|
|
722
723
|
|
|
723
724
|
@property
|
|
724
725
|
@pulumi.getter(name="transportGateway")
|
|
725
|
-
def transport_gateway(self) -> bool:
|
|
726
|
+
def transport_gateway(self) -> builtins.bool:
|
|
726
727
|
"""
|
|
727
728
|
Enable transport gateway
|
|
728
729
|
"""
|
|
@@ -730,7 +731,7 @@ class GetSystemBasicFeatureResult:
|
|
|
730
731
|
|
|
731
732
|
@property
|
|
732
733
|
@pulumi.getter(name="transportGatewayVariable")
|
|
733
|
-
def transport_gateway_variable(self) -> str:
|
|
734
|
+
def transport_gateway_variable(self) -> builtins.str:
|
|
734
735
|
"""
|
|
735
736
|
Variable name
|
|
736
737
|
"""
|
|
@@ -738,7 +739,7 @@ class GetSystemBasicFeatureResult:
|
|
|
738
739
|
|
|
739
740
|
@property
|
|
740
741
|
@pulumi.getter
|
|
741
|
-
def version(self) -> int:
|
|
742
|
+
def version(self) -> builtins.int:
|
|
742
743
|
"""
|
|
743
744
|
The version of the Feature
|
|
744
745
|
"""
|
|
@@ -818,8 +819,8 @@ class AwaitableGetSystemBasicFeatureResult(GetSystemBasicFeatureResult):
|
|
|
818
819
|
version=self.version)
|
|
819
820
|
|
|
820
821
|
|
|
821
|
-
def get_system_basic_feature(feature_profile_id: Optional[str] = None,
|
|
822
|
-
id: Optional[str] = None,
|
|
822
|
+
def get_system_basic_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
823
|
+
id: Optional[builtins.str] = None,
|
|
823
824
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemBasicFeatureResult:
|
|
824
825
|
"""
|
|
825
826
|
This data source can read the System Basic Feature.
|
|
@@ -835,8 +836,8 @@ def get_system_basic_feature(feature_profile_id: Optional[str] = None,
|
|
|
835
836
|
```
|
|
836
837
|
|
|
837
838
|
|
|
838
|
-
:param str feature_profile_id: Feature Profile ID
|
|
839
|
-
:param str id: The id of the Feature
|
|
839
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
840
|
+
:param builtins.str id: The id of the Feature
|
|
840
841
|
"""
|
|
841
842
|
__args__ = dict()
|
|
842
843
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -910,8 +911,8 @@ def get_system_basic_feature(feature_profile_id: Optional[str] = None,
|
|
|
910
911
|
transport_gateway=pulumi.get(__ret__, 'transport_gateway'),
|
|
911
912
|
transport_gateway_variable=pulumi.get(__ret__, 'transport_gateway_variable'),
|
|
912
913
|
version=pulumi.get(__ret__, 'version'))
|
|
913
|
-
def get_system_basic_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
914
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
914
|
+
def get_system_basic_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
915
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
915
916
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemBasicFeatureResult]:
|
|
916
917
|
"""
|
|
917
918
|
This data source can read the System Basic Feature.
|
|
@@ -927,8 +928,8 @@ def get_system_basic_feature_output(feature_profile_id: Optional[pulumi.Input[st
|
|
|
927
928
|
```
|
|
928
929
|
|
|
929
930
|
|
|
930
|
-
:param str feature_profile_id: Feature Profile ID
|
|
931
|
-
:param str id: The id of the Feature
|
|
931
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
932
|
+
:param builtins.str id: The id of the Feature
|
|
932
933
|
"""
|
|
933
934
|
__args__ = dict()
|
|
934
935
|
__args__['featureProfileId'] = feature_profile_id
|