pulumi-sdwan 0.3.0a1743132889__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_sdwan/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17578 -17577
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +43 -42
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20912 -20911
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +231 -230
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +634 -633
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +320 -310
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +726 -725
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743132889.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -132,7 +133,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
132
133
|
|
|
133
134
|
@property
|
|
134
135
|
@pulumi.getter(name="applicationTunnelType")
|
|
135
|
-
def application_tunnel_type(self) -> str:
|
|
136
|
+
def application_tunnel_type(self) -> builtins.str:
|
|
136
137
|
"""
|
|
137
138
|
Enable Application Tunnel Type
|
|
138
139
|
"""
|
|
@@ -140,7 +141,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
140
141
|
|
|
141
142
|
@property
|
|
142
143
|
@pulumi.getter(name="applicationTunnelTypeVariable")
|
|
143
|
-
def application_tunnel_type_variable(self) -> str:
|
|
144
|
+
def application_tunnel_type_variable(self) -> builtins.str:
|
|
144
145
|
"""
|
|
145
146
|
Variable name
|
|
146
147
|
"""
|
|
@@ -148,7 +149,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
148
149
|
|
|
149
150
|
@property
|
|
150
151
|
@pulumi.getter(name="clearDontFragment")
|
|
151
|
-
def clear_dont_fragment(self) -> bool:
|
|
152
|
+
def clear_dont_fragment(self) -> builtins.bool:
|
|
152
153
|
"""
|
|
153
154
|
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
154
155
|
"""
|
|
@@ -156,7 +157,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
156
157
|
|
|
157
158
|
@property
|
|
158
159
|
@pulumi.getter(name="clearDontFragmentVariable")
|
|
159
|
-
def clear_dont_fragment_variable(self) -> str:
|
|
160
|
+
def clear_dont_fragment_variable(self) -> builtins.str:
|
|
160
161
|
"""
|
|
161
162
|
Variable name
|
|
162
163
|
"""
|
|
@@ -164,7 +165,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
164
165
|
|
|
165
166
|
@property
|
|
166
167
|
@pulumi.getter
|
|
167
|
-
def description(self) -> str:
|
|
168
|
+
def description(self) -> builtins.str:
|
|
168
169
|
"""
|
|
169
170
|
The description of the Feature
|
|
170
171
|
"""
|
|
@@ -172,7 +173,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
172
173
|
|
|
173
174
|
@property
|
|
174
175
|
@pulumi.getter(name="featureProfileId")
|
|
175
|
-
def feature_profile_id(self) -> str:
|
|
176
|
+
def feature_profile_id(self) -> builtins.str:
|
|
176
177
|
"""
|
|
177
178
|
Feature Profile ID
|
|
178
179
|
"""
|
|
@@ -180,7 +181,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
180
181
|
|
|
181
182
|
@property
|
|
182
183
|
@pulumi.getter
|
|
183
|
-
def id(self) -> str:
|
|
184
|
+
def id(self) -> builtins.str:
|
|
184
185
|
"""
|
|
185
186
|
The id of the Feature
|
|
186
187
|
"""
|
|
@@ -188,7 +189,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
188
189
|
|
|
189
190
|
@property
|
|
190
191
|
@pulumi.getter(name="interfaceDescription")
|
|
191
|
-
def interface_description(self) -> str:
|
|
192
|
+
def interface_description(self) -> builtins.str:
|
|
192
193
|
"""
|
|
193
194
|
Interface description
|
|
194
195
|
"""
|
|
@@ -196,7 +197,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
196
197
|
|
|
197
198
|
@property
|
|
198
199
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
199
|
-
def interface_description_variable(self) -> str:
|
|
200
|
+
def interface_description_variable(self) -> builtins.str:
|
|
200
201
|
"""
|
|
201
202
|
Variable name
|
|
202
203
|
"""
|
|
@@ -204,7 +205,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
204
205
|
|
|
205
206
|
@property
|
|
206
207
|
@pulumi.getter(name="interfaceName")
|
|
207
|
-
def interface_name(self) -> str:
|
|
208
|
+
def interface_name(self) -> builtins.str:
|
|
208
209
|
"""
|
|
209
210
|
Interface name (1..255)
|
|
210
211
|
"""
|
|
@@ -212,7 +213,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
212
213
|
|
|
213
214
|
@property
|
|
214
215
|
@pulumi.getter(name="interfaceNameVariable")
|
|
215
|
-
def interface_name_variable(self) -> str:
|
|
216
|
+
def interface_name_variable(self) -> builtins.str:
|
|
216
217
|
"""
|
|
217
218
|
Variable name
|
|
218
219
|
"""
|
|
@@ -220,7 +221,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
220
221
|
|
|
221
222
|
@property
|
|
222
223
|
@pulumi.getter(name="ipMtu")
|
|
223
|
-
def ip_mtu(self) -> int:
|
|
224
|
+
def ip_mtu(self) -> builtins.int:
|
|
224
225
|
"""
|
|
225
226
|
Interface MTU \\n\\n, in bytes
|
|
226
227
|
"""
|
|
@@ -228,7 +229,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
228
229
|
|
|
229
230
|
@property
|
|
230
231
|
@pulumi.getter(name="ipMtuVariable")
|
|
231
|
-
def ip_mtu_variable(self) -> str:
|
|
232
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
232
233
|
"""
|
|
233
234
|
Variable name
|
|
234
235
|
"""
|
|
@@ -236,12 +237,12 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
236
237
|
|
|
237
238
|
@property
|
|
238
239
|
@pulumi.getter(name="ipv4Address")
|
|
239
|
-
def ipv4_address(self) -> str:
|
|
240
|
+
def ipv4_address(self) -> builtins.str:
|
|
240
241
|
return pulumi.get(self, "ipv4_address")
|
|
241
242
|
|
|
242
243
|
@property
|
|
243
244
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
244
|
-
def ipv4_address_variable(self) -> str:
|
|
245
|
+
def ipv4_address_variable(self) -> builtins.str:
|
|
245
246
|
"""
|
|
246
247
|
Variable name
|
|
247
248
|
"""
|
|
@@ -249,12 +250,12 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
249
250
|
|
|
250
251
|
@property
|
|
251
252
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
252
|
-
def ipv4_subnet_mask(self) -> str:
|
|
253
|
+
def ipv4_subnet_mask(self) -> builtins.str:
|
|
253
254
|
return pulumi.get(self, "ipv4_subnet_mask")
|
|
254
255
|
|
|
255
256
|
@property
|
|
256
257
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
257
|
-
def ipv4_subnet_mask_variable(self) -> str:
|
|
258
|
+
def ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
258
259
|
"""
|
|
259
260
|
Variable name
|
|
260
261
|
"""
|
|
@@ -262,7 +263,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
262
263
|
|
|
263
264
|
@property
|
|
264
265
|
@pulumi.getter
|
|
265
|
-
def name(self) -> str:
|
|
266
|
+
def name(self) -> builtins.str:
|
|
266
267
|
"""
|
|
267
268
|
The name of the Feature
|
|
268
269
|
"""
|
|
@@ -270,7 +271,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
270
271
|
|
|
271
272
|
@property
|
|
272
273
|
@pulumi.getter
|
|
273
|
-
def shutdown(self) -> bool:
|
|
274
|
+
def shutdown(self) -> builtins.bool:
|
|
274
275
|
"""
|
|
275
276
|
Administrative state
|
|
276
277
|
"""
|
|
@@ -278,7 +279,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
278
279
|
|
|
279
280
|
@property
|
|
280
281
|
@pulumi.getter(name="shutdownVariable")
|
|
281
|
-
def shutdown_variable(self) -> str:
|
|
282
|
+
def shutdown_variable(self) -> builtins.str:
|
|
282
283
|
"""
|
|
283
284
|
Variable name
|
|
284
285
|
"""
|
|
@@ -286,7 +287,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
286
287
|
|
|
287
288
|
@property
|
|
288
289
|
@pulumi.getter(name="tcpMss")
|
|
289
|
-
def tcp_mss(self) -> int:
|
|
290
|
+
def tcp_mss(self) -> builtins.int:
|
|
290
291
|
"""
|
|
291
292
|
TCP MSS on SYN packets, in bytes
|
|
292
293
|
"""
|
|
@@ -294,7 +295,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
294
295
|
|
|
295
296
|
@property
|
|
296
297
|
@pulumi.getter(name="tcpMssVariable")
|
|
297
|
-
def tcp_mss_variable(self) -> str:
|
|
298
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
298
299
|
"""
|
|
299
300
|
Variable name
|
|
300
301
|
"""
|
|
@@ -302,7 +303,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
302
303
|
|
|
303
304
|
@property
|
|
304
305
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
305
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
306
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
306
307
|
"""
|
|
307
308
|
Transport WAN VPN Feature ID
|
|
308
309
|
"""
|
|
@@ -310,7 +311,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
310
311
|
|
|
311
312
|
@property
|
|
312
313
|
@pulumi.getter(name="tunnelDestinationIpv4Address")
|
|
313
|
-
def tunnel_destination_ipv4_address(self) -> str:
|
|
314
|
+
def tunnel_destination_ipv4_address(self) -> builtins.str:
|
|
314
315
|
"""
|
|
315
316
|
Tunnel destination IP Address
|
|
316
317
|
"""
|
|
@@ -318,7 +319,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
318
319
|
|
|
319
320
|
@property
|
|
320
321
|
@pulumi.getter(name="tunnelDestinationIpv4AddressVariable")
|
|
321
|
-
def tunnel_destination_ipv4_address_variable(self) -> str:
|
|
322
|
+
def tunnel_destination_ipv4_address_variable(self) -> builtins.str:
|
|
322
323
|
"""
|
|
323
324
|
Variable name
|
|
324
325
|
"""
|
|
@@ -326,7 +327,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
326
327
|
|
|
327
328
|
@property
|
|
328
329
|
@pulumi.getter(name="tunnelRouteViaLoopback")
|
|
329
|
-
def tunnel_route_via_loopback(self) -> str:
|
|
330
|
+
def tunnel_route_via_loopback(self) -> builtins.str:
|
|
330
331
|
"""
|
|
331
332
|
\\n\\n Interface name, can't be Loopback interface
|
|
332
333
|
"""
|
|
@@ -334,7 +335,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
334
335
|
|
|
335
336
|
@property
|
|
336
337
|
@pulumi.getter(name="tunnelRouteViaLoopbackVariable")
|
|
337
|
-
def tunnel_route_via_loopback_variable(self) -> str:
|
|
338
|
+
def tunnel_route_via_loopback_variable(self) -> builtins.str:
|
|
338
339
|
"""
|
|
339
340
|
Variable name
|
|
340
341
|
"""
|
|
@@ -342,7 +343,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
342
343
|
|
|
343
344
|
@property
|
|
344
345
|
@pulumi.getter(name="tunnelSourceInterface")
|
|
345
|
-
def tunnel_source_interface(self) -> str:
|
|
346
|
+
def tunnel_source_interface(self) -> builtins.str:
|
|
346
347
|
"""
|
|
347
348
|
\\n\\n Interface name
|
|
348
349
|
"""
|
|
@@ -350,7 +351,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
350
351
|
|
|
351
352
|
@property
|
|
352
353
|
@pulumi.getter(name="tunnelSourceInterfaceLoopback")
|
|
353
|
-
def tunnel_source_interface_loopback(self) -> str:
|
|
354
|
+
def tunnel_source_interface_loopback(self) -> builtins.str:
|
|
354
355
|
"""
|
|
355
356
|
\\n\\n Interface name
|
|
356
357
|
"""
|
|
@@ -358,7 +359,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
358
359
|
|
|
359
360
|
@property
|
|
360
361
|
@pulumi.getter(name="tunnelSourceInterfaceLoopbackVariable")
|
|
361
|
-
def tunnel_source_interface_loopback_variable(self) -> str:
|
|
362
|
+
def tunnel_source_interface_loopback_variable(self) -> builtins.str:
|
|
362
363
|
"""
|
|
363
364
|
Variable name
|
|
364
365
|
"""
|
|
@@ -366,7 +367,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
366
367
|
|
|
367
368
|
@property
|
|
368
369
|
@pulumi.getter(name="tunnelSourceInterfaceVariable")
|
|
369
|
-
def tunnel_source_interface_variable(self) -> str:
|
|
370
|
+
def tunnel_source_interface_variable(self) -> builtins.str:
|
|
370
371
|
"""
|
|
371
372
|
Variable name
|
|
372
373
|
"""
|
|
@@ -374,7 +375,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
374
375
|
|
|
375
376
|
@property
|
|
376
377
|
@pulumi.getter(name="tunnelSourceIpv4Address")
|
|
377
|
-
def tunnel_source_ipv4_address(self) -> str:
|
|
378
|
+
def tunnel_source_ipv4_address(self) -> builtins.str:
|
|
378
379
|
"""
|
|
379
380
|
Tunnel source IP Address
|
|
380
381
|
"""
|
|
@@ -382,7 +383,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
382
383
|
|
|
383
384
|
@property
|
|
384
385
|
@pulumi.getter(name="tunnelSourceIpv4AddressVariable")
|
|
385
|
-
def tunnel_source_ipv4_address_variable(self) -> str:
|
|
386
|
+
def tunnel_source_ipv4_address_variable(self) -> builtins.str:
|
|
386
387
|
"""
|
|
387
388
|
Variable name
|
|
388
389
|
"""
|
|
@@ -390,7 +391,7 @@ class GetTransportWanVpnInterfaceGreFeatureResult:
|
|
|
390
391
|
|
|
391
392
|
@property
|
|
392
393
|
@pulumi.getter
|
|
393
|
-
def version(self) -> int:
|
|
394
|
+
def version(self) -> builtins.int:
|
|
394
395
|
"""
|
|
395
396
|
The version of the Feature
|
|
396
397
|
"""
|
|
@@ -439,9 +440,9 @@ class AwaitableGetTransportWanVpnInterfaceGreFeatureResult(GetTransportWanVpnInt
|
|
|
439
440
|
version=self.version)
|
|
440
441
|
|
|
441
442
|
|
|
442
|
-
def get_transport_wan_vpn_interface_gre_feature(feature_profile_id: Optional[str] = None,
|
|
443
|
-
id: Optional[str] = None,
|
|
444
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
443
|
+
def get_transport_wan_vpn_interface_gre_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
444
|
+
id: Optional[builtins.str] = None,
|
|
445
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
445
446
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceGreFeatureResult:
|
|
446
447
|
"""
|
|
447
448
|
This data source can read the Transport WAN VPN Interface GRE Feature.
|
|
@@ -458,9 +459,9 @@ def get_transport_wan_vpn_interface_gre_feature(feature_profile_id: Optional[str
|
|
|
458
459
|
```
|
|
459
460
|
|
|
460
461
|
|
|
461
|
-
:param str feature_profile_id: Feature Profile ID
|
|
462
|
-
:param str id: The id of the Feature
|
|
463
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
462
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
463
|
+
:param builtins.str id: The id of the Feature
|
|
464
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
464
465
|
"""
|
|
465
466
|
__args__ = dict()
|
|
466
467
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -504,9 +505,9 @@ def get_transport_wan_vpn_interface_gre_feature(feature_profile_id: Optional[str
|
|
|
504
505
|
tunnel_source_ipv4_address=pulumi.get(__ret__, 'tunnel_source_ipv4_address'),
|
|
505
506
|
tunnel_source_ipv4_address_variable=pulumi.get(__ret__, 'tunnel_source_ipv4_address_variable'),
|
|
506
507
|
version=pulumi.get(__ret__, 'version'))
|
|
507
|
-
def get_transport_wan_vpn_interface_gre_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
508
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
509
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
508
|
+
def get_transport_wan_vpn_interface_gre_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
509
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
510
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
510
511
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceGreFeatureResult]:
|
|
511
512
|
"""
|
|
512
513
|
This data source can read the Transport WAN VPN Interface GRE Feature.
|
|
@@ -523,9 +524,9 @@ def get_transport_wan_vpn_interface_gre_feature_output(feature_profile_id: Optio
|
|
|
523
524
|
```
|
|
524
525
|
|
|
525
526
|
|
|
526
|
-
:param str feature_profile_id: Feature Profile ID
|
|
527
|
-
:param str id: The id of the Feature
|
|
528
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
527
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
528
|
+
:param builtins.str id: The id of the Feature
|
|
529
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
529
530
|
"""
|
|
530
531
|
__args__ = dict()
|
|
531
532
|
__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
|
|
@@ -48,7 +49,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
48
49
|
|
|
49
50
|
@property
|
|
50
51
|
@pulumi.getter(name="featureProfileId")
|
|
51
|
-
def feature_profile_id(self) -> str:
|
|
52
|
+
def feature_profile_id(self) -> builtins.str:
|
|
52
53
|
"""
|
|
53
54
|
Feature Profile ID
|
|
54
55
|
"""
|
|
@@ -56,7 +57,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
56
57
|
|
|
57
58
|
@property
|
|
58
59
|
@pulumi.getter
|
|
59
|
-
def id(self) -> str:
|
|
60
|
+
def id(self) -> builtins.str:
|
|
60
61
|
"""
|
|
61
62
|
The id of the object
|
|
62
63
|
"""
|
|
@@ -64,7 +65,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
64
65
|
|
|
65
66
|
@property
|
|
66
67
|
@pulumi.getter(name="transportTrackerFeatureId")
|
|
67
|
-
def transport_tracker_feature_id(self) -> str:
|
|
68
|
+
def transport_tracker_feature_id(self) -> builtins.str:
|
|
68
69
|
"""
|
|
69
70
|
Transport Tracker Feature ID
|
|
70
71
|
"""
|
|
@@ -72,7 +73,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
72
73
|
|
|
73
74
|
@property
|
|
74
75
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
75
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
76
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
76
77
|
"""
|
|
77
78
|
Transport WAN VPN Feature ID
|
|
78
79
|
"""
|
|
@@ -80,7 +81,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
80
81
|
|
|
81
82
|
@property
|
|
82
83
|
@pulumi.getter(name="transportWanVpnInterfaceGreFeatureId")
|
|
83
|
-
def transport_wan_vpn_interface_gre_feature_id(self) -> str:
|
|
84
|
+
def transport_wan_vpn_interface_gre_feature_id(self) -> builtins.str:
|
|
84
85
|
"""
|
|
85
86
|
Transport WAN VPN Interface GRE Feature ID
|
|
86
87
|
"""
|
|
@@ -88,7 +89,7 @@ class GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
|
88
89
|
|
|
89
90
|
@property
|
|
90
91
|
@pulumi.getter
|
|
91
|
-
def version(self) -> int:
|
|
92
|
+
def version(self) -> builtins.int:
|
|
92
93
|
"""
|
|
93
94
|
The version of the object
|
|
94
95
|
"""
|
|
@@ -109,10 +110,10 @@ class AwaitableGetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResul
|
|
|
109
110
|
version=self.version)
|
|
110
111
|
|
|
111
112
|
|
|
112
|
-
def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
113
|
-
id: Optional[str] = None,
|
|
114
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
115
|
-
transport_wan_vpn_interface_gre_feature_id: Optional[str] = None,
|
|
113
|
+
def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
114
|
+
id: Optional[builtins.str] = None,
|
|
115
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
116
|
+
transport_wan_vpn_interface_gre_feature_id: Optional[builtins.str] = None,
|
|
116
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult:
|
|
117
118
|
"""
|
|
118
119
|
This data source can read the Transport WAN VPN Interface GRE Feature Associate Tracker Feature .
|
|
@@ -130,10 +131,10 @@ def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature(featur
|
|
|
130
131
|
```
|
|
131
132
|
|
|
132
133
|
|
|
133
|
-
:param str feature_profile_id: Feature Profile ID
|
|
134
|
-
:param str id: The id of the object
|
|
135
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
136
|
-
:param str transport_wan_vpn_interface_gre_feature_id: Transport WAN VPN Interface GRE Feature ID
|
|
134
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
135
|
+
:param builtins.str id: The id of the object
|
|
136
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
137
|
+
:param builtins.str transport_wan_vpn_interface_gre_feature_id: Transport WAN VPN Interface GRE Feature ID
|
|
137
138
|
"""
|
|
138
139
|
__args__ = dict()
|
|
139
140
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -150,10 +151,10 @@ def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature(featur
|
|
|
150
151
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
151
152
|
transport_wan_vpn_interface_gre_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_interface_gre_feature_id'),
|
|
152
153
|
version=pulumi.get(__ret__, 'version'))
|
|
153
|
-
def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
154
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
155
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
156
|
-
transport_wan_vpn_interface_gre_feature_id: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
155
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
156
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
157
|
+
transport_wan_vpn_interface_gre_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
157
158
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResult]:
|
|
158
159
|
"""
|
|
159
160
|
This data source can read the Transport WAN VPN Interface GRE Feature Associate Tracker Feature .
|
|
@@ -171,10 +172,10 @@ def get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature_output
|
|
|
171
172
|
```
|
|
172
173
|
|
|
173
174
|
|
|
174
|
-
:param str feature_profile_id: Feature Profile ID
|
|
175
|
-
:param str id: The id of the object
|
|
176
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
177
|
-
:param str transport_wan_vpn_interface_gre_feature_id: Transport WAN VPN Interface GRE Feature ID
|
|
175
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
176
|
+
:param builtins.str id: The id of the object
|
|
177
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
178
|
+
:param builtins.str transport_wan_vpn_interface_gre_feature_id: Transport WAN VPN Interface GRE Feature ID
|
|
178
179
|
"""
|
|
179
180
|
__args__ = dict()
|
|
180
181
|
__args__['featureProfileId'] = feature_profile_id
|