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
|
|
@@ -196,7 +197,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
196
197
|
|
|
197
198
|
@property
|
|
198
199
|
@pulumi.getter(name="alwaysCompareMed")
|
|
199
|
-
def always_compare_med(self) -> bool:
|
|
200
|
+
def always_compare_med(self) -> builtins.bool:
|
|
200
201
|
"""
|
|
201
202
|
Compare MEDs from all ASs when selecting active BGP paths
|
|
202
203
|
"""
|
|
@@ -204,7 +205,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
204
205
|
|
|
205
206
|
@property
|
|
206
207
|
@pulumi.getter(name="alwaysCompareMedVariable")
|
|
207
|
-
def always_compare_med_variable(self) -> str:
|
|
208
|
+
def always_compare_med_variable(self) -> builtins.str:
|
|
208
209
|
"""
|
|
209
210
|
Variable name
|
|
210
211
|
"""
|
|
@@ -212,7 +213,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
212
213
|
|
|
213
214
|
@property
|
|
214
215
|
@pulumi.getter(name="asNumber")
|
|
215
|
-
def as_number(self) -> int:
|
|
216
|
+
def as_number(self) -> builtins.int:
|
|
216
217
|
"""
|
|
217
218
|
Set autonomous system number \\n\\n or \\n\\n
|
|
218
219
|
"""
|
|
@@ -220,7 +221,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
220
221
|
|
|
221
222
|
@property
|
|
222
223
|
@pulumi.getter(name="asNumberVariable")
|
|
223
|
-
def as_number_variable(self) -> str:
|
|
224
|
+
def as_number_variable(self) -> builtins.str:
|
|
224
225
|
"""
|
|
225
226
|
Variable name
|
|
226
227
|
"""
|
|
@@ -228,7 +229,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
228
229
|
|
|
229
230
|
@property
|
|
230
231
|
@pulumi.getter(name="compareRouterId")
|
|
231
|
-
def compare_router_id(self) -> bool:
|
|
232
|
+
def compare_router_id(self) -> builtins.bool:
|
|
232
233
|
"""
|
|
233
234
|
Compare router IDs when selecting active BGP paths
|
|
234
235
|
"""
|
|
@@ -236,7 +237,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
236
237
|
|
|
237
238
|
@property
|
|
238
239
|
@pulumi.getter(name="compareRouterIdVariable")
|
|
239
|
-
def compare_router_id_variable(self) -> str:
|
|
240
|
+
def compare_router_id_variable(self) -> builtins.str:
|
|
240
241
|
"""
|
|
241
242
|
Variable name
|
|
242
243
|
"""
|
|
@@ -244,7 +245,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
244
245
|
|
|
245
246
|
@property
|
|
246
247
|
@pulumi.getter
|
|
247
|
-
def description(self) -> str:
|
|
248
|
+
def description(self) -> builtins.str:
|
|
248
249
|
"""
|
|
249
250
|
The description of the Feature
|
|
250
251
|
"""
|
|
@@ -252,7 +253,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
252
253
|
|
|
253
254
|
@property
|
|
254
255
|
@pulumi.getter(name="deterministicMed")
|
|
255
|
-
def deterministic_med(self) -> bool:
|
|
256
|
+
def deterministic_med(self) -> builtins.bool:
|
|
256
257
|
"""
|
|
257
258
|
Compare MEDs from all routes from same AS when selecting active BGP paths
|
|
258
259
|
"""
|
|
@@ -260,7 +261,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
260
261
|
|
|
261
262
|
@property
|
|
262
263
|
@pulumi.getter(name="deterministicMedVariable")
|
|
263
|
-
def deterministic_med_variable(self) -> str:
|
|
264
|
+
def deterministic_med_variable(self) -> builtins.str:
|
|
264
265
|
"""
|
|
265
266
|
Variable name
|
|
266
267
|
"""
|
|
@@ -268,7 +269,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
268
269
|
|
|
269
270
|
@property
|
|
270
271
|
@pulumi.getter(name="externalRoutesDistance")
|
|
271
|
-
def external_routes_distance(self) -> int:
|
|
272
|
+
def external_routes_distance(self) -> builtins.int:
|
|
272
273
|
"""
|
|
273
274
|
Set administrative distance for external BGP routes
|
|
274
275
|
"""
|
|
@@ -276,7 +277,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
276
277
|
|
|
277
278
|
@property
|
|
278
279
|
@pulumi.getter(name="externalRoutesDistanceVariable")
|
|
279
|
-
def external_routes_distance_variable(self) -> str:
|
|
280
|
+
def external_routes_distance_variable(self) -> builtins.str:
|
|
280
281
|
"""
|
|
281
282
|
Variable name
|
|
282
283
|
"""
|
|
@@ -284,7 +285,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
284
285
|
|
|
285
286
|
@property
|
|
286
287
|
@pulumi.getter(name="featureProfileId")
|
|
287
|
-
def feature_profile_id(self) -> str:
|
|
288
|
+
def feature_profile_id(self) -> builtins.str:
|
|
288
289
|
"""
|
|
289
290
|
Feature Profile ID
|
|
290
291
|
"""
|
|
@@ -292,7 +293,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
292
293
|
|
|
293
294
|
@property
|
|
294
295
|
@pulumi.getter(name="holdTime")
|
|
295
|
-
def hold_time(self) -> int:
|
|
296
|
+
def hold_time(self) -> builtins.int:
|
|
296
297
|
"""
|
|
297
298
|
Interval (seconds) not receiving a keepalive message declares a BGP peer down
|
|
298
299
|
"""
|
|
@@ -300,7 +301,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
300
301
|
|
|
301
302
|
@property
|
|
302
303
|
@pulumi.getter(name="holdTimeVariable")
|
|
303
|
-
def hold_time_variable(self) -> str:
|
|
304
|
+
def hold_time_variable(self) -> builtins.str:
|
|
304
305
|
"""
|
|
305
306
|
Variable name
|
|
306
307
|
"""
|
|
@@ -308,7 +309,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
308
309
|
|
|
309
310
|
@property
|
|
310
311
|
@pulumi.getter
|
|
311
|
-
def id(self) -> str:
|
|
312
|
+
def id(self) -> builtins.str:
|
|
312
313
|
"""
|
|
313
314
|
The id of the Feature
|
|
314
315
|
"""
|
|
@@ -316,7 +317,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
316
317
|
|
|
317
318
|
@property
|
|
318
319
|
@pulumi.getter(name="internalRoutesDistance")
|
|
319
|
-
def internal_routes_distance(self) -> int:
|
|
320
|
+
def internal_routes_distance(self) -> builtins.int:
|
|
320
321
|
"""
|
|
321
322
|
Set administrative distance for internal BGP routes
|
|
322
323
|
"""
|
|
@@ -324,7 +325,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
324
325
|
|
|
325
326
|
@property
|
|
326
327
|
@pulumi.getter(name="internalRoutesDistanceVariable")
|
|
327
|
-
def internal_routes_distance_variable(self) -> str:
|
|
328
|
+
def internal_routes_distance_variable(self) -> builtins.str:
|
|
328
329
|
"""
|
|
329
330
|
Variable name
|
|
330
331
|
"""
|
|
@@ -340,7 +341,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
340
341
|
|
|
341
342
|
@property
|
|
342
343
|
@pulumi.getter(name="ipv4EibgpMaximumPaths")
|
|
343
|
-
def ipv4_eibgp_maximum_paths(self) -> int:
|
|
344
|
+
def ipv4_eibgp_maximum_paths(self) -> builtins.int:
|
|
344
345
|
"""
|
|
345
346
|
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
346
347
|
"""
|
|
@@ -348,7 +349,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
348
349
|
|
|
349
350
|
@property
|
|
350
351
|
@pulumi.getter(name="ipv4EibgpMaximumPathsVariable")
|
|
351
|
-
def ipv4_eibgp_maximum_paths_variable(self) -> str:
|
|
352
|
+
def ipv4_eibgp_maximum_paths_variable(self) -> builtins.str:
|
|
352
353
|
"""
|
|
353
354
|
Variable name
|
|
354
355
|
"""
|
|
@@ -372,7 +373,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
372
373
|
|
|
373
374
|
@property
|
|
374
375
|
@pulumi.getter(name="ipv4Originate")
|
|
375
|
-
def ipv4_originate(self) -> bool:
|
|
376
|
+
def ipv4_originate(self) -> builtins.bool:
|
|
376
377
|
"""
|
|
377
378
|
BGP Default Information Originate
|
|
378
379
|
"""
|
|
@@ -380,7 +381,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
380
381
|
|
|
381
382
|
@property
|
|
382
383
|
@pulumi.getter(name="ipv4OriginateVariable")
|
|
383
|
-
def ipv4_originate_variable(self) -> str:
|
|
384
|
+
def ipv4_originate_variable(self) -> builtins.str:
|
|
384
385
|
"""
|
|
385
386
|
Variable name
|
|
386
387
|
"""
|
|
@@ -396,7 +397,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
396
397
|
|
|
397
398
|
@property
|
|
398
399
|
@pulumi.getter(name="ipv4TableMapFilter")
|
|
399
|
-
def ipv4_table_map_filter(self) -> bool:
|
|
400
|
+
def ipv4_table_map_filter(self) -> builtins.bool:
|
|
400
401
|
"""
|
|
401
402
|
Table map filtered or not
|
|
402
403
|
"""
|
|
@@ -404,7 +405,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
404
405
|
|
|
405
406
|
@property
|
|
406
407
|
@pulumi.getter(name="ipv4TableMapFilterVariable")
|
|
407
|
-
def ipv4_table_map_filter_variable(self) -> str:
|
|
408
|
+
def ipv4_table_map_filter_variable(self) -> builtins.str:
|
|
408
409
|
"""
|
|
409
410
|
Variable name
|
|
410
411
|
"""
|
|
@@ -412,7 +413,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
412
413
|
|
|
413
414
|
@property
|
|
414
415
|
@pulumi.getter(name="ipv4TableMapRoutePolicyId")
|
|
415
|
-
def ipv4_table_map_route_policy_id(self) -> str:
|
|
416
|
+
def ipv4_table_map_route_policy_id(self) -> builtins.str:
|
|
416
417
|
return pulumi.get(self, "ipv4_table_map_route_policy_id")
|
|
417
418
|
|
|
418
419
|
@property
|
|
@@ -425,7 +426,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
425
426
|
|
|
426
427
|
@property
|
|
427
428
|
@pulumi.getter(name="ipv6EibgpMaximumPaths")
|
|
428
|
-
def ipv6_eibgp_maximum_paths(self) -> int:
|
|
429
|
+
def ipv6_eibgp_maximum_paths(self) -> builtins.int:
|
|
429
430
|
"""
|
|
430
431
|
Set maximum number of parallel IBGP paths for multipath load sharing
|
|
431
432
|
"""
|
|
@@ -433,7 +434,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
433
434
|
|
|
434
435
|
@property
|
|
435
436
|
@pulumi.getter(name="ipv6EibgpMaximumPathsVariable")
|
|
436
|
-
def ipv6_eibgp_maximum_paths_variable(self) -> str:
|
|
437
|
+
def ipv6_eibgp_maximum_paths_variable(self) -> builtins.str:
|
|
437
438
|
"""
|
|
438
439
|
Variable name
|
|
439
440
|
"""
|
|
@@ -457,7 +458,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
457
458
|
|
|
458
459
|
@property
|
|
459
460
|
@pulumi.getter(name="ipv6Originate")
|
|
460
|
-
def ipv6_originate(self) -> bool:
|
|
461
|
+
def ipv6_originate(self) -> builtins.bool:
|
|
461
462
|
"""
|
|
462
463
|
BGP Default Information Originate
|
|
463
464
|
"""
|
|
@@ -465,7 +466,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
465
466
|
|
|
466
467
|
@property
|
|
467
468
|
@pulumi.getter(name="ipv6OriginateVariable")
|
|
468
|
-
def ipv6_originate_variable(self) -> str:
|
|
469
|
+
def ipv6_originate_variable(self) -> builtins.str:
|
|
469
470
|
"""
|
|
470
471
|
Variable name
|
|
471
472
|
"""
|
|
@@ -481,7 +482,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
481
482
|
|
|
482
483
|
@property
|
|
483
484
|
@pulumi.getter(name="ipv6TableMapFilter")
|
|
484
|
-
def ipv6_table_map_filter(self) -> bool:
|
|
485
|
+
def ipv6_table_map_filter(self) -> builtins.bool:
|
|
485
486
|
"""
|
|
486
487
|
Table map filtered or not
|
|
487
488
|
"""
|
|
@@ -489,7 +490,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
489
490
|
|
|
490
491
|
@property
|
|
491
492
|
@pulumi.getter(name="ipv6TableMapFilterVariable")
|
|
492
|
-
def ipv6_table_map_filter_variable(self) -> str:
|
|
493
|
+
def ipv6_table_map_filter_variable(self) -> builtins.str:
|
|
493
494
|
"""
|
|
494
495
|
Variable name
|
|
495
496
|
"""
|
|
@@ -497,12 +498,12 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
497
498
|
|
|
498
499
|
@property
|
|
499
500
|
@pulumi.getter(name="ipv6TableMapRoutePolicyId")
|
|
500
|
-
def ipv6_table_map_route_policy_id(self) -> str:
|
|
501
|
+
def ipv6_table_map_route_policy_id(self) -> builtins.str:
|
|
501
502
|
return pulumi.get(self, "ipv6_table_map_route_policy_id")
|
|
502
503
|
|
|
503
504
|
@property
|
|
504
505
|
@pulumi.getter(name="keepaliveTime")
|
|
505
|
-
def keepalive_time(self) -> int:
|
|
506
|
+
def keepalive_time(self) -> builtins.int:
|
|
506
507
|
"""
|
|
507
508
|
Interval (seconds) of keepalive messages sent to its BGP peer
|
|
508
509
|
"""
|
|
@@ -510,7 +511,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter(name="keepaliveTimeVariable")
|
|
513
|
-
def keepalive_time_variable(self) -> str:
|
|
514
|
+
def keepalive_time_variable(self) -> builtins.str:
|
|
514
515
|
"""
|
|
515
516
|
Variable name
|
|
516
517
|
"""
|
|
@@ -518,7 +519,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
518
519
|
|
|
519
520
|
@property
|
|
520
521
|
@pulumi.getter(name="localRoutesDistance")
|
|
521
|
-
def local_routes_distance(self) -> int:
|
|
522
|
+
def local_routes_distance(self) -> builtins.int:
|
|
522
523
|
"""
|
|
523
524
|
Set administrative distance for local BGP routes
|
|
524
525
|
"""
|
|
@@ -526,7 +527,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
526
527
|
|
|
527
528
|
@property
|
|
528
529
|
@pulumi.getter(name="localRoutesDistanceVariable")
|
|
529
|
-
def local_routes_distance_variable(self) -> str:
|
|
530
|
+
def local_routes_distance_variable(self) -> builtins.str:
|
|
530
531
|
"""
|
|
531
532
|
Variable name
|
|
532
533
|
"""
|
|
@@ -534,7 +535,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
534
535
|
|
|
535
536
|
@property
|
|
536
537
|
@pulumi.getter(name="missingMedAsWorst")
|
|
537
|
-
def missing_med_as_worst(self) -> bool:
|
|
538
|
+
def missing_med_as_worst(self) -> builtins.bool:
|
|
538
539
|
"""
|
|
539
540
|
If path has no MED, consider it to be worst path when selecting active BGP paths
|
|
540
541
|
"""
|
|
@@ -542,7 +543,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
542
543
|
|
|
543
544
|
@property
|
|
544
545
|
@pulumi.getter(name="missingMedAsWorstVariable")
|
|
545
|
-
def missing_med_as_worst_variable(self) -> str:
|
|
546
|
+
def missing_med_as_worst_variable(self) -> builtins.str:
|
|
546
547
|
"""
|
|
547
548
|
Variable name
|
|
548
549
|
"""
|
|
@@ -550,7 +551,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
550
551
|
|
|
551
552
|
@property
|
|
552
553
|
@pulumi.getter(name="multipathRelax")
|
|
553
|
-
def multipath_relax(self) -> bool:
|
|
554
|
+
def multipath_relax(self) -> builtins.bool:
|
|
554
555
|
"""
|
|
555
556
|
Ignore AS for multipath selection
|
|
556
557
|
"""
|
|
@@ -558,7 +559,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
558
559
|
|
|
559
560
|
@property
|
|
560
561
|
@pulumi.getter(name="multipathRelaxVariable")
|
|
561
|
-
def multipath_relax_variable(self) -> str:
|
|
562
|
+
def multipath_relax_variable(self) -> builtins.str:
|
|
562
563
|
"""
|
|
563
564
|
Variable name
|
|
564
565
|
"""
|
|
@@ -566,7 +567,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
566
567
|
|
|
567
568
|
@property
|
|
568
569
|
@pulumi.getter
|
|
569
|
-
def name(self) -> str:
|
|
570
|
+
def name(self) -> builtins.str:
|
|
570
571
|
"""
|
|
571
572
|
The name of the Feature
|
|
572
573
|
"""
|
|
@@ -574,7 +575,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
574
575
|
|
|
575
576
|
@property
|
|
576
577
|
@pulumi.getter(name="propagateAsPath")
|
|
577
|
-
def propagate_as_path(self) -> bool:
|
|
578
|
+
def propagate_as_path(self) -> builtins.bool:
|
|
578
579
|
"""
|
|
579
580
|
Propagate AS Path
|
|
580
581
|
"""
|
|
@@ -582,7 +583,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
582
583
|
|
|
583
584
|
@property
|
|
584
585
|
@pulumi.getter(name="propagateAsPathVariable")
|
|
585
|
-
def propagate_as_path_variable(self) -> str:
|
|
586
|
+
def propagate_as_path_variable(self) -> builtins.str:
|
|
586
587
|
"""
|
|
587
588
|
Variable name
|
|
588
589
|
"""
|
|
@@ -590,7 +591,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
590
591
|
|
|
591
592
|
@property
|
|
592
593
|
@pulumi.getter(name="propagateCommunity")
|
|
593
|
-
def propagate_community(self) -> bool:
|
|
594
|
+
def propagate_community(self) -> builtins.bool:
|
|
594
595
|
"""
|
|
595
596
|
Propagate Community
|
|
596
597
|
"""
|
|
@@ -598,7 +599,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
598
599
|
|
|
599
600
|
@property
|
|
600
601
|
@pulumi.getter(name="propagateCommunityVariable")
|
|
601
|
-
def propagate_community_variable(self) -> str:
|
|
602
|
+
def propagate_community_variable(self) -> builtins.str:
|
|
602
603
|
"""
|
|
603
604
|
Variable name
|
|
604
605
|
"""
|
|
@@ -606,7 +607,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
606
607
|
|
|
607
608
|
@property
|
|
608
609
|
@pulumi.getter(name="routerId")
|
|
609
|
-
def router_id(self) -> str:
|
|
610
|
+
def router_id(self) -> builtins.str:
|
|
610
611
|
"""
|
|
611
612
|
Configure BGP router identifier
|
|
612
613
|
"""
|
|
@@ -614,7 +615,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
614
615
|
|
|
615
616
|
@property
|
|
616
617
|
@pulumi.getter(name="routerIdVariable")
|
|
617
|
-
def router_id_variable(self) -> str:
|
|
618
|
+
def router_id_variable(self) -> builtins.str:
|
|
618
619
|
"""
|
|
619
620
|
Variable name
|
|
620
621
|
"""
|
|
@@ -622,7 +623,7 @@ class GetServiceRoutingBgpFeatureResult:
|
|
|
622
623
|
|
|
623
624
|
@property
|
|
624
625
|
@pulumi.getter
|
|
625
|
-
def version(self) -> int:
|
|
626
|
+
def version(self) -> builtins.int:
|
|
626
627
|
"""
|
|
627
628
|
The version of the Feature
|
|
628
629
|
"""
|
|
@@ -692,8 +693,8 @@ class AwaitableGetServiceRoutingBgpFeatureResult(GetServiceRoutingBgpFeatureResu
|
|
|
692
693
|
version=self.version)
|
|
693
694
|
|
|
694
695
|
|
|
695
|
-
def get_service_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
696
|
-
id: Optional[str] = None,
|
|
696
|
+
def get_service_routing_bgp_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
697
|
+
id: Optional[builtins.str] = None,
|
|
697
698
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceRoutingBgpFeatureResult:
|
|
698
699
|
"""
|
|
699
700
|
This data source can read the Service Routing BGP Feature.
|
|
@@ -709,8 +710,8 @@ def get_service_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
|
709
710
|
```
|
|
710
711
|
|
|
711
712
|
|
|
712
|
-
:param str feature_profile_id: Feature Profile ID
|
|
713
|
-
:param str id: The id of the Feature
|
|
713
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
714
|
+
:param builtins.str id: The id of the Feature
|
|
714
715
|
"""
|
|
715
716
|
__args__ = dict()
|
|
716
717
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -774,8 +775,8 @@ def get_service_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
|
774
775
|
router_id=pulumi.get(__ret__, 'router_id'),
|
|
775
776
|
router_id_variable=pulumi.get(__ret__, 'router_id_variable'),
|
|
776
777
|
version=pulumi.get(__ret__, 'version'))
|
|
777
|
-
def get_service_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
778
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
778
|
+
def get_service_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
779
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
779
780
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceRoutingBgpFeatureResult]:
|
|
780
781
|
"""
|
|
781
782
|
This data source can read the Service Routing BGP Feature.
|
|
@@ -791,8 +792,8 @@ def get_service_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.I
|
|
|
791
792
|
```
|
|
792
793
|
|
|
793
794
|
|
|
794
|
-
:param str feature_profile_id: Feature Profile ID
|
|
795
|
-
:param str id: The id of the Feature
|
|
795
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
796
|
+
:param builtins.str id: The id of the Feature
|
|
796
797
|
"""
|
|
797
798
|
__args__ = dict()
|
|
798
799
|
__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
|
|
@@ -97,7 +98,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
97
98
|
|
|
98
99
|
@property
|
|
99
100
|
@pulumi.getter(name="authenticationType")
|
|
100
|
-
def authentication_type(self) -> str:
|
|
101
|
+
def authentication_type(self) -> builtins.str:
|
|
101
102
|
"""
|
|
102
103
|
Set EIGRP router authentication type
|
|
103
104
|
"""
|
|
@@ -105,7 +106,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
105
106
|
|
|
106
107
|
@property
|
|
107
108
|
@pulumi.getter(name="authenticationTypeVariable")
|
|
108
|
-
def authentication_type_variable(self) -> str:
|
|
109
|
+
def authentication_type_variable(self) -> builtins.str:
|
|
109
110
|
"""
|
|
110
111
|
Variable name
|
|
111
112
|
"""
|
|
@@ -113,7 +114,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter(name="autonomousSystemId")
|
|
116
|
-
def autonomous_system_id(self) -> int:
|
|
117
|
+
def autonomous_system_id(self) -> builtins.int:
|
|
117
118
|
"""
|
|
118
119
|
Set autonomous system ID \\n\\n
|
|
119
120
|
"""
|
|
@@ -121,7 +122,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
121
122
|
|
|
122
123
|
@property
|
|
123
124
|
@pulumi.getter(name="autonomousSystemIdVariable")
|
|
124
|
-
def autonomous_system_id_variable(self) -> str:
|
|
125
|
+
def autonomous_system_id_variable(self) -> builtins.str:
|
|
125
126
|
"""
|
|
126
127
|
Variable name
|
|
127
128
|
"""
|
|
@@ -129,7 +130,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
129
130
|
|
|
130
131
|
@property
|
|
131
132
|
@pulumi.getter
|
|
132
|
-
def description(self) -> str:
|
|
133
|
+
def description(self) -> builtins.str:
|
|
133
134
|
"""
|
|
134
135
|
The description of the Feature
|
|
135
136
|
"""
|
|
@@ -137,7 +138,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
137
138
|
|
|
138
139
|
@property
|
|
139
140
|
@pulumi.getter(name="featureProfileId")
|
|
140
|
-
def feature_profile_id(self) -> str:
|
|
141
|
+
def feature_profile_id(self) -> builtins.str:
|
|
141
142
|
"""
|
|
142
143
|
Feature Profile ID
|
|
143
144
|
"""
|
|
@@ -145,7 +146,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
145
146
|
|
|
146
147
|
@property
|
|
147
148
|
@pulumi.getter
|
|
148
|
-
def filter(self) -> bool:
|
|
149
|
+
def filter(self) -> builtins.bool:
|
|
149
150
|
"""
|
|
150
151
|
Selective route download
|
|
151
152
|
"""
|
|
@@ -153,7 +154,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
153
154
|
|
|
154
155
|
@property
|
|
155
156
|
@pulumi.getter(name="filterVariable")
|
|
156
|
-
def filter_variable(self) -> str:
|
|
157
|
+
def filter_variable(self) -> builtins.str:
|
|
157
158
|
"""
|
|
158
159
|
Variable name
|
|
159
160
|
"""
|
|
@@ -161,7 +162,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
161
162
|
|
|
162
163
|
@property
|
|
163
164
|
@pulumi.getter(name="helloInterval")
|
|
164
|
-
def hello_interval(self) -> int:
|
|
165
|
+
def hello_interval(self) -> builtins.int:
|
|
165
166
|
"""
|
|
166
167
|
Set EIGRP hello interval
|
|
167
168
|
"""
|
|
@@ -169,7 +170,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
169
170
|
|
|
170
171
|
@property
|
|
171
172
|
@pulumi.getter(name="helloIntervalVariable")
|
|
172
|
-
def hello_interval_variable(self) -> str:
|
|
173
|
+
def hello_interval_variable(self) -> builtins.str:
|
|
173
174
|
"""
|
|
174
175
|
Variable name
|
|
175
176
|
"""
|
|
@@ -177,7 +178,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
177
178
|
|
|
178
179
|
@property
|
|
179
180
|
@pulumi.getter(name="hmacAuthenticationKey")
|
|
180
|
-
def hmac_authentication_key(self) -> str:
|
|
181
|
+
def hmac_authentication_key(self) -> builtins.str:
|
|
181
182
|
"""
|
|
182
183
|
Set hmac-sha-256 authentication key
|
|
183
184
|
"""
|
|
@@ -185,7 +186,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
185
186
|
|
|
186
187
|
@property
|
|
187
188
|
@pulumi.getter(name="hmacAuthenticationKeyVariable")
|
|
188
|
-
def hmac_authentication_key_variable(self) -> str:
|
|
189
|
+
def hmac_authentication_key_variable(self) -> builtins.str:
|
|
189
190
|
"""
|
|
190
191
|
Variable name
|
|
191
192
|
"""
|
|
@@ -193,7 +194,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
193
194
|
|
|
194
195
|
@property
|
|
195
196
|
@pulumi.getter(name="holdTime")
|
|
196
|
-
def hold_time(self) -> int:
|
|
197
|
+
def hold_time(self) -> builtins.int:
|
|
197
198
|
"""
|
|
198
199
|
Set EIGRP hold time
|
|
199
200
|
"""
|
|
@@ -201,7 +202,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
201
202
|
|
|
202
203
|
@property
|
|
203
204
|
@pulumi.getter(name="holdTimeVariable")
|
|
204
|
-
def hold_time_variable(self) -> str:
|
|
205
|
+
def hold_time_variable(self) -> builtins.str:
|
|
205
206
|
"""
|
|
206
207
|
Variable name
|
|
207
208
|
"""
|
|
@@ -209,7 +210,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
209
210
|
|
|
210
211
|
@property
|
|
211
212
|
@pulumi.getter
|
|
212
|
-
def id(self) -> str:
|
|
213
|
+
def id(self) -> builtins.str:
|
|
213
214
|
"""
|
|
214
215
|
The id of the Feature
|
|
215
216
|
"""
|
|
@@ -233,7 +234,7 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
233
234
|
|
|
234
235
|
@property
|
|
235
236
|
@pulumi.getter
|
|
236
|
-
def name(self) -> str:
|
|
237
|
+
def name(self) -> builtins.str:
|
|
237
238
|
"""
|
|
238
239
|
The name of the Feature
|
|
239
240
|
"""
|
|
@@ -257,12 +258,12 @@ class GetServiceRoutingEigrpFeatureResult:
|
|
|
257
258
|
|
|
258
259
|
@property
|
|
259
260
|
@pulumi.getter(name="routePolicyId")
|
|
260
|
-
def route_policy_id(self) -> str:
|
|
261
|
+
def route_policy_id(self) -> builtins.str:
|
|
261
262
|
return pulumi.get(self, "route_policy_id")
|
|
262
263
|
|
|
263
264
|
@property
|
|
264
265
|
@pulumi.getter
|
|
265
|
-
def version(self) -> int:
|
|
266
|
+
def version(self) -> builtins.int:
|
|
266
267
|
"""
|
|
267
268
|
The version of the Feature
|
|
268
269
|
"""
|
|
@@ -299,8 +300,8 @@ class AwaitableGetServiceRoutingEigrpFeatureResult(GetServiceRoutingEigrpFeature
|
|
|
299
300
|
version=self.version)
|
|
300
301
|
|
|
301
302
|
|
|
302
|
-
def get_service_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
|
|
303
|
-
id: Optional[str] = None,
|
|
303
|
+
def get_service_routing_eigrp_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
304
|
+
id: Optional[builtins.str] = None,
|
|
304
305
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceRoutingEigrpFeatureResult:
|
|
305
306
|
"""
|
|
306
307
|
This data source can read the Service Routing EIGRP Feature.
|
|
@@ -316,8 +317,8 @@ def get_service_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
|
|
|
316
317
|
```
|
|
317
318
|
|
|
318
319
|
|
|
319
|
-
:param str feature_profile_id: Feature Profile ID
|
|
320
|
-
:param str id: The id of the Feature
|
|
320
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
321
|
+
:param builtins.str id: The id of the Feature
|
|
321
322
|
"""
|
|
322
323
|
__args__ = dict()
|
|
323
324
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -348,8 +349,8 @@ def get_service_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
|
|
|
348
349
|
redistributes=pulumi.get(__ret__, 'redistributes'),
|
|
349
350
|
route_policy_id=pulumi.get(__ret__, 'route_policy_id'),
|
|
350
351
|
version=pulumi.get(__ret__, 'version'))
|
|
351
|
-
def get_service_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
352
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
352
|
+
def get_service_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
353
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
353
354
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceRoutingEigrpFeatureResult]:
|
|
354
355
|
"""
|
|
355
356
|
This data source can read the Service Routing EIGRP Feature.
|
|
@@ -365,8 +366,8 @@ def get_service_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi
|
|
|
365
366
|
```
|
|
366
367
|
|
|
367
368
|
|
|
368
|
-
:param str feature_profile_id: Feature Profile ID
|
|
369
|
-
:param str id: The id of the Feature
|
|
369
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
370
|
+
:param builtins.str id: The id of the Feature
|
|
370
371
|
"""
|
|
371
372
|
__args__ = dict()
|
|
372
373
|
__args__['featureProfileId'] = feature_profile_id
|