pulumi-sdwan 0.1.3__py3-none-any.whl → 0.2.0__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 +300 -0
- pulumi_sdwan/_inputs.py +55549 -30779
- pulumi_sdwan/_utilities.py +1 -1
- pulumi_sdwan/activate_centralized_policy.py +17 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +5 -0
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +5 -0
- pulumi_sdwan/allow_url_list_policy_object.py +5 -0
- pulumi_sdwan/app_probe_class_policy_object.py +5 -0
- pulumi_sdwan/application_aware_routing_policy_definition.py +5 -0
- pulumi_sdwan/application_list_policy_object.py +5 -0
- pulumi_sdwan/application_priority_feature_profile.py +7 -0
- pulumi_sdwan/application_priority_qos_policy.py +11 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/as_path_list_policy_object.py +5 -0
- pulumi_sdwan/attach_feature_device_template.py +21 -0
- pulumi_sdwan/block_url_list_policy_object.py +5 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +5 -0
- pulumi_sdwan/cedge_global_feature_template.py +5 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +5 -0
- pulumi_sdwan/cedge_multicast_feature_template.py +5 -0
- pulumi_sdwan/cedge_pim_feature_template.py +5 -0
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +5 -0
- pulumi_sdwan/cellular_controller_feature_template.py +5 -0
- pulumi_sdwan/cellular_profile_feature_template.py +5 -0
- pulumi_sdwan/centralized_policy.py +5 -0
- pulumi_sdwan/cflowd_policy_definition.py +5 -0
- pulumi_sdwan/cisco_banner_feature_template.py +5 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +5 -0
- pulumi_sdwan/cisco_bgp_feature_template.py +5 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +5 -0
- pulumi_sdwan/cisco_logging_feature_template.py +5 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +5 -0
- pulumi_sdwan/cisco_omp_feature_template.py +5 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +5 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +5 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +5 -0
- pulumi_sdwan/cisco_security_feature_template.py +5 -0
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +5 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +5 -0
- pulumi_sdwan/cisco_system_feature_template.py +5 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +5 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +5 -0
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +5 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +5 -0
- pulumi_sdwan/class_map_policy_object.py +5 -0
- pulumi_sdwan/cli_config_feature.py +5 -0
- pulumi_sdwan/cli_device_template.py +5 -0
- pulumi_sdwan/cli_feature_profile.py +7 -0
- pulumi_sdwan/cli_template_feature_template.py +5 -0
- pulumi_sdwan/color_list_policy_object.py +5 -0
- pulumi_sdwan/config/__init__.pyi +10 -5
- pulumi_sdwan/config/vars.py +10 -5
- pulumi_sdwan/configuration_group.py +113 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +5 -0
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/dns_security_policy_definition.py +5 -0
- pulumi_sdwan/domain_list_policy_object.py +5 -0
- pulumi_sdwan/eigrp_feature_template.py +5 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/expanded_community_list_policy_object.py +5 -0
- pulumi_sdwan/extended_community_list_policy_object.py +5 -0
- pulumi_sdwan/feature_device_template.py +5 -0
- pulumi_sdwan/geo_location_list_policy_object.py +5 -0
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +23 -4
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +24 -4
- pulumi_sdwan/get_allow_url_list_policy_object.py +14 -4
- pulumi_sdwan/get_app_probe_class_policy_object.py +15 -4
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +16 -4
- pulumi_sdwan/get_application_list_policy_object.py +14 -4
- pulumi_sdwan/get_application_priority_feature_profile.py +13 -4
- pulumi_sdwan/get_application_priority_qos_policy.py +19 -4
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_as_path_list_policy_object.py +14 -4
- pulumi_sdwan/get_block_url_list_policy_object.py +14 -4
- pulumi_sdwan/get_cedge_aaa_feature_template.py +43 -4
- pulumi_sdwan/get_cedge_global_feature_template.py +63 -4
- pulumi_sdwan/get_cedge_igmp_feature_template.py +18 -4
- pulumi_sdwan/get_cedge_multicast_feature_template.py +23 -4
- pulumi_sdwan/get_cedge_pim_feature_template.py +41 -4
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +31 -4
- pulumi_sdwan/get_cellular_controller_feature_template.py +28 -4
- pulumi_sdwan/get_cellular_profile_feature_template.py +39 -4
- pulumi_sdwan/get_centralized_policy.py +15 -4
- pulumi_sdwan/get_cflowd_policy_definition.py +23 -4
- pulumi_sdwan/get_cisco_banner_feature_template.py +21 -4
- pulumi_sdwan/get_cisco_bfd_feature_template.py +24 -4
- pulumi_sdwan/get_cisco_bgp_feature_template.py +53 -4
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +35 -4
- pulumi_sdwan/get_cisco_logging_feature_template.py +26 -4
- pulumi_sdwan/get_cisco_ntp_feature_template.py +27 -4
- pulumi_sdwan/get_cisco_omp_feature_template.py +45 -4
- pulumi_sdwan/get_cisco_ospf_feature_template.py +46 -4
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +85 -4
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +23 -4
- pulumi_sdwan/get_cisco_security_feature_template.py +31 -4
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +39 -4
- pulumi_sdwan/get_cisco_snmp_feature_template.py +28 -4
- pulumi_sdwan/get_cisco_system_feature_template.py +86 -4
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +18 -4
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +48 -4
- pulumi_sdwan/get_cisco_vpn_feature_template.py +47 -4
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +219 -4
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +46 -4
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +70 -4
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +34 -4
- pulumi_sdwan/get_class_map_policy_object.py +14 -4
- pulumi_sdwan/get_cli_config_feature.py +17 -4
- pulumi_sdwan/get_cli_device_template.py +17 -4
- pulumi_sdwan/get_cli_feature_profile.py +13 -4
- pulumi_sdwan/get_cli_template_feature_template.py +18 -4
- pulumi_sdwan/get_color_list_policy_object.py +14 -4
- pulumi_sdwan/get_configuration_group.py +46 -5
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +17 -4
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_device.py +15 -4
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +24 -4
- pulumi_sdwan/get_domain_list_policy_object.py +14 -4
- pulumi_sdwan/get_eigrp_feature_template.py +34 -4
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_expanded_community_list_policy_object.py +14 -4
- pulumi_sdwan/get_extended_community_list_policy_object.py +14 -4
- pulumi_sdwan/get_feature_device_template.py +21 -4
- pulumi_sdwan/get_geo_location_list_policy_object.py +14 -4
- pulumi_sdwan/get_gps_feature_template.py +29 -4
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +18 -4
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +21 -4
- pulumi_sdwan/get_ips_signature_list_policy_object.py +14 -4
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +17 -4
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +14 -4
- pulumi_sdwan/get_local_application_list_policy_object.py +14 -4
- pulumi_sdwan/get_localized_policy.py +25 -4
- pulumi_sdwan/get_mesh_topology_policy_definition.py +18 -4
- pulumi_sdwan/get_mirror_policy_object.py +15 -4
- pulumi_sdwan/get_object_group_policy_definition.py +27 -4
- pulumi_sdwan/get_other_feature_profile.py +13 -4
- pulumi_sdwan/get_other_thousandeyes_feature.py +17 -4
- pulumi_sdwan/get_other_ucse_feature.py +30 -4
- pulumi_sdwan/get_policer_policy_object.py +16 -4
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_class_map.py +17 -4
- pulumi_sdwan/get_policy_object_color_list.py +17 -4
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_expanded_community_list.py +18 -4
- pulumi_sdwan/get_policy_object_extended_community_list.py +17 -4
- pulumi_sdwan/get_policy_object_feature_profile.py +42 -6
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +17 -4
- pulumi_sdwan/get_policy_object_mirror.py +17 -4
- pulumi_sdwan/get_policy_object_policer.py +17 -4
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +17 -4
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_port_list_policy_object.py +14 -4
- pulumi_sdwan/get_preferred_color_group_policy_object.py +19 -4
- pulumi_sdwan/get_protocol_list_policy_object.py +14 -4
- pulumi_sdwan/get_qos_map_policy_definition.py +16 -4
- pulumi_sdwan/get_region_list_policy_object.py +14 -4
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +16 -4
- pulumi_sdwan/get_route_policy_definition.py +17 -4
- pulumi_sdwan/get_rule_set_policy_definition.py +15 -4
- pulumi_sdwan/get_security_app_hosting_feature_template.py +18 -4
- pulumi_sdwan/get_security_policy.py +26 -4
- pulumi_sdwan/get_service_feature_profile.py +13 -4
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature.py +53 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +103 -4
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +46 -4
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +77 -4
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +52 -4
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +27 -4
- pulumi_sdwan/get_service_object_tracker_group_feature.py +21 -4
- pulumi_sdwan/get_service_route_policy_feature.py +18 -4
- pulumi_sdwan/get_service_routing_bgp_feature.py +66 -4
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +45 -4
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +51 -4
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +51 -4
- pulumi_sdwan/get_service_switchport_feature.py +20 -4
- pulumi_sdwan/get_service_tracker_feature.py +38 -4
- pulumi_sdwan/get_service_tracker_group_feature.py +19 -4
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_site_list_policy_object.py +14 -4
- pulumi_sdwan/get_sla_class_policy_object.py +22 -4
- pulumi_sdwan/get_standard_community_list_policy_object.py +14 -4
- pulumi_sdwan/get_switchport_feature_template.py +24 -4
- pulumi_sdwan/get_system_aaa_feature.py +30 -4
- pulumi_sdwan/get_system_banner_feature.py +20 -4
- pulumi_sdwan/get_system_basic_feature.py +76 -4
- pulumi_sdwan/get_system_bfd_feature.py +23 -4
- pulumi_sdwan/get_system_feature_profile.py +13 -4
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +18 -4
- pulumi_sdwan/get_system_global_feature.py +62 -4
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +18 -4
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +18 -4
- pulumi_sdwan/get_system_logging_feature.py +25 -4
- pulumi_sdwan/get_system_mrf_feature.py +23 -4
- pulumi_sdwan/get_system_ntp_feature.py +26 -4
- pulumi_sdwan/get_system_omp_feature.py +74 -4
- pulumi_sdwan/get_system_performance_monitoring_feature.py +22 -4
- pulumi_sdwan/get_system_remote_access_feature.py +56 -4
- pulumi_sdwan/get_system_security_feature.py +28 -4
- pulumi_sdwan/get_system_snmp_feature.py +27 -4
- pulumi_sdwan/get_tloc_list_policy_object.py +14 -4
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +31 -4
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +25 -4
- pulumi_sdwan/get_traffic_data_policy_definition.py +17 -4
- pulumi_sdwan/get_transport_feature_profile.py +13 -4
- pulumi_sdwan/get_transport_gps_feature.py +28 -4
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +34 -4
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +21 -4
- pulumi_sdwan/get_transport_management_vpn_feature.py +29 -4
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +94 -5
- pulumi_sdwan/get_transport_route_policy_feature.py +18 -4
- pulumi_sdwan/get_transport_routing_bgp_feature.py +67 -4
- pulumi_sdwan/get_transport_routing_ospf_feature.py +45 -4
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +51 -4
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +51 -4
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_tracker_feature.py +34 -4
- pulumi_sdwan/get_transport_tracker_group_feature.py +19 -4
- pulumi_sdwan/get_transport_wan_vpn_feature.py +32 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +142 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +231 -5
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +46 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +77 -4
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +118 -4
- pulumi_sdwan/get_url_filtering_policy_definition.py +26 -4
- pulumi_sdwan/get_vedge_inventory.py +11 -4
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +162 -4
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +175 -4
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +164 -4
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +172 -4
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +171 -4
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +151 -4
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +54 -4
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +134 -4
- pulumi_sdwan/get_vpn_list_policy_object.py +14 -4
- pulumi_sdwan/get_vpn_membership_policy_definition.py +16 -4
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +18 -4
- pulumi_sdwan/get_zone_list_policy_object.py +14 -4
- pulumi_sdwan/gps_feature_template.py +5 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +5 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +5 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +5 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +5 -0
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +5 -0
- pulumi_sdwan/local_application_list_policy_object.py +5 -0
- pulumi_sdwan/localized_policy.py +5 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +5 -0
- pulumi_sdwan/mirror_policy_object.py +5 -0
- pulumi_sdwan/object_group_policy_definition.py +5 -0
- pulumi_sdwan/other_feature_profile.py +7 -0
- pulumi_sdwan/other_thousandeyes_feature.py +11 -2
- pulumi_sdwan/other_ucse_feature.py +45 -38
- pulumi_sdwan/outputs.py +57644 -47055
- pulumi_sdwan/policer_policy_object.py +5 -0
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +11 -2
- pulumi_sdwan/policy_object_color_list.py +11 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +11 -2
- pulumi_sdwan/policy_object_extended_community_list.py +11 -2
- pulumi_sdwan/policy_object_feature_profile.py +7 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +11 -2
- pulumi_sdwan/policy_object_mirror.py +11 -2
- pulumi_sdwan/policy_object_policer.py +11 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +11 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/port_list_policy_object.py +5 -0
- pulumi_sdwan/preferred_color_group_policy_object.py +5 -0
- pulumi_sdwan/protocol_list_policy_object.py +5 -0
- pulumi_sdwan/provider.py +23 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +5 -0
- pulumi_sdwan/region_list_policy_object.py +5 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +5 -0
- pulumi_sdwan/route_policy_definition.py +5 -0
- pulumi_sdwan/rule_set_policy_definition.py +5 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +5 -0
- pulumi_sdwan/security_policy.py +5 -0
- pulumi_sdwan/service_feature_profile.py +7 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +11 -2
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +11 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +83 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +163 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +70 -64
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +11 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +11 -2
- pulumi_sdwan/service_route_policy_feature.py +11 -2
- pulumi_sdwan/service_routing_bgp_feature.py +11 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +11 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +11 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +11 -2
- pulumi_sdwan/service_switchport_feature.py +11 -2
- pulumi_sdwan/service_tracker_feature.py +11 -2
- pulumi_sdwan/service_tracker_group_feature.py +11 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/site_list_policy_object.py +5 -0
- pulumi_sdwan/sla_class_policy_object.py +5 -0
- pulumi_sdwan/standard_community_list_policy_object.py +5 -0
- pulumi_sdwan/switchport_feature_template.py +5 -0
- pulumi_sdwan/system_aaa_feature.py +11 -2
- pulumi_sdwan/system_banner_feature.py +11 -2
- pulumi_sdwan/system_basic_feature.py +11 -2
- pulumi_sdwan/system_bfd_feature.py +11 -2
- pulumi_sdwan/system_feature_profile.py +7 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +11 -2
- pulumi_sdwan/system_global_feature.py +11 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +11 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +11 -2
- pulumi_sdwan/system_logging_feature.py +11 -2
- pulumi_sdwan/system_mrf_feature.py +11 -2
- pulumi_sdwan/system_ntp_feature.py +11 -2
- pulumi_sdwan/system_omp_feature.py +11 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +11 -2
- pulumi_sdwan/system_remote_access_feature.py +11 -2
- pulumi_sdwan/system_security_feature.py +11 -2
- pulumi_sdwan/system_snmp_feature.py +11 -2
- pulumi_sdwan/tloc_list_policy_object.py +5 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +5 -0
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +5 -0
- pulumi_sdwan/traffic_data_policy_definition.py +5 -0
- pulumi_sdwan/transport_feature_profile.py +7 -0
- pulumi_sdwan/transport_gps_feature.py +11 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +11 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +11 -2
- pulumi_sdwan/transport_management_vpn_feature.py +11 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +189 -72
- pulumi_sdwan/transport_route_policy_feature.py +11 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +11 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +11 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +11 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +11 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +11 -2
- pulumi_sdwan/transport_tracker_group_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +203 -86
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +11 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +11 -2
- pulumi_sdwan/url_filtering_policy_definition.py +5 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +5 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +5 -0
- pulumi_sdwan/vpn_list_policy_object.py +5 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +5 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +5 -0
- pulumi_sdwan/zone_list_policy_object.py +5 -0
- {pulumi_sdwan-0.1.3.dist-info → pulumi_sdwan-0.2.0.dist-info}/METADATA +3 -2
- pulumi_sdwan-0.2.0.dist-info/RECORD +424 -0
- {pulumi_sdwan-0.1.3.dist-info → pulumi_sdwan-0.2.0.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.1.3.dist-info/RECORD +0 -364
- {pulumi_sdwan-0.1.3.dist-info → pulumi_sdwan-0.2.0.dist-info}/top_level.txt +0 -0
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -221,8 +226,10 @@ class TransportRoutePolicyFeature(pulumi.CustomResource):
|
|
|
221
226
|
|
|
222
227
|
## Import
|
|
223
228
|
|
|
229
|
+
Expected import identifier with the format: "transport_route_policy_feature_id,feature_profile_id"
|
|
230
|
+
|
|
224
231
|
```sh
|
|
225
|
-
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
232
|
+
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
226
233
|
```
|
|
227
234
|
|
|
228
235
|
:param str resource_name: The name of the resource.
|
|
@@ -245,8 +252,10 @@ class TransportRoutePolicyFeature(pulumi.CustomResource):
|
|
|
245
252
|
|
|
246
253
|
## Import
|
|
247
254
|
|
|
255
|
+
Expected import identifier with the format: "transport_route_policy_feature_id,feature_profile_id"
|
|
256
|
+
|
|
248
257
|
```sh
|
|
249
|
-
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
258
|
+
$ pulumi import sdwan:index/transportRoutePolicyFeature:TransportRoutePolicyFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
250
259
|
```
|
|
251
260
|
|
|
252
261
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -1827,8 +1832,10 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1827
1832
|
|
|
1828
1833
|
## Import
|
|
1829
1834
|
|
|
1835
|
+
Expected import identifier with the format: "transport_routing_bgp_feature_id,feature_profile_id"
|
|
1836
|
+
|
|
1830
1837
|
```sh
|
|
1831
|
-
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1838
|
+
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1832
1839
|
```
|
|
1833
1840
|
|
|
1834
1841
|
:param str resource_name: The name of the resource.
|
|
@@ -1899,8 +1906,10 @@ class TransportRoutingBgpFeature(pulumi.CustomResource):
|
|
|
1899
1906
|
|
|
1900
1907
|
## Import
|
|
1901
1908
|
|
|
1909
|
+
Expected import identifier with the format: "transport_routing_bgp_feature_id,feature_profile_id"
|
|
1910
|
+
|
|
1902
1911
|
```sh
|
|
1903
|
-
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1912
|
+
$ pulumi import sdwan:index/transportRoutingBgpFeature:TransportRoutingBgpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1904
1913
|
```
|
|
1905
1914
|
|
|
1906
1915
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -1104,8 +1109,10 @@ class TransportRoutingOspfFeature(pulumi.CustomResource):
|
|
|
1104
1109
|
|
|
1105
1110
|
## Import
|
|
1106
1111
|
|
|
1112
|
+
Expected import identifier with the format: "transport_routing_ospf_feature_id,feature_profile_id"
|
|
1113
|
+
|
|
1107
1114
|
```sh
|
|
1108
|
-
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1115
|
+
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1109
1116
|
```
|
|
1110
1117
|
|
|
1111
1118
|
:param str resource_name: The name of the resource.
|
|
@@ -1154,8 +1161,10 @@ class TransportRoutingOspfFeature(pulumi.CustomResource):
|
|
|
1154
1161
|
|
|
1155
1162
|
## Import
|
|
1156
1163
|
|
|
1164
|
+
Expected import identifier with the format: "transport_routing_ospf_feature_id,feature_profile_id"
|
|
1165
|
+
|
|
1157
1166
|
```sh
|
|
1158
|
-
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1167
|
+
$ pulumi import sdwan:index/transportRoutingOspfFeature:TransportRoutingOspfFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1159
1168
|
```
|
|
1160
1169
|
|
|
1161
1170
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -1302,8 +1307,10 @@ class TransportRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1302
1307
|
|
|
1303
1308
|
## Import
|
|
1304
1309
|
|
|
1310
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv4_feature_id,feature_profile_id"
|
|
1311
|
+
|
|
1305
1312
|
```sh
|
|
1306
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1313
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1307
1314
|
```
|
|
1308
1315
|
|
|
1309
1316
|
:param str resource_name: The name of the resource.
|
|
@@ -1358,8 +1365,10 @@ class TransportRoutingOspfv3Ipv4Feature(pulumi.CustomResource):
|
|
|
1358
1365
|
|
|
1359
1366
|
## Import
|
|
1360
1367
|
|
|
1368
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv4_feature_id,feature_profile_id"
|
|
1369
|
+
|
|
1361
1370
|
```sh
|
|
1362
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1371
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv4Feature:TransportRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1363
1372
|
```
|
|
1364
1373
|
|
|
1365
1374
|
:param str resource_name: The name of the resource.
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -1302,8 +1307,10 @@ class TransportRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
|
|
|
1302
1307
|
|
|
1303
1308
|
## Import
|
|
1304
1309
|
|
|
1310
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv6_feature_id,feature_profile_id"
|
|
1311
|
+
|
|
1305
1312
|
```sh
|
|
1306
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1313
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1307
1314
|
```
|
|
1308
1315
|
|
|
1309
1316
|
:param str resource_name: The name of the resource.
|
|
@@ -1358,8 +1365,10 @@ class TransportRoutingOspfv3Ipv6Feature(pulumi.CustomResource):
|
|
|
1358
1365
|
|
|
1359
1366
|
## Import
|
|
1360
1367
|
|
|
1368
|
+
Expected import identifier with the format: "transport_routing_ospfv3_ipv6_feature_id,feature_profile_id"
|
|
1369
|
+
|
|
1361
1370
|
```sh
|
|
1362
|
-
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1371
|
+
$ pulumi import sdwan:index/transportRoutingOspfv3Ipv6Feature:TransportRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
1363
1372
|
```
|
|
1364
1373
|
|
|
1365
1374
|
:param str resource_name: The name of the resource.
|
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['TransportT1E1ControllerFeatureArgs', 'TransportT1E1ControllerFeature']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class TransportT1E1ControllerFeatureArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
entries: pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]],
|
|
25
|
+
feature_profile_id: pulumi.Input[str],
|
|
26
|
+
type: pulumi.Input[str],
|
|
27
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
slot_variable: Optional[pulumi.Input[str]] = None):
|
|
31
|
+
"""
|
|
32
|
+
The set of arguments for constructing a TransportT1E1ControllerFeature resource.
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]] entries: Controller tx-ex List
|
|
34
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
35
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
36
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
37
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
38
|
+
:param pulumi.Input[str] slot: Slot number
|
|
39
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
40
|
+
"""
|
|
41
|
+
pulumi.set(__self__, "entries", entries)
|
|
42
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
if description is not None:
|
|
45
|
+
pulumi.set(__self__, "description", description)
|
|
46
|
+
if name is not None:
|
|
47
|
+
pulumi.set(__self__, "name", name)
|
|
48
|
+
if slot is not None:
|
|
49
|
+
pulumi.set(__self__, "slot", slot)
|
|
50
|
+
if slot_variable is not None:
|
|
51
|
+
pulumi.set(__self__, "slot_variable", slot_variable)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def entries(self) -> pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]:
|
|
56
|
+
"""
|
|
57
|
+
Controller tx-ex List
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "entries")
|
|
60
|
+
|
|
61
|
+
@entries.setter
|
|
62
|
+
def entries(self, value: pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]):
|
|
63
|
+
pulumi.set(self, "entries", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="featureProfileId")
|
|
67
|
+
def feature_profile_id(self) -> pulumi.Input[str]:
|
|
68
|
+
"""
|
|
69
|
+
Feature Profile ID
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "feature_profile_id")
|
|
72
|
+
|
|
73
|
+
@feature_profile_id.setter
|
|
74
|
+
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
75
|
+
pulumi.set(self, "feature_profile_id", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def type(self) -> pulumi.Input[str]:
|
|
80
|
+
"""
|
|
81
|
+
Card Type - Choices: `e1`, `t1`
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "type")
|
|
84
|
+
|
|
85
|
+
@type.setter
|
|
86
|
+
def type(self, value: pulumi.Input[str]):
|
|
87
|
+
pulumi.set(self, "type", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
92
|
+
"""
|
|
93
|
+
The description of the Feature
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "description")
|
|
96
|
+
|
|
97
|
+
@description.setter
|
|
98
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
99
|
+
pulumi.set(self, "description", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
104
|
+
"""
|
|
105
|
+
The name of the Feature
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "name")
|
|
108
|
+
|
|
109
|
+
@name.setter
|
|
110
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
111
|
+
pulumi.set(self, "name", value)
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def slot(self) -> Optional[pulumi.Input[str]]:
|
|
116
|
+
"""
|
|
117
|
+
Slot number
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "slot")
|
|
120
|
+
|
|
121
|
+
@slot.setter
|
|
122
|
+
def slot(self, value: Optional[pulumi.Input[str]]):
|
|
123
|
+
pulumi.set(self, "slot", value)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="slotVariable")
|
|
127
|
+
def slot_variable(self) -> Optional[pulumi.Input[str]]:
|
|
128
|
+
"""
|
|
129
|
+
Variable name
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "slot_variable")
|
|
132
|
+
|
|
133
|
+
@slot_variable.setter
|
|
134
|
+
def slot_variable(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
pulumi.set(self, "slot_variable", value)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
@pulumi.input_type
|
|
139
|
+
class _TransportT1E1ControllerFeatureState:
|
|
140
|
+
def __init__(__self__, *,
|
|
141
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]] = None,
|
|
143
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
149
|
+
"""
|
|
150
|
+
Input properties used for looking up and filtering TransportT1E1ControllerFeature resources.
|
|
151
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
152
|
+
:param pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]] entries: Controller tx-ex List
|
|
153
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
154
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
155
|
+
:param pulumi.Input[str] slot: Slot number
|
|
156
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
157
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
158
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
159
|
+
"""
|
|
160
|
+
if description is not None:
|
|
161
|
+
pulumi.set(__self__, "description", description)
|
|
162
|
+
if entries is not None:
|
|
163
|
+
pulumi.set(__self__, "entries", entries)
|
|
164
|
+
if feature_profile_id is not None:
|
|
165
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
166
|
+
if name is not None:
|
|
167
|
+
pulumi.set(__self__, "name", name)
|
|
168
|
+
if slot is not None:
|
|
169
|
+
pulumi.set(__self__, "slot", slot)
|
|
170
|
+
if slot_variable is not None:
|
|
171
|
+
pulumi.set(__self__, "slot_variable", slot_variable)
|
|
172
|
+
if type is not None:
|
|
173
|
+
pulumi.set(__self__, "type", type)
|
|
174
|
+
if version is not None:
|
|
175
|
+
pulumi.set(__self__, "version", version)
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
180
|
+
"""
|
|
181
|
+
The description of the Feature
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "description")
|
|
184
|
+
|
|
185
|
+
@description.setter
|
|
186
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
187
|
+
pulumi.set(self, "description", value)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter
|
|
191
|
+
def entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]]:
|
|
192
|
+
"""
|
|
193
|
+
Controller tx-ex List
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "entries")
|
|
196
|
+
|
|
197
|
+
@entries.setter
|
|
198
|
+
def entries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TransportT1E1ControllerFeatureEntryArgs']]]]):
|
|
199
|
+
pulumi.set(self, "entries", value)
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="featureProfileId")
|
|
203
|
+
def feature_profile_id(self) -> Optional[pulumi.Input[str]]:
|
|
204
|
+
"""
|
|
205
|
+
Feature Profile ID
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "feature_profile_id")
|
|
208
|
+
|
|
209
|
+
@feature_profile_id.setter
|
|
210
|
+
def feature_profile_id(self, value: Optional[pulumi.Input[str]]):
|
|
211
|
+
pulumi.set(self, "feature_profile_id", value)
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter
|
|
215
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
216
|
+
"""
|
|
217
|
+
The name of the Feature
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "name")
|
|
220
|
+
|
|
221
|
+
@name.setter
|
|
222
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
223
|
+
pulumi.set(self, "name", value)
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter
|
|
227
|
+
def slot(self) -> Optional[pulumi.Input[str]]:
|
|
228
|
+
"""
|
|
229
|
+
Slot number
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "slot")
|
|
232
|
+
|
|
233
|
+
@slot.setter
|
|
234
|
+
def slot(self, value: Optional[pulumi.Input[str]]):
|
|
235
|
+
pulumi.set(self, "slot", value)
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="slotVariable")
|
|
239
|
+
def slot_variable(self) -> Optional[pulumi.Input[str]]:
|
|
240
|
+
"""
|
|
241
|
+
Variable name
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "slot_variable")
|
|
244
|
+
|
|
245
|
+
@slot_variable.setter
|
|
246
|
+
def slot_variable(self, value: Optional[pulumi.Input[str]]):
|
|
247
|
+
pulumi.set(self, "slot_variable", value)
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter
|
|
251
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
252
|
+
"""
|
|
253
|
+
Card Type - Choices: `e1`, `t1`
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "type")
|
|
256
|
+
|
|
257
|
+
@type.setter
|
|
258
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
259
|
+
pulumi.set(self, "type", value)
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter
|
|
263
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
264
|
+
"""
|
|
265
|
+
The version of the Feature
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "version")
|
|
268
|
+
|
|
269
|
+
@version.setter
|
|
270
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
271
|
+
pulumi.set(self, "version", value)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
class TransportT1E1ControllerFeature(pulumi.CustomResource):
|
|
275
|
+
@overload
|
|
276
|
+
def __init__(__self__,
|
|
277
|
+
resource_name: str,
|
|
278
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
279
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]]] = None,
|
|
281
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
282
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
283
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
284
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
285
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
286
|
+
__props__=None):
|
|
287
|
+
"""
|
|
288
|
+
This resource can manage a Transport T1 E1 Controller Feature.
|
|
289
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
290
|
+
|
|
291
|
+
## Import
|
|
292
|
+
|
|
293
|
+
Expected import identifier with the format: "transport_t1_e1_controller_feature_id,feature_profile_id"
|
|
294
|
+
|
|
295
|
+
```sh
|
|
296
|
+
$ pulumi import sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
:param str resource_name: The name of the resource.
|
|
300
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
302
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]] entries: Controller tx-ex List
|
|
303
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
304
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
305
|
+
:param pulumi.Input[str] slot: Slot number
|
|
306
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
307
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
308
|
+
"""
|
|
309
|
+
...
|
|
310
|
+
@overload
|
|
311
|
+
def __init__(__self__,
|
|
312
|
+
resource_name: str,
|
|
313
|
+
args: TransportT1E1ControllerFeatureArgs,
|
|
314
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
315
|
+
"""
|
|
316
|
+
This resource can manage a Transport T1 E1 Controller Feature.
|
|
317
|
+
- Minimum SD-WAN Manager version: `20.12.0`
|
|
318
|
+
|
|
319
|
+
## Import
|
|
320
|
+
|
|
321
|
+
Expected import identifier with the format: "transport_t1_e1_controller_feature_id,feature_profile_id"
|
|
322
|
+
|
|
323
|
+
```sh
|
|
324
|
+
$ pulumi import sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
:param str resource_name: The name of the resource.
|
|
328
|
+
:param TransportT1E1ControllerFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
329
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
330
|
+
"""
|
|
331
|
+
...
|
|
332
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
333
|
+
resource_args, opts = _utilities.get_resource_args_opts(TransportT1E1ControllerFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
334
|
+
if resource_args is not None:
|
|
335
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
336
|
+
else:
|
|
337
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
338
|
+
|
|
339
|
+
def _internal_init(__self__,
|
|
340
|
+
resource_name: str,
|
|
341
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
342
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
343
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]]] = None,
|
|
344
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
345
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
346
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
347
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
348
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
349
|
+
__props__=None):
|
|
350
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
351
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
352
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
353
|
+
if opts.id is None:
|
|
354
|
+
if __props__ is not None:
|
|
355
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
356
|
+
__props__ = TransportT1E1ControllerFeatureArgs.__new__(TransportT1E1ControllerFeatureArgs)
|
|
357
|
+
|
|
358
|
+
__props__.__dict__["description"] = description
|
|
359
|
+
if entries is None and not opts.urn:
|
|
360
|
+
raise TypeError("Missing required property 'entries'")
|
|
361
|
+
__props__.__dict__["entries"] = entries
|
|
362
|
+
if feature_profile_id is None and not opts.urn:
|
|
363
|
+
raise TypeError("Missing required property 'feature_profile_id'")
|
|
364
|
+
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
365
|
+
__props__.__dict__["name"] = name
|
|
366
|
+
__props__.__dict__["slot"] = slot
|
|
367
|
+
__props__.__dict__["slot_variable"] = slot_variable
|
|
368
|
+
if type is None and not opts.urn:
|
|
369
|
+
raise TypeError("Missing required property 'type'")
|
|
370
|
+
__props__.__dict__["type"] = type
|
|
371
|
+
__props__.__dict__["version"] = None
|
|
372
|
+
super(TransportT1E1ControllerFeature, __self__).__init__(
|
|
373
|
+
'sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature',
|
|
374
|
+
resource_name,
|
|
375
|
+
__props__,
|
|
376
|
+
opts)
|
|
377
|
+
|
|
378
|
+
@staticmethod
|
|
379
|
+
def get(resource_name: str,
|
|
380
|
+
id: pulumi.Input[str],
|
|
381
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
382
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
383
|
+
entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]]] = None,
|
|
384
|
+
feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
385
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
386
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
387
|
+
slot_variable: Optional[pulumi.Input[str]] = None,
|
|
388
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
389
|
+
version: Optional[pulumi.Input[int]] = None) -> 'TransportT1E1ControllerFeature':
|
|
390
|
+
"""
|
|
391
|
+
Get an existing TransportT1E1ControllerFeature resource's state with the given name, id, and optional extra
|
|
392
|
+
properties used to qualify the lookup.
|
|
393
|
+
|
|
394
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
395
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
396
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
397
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
398
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['TransportT1E1ControllerFeatureEntryArgs', 'TransportT1E1ControllerFeatureEntryArgsDict']]]] entries: Controller tx-ex List
|
|
399
|
+
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
400
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
401
|
+
:param pulumi.Input[str] slot: Slot number
|
|
402
|
+
:param pulumi.Input[str] slot_variable: Variable name
|
|
403
|
+
:param pulumi.Input[str] type: Card Type - Choices: `e1`, `t1`
|
|
404
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
405
|
+
"""
|
|
406
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
407
|
+
|
|
408
|
+
__props__ = _TransportT1E1ControllerFeatureState.__new__(_TransportT1E1ControllerFeatureState)
|
|
409
|
+
|
|
410
|
+
__props__.__dict__["description"] = description
|
|
411
|
+
__props__.__dict__["entries"] = entries
|
|
412
|
+
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
413
|
+
__props__.__dict__["name"] = name
|
|
414
|
+
__props__.__dict__["slot"] = slot
|
|
415
|
+
__props__.__dict__["slot_variable"] = slot_variable
|
|
416
|
+
__props__.__dict__["type"] = type
|
|
417
|
+
__props__.__dict__["version"] = version
|
|
418
|
+
return TransportT1E1ControllerFeature(resource_name, opts=opts, __props__=__props__)
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter
|
|
422
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
423
|
+
"""
|
|
424
|
+
The description of the Feature
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "description")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter
|
|
430
|
+
def entries(self) -> pulumi.Output[Sequence['outputs.TransportT1E1ControllerFeatureEntry']]:
|
|
431
|
+
"""
|
|
432
|
+
Controller tx-ex List
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "entries")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="featureProfileId")
|
|
438
|
+
def feature_profile_id(self) -> pulumi.Output[str]:
|
|
439
|
+
"""
|
|
440
|
+
Feature Profile ID
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "feature_profile_id")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter
|
|
446
|
+
def name(self) -> pulumi.Output[str]:
|
|
447
|
+
"""
|
|
448
|
+
The name of the Feature
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "name")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter
|
|
454
|
+
def slot(self) -> pulumi.Output[Optional[str]]:
|
|
455
|
+
"""
|
|
456
|
+
Slot number
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "slot")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="slotVariable")
|
|
462
|
+
def slot_variable(self) -> pulumi.Output[Optional[str]]:
|
|
463
|
+
"""
|
|
464
|
+
Variable name
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "slot_variable")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter
|
|
470
|
+
def type(self) -> pulumi.Output[str]:
|
|
471
|
+
"""
|
|
472
|
+
Card Type - Choices: `e1`, `t1`
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "type")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter
|
|
478
|
+
def version(self) -> pulumi.Output[int]:
|
|
479
|
+
"""
|
|
480
|
+
The version of the Feature
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "version")
|
|
483
|
+
|