pulumi-sdwan 0.3.0a1743132889__py3-none-any.whl → 0.3.1a1745552221__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17578 -17577
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +43 -42
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20912 -20911
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +231 -230
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +634 -633
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +320 -310
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +726 -725
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2614 -2613
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.3.1a1745552221.dist-info/RECORD +480 -0
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1743132889.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.3.0a1743132889.dist-info → pulumi_sdwan-0.3.1a1745552221.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -173,7 +174,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
173
174
|
|
|
174
175
|
@property
|
|
175
176
|
@pulumi.getter(name="configDescription")
|
|
176
|
-
def config_description(self) -> str:
|
|
177
|
+
def config_description(self) -> builtins.str:
|
|
177
178
|
"""
|
|
178
179
|
Name
|
|
179
180
|
"""
|
|
@@ -181,7 +182,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
181
182
|
|
|
182
183
|
@property
|
|
183
184
|
@pulumi.getter(name="configDescriptionVariable")
|
|
184
|
-
def config_description_variable(self) -> str:
|
|
185
|
+
def config_description_variable(self) -> builtins.str:
|
|
185
186
|
"""
|
|
186
187
|
Variable name
|
|
187
188
|
"""
|
|
@@ -189,7 +190,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
189
190
|
|
|
190
191
|
@property
|
|
191
192
|
@pulumi.getter
|
|
192
|
-
def description(self) -> str:
|
|
193
|
+
def description(self) -> builtins.str:
|
|
193
194
|
"""
|
|
194
195
|
The description of the Feature
|
|
195
196
|
"""
|
|
@@ -197,7 +198,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
197
198
|
|
|
198
199
|
@property
|
|
199
200
|
@pulumi.getter(name="enableSdwanRemoteAccess")
|
|
200
|
-
def enable_sdwan_remote_access(self) -> bool:
|
|
201
|
+
def enable_sdwan_remote_access(self) -> builtins.bool:
|
|
201
202
|
"""
|
|
202
203
|
Enable SDWAN Remote Access
|
|
203
204
|
"""
|
|
@@ -205,7 +206,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
205
206
|
|
|
206
207
|
@property
|
|
207
208
|
@pulumi.getter(name="featureProfileId")
|
|
208
|
-
def feature_profile_id(self) -> str:
|
|
209
|
+
def feature_profile_id(self) -> builtins.str:
|
|
209
210
|
"""
|
|
210
211
|
Feature Profile ID
|
|
211
212
|
"""
|
|
@@ -226,7 +227,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
226
227
|
|
|
227
228
|
@property
|
|
228
229
|
@pulumi.getter
|
|
229
|
-
def id(self) -> str:
|
|
230
|
+
def id(self) -> builtins.str:
|
|
230
231
|
"""
|
|
231
232
|
The id of the Feature
|
|
232
233
|
"""
|
|
@@ -278,7 +279,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
278
279
|
|
|
279
280
|
@property
|
|
280
281
|
@pulumi.getter
|
|
281
|
-
def name(self) -> str:
|
|
282
|
+
def name(self) -> builtins.str:
|
|
282
283
|
"""
|
|
283
284
|
The name of the Feature
|
|
284
285
|
"""
|
|
@@ -310,7 +311,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
310
311
|
|
|
311
312
|
@property
|
|
312
313
|
@pulumi.getter(name="ompAdminDistanceIpv4")
|
|
313
|
-
def omp_admin_distance_ipv4(self) -> int:
|
|
314
|
+
def omp_admin_distance_ipv4(self) -> builtins.int:
|
|
314
315
|
"""
|
|
315
316
|
OMP Admin Distance IPv4
|
|
316
317
|
"""
|
|
@@ -318,7 +319,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
318
319
|
|
|
319
320
|
@property
|
|
320
321
|
@pulumi.getter(name="ompAdminDistanceIpv4Variable")
|
|
321
|
-
def omp_admin_distance_ipv4_variable(self) -> str:
|
|
322
|
+
def omp_admin_distance_ipv4_variable(self) -> builtins.str:
|
|
322
323
|
"""
|
|
323
324
|
Variable name
|
|
324
325
|
"""
|
|
@@ -326,7 +327,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
326
327
|
|
|
327
328
|
@property
|
|
328
329
|
@pulumi.getter(name="ompAdminDistanceIpv6")
|
|
329
|
-
def omp_admin_distance_ipv6(self) -> int:
|
|
330
|
+
def omp_admin_distance_ipv6(self) -> builtins.int:
|
|
330
331
|
"""
|
|
331
332
|
OMP Admin Distance IPv6
|
|
332
333
|
"""
|
|
@@ -334,7 +335,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
334
335
|
|
|
335
336
|
@property
|
|
336
337
|
@pulumi.getter(name="ompAdminDistanceIpv6Variable")
|
|
337
|
-
def omp_admin_distance_ipv6_variable(self) -> str:
|
|
338
|
+
def omp_admin_distance_ipv6_variable(self) -> builtins.str:
|
|
338
339
|
"""
|
|
339
340
|
Variable name
|
|
340
341
|
"""
|
|
@@ -342,7 +343,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
342
343
|
|
|
343
344
|
@property
|
|
344
345
|
@pulumi.getter(name="primaryDnsAddressIpv4")
|
|
345
|
-
def primary_dns_address_ipv4(self) -> str:
|
|
346
|
+
def primary_dns_address_ipv4(self) -> builtins.str:
|
|
346
347
|
"""
|
|
347
348
|
Primary DNS Address (IPv4)
|
|
348
349
|
"""
|
|
@@ -350,7 +351,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
350
351
|
|
|
351
352
|
@property
|
|
352
353
|
@pulumi.getter(name="primaryDnsAddressIpv4Variable")
|
|
353
|
-
def primary_dns_address_ipv4_variable(self) -> str:
|
|
354
|
+
def primary_dns_address_ipv4_variable(self) -> builtins.str:
|
|
354
355
|
"""
|
|
355
356
|
Variable name
|
|
356
357
|
"""
|
|
@@ -358,7 +359,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
358
359
|
|
|
359
360
|
@property
|
|
360
361
|
@pulumi.getter(name="primaryDnsAddressIpv6")
|
|
361
|
-
def primary_dns_address_ipv6(self) -> str:
|
|
362
|
+
def primary_dns_address_ipv6(self) -> builtins.str:
|
|
362
363
|
"""
|
|
363
364
|
Primary DNS Address (IPv6)
|
|
364
365
|
"""
|
|
@@ -366,7 +367,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
366
367
|
|
|
367
368
|
@property
|
|
368
369
|
@pulumi.getter(name="primaryDnsAddressIpv6Variable")
|
|
369
|
-
def primary_dns_address_ipv6_variable(self) -> str:
|
|
370
|
+
def primary_dns_address_ipv6_variable(self) -> builtins.str:
|
|
370
371
|
"""
|
|
371
372
|
Variable name
|
|
372
373
|
"""
|
|
@@ -398,7 +399,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
398
399
|
|
|
399
400
|
@property
|
|
400
401
|
@pulumi.getter(name="secondaryDnsAddressIpv4")
|
|
401
|
-
def secondary_dns_address_ipv4(self) -> str:
|
|
402
|
+
def secondary_dns_address_ipv4(self) -> builtins.str:
|
|
402
403
|
"""
|
|
403
404
|
Secondary DNS Address (IPv4)
|
|
404
405
|
"""
|
|
@@ -406,7 +407,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
406
407
|
|
|
407
408
|
@property
|
|
408
409
|
@pulumi.getter(name="secondaryDnsAddressIpv4Variable")
|
|
409
|
-
def secondary_dns_address_ipv4_variable(self) -> str:
|
|
410
|
+
def secondary_dns_address_ipv4_variable(self) -> builtins.str:
|
|
410
411
|
"""
|
|
411
412
|
Variable name
|
|
412
413
|
"""
|
|
@@ -414,7 +415,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
414
415
|
|
|
415
416
|
@property
|
|
416
417
|
@pulumi.getter(name="secondaryDnsAddressIpv6")
|
|
417
|
-
def secondary_dns_address_ipv6(self) -> str:
|
|
418
|
+
def secondary_dns_address_ipv6(self) -> builtins.str:
|
|
418
419
|
"""
|
|
419
420
|
Secondary DNS Address (IPv6)
|
|
420
421
|
"""
|
|
@@ -422,7 +423,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
422
423
|
|
|
423
424
|
@property
|
|
424
425
|
@pulumi.getter(name="secondaryDnsAddressIpv6Variable")
|
|
425
|
-
def secondary_dns_address_ipv6_variable(self) -> str:
|
|
426
|
+
def secondary_dns_address_ipv6_variable(self) -> builtins.str:
|
|
426
427
|
"""
|
|
427
428
|
Variable name
|
|
428
429
|
"""
|
|
@@ -454,7 +455,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
454
455
|
|
|
455
456
|
@property
|
|
456
457
|
@pulumi.getter
|
|
457
|
-
def version(self) -> int:
|
|
458
|
+
def version(self) -> builtins.int:
|
|
458
459
|
"""
|
|
459
460
|
The version of the Feature
|
|
460
461
|
"""
|
|
@@ -462,7 +463,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
462
463
|
|
|
463
464
|
@property
|
|
464
465
|
@pulumi.getter
|
|
465
|
-
def vpn(self) -> int:
|
|
466
|
+
def vpn(self) -> builtins.int:
|
|
466
467
|
"""
|
|
467
468
|
VPN
|
|
468
469
|
"""
|
|
@@ -470,7 +471,7 @@ class GetServiceLanVpnFeatureResult:
|
|
|
470
471
|
|
|
471
472
|
@property
|
|
472
473
|
@pulumi.getter(name="vpnVariable")
|
|
473
|
-
def vpn_variable(self) -> str:
|
|
474
|
+
def vpn_variable(self) -> builtins.str:
|
|
474
475
|
"""
|
|
475
476
|
Variable name
|
|
476
477
|
"""
|
|
@@ -527,8 +528,8 @@ class AwaitableGetServiceLanVpnFeatureResult(GetServiceLanVpnFeatureResult):
|
|
|
527
528
|
vpn_variable=self.vpn_variable)
|
|
528
529
|
|
|
529
530
|
|
|
530
|
-
def get_service_lan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
531
|
-
id: Optional[str] = None,
|
|
531
|
+
def get_service_lan_vpn_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
532
|
+
id: Optional[builtins.str] = None,
|
|
532
533
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureResult:
|
|
533
534
|
"""
|
|
534
535
|
This data source can read the Service LAN VPN Feature.
|
|
@@ -544,8 +545,8 @@ def get_service_lan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
|
544
545
|
```
|
|
545
546
|
|
|
546
547
|
|
|
547
|
-
:param str feature_profile_id: Feature Profile ID
|
|
548
|
-
:param str id: The id of the Feature
|
|
548
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
549
|
+
:param builtins.str id: The id of the Feature
|
|
549
550
|
"""
|
|
550
551
|
__args__ = dict()
|
|
551
552
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -596,8 +597,8 @@ def get_service_lan_vpn_feature(feature_profile_id: Optional[str] = None,
|
|
|
596
597
|
version=pulumi.get(__ret__, 'version'),
|
|
597
598
|
vpn=pulumi.get(__ret__, 'vpn'),
|
|
598
599
|
vpn_variable=pulumi.get(__ret__, 'vpn_variable'))
|
|
599
|
-
def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
600
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
600
|
+
def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
601
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
601
602
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnFeatureResult]:
|
|
602
603
|
"""
|
|
603
604
|
This data source can read the Service LAN VPN Feature.
|
|
@@ -613,8 +614,8 @@ def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input
|
|
|
613
614
|
```
|
|
614
615
|
|
|
615
616
|
|
|
616
|
-
:param str feature_profile_id: Feature Profile ID
|
|
617
|
-
:param str id: The id of the Feature
|
|
617
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
618
|
+
:param builtins.str id: The id of the Feature
|
|
618
619
|
"""
|
|
619
620
|
__args__ = dict()
|
|
620
621
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -45,7 +46,7 @@ class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="featureProfileId")
|
|
48
|
-
def feature_profile_id(self) -> str:
|
|
49
|
+
def feature_profile_id(self) -> builtins.str:
|
|
49
50
|
"""
|
|
50
51
|
Feature Profile ID
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The id of the object
|
|
59
60
|
"""
|
|
@@ -61,7 +62,7 @@ class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
64
|
-
def service_lan_vpn_feature_id(self) -> str:
|
|
65
|
+
def service_lan_vpn_feature_id(self) -> builtins.str:
|
|
65
66
|
"""
|
|
66
67
|
Service LAN VPN Feature ID
|
|
67
68
|
"""
|
|
@@ -69,7 +70,7 @@ class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
69
70
|
|
|
70
71
|
@property
|
|
71
72
|
@pulumi.getter(name="serviceMulticastFeatureId")
|
|
72
|
-
def service_multicast_feature_id(self) -> str:
|
|
73
|
+
def service_multicast_feature_id(self) -> builtins.str:
|
|
73
74
|
"""
|
|
74
75
|
Service Multicast Feature ID
|
|
75
76
|
"""
|
|
@@ -77,7 +78,7 @@ class GetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
|
77
78
|
|
|
78
79
|
@property
|
|
79
80
|
@pulumi.getter
|
|
80
|
-
def version(self) -> int:
|
|
81
|
+
def version(self) -> builtins.int:
|
|
81
82
|
"""
|
|
82
83
|
The version of the object
|
|
83
84
|
"""
|
|
@@ -97,9 +98,9 @@ class AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult(GetService
|
|
|
97
98
|
version=self.version)
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
-
id: Optional[str] = None,
|
|
102
|
-
service_lan_vpn_feature_id: Optional[str] = None,
|
|
101
|
+
def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
102
|
+
id: Optional[builtins.str] = None,
|
|
103
|
+
service_lan_vpn_feature_id: Optional[builtins.str] = None,
|
|
103
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureAssociateMulticastFeatureResult:
|
|
104
105
|
"""
|
|
105
106
|
This data source can read the Service LAN VPN Feature Associate Multicast Feature .
|
|
@@ -116,9 +117,9 @@ def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id:
|
|
|
116
117
|
```
|
|
117
118
|
|
|
118
119
|
|
|
119
|
-
:param str feature_profile_id: Feature Profile ID
|
|
120
|
-
:param str id: The id of the object
|
|
121
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
120
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
121
|
+
:param builtins.str id: The id of the object
|
|
122
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
122
123
|
"""
|
|
123
124
|
__args__ = dict()
|
|
124
125
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -133,9 +134,9 @@ def get_service_lan_vpn_feature_associate_multicast_feature(feature_profile_id:
|
|
|
133
134
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
134
135
|
service_multicast_feature_id=pulumi.get(__ret__, 'service_multicast_feature_id'),
|
|
135
136
|
version=pulumi.get(__ret__, 'version'))
|
|
136
|
-
def get_service_lan_vpn_feature_associate_multicast_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
138
|
-
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
def get_service_lan_vpn_feature_associate_multicast_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
138
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
140
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnFeatureAssociateMulticastFeatureResult]:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Service LAN VPN Feature Associate Multicast Feature .
|
|
@@ -152,9 +153,9 @@ def get_service_lan_vpn_feature_associate_multicast_feature_output(feature_profi
|
|
|
152
153
|
```
|
|
153
154
|
|
|
154
155
|
|
|
155
|
-
:param str feature_profile_id: Feature Profile ID
|
|
156
|
-
:param str id: The id of the object
|
|
157
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
156
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
157
|
+
:param builtins.str id: The id of the object
|
|
158
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
158
159
|
"""
|
|
159
160
|
__args__ = dict()
|
|
160
161
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -45,7 +46,7 @@ class GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="featureProfileId")
|
|
48
|
-
def feature_profile_id(self) -> str:
|
|
49
|
+
def feature_profile_id(self) -> builtins.str:
|
|
49
50
|
"""
|
|
50
51
|
Feature Profile ID
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The id of the object
|
|
59
60
|
"""
|
|
@@ -61,7 +62,7 @@ class GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
64
|
-
def service_lan_vpn_feature_id(self) -> str:
|
|
65
|
+
def service_lan_vpn_feature_id(self) -> builtins.str:
|
|
65
66
|
"""
|
|
66
67
|
Service LAN VPN Feature ID
|
|
67
68
|
"""
|
|
@@ -69,7 +70,7 @@ class GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
69
70
|
|
|
70
71
|
@property
|
|
71
72
|
@pulumi.getter(name="serviceRoutingBgpFeatureId")
|
|
72
|
-
def service_routing_bgp_feature_id(self) -> str:
|
|
73
|
+
def service_routing_bgp_feature_id(self) -> builtins.str:
|
|
73
74
|
"""
|
|
74
75
|
Service Routing BGP Feature ID
|
|
75
76
|
"""
|
|
@@ -77,7 +78,7 @@ class GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
77
78
|
|
|
78
79
|
@property
|
|
79
80
|
@pulumi.getter
|
|
80
|
-
def version(self) -> int:
|
|
81
|
+
def version(self) -> builtins.int:
|
|
81
82
|
"""
|
|
82
83
|
The version of the object
|
|
83
84
|
"""
|
|
@@ -97,9 +98,9 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult(GetServic
|
|
|
97
98
|
version=self.version)
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
def get_service_lan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
-
id: Optional[str] = None,
|
|
102
|
-
service_lan_vpn_feature_id: Optional[str] = None,
|
|
101
|
+
def get_service_lan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
102
|
+
id: Optional[builtins.str] = None,
|
|
103
|
+
service_lan_vpn_feature_id: Optional[builtins.str] = None,
|
|
103
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
104
105
|
"""
|
|
105
106
|
This data source can read the Service LAN VPN Feature Associate Routing BGP Feature .
|
|
@@ -116,9 +117,9 @@ def get_service_lan_vpn_feature_associate_routing_bgp_feature(feature_profile_id
|
|
|
116
117
|
```
|
|
117
118
|
|
|
118
119
|
|
|
119
|
-
:param str feature_profile_id: Feature Profile ID
|
|
120
|
-
:param str id: The id of the object
|
|
121
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
120
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
121
|
+
:param builtins.str id: The id of the object
|
|
122
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
122
123
|
"""
|
|
123
124
|
__args__ = dict()
|
|
124
125
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -133,9 +134,9 @@ def get_service_lan_vpn_feature_associate_routing_bgp_feature(feature_profile_id
|
|
|
133
134
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
134
135
|
service_routing_bgp_feature_id=pulumi.get(__ret__, 'service_routing_bgp_feature_id'),
|
|
135
136
|
version=pulumi.get(__ret__, 'version'))
|
|
136
|
-
def get_service_lan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
138
|
-
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
def get_service_lan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
138
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
140
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnFeatureAssociateRoutingBgpFeatureResult]:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Service LAN VPN Feature Associate Routing BGP Feature .
|
|
@@ -152,9 +153,9 @@ def get_service_lan_vpn_feature_associate_routing_bgp_feature_output(feature_pro
|
|
|
152
153
|
```
|
|
153
154
|
|
|
154
155
|
|
|
155
|
-
:param str feature_profile_id: Feature Profile ID
|
|
156
|
-
:param str id: The id of the object
|
|
157
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
156
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
157
|
+
:param builtins.str id: The id of the object
|
|
158
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
158
159
|
"""
|
|
159
160
|
__args__ = dict()
|
|
160
161
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -45,7 +46,7 @@ class GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="featureProfileId")
|
|
48
|
-
def feature_profile_id(self) -> str:
|
|
49
|
+
def feature_profile_id(self) -> builtins.str:
|
|
49
50
|
"""
|
|
50
51
|
Feature Profile ID
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The id of the object
|
|
59
60
|
"""
|
|
@@ -61,7 +62,7 @@ class GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
64
|
-
def service_lan_vpn_feature_id(self) -> str:
|
|
65
|
+
def service_lan_vpn_feature_id(self) -> builtins.str:
|
|
65
66
|
"""
|
|
66
67
|
Service LAN VPN Feature ID
|
|
67
68
|
"""
|
|
@@ -69,7 +70,7 @@ class GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
69
70
|
|
|
70
71
|
@property
|
|
71
72
|
@pulumi.getter(name="serviceRoutingEigrpFeatureId")
|
|
72
|
-
def service_routing_eigrp_feature_id(self) -> str:
|
|
73
|
+
def service_routing_eigrp_feature_id(self) -> builtins.str:
|
|
73
74
|
"""
|
|
74
75
|
Service Routing EIGRP Feature ID
|
|
75
76
|
"""
|
|
@@ -77,7 +78,7 @@ class GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
|
77
78
|
|
|
78
79
|
@property
|
|
79
80
|
@pulumi.getter
|
|
80
|
-
def version(self) -> int:
|
|
81
|
+
def version(self) -> builtins.int:
|
|
81
82
|
"""
|
|
82
83
|
The version of the object
|
|
83
84
|
"""
|
|
@@ -97,9 +98,9 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult(GetServ
|
|
|
97
98
|
version=self.version)
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
def get_service_lan_vpn_feature_associate_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
-
id: Optional[str] = None,
|
|
102
|
-
service_lan_vpn_feature_id: Optional[str] = None,
|
|
101
|
+
def get_service_lan_vpn_feature_associate_routing_eigrp_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
102
|
+
id: Optional[builtins.str] = None,
|
|
103
|
+
service_lan_vpn_feature_id: Optional[builtins.str] = None,
|
|
103
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult:
|
|
104
105
|
"""
|
|
105
106
|
This data source can read the Service LAN VPN Feature Associate Routing EIGRP Feature .
|
|
@@ -116,9 +117,9 @@ def get_service_lan_vpn_feature_associate_routing_eigrp_feature(feature_profile_
|
|
|
116
117
|
```
|
|
117
118
|
|
|
118
119
|
|
|
119
|
-
:param str feature_profile_id: Feature Profile ID
|
|
120
|
-
:param str id: The id of the object
|
|
121
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
120
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
121
|
+
:param builtins.str id: The id of the object
|
|
122
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
122
123
|
"""
|
|
123
124
|
__args__ = dict()
|
|
124
125
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -133,9 +134,9 @@ def get_service_lan_vpn_feature_associate_routing_eigrp_feature(feature_profile_
|
|
|
133
134
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
134
135
|
service_routing_eigrp_feature_id=pulumi.get(__ret__, 'service_routing_eigrp_feature_id'),
|
|
135
136
|
version=pulumi.get(__ret__, 'version'))
|
|
136
|
-
def get_service_lan_vpn_feature_associate_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
138
|
-
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
def get_service_lan_vpn_feature_associate_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
138
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
140
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnFeatureAssociateRoutingEigrpFeatureResult]:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Service LAN VPN Feature Associate Routing EIGRP Feature .
|
|
@@ -152,9 +153,9 @@ def get_service_lan_vpn_feature_associate_routing_eigrp_feature_output(feature_p
|
|
|
152
153
|
```
|
|
153
154
|
|
|
154
155
|
|
|
155
|
-
:param str feature_profile_id: Feature Profile ID
|
|
156
|
-
:param str id: The id of the object
|
|
157
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
156
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
157
|
+
:param builtins.str id: The id of the object
|
|
158
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
158
159
|
"""
|
|
159
160
|
__args__ = dict()
|
|
160
161
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -45,7 +46,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="featureProfileId")
|
|
48
|
-
def feature_profile_id(self) -> str:
|
|
49
|
+
def feature_profile_id(self) -> builtins.str:
|
|
49
50
|
"""
|
|
50
51
|
Feature Profile ID
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The id of the object
|
|
59
60
|
"""
|
|
@@ -61,7 +62,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
64
|
-
def service_lan_vpn_feature_id(self) -> str:
|
|
65
|
+
def service_lan_vpn_feature_id(self) -> builtins.str:
|
|
65
66
|
"""
|
|
66
67
|
Service LAN VPN Feature ID
|
|
67
68
|
"""
|
|
@@ -69,7 +70,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
69
70
|
|
|
70
71
|
@property
|
|
71
72
|
@pulumi.getter(name="serviceRoutingOspfFeatureId")
|
|
72
|
-
def service_routing_ospf_feature_id(self) -> str:
|
|
73
|
+
def service_routing_ospf_feature_id(self) -> builtins.str:
|
|
73
74
|
"""
|
|
74
75
|
Service Routing OSPF Feature ID
|
|
75
76
|
"""
|
|
@@ -77,7 +78,7 @@ class GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
77
78
|
|
|
78
79
|
@property
|
|
79
80
|
@pulumi.getter
|
|
80
|
-
def version(self) -> int:
|
|
81
|
+
def version(self) -> builtins.int:
|
|
81
82
|
"""
|
|
82
83
|
The version of the object
|
|
83
84
|
"""
|
|
@@ -97,9 +98,9 @@ class AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult(GetServi
|
|
|
97
98
|
version=self.version)
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
def get_service_lan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[str] = None,
|
|
101
|
-
id: Optional[str] = None,
|
|
102
|
-
service_lan_vpn_feature_id: Optional[str] = None,
|
|
101
|
+
def get_service_lan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
102
|
+
id: Optional[builtins.str] = None,
|
|
103
|
+
service_lan_vpn_feature_id: Optional[builtins.str] = None,
|
|
103
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
104
105
|
"""
|
|
105
106
|
This data source can read the Service LAN VPN Feature Associate Routing OSPF Feature .
|
|
@@ -116,9 +117,9 @@ def get_service_lan_vpn_feature_associate_routing_ospf_feature(feature_profile_i
|
|
|
116
117
|
```
|
|
117
118
|
|
|
118
119
|
|
|
119
|
-
:param str feature_profile_id: Feature Profile ID
|
|
120
|
-
:param str id: The id of the object
|
|
121
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
120
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
121
|
+
:param builtins.str id: The id of the object
|
|
122
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
122
123
|
"""
|
|
123
124
|
__args__ = dict()
|
|
124
125
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -133,9 +134,9 @@ def get_service_lan_vpn_feature_associate_routing_ospf_feature(feature_profile_i
|
|
|
133
134
|
service_lan_vpn_feature_id=pulumi.get(__ret__, 'service_lan_vpn_feature_id'),
|
|
134
135
|
service_routing_ospf_feature_id=pulumi.get(__ret__, 'service_routing_ospf_feature_id'),
|
|
135
136
|
version=pulumi.get(__ret__, 'version'))
|
|
136
|
-
def get_service_lan_vpn_feature_associate_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
138
|
-
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
def get_service_lan_vpn_feature_associate_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
138
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
139
140
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnFeatureAssociateRoutingOspfFeatureResult]:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Service LAN VPN Feature Associate Routing OSPF Feature .
|
|
@@ -152,9 +153,9 @@ def get_service_lan_vpn_feature_associate_routing_ospf_feature_output(feature_pr
|
|
|
152
153
|
```
|
|
153
154
|
|
|
154
155
|
|
|
155
|
-
:param str feature_profile_id: Feature Profile ID
|
|
156
|
-
:param str id: The id of the object
|
|
157
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
156
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
157
|
+
:param builtins.str id: The id of the object
|
|
158
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
158
159
|
"""
|
|
159
160
|
__args__ = dict()
|
|
160
161
|
__args__['featureProfileId'] = feature_profile_id
|