pulumi-sdwan 0.4.0a1743575236__py3-none-any.whl → 0.4.0a1744266496__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.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744266496.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.4.0a1744266496.dist-info/RECORD +480 -0
- pulumi_sdwan-0.4.0a1743575236.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744266496.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744266496.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
|
|
@@ -111,7 +112,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
111
112
|
|
|
112
113
|
@property
|
|
113
114
|
@pulumi.getter
|
|
114
|
-
def description(self) -> str:
|
|
115
|
+
def description(self) -> builtins.str:
|
|
115
116
|
"""
|
|
116
117
|
The description of the Feature
|
|
117
118
|
"""
|
|
@@ -119,7 +120,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
119
120
|
|
|
120
121
|
@property
|
|
121
122
|
@pulumi.getter(name="endpointApiUrl")
|
|
122
|
-
def endpoint_api_url(self) -> str:
|
|
123
|
+
def endpoint_api_url(self) -> builtins.str:
|
|
123
124
|
"""
|
|
124
125
|
API url of endpoint
|
|
125
126
|
"""
|
|
@@ -127,7 +128,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
127
128
|
|
|
128
129
|
@property
|
|
129
130
|
@pulumi.getter(name="endpointApiUrlVariable")
|
|
130
|
-
def endpoint_api_url_variable(self) -> str:
|
|
131
|
+
def endpoint_api_url_variable(self) -> builtins.str:
|
|
131
132
|
"""
|
|
132
133
|
Variable name
|
|
133
134
|
"""
|
|
@@ -135,7 +136,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
135
136
|
|
|
136
137
|
@property
|
|
137
138
|
@pulumi.getter(name="endpointDnsName")
|
|
138
|
-
def endpoint_dns_name(self) -> str:
|
|
139
|
+
def endpoint_dns_name(self) -> builtins.str:
|
|
139
140
|
"""
|
|
140
141
|
Endpoint DNS Name
|
|
141
142
|
"""
|
|
@@ -143,7 +144,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
143
144
|
|
|
144
145
|
@property
|
|
145
146
|
@pulumi.getter(name="endpointDnsNameVariable")
|
|
146
|
-
def endpoint_dns_name_variable(self) -> str:
|
|
147
|
+
def endpoint_dns_name_variable(self) -> builtins.str:
|
|
147
148
|
"""
|
|
148
149
|
Variable name
|
|
149
150
|
"""
|
|
@@ -151,7 +152,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
151
152
|
|
|
152
153
|
@property
|
|
153
154
|
@pulumi.getter(name="endpointIp")
|
|
154
|
-
def endpoint_ip(self) -> str:
|
|
155
|
+
def endpoint_ip(self) -> builtins.str:
|
|
155
156
|
"""
|
|
156
157
|
Endpoint IP
|
|
157
158
|
"""
|
|
@@ -159,7 +160,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
159
160
|
|
|
160
161
|
@property
|
|
161
162
|
@pulumi.getter(name="endpointIpVariable")
|
|
162
|
-
def endpoint_ip_variable(self) -> str:
|
|
163
|
+
def endpoint_ip_variable(self) -> builtins.str:
|
|
163
164
|
"""
|
|
164
165
|
Variable name
|
|
165
166
|
"""
|
|
@@ -167,7 +168,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
167
168
|
|
|
168
169
|
@property
|
|
169
170
|
@pulumi.getter(name="endpointTrackerType")
|
|
170
|
-
def endpoint_tracker_type(self) -> str:
|
|
171
|
+
def endpoint_tracker_type(self) -> builtins.str:
|
|
171
172
|
"""
|
|
172
173
|
Endpoint Tracker Type
|
|
173
174
|
"""
|
|
@@ -175,7 +176,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
175
176
|
|
|
176
177
|
@property
|
|
177
178
|
@pulumi.getter(name="endpointTrackerTypeVariable")
|
|
178
|
-
def endpoint_tracker_type_variable(self) -> str:
|
|
179
|
+
def endpoint_tracker_type_variable(self) -> builtins.str:
|
|
179
180
|
"""
|
|
180
181
|
Variable name
|
|
181
182
|
"""
|
|
@@ -183,7 +184,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
183
184
|
|
|
184
185
|
@property
|
|
185
186
|
@pulumi.getter(name="featureProfileId")
|
|
186
|
-
def feature_profile_id(self) -> str:
|
|
187
|
+
def feature_profile_id(self) -> builtins.str:
|
|
187
188
|
"""
|
|
188
189
|
Feature Profile ID
|
|
189
190
|
"""
|
|
@@ -191,7 +192,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter
|
|
194
|
-
def id(self) -> str:
|
|
195
|
+
def id(self) -> builtins.str:
|
|
195
196
|
"""
|
|
196
197
|
The id of the Feature
|
|
197
198
|
"""
|
|
@@ -199,7 +200,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
199
200
|
|
|
200
201
|
@property
|
|
201
202
|
@pulumi.getter
|
|
202
|
-
def interval(self) -> int:
|
|
203
|
+
def interval(self) -> builtins.int:
|
|
203
204
|
"""
|
|
204
205
|
Interval
|
|
205
206
|
"""
|
|
@@ -207,7 +208,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
207
208
|
|
|
208
209
|
@property
|
|
209
210
|
@pulumi.getter(name="intervalVariable")
|
|
210
|
-
def interval_variable(self) -> str:
|
|
211
|
+
def interval_variable(self) -> builtins.str:
|
|
211
212
|
"""
|
|
212
213
|
Variable name
|
|
213
214
|
"""
|
|
@@ -215,7 +216,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
215
216
|
|
|
216
217
|
@property
|
|
217
218
|
@pulumi.getter
|
|
218
|
-
def multiplier(self) -> int:
|
|
219
|
+
def multiplier(self) -> builtins.int:
|
|
219
220
|
"""
|
|
220
221
|
Multiplier
|
|
221
222
|
"""
|
|
@@ -223,7 +224,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
223
224
|
|
|
224
225
|
@property
|
|
225
226
|
@pulumi.getter(name="multiplierVariable")
|
|
226
|
-
def multiplier_variable(self) -> str:
|
|
227
|
+
def multiplier_variable(self) -> builtins.str:
|
|
227
228
|
"""
|
|
228
229
|
Variable name
|
|
229
230
|
"""
|
|
@@ -231,7 +232,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
231
232
|
|
|
232
233
|
@property
|
|
233
234
|
@pulumi.getter
|
|
234
|
-
def name(self) -> str:
|
|
235
|
+
def name(self) -> builtins.str:
|
|
235
236
|
"""
|
|
236
237
|
The name of the Feature
|
|
237
238
|
"""
|
|
@@ -239,12 +240,12 @@ class GetServiceTrackerFeatureResult:
|
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter
|
|
242
|
-
def port(self) -> int:
|
|
243
|
+
def port(self) -> builtins.int:
|
|
243
244
|
return pulumi.get(self, "port")
|
|
244
245
|
|
|
245
246
|
@property
|
|
246
247
|
@pulumi.getter(name="portVariable")
|
|
247
|
-
def port_variable(self) -> str:
|
|
248
|
+
def port_variable(self) -> builtins.str:
|
|
248
249
|
"""
|
|
249
250
|
Variable name
|
|
250
251
|
"""
|
|
@@ -252,12 +253,12 @@ class GetServiceTrackerFeatureResult:
|
|
|
252
253
|
|
|
253
254
|
@property
|
|
254
255
|
@pulumi.getter
|
|
255
|
-
def protocol(self) -> str:
|
|
256
|
+
def protocol(self) -> builtins.str:
|
|
256
257
|
return pulumi.get(self, "protocol")
|
|
257
258
|
|
|
258
259
|
@property
|
|
259
260
|
@pulumi.getter(name="protocolVariable")
|
|
260
|
-
def protocol_variable(self) -> str:
|
|
261
|
+
def protocol_variable(self) -> builtins.str:
|
|
261
262
|
"""
|
|
262
263
|
Variable name
|
|
263
264
|
"""
|
|
@@ -265,7 +266,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
265
266
|
|
|
266
267
|
@property
|
|
267
268
|
@pulumi.getter
|
|
268
|
-
def threshold(self) -> int:
|
|
269
|
+
def threshold(self) -> builtins.int:
|
|
269
270
|
"""
|
|
270
271
|
Threshold
|
|
271
272
|
"""
|
|
@@ -273,7 +274,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
273
274
|
|
|
274
275
|
@property
|
|
275
276
|
@pulumi.getter(name="thresholdVariable")
|
|
276
|
-
def threshold_variable(self) -> str:
|
|
277
|
+
def threshold_variable(self) -> builtins.str:
|
|
277
278
|
"""
|
|
278
279
|
Variable name
|
|
279
280
|
"""
|
|
@@ -281,7 +282,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
281
282
|
|
|
282
283
|
@property
|
|
283
284
|
@pulumi.getter(name="trackerName")
|
|
284
|
-
def tracker_name(self) -> str:
|
|
285
|
+
def tracker_name(self) -> builtins.str:
|
|
285
286
|
"""
|
|
286
287
|
Tracker Name
|
|
287
288
|
"""
|
|
@@ -289,7 +290,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
289
290
|
|
|
290
291
|
@property
|
|
291
292
|
@pulumi.getter(name="trackerNameVariable")
|
|
292
|
-
def tracker_name_variable(self) -> str:
|
|
293
|
+
def tracker_name_variable(self) -> builtins.str:
|
|
293
294
|
"""
|
|
294
295
|
Variable name
|
|
295
296
|
"""
|
|
@@ -297,7 +298,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
297
298
|
|
|
298
299
|
@property
|
|
299
300
|
@pulumi.getter(name="trackerType")
|
|
300
|
-
def tracker_type(self) -> str:
|
|
301
|
+
def tracker_type(self) -> builtins.str:
|
|
301
302
|
"""
|
|
302
303
|
Tracker Type
|
|
303
304
|
"""
|
|
@@ -305,7 +306,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
305
306
|
|
|
306
307
|
@property
|
|
307
308
|
@pulumi.getter(name="trackerTypeVariable")
|
|
308
|
-
def tracker_type_variable(self) -> str:
|
|
309
|
+
def tracker_type_variable(self) -> builtins.str:
|
|
309
310
|
"""
|
|
310
311
|
Variable name
|
|
311
312
|
"""
|
|
@@ -313,7 +314,7 @@ class GetServiceTrackerFeatureResult:
|
|
|
313
314
|
|
|
314
315
|
@property
|
|
315
316
|
@pulumi.getter
|
|
316
|
-
def version(self) -> int:
|
|
317
|
+
def version(self) -> builtins.int:
|
|
317
318
|
"""
|
|
318
319
|
The version of the Feature
|
|
319
320
|
"""
|
|
@@ -355,8 +356,8 @@ class AwaitableGetServiceTrackerFeatureResult(GetServiceTrackerFeatureResult):
|
|
|
355
356
|
version=self.version)
|
|
356
357
|
|
|
357
358
|
|
|
358
|
-
def get_service_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
359
|
-
id: Optional[str] = None,
|
|
359
|
+
def get_service_tracker_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
360
|
+
id: Optional[builtins.str] = None,
|
|
360
361
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceTrackerFeatureResult:
|
|
361
362
|
"""
|
|
362
363
|
This data source can read the Service Tracker Feature.
|
|
@@ -372,8 +373,8 @@ def get_service_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
|
372
373
|
```
|
|
373
374
|
|
|
374
375
|
|
|
375
|
-
:param str feature_profile_id: Feature Profile ID
|
|
376
|
-
:param str id: The id of the Feature
|
|
376
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
377
|
+
:param builtins.str id: The id of the Feature
|
|
377
378
|
"""
|
|
378
379
|
__args__ = dict()
|
|
379
380
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -409,8 +410,8 @@ def get_service_tracker_feature(feature_profile_id: Optional[str] = None,
|
|
|
409
410
|
tracker_type=pulumi.get(__ret__, 'tracker_type'),
|
|
410
411
|
tracker_type_variable=pulumi.get(__ret__, 'tracker_type_variable'),
|
|
411
412
|
version=pulumi.get(__ret__, 'version'))
|
|
412
|
-
def get_service_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
413
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
413
|
+
def get_service_tracker_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
414
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
414
415
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceTrackerFeatureResult]:
|
|
415
416
|
"""
|
|
416
417
|
This data source can read the Service Tracker Feature.
|
|
@@ -426,8 +427,8 @@ def get_service_tracker_feature_output(feature_profile_id: Optional[pulumi.Input
|
|
|
426
427
|
```
|
|
427
428
|
|
|
428
429
|
|
|
429
|
-
:param str feature_profile_id: Feature Profile ID
|
|
430
|
-
:param str id: The id of the Feature
|
|
430
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
431
|
+
:param builtins.str id: The id of the Feature
|
|
431
432
|
"""
|
|
432
433
|
__args__ = dict()
|
|
433
434
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -55,7 +56,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
55
56
|
|
|
56
57
|
@property
|
|
57
58
|
@pulumi.getter
|
|
58
|
-
def description(self) -> str:
|
|
59
|
+
def description(self) -> builtins.str:
|
|
59
60
|
"""
|
|
60
61
|
The description of the Feature
|
|
61
62
|
"""
|
|
@@ -63,7 +64,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter(name="featureProfileId")
|
|
66
|
-
def feature_profile_id(self) -> str:
|
|
67
|
+
def feature_profile_id(self) -> builtins.str:
|
|
67
68
|
"""
|
|
68
69
|
Feature Profile ID
|
|
69
70
|
"""
|
|
@@ -71,7 +72,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter
|
|
74
|
-
def id(self) -> str:
|
|
75
|
+
def id(self) -> builtins.str:
|
|
75
76
|
"""
|
|
76
77
|
The id of the Feature
|
|
77
78
|
"""
|
|
@@ -79,7 +80,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
79
80
|
|
|
80
81
|
@property
|
|
81
82
|
@pulumi.getter
|
|
82
|
-
def name(self) -> str:
|
|
83
|
+
def name(self) -> builtins.str:
|
|
83
84
|
"""
|
|
84
85
|
The name of the Feature
|
|
85
86
|
"""
|
|
@@ -87,7 +88,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
87
88
|
|
|
88
89
|
@property
|
|
89
90
|
@pulumi.getter(name="trackerBoolean")
|
|
90
|
-
def tracker_boolean(self) -> str:
|
|
91
|
+
def tracker_boolean(self) -> builtins.str:
|
|
91
92
|
"""
|
|
92
93
|
tracker ref list combine boolean and or
|
|
93
94
|
"""
|
|
@@ -95,7 +96,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
95
96
|
|
|
96
97
|
@property
|
|
97
98
|
@pulumi.getter(name="trackerBooleanVariable")
|
|
98
|
-
def tracker_boolean_variable(self) -> str:
|
|
99
|
+
def tracker_boolean_variable(self) -> builtins.str:
|
|
99
100
|
"""
|
|
100
101
|
Variable name
|
|
101
102
|
"""
|
|
@@ -111,7 +112,7 @@ class GetServiceTrackerGroupFeatureResult:
|
|
|
111
112
|
|
|
112
113
|
@property
|
|
113
114
|
@pulumi.getter
|
|
114
|
-
def version(self) -> int:
|
|
115
|
+
def version(self) -> builtins.int:
|
|
115
116
|
"""
|
|
116
117
|
The version of the Feature
|
|
117
118
|
"""
|
|
@@ -134,8 +135,8 @@ class AwaitableGetServiceTrackerGroupFeatureResult(GetServiceTrackerGroupFeature
|
|
|
134
135
|
version=self.version)
|
|
135
136
|
|
|
136
137
|
|
|
137
|
-
def get_service_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
138
|
-
id: Optional[str] = None,
|
|
138
|
+
def get_service_tracker_group_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
139
|
+
id: Optional[builtins.str] = None,
|
|
139
140
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceTrackerGroupFeatureResult:
|
|
140
141
|
"""
|
|
141
142
|
This data source can read the Service Tracker Group Feature.
|
|
@@ -151,8 +152,8 @@ def get_service_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
|
151
152
|
```
|
|
152
153
|
|
|
153
154
|
|
|
154
|
-
:param str feature_profile_id: Feature Profile ID
|
|
155
|
-
:param str id: The id of the Feature
|
|
155
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
156
|
+
:param builtins.str id: The id of the Feature
|
|
156
157
|
"""
|
|
157
158
|
__args__ = dict()
|
|
158
159
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -169,8 +170,8 @@ def get_service_tracker_group_feature(feature_profile_id: Optional[str] = None,
|
|
|
169
170
|
tracker_boolean_variable=pulumi.get(__ret__, 'tracker_boolean_variable'),
|
|
170
171
|
tracker_elements=pulumi.get(__ret__, 'tracker_elements'),
|
|
171
172
|
version=pulumi.get(__ret__, 'version'))
|
|
172
|
-
def get_service_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
173
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
def get_service_tracker_group_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
174
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
174
175
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceTrackerGroupFeatureResult]:
|
|
175
176
|
"""
|
|
176
177
|
This data source can read the Service Tracker Group Feature.
|
|
@@ -186,8 +187,8 @@ def get_service_tracker_group_feature_output(feature_profile_id: Optional[pulumi
|
|
|
186
187
|
```
|
|
187
188
|
|
|
188
189
|
|
|
189
|
-
:param str feature_profile_id: Feature Profile ID
|
|
190
|
-
:param str id: The id of the Feature
|
|
190
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
191
|
+
:param builtins.str id: The id of the Feature
|
|
191
192
|
"""
|
|
192
193
|
__args__ = dict()
|
|
193
194
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -100,7 +101,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
100
101
|
|
|
101
102
|
@property
|
|
102
103
|
@pulumi.getter
|
|
103
|
-
def country(self) -> str:
|
|
104
|
+
def country(self) -> builtins.str:
|
|
104
105
|
"""
|
|
105
106
|
Select country
|
|
106
107
|
"""
|
|
@@ -108,7 +109,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
108
109
|
|
|
109
110
|
@property
|
|
110
111
|
@pulumi.getter(name="countryVariable")
|
|
111
|
-
def country_variable(self) -> str:
|
|
112
|
+
def country_variable(self) -> builtins.str:
|
|
112
113
|
"""
|
|
113
114
|
Variable name
|
|
114
115
|
"""
|
|
@@ -116,7 +117,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
116
117
|
|
|
117
118
|
@property
|
|
118
119
|
@pulumi.getter
|
|
119
|
-
def description(self) -> str:
|
|
120
|
+
def description(self) -> builtins.str:
|
|
120
121
|
"""
|
|
121
122
|
The description of the Feature
|
|
122
123
|
"""
|
|
@@ -124,7 +125,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
124
125
|
|
|
125
126
|
@property
|
|
126
127
|
@pulumi.getter
|
|
127
|
-
def enable24g(self) -> bool:
|
|
128
|
+
def enable24g(self) -> builtins.bool:
|
|
128
129
|
"""
|
|
129
130
|
2.4GHz Enabled
|
|
130
131
|
"""
|
|
@@ -132,7 +133,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
132
133
|
|
|
133
134
|
@property
|
|
134
135
|
@pulumi.getter(name="enable24gVariable")
|
|
135
|
-
def enable24g_variable(self) -> str:
|
|
136
|
+
def enable24g_variable(self) -> builtins.str:
|
|
136
137
|
"""
|
|
137
138
|
Variable name
|
|
138
139
|
"""
|
|
@@ -140,7 +141,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
140
141
|
|
|
141
142
|
@property
|
|
142
143
|
@pulumi.getter
|
|
143
|
-
def enable5g(self) -> bool:
|
|
144
|
+
def enable5g(self) -> builtins.bool:
|
|
144
145
|
"""
|
|
145
146
|
5GHz Enabled
|
|
146
147
|
"""
|
|
@@ -148,7 +149,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
148
149
|
|
|
149
150
|
@property
|
|
150
151
|
@pulumi.getter(name="enable5gVariable")
|
|
151
|
-
def enable5g_variable(self) -> str:
|
|
152
|
+
def enable5g_variable(self) -> builtins.str:
|
|
152
153
|
"""
|
|
153
154
|
Variable name
|
|
154
155
|
"""
|
|
@@ -156,7 +157,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
156
157
|
|
|
157
158
|
@property
|
|
158
159
|
@pulumi.getter(name="featureProfileId")
|
|
159
|
-
def feature_profile_id(self) -> str:
|
|
160
|
+
def feature_profile_id(self) -> builtins.str:
|
|
160
161
|
"""
|
|
161
162
|
Feature Profile ID
|
|
162
163
|
"""
|
|
@@ -164,7 +165,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
164
165
|
|
|
165
166
|
@property
|
|
166
167
|
@pulumi.getter
|
|
167
|
-
def id(self) -> str:
|
|
168
|
+
def id(self) -> builtins.str:
|
|
168
169
|
"""
|
|
169
170
|
The id of the Feature
|
|
170
171
|
"""
|
|
@@ -172,7 +173,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
172
173
|
|
|
173
174
|
@property
|
|
174
175
|
@pulumi.getter(name="meDefaultGateway")
|
|
175
|
-
def me_default_gateway(self) -> str:
|
|
176
|
+
def me_default_gateway(self) -> builtins.str:
|
|
176
177
|
"""
|
|
177
178
|
Set mobile express default gateway
|
|
178
179
|
"""
|
|
@@ -180,7 +181,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
180
181
|
|
|
181
182
|
@property
|
|
182
183
|
@pulumi.getter(name="meDefaultGatewayVariable")
|
|
183
|
-
def me_default_gateway_variable(self) -> str:
|
|
184
|
+
def me_default_gateway_variable(self) -> builtins.str:
|
|
184
185
|
"""
|
|
185
186
|
Variable name
|
|
186
187
|
"""
|
|
@@ -188,7 +189,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
188
189
|
|
|
189
190
|
@property
|
|
190
191
|
@pulumi.getter(name="meDynamicIpEnabled")
|
|
191
|
-
def me_dynamic_ip_enabled(self) -> bool:
|
|
192
|
+
def me_dynamic_ip_enabled(self) -> builtins.bool:
|
|
192
193
|
"""
|
|
193
194
|
ME management IP dynamic allocated by DHCP
|
|
194
195
|
"""
|
|
@@ -196,7 +197,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
196
197
|
|
|
197
198
|
@property
|
|
198
199
|
@pulumi.getter(name="meIpv4Address")
|
|
199
|
-
def me_ipv4_address(self) -> str:
|
|
200
|
+
def me_ipv4_address(self) -> builtins.str:
|
|
200
201
|
"""
|
|
201
202
|
Set mobile express controller address
|
|
202
203
|
"""
|
|
@@ -204,7 +205,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
204
205
|
|
|
205
206
|
@property
|
|
206
207
|
@pulumi.getter(name="meIpv4AddressVariable")
|
|
207
|
-
def me_ipv4_address_variable(self) -> str:
|
|
208
|
+
def me_ipv4_address_variable(self) -> builtins.str:
|
|
208
209
|
"""
|
|
209
210
|
Variable name
|
|
210
211
|
"""
|
|
@@ -212,7 +213,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
212
213
|
|
|
213
214
|
@property
|
|
214
215
|
@pulumi.getter(name="meSubnetMask")
|
|
215
|
-
def me_subnet_mask(self) -> str:
|
|
216
|
+
def me_subnet_mask(self) -> builtins.str:
|
|
216
217
|
"""
|
|
217
218
|
Set mobile express controller subnet mask
|
|
218
219
|
"""
|
|
@@ -220,7 +221,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
220
221
|
|
|
221
222
|
@property
|
|
222
223
|
@pulumi.getter(name="meSubnetMaskVariable")
|
|
223
|
-
def me_subnet_mask_variable(self) -> str:
|
|
224
|
+
def me_subnet_mask_variable(self) -> builtins.str:
|
|
224
225
|
"""
|
|
225
226
|
Variable name
|
|
226
227
|
"""
|
|
@@ -228,7 +229,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
228
229
|
|
|
229
230
|
@property
|
|
230
231
|
@pulumi.getter
|
|
231
|
-
def name(self) -> str:
|
|
232
|
+
def name(self) -> builtins.str:
|
|
232
233
|
"""
|
|
233
234
|
The name of the Feature
|
|
234
235
|
"""
|
|
@@ -236,7 +237,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
236
237
|
|
|
237
238
|
@property
|
|
238
239
|
@pulumi.getter
|
|
239
|
-
def password(self) -> str:
|
|
240
|
+
def password(self) -> builtins.str:
|
|
240
241
|
"""
|
|
241
242
|
Set management password,the password must contains characters from all of the following classes,lowercase letters,uppercase letters,digits,and special characters. No character in the password can be repeated more than three times consecutively. The password must not be the same as the associated username or the username reversed. The password must not be cisco,ocsic,or any variant obtained by changing the capitalization of the letters in word cisco. In addition,you can't substitute 1,l,or ! for i,0 for o,$ for s.
|
|
242
243
|
"""
|
|
@@ -244,7 +245,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
244
245
|
|
|
245
246
|
@property
|
|
246
247
|
@pulumi.getter(name="passwordVariable")
|
|
247
|
-
def password_variable(self) -> str:
|
|
248
|
+
def password_variable(self) -> builtins.str:
|
|
248
249
|
"""
|
|
249
250
|
Variable name
|
|
250
251
|
"""
|
|
@@ -260,7 +261,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
260
261
|
|
|
261
262
|
@property
|
|
262
263
|
@pulumi.getter
|
|
263
|
-
def username(self) -> str:
|
|
264
|
+
def username(self) -> builtins.str:
|
|
264
265
|
"""
|
|
265
266
|
Set management username
|
|
266
267
|
"""
|
|
@@ -268,7 +269,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
268
269
|
|
|
269
270
|
@property
|
|
270
271
|
@pulumi.getter(name="usernameVariable")
|
|
271
|
-
def username_variable(self) -> str:
|
|
272
|
+
def username_variable(self) -> builtins.str:
|
|
272
273
|
"""
|
|
273
274
|
Variable name
|
|
274
275
|
"""
|
|
@@ -276,7 +277,7 @@ class GetServiceWirelessLanFeatureResult:
|
|
|
276
277
|
|
|
277
278
|
@property
|
|
278
279
|
@pulumi.getter
|
|
279
|
-
def version(self) -> int:
|
|
280
|
+
def version(self) -> builtins.int:
|
|
280
281
|
"""
|
|
281
282
|
The version of the Feature
|
|
282
283
|
"""
|
|
@@ -314,8 +315,8 @@ class AwaitableGetServiceWirelessLanFeatureResult(GetServiceWirelessLanFeatureRe
|
|
|
314
315
|
version=self.version)
|
|
315
316
|
|
|
316
317
|
|
|
317
|
-
def get_service_wireless_lan_feature(feature_profile_id: Optional[str] = None,
|
|
318
|
-
id: Optional[str] = None,
|
|
318
|
+
def get_service_wireless_lan_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
319
|
+
id: Optional[builtins.str] = None,
|
|
319
320
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceWirelessLanFeatureResult:
|
|
320
321
|
"""
|
|
321
322
|
This data source can read the Service Wireless LAN Feature.
|
|
@@ -331,8 +332,8 @@ def get_service_wireless_lan_feature(feature_profile_id: Optional[str] = None,
|
|
|
331
332
|
```
|
|
332
333
|
|
|
333
334
|
|
|
334
|
-
:param str feature_profile_id: Feature Profile ID
|
|
335
|
-
:param str id: The id of the Feature
|
|
335
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
336
|
+
:param builtins.str id: The id of the Feature
|
|
336
337
|
"""
|
|
337
338
|
__args__ = dict()
|
|
338
339
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -364,8 +365,8 @@ def get_service_wireless_lan_feature(feature_profile_id: Optional[str] = None,
|
|
|
364
365
|
username=pulumi.get(__ret__, 'username'),
|
|
365
366
|
username_variable=pulumi.get(__ret__, 'username_variable'),
|
|
366
367
|
version=pulumi.get(__ret__, 'version'))
|
|
367
|
-
def get_service_wireless_lan_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
368
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
368
|
+
def get_service_wireless_lan_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
369
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
369
370
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceWirelessLanFeatureResult]:
|
|
370
371
|
"""
|
|
371
372
|
This data source can read the Service Wireless LAN Feature.
|
|
@@ -381,8 +382,8 @@ def get_service_wireless_lan_feature_output(feature_profile_id: Optional[pulumi.
|
|
|
381
382
|
```
|
|
382
383
|
|
|
383
384
|
|
|
384
|
-
:param str feature_profile_id: Feature Profile ID
|
|
385
|
-
:param str id: The id of the Feature
|
|
385
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
386
|
+
:param builtins.str id: The id of the Feature
|
|
386
387
|
"""
|
|
387
388
|
__args__ = dict()
|
|
388
389
|
__args__['featureProfileId'] = feature_profile_id
|