pulumi-sdwan 0.4.0a1743489278__py3-none-any.whl → 0.4.0a1744183706__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 +17558 -17557
- 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 +29 -28
- 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 +20902 -20901
- 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 +228 -227
- 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 +598 -597
- 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 +260 -259
- 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 +714 -713
- 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 +2602 -2601
- 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.4.0a1743489278.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.4.0a1744183706.dist-info/RECORD +480 -0
- pulumi_sdwan-0.4.0a1743489278.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1743489278.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.0a1743489278.dist-info → pulumi_sdwan-0.4.0a1744183706.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
|
|
@@ -204,7 +205,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
204
205
|
|
|
205
206
|
@property
|
|
206
207
|
@pulumi.getter(name="arpTimeout")
|
|
207
|
-
def arp_timeout(self) -> int:
|
|
208
|
+
def arp_timeout(self) -> builtins.int:
|
|
208
209
|
"""
|
|
209
210
|
Timeout value for dynamically learned ARP entries, \\n\\n seconds
|
|
210
211
|
"""
|
|
@@ -212,7 +213,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
212
213
|
|
|
213
214
|
@property
|
|
214
215
|
@pulumi.getter(name="arpTimeoutVariable")
|
|
215
|
-
def arp_timeout_variable(self) -> str:
|
|
216
|
+
def arp_timeout_variable(self) -> builtins.str:
|
|
216
217
|
"""
|
|
217
218
|
Variable name
|
|
218
219
|
"""
|
|
@@ -220,7 +221,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
220
221
|
|
|
221
222
|
@property
|
|
222
223
|
@pulumi.getter
|
|
223
|
-
def autonegotiate(self) -> bool:
|
|
224
|
+
def autonegotiate(self) -> builtins.bool:
|
|
224
225
|
"""
|
|
225
226
|
Link autonegotiation
|
|
226
227
|
"""
|
|
@@ -228,7 +229,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
228
229
|
|
|
229
230
|
@property
|
|
230
231
|
@pulumi.getter(name="autonegotiateVariable")
|
|
231
|
-
def autonegotiate_variable(self) -> str:
|
|
232
|
+
def autonegotiate_variable(self) -> builtins.str:
|
|
232
233
|
"""
|
|
233
234
|
Variable name
|
|
234
235
|
"""
|
|
@@ -236,7 +237,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
236
237
|
|
|
237
238
|
@property
|
|
238
239
|
@pulumi.getter
|
|
239
|
-
def description(self) -> str:
|
|
240
|
+
def description(self) -> builtins.str:
|
|
240
241
|
"""
|
|
241
242
|
The description of the Feature
|
|
242
243
|
"""
|
|
@@ -244,7 +245,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
244
245
|
|
|
245
246
|
@property
|
|
246
247
|
@pulumi.getter
|
|
247
|
-
def duplex(self) -> str:
|
|
248
|
+
def duplex(self) -> builtins.str:
|
|
248
249
|
"""
|
|
249
250
|
Duplex mode
|
|
250
251
|
"""
|
|
@@ -252,7 +253,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
252
253
|
|
|
253
254
|
@property
|
|
254
255
|
@pulumi.getter(name="duplexVariable")
|
|
255
|
-
def duplex_variable(self) -> str:
|
|
256
|
+
def duplex_variable(self) -> builtins.str:
|
|
256
257
|
"""
|
|
257
258
|
Variable name
|
|
258
259
|
"""
|
|
@@ -260,7 +261,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
260
261
|
|
|
261
262
|
@property
|
|
262
263
|
@pulumi.getter(name="enableDhcpv6")
|
|
263
|
-
def enable_dhcpv6(self) -> bool:
|
|
264
|
+
def enable_dhcpv6(self) -> builtins.bool:
|
|
264
265
|
"""
|
|
265
266
|
Enable DHCPv6
|
|
266
267
|
"""
|
|
@@ -268,7 +269,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
268
269
|
|
|
269
270
|
@property
|
|
270
271
|
@pulumi.getter(name="featureProfileId")
|
|
271
|
-
def feature_profile_id(self) -> str:
|
|
272
|
+
def feature_profile_id(self) -> builtins.str:
|
|
272
273
|
"""
|
|
273
274
|
Feature Profile ID
|
|
274
275
|
"""
|
|
@@ -276,7 +277,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
276
277
|
|
|
277
278
|
@property
|
|
278
279
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
279
|
-
def icmp_redirect_disable(self) -> bool:
|
|
280
|
+
def icmp_redirect_disable(self) -> builtins.bool:
|
|
280
281
|
"""
|
|
281
282
|
ICMP/ICMPv6 Redirect Disable
|
|
282
283
|
"""
|
|
@@ -284,7 +285,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
284
285
|
|
|
285
286
|
@property
|
|
286
287
|
@pulumi.getter(name="icmpRedirectDisableVariable")
|
|
287
|
-
def icmp_redirect_disable_variable(self) -> str:
|
|
288
|
+
def icmp_redirect_disable_variable(self) -> builtins.str:
|
|
288
289
|
"""
|
|
289
290
|
Variable name
|
|
290
291
|
"""
|
|
@@ -292,7 +293,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
292
293
|
|
|
293
294
|
@property
|
|
294
295
|
@pulumi.getter
|
|
295
|
-
def id(self) -> str:
|
|
296
|
+
def id(self) -> builtins.str:
|
|
296
297
|
"""
|
|
297
298
|
The id of the Feature
|
|
298
299
|
"""
|
|
@@ -300,12 +301,12 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
300
301
|
|
|
301
302
|
@property
|
|
302
303
|
@pulumi.getter(name="interfaceDescription")
|
|
303
|
-
def interface_description(self) -> str:
|
|
304
|
+
def interface_description(self) -> builtins.str:
|
|
304
305
|
return pulumi.get(self, "interface_description")
|
|
305
306
|
|
|
306
307
|
@property
|
|
307
308
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
308
|
-
def interface_description_variable(self) -> str:
|
|
309
|
+
def interface_description_variable(self) -> builtins.str:
|
|
309
310
|
"""
|
|
310
311
|
Variable name
|
|
311
312
|
"""
|
|
@@ -313,7 +314,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
313
314
|
|
|
314
315
|
@property
|
|
315
316
|
@pulumi.getter(name="interfaceMtu")
|
|
316
|
-
def interface_mtu(self) -> int:
|
|
317
|
+
def interface_mtu(self) -> builtins.int:
|
|
317
318
|
"""
|
|
318
319
|
Interface MTU
|
|
319
320
|
"""
|
|
@@ -321,7 +322,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
321
322
|
|
|
322
323
|
@property
|
|
323
324
|
@pulumi.getter(name="interfaceMtuVariable")
|
|
324
|
-
def interface_mtu_variable(self) -> str:
|
|
325
|
+
def interface_mtu_variable(self) -> builtins.str:
|
|
325
326
|
"""
|
|
326
327
|
Variable name
|
|
327
328
|
"""
|
|
@@ -329,12 +330,12 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
329
330
|
|
|
330
331
|
@property
|
|
331
332
|
@pulumi.getter(name="interfaceName")
|
|
332
|
-
def interface_name(self) -> str:
|
|
333
|
+
def interface_name(self) -> builtins.str:
|
|
333
334
|
return pulumi.get(self, "interface_name")
|
|
334
335
|
|
|
335
336
|
@property
|
|
336
337
|
@pulumi.getter(name="interfaceNameVariable")
|
|
337
|
-
def interface_name_variable(self) -> str:
|
|
338
|
+
def interface_name_variable(self) -> builtins.str:
|
|
338
339
|
"""
|
|
339
340
|
Variable name
|
|
340
341
|
"""
|
|
@@ -342,7 +343,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
342
343
|
|
|
343
344
|
@property
|
|
344
345
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
345
|
-
def ip_directed_broadcast(self) -> bool:
|
|
346
|
+
def ip_directed_broadcast(self) -> builtins.bool:
|
|
346
347
|
"""
|
|
347
348
|
IP Directed-Broadcast
|
|
348
349
|
"""
|
|
@@ -350,7 +351,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
350
351
|
|
|
351
352
|
@property
|
|
352
353
|
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
353
|
-
def ip_directed_broadcast_variable(self) -> str:
|
|
354
|
+
def ip_directed_broadcast_variable(self) -> builtins.str:
|
|
354
355
|
"""
|
|
355
356
|
Variable name
|
|
356
357
|
"""
|
|
@@ -358,7 +359,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
358
359
|
|
|
359
360
|
@property
|
|
360
361
|
@pulumi.getter(name="ipMtu")
|
|
361
|
-
def ip_mtu(self) -> int:
|
|
362
|
+
def ip_mtu(self) -> builtins.int:
|
|
362
363
|
"""
|
|
363
364
|
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
364
365
|
"""
|
|
@@ -366,7 +367,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
366
367
|
|
|
367
368
|
@property
|
|
368
369
|
@pulumi.getter(name="ipMtuVariable")
|
|
369
|
-
def ip_mtu_variable(self) -> str:
|
|
370
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
370
371
|
"""
|
|
371
372
|
Variable name
|
|
372
373
|
"""
|
|
@@ -374,7 +375,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
374
375
|
|
|
375
376
|
@property
|
|
376
377
|
@pulumi.getter(name="ipv4Address")
|
|
377
|
-
def ipv4_address(self) -> str:
|
|
378
|
+
def ipv4_address(self) -> builtins.str:
|
|
378
379
|
"""
|
|
379
380
|
IP Address
|
|
380
381
|
"""
|
|
@@ -382,7 +383,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
382
383
|
|
|
383
384
|
@property
|
|
384
385
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
385
|
-
def ipv4_address_variable(self) -> str:
|
|
386
|
+
def ipv4_address_variable(self) -> builtins.str:
|
|
386
387
|
"""
|
|
387
388
|
Variable name
|
|
388
389
|
"""
|
|
@@ -390,7 +391,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
390
391
|
|
|
391
392
|
@property
|
|
392
393
|
@pulumi.getter(name="ipv4AutoDetectBandwidth")
|
|
393
|
-
def ipv4_auto_detect_bandwidth(self) -> bool:
|
|
394
|
+
def ipv4_auto_detect_bandwidth(self) -> builtins.bool:
|
|
394
395
|
"""
|
|
395
396
|
Interface auto detect bandwidth
|
|
396
397
|
"""
|
|
@@ -398,7 +399,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
398
399
|
|
|
399
400
|
@property
|
|
400
401
|
@pulumi.getter(name="ipv4AutoDetectBandwidthVariable")
|
|
401
|
-
def ipv4_auto_detect_bandwidth_variable(self) -> str:
|
|
402
|
+
def ipv4_auto_detect_bandwidth_variable(self) -> builtins.str:
|
|
402
403
|
"""
|
|
403
404
|
Variable name
|
|
404
405
|
"""
|
|
@@ -406,7 +407,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
406
407
|
|
|
407
408
|
@property
|
|
408
409
|
@pulumi.getter(name="ipv4ConfigurationType")
|
|
409
|
-
def ipv4_configuration_type(self) -> str:
|
|
410
|
+
def ipv4_configuration_type(self) -> builtins.str:
|
|
410
411
|
"""
|
|
411
412
|
IPv4 Configuration Type
|
|
412
413
|
"""
|
|
@@ -414,7 +415,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
414
415
|
|
|
415
416
|
@property
|
|
416
417
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
417
|
-
def ipv4_dhcp_distance(self) -> int:
|
|
418
|
+
def ipv4_dhcp_distance(self) -> builtins.int:
|
|
418
419
|
"""
|
|
419
420
|
DHCP Distance
|
|
420
421
|
"""
|
|
@@ -422,7 +423,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
422
423
|
|
|
423
424
|
@property
|
|
424
425
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
425
|
-
def ipv4_dhcp_distance_variable(self) -> str:
|
|
426
|
+
def ipv4_dhcp_distance_variable(self) -> builtins.str:
|
|
426
427
|
"""
|
|
427
428
|
Variable name
|
|
428
429
|
"""
|
|
@@ -430,7 +431,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
430
431
|
|
|
431
432
|
@property
|
|
432
433
|
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
433
|
-
def ipv4_dhcp_helper_variable(self) -> str:
|
|
434
|
+
def ipv4_dhcp_helper_variable(self) -> builtins.str:
|
|
434
435
|
"""
|
|
435
436
|
Variable name
|
|
436
437
|
"""
|
|
@@ -438,7 +439,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
438
439
|
|
|
439
440
|
@property
|
|
440
441
|
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
441
|
-
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
442
|
+
def ipv4_dhcp_helpers(self) -> Sequence[builtins.str]:
|
|
442
443
|
"""
|
|
443
444
|
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
444
445
|
"""
|
|
@@ -446,7 +447,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
446
447
|
|
|
447
448
|
@property
|
|
448
449
|
@pulumi.getter(name="ipv4IperfServer")
|
|
449
|
-
def ipv4_iperf_server(self) -> str:
|
|
450
|
+
def ipv4_iperf_server(self) -> builtins.str:
|
|
450
451
|
"""
|
|
451
452
|
Iperf server for auto bandwidth detect
|
|
452
453
|
"""
|
|
@@ -454,7 +455,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
454
455
|
|
|
455
456
|
@property
|
|
456
457
|
@pulumi.getter(name="ipv4IperfServerVariable")
|
|
457
|
-
def ipv4_iperf_server_variable(self) -> str:
|
|
458
|
+
def ipv4_iperf_server_variable(self) -> builtins.str:
|
|
458
459
|
"""
|
|
459
460
|
Variable name
|
|
460
461
|
"""
|
|
@@ -470,7 +471,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
470
471
|
|
|
471
472
|
@property
|
|
472
473
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
473
|
-
def ipv4_subnet_mask(self) -> str:
|
|
474
|
+
def ipv4_subnet_mask(self) -> builtins.str:
|
|
474
475
|
"""
|
|
475
476
|
Subnet Mask
|
|
476
477
|
"""
|
|
@@ -478,7 +479,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
478
479
|
|
|
479
480
|
@property
|
|
480
481
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
481
|
-
def ipv4_subnet_mask_variable(self) -> str:
|
|
482
|
+
def ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
482
483
|
"""
|
|
483
484
|
Variable name
|
|
484
485
|
"""
|
|
@@ -486,7 +487,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
486
487
|
|
|
487
488
|
@property
|
|
488
489
|
@pulumi.getter(name="ipv6Address")
|
|
489
|
-
def ipv6_address(self) -> str:
|
|
490
|
+
def ipv6_address(self) -> builtins.str:
|
|
490
491
|
"""
|
|
491
492
|
IPv6 Address Secondary
|
|
492
493
|
"""
|
|
@@ -494,7 +495,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
494
495
|
|
|
495
496
|
@property
|
|
496
497
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
497
|
-
def ipv6_address_variable(self) -> str:
|
|
498
|
+
def ipv6_address_variable(self) -> builtins.str:
|
|
498
499
|
"""
|
|
499
500
|
Variable name
|
|
500
501
|
"""
|
|
@@ -502,7 +503,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
502
503
|
|
|
503
504
|
@property
|
|
504
505
|
@pulumi.getter(name="ipv6ConfigurationType")
|
|
505
|
-
def ipv6_configuration_type(self) -> str:
|
|
506
|
+
def ipv6_configuration_type(self) -> builtins.str:
|
|
506
507
|
"""
|
|
507
508
|
IPv6 Configuration Type
|
|
508
509
|
"""
|
|
@@ -510,7 +511,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter(name="loadInterval")
|
|
513
|
-
def load_interval(self) -> int:
|
|
514
|
+
def load_interval(self) -> builtins.int:
|
|
514
515
|
"""
|
|
515
516
|
Interval for interface load calculation
|
|
516
517
|
"""
|
|
@@ -518,7 +519,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
518
519
|
|
|
519
520
|
@property
|
|
520
521
|
@pulumi.getter(name="loadIntervalVariable")
|
|
521
|
-
def load_interval_variable(self) -> str:
|
|
522
|
+
def load_interval_variable(self) -> builtins.str:
|
|
522
523
|
"""
|
|
523
524
|
Variable name
|
|
524
525
|
"""
|
|
@@ -526,7 +527,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
526
527
|
|
|
527
528
|
@property
|
|
528
529
|
@pulumi.getter(name="macAddress")
|
|
529
|
-
def mac_address(self) -> str:
|
|
530
|
+
def mac_address(self) -> builtins.str:
|
|
530
531
|
"""
|
|
531
532
|
MAC Address
|
|
532
533
|
"""
|
|
@@ -534,7 +535,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
534
535
|
|
|
535
536
|
@property
|
|
536
537
|
@pulumi.getter(name="macAddressVariable")
|
|
537
|
-
def mac_address_variable(self) -> str:
|
|
538
|
+
def mac_address_variable(self) -> builtins.str:
|
|
538
539
|
"""
|
|
539
540
|
Variable name
|
|
540
541
|
"""
|
|
@@ -542,7 +543,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
542
543
|
|
|
543
544
|
@property
|
|
544
545
|
@pulumi.getter(name="mediaType")
|
|
545
|
-
def media_type(self) -> str:
|
|
546
|
+
def media_type(self) -> builtins.str:
|
|
546
547
|
"""
|
|
547
548
|
Media type
|
|
548
549
|
"""
|
|
@@ -550,7 +551,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
550
551
|
|
|
551
552
|
@property
|
|
552
553
|
@pulumi.getter(name="mediaTypeVariable")
|
|
553
|
-
def media_type_variable(self) -> str:
|
|
554
|
+
def media_type_variable(self) -> builtins.str:
|
|
554
555
|
"""
|
|
555
556
|
Variable name
|
|
556
557
|
"""
|
|
@@ -558,7 +559,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
558
559
|
|
|
559
560
|
@property
|
|
560
561
|
@pulumi.getter
|
|
561
|
-
def name(self) -> str:
|
|
562
|
+
def name(self) -> builtins.str:
|
|
562
563
|
"""
|
|
563
564
|
The name of the Feature
|
|
564
565
|
"""
|
|
@@ -566,12 +567,12 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
566
567
|
|
|
567
568
|
@property
|
|
568
569
|
@pulumi.getter
|
|
569
|
-
def shutdown(self) -> bool:
|
|
570
|
+
def shutdown(self) -> builtins.bool:
|
|
570
571
|
return pulumi.get(self, "shutdown")
|
|
571
572
|
|
|
572
573
|
@property
|
|
573
574
|
@pulumi.getter(name="shutdownVariable")
|
|
574
|
-
def shutdown_variable(self) -> str:
|
|
575
|
+
def shutdown_variable(self) -> builtins.str:
|
|
575
576
|
"""
|
|
576
577
|
Variable name
|
|
577
578
|
"""
|
|
@@ -579,7 +580,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
579
580
|
|
|
580
581
|
@property
|
|
581
582
|
@pulumi.getter
|
|
582
|
-
def speed(self) -> str:
|
|
583
|
+
def speed(self) -> builtins.str:
|
|
583
584
|
"""
|
|
584
585
|
Set interface speed
|
|
585
586
|
"""
|
|
@@ -587,7 +588,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
587
588
|
|
|
588
589
|
@property
|
|
589
590
|
@pulumi.getter(name="speedVariable")
|
|
590
|
-
def speed_variable(self) -> str:
|
|
591
|
+
def speed_variable(self) -> builtins.str:
|
|
591
592
|
"""
|
|
592
593
|
Variable name
|
|
593
594
|
"""
|
|
@@ -595,7 +596,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
595
596
|
|
|
596
597
|
@property
|
|
597
598
|
@pulumi.getter(name="tcpMss")
|
|
598
|
-
def tcp_mss(self) -> int:
|
|
599
|
+
def tcp_mss(self) -> builtins.int:
|
|
599
600
|
"""
|
|
600
601
|
TCP MSS on SYN packets, in bytes
|
|
601
602
|
"""
|
|
@@ -603,7 +604,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
603
604
|
|
|
604
605
|
@property
|
|
605
606
|
@pulumi.getter(name="tcpMssVariable")
|
|
606
|
-
def tcp_mss_variable(self) -> str:
|
|
607
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
607
608
|
"""
|
|
608
609
|
Variable name
|
|
609
610
|
"""
|
|
@@ -611,7 +612,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
611
612
|
|
|
612
613
|
@property
|
|
613
614
|
@pulumi.getter(name="transportManagementVpnFeatureId")
|
|
614
|
-
def transport_management_vpn_feature_id(self) -> str:
|
|
615
|
+
def transport_management_vpn_feature_id(self) -> builtins.str:
|
|
615
616
|
"""
|
|
616
617
|
Transport Management VPN Feature ID
|
|
617
618
|
"""
|
|
@@ -619,7 +620,7 @@ class GetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
|
619
620
|
|
|
620
621
|
@property
|
|
621
622
|
@pulumi.getter
|
|
622
|
-
def version(self) -> int:
|
|
623
|
+
def version(self) -> builtins.int:
|
|
623
624
|
"""
|
|
624
625
|
The version of the Feature
|
|
625
626
|
"""
|
|
@@ -689,9 +690,9 @@ class AwaitableGetTransportManagementVpnInterfaceEthernetFeatureResult(GetTransp
|
|
|
689
690
|
version=self.version)
|
|
690
691
|
|
|
691
692
|
|
|
692
|
-
def get_transport_management_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
693
|
-
id: Optional[str] = None,
|
|
694
|
-
transport_management_vpn_feature_id: Optional[str] = None,
|
|
693
|
+
def get_transport_management_vpn_interface_ethernet_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
694
|
+
id: Optional[builtins.str] = None,
|
|
695
|
+
transport_management_vpn_feature_id: Optional[builtins.str] = None,
|
|
695
696
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportManagementVpnInterfaceEthernetFeatureResult:
|
|
696
697
|
"""
|
|
697
698
|
This data source can read the Transport Management VPN Interface Ethernet Feature.
|
|
@@ -708,9 +709,9 @@ def get_transport_management_vpn_interface_ethernet_feature(feature_profile_id:
|
|
|
708
709
|
```
|
|
709
710
|
|
|
710
711
|
|
|
711
|
-
:param str feature_profile_id: Feature Profile ID
|
|
712
|
-
:param str id: The id of the Feature
|
|
713
|
-
:param str transport_management_vpn_feature_id: Transport Management VPN Feature ID
|
|
712
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
713
|
+
:param builtins.str id: The id of the Feature
|
|
714
|
+
:param builtins.str transport_management_vpn_feature_id: Transport Management VPN Feature ID
|
|
714
715
|
"""
|
|
715
716
|
__args__ = dict()
|
|
716
717
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -775,9 +776,9 @@ def get_transport_management_vpn_interface_ethernet_feature(feature_profile_id:
|
|
|
775
776
|
tcp_mss_variable=pulumi.get(__ret__, 'tcp_mss_variable'),
|
|
776
777
|
transport_management_vpn_feature_id=pulumi.get(__ret__, 'transport_management_vpn_feature_id'),
|
|
777
778
|
version=pulumi.get(__ret__, 'version'))
|
|
778
|
-
def get_transport_management_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
779
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
780
|
-
transport_management_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
779
|
+
def get_transport_management_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
780
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
781
|
+
transport_management_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
781
782
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportManagementVpnInterfaceEthernetFeatureResult]:
|
|
782
783
|
"""
|
|
783
784
|
This data source can read the Transport Management VPN Interface Ethernet Feature.
|
|
@@ -794,9 +795,9 @@ def get_transport_management_vpn_interface_ethernet_feature_output(feature_profi
|
|
|
794
795
|
```
|
|
795
796
|
|
|
796
797
|
|
|
797
|
-
:param str feature_profile_id: Feature Profile ID
|
|
798
|
-
:param str id: The id of the Feature
|
|
799
|
-
:param str transport_management_vpn_feature_id: Transport Management VPN Feature ID
|
|
798
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
799
|
+
:param builtins.str id: The id of the Feature
|
|
800
|
+
:param builtins.str transport_management_vpn_feature_id: Transport Management VPN Feature ID
|
|
800
801
|
"""
|
|
801
802
|
__args__ = dict()
|
|
802
803
|
__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
|
|
@@ -52,7 +53,7 @@ class GetTransportRoutePolicyFeatureResult:
|
|
|
52
53
|
|
|
53
54
|
@property
|
|
54
55
|
@pulumi.getter(name="defaultAction")
|
|
55
|
-
def default_action(self) -> str:
|
|
56
|
+
def default_action(self) -> builtins.str:
|
|
56
57
|
"""
|
|
57
58
|
Default Action
|
|
58
59
|
"""
|
|
@@ -60,7 +61,7 @@ class GetTransportRoutePolicyFeatureResult:
|
|
|
60
61
|
|
|
61
62
|
@property
|
|
62
63
|
@pulumi.getter
|
|
63
|
-
def description(self) -> str:
|
|
64
|
+
def description(self) -> builtins.str:
|
|
64
65
|
"""
|
|
65
66
|
The description of the Feature
|
|
66
67
|
"""
|
|
@@ -68,7 +69,7 @@ class GetTransportRoutePolicyFeatureResult:
|
|
|
68
69
|
|
|
69
70
|
@property
|
|
70
71
|
@pulumi.getter(name="featureProfileId")
|
|
71
|
-
def feature_profile_id(self) -> str:
|
|
72
|
+
def feature_profile_id(self) -> builtins.str:
|
|
72
73
|
"""
|
|
73
74
|
Feature Profile ID
|
|
74
75
|
"""
|
|
@@ -76,7 +77,7 @@ class GetTransportRoutePolicyFeatureResult:
|
|
|
76
77
|
|
|
77
78
|
@property
|
|
78
79
|
@pulumi.getter
|
|
79
|
-
def id(self) -> str:
|
|
80
|
+
def id(self) -> builtins.str:
|
|
80
81
|
"""
|
|
81
82
|
The id of the Feature
|
|
82
83
|
"""
|
|
@@ -84,7 +85,7 @@ class GetTransportRoutePolicyFeatureResult:
|
|
|
84
85
|
|
|
85
86
|
@property
|
|
86
87
|
@pulumi.getter
|
|
87
|
-
def name(self) -> str:
|
|
88
|
+
def name(self) -> builtins.str:
|
|
88
89
|
"""
|
|
89
90
|
The name of the Feature
|
|
90
91
|
"""
|
|
@@ -100,7 +101,7 @@ class GetTransportRoutePolicyFeatureResult:
|
|
|
100
101
|
|
|
101
102
|
@property
|
|
102
103
|
@pulumi.getter
|
|
103
|
-
def version(self) -> int:
|
|
104
|
+
def version(self) -> builtins.int:
|
|
104
105
|
"""
|
|
105
106
|
The version of the Feature
|
|
106
107
|
"""
|
|
@@ -122,8 +123,8 @@ class AwaitableGetTransportRoutePolicyFeatureResult(GetTransportRoutePolicyFeatu
|
|
|
122
123
|
version=self.version)
|
|
123
124
|
|
|
124
125
|
|
|
125
|
-
def get_transport_route_policy_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
-
id: Optional[str] = None,
|
|
126
|
+
def get_transport_route_policy_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
127
|
+
id: Optional[builtins.str] = None,
|
|
127
128
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportRoutePolicyFeatureResult:
|
|
128
129
|
"""
|
|
129
130
|
This data source can read the Transport Route Policy Feature.
|
|
@@ -139,8 +140,8 @@ def get_transport_route_policy_feature(feature_profile_id: Optional[str] = None,
|
|
|
139
140
|
```
|
|
140
141
|
|
|
141
142
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the Feature
|
|
143
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
144
|
+
:param builtins.str id: The id of the Feature
|
|
144
145
|
"""
|
|
145
146
|
__args__ = dict()
|
|
146
147
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -156,8 +157,8 @@ def get_transport_route_policy_feature(feature_profile_id: Optional[str] = None,
|
|
|
156
157
|
name=pulumi.get(__ret__, 'name'),
|
|
157
158
|
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
159
|
version=pulumi.get(__ret__, 'version'))
|
|
159
|
-
def get_transport_route_policy_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
def get_transport_route_policy_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
161
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
161
162
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportRoutePolicyFeatureResult]:
|
|
162
163
|
"""
|
|
163
164
|
This data source can read the Transport Route Policy Feature.
|
|
@@ -173,8 +174,8 @@ def get_transport_route_policy_feature_output(feature_profile_id: Optional[pulum
|
|
|
173
174
|
```
|
|
174
175
|
|
|
175
176
|
|
|
176
|
-
:param str feature_profile_id: Feature Profile ID
|
|
177
|
-
:param str id: The id of the Feature
|
|
177
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
178
|
+
:param builtins.str id: The id of the Feature
|
|
178
179
|
"""
|
|
179
180
|
__args__ = dict()
|
|
180
181
|
__args__['featureProfileId'] = feature_profile_id
|