pulumi-sdwan 0.4.0a1743575236__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.0a1743575236.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.0a1743575236.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1743575236.dist-info → pulumi_sdwan-0.4.0a1744183706.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.0a1743575236.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
|
|
@@ -304,27 +305,27 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
304
305
|
|
|
305
306
|
@property
|
|
306
307
|
@pulumi.getter(name="aclIpv4EgressPolicyId")
|
|
307
|
-
def acl_ipv4_egress_policy_id(self) -> str:
|
|
308
|
+
def acl_ipv4_egress_policy_id(self) -> builtins.str:
|
|
308
309
|
return pulumi.get(self, "acl_ipv4_egress_policy_id")
|
|
309
310
|
|
|
310
311
|
@property
|
|
311
312
|
@pulumi.getter(name="aclIpv4IngressPolicyId")
|
|
312
|
-
def acl_ipv4_ingress_policy_id(self) -> str:
|
|
313
|
+
def acl_ipv4_ingress_policy_id(self) -> builtins.str:
|
|
313
314
|
return pulumi.get(self, "acl_ipv4_ingress_policy_id")
|
|
314
315
|
|
|
315
316
|
@property
|
|
316
317
|
@pulumi.getter(name="aclIpv6EgressPolicyId")
|
|
317
|
-
def acl_ipv6_egress_policy_id(self) -> str:
|
|
318
|
+
def acl_ipv6_egress_policy_id(self) -> builtins.str:
|
|
318
319
|
return pulumi.get(self, "acl_ipv6_egress_policy_id")
|
|
319
320
|
|
|
320
321
|
@property
|
|
321
322
|
@pulumi.getter(name="aclIpv6IngressPolicyId")
|
|
322
|
-
def acl_ipv6_ingress_policy_id(self) -> str:
|
|
323
|
+
def acl_ipv6_ingress_policy_id(self) -> builtins.str:
|
|
323
324
|
return pulumi.get(self, "acl_ipv6_ingress_policy_id")
|
|
324
325
|
|
|
325
326
|
@property
|
|
326
327
|
@pulumi.getter(name="aclShapingRate")
|
|
327
|
-
def acl_shaping_rate(self) -> int:
|
|
328
|
+
def acl_shaping_rate(self) -> builtins.int:
|
|
328
329
|
"""
|
|
329
330
|
Shaping Rate (Kbps)
|
|
330
331
|
"""
|
|
@@ -332,7 +333,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
332
333
|
|
|
333
334
|
@property
|
|
334
335
|
@pulumi.getter(name="aclShapingRateVariable")
|
|
335
|
-
def acl_shaping_rate_variable(self) -> str:
|
|
336
|
+
def acl_shaping_rate_variable(self) -> builtins.str:
|
|
336
337
|
"""
|
|
337
338
|
Variable name
|
|
338
339
|
"""
|
|
@@ -340,7 +341,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
340
341
|
|
|
341
342
|
@property
|
|
342
343
|
@pulumi.getter(name="arpTimeout")
|
|
343
|
-
def arp_timeout(self) -> int:
|
|
344
|
+
def arp_timeout(self) -> builtins.int:
|
|
344
345
|
"""
|
|
345
346
|
Timeout value for dynamically learned ARP entries, \\n\\n seconds
|
|
346
347
|
"""
|
|
@@ -348,7 +349,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
348
349
|
|
|
349
350
|
@property
|
|
350
351
|
@pulumi.getter(name="arpTimeoutVariable")
|
|
351
|
-
def arp_timeout_variable(self) -> str:
|
|
352
|
+
def arp_timeout_variable(self) -> builtins.str:
|
|
352
353
|
"""
|
|
353
354
|
Variable name
|
|
354
355
|
"""
|
|
@@ -364,7 +365,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
364
365
|
|
|
365
366
|
@property
|
|
366
367
|
@pulumi.getter
|
|
367
|
-
def autonegotiate(self) -> bool:
|
|
368
|
+
def autonegotiate(self) -> builtins.bool:
|
|
368
369
|
"""
|
|
369
370
|
Link autonegotiation
|
|
370
371
|
"""
|
|
@@ -372,7 +373,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
372
373
|
|
|
373
374
|
@property
|
|
374
375
|
@pulumi.getter(name="autonegotiateVariable")
|
|
375
|
-
def autonegotiate_variable(self) -> str:
|
|
376
|
+
def autonegotiate_variable(self) -> builtins.str:
|
|
376
377
|
"""
|
|
377
378
|
Variable name
|
|
378
379
|
"""
|
|
@@ -380,7 +381,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
380
381
|
|
|
381
382
|
@property
|
|
382
383
|
@pulumi.getter
|
|
383
|
-
def description(self) -> str:
|
|
384
|
+
def description(self) -> builtins.str:
|
|
384
385
|
"""
|
|
385
386
|
The description of the Feature
|
|
386
387
|
"""
|
|
@@ -388,7 +389,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
388
389
|
|
|
389
390
|
@property
|
|
390
391
|
@pulumi.getter
|
|
391
|
-
def duplex(self) -> str:
|
|
392
|
+
def duplex(self) -> builtins.str:
|
|
392
393
|
"""
|
|
393
394
|
Duplex mode
|
|
394
395
|
"""
|
|
@@ -396,7 +397,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
396
397
|
|
|
397
398
|
@property
|
|
398
399
|
@pulumi.getter(name="duplexVariable")
|
|
399
|
-
def duplex_variable(self) -> str:
|
|
400
|
+
def duplex_variable(self) -> builtins.str:
|
|
400
401
|
"""
|
|
401
402
|
Variable name
|
|
402
403
|
"""
|
|
@@ -404,7 +405,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
404
405
|
|
|
405
406
|
@property
|
|
406
407
|
@pulumi.getter(name="enableDhcpv6")
|
|
407
|
-
def enable_dhcpv6(self) -> bool:
|
|
408
|
+
def enable_dhcpv6(self) -> builtins.bool:
|
|
408
409
|
"""
|
|
409
410
|
Enable DHCPv6
|
|
410
411
|
"""
|
|
@@ -412,7 +413,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
412
413
|
|
|
413
414
|
@property
|
|
414
415
|
@pulumi.getter(name="featureProfileId")
|
|
415
|
-
def feature_profile_id(self) -> str:
|
|
416
|
+
def feature_profile_id(self) -> builtins.str:
|
|
416
417
|
"""
|
|
417
418
|
Feature Profile ID
|
|
418
419
|
"""
|
|
@@ -420,7 +421,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
420
421
|
|
|
421
422
|
@property
|
|
422
423
|
@pulumi.getter(name="icmpRedirectDisable")
|
|
423
|
-
def icmp_redirect_disable(self) -> bool:
|
|
424
|
+
def icmp_redirect_disable(self) -> builtins.bool:
|
|
424
425
|
"""
|
|
425
426
|
ICMP/ICMPv6 Redirect Disable
|
|
426
427
|
"""
|
|
@@ -428,7 +429,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
428
429
|
|
|
429
430
|
@property
|
|
430
431
|
@pulumi.getter(name="icmpRedirectDisableVariable")
|
|
431
|
-
def icmp_redirect_disable_variable(self) -> str:
|
|
432
|
+
def icmp_redirect_disable_variable(self) -> builtins.str:
|
|
432
433
|
"""
|
|
433
434
|
Variable name
|
|
434
435
|
"""
|
|
@@ -436,7 +437,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
436
437
|
|
|
437
438
|
@property
|
|
438
439
|
@pulumi.getter
|
|
439
|
-
def id(self) -> str:
|
|
440
|
+
def id(self) -> builtins.str:
|
|
440
441
|
"""
|
|
441
442
|
The id of the Feature
|
|
442
443
|
"""
|
|
@@ -444,12 +445,12 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
444
445
|
|
|
445
446
|
@property
|
|
446
447
|
@pulumi.getter(name="interfaceDescription")
|
|
447
|
-
def interface_description(self) -> str:
|
|
448
|
+
def interface_description(self) -> builtins.str:
|
|
448
449
|
return pulumi.get(self, "interface_description")
|
|
449
450
|
|
|
450
451
|
@property
|
|
451
452
|
@pulumi.getter(name="interfaceDescriptionVariable")
|
|
452
|
-
def interface_description_variable(self) -> str:
|
|
453
|
+
def interface_description_variable(self) -> builtins.str:
|
|
453
454
|
"""
|
|
454
455
|
Variable name
|
|
455
456
|
"""
|
|
@@ -457,7 +458,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
457
458
|
|
|
458
459
|
@property
|
|
459
460
|
@pulumi.getter(name="interfaceMtu")
|
|
460
|
-
def interface_mtu(self) -> int:
|
|
461
|
+
def interface_mtu(self) -> builtins.int:
|
|
461
462
|
"""
|
|
462
463
|
Interface MTU
|
|
463
464
|
"""
|
|
@@ -465,7 +466,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
465
466
|
|
|
466
467
|
@property
|
|
467
468
|
@pulumi.getter(name="interfaceMtuVariable")
|
|
468
|
-
def interface_mtu_variable(self) -> str:
|
|
469
|
+
def interface_mtu_variable(self) -> builtins.str:
|
|
469
470
|
"""
|
|
470
471
|
Variable name
|
|
471
472
|
"""
|
|
@@ -473,12 +474,12 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
473
474
|
|
|
474
475
|
@property
|
|
475
476
|
@pulumi.getter(name="interfaceName")
|
|
476
|
-
def interface_name(self) -> str:
|
|
477
|
+
def interface_name(self) -> builtins.str:
|
|
477
478
|
return pulumi.get(self, "interface_name")
|
|
478
479
|
|
|
479
480
|
@property
|
|
480
481
|
@pulumi.getter(name="interfaceNameVariable")
|
|
481
|
-
def interface_name_variable(self) -> str:
|
|
482
|
+
def interface_name_variable(self) -> builtins.str:
|
|
482
483
|
"""
|
|
483
484
|
Variable name
|
|
484
485
|
"""
|
|
@@ -486,7 +487,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
486
487
|
|
|
487
488
|
@property
|
|
488
489
|
@pulumi.getter(name="ipDirectedBroadcast")
|
|
489
|
-
def ip_directed_broadcast(self) -> bool:
|
|
490
|
+
def ip_directed_broadcast(self) -> builtins.bool:
|
|
490
491
|
"""
|
|
491
492
|
IP Directed-Broadcast
|
|
492
493
|
"""
|
|
@@ -494,7 +495,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
494
495
|
|
|
495
496
|
@property
|
|
496
497
|
@pulumi.getter(name="ipDirectedBroadcastVariable")
|
|
497
|
-
def ip_directed_broadcast_variable(self) -> str:
|
|
498
|
+
def ip_directed_broadcast_variable(self) -> builtins.str:
|
|
498
499
|
"""
|
|
499
500
|
Variable name
|
|
500
501
|
"""
|
|
@@ -502,7 +503,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
502
503
|
|
|
503
504
|
@property
|
|
504
505
|
@pulumi.getter(name="ipMtu")
|
|
505
|
-
def ip_mtu(self) -> int:
|
|
506
|
+
def ip_mtu(self) -> builtins.int:
|
|
506
507
|
"""
|
|
507
508
|
IP MTU for GigabitEthernet main \\n\\n, GigabitEthernet subinterface \\n\\n, Other Interfaces \\n\\n in bytes
|
|
508
509
|
"""
|
|
@@ -510,7 +511,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter(name="ipMtuVariable")
|
|
513
|
-
def ip_mtu_variable(self) -> str:
|
|
514
|
+
def ip_mtu_variable(self) -> builtins.str:
|
|
514
515
|
"""
|
|
515
516
|
Variable name
|
|
516
517
|
"""
|
|
@@ -518,7 +519,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
518
519
|
|
|
519
520
|
@property
|
|
520
521
|
@pulumi.getter(name="ipv4Address")
|
|
521
|
-
def ipv4_address(self) -> str:
|
|
522
|
+
def ipv4_address(self) -> builtins.str:
|
|
522
523
|
"""
|
|
523
524
|
IP Address
|
|
524
525
|
"""
|
|
@@ -526,7 +527,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
526
527
|
|
|
527
528
|
@property
|
|
528
529
|
@pulumi.getter(name="ipv4AddressVariable")
|
|
529
|
-
def ipv4_address_variable(self) -> str:
|
|
530
|
+
def ipv4_address_variable(self) -> builtins.str:
|
|
530
531
|
"""
|
|
531
532
|
Variable name
|
|
532
533
|
"""
|
|
@@ -534,7 +535,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
534
535
|
|
|
535
536
|
@property
|
|
536
537
|
@pulumi.getter(name="ipv4DhcpDistance")
|
|
537
|
-
def ipv4_dhcp_distance(self) -> int:
|
|
538
|
+
def ipv4_dhcp_distance(self) -> builtins.int:
|
|
538
539
|
"""
|
|
539
540
|
DHCP Distance
|
|
540
541
|
"""
|
|
@@ -542,7 +543,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
542
543
|
|
|
543
544
|
@property
|
|
544
545
|
@pulumi.getter(name="ipv4DhcpDistanceVariable")
|
|
545
|
-
def ipv4_dhcp_distance_variable(self) -> str:
|
|
546
|
+
def ipv4_dhcp_distance_variable(self) -> builtins.str:
|
|
546
547
|
"""
|
|
547
548
|
Variable name
|
|
548
549
|
"""
|
|
@@ -550,7 +551,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
550
551
|
|
|
551
552
|
@property
|
|
552
553
|
@pulumi.getter(name="ipv4DhcpHelperVariable")
|
|
553
|
-
def ipv4_dhcp_helper_variable(self) -> str:
|
|
554
|
+
def ipv4_dhcp_helper_variable(self) -> builtins.str:
|
|
554
555
|
"""
|
|
555
556
|
Variable name
|
|
556
557
|
"""
|
|
@@ -558,7 +559,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
558
559
|
|
|
559
560
|
@property
|
|
560
561
|
@pulumi.getter(name="ipv4DhcpHelpers")
|
|
561
|
-
def ipv4_dhcp_helpers(self) -> Sequence[str]:
|
|
562
|
+
def ipv4_dhcp_helpers(self) -> Sequence[builtins.str]:
|
|
562
563
|
"""
|
|
563
564
|
List of DHCP IPv4 helper addresses (min 1, max 8)
|
|
564
565
|
"""
|
|
@@ -566,7 +567,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
566
567
|
|
|
567
568
|
@property
|
|
568
569
|
@pulumi.getter(name="ipv4Nat")
|
|
569
|
-
def ipv4_nat(self) -> bool:
|
|
570
|
+
def ipv4_nat(self) -> builtins.bool:
|
|
570
571
|
"""
|
|
571
572
|
enable Network Address Translation on this interface
|
|
572
573
|
"""
|
|
@@ -574,7 +575,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
574
575
|
|
|
575
576
|
@property
|
|
576
577
|
@pulumi.getter(name="ipv4NatLoopback")
|
|
577
|
-
def ipv4_nat_loopback(self) -> str:
|
|
578
|
+
def ipv4_nat_loopback(self) -> builtins.str:
|
|
578
579
|
"""
|
|
579
580
|
NAT Inside Source Loopback Interface
|
|
580
581
|
"""
|
|
@@ -582,7 +583,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
582
583
|
|
|
583
584
|
@property
|
|
584
585
|
@pulumi.getter(name="ipv4NatLoopbackVariable")
|
|
585
|
-
def ipv4_nat_loopback_variable(self) -> str:
|
|
586
|
+
def ipv4_nat_loopback_variable(self) -> builtins.str:
|
|
586
587
|
"""
|
|
587
588
|
Variable name
|
|
588
589
|
"""
|
|
@@ -590,7 +591,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
590
591
|
|
|
591
592
|
@property
|
|
592
593
|
@pulumi.getter(name="ipv4NatOverload")
|
|
593
|
-
def ipv4_nat_overload(self) -> bool:
|
|
594
|
+
def ipv4_nat_overload(self) -> builtins.bool:
|
|
594
595
|
"""
|
|
595
596
|
NAT Overload
|
|
596
597
|
"""
|
|
@@ -598,7 +599,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
598
599
|
|
|
599
600
|
@property
|
|
600
601
|
@pulumi.getter(name="ipv4NatOverloadVariable")
|
|
601
|
-
def ipv4_nat_overload_variable(self) -> str:
|
|
602
|
+
def ipv4_nat_overload_variable(self) -> builtins.str:
|
|
602
603
|
"""
|
|
603
604
|
Variable name
|
|
604
605
|
"""
|
|
@@ -606,7 +607,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
606
607
|
|
|
607
608
|
@property
|
|
608
609
|
@pulumi.getter(name="ipv4NatPrefixLength")
|
|
609
|
-
def ipv4_nat_prefix_length(self) -> int:
|
|
610
|
+
def ipv4_nat_prefix_length(self) -> builtins.int:
|
|
610
611
|
"""
|
|
611
612
|
NAT Pool Prefix Length
|
|
612
613
|
"""
|
|
@@ -614,7 +615,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
614
615
|
|
|
615
616
|
@property
|
|
616
617
|
@pulumi.getter(name="ipv4NatPrefixLengthVariable")
|
|
617
|
-
def ipv4_nat_prefix_length_variable(self) -> str:
|
|
618
|
+
def ipv4_nat_prefix_length_variable(self) -> builtins.str:
|
|
618
619
|
"""
|
|
619
620
|
Variable name
|
|
620
621
|
"""
|
|
@@ -622,7 +623,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
622
623
|
|
|
623
624
|
@property
|
|
624
625
|
@pulumi.getter(name="ipv4NatRangeEnd")
|
|
625
|
-
def ipv4_nat_range_end(self) -> str:
|
|
626
|
+
def ipv4_nat_range_end(self) -> builtins.str:
|
|
626
627
|
"""
|
|
627
628
|
NAT Pool Range End
|
|
628
629
|
"""
|
|
@@ -630,7 +631,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
630
631
|
|
|
631
632
|
@property
|
|
632
633
|
@pulumi.getter(name="ipv4NatRangeEndVariable")
|
|
633
|
-
def ipv4_nat_range_end_variable(self) -> str:
|
|
634
|
+
def ipv4_nat_range_end_variable(self) -> builtins.str:
|
|
634
635
|
"""
|
|
635
636
|
Variable name
|
|
636
637
|
"""
|
|
@@ -638,7 +639,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
638
639
|
|
|
639
640
|
@property
|
|
640
641
|
@pulumi.getter(name="ipv4NatRangeStart")
|
|
641
|
-
def ipv4_nat_range_start(self) -> str:
|
|
642
|
+
def ipv4_nat_range_start(self) -> builtins.str:
|
|
642
643
|
"""
|
|
643
644
|
NAT Pool Range Start
|
|
644
645
|
"""
|
|
@@ -646,7 +647,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
646
647
|
|
|
647
648
|
@property
|
|
648
649
|
@pulumi.getter(name="ipv4NatRangeStartVariable")
|
|
649
|
-
def ipv4_nat_range_start_variable(self) -> str:
|
|
650
|
+
def ipv4_nat_range_start_variable(self) -> builtins.str:
|
|
650
651
|
"""
|
|
651
652
|
Variable name
|
|
652
653
|
"""
|
|
@@ -654,7 +655,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
654
655
|
|
|
655
656
|
@property
|
|
656
657
|
@pulumi.getter(name="ipv4NatTcpTimeout")
|
|
657
|
-
def ipv4_nat_tcp_timeout(self) -> int:
|
|
658
|
+
def ipv4_nat_tcp_timeout(self) -> builtins.int:
|
|
658
659
|
"""
|
|
659
660
|
Set NAT TCP session timeout, in minutes
|
|
660
661
|
"""
|
|
@@ -662,7 +663,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
662
663
|
|
|
663
664
|
@property
|
|
664
665
|
@pulumi.getter(name="ipv4NatTcpTimeoutVariable")
|
|
665
|
-
def ipv4_nat_tcp_timeout_variable(self) -> str:
|
|
666
|
+
def ipv4_nat_tcp_timeout_variable(self) -> builtins.str:
|
|
666
667
|
"""
|
|
667
668
|
Variable name
|
|
668
669
|
"""
|
|
@@ -670,7 +671,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
670
671
|
|
|
671
672
|
@property
|
|
672
673
|
@pulumi.getter(name="ipv4NatType")
|
|
673
|
-
def ipv4_nat_type(self) -> str:
|
|
674
|
+
def ipv4_nat_type(self) -> builtins.str:
|
|
674
675
|
"""
|
|
675
676
|
NAT Type
|
|
676
677
|
"""
|
|
@@ -678,7 +679,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
678
679
|
|
|
679
680
|
@property
|
|
680
681
|
@pulumi.getter(name="ipv4NatTypeVariable")
|
|
681
|
-
def ipv4_nat_type_variable(self) -> str:
|
|
682
|
+
def ipv4_nat_type_variable(self) -> builtins.str:
|
|
682
683
|
"""
|
|
683
684
|
Variable name
|
|
684
685
|
"""
|
|
@@ -686,7 +687,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
686
687
|
|
|
687
688
|
@property
|
|
688
689
|
@pulumi.getter(name="ipv4NatUdpTimeout")
|
|
689
|
-
def ipv4_nat_udp_timeout(self) -> int:
|
|
690
|
+
def ipv4_nat_udp_timeout(self) -> builtins.int:
|
|
690
691
|
"""
|
|
691
692
|
Set NAT UDP session timeout, in minutes
|
|
692
693
|
"""
|
|
@@ -694,7 +695,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
694
695
|
|
|
695
696
|
@property
|
|
696
697
|
@pulumi.getter(name="ipv4NatUdpTimeoutVariable")
|
|
697
|
-
def ipv4_nat_udp_timeout_variable(self) -> str:
|
|
698
|
+
def ipv4_nat_udp_timeout_variable(self) -> builtins.str:
|
|
698
699
|
"""
|
|
699
700
|
Variable name
|
|
700
701
|
"""
|
|
@@ -710,7 +711,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
710
711
|
|
|
711
712
|
@property
|
|
712
713
|
@pulumi.getter(name="ipv4SubnetMask")
|
|
713
|
-
def ipv4_subnet_mask(self) -> str:
|
|
714
|
+
def ipv4_subnet_mask(self) -> builtins.str:
|
|
714
715
|
"""
|
|
715
716
|
Subnet Mask
|
|
716
717
|
"""
|
|
@@ -718,7 +719,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
718
719
|
|
|
719
720
|
@property
|
|
720
721
|
@pulumi.getter(name="ipv4SubnetMaskVariable")
|
|
721
|
-
def ipv4_subnet_mask_variable(self) -> str:
|
|
722
|
+
def ipv4_subnet_mask_variable(self) -> builtins.str:
|
|
722
723
|
"""
|
|
723
724
|
Variable name
|
|
724
725
|
"""
|
|
@@ -734,7 +735,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
734
735
|
|
|
735
736
|
@property
|
|
736
737
|
@pulumi.getter(name="ipv6Address")
|
|
737
|
-
def ipv6_address(self) -> str:
|
|
738
|
+
def ipv6_address(self) -> builtins.str:
|
|
738
739
|
"""
|
|
739
740
|
IPv6 Address Secondary
|
|
740
741
|
"""
|
|
@@ -742,7 +743,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
742
743
|
|
|
743
744
|
@property
|
|
744
745
|
@pulumi.getter(name="ipv6AddressVariable")
|
|
745
|
-
def ipv6_address_variable(self) -> str:
|
|
746
|
+
def ipv6_address_variable(self) -> builtins.str:
|
|
746
747
|
"""
|
|
747
748
|
Variable name
|
|
748
749
|
"""
|
|
@@ -766,7 +767,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
766
767
|
|
|
767
768
|
@property
|
|
768
769
|
@pulumi.getter(name="ipv6Nat")
|
|
769
|
-
def ipv6_nat(self) -> bool:
|
|
770
|
+
def ipv6_nat(self) -> builtins.bool:
|
|
770
771
|
"""
|
|
771
772
|
enable Network Address Translation ipv6 on this interface
|
|
772
773
|
"""
|
|
@@ -790,7 +791,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
790
791
|
|
|
791
792
|
@property
|
|
792
793
|
@pulumi.getter(name="loadInterval")
|
|
793
|
-
def load_interval(self) -> int:
|
|
794
|
+
def load_interval(self) -> builtins.int:
|
|
794
795
|
"""
|
|
795
796
|
Interval for interface load calculation
|
|
796
797
|
"""
|
|
@@ -798,7 +799,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
798
799
|
|
|
799
800
|
@property
|
|
800
801
|
@pulumi.getter(name="loadIntervalVariable")
|
|
801
|
-
def load_interval_variable(self) -> str:
|
|
802
|
+
def load_interval_variable(self) -> builtins.str:
|
|
802
803
|
"""
|
|
803
804
|
Variable name
|
|
804
805
|
"""
|
|
@@ -806,7 +807,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
806
807
|
|
|
807
808
|
@property
|
|
808
809
|
@pulumi.getter(name="macAddress")
|
|
809
|
-
def mac_address(self) -> str:
|
|
810
|
+
def mac_address(self) -> builtins.str:
|
|
810
811
|
"""
|
|
811
812
|
MAC Address
|
|
812
813
|
"""
|
|
@@ -814,7 +815,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
814
815
|
|
|
815
816
|
@property
|
|
816
817
|
@pulumi.getter(name="macAddressVariable")
|
|
817
|
-
def mac_address_variable(self) -> str:
|
|
818
|
+
def mac_address_variable(self) -> builtins.str:
|
|
818
819
|
"""
|
|
819
820
|
Variable name
|
|
820
821
|
"""
|
|
@@ -822,7 +823,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
822
823
|
|
|
823
824
|
@property
|
|
824
825
|
@pulumi.getter(name="mediaType")
|
|
825
|
-
def media_type(self) -> str:
|
|
826
|
+
def media_type(self) -> builtins.str:
|
|
826
827
|
"""
|
|
827
828
|
Media type
|
|
828
829
|
"""
|
|
@@ -830,7 +831,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
830
831
|
|
|
831
832
|
@property
|
|
832
833
|
@pulumi.getter(name="mediaTypeVariable")
|
|
833
|
-
def media_type_variable(self) -> str:
|
|
834
|
+
def media_type_variable(self) -> builtins.str:
|
|
834
835
|
"""
|
|
835
836
|
Variable name
|
|
836
837
|
"""
|
|
@@ -838,7 +839,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
838
839
|
|
|
839
840
|
@property
|
|
840
841
|
@pulumi.getter
|
|
841
|
-
def name(self) -> str:
|
|
842
|
+
def name(self) -> builtins.str:
|
|
842
843
|
"""
|
|
843
844
|
The name of the Feature
|
|
844
845
|
"""
|
|
@@ -846,7 +847,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
846
847
|
|
|
847
848
|
@property
|
|
848
849
|
@pulumi.getter
|
|
849
|
-
def nat64(self) -> bool:
|
|
850
|
+
def nat64(self) -> builtins.bool:
|
|
850
851
|
"""
|
|
851
852
|
NAT64 on this interface
|
|
852
853
|
"""
|
|
@@ -854,7 +855,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
854
855
|
|
|
855
856
|
@property
|
|
856
857
|
@pulumi.getter(name="serviceLanVpnFeatureId")
|
|
857
|
-
def service_lan_vpn_feature_id(self) -> str:
|
|
858
|
+
def service_lan_vpn_feature_id(self) -> builtins.str:
|
|
858
859
|
"""
|
|
859
860
|
Service LAN VPN Feature ID
|
|
860
861
|
"""
|
|
@@ -862,12 +863,12 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
862
863
|
|
|
863
864
|
@property
|
|
864
865
|
@pulumi.getter
|
|
865
|
-
def shutdown(self) -> bool:
|
|
866
|
+
def shutdown(self) -> builtins.bool:
|
|
866
867
|
return pulumi.get(self, "shutdown")
|
|
867
868
|
|
|
868
869
|
@property
|
|
869
870
|
@pulumi.getter(name="shutdownVariable")
|
|
870
|
-
def shutdown_variable(self) -> str:
|
|
871
|
+
def shutdown_variable(self) -> builtins.str:
|
|
871
872
|
"""
|
|
872
873
|
Variable name
|
|
873
874
|
"""
|
|
@@ -875,7 +876,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
875
876
|
|
|
876
877
|
@property
|
|
877
878
|
@pulumi.getter
|
|
878
|
-
def speed(self) -> str:
|
|
879
|
+
def speed(self) -> builtins.str:
|
|
879
880
|
"""
|
|
880
881
|
Set interface speed
|
|
881
882
|
"""
|
|
@@ -883,7 +884,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
883
884
|
|
|
884
885
|
@property
|
|
885
886
|
@pulumi.getter(name="speedVariable")
|
|
886
|
-
def speed_variable(self) -> str:
|
|
887
|
+
def speed_variable(self) -> builtins.str:
|
|
887
888
|
"""
|
|
888
889
|
Variable name
|
|
889
890
|
"""
|
|
@@ -899,7 +900,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
899
900
|
|
|
900
901
|
@property
|
|
901
902
|
@pulumi.getter(name="tcpMss")
|
|
902
|
-
def tcp_mss(self) -> int:
|
|
903
|
+
def tcp_mss(self) -> builtins.int:
|
|
903
904
|
"""
|
|
904
905
|
TCP MSS on SYN packets, in bytes
|
|
905
906
|
"""
|
|
@@ -907,7 +908,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
907
908
|
|
|
908
909
|
@property
|
|
909
910
|
@pulumi.getter(name="tcpMssVariable")
|
|
910
|
-
def tcp_mss_variable(self) -> str:
|
|
911
|
+
def tcp_mss_variable(self) -> builtins.str:
|
|
911
912
|
"""
|
|
912
913
|
Variable name
|
|
913
914
|
"""
|
|
@@ -915,7 +916,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
915
916
|
|
|
916
917
|
@property
|
|
917
918
|
@pulumi.getter
|
|
918
|
-
def tracker(self) -> str:
|
|
919
|
+
def tracker(self) -> builtins.str:
|
|
919
920
|
"""
|
|
920
921
|
Enable tracker for this interface
|
|
921
922
|
"""
|
|
@@ -923,7 +924,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
923
924
|
|
|
924
925
|
@property
|
|
925
926
|
@pulumi.getter(name="trackerVariable")
|
|
926
|
-
def tracker_variable(self) -> str:
|
|
927
|
+
def tracker_variable(self) -> builtins.str:
|
|
927
928
|
"""
|
|
928
929
|
Variable name
|
|
929
930
|
"""
|
|
@@ -931,7 +932,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
931
932
|
|
|
932
933
|
@property
|
|
933
934
|
@pulumi.getter(name="trustsecEnableEnforcedPropogation")
|
|
934
|
-
def trustsec_enable_enforced_propogation(self) -> bool:
|
|
935
|
+
def trustsec_enable_enforced_propogation(self) -> builtins.bool:
|
|
935
936
|
"""
|
|
936
937
|
Enable/Disable SGT Enforcement on an interface
|
|
937
938
|
"""
|
|
@@ -939,7 +940,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
939
940
|
|
|
940
941
|
@property
|
|
941
942
|
@pulumi.getter(name="trustsecEnableSgtPropogation")
|
|
942
|
-
def trustsec_enable_sgt_propogation(self) -> bool:
|
|
943
|
+
def trustsec_enable_sgt_propogation(self) -> builtins.bool:
|
|
943
944
|
"""
|
|
944
945
|
Indicates that the interface is trustworthy for CTS
|
|
945
946
|
"""
|
|
@@ -947,7 +948,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
947
948
|
|
|
948
949
|
@property
|
|
949
950
|
@pulumi.getter(name="trustsecEnforcedSecurityGroupTag")
|
|
950
|
-
def trustsec_enforced_security_group_tag(self) -> int:
|
|
951
|
+
def trustsec_enforced_security_group_tag(self) -> builtins.int:
|
|
951
952
|
"""
|
|
952
953
|
SGT value between 2 and 65519
|
|
953
954
|
"""
|
|
@@ -955,7 +956,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
955
956
|
|
|
956
957
|
@property
|
|
957
958
|
@pulumi.getter(name="trustsecEnforcedSecurityGroupTagVariable")
|
|
958
|
-
def trustsec_enforced_security_group_tag_variable(self) -> str:
|
|
959
|
+
def trustsec_enforced_security_group_tag_variable(self) -> builtins.str:
|
|
959
960
|
"""
|
|
960
961
|
Variable name
|
|
961
962
|
"""
|
|
@@ -963,7 +964,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
963
964
|
|
|
964
965
|
@property
|
|
965
966
|
@pulumi.getter(name="trustsecPropogate")
|
|
966
|
-
def trustsec_propogate(self) -> bool:
|
|
967
|
+
def trustsec_propogate(self) -> builtins.bool:
|
|
967
968
|
"""
|
|
968
969
|
Enables the interface for CTS SGT authorization and forwarding
|
|
969
970
|
"""
|
|
@@ -971,7 +972,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
971
972
|
|
|
972
973
|
@property
|
|
973
974
|
@pulumi.getter(name="trustsecSecurityGroupTag")
|
|
974
|
-
def trustsec_security_group_tag(self) -> int:
|
|
975
|
+
def trustsec_security_group_tag(self) -> builtins.int:
|
|
975
976
|
"""
|
|
976
977
|
SGT value between 2 and 65519
|
|
977
978
|
"""
|
|
@@ -979,7 +980,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
979
980
|
|
|
980
981
|
@property
|
|
981
982
|
@pulumi.getter(name="trustsecSecurityGroupTagVariable")
|
|
982
|
-
def trustsec_security_group_tag_variable(self) -> str:
|
|
983
|
+
def trustsec_security_group_tag_variable(self) -> builtins.str:
|
|
983
984
|
"""
|
|
984
985
|
Variable name
|
|
985
986
|
"""
|
|
@@ -987,7 +988,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
987
988
|
|
|
988
989
|
@property
|
|
989
990
|
@pulumi.getter
|
|
990
|
-
def version(self) -> int:
|
|
991
|
+
def version(self) -> builtins.int:
|
|
991
992
|
"""
|
|
992
993
|
The version of the Feature
|
|
993
994
|
"""
|
|
@@ -995,7 +996,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
995
996
|
|
|
996
997
|
@property
|
|
997
998
|
@pulumi.getter
|
|
998
|
-
def xconnect(self) -> str:
|
|
999
|
+
def xconnect(self) -> builtins.str:
|
|
999
1000
|
"""
|
|
1000
1001
|
Extend remote TLOC over a GRE tunnel to a local LAN interface
|
|
1001
1002
|
"""
|
|
@@ -1003,7 +1004,7 @@ class GetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
|
1003
1004
|
|
|
1004
1005
|
@property
|
|
1005
1006
|
@pulumi.getter(name="xconnectVariable")
|
|
1006
|
-
def xconnect_variable(self) -> str:
|
|
1007
|
+
def xconnect_variable(self) -> builtins.str:
|
|
1007
1008
|
"""
|
|
1008
1009
|
Variable name
|
|
1009
1010
|
"""
|
|
@@ -1109,9 +1110,9 @@ class AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult(GetServiceLanVpnIn
|
|
|
1109
1110
|
xconnect_variable=self.xconnect_variable)
|
|
1110
1111
|
|
|
1111
1112
|
|
|
1112
|
-
def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
|
|
1113
|
-
id: Optional[str] = None,
|
|
1114
|
-
service_lan_vpn_feature_id: Optional[str] = None,
|
|
1113
|
+
def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[builtins.str] = None,
|
|
1114
|
+
id: Optional[builtins.str] = None,
|
|
1115
|
+
service_lan_vpn_feature_id: Optional[builtins.str] = None,
|
|
1115
1116
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceLanVpnInterfaceEthernetFeatureResult:
|
|
1116
1117
|
"""
|
|
1117
1118
|
This data source can read the Service LAN VPN Interface Ethernet Feature.
|
|
@@ -1128,9 +1129,9 @@ def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[
|
|
|
1128
1129
|
```
|
|
1129
1130
|
|
|
1130
1131
|
|
|
1131
|
-
:param str feature_profile_id: Feature Profile ID
|
|
1132
|
-
:param str id: The id of the Feature
|
|
1133
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1132
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
1133
|
+
:param builtins.str id: The id of the Feature
|
|
1134
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1134
1135
|
"""
|
|
1135
1136
|
__args__ = dict()
|
|
1136
1137
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -1231,9 +1232,9 @@ def get_service_lan_vpn_interface_ethernet_feature(feature_profile_id: Optional[
|
|
|
1231
1232
|
version=pulumi.get(__ret__, 'version'),
|
|
1232
1233
|
xconnect=pulumi.get(__ret__, 'xconnect'),
|
|
1233
1234
|
xconnect_variable=pulumi.get(__ret__, 'xconnect_variable'))
|
|
1234
|
-
def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
1235
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
1236
|
-
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1235
|
+
def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1236
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1237
|
+
service_lan_vpn_feature_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1237
1238
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceLanVpnInterfaceEthernetFeatureResult]:
|
|
1238
1239
|
"""
|
|
1239
1240
|
This data source can read the Service LAN VPN Interface Ethernet Feature.
|
|
@@ -1250,9 +1251,9 @@ def get_service_lan_vpn_interface_ethernet_feature_output(feature_profile_id: Op
|
|
|
1250
1251
|
```
|
|
1251
1252
|
|
|
1252
1253
|
|
|
1253
|
-
:param str feature_profile_id: Feature Profile ID
|
|
1254
|
-
:param str id: The id of the Feature
|
|
1255
|
-
:param str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1254
|
+
:param builtins.str feature_profile_id: Feature Profile ID
|
|
1255
|
+
:param builtins.str id: The id of the Feature
|
|
1256
|
+
:param builtins.str service_lan_vpn_feature_id: Service LAN VPN Feature ID
|
|
1256
1257
|
"""
|
|
1257
1258
|
__args__ = dict()
|
|
1258
1259
|
__args__['featureProfileId'] = feature_profile_id
|