pulumi-sdwan 0.3.0a1738730086__py3-none-any.whl → 0.5.1a1762228200__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 +102 -1
- pulumi_sdwan/_inputs.py +23045 -21816
- pulumi_sdwan/_utilities.py +9 -5
- pulumi_sdwan/activate_centralized_policy.py +28 -19
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +213 -201
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +287 -233
- pulumi_sdwan/allow_url_list_policy_object.py +36 -31
- pulumi_sdwan/app_probe_class_policy_object.py +53 -48
- pulumi_sdwan/application_aware_routing_policy_definition.py +259 -58
- pulumi_sdwan/application_list_policy_object.py +36 -31
- pulumi_sdwan/application_priority_feature_profile.py +41 -36
- pulumi_sdwan/application_priority_qos_policy.py +172 -129
- pulumi_sdwan/application_priority_traffic_policy_policy.py +171 -112
- pulumi_sdwan/as_path_list_policy_object.py +62 -31
- pulumi_sdwan/attach_feature_device_template.py +31 -22
- pulumi_sdwan/block_url_list_policy_object.py +36 -31
- pulumi_sdwan/cedge_aaa_feature_template.py +711 -470
- pulumi_sdwan/cedge_global_feature_template.py +1102 -936
- pulumi_sdwan/cedge_igmp_feature_template.py +127 -91
- pulumi_sdwan/cedge_multicast_feature_template.py +218 -199
- pulumi_sdwan/cedge_pim_feature_template.py +572 -455
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +368 -335
- pulumi_sdwan/cellular_controller_feature_template.py +343 -273
- pulumi_sdwan/cellular_profile_feature_template.py +497 -471
- pulumi_sdwan/centralized_policy.py +53 -48
- pulumi_sdwan/cflowd_policy_definition.py +287 -191
- pulumi_sdwan/cisco_banner_feature_template.py +154 -156
- pulumi_sdwan/cisco_bfd_feature_template.py +286 -209
- pulumi_sdwan/cisco_bgp_feature_template.py +783 -655
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +455 -372
- pulumi_sdwan/cisco_logging_feature_template.py +245 -208
- pulumi_sdwan/cisco_ntp_feature_template.py +304 -236
- pulumi_sdwan/cisco_omp_feature_template.py +763 -575
- pulumi_sdwan/cisco_ospf_feature_template.py +818 -561
- pulumi_sdwan/cisco_ospfv3_feature_template.py +1776 -1244
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +333 -151
- pulumi_sdwan/cisco_security_feature_template.py +445 -317
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +470 -465
- pulumi_sdwan/cisco_snmp_feature_template.py +309 -208
- pulumi_sdwan/cisco_system_feature_template.py +1768 -1824
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +139 -91
- pulumi_sdwan/cisco_trustsec_feature_template.py +820 -648
- pulumi_sdwan/cisco_vpn_feature_template.py +398 -347
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +4615 -3627
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +692 -592
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +1238 -1065
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +487 -416
- pulumi_sdwan/class_map_policy_object.py +60 -48
- pulumi_sdwan/cli_config_feature.py +90 -81
- pulumi_sdwan/cli_device_template.py +111 -99
- pulumi_sdwan/cli_feature_profile.py +41 -36
- pulumi_sdwan/cli_template_feature_template.py +103 -105
- pulumi_sdwan/color_list_policy_object.py +36 -31
- pulumi_sdwan/config/__init__.py +2 -1
- pulumi_sdwan/config/__init__.pyi +7 -2
- pulumi_sdwan/config/vars.py +14 -7
- pulumi_sdwan/configuration_group.py +156 -141
- pulumi_sdwan/custom_control_topology_policy_definition.py +149 -77
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/dns_security_feature_profile.py +41 -36
- pulumi_sdwan/dns_security_policy.py +706 -0
- pulumi_sdwan/dns_security_policy_definition.py +206 -201
- pulumi_sdwan/domain_list_policy_object.py +36 -31
- pulumi_sdwan/eigrp_feature_template.py +469 -350
- pulumi_sdwan/embedded_security_feature_profile.py +41 -36
- pulumi_sdwan/expanded_community_list_policy_object.py +36 -31
- pulumi_sdwan/extended_community_list_policy_object.py +36 -31
- pulumi_sdwan/feature_device_template.py +165 -153
- pulumi_sdwan/geo_location_list_policy_object.py +36 -31
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +32 -32
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +34 -34
- pulumi_sdwan/get_allow_url_list_policy_object.py +13 -13
- pulumi_sdwan/get_app_probe_class_policy_object.py +15 -15
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +60 -18
- pulumi_sdwan/get_application_list_policy_object.py +13 -13
- pulumi_sdwan/get_application_priority_feature_profile.py +12 -12
- pulumi_sdwan/get_application_priority_qos_policy.py +38 -38
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +27 -27
- pulumi_sdwan/get_as_path_list_policy_object.py +13 -13
- pulumi_sdwan/get_block_url_list_policy_object.py +13 -13
- pulumi_sdwan/get_cedge_aaa_feature_template.py +68 -68
- pulumi_sdwan/get_cedge_global_feature_template.py +114 -114
- pulumi_sdwan/get_cedge_igmp_feature_template.py +23 -23
- pulumi_sdwan/get_cedge_multicast_feature_template.py +34 -34
- pulumi_sdwan/get_cedge_pim_feature_template.py +66 -66
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +50 -50
- pulumi_sdwan/get_cellular_controller_feature_template.py +43 -43
- pulumi_sdwan/get_cellular_profile_feature_template.py +66 -66
- pulumi_sdwan/get_centralized_policy.py +15 -15
- pulumi_sdwan/get_cflowd_policy_definition.py +31 -31
- pulumi_sdwan/get_cisco_banner_feature_template.py +30 -30
- pulumi_sdwan/get_cisco_bfd_feature_template.py +35 -35
- pulumi_sdwan/get_cisco_bgp_feature_template.py +88 -88
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +56 -56
- pulumi_sdwan/get_cisco_logging_feature_template.py +37 -37
- pulumi_sdwan/get_cisco_ntp_feature_template.py +40 -40
- pulumi_sdwan/get_cisco_omp_feature_template.py +76 -76
- pulumi_sdwan/get_cisco_ospf_feature_template.py +76 -76
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +152 -152
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +31 -31
- pulumi_sdwan/get_cisco_security_feature_template.py +48 -48
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +66 -66
- pulumi_sdwan/get_cisco_snmp_feature_template.py +39 -39
- pulumi_sdwan/get_cisco_system_feature_template.py +186 -158
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +23 -23
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +83 -83
- pulumi_sdwan/get_cisco_vpn_feature_template.py +63 -63
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +414 -414
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +79 -79
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +128 -128
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +55 -55
- pulumi_sdwan/get_class_map_policy_object.py +14 -14
- pulumi_sdwan/get_cli_config_feature.py +22 -22
- pulumi_sdwan/get_cli_device_template.py +20 -20
- pulumi_sdwan/get_cli_feature_profile.py +12 -12
- pulumi_sdwan/get_cli_template_feature_template.py +24 -24
- pulumi_sdwan/get_color_list_policy_object.py +13 -13
- pulumi_sdwan/get_configuration_group.py +32 -32
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +19 -19
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_device.py +17 -17
- pulumi_sdwan/get_dns_security_feature_profile.py +12 -12
- pulumi_sdwan/get_dns_security_policy.py +272 -0
- pulumi_sdwan/get_dns_security_policy_definition.py +33 -33
- pulumi_sdwan/get_domain_list_policy_object.py +13 -13
- pulumi_sdwan/get_eigrp_feature_template.py +53 -53
- pulumi_sdwan/get_embedded_security_feature_profile.py +12 -12
- pulumi_sdwan/get_expanded_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_extended_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_feature_device_template.py +27 -27
- pulumi_sdwan/get_geo_location_list_policy_object.py +13 -13
- pulumi_sdwan/get_gps_feature_template.py +46 -46
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +21 -21
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +55 -29
- pulumi_sdwan/get_ips_signature_list_policy_object.py +13 -13
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +19 -19
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +13 -13
- pulumi_sdwan/get_local_application_list_policy_object.py +13 -13
- pulumi_sdwan/get_localized_policy.py +35 -35
- pulumi_sdwan/get_mesh_topology_policy_definition.py +21 -21
- pulumi_sdwan/get_mirror_policy_object.py +16 -16
- pulumi_sdwan/get_object_group_policy_definition.py +40 -40
- pulumi_sdwan/get_other_feature_profile.py +12 -12
- pulumi_sdwan/get_other_thousandeyes_feature.py +21 -21
- pulumi_sdwan/get_other_ucse_feature.py +47 -47
- pulumi_sdwan/get_policer_policy_object.py +18 -18
- pulumi_sdwan/get_policy_group.py +183 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +21 -21
- pulumi_sdwan/get_policy_object_application_list.py +21 -21
- pulumi_sdwan/get_policy_object_as_path_list.py +23 -23
- pulumi_sdwan/get_policy_object_class_map.py +21 -21
- pulumi_sdwan/get_policy_object_color_list.py +21 -21
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_expanded_community_list.py +24 -24
- pulumi_sdwan/get_policy_object_extended_community_list.py +21 -21
- pulumi_sdwan/get_policy_object_feature_profile.py +12 -12
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_mirror.py +21 -21
- pulumi_sdwan/get_policy_object_policer.py +21 -21
- pulumi_sdwan/get_policy_object_preferred_color_group.py +21 -21
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_identity_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_ips_signature.py +21 -21
- pulumi_sdwan/get_policy_object_security_local_application_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_port_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_protocol_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +21 -21
- pulumi_sdwan/get_policy_object_security_url_block_list.py +21 -21
- pulumi_sdwan/get_policy_object_sla_class_list.py +21 -21
- pulumi_sdwan/get_policy_object_standard_community_list.py +21 -21
- pulumi_sdwan/get_policy_object_tloc_list.py +21 -21
- pulumi_sdwan/get_policy_object_unified_advanced_inspection_profile.py +217 -0
- pulumi_sdwan/get_policy_object_unified_advanced_malware_protection.py +239 -0
- pulumi_sdwan/get_policy_object_unified_intrusion_prevention.py +229 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_decryption.py +325 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_profile.py +261 -0
- pulumi_sdwan/get_policy_object_unified_url_filtering.py +272 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +21 -21
- pulumi_sdwan/get_port_list_policy_object.py +13 -13
- pulumi_sdwan/get_preferred_color_group_policy_object.py +24 -24
- pulumi_sdwan/get_protocol_list_policy_object.py +13 -13
- pulumi_sdwan/get_qos_map_policy_definition.py +17 -17
- pulumi_sdwan/get_region_list_policy_object.py +13 -13
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +17 -17
- pulumi_sdwan/get_route_policy_definition.py +19 -19
- pulumi_sdwan/get_rule_set_policy_definition.py +15 -15
- pulumi_sdwan/get_security_app_hosting_feature_template.py +23 -23
- pulumi_sdwan/get_security_policy.py +135 -37
- pulumi_sdwan/get_service_dhcp_server_feature.py +58 -58
- pulumi_sdwan/get_service_feature_profile.py +12 -12
- pulumi_sdwan/get_service_ipv4_acl_feature.py +23 -23
- pulumi_sdwan/get_service_ipv6_acl_feature.py +23 -23
- pulumi_sdwan/get_service_lan_vpn_feature.py +74 -74
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +40 -26
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +213 -213
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +82 -82
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +144 -144
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +96 -96
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +46 -32
- pulumi_sdwan/get_service_multicast_feature.py +62 -62
- pulumi_sdwan/get_service_object_tracker_feature.py +42 -42
- pulumi_sdwan/get_service_object_tracker_group_feature.py +29 -29
- pulumi_sdwan/get_service_route_policy_feature.py +23 -23
- pulumi_sdwan/get_service_routing_bgp_feature.py +112 -112
- pulumi_sdwan/get_service_routing_eigrp_feature.py +50 -50
- pulumi_sdwan/get_service_routing_ospf_feature.py +75 -75
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +88 -88
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +88 -88
- pulumi_sdwan/get_service_switchport_feature.py +26 -26
- pulumi_sdwan/get_service_tracker_feature.py +64 -64
- pulumi_sdwan/get_service_tracker_group_feature.py +25 -25
- pulumi_sdwan/get_service_wireless_lan_feature.py +55 -55
- pulumi_sdwan/get_sig_security_feature_profile.py +12 -12
- pulumi_sdwan/get_site_list_policy_object.py +13 -13
- pulumi_sdwan/get_sla_class_policy_object.py +30 -30
- pulumi_sdwan/get_standard_community_list_policy_object.py +13 -13
- pulumi_sdwan/get_switchport_feature_template.py +34 -34
- pulumi_sdwan/get_system_aaa_feature.py +43 -43
- pulumi_sdwan/get_system_banner_feature.py +28 -28
- pulumi_sdwan/get_system_basic_feature.py +138 -138
- pulumi_sdwan/get_system_bfd_feature.py +33 -33
- pulumi_sdwan/get_system_feature_profile.py +12 -12
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +24 -24
- pulumi_sdwan/get_system_global_feature.py +112 -112
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +23 -23
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +23 -23
- pulumi_sdwan/get_system_logging_feature.py +35 -35
- pulumi_sdwan/get_system_mrf_feature.py +34 -34
- pulumi_sdwan/get_system_ntp_feature.py +38 -38
- pulumi_sdwan/get_system_omp_feature.py +136 -136
- pulumi_sdwan/get_system_performance_monitoring_feature.py +32 -32
- pulumi_sdwan/get_system_remote_access_feature.py +100 -100
- pulumi_sdwan/get_system_security_feature.py +42 -42
- pulumi_sdwan/get_system_snmp_feature.py +37 -37
- pulumi_sdwan/get_tag.py +140 -0
- pulumi_sdwan/get_tloc_list_policy_object.py +13 -13
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +46 -46
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +36 -36
- pulumi_sdwan/get_traffic_data_policy_definition.py +19 -19
- pulumi_sdwan/get_transport_cellular_controller_feature.py +40 -40
- pulumi_sdwan/get_transport_cellular_profile_feature.py +63 -63
- pulumi_sdwan/get_transport_feature_profile.py +12 -12
- pulumi_sdwan/get_transport_gps_feature.py +44 -44
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +23 -23
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +23 -23
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +56 -56
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +29 -29
- pulumi_sdwan/get_transport_management_vpn_feature.py +43 -43
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +122 -122
- pulumi_sdwan/get_transport_route_policy_feature.py +23 -23
- pulumi_sdwan/get_transport_routing_bgp_feature.py +113 -113
- pulumi_sdwan/get_transport_routing_ospf_feature.py +75 -75
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +88 -88
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +88 -88
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +27 -27
- pulumi_sdwan/get_transport_tracker_feature.py +56 -56
- pulumi_sdwan/get_transport_tracker_group_feature.py +25 -25
- pulumi_sdwan/get_transport_wan_vpn_feature.py +47 -47
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +40 -26
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +280 -280
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +399 -399
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +82 -82
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +144 -144
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +46 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +233 -233
- pulumi_sdwan/get_url_filtering_policy_definition.py +51 -39
- pulumi_sdwan/get_vedge_inventory.py +5 -5
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +306 -306
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +333 -333
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +310 -310
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +327 -327
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +326 -326
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +285 -285
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +87 -87
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +253 -253
- pulumi_sdwan/get_vpn_list_policy_object.py +13 -13
- pulumi_sdwan/get_vpn_membership_policy_definition.py +17 -17
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +20 -20
- pulumi_sdwan/get_zone_list_policy_object.py +13 -13
- pulumi_sdwan/gps_feature_template.py +337 -304
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +146 -91
- pulumi_sdwan/intrusion_prevention_policy_definition.py +305 -179
- pulumi_sdwan/ips_signature_list_policy_object.py +64 -31
- pulumi_sdwan/ipv4_acl_policy_definition.py +145 -77
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +139 -77
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/ipv6_acl_policy_definition.py +145 -77
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +139 -77
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +36 -31
- pulumi_sdwan/local_application_list_policy_object.py +36 -31
- pulumi_sdwan/localized_policy.py +309 -248
- pulumi_sdwan/mesh_topology_policy_definition.py +128 -91
- pulumi_sdwan/mirror_policy_object.py +67 -62
- pulumi_sdwan/object_group_policy_definition.py +271 -266
- pulumi_sdwan/other_feature_profile.py +41 -36
- pulumi_sdwan/other_thousandeyes_feature.py +118 -65
- pulumi_sdwan/other_ucse_feature.py +413 -314
- pulumi_sdwan/outputs.py +30406 -28854
- pulumi_sdwan/policer_policy_object.py +114 -88
- pulumi_sdwan/policy_group.py +447 -0
- pulumi_sdwan/policy_object_app_probe_class.py +74 -65
- pulumi_sdwan/policy_object_application_list.py +70 -65
- pulumi_sdwan/policy_object_as_path_list.py +129 -85
- pulumi_sdwan/policy_object_class_map.py +70 -65
- pulumi_sdwan/policy_object_color_list.py +70 -65
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +102 -65
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +102 -65
- pulumi_sdwan/policy_object_expanded_community_list.py +101 -96
- pulumi_sdwan/policy_object_extended_community_list.py +100 -65
- pulumi_sdwan/policy_object_feature_profile.py +41 -36
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +106 -65
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +106 -65
- pulumi_sdwan/policy_object_mirror.py +102 -65
- pulumi_sdwan/policy_object_policer.py +104 -65
- pulumi_sdwan/policy_object_preferred_color_group.py +74 -65
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +100 -65
- pulumi_sdwan/policy_object_security_fqdn_list.py +70 -65
- pulumi_sdwan/policy_object_security_geolocation_list.py +77 -72
- pulumi_sdwan/policy_object_security_identity_list.py +70 -65
- pulumi_sdwan/policy_object_security_ips_signature.py +102 -65
- pulumi_sdwan/policy_object_security_local_application_list.py +70 -65
- pulumi_sdwan/policy_object_security_local_domain_list.py +100 -65
- pulumi_sdwan/policy_object_security_port_list.py +70 -65
- pulumi_sdwan/policy_object_security_protocol_list.py +363 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +102 -65
- pulumi_sdwan/policy_object_security_url_allow_list.py +70 -65
- pulumi_sdwan/policy_object_security_url_block_list.py +70 -65
- pulumi_sdwan/policy_object_sla_class_list.py +108 -65
- pulumi_sdwan/policy_object_standard_community_list.py +100 -65
- pulumi_sdwan/policy_object_tloc_list.py +106 -65
- pulumi_sdwan/policy_object_unified_advanced_inspection_profile.py +514 -0
- pulumi_sdwan/policy_object_unified_advanced_malware_protection.py +668 -0
- pulumi_sdwan/policy_object_unified_intrusion_prevention.py +576 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_decryption.py +985 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_profile.py +689 -0
- pulumi_sdwan/policy_object_unified_url_filtering.py +761 -0
- pulumi_sdwan/policy_object_vpn_group.py +70 -65
- pulumi_sdwan/port_list_policy_object.py +38 -33
- pulumi_sdwan/preferred_color_group_policy_object.py +165 -139
- pulumi_sdwan/protocol_list_policy_object.py +36 -31
- pulumi_sdwan/provider.py +89 -48
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +102 -57
- pulumi_sdwan/region_list_policy_object.py +62 -31
- pulumi_sdwan/rewrite_rule_policy_definition.py +96 -57
- pulumi_sdwan/route_policy_definition.py +143 -77
- pulumi_sdwan/rule_set_policy_definition.py +101 -48
- pulumi_sdwan/security_app_hosting_feature_template.py +135 -91
- pulumi_sdwan/security_policy.py +694 -246
- pulumi_sdwan/service_dhcp_server_feature.py +474 -411
- pulumi_sdwan/service_feature_profile.py +41 -36
- pulumi_sdwan/service_ipv4_acl_feature.py +181 -97
- pulumi_sdwan/service_ipv6_acl_feature.py +121 -97
- pulumi_sdwan/service_lan_vpn_feature.py +467 -423
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +92 -55
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +2005 -1615
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +628 -608
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +1340 -1250
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +905 -691
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +109 -72
- pulumi_sdwan/service_multicast_feature.py +587 -404
- pulumi_sdwan/service_object_tracker_feature.py +301 -289
- pulumi_sdwan/service_object_tracker_group_feature.py +199 -139
- pulumi_sdwan/service_route_policy_feature.py +108 -85
- pulumi_sdwan/service_routing_bgp_feature.py +1224 -866
- pulumi_sdwan/service_routing_eigrp_feature.py +429 -309
- pulumi_sdwan/service_routing_ospf_feature.py +797 -545
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +922 -664
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +918 -664
- pulumi_sdwan/service_switchport_feature.py +206 -105
- pulumi_sdwan/service_tracker_feature.py +526 -451
- pulumi_sdwan/service_tracker_group_feature.py +153 -102
- pulumi_sdwan/service_wireless_lan_feature.py +458 -460
- pulumi_sdwan/sig_security_feature_profile.py +41 -36
- pulumi_sdwan/site_list_policy_object.py +62 -31
- pulumi_sdwan/sla_class_policy_object.py +249 -216
- pulumi_sdwan/standard_community_list_policy_object.py +36 -31
- pulumi_sdwan/switchport_feature_template.py +242 -191
- pulumi_sdwan/system_aaa_feature.py +279 -242
- pulumi_sdwan/system_banner_feature.py +127 -122
- pulumi_sdwan/system_basic_feature.py +1470 -1667
- pulumi_sdwan/system_bfd_feature.py +246 -176
- pulumi_sdwan/system_feature_profile.py +41 -36
- pulumi_sdwan/system_flexible_port_speed_feature.py +118 -113
- pulumi_sdwan/system_global_feature.py +1083 -910
- pulumi_sdwan/system_ipv4_device_access_feature.py +142 -85
- pulumi_sdwan/system_ipv6_device_access_feature.py +142 -85
- pulumi_sdwan/system_logging_feature.py +311 -194
- pulumi_sdwan/system_mrf_feature.py +250 -209
- pulumi_sdwan/system_ntp_feature.py +299 -223
- pulumi_sdwan/system_omp_feature.py +1382 -1132
- pulumi_sdwan/system_performance_monitoring_feature.py +223 -189
- pulumi_sdwan/system_remote_access_feature.py +935 -859
- pulumi_sdwan/system_security_feature.py +391 -269
- pulumi_sdwan/system_snmp_feature.py +305 -194
- pulumi_sdwan/tag.py +288 -0
- pulumi_sdwan/tloc_list_policy_object.py +68 -31
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +435 -342
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +257 -238
- pulumi_sdwan/traffic_data_policy_definition.py +143 -77
- pulumi_sdwan/transport_cellular_controller_feature.py +277 -244
- pulumi_sdwan/transport_cellular_profile_feature.py +431 -391
- pulumi_sdwan/transport_feature_profile.py +41 -36
- pulumi_sdwan/transport_gps_feature.py +318 -278
- pulumi_sdwan/transport_ipv4_acl_feature.py +181 -97
- pulumi_sdwan/transport_ipv6_acl_feature.py +121 -97
- pulumi_sdwan/transport_ipv6_tracker_feature.py +458 -383
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +189 -136
- pulumi_sdwan/transport_management_vpn_feature.py +336 -254
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +1206 -1006
- pulumi_sdwan/transport_route_policy_feature.py +108 -85
- pulumi_sdwan/transport_routing_bgp_feature.py +1235 -869
- pulumi_sdwan/transport_routing_ospf_feature.py +797 -545
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +922 -664
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +918 -664
- pulumi_sdwan/transport_t1_e1_controller_feature.py +187 -119
- pulumi_sdwan/transport_tracker_feature.py +458 -383
- pulumi_sdwan/transport_tracker_group_feature.py +153 -102
- pulumi_sdwan/transport_wan_vpn_feature.py +398 -282
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +92 -55
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +3000 -2411
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +4432 -3634
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +628 -608
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +1340 -1250
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +109 -72
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +2319 -2019
- pulumi_sdwan/url_filtering_policy_definition.py +340 -270
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +3368 -2667
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +3645 -2908
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +3435 -2698
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +3609 -2860
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +3586 -2857
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +2888 -2473
- pulumi_sdwan/vpn_interface_svi_feature_template.py +875 -618
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +2720 -2208
- pulumi_sdwan/vpn_list_policy_object.py +62 -31
- pulumi_sdwan/vpn_membership_policy_definition.py +92 -57
- pulumi_sdwan/zone_based_firewall_policy_definition.py +195 -104
- pulumi_sdwan/zone_list_policy_object.py +36 -31
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/METADATA +4 -4
- pulumi_sdwan-0.5.1a1762228200.dist-info/RECORD +496 -0
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.3.0a1738730086.dist-info/RECORD +0 -476
- {pulumi_sdwan-0.3.0a1738730086.dist-info → pulumi_sdwan-0.5.1a1762228200.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingBgpFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_bgp_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_bgp_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,39 +39,50 @@ class GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
45
|
-
def feature_profile_id(self) -> str:
|
|
48
|
+
def feature_profile_id(self) -> _builtins.str:
|
|
46
49
|
"""
|
|
47
50
|
Feature Profile ID
|
|
48
51
|
"""
|
|
49
52
|
return pulumi.get(self, "feature_profile_id")
|
|
50
53
|
|
|
51
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
52
55
|
@pulumi.getter
|
|
53
|
-
def id(self) -> str:
|
|
56
|
+
def id(self) -> _builtins.str:
|
|
54
57
|
"""
|
|
55
58
|
The id of the object
|
|
56
59
|
"""
|
|
57
60
|
return pulumi.get(self, "id")
|
|
58
61
|
|
|
59
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
60
63
|
@pulumi.getter(name="transportRoutingBgpFeatureId")
|
|
61
|
-
def transport_routing_bgp_feature_id(self) -> str:
|
|
64
|
+
def transport_routing_bgp_feature_id(self) -> _builtins.str:
|
|
62
65
|
"""
|
|
63
66
|
Transport Routing BGP Feature ID
|
|
64
67
|
"""
|
|
65
68
|
return pulumi.get(self, "transport_routing_bgp_feature_id")
|
|
66
69
|
|
|
67
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
68
71
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
69
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
72
|
+
def transport_wan_vpn_feature_id(self) -> _builtins.str:
|
|
70
73
|
"""
|
|
71
74
|
Transport WAN VPN Feature ID
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> _builtins.int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,12 +93,13 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult(GetTran
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_bgp_feature_id=self.transport_routing_bgp_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
|
-
def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
-
id: Optional[str] = None,
|
|
90
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
100
|
+
def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_id: Optional[_builtins.str] = None,
|
|
101
|
+
id: Optional[_builtins.str] = None,
|
|
102
|
+
transport_wan_vpn_feature_id: Optional[_builtins.str] = None,
|
|
91
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult:
|
|
92
104
|
"""
|
|
93
105
|
This data source can read the Transport WAN VPN Feature Associate Routing BGP Feature .
|
|
@@ -104,9 +116,9 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_
|
|
|
104
116
|
```
|
|
105
117
|
|
|
106
118
|
|
|
107
|
-
:param str feature_profile_id: Feature Profile ID
|
|
108
|
-
:param str id: The id of the object
|
|
109
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
119
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
120
|
+
:param _builtins.str id: The id of the object
|
|
121
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
110
122
|
"""
|
|
111
123
|
__args__ = dict()
|
|
112
124
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -119,10 +131,11 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature(feature_profile_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_bgp_feature_id=pulumi.get(__ret__, 'transport_routing_bgp_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
136
|
+
def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
137
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
138
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingBgpFeatureResult]:
|
|
127
140
|
"""
|
|
128
141
|
This data source can read the Transport WAN VPN Feature Associate Routing BGP Feature .
|
|
@@ -139,9 +152,9 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_p
|
|
|
139
152
|
```
|
|
140
153
|
|
|
141
154
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the object
|
|
144
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
155
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
156
|
+
:param _builtins.str id: The id of the object
|
|
157
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
145
158
|
"""
|
|
146
159
|
__args__ = dict()
|
|
147
160
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_bgp_feature_output(feature_p
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_bgp_feature_id=pulumi.get(__response__, 'transport_routing_bgp_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfFeature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospf_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospf_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,39 +39,50 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
45
|
-
def feature_profile_id(self) -> str:
|
|
48
|
+
def feature_profile_id(self) -> _builtins.str:
|
|
46
49
|
"""
|
|
47
50
|
Feature Profile ID
|
|
48
51
|
"""
|
|
49
52
|
return pulumi.get(self, "feature_profile_id")
|
|
50
53
|
|
|
51
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
52
55
|
@pulumi.getter
|
|
53
|
-
def id(self) -> str:
|
|
56
|
+
def id(self) -> _builtins.str:
|
|
54
57
|
"""
|
|
55
58
|
The id of the object
|
|
56
59
|
"""
|
|
57
60
|
return pulumi.get(self, "id")
|
|
58
61
|
|
|
59
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
60
63
|
@pulumi.getter(name="transportRoutingOspfFeatureId")
|
|
61
|
-
def transport_routing_ospf_feature_id(self) -> str:
|
|
64
|
+
def transport_routing_ospf_feature_id(self) -> _builtins.str:
|
|
62
65
|
"""
|
|
63
66
|
Transport Routing OSPF Feature ID
|
|
64
67
|
"""
|
|
65
68
|
return pulumi.get(self, "transport_routing_ospf_feature_id")
|
|
66
69
|
|
|
67
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
68
71
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
69
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
72
|
+
def transport_wan_vpn_feature_id(self) -> _builtins.str:
|
|
70
73
|
"""
|
|
71
74
|
Transport WAN VPN Feature ID
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> _builtins.int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,12 +93,13 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult(GetTra
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_ospf_feature_id=self.transport_routing_ospf_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
|
-
def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
-
id: Optional[str] = None,
|
|
90
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
100
|
+
def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile_id: Optional[_builtins.str] = None,
|
|
101
|
+
id: Optional[_builtins.str] = None,
|
|
102
|
+
transport_wan_vpn_feature_id: Optional[_builtins.str] = None,
|
|
91
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult:
|
|
92
104
|
"""
|
|
93
105
|
This data source can read the Transport WAN VPN Feature Associate Routing OSPF Feature .
|
|
@@ -104,9 +116,9 @@ def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile
|
|
|
104
116
|
```
|
|
105
117
|
|
|
106
118
|
|
|
107
|
-
:param str feature_profile_id: Feature Profile ID
|
|
108
|
-
:param str id: The id of the object
|
|
109
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
119
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
120
|
+
:param _builtins.str id: The id of the object
|
|
121
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
110
122
|
"""
|
|
111
123
|
__args__ = dict()
|
|
112
124
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -119,10 +131,11 @@ def get_transport_wan_vpn_feature_associate_routing_ospf_feature(feature_profile
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_ospf_feature_id=pulumi.get(__ret__, 'transport_routing_ospf_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
136
|
+
def get_transport_wan_vpn_feature_associate_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
137
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
138
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingOspfFeatureResult]:
|
|
127
140
|
"""
|
|
128
141
|
This data source can read the Transport WAN VPN Feature Associate Routing OSPF Feature .
|
|
@@ -139,9 +152,9 @@ def get_transport_wan_vpn_feature_associate_routing_ospf_feature_output(feature_
|
|
|
139
152
|
```
|
|
140
153
|
|
|
141
154
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the object
|
|
144
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
155
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
156
|
+
:param _builtins.str id: The id of the object
|
|
157
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
145
158
|
"""
|
|
146
159
|
__args__ = dict()
|
|
147
160
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_ospf_feature_output(feature_
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_ospf_feature_id=pulumi.get(__response__, 'transport_routing_ospf_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv4_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv4_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,39 +39,50 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
45
|
-
def feature_profile_id(self) -> str:
|
|
48
|
+
def feature_profile_id(self) -> _builtins.str:
|
|
46
49
|
"""
|
|
47
50
|
Feature Profile ID
|
|
48
51
|
"""
|
|
49
52
|
return pulumi.get(self, "feature_profile_id")
|
|
50
53
|
|
|
51
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
52
55
|
@pulumi.getter
|
|
53
|
-
def id(self) -> str:
|
|
56
|
+
def id(self) -> _builtins.str:
|
|
54
57
|
"""
|
|
55
58
|
The id of the object
|
|
56
59
|
"""
|
|
57
60
|
return pulumi.get(self, "id")
|
|
58
61
|
|
|
59
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
60
63
|
@pulumi.getter(name="transportRoutingOspfv3Ipv4FeatureId")
|
|
61
|
-
def transport_routing_ospfv3_ipv4_feature_id(self) -> str:
|
|
64
|
+
def transport_routing_ospfv3_ipv4_feature_id(self) -> _builtins.str:
|
|
62
65
|
"""
|
|
63
66
|
Transport Routing OSPFv4 IPv4 Feature ID
|
|
64
67
|
"""
|
|
65
68
|
return pulumi.get(self, "transport_routing_ospfv3_ipv4_feature_id")
|
|
66
69
|
|
|
67
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
68
71
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
69
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
72
|
+
def transport_wan_vpn_feature_id(self) -> _builtins.str:
|
|
70
73
|
"""
|
|
71
74
|
Transport WAN VPN Feature ID
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> _builtins.int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,12 +93,13 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult(
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_ospfv3_ipv4_feature_id=self.transport_routing_ospfv3_ipv4_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
|
-
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
-
id: Optional[str] = None,
|
|
90
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
100
|
+
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_profile_id: Optional[_builtins.str] = None,
|
|
101
|
+
id: Optional[_builtins.str] = None,
|
|
102
|
+
transport_wan_vpn_feature_id: Optional[_builtins.str] = None,
|
|
91
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult:
|
|
92
104
|
"""
|
|
93
105
|
This data source can read the Transport WAN VPN Feature Associate Routing OSPFv3 IPv4 Feature .
|
|
@@ -104,9 +116,9 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_
|
|
|
104
116
|
```
|
|
105
117
|
|
|
106
118
|
|
|
107
|
-
:param str feature_profile_id: Feature Profile ID
|
|
108
|
-
:param str id: The id of the object
|
|
109
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
119
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
120
|
+
:param _builtins.str id: The id of the object
|
|
121
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
110
122
|
"""
|
|
111
123
|
__args__ = dict()
|
|
112
124
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -119,10 +131,11 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature(feature_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_ospfv3_ipv4_feature_id=pulumi.get(__ret__, 'transport_routing_ospfv3_ipv4_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
136
|
+
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature_output(feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
137
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
138
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResult]:
|
|
127
140
|
"""
|
|
128
141
|
This data source can read the Transport WAN VPN Feature Associate Routing OSPFv3 IPv4 Feature .
|
|
@@ -139,9 +152,9 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature_output(f
|
|
|
139
152
|
```
|
|
140
153
|
|
|
141
154
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the object
|
|
144
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
155
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
156
|
+
:param _builtins.str id: The id of the object
|
|
157
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
145
158
|
"""
|
|
146
159
|
__args__ = dict()
|
|
147
160
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature_output(f
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_ospfv3_ipv4_feature_id=pulumi.get(__response__, 'transport_routing_ospfv3_ipv4_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -26,7 +26,7 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
26
26
|
"""
|
|
27
27
|
A collection of values returned by getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature.
|
|
28
28
|
"""
|
|
29
|
-
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv6_feature_id=None, transport_wan_vpn_feature_id=None):
|
|
29
|
+
def __init__(__self__, feature_profile_id=None, id=None, transport_routing_ospfv3_ipv6_feature_id=None, transport_wan_vpn_feature_id=None, version=None):
|
|
30
30
|
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
31
31
|
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
32
32
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -39,39 +39,50 @@ class GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
|
39
39
|
if transport_wan_vpn_feature_id and not isinstance(transport_wan_vpn_feature_id, str):
|
|
40
40
|
raise TypeError("Expected argument 'transport_wan_vpn_feature_id' to be a str")
|
|
41
41
|
pulumi.set(__self__, "transport_wan_vpn_feature_id", transport_wan_vpn_feature_id)
|
|
42
|
+
if version and not isinstance(version, int):
|
|
43
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
44
|
+
pulumi.set(__self__, "version", version)
|
|
42
45
|
|
|
43
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
44
47
|
@pulumi.getter(name="featureProfileId")
|
|
45
|
-
def feature_profile_id(self) -> str:
|
|
48
|
+
def feature_profile_id(self) -> _builtins.str:
|
|
46
49
|
"""
|
|
47
50
|
Feature Profile ID
|
|
48
51
|
"""
|
|
49
52
|
return pulumi.get(self, "feature_profile_id")
|
|
50
53
|
|
|
51
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
52
55
|
@pulumi.getter
|
|
53
|
-
def id(self) -> str:
|
|
56
|
+
def id(self) -> _builtins.str:
|
|
54
57
|
"""
|
|
55
58
|
The id of the object
|
|
56
59
|
"""
|
|
57
60
|
return pulumi.get(self, "id")
|
|
58
61
|
|
|
59
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
60
63
|
@pulumi.getter(name="transportRoutingOspfv3Ipv6FeatureId")
|
|
61
|
-
def transport_routing_ospfv3_ipv6_feature_id(self) -> str:
|
|
64
|
+
def transport_routing_ospfv3_ipv6_feature_id(self) -> _builtins.str:
|
|
62
65
|
"""
|
|
63
66
|
Transport Routing OSPFv4 IPv6 Feature ID
|
|
64
67
|
"""
|
|
65
68
|
return pulumi.get(self, "transport_routing_ospfv3_ipv6_feature_id")
|
|
66
69
|
|
|
67
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
68
71
|
@pulumi.getter(name="transportWanVpnFeatureId")
|
|
69
|
-
def transport_wan_vpn_feature_id(self) -> str:
|
|
72
|
+
def transport_wan_vpn_feature_id(self) -> _builtins.str:
|
|
70
73
|
"""
|
|
71
74
|
Transport WAN VPN Feature ID
|
|
72
75
|
"""
|
|
73
76
|
return pulumi.get(self, "transport_wan_vpn_feature_id")
|
|
74
77
|
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def version(self) -> _builtins.int:
|
|
81
|
+
"""
|
|
82
|
+
The version of the object
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "version")
|
|
85
|
+
|
|
75
86
|
|
|
76
87
|
class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult(GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult):
|
|
77
88
|
# pylint: disable=using-constant-test
|
|
@@ -82,12 +93,13 @@ class AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult(
|
|
|
82
93
|
feature_profile_id=self.feature_profile_id,
|
|
83
94
|
id=self.id,
|
|
84
95
|
transport_routing_ospfv3_ipv6_feature_id=self.transport_routing_ospfv3_ipv6_feature_id,
|
|
85
|
-
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id
|
|
96
|
+
transport_wan_vpn_feature_id=self.transport_wan_vpn_feature_id,
|
|
97
|
+
version=self.version)
|
|
86
98
|
|
|
87
99
|
|
|
88
|
-
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_profile_id: Optional[str] = None,
|
|
89
|
-
id: Optional[str] = None,
|
|
90
|
-
transport_wan_vpn_feature_id: Optional[str] = None,
|
|
100
|
+
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_profile_id: Optional[_builtins.str] = None,
|
|
101
|
+
id: Optional[_builtins.str] = None,
|
|
102
|
+
transport_wan_vpn_feature_id: Optional[_builtins.str] = None,
|
|
91
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult:
|
|
92
104
|
"""
|
|
93
105
|
This data source can read the Transport WAN VPN Feature Associate Routing OSPFv3 IPv6 Feature .
|
|
@@ -104,9 +116,9 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_
|
|
|
104
116
|
```
|
|
105
117
|
|
|
106
118
|
|
|
107
|
-
:param str feature_profile_id: Feature Profile ID
|
|
108
|
-
:param str id: The id of the object
|
|
109
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
119
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
120
|
+
:param _builtins.str id: The id of the object
|
|
121
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
110
122
|
"""
|
|
111
123
|
__args__ = dict()
|
|
112
124
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -119,10 +131,11 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature(feature_
|
|
|
119
131
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
120
132
|
id=pulumi.get(__ret__, 'id'),
|
|
121
133
|
transport_routing_ospfv3_ipv6_feature_id=pulumi.get(__ret__, 'transport_routing_ospfv3_ipv6_feature_id'),
|
|
122
|
-
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id')
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
134
|
+
transport_wan_vpn_feature_id=pulumi.get(__ret__, 'transport_wan_vpn_feature_id'),
|
|
135
|
+
version=pulumi.get(__ret__, 'version'))
|
|
136
|
+
def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature_output(feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
137
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
138
|
+
transport_wan_vpn_feature_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureResult]:
|
|
127
140
|
"""
|
|
128
141
|
This data source can read the Transport WAN VPN Feature Associate Routing OSPFv3 IPv6 Feature .
|
|
@@ -139,9 +152,9 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature_output(f
|
|
|
139
152
|
```
|
|
140
153
|
|
|
141
154
|
|
|
142
|
-
:param str feature_profile_id: Feature Profile ID
|
|
143
|
-
:param str id: The id of the object
|
|
144
|
-
:param str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
155
|
+
:param _builtins.str feature_profile_id: Feature Profile ID
|
|
156
|
+
:param _builtins.str id: The id of the object
|
|
157
|
+
:param _builtins.str transport_wan_vpn_feature_id: Transport WAN VPN Feature ID
|
|
145
158
|
"""
|
|
146
159
|
__args__ = dict()
|
|
147
160
|
__args__['featureProfileId'] = feature_profile_id
|
|
@@ -153,4 +166,5 @@ def get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature_output(f
|
|
|
153
166
|
feature_profile_id=pulumi.get(__response__, 'feature_profile_id'),
|
|
154
167
|
id=pulumi.get(__response__, 'id'),
|
|
155
168
|
transport_routing_ospfv3_ipv6_feature_id=pulumi.get(__response__, 'transport_routing_ospfv3_ipv6_feature_id'),
|
|
156
|
-
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id')
|
|
169
|
+
transport_wan_vpn_feature_id=pulumi.get(__response__, 'transport_wan_vpn_feature_id'),
|
|
170
|
+
version=pulumi.get(__response__, 'version')))
|