pulumi-sdwan 0.4.0a1743489278__py3-none-any.whl → 0.4.0a1744183706__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +1 -0
- pulumi_sdwan/_inputs.py +17558 -17557
- pulumi_sdwan/activate_centralized_policy.py +15 -14
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +162 -161
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +176 -175
- pulumi_sdwan/allow_url_list_policy_object.py +22 -21
- pulumi_sdwan/app_probe_class_policy_object.py +36 -35
- pulumi_sdwan/application_aware_routing_policy_definition.py +43 -42
- pulumi_sdwan/application_list_policy_object.py +22 -21
- pulumi_sdwan/application_priority_feature_profile.py +29 -28
- pulumi_sdwan/application_priority_qos_policy.py +78 -77
- pulumi_sdwan/application_priority_traffic_policy_policy.py +88 -87
- pulumi_sdwan/as_path_list_policy_object.py +22 -21
- pulumi_sdwan/attach_feature_device_template.py +15 -14
- pulumi_sdwan/block_url_list_policy_object.py +22 -21
- pulumi_sdwan/cedge_aaa_feature_template.py +337 -336
- pulumi_sdwan/cedge_global_feature_template.py +701 -700
- pulumi_sdwan/cedge_igmp_feature_template.py +57 -56
- pulumi_sdwan/cedge_multicast_feature_template.py +141 -140
- pulumi_sdwan/cedge_pim_feature_template.py +337 -336
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +253 -252
- pulumi_sdwan/cellular_controller_feature_template.py +197 -196
- pulumi_sdwan/cellular_profile_feature_template.py +365 -364
- pulumi_sdwan/centralized_policy.py +36 -35
- pulumi_sdwan/cflowd_policy_definition.py +141 -140
- pulumi_sdwan/cisco_banner_feature_template.py +113 -112
- pulumi_sdwan/cisco_bfd_feature_template.py +141 -140
- pulumi_sdwan/cisco_bgp_feature_template.py +477 -476
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +281 -280
- pulumi_sdwan/cisco_logging_feature_template.py +141 -140
- pulumi_sdwan/cisco_ntp_feature_template.py +169 -168
- pulumi_sdwan/cisco_omp_feature_template.py +421 -420
- pulumi_sdwan/cisco_ospf_feature_template.py +407 -406
- pulumi_sdwan/cisco_ospfv3_feature_template.py +925 -924
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +99 -98
- pulumi_sdwan/cisco_security_feature_template.py +225 -224
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +365 -364
- pulumi_sdwan/cisco_snmp_feature_template.py +141 -140
- pulumi_sdwan/cisco_system_feature_template.py +981 -980
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +57 -56
- pulumi_sdwan/cisco_trustsec_feature_template.py +477 -476
- pulumi_sdwan/cisco_vpn_feature_template.py +211 -210
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +2717 -2716
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +449 -448
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +799 -798
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +281 -280
- pulumi_sdwan/class_map_policy_object.py +36 -35
- pulumi_sdwan/cli_config_feature.py +64 -63
- pulumi_sdwan/cli_device_template.py +78 -77
- pulumi_sdwan/cli_feature_profile.py +29 -28
- pulumi_sdwan/cli_template_feature_template.py +71 -70
- pulumi_sdwan/color_list_policy_object.py +22 -21
- pulumi_sdwan/config/__init__.py +1 -0
- pulumi_sdwan/config/__init__.pyi +1 -0
- pulumi_sdwan/config/vars.py +1 -0
- pulumi_sdwan/configuration_group.py +85 -84
- pulumi_sdwan/custom_control_topology_policy_definition.py +57 -56
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/dns_security_feature_profile.py +29 -28
- pulumi_sdwan/dns_security_policy.py +144 -143
- pulumi_sdwan/dns_security_policy_definition.py +162 -161
- pulumi_sdwan/domain_list_policy_object.py +22 -21
- pulumi_sdwan/eigrp_feature_template.py +253 -252
- pulumi_sdwan/embedded_security_feature_profile.py +29 -28
- pulumi_sdwan/expanded_community_list_policy_object.py +22 -21
- pulumi_sdwan/extended_community_list_policy_object.py +22 -21
- pulumi_sdwan/feature_device_template.py +120 -119
- pulumi_sdwan/geo_location_list_policy_object.py +22 -21
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +18 -17
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +19 -18
- pulumi_sdwan/get_allow_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_app_probe_class_policy_object.py +9 -8
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +10 -9
- pulumi_sdwan/get_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_application_priority_feature_profile.py +8 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +16 -15
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +17 -16
- pulumi_sdwan/get_as_path_list_policy_object.py +8 -7
- pulumi_sdwan/get_block_url_list_policy_object.py +8 -7
- pulumi_sdwan/get_cedge_aaa_feature_template.py +35 -34
- pulumi_sdwan/get_cedge_global_feature_template.py +61 -60
- pulumi_sdwan/get_cedge_igmp_feature_template.py +15 -14
- pulumi_sdwan/get_cedge_multicast_feature_template.py +21 -20
- pulumi_sdwan/get_cedge_pim_feature_template.py +35 -34
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +29 -28
- pulumi_sdwan/get_cellular_controller_feature_template.py +25 -24
- pulumi_sdwan/get_cellular_profile_feature_template.py +37 -36
- pulumi_sdwan/get_centralized_policy.py +9 -8
- pulumi_sdwan/get_cflowd_policy_definition.py +17 -16
- pulumi_sdwan/get_cisco_banner_feature_template.py +19 -18
- pulumi_sdwan/get_cisco_bfd_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_bgp_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +31 -30
- pulumi_sdwan/get_cisco_logging_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_ntp_feature_template.py +23 -22
- pulumi_sdwan/get_cisco_omp_feature_template.py +41 -40
- pulumi_sdwan/get_cisco_ospf_feature_template.py +40 -39
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +77 -76
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +18 -17
- pulumi_sdwan/get_cisco_security_feature_template.py +27 -26
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +37 -36
- pulumi_sdwan/get_cisco_snmp_feature_template.py +21 -20
- pulumi_sdwan/get_cisco_system_feature_template.py +81 -80
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +15 -14
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +45 -44
- pulumi_sdwan/get_cisco_vpn_feature_template.py +26 -25
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +205 -204
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +43 -42
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +68 -67
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +31 -30
- pulumi_sdwan/get_class_map_policy_object.py +9 -8
- pulumi_sdwan/get_cli_config_feature.py +15 -14
- pulumi_sdwan/get_cli_device_template.py +12 -11
- pulumi_sdwan/get_cli_feature_profile.py +8 -7
- pulumi_sdwan/get_cli_template_feature_template.py +16 -15
- pulumi_sdwan/get_color_list_policy_object.py +8 -7
- pulumi_sdwan/get_configuration_group.py +12 -11
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +11 -10
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_device.py +12 -11
- pulumi_sdwan/get_dns_security_feature_profile.py +8 -7
- pulumi_sdwan/get_dns_security_policy.py +21 -20
- pulumi_sdwan/get_dns_security_policy_definition.py +18 -17
- pulumi_sdwan/get_domain_list_policy_object.py +8 -7
- pulumi_sdwan/get_eigrp_feature_template.py +29 -28
- pulumi_sdwan/get_embedded_security_feature_profile.py +8 -7
- pulumi_sdwan/get_expanded_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_extended_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_feature_device_template.py +15 -14
- pulumi_sdwan/get_geo_location_list_policy_object.py +8 -7
- pulumi_sdwan/get_gps_feature_template.py +27 -26
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +17 -16
- pulumi_sdwan/get_ips_signature_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +11 -10
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +8 -7
- pulumi_sdwan/get_local_application_list_policy_object.py +8 -7
- pulumi_sdwan/get_localized_policy.py +19 -18
- pulumi_sdwan/get_mesh_topology_policy_definition.py +12 -11
- pulumi_sdwan/get_mirror_policy_object.py +10 -9
- pulumi_sdwan/get_object_group_policy_definition.py +22 -21
- pulumi_sdwan/get_other_feature_profile.py +8 -7
- pulumi_sdwan/get_other_thousandeyes_feature.py +14 -13
- pulumi_sdwan/get_other_ucse_feature.py +27 -26
- pulumi_sdwan/get_policer_policy_object.py +11 -10
- pulumi_sdwan/get_policy_object_app_probe_class.py +14 -13
- pulumi_sdwan/get_policy_object_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_as_path_list.py +15 -14
- pulumi_sdwan/get_policy_object_class_map.py +14 -13
- pulumi_sdwan/get_policy_object_color_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_expanded_community_list.py +16 -15
- pulumi_sdwan/get_policy_object_extended_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_feature_profile.py +8 -7
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_mirror.py +14 -13
- pulumi_sdwan/get_policy_object_policer.py +14 -13
- pulumi_sdwan/get_policy_object_preferred_color_group.py +14 -13
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_identity_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_ips_signature.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_application_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_port_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +14 -13
- pulumi_sdwan/get_policy_object_security_url_block_list.py +14 -13
- pulumi_sdwan/get_policy_object_sla_class_list.py +14 -13
- pulumi_sdwan/get_policy_object_standard_community_list.py +14 -13
- pulumi_sdwan/get_policy_object_tloc_list.py +14 -13
- pulumi_sdwan/get_policy_object_vpn_group.py +14 -13
- pulumi_sdwan/get_port_list_policy_object.py +8 -7
- pulumi_sdwan/get_preferred_color_group_policy_object.py +14 -13
- pulumi_sdwan/get_protocol_list_policy_object.py +8 -7
- pulumi_sdwan/get_qos_map_policy_definition.py +10 -9
- pulumi_sdwan/get_region_list_policy_object.py +8 -7
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +10 -9
- pulumi_sdwan/get_route_policy_definition.py +11 -10
- pulumi_sdwan/get_rule_set_policy_definition.py +9 -8
- pulumi_sdwan/get_security_app_hosting_feature_template.py +15 -14
- pulumi_sdwan/get_security_policy.py +26 -25
- pulumi_sdwan/get_service_dhcp_server_feature.py +32 -31
- pulumi_sdwan/get_service_feature_profile.py +8 -7
- pulumi_sdwan/get_service_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_service_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_service_lan_vpn_feature.py +31 -30
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +96 -95
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +51 -50
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +23 -22
- pulumi_sdwan/get_service_multicast_feature.py +31 -30
- pulumi_sdwan/get_service_object_tracker_feature.py +25 -24
- pulumi_sdwan/get_service_object_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_service_route_policy_feature.py +15 -14
- pulumi_sdwan/get_service_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_service_routing_eigrp_feature.py +27 -26
- pulumi_sdwan/get_service_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_service_switchport_feature.py +16 -15
- pulumi_sdwan/get_service_tracker_feature.py +36 -35
- pulumi_sdwan/get_service_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_service_wireless_lan_feature.py +31 -30
- pulumi_sdwan/get_sig_security_feature_profile.py +8 -7
- pulumi_sdwan/get_site_list_policy_object.py +8 -7
- pulumi_sdwan/get_sla_class_policy_object.py +17 -16
- pulumi_sdwan/get_standard_community_list_policy_object.py +8 -7
- pulumi_sdwan/get_switchport_feature_template.py +20 -19
- pulumi_sdwan/get_system_aaa_feature.py +23 -22
- pulumi_sdwan/get_system_banner_feature.py +18 -17
- pulumi_sdwan/get_system_basic_feature.py +72 -71
- pulumi_sdwan/get_system_bfd_feature.py +20 -19
- pulumi_sdwan/get_system_feature_profile.py +8 -7
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +16 -15
- pulumi_sdwan/get_system_global_feature.py +60 -59
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +15 -14
- pulumi_sdwan/get_system_logging_feature.py +20 -19
- pulumi_sdwan/get_system_mrf_feature.py +21 -20
- pulumi_sdwan/get_system_ntp_feature.py +22 -21
- pulumi_sdwan/get_system_omp_feature.py +72 -71
- pulumi_sdwan/get_system_performance_monitoring_feature.py +20 -19
- pulumi_sdwan/get_system_remote_access_feature.py +54 -53
- pulumi_sdwan/get_system_security_feature.py +24 -23
- pulumi_sdwan/get_system_snmp_feature.py +20 -19
- pulumi_sdwan/get_tag.py +9 -8
- pulumi_sdwan/get_tloc_list_policy_object.py +8 -7
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +24 -23
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +20 -19
- pulumi_sdwan/get_traffic_data_policy_definition.py +11 -10
- pulumi_sdwan/get_transport_cellular_controller_feature.py +24 -23
- pulumi_sdwan/get_transport_cellular_profile_feature.py +29 -28
- pulumi_sdwan/get_transport_feature_profile.py +8 -7
- pulumi_sdwan/get_transport_gps_feature.py +26 -25
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +15 -14
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +18 -17
- pulumi_sdwan/get_transport_management_vpn_feature.py +24 -23
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +66 -65
- pulumi_sdwan/get_transport_route_policy_feature.py +15 -14
- pulumi_sdwan/get_transport_routing_bgp_feature.py +56 -55
- pulumi_sdwan/get_transport_routing_ospf_feature.py +40 -39
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +47 -46
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +47 -46
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +17 -16
- pulumi_sdwan/get_transport_tracker_feature.py +32 -31
- pulumi_sdwan/get_transport_tracker_group_feature.py +16 -15
- pulumi_sdwan/get_transport_wan_vpn_feature.py +25 -24
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +18 -17
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +145 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +202 -201
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +47 -46
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +78 -77
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +23 -22
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +122 -121
- pulumi_sdwan/get_url_filtering_policy_definition.py +21 -20
- pulumi_sdwan/get_vedge_inventory.py +2 -1
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +154 -153
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +168 -167
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +156 -155
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +165 -164
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +144 -143
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +43 -42
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +129 -128
- pulumi_sdwan/get_vpn_list_policy_object.py +8 -7
- pulumi_sdwan/get_vpn_membership_policy_definition.py +10 -9
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +11 -10
- pulumi_sdwan/get_zone_list_policy_object.py +8 -7
- pulumi_sdwan/gps_feature_template.py +225 -224
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +71 -70
- pulumi_sdwan/intrusion_prevention_policy_definition.py +148 -147
- pulumi_sdwan/ips_signature_list_policy_object.py +22 -21
- pulumi_sdwan/ipv4_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/ipv6_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +57 -56
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +22 -21
- pulumi_sdwan/local_application_list_policy_object.py +22 -21
- pulumi_sdwan/localized_policy.py +176 -175
- pulumi_sdwan/mesh_topology_policy_definition.py +71 -70
- pulumi_sdwan/mirror_policy_object.py +50 -49
- pulumi_sdwan/object_group_policy_definition.py +218 -217
- pulumi_sdwan/other_feature_profile.py +29 -28
- pulumi_sdwan/other_thousandeyes_feature.py +50 -49
- pulumi_sdwan/other_ucse_feature.py +232 -231
- pulumi_sdwan/outputs.py +20902 -20901
- pulumi_sdwan/policer_policy_object.py +64 -63
- pulumi_sdwan/policy_object_app_probe_class.py +50 -49
- pulumi_sdwan/policy_object_application_list.py +50 -49
- pulumi_sdwan/policy_object_as_path_list.py +64 -63
- pulumi_sdwan/policy_object_class_map.py +50 -49
- pulumi_sdwan/policy_object_color_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_expanded_community_list.py +78 -77
- pulumi_sdwan/policy_object_extended_community_list.py +50 -49
- pulumi_sdwan/policy_object_feature_profile.py +29 -28
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_mirror.py +50 -49
- pulumi_sdwan/policy_object_policer.py +50 -49
- pulumi_sdwan/policy_object_preferred_color_group.py +50 -49
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +50 -49
- pulumi_sdwan/policy_object_security_fqdn_list.py +50 -49
- pulumi_sdwan/policy_object_security_geolocation_list.py +50 -49
- pulumi_sdwan/policy_object_security_identity_list.py +50 -49
- pulumi_sdwan/policy_object_security_ips_signature.py +50 -49
- pulumi_sdwan/policy_object_security_local_application_list.py +50 -49
- pulumi_sdwan/policy_object_security_local_domain_list.py +50 -49
- pulumi_sdwan/policy_object_security_port_list.py +50 -49
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_allow_list.py +50 -49
- pulumi_sdwan/policy_object_security_url_block_list.py +50 -49
- pulumi_sdwan/policy_object_sla_class_list.py +50 -49
- pulumi_sdwan/policy_object_standard_community_list.py +50 -49
- pulumi_sdwan/policy_object_tloc_list.py +50 -49
- pulumi_sdwan/policy_object_vpn_group.py +50 -49
- pulumi_sdwan/port_list_policy_object.py +22 -21
- pulumi_sdwan/preferred_color_group_policy_object.py +106 -105
- pulumi_sdwan/protocol_list_policy_object.py +22 -21
- pulumi_sdwan/provider.py +39 -38
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +43 -42
- pulumi_sdwan/region_list_policy_object.py +22 -21
- pulumi_sdwan/rewrite_rule_policy_definition.py +43 -42
- pulumi_sdwan/route_policy_definition.py +57 -56
- pulumi_sdwan/rule_set_policy_definition.py +36 -35
- pulumi_sdwan/security_app_hosting_feature_template.py +57 -56
- pulumi_sdwan/security_policy.py +274 -273
- pulumi_sdwan/service_dhcp_server_feature.py +302 -301
- pulumi_sdwan/service_feature_profile.py +29 -28
- pulumi_sdwan/service_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/service_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_feature.py +288 -287
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +1118 -1117
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +496 -495
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +64 -63
- pulumi_sdwan/service_multicast_feature.py +288 -287
- pulumi_sdwan/service_object_tracker_feature.py +204 -203
- pulumi_sdwan/service_object_tracker_group_feature.py +106 -105
- pulumi_sdwan/service_route_policy_feature.py +64 -63
- pulumi_sdwan/service_routing_bgp_feature.py +630 -629
- pulumi_sdwan/service_routing_eigrp_feature.py +228 -227
- pulumi_sdwan/service_routing_ospf_feature.py +410 -409
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/service_switchport_feature.py +78 -77
- pulumi_sdwan/service_tracker_feature.py +358 -357
- pulumi_sdwan/service_tracker_group_feature.py +78 -77
- pulumi_sdwan/service_wireless_lan_feature.py +288 -287
- pulumi_sdwan/sig_security_feature_profile.py +29 -28
- pulumi_sdwan/site_list_policy_object.py +22 -21
- pulumi_sdwan/sla_class_policy_object.py +148 -147
- pulumi_sdwan/standard_community_list_policy_object.py +22 -21
- pulumi_sdwan/switchport_feature_template.py +127 -126
- pulumi_sdwan/system_aaa_feature.py +176 -175
- pulumi_sdwan/system_banner_feature.py +98 -97
- pulumi_sdwan/system_basic_feature.py +862 -861
- pulumi_sdwan/system_bfd_feature.py +134 -133
- pulumi_sdwan/system_feature_profile.py +29 -28
- pulumi_sdwan/system_flexible_port_speed_feature.py +78 -77
- pulumi_sdwan/system_global_feature.py +694 -693
- pulumi_sdwan/system_ipv4_device_access_feature.py +64 -63
- pulumi_sdwan/system_ipv6_device_access_feature.py +64 -63
- pulumi_sdwan/system_logging_feature.py +134 -133
- pulumi_sdwan/system_mrf_feature.py +148 -147
- pulumi_sdwan/system_ntp_feature.py +162 -161
- pulumi_sdwan/system_omp_feature.py +862 -861
- pulumi_sdwan/system_performance_monitoring_feature.py +134 -133
- pulumi_sdwan/system_remote_access_feature.py +598 -597
- pulumi_sdwan/system_security_feature.py +190 -189
- pulumi_sdwan/system_snmp_feature.py +134 -133
- pulumi_sdwan/tag.py +43 -42
- pulumi_sdwan/tloc_list_policy_object.py +22 -21
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +246 -245
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +190 -189
- pulumi_sdwan/traffic_data_policy_definition.py +57 -56
- pulumi_sdwan/transport_cellular_controller_feature.py +190 -189
- pulumi_sdwan/transport_cellular_profile_feature.py +260 -259
- pulumi_sdwan/transport_feature_profile.py +29 -28
- pulumi_sdwan/transport_gps_feature.py +218 -217
- pulumi_sdwan/transport_ipv4_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_acl_feature.py +64 -63
- pulumi_sdwan/transport_ipv6_tracker_feature.py +302 -301
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +106 -105
- pulumi_sdwan/transport_management_vpn_feature.py +190 -189
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +714 -713
- pulumi_sdwan/transport_route_policy_feature.py +64 -63
- pulumi_sdwan/transport_routing_bgp_feature.py +630 -629
- pulumi_sdwan/transport_routing_ospf_feature.py +410 -409
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +508 -507
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +508 -507
- pulumi_sdwan/transport_t1_e1_controller_feature.py +92 -91
- pulumi_sdwan/transport_tracker_feature.py +302 -301
- pulumi_sdwan/transport_tracker_group_feature.py +78 -77
- pulumi_sdwan/transport_wan_vpn_feature.py +204 -203
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +50 -49
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +1804 -1803
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +2602 -2601
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +452 -451
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +878 -877
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +64 -63
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +1486 -1485
- pulumi_sdwan/url_filtering_policy_definition.py +204 -203
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +2003 -2002
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +2199 -2198
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +2031 -2030
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +2157 -2156
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +1863 -1862
- pulumi_sdwan/vpn_interface_svi_feature_template.py +449 -448
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +1653 -1652
- pulumi_sdwan/vpn_list_policy_object.py +22 -21
- pulumi_sdwan/vpn_membership_policy_definition.py +43 -42
- pulumi_sdwan/zone_based_firewall_policy_definition.py +64 -63
- pulumi_sdwan/zone_list_policy_object.py +22 -21
- {pulumi_sdwan-0.4.0a1743489278.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.4.0a1744183706.dist-info/RECORD +480 -0
- pulumi_sdwan-0.4.0a1743489278.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1743489278.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.0a1743489278.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -183,7 +184,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
183
184
|
|
|
184
185
|
@property
|
|
185
186
|
@pulumi.getter(name="arpProxy")
|
|
186
|
-
def arp_proxy(self) -> bool:
|
|
187
|
+
def arp_proxy(self) -> builtins.bool:
|
|
187
188
|
"""
|
|
188
189
|
Set ARP Proxy
|
|
189
190
|
"""
|
|
@@ -191,7 +192,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter(name="arpProxyVariable")
|
|
194
|
-
def arp_proxy_variable(self) -> str:
|
|
195
|
+
def arp_proxy_variable(self) -> builtins.str:
|
|
195
196
|
"""
|
|
196
197
|
Variable name
|
|
197
198
|
"""
|
|
@@ -199,7 +200,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
199
200
|
|
|
200
201
|
@property
|
|
201
202
|
@pulumi.getter
|
|
202
|
-
def cdp(self) -> bool:
|
|
203
|
+
def cdp(self) -> builtins.bool:
|
|
203
204
|
"""
|
|
204
205
|
Configure CDP
|
|
205
206
|
"""
|
|
@@ -207,7 +208,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
207
208
|
|
|
208
209
|
@property
|
|
209
210
|
@pulumi.getter(name="cdpVariable")
|
|
210
|
-
def cdp_variable(self) -> str:
|
|
211
|
+
def cdp_variable(self) -> builtins.str:
|
|
211
212
|
"""
|
|
212
213
|
Variable name
|
|
213
214
|
"""
|
|
@@ -215,7 +216,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
215
216
|
|
|
216
217
|
@property
|
|
217
218
|
@pulumi.getter(name="consoleLogging")
|
|
218
|
-
def console_logging(self) -> bool:
|
|
219
|
+
def console_logging(self) -> builtins.bool:
|
|
219
220
|
"""
|
|
220
221
|
Configure Console Logging
|
|
221
222
|
"""
|
|
@@ -223,7 +224,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
223
224
|
|
|
224
225
|
@property
|
|
225
226
|
@pulumi.getter(name="consoleLoggingVariable")
|
|
226
|
-
def console_logging_variable(self) -> str:
|
|
227
|
+
def console_logging_variable(self) -> builtins.str:
|
|
227
228
|
"""
|
|
228
229
|
Variable name
|
|
229
230
|
"""
|
|
@@ -231,7 +232,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
231
232
|
|
|
232
233
|
@property
|
|
233
234
|
@pulumi.getter
|
|
234
|
-
def description(self) -> str:
|
|
235
|
+
def description(self) -> builtins.str:
|
|
235
236
|
"""
|
|
236
237
|
The description of the Feature
|
|
237
238
|
"""
|
|
@@ -239,7 +240,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter(name="domainLookup")
|
|
242
|
-
def domain_lookup(self) -> bool:
|
|
243
|
+
def domain_lookup(self) -> builtins.bool:
|
|
243
244
|
"""
|
|
244
245
|
Configure Domain-Lookup
|
|
245
246
|
"""
|
|
@@ -247,7 +248,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
247
248
|
|
|
248
249
|
@property
|
|
249
250
|
@pulumi.getter(name="domainLookupVariable")
|
|
250
|
-
def domain_lookup_variable(self) -> str:
|
|
251
|
+
def domain_lookup_variable(self) -> builtins.str:
|
|
251
252
|
"""
|
|
252
253
|
Variable name
|
|
253
254
|
"""
|
|
@@ -255,7 +256,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
255
256
|
|
|
256
257
|
@property
|
|
257
258
|
@pulumi.getter(name="featureProfileId")
|
|
258
|
-
def feature_profile_id(self) -> str:
|
|
259
|
+
def feature_profile_id(self) -> builtins.str:
|
|
259
260
|
"""
|
|
260
261
|
Feature Profile ID
|
|
261
262
|
"""
|
|
@@ -263,7 +264,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
263
264
|
|
|
264
265
|
@property
|
|
265
266
|
@pulumi.getter(name="ftpPassive")
|
|
266
|
-
def ftp_passive(self) -> bool:
|
|
267
|
+
def ftp_passive(self) -> builtins.bool:
|
|
267
268
|
"""
|
|
268
269
|
Set Passive FTP
|
|
269
270
|
"""
|
|
@@ -271,7 +272,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
271
272
|
|
|
272
273
|
@property
|
|
273
274
|
@pulumi.getter(name="ftpPassiveVariable")
|
|
274
|
-
def ftp_passive_variable(self) -> str:
|
|
275
|
+
def ftp_passive_variable(self) -> builtins.str:
|
|
275
276
|
"""
|
|
276
277
|
Variable name
|
|
277
278
|
"""
|
|
@@ -279,7 +280,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
279
280
|
|
|
280
281
|
@property
|
|
281
282
|
@pulumi.getter(name="httpAuthentication")
|
|
282
|
-
def http_authentication(self) -> str:
|
|
283
|
+
def http_authentication(self) -> builtins.str:
|
|
283
284
|
"""
|
|
284
285
|
Set preference for HTTP Authentication
|
|
285
286
|
"""
|
|
@@ -287,7 +288,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
287
288
|
|
|
288
289
|
@property
|
|
289
290
|
@pulumi.getter(name="httpAuthenticationVariable")
|
|
290
|
-
def http_authentication_variable(self) -> str:
|
|
291
|
+
def http_authentication_variable(self) -> builtins.str:
|
|
291
292
|
"""
|
|
292
293
|
Variable name
|
|
293
294
|
"""
|
|
@@ -295,7 +296,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
295
296
|
|
|
296
297
|
@property
|
|
297
298
|
@pulumi.getter(name="httpServer")
|
|
298
|
-
def http_server(self) -> bool:
|
|
299
|
+
def http_server(self) -> builtins.bool:
|
|
299
300
|
"""
|
|
300
301
|
Set a HTTP Server
|
|
301
302
|
"""
|
|
@@ -303,7 +304,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
303
304
|
|
|
304
305
|
@property
|
|
305
306
|
@pulumi.getter(name="httpServerVariable")
|
|
306
|
-
def http_server_variable(self) -> str:
|
|
307
|
+
def http_server_variable(self) -> builtins.str:
|
|
307
308
|
"""
|
|
308
309
|
Variable name
|
|
309
310
|
"""
|
|
@@ -311,7 +312,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
311
312
|
|
|
312
313
|
@property
|
|
313
314
|
@pulumi.getter(name="httpsServer")
|
|
314
|
-
def https_server(self) -> bool:
|
|
315
|
+
def https_server(self) -> builtins.bool:
|
|
315
316
|
"""
|
|
316
317
|
Set a HTTPS Server
|
|
317
318
|
"""
|
|
@@ -319,7 +320,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
319
320
|
|
|
320
321
|
@property
|
|
321
322
|
@pulumi.getter(name="httpsServerVariable")
|
|
322
|
-
def https_server_variable(self) -> str:
|
|
323
|
+
def https_server_variable(self) -> builtins.str:
|
|
323
324
|
"""
|
|
324
325
|
Variable name
|
|
325
326
|
"""
|
|
@@ -327,7 +328,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
327
328
|
|
|
328
329
|
@property
|
|
329
330
|
@pulumi.getter
|
|
330
|
-
def id(self) -> str:
|
|
331
|
+
def id(self) -> builtins.str:
|
|
331
332
|
"""
|
|
332
333
|
The id of the Feature
|
|
333
334
|
"""
|
|
@@ -335,7 +336,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
335
336
|
|
|
336
337
|
@property
|
|
337
338
|
@pulumi.getter(name="ignoreBootp")
|
|
338
|
-
def ignore_bootp(self) -> bool:
|
|
339
|
+
def ignore_bootp(self) -> builtins.bool:
|
|
339
340
|
"""
|
|
340
341
|
Configure Ignore BOOTP
|
|
341
342
|
"""
|
|
@@ -343,7 +344,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
343
344
|
|
|
344
345
|
@property
|
|
345
346
|
@pulumi.getter(name="ignoreBootpVariable")
|
|
346
|
-
def ignore_bootp_variable(self) -> str:
|
|
347
|
+
def ignore_bootp_variable(self) -> builtins.str:
|
|
347
348
|
"""
|
|
348
349
|
Variable name
|
|
349
350
|
"""
|
|
@@ -351,7 +352,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
351
352
|
|
|
352
353
|
@property
|
|
353
354
|
@pulumi.getter(name="ipSourceRouting")
|
|
354
|
-
def ip_source_routing(self) -> bool:
|
|
355
|
+
def ip_source_routing(self) -> builtins.bool:
|
|
355
356
|
"""
|
|
356
357
|
Set Source Route
|
|
357
358
|
"""
|
|
@@ -359,7 +360,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
359
360
|
|
|
360
361
|
@property
|
|
361
362
|
@pulumi.getter(name="ipSourceRoutingVariable")
|
|
362
|
-
def ip_source_routing_variable(self) -> str:
|
|
363
|
+
def ip_source_routing_variable(self) -> builtins.str:
|
|
363
364
|
"""
|
|
364
365
|
Variable name
|
|
365
366
|
"""
|
|
@@ -367,7 +368,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
367
368
|
|
|
368
369
|
@property
|
|
369
370
|
@pulumi.getter(name="lineVty")
|
|
370
|
-
def line_vty(self) -> bool:
|
|
371
|
+
def line_vty(self) -> builtins.bool:
|
|
371
372
|
"""
|
|
372
373
|
Configure Telnet (Outbound)
|
|
373
374
|
"""
|
|
@@ -375,7 +376,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
375
376
|
|
|
376
377
|
@property
|
|
377
378
|
@pulumi.getter(name="lineVtyVariable")
|
|
378
|
-
def line_vty_variable(self) -> str:
|
|
379
|
+
def line_vty_variable(self) -> builtins.str:
|
|
379
380
|
"""
|
|
380
381
|
Variable name
|
|
381
382
|
"""
|
|
@@ -383,7 +384,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
383
384
|
|
|
384
385
|
@property
|
|
385
386
|
@pulumi.getter
|
|
386
|
-
def lldp(self) -> bool:
|
|
387
|
+
def lldp(self) -> builtins.bool:
|
|
387
388
|
"""
|
|
388
389
|
Configure LLDP
|
|
389
390
|
"""
|
|
@@ -391,7 +392,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
391
392
|
|
|
392
393
|
@property
|
|
393
394
|
@pulumi.getter(name="lldpVariable")
|
|
394
|
-
def lldp_variable(self) -> str:
|
|
395
|
+
def lldp_variable(self) -> builtins.str:
|
|
395
396
|
"""
|
|
396
397
|
Variable name
|
|
397
398
|
"""
|
|
@@ -399,7 +400,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
399
400
|
|
|
400
401
|
@property
|
|
401
402
|
@pulumi.getter
|
|
402
|
-
def name(self) -> str:
|
|
403
|
+
def name(self) -> builtins.str:
|
|
403
404
|
"""
|
|
404
405
|
The name of the Feature
|
|
405
406
|
"""
|
|
@@ -407,7 +408,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
407
408
|
|
|
408
409
|
@property
|
|
409
410
|
@pulumi.getter(name="nat64TcpTimeout")
|
|
410
|
-
def nat64_tcp_timeout(self) -> int:
|
|
411
|
+
def nat64_tcp_timeout(self) -> builtins.int:
|
|
411
412
|
"""
|
|
412
413
|
Set NAT64 TCP session timeout, in seconds
|
|
413
414
|
"""
|
|
@@ -415,7 +416,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
415
416
|
|
|
416
417
|
@property
|
|
417
418
|
@pulumi.getter(name="nat64TcpTimeoutVariable")
|
|
418
|
-
def nat64_tcp_timeout_variable(self) -> str:
|
|
419
|
+
def nat64_tcp_timeout_variable(self) -> builtins.str:
|
|
419
420
|
"""
|
|
420
421
|
Variable name
|
|
421
422
|
"""
|
|
@@ -423,7 +424,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
423
424
|
|
|
424
425
|
@property
|
|
425
426
|
@pulumi.getter(name="nat64UdpTimeout")
|
|
426
|
-
def nat64_udp_timeout(self) -> int:
|
|
427
|
+
def nat64_udp_timeout(self) -> builtins.int:
|
|
427
428
|
"""
|
|
428
429
|
Set NAT64 UDP session timeout, in seconds
|
|
429
430
|
"""
|
|
@@ -431,7 +432,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
431
432
|
|
|
432
433
|
@property
|
|
433
434
|
@pulumi.getter(name="nat64UdpTimeoutVariable")
|
|
434
|
-
def nat64_udp_timeout_variable(self) -> str:
|
|
435
|
+
def nat64_udp_timeout_variable(self) -> builtins.str:
|
|
435
436
|
"""
|
|
436
437
|
Variable name
|
|
437
438
|
"""
|
|
@@ -439,7 +440,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
439
440
|
|
|
440
441
|
@property
|
|
441
442
|
@pulumi.getter(name="rshRcp")
|
|
442
|
-
def rsh_rcp(self) -> bool:
|
|
443
|
+
def rsh_rcp(self) -> builtins.bool:
|
|
443
444
|
"""
|
|
444
445
|
Set RSH/RCP
|
|
445
446
|
"""
|
|
@@ -447,7 +448,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
447
448
|
|
|
448
449
|
@property
|
|
449
450
|
@pulumi.getter(name="rshRcpVariable")
|
|
450
|
-
def rsh_rcp_variable(self) -> str:
|
|
451
|
+
def rsh_rcp_variable(self) -> builtins.str:
|
|
451
452
|
"""
|
|
452
453
|
Variable name
|
|
453
454
|
"""
|
|
@@ -455,7 +456,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
455
456
|
|
|
456
457
|
@property
|
|
457
458
|
@pulumi.getter(name="snmpIfindexPersist")
|
|
458
|
-
def snmp_ifindex_persist(self) -> bool:
|
|
459
|
+
def snmp_ifindex_persist(self) -> builtins.bool:
|
|
459
460
|
"""
|
|
460
461
|
Configure SNMP Ifindex Persist
|
|
461
462
|
"""
|
|
@@ -463,7 +464,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
463
464
|
|
|
464
465
|
@property
|
|
465
466
|
@pulumi.getter(name="snmpIfindexPersistVariable")
|
|
466
|
-
def snmp_ifindex_persist_variable(self) -> str:
|
|
467
|
+
def snmp_ifindex_persist_variable(self) -> builtins.str:
|
|
467
468
|
"""
|
|
468
469
|
Variable name
|
|
469
470
|
"""
|
|
@@ -471,7 +472,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
471
472
|
|
|
472
473
|
@property
|
|
473
474
|
@pulumi.getter(name="sourceInterface")
|
|
474
|
-
def source_interface(self) -> str:
|
|
475
|
+
def source_interface(self) -> builtins.str:
|
|
475
476
|
"""
|
|
476
477
|
Specify interface for source address in all HTTP(S) client connections
|
|
477
478
|
"""
|
|
@@ -479,7 +480,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
479
480
|
|
|
480
481
|
@property
|
|
481
482
|
@pulumi.getter(name="sourceInterfaceVariable")
|
|
482
|
-
def source_interface_variable(self) -> str:
|
|
483
|
+
def source_interface_variable(self) -> builtins.str:
|
|
483
484
|
"""
|
|
484
485
|
Variable name
|
|
485
486
|
"""
|
|
@@ -487,7 +488,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
487
488
|
|
|
488
489
|
@property
|
|
489
490
|
@pulumi.getter(name="sshVersion")
|
|
490
|
-
def ssh_version(self) -> str:
|
|
491
|
+
def ssh_version(self) -> builtins.str:
|
|
491
492
|
"""
|
|
492
493
|
Set SSH version
|
|
493
494
|
"""
|
|
@@ -495,7 +496,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
495
496
|
|
|
496
497
|
@property
|
|
497
498
|
@pulumi.getter(name="sshVersionVariable")
|
|
498
|
-
def ssh_version_variable(self) -> str:
|
|
499
|
+
def ssh_version_variable(self) -> builtins.str:
|
|
499
500
|
"""
|
|
500
501
|
Variable name
|
|
501
502
|
"""
|
|
@@ -503,7 +504,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
503
504
|
|
|
504
505
|
@property
|
|
505
506
|
@pulumi.getter(name="tcpKeepalivesIn")
|
|
506
|
-
def tcp_keepalives_in(self) -> bool:
|
|
507
|
+
def tcp_keepalives_in(self) -> builtins.bool:
|
|
507
508
|
"""
|
|
508
509
|
Configure tcp-keepalives-in
|
|
509
510
|
"""
|
|
@@ -511,7 +512,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
511
512
|
|
|
512
513
|
@property
|
|
513
514
|
@pulumi.getter(name="tcpKeepalivesInVariable")
|
|
514
|
-
def tcp_keepalives_in_variable(self) -> str:
|
|
515
|
+
def tcp_keepalives_in_variable(self) -> builtins.str:
|
|
515
516
|
"""
|
|
516
517
|
Variable name
|
|
517
518
|
"""
|
|
@@ -519,7 +520,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
519
520
|
|
|
520
521
|
@property
|
|
521
522
|
@pulumi.getter(name="tcpKeepalivesOut")
|
|
522
|
-
def tcp_keepalives_out(self) -> bool:
|
|
523
|
+
def tcp_keepalives_out(self) -> builtins.bool:
|
|
523
524
|
"""
|
|
524
525
|
Configure tcp-keepalives-out
|
|
525
526
|
"""
|
|
@@ -527,7 +528,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
527
528
|
|
|
528
529
|
@property
|
|
529
530
|
@pulumi.getter(name="tcpKeepalivesOutVariable")
|
|
530
|
-
def tcp_keepalives_out_variable(self) -> str:
|
|
531
|
+
def tcp_keepalives_out_variable(self) -> builtins.str:
|
|
531
532
|
"""
|
|
532
533
|
Variable name
|
|
533
534
|
"""
|
|
@@ -535,7 +536,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
535
536
|
|
|
536
537
|
@property
|
|
537
538
|
@pulumi.getter(name="tcpSmallServers")
|
|
538
|
-
def tcp_small_servers(self) -> bool:
|
|
539
|
+
def tcp_small_servers(self) -> builtins.bool:
|
|
539
540
|
"""
|
|
540
541
|
Configure tcp-small-servers
|
|
541
542
|
"""
|
|
@@ -543,7 +544,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
543
544
|
|
|
544
545
|
@property
|
|
545
546
|
@pulumi.getter(name="tcpSmallServersVariable")
|
|
546
|
-
def tcp_small_servers_variable(self) -> str:
|
|
547
|
+
def tcp_small_servers_variable(self) -> builtins.str:
|
|
547
548
|
"""
|
|
548
549
|
Variable name
|
|
549
550
|
"""
|
|
@@ -551,7 +552,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
551
552
|
|
|
552
553
|
@property
|
|
553
554
|
@pulumi.getter(name="udpSmallServers")
|
|
554
|
-
def udp_small_servers(self) -> bool:
|
|
555
|
+
def udp_small_servers(self) -> builtins.bool:
|
|
555
556
|
"""
|
|
556
557
|
Configure udp-small-servers
|
|
557
558
|
"""
|
|
@@ -559,7 +560,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
559
560
|
|
|
560
561
|
@property
|
|
561
562
|
@pulumi.getter(name="udpSmallServersVariable")
|
|
562
|
-
def udp_small_servers_variable(self) -> str:
|
|
563
|
+
def udp_small_servers_variable(self) -> builtins.str:
|
|
563
564
|
"""
|
|
564
565
|
Variable name
|
|
565
566
|
"""
|
|
@@ -567,7 +568,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
567
568
|
|
|
568
569
|
@property
|
|
569
570
|
@pulumi.getter
|
|
570
|
-
def version(self) -> int:
|
|
571
|
+
def version(self) -> builtins.int:
|
|
571
572
|
"""
|
|
572
573
|
The version of the Feature
|
|
573
574
|
"""
|
|
@@ -575,7 +576,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter(name="vtyLineLogging")
|
|
578
|
-
def vty_line_logging(self) -> bool:
|
|
579
|
+
def vty_line_logging(self) -> builtins.bool:
|
|
579
580
|
"""
|
|
580
581
|
Configure VTY Line Logging
|
|
581
582
|
"""
|
|
@@ -583,7 +584,7 @@ class GetSystemGlobalFeatureResult:
|
|
|
583
584
|
|
|
584
585
|
@property
|
|
585
586
|
@pulumi.getter(name="vtyLineLoggingVariable")
|
|
586
|
-
def vty_line_logging_variable(self) -> str:
|
|
587
|
+
def vty_line_logging_variable(self) -> builtins.str:
|
|
587
588
|
"""
|
|
588
589
|
Variable name
|
|
589
590
|
"""
|
|
@@ -649,8 +650,8 @@ class AwaitableGetSystemGlobalFeatureResult(GetSystemGlobalFeatureResult):
|
|
|
649
650
|
vty_line_logging_variable=self.vty_line_logging_variable)
|
|
650
651
|
|
|
651
652
|
|
|
652
|
-
def get_system_global_feature(feature_profile_id: Optional[str] = None,
|
|
653
|
-
id: Optional[str] = None,
|
|
653
|
+
def get_system_global_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
654
|
+
id: Optional[builtins.str] = None,
|
|
654
655
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGlobalFeatureResult:
|
|
655
656
|
"""
|
|
656
657
|
This data source can read the System Global Feature.
|
|
@@ -666,8 +667,8 @@ def get_system_global_feature(feature_profile_id: Optional[str] = None,
|
|
|
666
667
|
```
|
|
667
668
|
|
|
668
669
|
|
|
669
|
-
:param str feature_profile_id: Feature Profile ID
|
|
670
|
-
:param str id: The id of the Feature
|
|
670
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
671
|
+
:param builtins.str id: The id of the Feature
|
|
671
672
|
"""
|
|
672
673
|
__args__ = dict()
|
|
673
674
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -727,8 +728,8 @@ def get_system_global_feature(feature_profile_id: Optional[str] = None,
|
|
|
727
728
|
version=pulumi.get(__ret__, 'version'),
|
|
728
729
|
vty_line_logging=pulumi.get(__ret__, 'vty_line_logging'),
|
|
729
730
|
vty_line_logging_variable=pulumi.get(__ret__, 'vty_line_logging_variable'))
|
|
730
|
-
def get_system_global_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
731
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
731
|
+
def get_system_global_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
732
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
732
733
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemGlobalFeatureResult]:
|
|
733
734
|
"""
|
|
734
735
|
This data source can read the System Global Feature.
|
|
@@ -744,8 +745,8 @@ def get_system_global_feature_output(feature_profile_id: Optional[pulumi.Input[s
|
|
|
744
745
|
```
|
|
745
746
|
|
|
746
747
|
|
|
747
|
-
:param str feature_profile_id: Feature Profile ID
|
|
748
|
-
:param str id: The id of the Feature
|
|
748
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
749
|
+
:param builtins.str id: The id of the Feature
|
|
749
750
|
"""
|
|
750
751
|
__args__ = dict()
|
|
751
752
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -52,7 +53,7 @@ class GetSystemIpv4DeviceAccessFeatureResult:
|
|
|
52
53
|
|
|
53
54
|
@property
|
|
54
55
|
@pulumi.getter(name="defaultAction")
|
|
55
|
-
def default_action(self) -> str:
|
|
56
|
+
def default_action(self) -> builtins.str:
|
|
56
57
|
"""
|
|
57
58
|
Default Action
|
|
58
59
|
"""
|
|
@@ -60,7 +61,7 @@ class GetSystemIpv4DeviceAccessFeatureResult:
|
|
|
60
61
|
|
|
61
62
|
@property
|
|
62
63
|
@pulumi.getter
|
|
63
|
-
def description(self) -> str:
|
|
64
|
+
def description(self) -> builtins.str:
|
|
64
65
|
"""
|
|
65
66
|
The description of the Feature
|
|
66
67
|
"""
|
|
@@ -68,7 +69,7 @@ class GetSystemIpv4DeviceAccessFeatureResult:
|
|
|
68
69
|
|
|
69
70
|
@property
|
|
70
71
|
@pulumi.getter(name="featureProfileId")
|
|
71
|
-
def feature_profile_id(self) -> str:
|
|
72
|
+
def feature_profile_id(self) -> builtins.str:
|
|
72
73
|
"""
|
|
73
74
|
Feature Profile ID
|
|
74
75
|
"""
|
|
@@ -76,7 +77,7 @@ class GetSystemIpv4DeviceAccessFeatureResult:
|
|
|
76
77
|
|
|
77
78
|
@property
|
|
78
79
|
@pulumi.getter
|
|
79
|
-
def id(self) -> str:
|
|
80
|
+
def id(self) -> builtins.str:
|
|
80
81
|
"""
|
|
81
82
|
The id of the Feature
|
|
82
83
|
"""
|
|
@@ -84,7 +85,7 @@ class GetSystemIpv4DeviceAccessFeatureResult:
|
|
|
84
85
|
|
|
85
86
|
@property
|
|
86
87
|
@pulumi.getter
|
|
87
|
-
def name(self) -> str:
|
|
88
|
+
def name(self) -> builtins.str:
|
|
88
89
|
"""
|
|
89
90
|
The name of the Feature
|
|
90
91
|
"""
|
|
@@ -100,7 +101,7 @@ class GetSystemIpv4DeviceAccessFeatureResult:
|
|
|
100
101
|
|
|
101
102
|
@property
|
|
102
103
|
@pulumi.getter
|
|
103
|
-
def version(self) -> int:
|
|
104
|
+
def version(self) -> builtins.int:
|
|
104
105
|
"""
|
|
105
106
|
The version of the Feature
|
|
106
107
|
"""
|
|
@@ -122,8 +123,8 @@ class AwaitableGetSystemIpv4DeviceAccessFeatureResult(GetSystemIpv4DeviceAccessF
|
|
|
122
123
|
version=self.version)
|
|
123
124
|
|
|
124
125
|
|
|
125
|
-
def get_system_ipv4_device_access_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
-
id: Optional[str] = None,
|
|
126
|
+
def get_system_ipv4_device_access_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
127
|
+
id: Optional[builtins.str] = None,
|
|
127
128
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemIpv4DeviceAccessFeatureResult:
|
|
128
129
|
"""
|
|
129
130
|
This data source can read the System IPv4 Device Access Feature.
|
|
@@ -139,8 +140,8 @@ def get_system_ipv4_device_access_feature(feature_profile_id: Optional[str] = No
|
|
|
139
140
|
```
|
|
140
141
|
|
|
141
142
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the Feature
|
|
143
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
144
|
+
:param builtins.str id: The id of the Feature
|
|
144
145
|
"""
|
|
145
146
|
__args__ = dict()
|
|
146
147
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -156,8 +157,8 @@ def get_system_ipv4_device_access_feature(feature_profile_id: Optional[str] = No
|
|
|
156
157
|
name=pulumi.get(__ret__, 'name'),
|
|
157
158
|
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
159
|
version=pulumi.get(__ret__, 'version'))
|
|
159
|
-
def get_system_ipv4_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
def get_system_ipv4_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
161
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
161
162
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemIpv4DeviceAccessFeatureResult]:
|
|
162
163
|
"""
|
|
163
164
|
This data source can read the System IPv4 Device Access Feature.
|
|
@@ -173,8 +174,8 @@ def get_system_ipv4_device_access_feature_output(feature_profile_id: Optional[pu
|
|
|
173
174
|
```
|
|
174
175
|
|
|
175
176
|
|
|
176
|
-
:param str feature_profile_id: Feature Profile ID
|
|
177
|
-
:param str id: The id of the Feature
|
|
177
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
178
|
+
:param builtins.str id: The id of the Feature
|
|
178
179
|
"""
|
|
179
180
|
__args__ = dict()
|
|
180
181
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -52,7 +53,7 @@ class GetSystemIpv6DeviceAccessFeatureResult:
|
|
|
52
53
|
|
|
53
54
|
@property
|
|
54
55
|
@pulumi.getter(name="defaultAction")
|
|
55
|
-
def default_action(self) -> str:
|
|
56
|
+
def default_action(self) -> builtins.str:
|
|
56
57
|
"""
|
|
57
58
|
Default Action
|
|
58
59
|
"""
|
|
@@ -60,7 +61,7 @@ class GetSystemIpv6DeviceAccessFeatureResult:
|
|
|
60
61
|
|
|
61
62
|
@property
|
|
62
63
|
@pulumi.getter
|
|
63
|
-
def description(self) -> str:
|
|
64
|
+
def description(self) -> builtins.str:
|
|
64
65
|
"""
|
|
65
66
|
The description of the Feature
|
|
66
67
|
"""
|
|
@@ -68,7 +69,7 @@ class GetSystemIpv6DeviceAccessFeatureResult:
|
|
|
68
69
|
|
|
69
70
|
@property
|
|
70
71
|
@pulumi.getter(name="featureProfileId")
|
|
71
|
-
def feature_profile_id(self) -> str:
|
|
72
|
+
def feature_profile_id(self) -> builtins.str:
|
|
72
73
|
"""
|
|
73
74
|
Feature Profile ID
|
|
74
75
|
"""
|
|
@@ -76,7 +77,7 @@ class GetSystemIpv6DeviceAccessFeatureResult:
|
|
|
76
77
|
|
|
77
78
|
@property
|
|
78
79
|
@pulumi.getter
|
|
79
|
-
def id(self) -> str:
|
|
80
|
+
def id(self) -> builtins.str:
|
|
80
81
|
"""
|
|
81
82
|
The id of the Feature
|
|
82
83
|
"""
|
|
@@ -84,7 +85,7 @@ class GetSystemIpv6DeviceAccessFeatureResult:
|
|
|
84
85
|
|
|
85
86
|
@property
|
|
86
87
|
@pulumi.getter
|
|
87
|
-
def name(self) -> str:
|
|
88
|
+
def name(self) -> builtins.str:
|
|
88
89
|
"""
|
|
89
90
|
The name of the Feature
|
|
90
91
|
"""
|
|
@@ -100,7 +101,7 @@ class GetSystemIpv6DeviceAccessFeatureResult:
|
|
|
100
101
|
|
|
101
102
|
@property
|
|
102
103
|
@pulumi.getter
|
|
103
|
-
def version(self) -> int:
|
|
104
|
+
def version(self) -> builtins.int:
|
|
104
105
|
"""
|
|
105
106
|
The version of the Feature
|
|
106
107
|
"""
|
|
@@ -122,8 +123,8 @@ class AwaitableGetSystemIpv6DeviceAccessFeatureResult(GetSystemIpv6DeviceAccessF
|
|
|
122
123
|
version=self.version)
|
|
123
124
|
|
|
124
125
|
|
|
125
|
-
def get_system_ipv6_device_access_feature(feature_profile_id: Optional[str] = None,
|
|
126
|
-
id: Optional[str] = None,
|
|
126
|
+
def get_system_ipv6_device_access_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
127
|
+
id: Optional[builtins.str] = None,
|
|
127
128
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemIpv6DeviceAccessFeatureResult:
|
|
128
129
|
"""
|
|
129
130
|
This data source can read the System IPv6 Device Access Feature.
|
|
@@ -139,8 +140,8 @@ def get_system_ipv6_device_access_feature(feature_profile_id: Optional[str] = No
|
|
|
139
140
|
```
|
|
140
141
|
|
|
141
142
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the Feature
|
|
143
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
144
|
+
:param builtins.str id: The id of the Feature
|
|
144
145
|
"""
|
|
145
146
|
__args__ = dict()
|
|
146
147
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -156,8 +157,8 @@ def get_system_ipv6_device_access_feature(feature_profile_id: Optional[str] = No
|
|
|
156
157
|
name=pulumi.get(__ret__, 'name'),
|
|
157
158
|
sequences=pulumi.get(__ret__, 'sequences'),
|
|
158
159
|
version=pulumi.get(__ret__, 'version'))
|
|
159
|
-
def get_system_ipv6_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
def get_system_ipv6_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
161
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
161
162
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemIpv6DeviceAccessFeatureResult]:
|
|
162
163
|
"""
|
|
163
164
|
This data source can read the System IPv6 Device Access Feature.
|
|
@@ -173,8 +174,8 @@ def get_system_ipv6_device_access_feature_output(feature_profile_id: Optional[pu
|
|
|
173
174
|
```
|
|
174
175
|
|
|
175
176
|
|
|
176
|
-
:param str feature_profile_id: Feature Profile ID
|
|
177
|
-
:param str id: The id of the Feature
|
|
177
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
178
|
+
:param builtins.str id: The id of the Feature
|
|
178
179
|
"""
|
|
179
180
|
__args__ = dict()
|
|
180
181
|
__args__['featureProfileId'] = feature_profile_id
|