pulumi-sdwan 0.3.0a1743132889__py3-none-any.whl → 0.3.1a1745552221__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17578 -17577
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +43 -42
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20912 -20911
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +231 -230
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +634 -633
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +320 -310
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +726 -725
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1a1745552221.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743132889.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -99,7 +100,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
99
100
|
|
|
100
101
|
@property
|
|
101
102
|
@pulumi.getter
|
|
102
|
-
def description(self) -> str:
|
|
103
|
+
def description(self) -> builtins.str:
|
|
103
104
|
"""
|
|
104
105
|
The description of the Feature
|
|
105
106
|
"""
|
|
@@ -107,7 +108,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
107
108
|
|
|
108
109
|
@property
|
|
109
110
|
@pulumi.getter(name="endpointApiUrl")
|
|
110
|
-
def endpoint_api_url(self) -> str:
|
|
111
|
+
def endpoint_api_url(self) -> builtins.str:
|
|
111
112
|
"""
|
|
112
113
|
API url of endpoint
|
|
113
114
|
"""
|
|
@@ -115,7 +116,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
115
116
|
|
|
116
117
|
@property
|
|
117
118
|
@pulumi.getter(name="endpointApiUrlVariable")
|
|
118
|
-
def endpoint_api_url_variable(self) -> str:
|
|
119
|
+
def endpoint_api_url_variable(self) -> builtins.str:
|
|
119
120
|
"""
|
|
120
121
|
Variable name
|
|
121
122
|
"""
|
|
@@ -123,7 +124,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
123
124
|
|
|
124
125
|
@property
|
|
125
126
|
@pulumi.getter(name="endpointDnsName")
|
|
126
|
-
def endpoint_dns_name(self) -> str:
|
|
127
|
+
def endpoint_dns_name(self) -> builtins.str:
|
|
127
128
|
"""
|
|
128
129
|
Endpoint DNS Name
|
|
129
130
|
"""
|
|
@@ -131,7 +132,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
131
132
|
|
|
132
133
|
@property
|
|
133
134
|
@pulumi.getter(name="endpointDnsNameVariable")
|
|
134
|
-
def endpoint_dns_name_variable(self) -> str:
|
|
135
|
+
def endpoint_dns_name_variable(self) -> builtins.str:
|
|
135
136
|
"""
|
|
136
137
|
Variable name
|
|
137
138
|
"""
|
|
@@ -139,7 +140,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
139
140
|
|
|
140
141
|
@property
|
|
141
142
|
@pulumi.getter(name="endpointIp")
|
|
142
|
-
def endpoint_ip(self) -> str:
|
|
143
|
+
def endpoint_ip(self) -> builtins.str:
|
|
143
144
|
"""
|
|
144
145
|
Endpoint IP
|
|
145
146
|
"""
|
|
@@ -147,7 +148,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
147
148
|
|
|
148
149
|
@property
|
|
149
150
|
@pulumi.getter(name="endpointIpVariable")
|
|
150
|
-
def endpoint_ip_variable(self) -> str:
|
|
151
|
+
def endpoint_ip_variable(self) -> builtins.str:
|
|
151
152
|
"""
|
|
152
153
|
Variable name
|
|
153
154
|
"""
|
|
@@ -155,7 +156,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
155
156
|
|
|
156
157
|
@property
|
|
157
158
|
@pulumi.getter(name="endpointTrackerType")
|
|
158
|
-
def endpoint_tracker_type(self) -> str:
|
|
159
|
+
def endpoint_tracker_type(self) -> builtins.str:
|
|
159
160
|
"""
|
|
160
161
|
Endpoint Tracker Type
|
|
161
162
|
"""
|
|
@@ -163,7 +164,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
163
164
|
|
|
164
165
|
@property
|
|
165
166
|
@pulumi.getter(name="endpointTrackerTypeVariable")
|
|
166
|
-
def endpoint_tracker_type_variable(self) -> str:
|
|
167
|
+
def endpoint_tracker_type_variable(self) -> builtins.str:
|
|
167
168
|
"""
|
|
168
169
|
Variable name
|
|
169
170
|
"""
|
|
@@ -171,7 +172,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
171
172
|
|
|
172
173
|
@property
|
|
173
174
|
@pulumi.getter(name="featureProfileId")
|
|
174
|
-
def feature_profile_id(self) -> str:
|
|
175
|
+
def feature_profile_id(self) -> builtins.str:
|
|
175
176
|
"""
|
|
176
177
|
Feature Profile ID
|
|
177
178
|
"""
|
|
@@ -179,7 +180,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
179
180
|
|
|
180
181
|
@property
|
|
181
182
|
@pulumi.getter
|
|
182
|
-
def id(self) -> str:
|
|
183
|
+
def id(self) -> builtins.str:
|
|
183
184
|
"""
|
|
184
185
|
The id of the Feature
|
|
185
186
|
"""
|
|
@@ -187,7 +188,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter
|
|
190
|
-
def interval(self) -> int:
|
|
191
|
+
def interval(self) -> builtins.int:
|
|
191
192
|
"""
|
|
192
193
|
Interval
|
|
193
194
|
"""
|
|
@@ -195,7 +196,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
195
196
|
|
|
196
197
|
@property
|
|
197
198
|
@pulumi.getter(name="intervalVariable")
|
|
198
|
-
def interval_variable(self) -> str:
|
|
199
|
+
def interval_variable(self) -> builtins.str:
|
|
199
200
|
"""
|
|
200
201
|
Variable name
|
|
201
202
|
"""
|
|
@@ -203,7 +204,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
203
204
|
|
|
204
205
|
@property
|
|
205
206
|
@pulumi.getter
|
|
206
|
-
def multiplier(self) -> int:
|
|
207
|
+
def multiplier(self) -> builtins.int:
|
|
207
208
|
"""
|
|
208
209
|
Multiplier
|
|
209
210
|
"""
|
|
@@ -211,7 +212,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
211
212
|
|
|
212
213
|
@property
|
|
213
214
|
@pulumi.getter(name="multiplierVariable")
|
|
214
|
-
def multiplier_variable(self) -> str:
|
|
215
|
+
def multiplier_variable(self) -> builtins.str:
|
|
215
216
|
"""
|
|
216
217
|
Variable name
|
|
217
218
|
"""
|
|
@@ -219,7 +220,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
219
220
|
|
|
220
221
|
@property
|
|
221
222
|
@pulumi.getter
|
|
222
|
-
def name(self) -> str:
|
|
223
|
+
def name(self) -> builtins.str:
|
|
223
224
|
"""
|
|
224
225
|
The name of the Feature
|
|
225
226
|
"""
|
|
@@ -227,7 +228,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
227
228
|
|
|
228
229
|
@property
|
|
229
230
|
@pulumi.getter
|
|
230
|
-
def threshold(self) -> int:
|
|
231
|
+
def threshold(self) -> builtins.int:
|
|
231
232
|
"""
|
|
232
233
|
Threshold
|
|
233
234
|
"""
|
|
@@ -235,7 +236,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
235
236
|
|
|
236
237
|
@property
|
|
237
238
|
@pulumi.getter(name="thresholdVariable")
|
|
238
|
-
def threshold_variable(self) -> str:
|
|
239
|
+
def threshold_variable(self) -> builtins.str:
|
|
239
240
|
"""
|
|
240
241
|
Variable name
|
|
241
242
|
"""
|
|
@@ -243,7 +244,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
243
244
|
|
|
244
245
|
@property
|
|
245
246
|
@pulumi.getter(name="trackerName")
|
|
246
|
-
def tracker_name(self) -> str:
|
|
247
|
+
def tracker_name(self) -> builtins.str:
|
|
247
248
|
"""
|
|
248
249
|
Tracker Name
|
|
249
250
|
"""
|
|
@@ -251,7 +252,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
251
252
|
|
|
252
253
|
@property
|
|
253
254
|
@pulumi.getter(name="trackerNameVariable")
|
|
254
|
-
def tracker_name_variable(self) -> str:
|
|
255
|
+
def tracker_name_variable(self) -> builtins.str:
|
|
255
256
|
"""
|
|
256
257
|
Variable name
|
|
257
258
|
"""
|
|
@@ -259,7 +260,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
259
260
|
|
|
260
261
|
@property
|
|
261
262
|
@pulumi.getter(name="trackerType")
|
|
262
|
-
def tracker_type(self) -> str:
|
|
263
|
+
def tracker_type(self) -> builtins.str:
|
|
263
264
|
"""
|
|
264
265
|
Tracker Type
|
|
265
266
|
"""
|
|
@@ -267,7 +268,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
267
268
|
|
|
268
269
|
@property
|
|
269
270
|
@pulumi.getter(name="trackerTypeVariable")
|
|
270
|
-
def tracker_type_variable(self) -> str:
|
|
271
|
+
def tracker_type_variable(self) -> builtins.str:
|
|
271
272
|
"""
|
|
272
273
|
Variable name
|
|
273
274
|
"""
|
|
@@ -275,7 +276,7 @@ class GetTransportTrackerFeatureResult:
|
|
|
275
276
|
|
|
276
277
|
@property
|
|
277
278
|
@pulumi.getter
|
|
278
|
-
def version(self) -> int:
|
|
279
|
+
def version(self) -> builtins.int:
|
|
279
280
|
"""
|
|
280
281
|
The version of the Feature
|
|
281
282
|
"""
|
|
@@ -313,8 +314,8 @@ class AwaitableGetTransportTrackerFeatureResult(GetTransportTrackerFeatureResult
|
|
|
313
314
|
version=self.version)
|
|
314
315
|
|
|
315
316
|
|
|
316
|
-
def get_transport_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
317
|
-
id: Optional[str] = None,
|
|
317
|
+
def get_transport_tracker_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
318
|
+
id: Optional[builtins.str] = None,
|
|
318
319
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportTrackerFeatureResult:
|
|
319
320
|
"""
|
|
320
321
|
This data source can read the Transport Tracker Feature.
|
|
@@ -330,8 +331,8 @@ def get_transport_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
|
330
331
|
```
|
|
331
332
|
|
|
332
333
|
|
|
333
|
-
:param str feature_profile_id: Feature Profile ID
|
|
334
|
-
:param str id: The id of the Feature
|
|
334
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
335
|
+
:param builtins.str id: The id of the Feature
|
|
335
336
|
"""
|
|
336
337
|
__args__ = dict()
|
|
337
338
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -363,8 +364,8 @@ def get_transport_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
|
363
364
|
tracker_type=pulumi.get(__ret__, 'tracker_type'),
|
|
364
365
|
tracker_type_variable=pulumi.get(__ret__, 'tracker_type_variable'),
|
|
365
366
|
version=pulumi.get(__ret__, 'version'))
|
|
366
|
-
def get_transport_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
367
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
367
|
+
def get_transport_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
368
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
368
369
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportTrackerFeatureResult]:
|
|
369
370
|
"""
|
|
370
371
|
This data source can read the Transport Tracker Feature.
|
|
@@ -380,8 +381,8 @@ def get_transport_tracker_feature_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
380
381
|
```
|
|
381
382
|
|
|
382
383
|
|
|
383
|
-
:param str feature_profile_id: Feature Profile ID
|
|
384
|
-
:param str id: The id of the Feature
|
|
384
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
385
|
+
:param builtins.str id: The id of the Feature
|
|
385
386
|
"""
|
|
386
387
|
__args__ = dict()
|
|
387
388
|
__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
|
|
@@ -55,7 +56,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
55
56
|
|
|
56
57
|
@property
|
|
57
58
|
@pulumi.getter
|
|
58
|
-
def description(self) -> str:
|
|
59
|
+
def description(self) -> builtins.str:
|
|
59
60
|
"""
|
|
60
61
|
The description of the Feature
|
|
61
62
|
"""
|
|
@@ -63,7 +64,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter(name="featureProfileId")
|
|
66
|
-
def feature_profile_id(self) -> str:
|
|
67
|
+
def feature_profile_id(self) -> builtins.str:
|
|
67
68
|
"""
|
|
68
69
|
Feature Profile ID
|
|
69
70
|
"""
|
|
@@ -71,7 +72,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter
|
|
74
|
-
def id(self) -> str:
|
|
75
|
+
def id(self) -> builtins.str:
|
|
75
76
|
"""
|
|
76
77
|
The id of the Feature
|
|
77
78
|
"""
|
|
@@ -79,7 +80,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
79
80
|
|
|
80
81
|
@property
|
|
81
82
|
@pulumi.getter
|
|
82
|
-
def name(self) -> str:
|
|
83
|
+
def name(self) -> builtins.str:
|
|
83
84
|
"""
|
|
84
85
|
The name of the Feature
|
|
85
86
|
"""
|
|
@@ -87,7 +88,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
87
88
|
|
|
88
89
|
@property
|
|
89
90
|
@pulumi.getter(name="trackerBoolean")
|
|
90
|
-
def tracker_boolean(self) -> str:
|
|
91
|
+
def tracker_boolean(self) -> builtins.str:
|
|
91
92
|
"""
|
|
92
93
|
tracker ref list combine boolean and or
|
|
93
94
|
"""
|
|
@@ -95,7 +96,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
95
96
|
|
|
96
97
|
@property
|
|
97
98
|
@pulumi.getter(name="trackerBooleanVariable")
|
|
98
|
-
def tracker_boolean_variable(self) -> str:
|
|
99
|
+
def tracker_boolean_variable(self) -> builtins.str:
|
|
99
100
|
"""
|
|
100
101
|
Variable name
|
|
101
102
|
"""
|
|
@@ -111,7 +112,7 @@ class GetTransportTrackerGroupFeatureResult:
|
|
|
111
112
|
|
|
112
113
|
@property
|
|
113
114
|
@pulumi.getter
|
|
114
|
-
def version(self) -> int:
|
|
115
|
+
def version(self) -> builtins.int:
|
|
115
116
|
"""
|
|
116
117
|
The version of the Feature
|
|
117
118
|
"""
|
|
@@ -134,8 +135,8 @@ class AwaitableGetTransportTrackerGroupFeatureResult(GetTransportTrackerGroupFea
|
|
|
134
135
|
version=self.version)
|
|
135
136
|
|
|
136
137
|
|
|
137
|
-
def get_transport_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
138
|
-
id: Optional[str] = None,
|
|
138
|
+
def get_transport_tracker_group_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
139
|
+
id: Optional[builtins.str] = None,
|
|
139
140
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportTrackerGroupFeatureResult:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Transport Tracker Group Feature.
|
|
@@ -151,8 +152,8 @@ def get_transport_tracker_group_feature(feature_profile_id: Optional[str] = None
|
|
|
151
152
|
```
|
|
152
153
|
|
|
153
154
|
|
|
154
|
-
:param str feature_profile_id: Feature Profile ID
|
|
155
|
-
:param str id: The id of the Feature
|
|
155
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
156
|
+
:param builtins.str id: The id of the Feature
|
|
156
157
|
"""
|
|
157
158
|
__args__ = dict()
|
|
158
159
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -169,8 +170,8 @@ def get_transport_tracker_group_feature(feature_profile_id: Optional[str] = None
|
|
|
169
170
|
tracker_boolean_variable=pulumi.get(__ret__, 'tracker_boolean_variable'),
|
|
170
171
|
tracker_elements=pulumi.get(__ret__, 'tracker_elements'),
|
|
171
172
|
version=pulumi.get(__ret__, 'version'))
|
|
172
|
-
def get_transport_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
173
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
def get_transport_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
174
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
174
175
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportTrackerGroupFeatureResult]:
|
|
175
176
|
"""
|
|
176
177
|
This data source can read the Transport Tracker Group Feature.
|
|
@@ -186,8 +187,8 @@ def get_transport_tracker_group_feature_output(feature_profile_id: Optional[pulu
|
|
|
186
187
|
```
|
|
187
188
|
|
|
188
189
|
|
|
189
|
-
:param str feature_profile_id: Feature Profile ID
|
|
190
|
-
:param str id: The id of the Feature
|
|
190
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
191
|
+
:param builtins.str id: The id of the Feature
|
|
191
192
|
"""
|
|
192
193
|
__args__ = dict()
|
|
193
194
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -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
|
|
@@ -94,7 +95,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
94
95
|
|
|
95
96
|
@property
|
|
96
97
|
@pulumi.getter
|
|
97
|
-
def description(self) -> str:
|
|
98
|
+
def description(self) -> builtins.str:
|
|
98
99
|
"""
|
|
99
100
|
The description of the Feature
|
|
100
101
|
"""
|
|
@@ -102,7 +103,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter(name="enhanceEcmpKeying")
|
|
105
|
-
def enhance_ecmp_keying(self) -> bool:
|
|
106
|
+
def enhance_ecmp_keying(self) -> builtins.bool:
|
|
106
107
|
"""
|
|
107
108
|
Enhance ECMP Keying
|
|
108
109
|
"""
|
|
@@ -110,7 +111,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
110
111
|
|
|
111
112
|
@property
|
|
112
113
|
@pulumi.getter(name="enhanceEcmpKeyingVariable")
|
|
113
|
-
def enhance_ecmp_keying_variable(self) -> str:
|
|
114
|
+
def enhance_ecmp_keying_variable(self) -> builtins.str:
|
|
114
115
|
"""
|
|
115
116
|
Variable name
|
|
116
117
|
"""
|
|
@@ -118,7 +119,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
118
119
|
|
|
119
120
|
@property
|
|
120
121
|
@pulumi.getter(name="featureProfileId")
|
|
121
|
-
def feature_profile_id(self) -> str:
|
|
122
|
+
def feature_profile_id(self) -> builtins.str:
|
|
122
123
|
"""
|
|
123
124
|
Feature Profile ID
|
|
124
125
|
"""
|
|
@@ -126,7 +127,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
126
127
|
|
|
127
128
|
@property
|
|
128
129
|
@pulumi.getter
|
|
129
|
-
def id(self) -> str:
|
|
130
|
+
def id(self) -> builtins.str:
|
|
130
131
|
"""
|
|
131
132
|
The id of the Feature
|
|
132
133
|
"""
|
|
@@ -150,7 +151,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
150
151
|
|
|
151
152
|
@property
|
|
152
153
|
@pulumi.getter
|
|
153
|
-
def name(self) -> str:
|
|
154
|
+
def name(self) -> builtins.str:
|
|
154
155
|
"""
|
|
155
156
|
The name of the Feature
|
|
156
157
|
"""
|
|
@@ -171,7 +172,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
171
172
|
|
|
172
173
|
@property
|
|
173
174
|
@pulumi.getter(name="primaryDnsAddressIpv4")
|
|
174
|
-
def primary_dns_address_ipv4(self) -> str:
|
|
175
|
+
def primary_dns_address_ipv4(self) -> builtins.str:
|
|
175
176
|
"""
|
|
176
177
|
Primary DNS Address (IPv4)
|
|
177
178
|
"""
|
|
@@ -179,7 +180,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
179
180
|
|
|
180
181
|
@property
|
|
181
182
|
@pulumi.getter(name="primaryDnsAddressIpv4Variable")
|
|
182
|
-
def primary_dns_address_ipv4_variable(self) -> str:
|
|
183
|
+
def primary_dns_address_ipv4_variable(self) -> builtins.str:
|
|
183
184
|
"""
|
|
184
185
|
Variable name
|
|
185
186
|
"""
|
|
@@ -187,7 +188,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter(name="primaryDnsAddressIpv6")
|
|
190
|
-
def primary_dns_address_ipv6(self) -> str:
|
|
191
|
+
def primary_dns_address_ipv6(self) -> builtins.str:
|
|
191
192
|
"""
|
|
192
193
|
Primary DNS Address (IPv6)
|
|
193
194
|
"""
|
|
@@ -195,7 +196,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
195
196
|
|
|
196
197
|
@property
|
|
197
198
|
@pulumi.getter(name="primaryDnsAddressIpv6Variable")
|
|
198
|
-
def primary_dns_address_ipv6_variable(self) -> str:
|
|
199
|
+
def primary_dns_address_ipv6_variable(self) -> builtins.str:
|
|
199
200
|
"""
|
|
200
201
|
Variable name
|
|
201
202
|
"""
|
|
@@ -203,7 +204,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
203
204
|
|
|
204
205
|
@property
|
|
205
206
|
@pulumi.getter(name="secondaryDnsAddressIpv4")
|
|
206
|
-
def secondary_dns_address_ipv4(self) -> str:
|
|
207
|
+
def secondary_dns_address_ipv4(self) -> builtins.str:
|
|
207
208
|
"""
|
|
208
209
|
Secondary DNS Address (IPv4)
|
|
209
210
|
"""
|
|
@@ -211,7 +212,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
211
212
|
|
|
212
213
|
@property
|
|
213
214
|
@pulumi.getter(name="secondaryDnsAddressIpv4Variable")
|
|
214
|
-
def secondary_dns_address_ipv4_variable(self) -> str:
|
|
215
|
+
def secondary_dns_address_ipv4_variable(self) -> builtins.str:
|
|
215
216
|
"""
|
|
216
217
|
Variable name
|
|
217
218
|
"""
|
|
@@ -219,7 +220,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
219
220
|
|
|
220
221
|
@property
|
|
221
222
|
@pulumi.getter(name="secondaryDnsAddressIpv6")
|
|
222
|
-
def secondary_dns_address_ipv6(self) -> str:
|
|
223
|
+
def secondary_dns_address_ipv6(self) -> builtins.str:
|
|
223
224
|
"""
|
|
224
225
|
Secondary DNS Address (IPv6)
|
|
225
226
|
"""
|
|
@@ -227,7 +228,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
227
228
|
|
|
228
229
|
@property
|
|
229
230
|
@pulumi.getter(name="secondaryDnsAddressIpv6Variable")
|
|
230
|
-
def secondary_dns_address_ipv6_variable(self) -> str:
|
|
231
|
+
def secondary_dns_address_ipv6_variable(self) -> builtins.str:
|
|
231
232
|
"""
|
|
232
233
|
Variable name
|
|
233
234
|
"""
|
|
@@ -243,7 +244,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
243
244
|
|
|
244
245
|
@property
|
|
245
246
|
@pulumi.getter
|
|
246
|
-
def version(self) -> int:
|
|
247
|
+
def version(self) -> builtins.int:
|
|
247
248
|
"""
|
|
248
249
|
The version of the Feature
|
|
249
250
|
"""
|
|
@@ -251,7 +252,7 @@ class GetTransportWanVpnFeatureResult:
|
|
|
251
252
|
|
|
252
253
|
@property
|
|
253
254
|
@pulumi.getter
|
|
254
|
-
def vpn(self) -> int:
|
|
255
|
+
def vpn(self) -> builtins.int:
|
|
255
256
|
"""
|
|
256
257
|
VPN
|
|
257
258
|
"""
|
|
@@ -287,8 +288,8 @@ class AwaitableGetTransportWanVpnFeatureResult(GetTransportWanVpnFeatureResult):
|
|
|
287
288
|
vpn=self.vpn)
|
|
288
289
|
|
|
289
290
|
|
|
290
|
-
def get_transport_wan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
291
|
-
id: Optional[str] = None,
|
|
291
|
+
def get_transport_wan_vpn_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
292
|
+
id: Optional[builtins.str] = None,
|
|
292
293
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureResult:
|
|
293
294
|
"""
|
|
294
295
|
This data source can read the Transport WAN VPN Feature.
|
|
@@ -304,8 +305,8 @@ def get_transport_wan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
|
304
305
|
```
|
|
305
306
|
|
|
306
307
|
|
|
307
|
-
:param str feature_profile_id: Feature Profile ID
|
|
308
|
-
:param str id: The id of the Feature
|
|
308
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
309
|
+
:param builtins.str id: The id of the Feature
|
|
309
310
|
"""
|
|
310
311
|
__args__ = dict()
|
|
311
312
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -335,8 +336,8 @@ def get_transport_wan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
|
335
336
|
services=pulumi.get(__ret__, 'services'),
|
|
336
337
|
version=pulumi.get(__ret__, 'version'),
|
|
337
338
|
vpn=pulumi.get(__ret__, 'vpn'))
|
|
338
|
-
def get_transport_wan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
339
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
339
|
+
def get_transport_wan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
340
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
340
341
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnFeatureResult]:
|
|
341
342
|
"""
|
|
342
343
|
This data source can read the Transport WAN VPN Feature.
|
|
@@ -352,8 +353,8 @@ def get_transport_wan_vpn_feature_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
352
353
|
```
|
|
353
354
|
|
|
354
355
|
|
|
355
|
-
:param str feature_profile_id: Feature Profile ID
|
|
356
|
-
:param str id: The id of the Feature
|
|
356
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
357
|
+
:param builtins.str id: The id of the Feature
|
|
357
358
|
"""
|
|
358
359
|
__args__ = dict()
|
|
359
360
|
__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
|
|
@@ -45,7 +46,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="featureProfileId")
|
|
48
|
-
def feature_profile_id(self) -> str:
|
|
49
|
+
def feature_profile_id(self) -> builtins.str:
|
|
49
50
|
"""
|
|
50
51
|
Feature Profile ID
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The id of the object
|
|
59
60
|
"""
|
|
@@ -61,7 +62,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter(name="transportRoutingBgpFeatureId")
|
|
64
|
-
def transport_routing_bgp_feature_id(self) -> str:
|
|
65
|
+
def transport_routing_bgp_feature_id(self) -> builtins.str:
|
|
65
66
|
"""
|
|
66
67
|
Transport Routing BGP Feature ID
|
|
67
68
|
"""
|
|
@@ -69,7 +70,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
69
70
|
|
|
70
71
|
@property
|
|
71
72
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
72
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
73
|
+
def transport_wan_vpn_feature_id(self) -> builtins.str:
|
|
73
74
|
"""
|
|
74
75
|
Transport WAN VPN Feature ID
|
|
75
76
|
"""
|
|
@@ -77,7 +78,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
77
78
|
|
|
78
79
|
@property
|
|
79
80
|
@pulumi.getter
|
|
80
|
-
def version(self) -> int:
|
|
81
|
+
def version(self) -> builtins.int:
|
|
81
82
|
"""
|
|
82
83
|
The version of the object
|
|
83
84
|
"""
|
|
@@ -97,9 +98,9 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(GetTran
|
|
|
97
98
|
version=self.version)
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
-
id: Optional[str] = None,
|
|
102
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
101
|
+
def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
102
|
+
id: Optional[builtins.str] = None,
|
|
103
|
+
transport_wan_vpn_feature_id: Optional[builtins.str] = None,
|
|
103
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
104
105
|
"""
|
|
105
106
|
This data source can read the Transport WAN VPN Feature Associate Routing BGP Feature .
|
|
@@ -116,9 +117,9 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_
|
|
|
116
117
|
```
|
|
117
118
|
|
|
118
119
|
|
|
119
|
-
:param str feature_profile_id: Feature Profile ID
|
|
120
|
-
:param str id: The id of the object
|
|
121
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
120
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
121
|
+
:param builtins.str id: The id of the object
|
|
122
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
122
123
|
"""
|
|
123
124
|
__args__ = dict()
|
|
124
125
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -133,9 +134,9 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_
|
|
|
133
134
|
transport_routing_bgp_feature_id=pulumi.get(__ret__, 'transport_routing_bgp_feature_id'),
|
|
134
135
|
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
136
|
version=pulumi.get(__ret__, 'version'))
|
|
136
|
-
def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
138
|
-
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
138
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
140
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult]:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Transport WAN VPN Feature Associate Routing BGP Feature .
|
|
@@ -152,9 +153,9 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_p
|
|
|
152
153
|
```
|
|
153
154
|
|
|
154
155
|
|
|
155
|
-
:param str feature_profile_id: Feature Profile ID
|
|
156
|
-
:param str id: The id of the object
|
|
157
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
156
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
157
|
+
:param builtins.str id: The id of the object
|
|
158
|
+
:param builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
158
159
|
"""
|
|
159
160
|
__args__ = dict()
|
|
160
161
|
__args__['featureProfileId'] = feature_profile_id
|