pulumi-sdwan 0.4.0a1746772400__py3-none-any.whl → 0.6.0a1764803684__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.
- pulumi_sdwan/__init__.py +82 -2
- pulumi_sdwan/_inputs.py +22428 -21441
- pulumi_sdwan/_utilities.py +1 -1
- pulumi_sdwan/activate_centralized_policy.py +41 -20
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +212 -202
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +286 -234
- pulumi_sdwan/allow_url_list_policy_object.py +35 -32
- pulumi_sdwan/app_probe_class_policy_object.py +52 -49
- pulumi_sdwan/application_aware_routing_policy_definition.py +258 -59
- pulumi_sdwan/application_list_policy_object.py +35 -32
- pulumi_sdwan/application_priority_feature_profile.py +40 -37
- pulumi_sdwan/application_priority_qos_policy.py +171 -130
- pulumi_sdwan/application_priority_traffic_policy_policy.py +170 -113
- pulumi_sdwan/as_path_list_policy_object.py +61 -32
- pulumi_sdwan/attach_feature_device_template.py +64 -23
- pulumi_sdwan/block_url_list_policy_object.py +35 -32
- pulumi_sdwan/cedge_aaa_feature_template.py +710 -471
- pulumi_sdwan/cedge_global_feature_template.py +1101 -937
- pulumi_sdwan/cedge_igmp_feature_template.py +126 -92
- pulumi_sdwan/cedge_multicast_feature_template.py +217 -200
- pulumi_sdwan/cedge_pim_feature_template.py +571 -456
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +367 -336
- pulumi_sdwan/cellular_controller_feature_template.py +342 -274
- pulumi_sdwan/cellular_profile_feature_template.py +496 -472
- pulumi_sdwan/centralized_policy.py +52 -49
- pulumi_sdwan/cflowd_policy_definition.py +286 -192
- pulumi_sdwan/cisco_banner_feature_template.py +153 -157
- pulumi_sdwan/cisco_bfd_feature_template.py +285 -210
- pulumi_sdwan/cisco_bgp_feature_template.py +1028 -656
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +454 -373
- pulumi_sdwan/cisco_logging_feature_template.py +318 -209
- pulumi_sdwan/cisco_ntp_feature_template.py +303 -237
- pulumi_sdwan/cisco_omp_feature_template.py +762 -576
- pulumi_sdwan/cisco_ospf_feature_template.py +817 -562
- pulumi_sdwan/cisco_ospfv3_feature_template.py +1775 -1245
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +332 -152
- pulumi_sdwan/cisco_security_feature_template.py +444 -318
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +469 -466
- pulumi_sdwan/cisco_snmp_feature_template.py +308 -209
- pulumi_sdwan/cisco_system_feature_template.py +1767 -1825
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +138 -92
- pulumi_sdwan/cisco_trustsec_feature_template.py +819 -649
- pulumi_sdwan/cisco_vpn_feature_template.py +721 -348
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +4614 -3628
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +691 -593
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +1237 -1066
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +486 -417
- pulumi_sdwan/class_map_policy_object.py +59 -49
- pulumi_sdwan/cli_config_feature.py +83 -80
- pulumi_sdwan/cli_device_template.py +110 -100
- pulumi_sdwan/cli_feature_profile.py +40 -37
- pulumi_sdwan/cli_template_feature_template.py +102 -106
- pulumi_sdwan/color_list_policy_object.py +35 -32
- pulumi_sdwan/config/__init__.py +2 -2
- pulumi_sdwan/config/__init__.pyi +7 -3
- pulumi_sdwan/config/vars.py +14 -8
- pulumi_sdwan/configuration_group.py +134 -117
- pulumi_sdwan/custom_control_topology_policy_definition.py +148 -78
- pulumi_sdwan/data_fqdn_prefix_list_policy_object.py +35 -32
- pulumi_sdwan/data_ipv4_prefix_list_policy_object.py +35 -32
- pulumi_sdwan/data_ipv6_prefix_list_policy_object.py +35 -32
- pulumi_sdwan/dns_security_feature_profile.py +40 -37
- pulumi_sdwan/dns_security_policy.py +184 -181
- pulumi_sdwan/dns_security_policy_definition.py +205 -202
- pulumi_sdwan/domain_list_policy_object.py +35 -32
- pulumi_sdwan/eigrp_feature_template.py +468 -351
- pulumi_sdwan/embedded_security_feature_profile.py +40 -37
- pulumi_sdwan/expanded_community_list_policy_object.py +35 -32
- pulumi_sdwan/extended_community_list_policy_object.py +35 -32
- pulumi_sdwan/feature_device_template.py +164 -154
- pulumi_sdwan/geo_location_list_policy_object.py +35 -32
- pulumi_sdwan/get_advanced_inspection_profile_policy_definition.py +32 -33
- pulumi_sdwan/get_advanced_malware_protection_policy_definition.py +34 -35
- pulumi_sdwan/get_allow_url_list_policy_object.py +13 -14
- pulumi_sdwan/get_app_probe_class_policy_object.py +15 -16
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +60 -19
- pulumi_sdwan/get_application_list_policy_object.py +13 -14
- pulumi_sdwan/get_application_priority_feature_profile.py +12 -13
- pulumi_sdwan/get_application_priority_qos_policy.py +38 -39
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +27 -28
- pulumi_sdwan/get_as_path_list_policy_object.py +13 -14
- pulumi_sdwan/get_block_url_list_policy_object.py +13 -14
- pulumi_sdwan/get_cedge_aaa_feature_template.py +68 -69
- pulumi_sdwan/get_cedge_global_feature_template.py +114 -115
- pulumi_sdwan/get_cedge_igmp_feature_template.py +23 -24
- pulumi_sdwan/get_cedge_multicast_feature_template.py +34 -35
- pulumi_sdwan/get_cedge_pim_feature_template.py +66 -67
- pulumi_sdwan/get_cellular_cedge_profile_feature_template.py +50 -51
- pulumi_sdwan/get_cellular_controller_feature_template.py +43 -44
- pulumi_sdwan/get_cellular_profile_feature_template.py +66 -67
- pulumi_sdwan/get_centralized_policy.py +15 -16
- pulumi_sdwan/get_cflowd_policy_definition.py +31 -32
- pulumi_sdwan/get_cisco_banner_feature_template.py +30 -31
- pulumi_sdwan/get_cisco_bfd_feature_template.py +35 -36
- pulumi_sdwan/get_cisco_bgp_feature_template.py +88 -89
- pulumi_sdwan/get_cisco_dhcp_server_feature_template.py +56 -57
- pulumi_sdwan/get_cisco_logging_feature_template.py +37 -38
- pulumi_sdwan/get_cisco_ntp_feature_template.py +40 -41
- pulumi_sdwan/get_cisco_omp_feature_template.py +76 -77
- pulumi_sdwan/get_cisco_ospf_feature_template.py +76 -77
- pulumi_sdwan/get_cisco_ospfv3_feature_template.py +152 -153
- pulumi_sdwan/get_cisco_secure_internet_gateway_feature_template.py +31 -32
- pulumi_sdwan/get_cisco_security_feature_template.py +48 -49
- pulumi_sdwan/get_cisco_sig_credentials_feature_template.py +66 -67
- pulumi_sdwan/get_cisco_snmp_feature_template.py +39 -40
- pulumi_sdwan/get_cisco_system_feature_template.py +186 -159
- pulumi_sdwan/get_cisco_thousandeyes_feature_template.py +23 -24
- pulumi_sdwan/get_cisco_trustsec_feature_template.py +83 -84
- pulumi_sdwan/get_cisco_vpn_feature_template.py +63 -64
- pulumi_sdwan/get_cisco_vpn_interface_feature_template.py +414 -415
- pulumi_sdwan/get_cisco_vpn_interface_gre_feature_template.py +79 -80
- pulumi_sdwan/get_cisco_vpn_interface_ipsec_feature_template.py +128 -129
- pulumi_sdwan/get_cisco_wireless_lan_feature_template.py +55 -56
- pulumi_sdwan/get_class_map_policy_object.py +14 -15
- pulumi_sdwan/get_cli_config_feature.py +22 -23
- pulumi_sdwan/get_cli_device_template.py +20 -21
- pulumi_sdwan/get_cli_feature_profile.py +12 -13
- pulumi_sdwan/get_cli_template_feature_template.py +24 -25
- pulumi_sdwan/get_color_list_policy_object.py +13 -14
- pulumi_sdwan/get_configuration_group.py +22 -23
- pulumi_sdwan/get_custom_control_topology_policy_definition.py +19 -20
- pulumi_sdwan/get_data_fqdn_prefix_list_policy_object.py +13 -14
- pulumi_sdwan/get_data_ipv4_prefix_list_policy_object.py +13 -14
- pulumi_sdwan/get_data_ipv6_prefix_list_policy_object.py +13 -14
- pulumi_sdwan/get_device.py +17 -18
- pulumi_sdwan/get_dns_security_feature_profile.py +12 -13
- pulumi_sdwan/get_dns_security_policy.py +35 -36
- pulumi_sdwan/get_dns_security_policy_definition.py +33 -34
- pulumi_sdwan/get_domain_list_policy_object.py +13 -14
- pulumi_sdwan/get_eigrp_feature_template.py +53 -54
- pulumi_sdwan/get_embedded_security_feature_profile.py +12 -13
- pulumi_sdwan/get_expanded_community_list_policy_object.py +13 -14
- pulumi_sdwan/get_extended_community_list_policy_object.py +13 -14
- pulumi_sdwan/get_feature_device_template.py +27 -28
- pulumi_sdwan/get_geo_location_list_policy_object.py +13 -14
- pulumi_sdwan/get_gps_feature_template.py +46 -47
- pulumi_sdwan/get_hub_and_spoke_topology_policy_definition.py +21 -22
- pulumi_sdwan/get_intrusion_prevention_policy_definition.py +31 -32
- pulumi_sdwan/get_ips_signature_list_policy_object.py +13 -14
- pulumi_sdwan/get_ipv4_acl_policy_definition.py +19 -20
- pulumi_sdwan/get_ipv4_device_acl_policy_definition.py +19 -20
- pulumi_sdwan/get_ipv4_prefix_list_policy_object.py +13 -14
- pulumi_sdwan/get_ipv6_acl_policy_definition.py +19 -20
- pulumi_sdwan/get_ipv6_device_acl_policy_definition.py +19 -20
- pulumi_sdwan/get_ipv6_prefix_list_policy_object.py +13 -14
- pulumi_sdwan/get_local_application_list_policy_object.py +13 -14
- pulumi_sdwan/get_localized_policy.py +35 -36
- pulumi_sdwan/get_mesh_topology_policy_definition.py +21 -22
- pulumi_sdwan/get_mirror_policy_object.py +16 -17
- pulumi_sdwan/get_object_group_policy_definition.py +40 -41
- pulumi_sdwan/get_other_feature_profile.py +12 -13
- pulumi_sdwan/get_other_thousandeyes_feature.py +21 -22
- pulumi_sdwan/get_other_ucse_feature.py +47 -48
- pulumi_sdwan/get_policer_policy_object.py +18 -19
- pulumi_sdwan/get_policy_group.py +183 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +21 -22
- pulumi_sdwan/get_policy_object_application_list.py +21 -22
- pulumi_sdwan/get_policy_object_as_path_list.py +23 -24
- pulumi_sdwan/get_policy_object_class_map.py +21 -22
- pulumi_sdwan/get_policy_object_color_list.py +21 -22
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +21 -22
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +21 -22
- pulumi_sdwan/get_policy_object_expanded_community_list.py +24 -25
- pulumi_sdwan/get_policy_object_extended_community_list.py +21 -22
- pulumi_sdwan/get_policy_object_feature_profile.py +12 -13
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +21 -22
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +21 -22
- pulumi_sdwan/get_policy_object_mirror.py +21 -22
- pulumi_sdwan/get_policy_object_policer.py +21 -22
- pulumi_sdwan/get_policy_object_preferred_color_group.py +21 -22
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_identity_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_ips_signature.py +21 -22
- pulumi_sdwan/get_policy_object_security_local_application_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_port_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_protocol_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +21 -22
- pulumi_sdwan/get_policy_object_security_url_block_list.py +21 -22
- pulumi_sdwan/get_policy_object_sla_class_list.py +21 -22
- pulumi_sdwan/get_policy_object_standard_community_list.py +21 -22
- pulumi_sdwan/get_policy_object_tloc_list.py +21 -22
- 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 -22
- pulumi_sdwan/get_port_list_policy_object.py +13 -14
- pulumi_sdwan/get_preferred_color_group_policy_object.py +24 -25
- pulumi_sdwan/get_protocol_list_policy_object.py +13 -14
- pulumi_sdwan/get_qos_map_policy_definition.py +17 -18
- pulumi_sdwan/get_region_list_policy_object.py +13 -14
- pulumi_sdwan/get_rewrite_rule_policy_definition.py +17 -18
- pulumi_sdwan/get_route_policy_definition.py +19 -20
- pulumi_sdwan/get_rule_set_policy_definition.py +15 -16
- pulumi_sdwan/get_security_app_hosting_feature_template.py +23 -24
- pulumi_sdwan/get_security_policy.py +62 -63
- pulumi_sdwan/get_service_dhcp_server_feature.py +58 -59
- pulumi_sdwan/get_service_feature_profile.py +12 -13
- pulumi_sdwan/get_service_ipv4_acl_feature.py +23 -24
- pulumi_sdwan/get_service_ipv6_acl_feature.py +23 -24
- pulumi_sdwan/get_service_lan_vpn_feature.py +74 -75
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +24 -25
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +24 -25
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +24 -25
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +24 -25
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +24 -25
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +24 -25
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +213 -214
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +30 -31
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +30 -31
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +30 -31
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +82 -83
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +144 -145
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +30 -31
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +96 -97
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +30 -31
- pulumi_sdwan/get_service_multicast_feature.py +62 -63
- pulumi_sdwan/get_service_object_tracker_feature.py +42 -43
- pulumi_sdwan/get_service_object_tracker_group_feature.py +29 -30
- pulumi_sdwan/get_service_route_policy_feature.py +23 -24
- pulumi_sdwan/get_service_routing_bgp_feature.py +112 -113
- pulumi_sdwan/get_service_routing_eigrp_feature.py +50 -51
- pulumi_sdwan/get_service_routing_ospf_feature.py +75 -76
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +88 -89
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +88 -89
- pulumi_sdwan/get_service_switchport_feature.py +26 -27
- pulumi_sdwan/get_service_tracker_feature.py +64 -65
- pulumi_sdwan/get_service_tracker_group_feature.py +25 -26
- pulumi_sdwan/get_service_wireless_lan_feature.py +55 -56
- pulumi_sdwan/get_sig_security_feature_profile.py +12 -13
- pulumi_sdwan/get_site_list_policy_object.py +13 -14
- pulumi_sdwan/get_sla_class_policy_object.py +30 -31
- pulumi_sdwan/get_standard_community_list_policy_object.py +13 -14
- pulumi_sdwan/get_switchport_feature_template.py +34 -35
- pulumi_sdwan/get_system_aaa_feature.py +43 -44
- pulumi_sdwan/get_system_banner_feature.py +28 -29
- pulumi_sdwan/get_system_basic_feature.py +138 -139
- pulumi_sdwan/get_system_bfd_feature.py +33 -34
- pulumi_sdwan/get_system_feature_profile.py +12 -13
- pulumi_sdwan/get_system_flexible_port_speed_feature.py +24 -25
- pulumi_sdwan/get_system_global_feature.py +112 -113
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +23 -24
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +23 -24
- pulumi_sdwan/get_system_logging_feature.py +35 -36
- pulumi_sdwan/get_system_mrf_feature.py +34 -35
- pulumi_sdwan/get_system_ntp_feature.py +38 -39
- pulumi_sdwan/get_system_omp_feature.py +136 -137
- pulumi_sdwan/get_system_performance_monitoring_feature.py +32 -33
- pulumi_sdwan/get_system_remote_access_feature.py +100 -101
- pulumi_sdwan/get_system_security_feature.py +42 -43
- pulumi_sdwan/get_system_snmp_feature.py +37 -38
- pulumi_sdwan/get_tag.py +14 -15
- pulumi_sdwan/get_tloc_list_policy_object.py +13 -14
- pulumi_sdwan/get_tls_ssl_decryption_policy_definition.py +46 -47
- pulumi_sdwan/get_tls_ssl_profile_policy_definition.py +36 -37
- pulumi_sdwan/get_traffic_data_policy_definition.py +19 -20
- pulumi_sdwan/get_transport_cellular_controller_feature.py +40 -41
- pulumi_sdwan/get_transport_cellular_profile_feature.py +50 -51
- pulumi_sdwan/get_transport_feature_profile.py +12 -13
- pulumi_sdwan/get_transport_gps_feature.py +44 -45
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +23 -24
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +23 -24
- pulumi_sdwan/get_transport_ipv6_tracker_feature.py +56 -57
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +29 -30
- pulumi_sdwan/get_transport_management_vpn_feature.py +43 -44
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +122 -123
- pulumi_sdwan/get_transport_route_policy_feature.py +23 -24
- pulumi_sdwan/get_transport_routing_bgp_feature.py +113 -114
- pulumi_sdwan/get_transport_routing_ospf_feature.py +75 -76
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +88 -89
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +88 -89
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +27 -28
- pulumi_sdwan/get_transport_tracker_feature.py +56 -57
- pulumi_sdwan/get_transport_tracker_group_feature.py +25 -26
- pulumi_sdwan/get_transport_wan_vpn_feature.py +47 -48
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +24 -25
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +24 -25
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +24 -25
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +24 -25
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +280 -281
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +399 -400
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +82 -83
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +144 -145
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +30 -31
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +233 -234
- pulumi_sdwan/get_url_filtering_policy_definition.py +39 -40
- pulumi_sdwan/get_vedge_inventory.py +5 -6
- pulumi_sdwan/get_vpn_interface_cellular_feature_template.py +306 -307
- pulumi_sdwan/get_vpn_interface_dsl_ipoe_feature_template.py +333 -334
- pulumi_sdwan/get_vpn_interface_dsl_pppoa_feature_template.py +310 -311
- pulumi_sdwan/get_vpn_interface_dsl_pppoe_feature_template.py +327 -328
- pulumi_sdwan/get_vpn_interface_ethernet_pppoe_feature_template.py +326 -327
- pulumi_sdwan/get_vpn_interface_multilink_feature_template.py +285 -286
- pulumi_sdwan/get_vpn_interface_svi_feature_template.py +87 -88
- pulumi_sdwan/get_vpn_interface_t1_e1_serial_feature_template.py +253 -254
- pulumi_sdwan/get_vpn_list_policy_object.py +13 -14
- pulumi_sdwan/get_vpn_membership_policy_definition.py +17 -18
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +20 -21
- pulumi_sdwan/get_zone_list_policy_object.py +13 -14
- pulumi_sdwan/gps_feature_template.py +336 -305
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +145 -92
- pulumi_sdwan/intrusion_prevention_policy_definition.py +270 -197
- pulumi_sdwan/ips_signature_list_policy_object.py +63 -32
- pulumi_sdwan/ipv4_acl_policy_definition.py +144 -78
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +138 -78
- pulumi_sdwan/ipv4_prefix_list_policy_object.py +35 -32
- pulumi_sdwan/ipv6_acl_policy_definition.py +144 -78
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +138 -78
- pulumi_sdwan/ipv6_prefix_list_policy_object.py +35 -32
- pulumi_sdwan/local_application_list_policy_object.py +35 -32
- pulumi_sdwan/localized_policy.py +308 -249
- pulumi_sdwan/mesh_topology_policy_definition.py +127 -92
- pulumi_sdwan/mirror_policy_object.py +66 -63
- pulumi_sdwan/object_group_policy_definition.py +270 -267
- pulumi_sdwan/other_feature_profile.py +40 -37
- pulumi_sdwan/other_thousandeyes_feature.py +117 -66
- pulumi_sdwan/other_ucse_feature.py +412 -315
- pulumi_sdwan/outputs.py +29677 -28483
- pulumi_sdwan/policer_policy_object.py +113 -89
- pulumi_sdwan/policy_group.py +447 -0
- pulumi_sdwan/policy_object_app_probe_class.py +107 -66
- pulumi_sdwan/policy_object_application_list.py +69 -66
- pulumi_sdwan/policy_object_as_path_list.py +128 -86
- pulumi_sdwan/policy_object_class_map.py +69 -66
- pulumi_sdwan/policy_object_color_list.py +69 -66
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +101 -66
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +101 -66
- pulumi_sdwan/policy_object_expanded_community_list.py +100 -97
- pulumi_sdwan/policy_object_extended_community_list.py +99 -66
- pulumi_sdwan/policy_object_feature_profile.py +40 -37
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +105 -66
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +105 -66
- pulumi_sdwan/policy_object_mirror.py +101 -66
- pulumi_sdwan/policy_object_policer.py +103 -66
- pulumi_sdwan/policy_object_preferred_color_group.py +109 -66
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +99 -66
- pulumi_sdwan/policy_object_security_fqdn_list.py +69 -66
- pulumi_sdwan/policy_object_security_geolocation_list.py +76 -73
- pulumi_sdwan/policy_object_security_identity_list.py +69 -66
- pulumi_sdwan/policy_object_security_ips_signature.py +101 -66
- pulumi_sdwan/policy_object_security_local_application_list.py +69 -66
- pulumi_sdwan/policy_object_security_local_domain_list.py +99 -66
- pulumi_sdwan/policy_object_security_port_list.py +69 -66
- pulumi_sdwan/policy_object_security_protocol_list.py +363 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +101 -66
- pulumi_sdwan/policy_object_security_url_allow_list.py +69 -66
- pulumi_sdwan/policy_object_security_url_block_list.py +69 -66
- pulumi_sdwan/policy_object_sla_class_list.py +107 -66
- pulumi_sdwan/policy_object_standard_community_list.py +99 -66
- pulumi_sdwan/policy_object_tloc_list.py +105 -66
- 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 +69 -66
- pulumi_sdwan/port_list_policy_object.py +37 -34
- pulumi_sdwan/preferred_color_group_policy_object.py +164 -140
- pulumi_sdwan/protocol_list_policy_object.py +35 -32
- pulumi_sdwan/provider.py +69 -50
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +101 -58
- pulumi_sdwan/region_list_policy_object.py +61 -32
- pulumi_sdwan/rewrite_rule_policy_definition.py +95 -58
- pulumi_sdwan/route_policy_definition.py +142 -78
- pulumi_sdwan/rule_set_policy_definition.py +100 -49
- pulumi_sdwan/security_app_hosting_feature_template.py +134 -92
- pulumi_sdwan/security_policy.py +483 -366
- pulumi_sdwan/service_dhcp_server_feature.py +473 -412
- pulumi_sdwan/service_feature_profile.py +40 -37
- pulumi_sdwan/service_ipv4_acl_feature.py +180 -98
- pulumi_sdwan/service_ipv6_acl_feature.py +180 -98
- pulumi_sdwan/service_lan_vpn_feature.py +670 -424
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +66 -63
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +66 -63
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +66 -63
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +66 -63
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +66 -63
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +66 -63
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +2004 -1616
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.py +83 -80
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.py +83 -80
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +83 -80
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +627 -609
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +1339 -1251
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.py +83 -80
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +904 -692
- pulumi_sdwan/service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.py +83 -80
- pulumi_sdwan/service_multicast_feature.py +586 -405
- pulumi_sdwan/service_object_tracker_feature.py +300 -290
- pulumi_sdwan/service_object_tracker_group_feature.py +198 -140
- pulumi_sdwan/service_route_policy_feature.py +167 -86
- pulumi_sdwan/service_routing_bgp_feature.py +1223 -867
- pulumi_sdwan/service_routing_eigrp_feature.py +425 -307
- pulumi_sdwan/service_routing_ospf_feature.py +796 -546
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +921 -665
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +917 -665
- pulumi_sdwan/service_switchport_feature.py +205 -106
- pulumi_sdwan/service_tracker_feature.py +525 -452
- pulumi_sdwan/service_tracker_group_feature.py +152 -103
- pulumi_sdwan/service_wireless_lan_feature.py +457 -461
- pulumi_sdwan/sig_security_feature_profile.py +40 -37
- pulumi_sdwan/site_list_policy_object.py +61 -32
- pulumi_sdwan/sla_class_policy_object.py +248 -217
- pulumi_sdwan/standard_community_list_policy_object.py +35 -32
- pulumi_sdwan/switchport_feature_template.py +329 -192
- pulumi_sdwan/system_aaa_feature.py +412 -243
- pulumi_sdwan/system_banner_feature.py +126 -123
- pulumi_sdwan/system_basic_feature.py +1469 -1668
- pulumi_sdwan/system_bfd_feature.py +245 -177
- pulumi_sdwan/system_feature_profile.py +40 -37
- pulumi_sdwan/system_flexible_port_speed_feature.py +117 -114
- pulumi_sdwan/system_global_feature.py +1082 -911
- pulumi_sdwan/system_ipv4_device_access_feature.py +141 -86
- pulumi_sdwan/system_ipv6_device_access_feature.py +141 -86
- pulumi_sdwan/system_logging_feature.py +310 -195
- pulumi_sdwan/system_mrf_feature.py +249 -210
- pulumi_sdwan/system_ntp_feature.py +298 -224
- pulumi_sdwan/system_omp_feature.py +1381 -1133
- pulumi_sdwan/system_performance_monitoring_feature.py +222 -190
- pulumi_sdwan/system_remote_access_feature.py +898 -824
- pulumi_sdwan/system_security_feature.py +390 -270
- pulumi_sdwan/system_snmp_feature.py +304 -195
- pulumi_sdwan/tag.py +57 -54
- pulumi_sdwan/tloc_list_policy_object.py +67 -32
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +502 -343
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +256 -239
- pulumi_sdwan/traffic_data_policy_definition.py +142 -78
- pulumi_sdwan/transport_cellular_controller_feature.py +276 -245
- pulumi_sdwan/transport_cellular_profile_feature.py +368 -337
- pulumi_sdwan/transport_feature_profile.py +40 -37
- pulumi_sdwan/transport_gps_feature.py +317 -279
- pulumi_sdwan/transport_ipv4_acl_feature.py +180 -98
- pulumi_sdwan/transport_ipv6_acl_feature.py +180 -98
- pulumi_sdwan/transport_ipv6_tracker_feature.py +457 -384
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +188 -137
- pulumi_sdwan/transport_management_vpn_feature.py +335 -255
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +1193 -995
- pulumi_sdwan/transport_route_policy_feature.py +167 -86
- pulumi_sdwan/transport_routing_bgp_feature.py +1234 -870
- pulumi_sdwan/transport_routing_ospf_feature.py +796 -546
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +921 -665
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +917 -665
- pulumi_sdwan/transport_t1_e1_controller_feature.py +186 -120
- pulumi_sdwan/transport_tracker_feature.py +457 -384
- pulumi_sdwan/transport_tracker_group_feature.py +152 -103
- pulumi_sdwan/transport_wan_vpn_feature.py +397 -283
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +66 -63
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +66 -63
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +66 -63
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +66 -63
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +2999 -2412
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +4419 -3623
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +627 -609
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature_associate_tracker_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +1339 -1251
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature.py +83 -80
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +2318 -2020
- pulumi_sdwan/url_filtering_policy_definition.py +342 -272
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +3367 -2668
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +3644 -2909
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +3434 -2699
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +3608 -2861
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +3585 -2858
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +3115 -2474
- pulumi_sdwan/vpn_interface_svi_feature_template.py +874 -619
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +2719 -2209
- pulumi_sdwan/vpn_list_policy_object.py +61 -32
- pulumi_sdwan/vpn_membership_policy_definition.py +91 -58
- pulumi_sdwan/zone_based_firewall_policy_definition.py +169 -92
- pulumi_sdwan/zone_list_policy_object.py +35 -32
- {pulumi_sdwan-0.4.0a1746772400.dist-info → pulumi_sdwan-0.6.0a1764803684.dist-info}/METADATA +1 -1
- pulumi_sdwan-0.6.0a1764803684.dist-info/RECORD +496 -0
- {pulumi_sdwan-0.4.0a1746772400.dist-info → pulumi_sdwan-0.6.0a1764803684.dist-info}/WHEEL +1 -1
- pulumi_sdwan-0.4.0a1746772400.dist-info/RECORD +0 -480
- {pulumi_sdwan-0.4.0a1746772400.dist-info → pulumi_sdwan-0.6.0a1764803684.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +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 builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,98 +19,109 @@ __all__ = ['SystemRemoteAccessFeatureArgs', 'SystemRemoteAccessFeature']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class SystemRemoteAccessFeatureArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
ikev2_anti_dos_threshold: Optional[pulumi.Input[
|
|
41
|
-
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[
|
|
42
|
-
ikev2_local_ike_identity_type: Optional[pulumi.Input[
|
|
43
|
-
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[
|
|
44
|
-
ikev2_local_ike_identity_value: Optional[pulumi.Input[
|
|
45
|
-
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[
|
|
46
|
-
ikev2_security_association_lifetime: Optional[pulumi.Input[
|
|
47
|
-
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
48
|
-
ipsec_anti_replay_window_size: Optional[pulumi.Input[
|
|
49
|
-
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[
|
|
50
|
-
ipsec_enable_anti_replay: Optional[pulumi.Input[
|
|
51
|
-
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[
|
|
52
|
-
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[
|
|
53
|
-
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[
|
|
54
|
-
ipsec_security_association_lifetime: Optional[pulumi.Input[
|
|
55
|
-
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
56
|
-
ipv4_pool_size: Optional[pulumi.Input[
|
|
57
|
-
ipv4_pool_size_variable: Optional[pulumi.Input[
|
|
58
|
-
ipv6_pool_size: Optional[pulumi.Input[
|
|
59
|
-
ipv6_pool_size_variable: Optional[pulumi.Input[
|
|
60
|
-
name: Optional[pulumi.Input[
|
|
61
|
-
psk_authentication_pre_shared_key: Optional[pulumi.Input[
|
|
62
|
-
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[
|
|
63
|
-
psk_authentication_type: Optional[pulumi.Input[
|
|
64
|
-
psk_authentication_type_variable: Optional[pulumi.Input[
|
|
65
|
-
radius_group_name_variable: Optional[pulumi.Input[
|
|
22
|
+
feature_profile_id: pulumi.Input[_builtins.str],
|
|
23
|
+
radius_group_name: pulumi.Input[_builtins.str],
|
|
24
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
25
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
aaa_enable_accounting: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
29
|
+
aaa_enable_accounting_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
|
+
aaa_specify_name_policy_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
|
+
aaa_specify_name_policy_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
|
+
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
any_connect_eap_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35
|
+
connection_type_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
36
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
37
|
+
enable_certificate_list_check: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
38
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
39
|
+
ikev2_anti_dos_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
|
40
|
+
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
41
|
+
ikev2_local_ike_identity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
42
|
+
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
43
|
+
ikev2_local_ike_identity_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
44
|
+
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
45
|
+
ikev2_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
46
|
+
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
47
|
+
ipsec_anti_replay_window_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
48
|
+
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
49
|
+
ipsec_enable_anti_replay: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
50
|
+
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
51
|
+
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
52
|
+
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
53
|
+
ipsec_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
54
|
+
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
55
|
+
ipv4_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
56
|
+
ipv4_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
57
|
+
ipv6_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
58
|
+
ipv6_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
59
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
60
|
+
psk_authentication_pre_shared_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
61
|
+
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
62
|
+
psk_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
63
|
+
psk_authentication_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
64
|
+
radius_group_name_variable: Optional[pulumi.Input[_builtins.str]] = None):
|
|
66
65
|
"""
|
|
67
66
|
The set of arguments for constructing a SystemRemoteAccessFeature resource.
|
|
68
|
-
:param pulumi.Input[
|
|
69
|
-
:param pulumi.Input[
|
|
70
|
-
:param pulumi.Input[
|
|
71
|
-
:param pulumi.Input[
|
|
72
|
-
:param pulumi.Input[
|
|
73
|
-
:param pulumi.Input[
|
|
74
|
-
|
|
75
|
-
:param pulumi.Input[
|
|
76
|
-
:param pulumi.Input[
|
|
77
|
-
:param pulumi.Input[
|
|
78
|
-
:param pulumi.Input[
|
|
79
|
-
|
|
80
|
-
:param pulumi.Input[
|
|
81
|
-
|
|
82
|
-
:param pulumi.Input[
|
|
83
|
-
|
|
84
|
-
:param pulumi.Input[
|
|
85
|
-
:param pulumi.Input[
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
:param pulumi.Input[
|
|
89
|
-
:param pulumi.Input[
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
:param pulumi.Input[
|
|
93
|
-
:param pulumi.Input[
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
:param pulumi.Input[
|
|
98
|
-
:param pulumi.Input[
|
|
99
|
-
|
|
100
|
-
:param pulumi.Input[
|
|
101
|
-
:param pulumi.Input[
|
|
102
|
-
|
|
103
|
-
:param pulumi.Input[
|
|
104
|
-
:param pulumi.Input[
|
|
105
|
-
|
|
106
|
-
:param pulumi.Input[
|
|
107
|
-
:param pulumi.Input[
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
:param pulumi.Input[
|
|
111
|
-
:param pulumi.Input[
|
|
112
|
-
|
|
113
|
-
:param pulumi.Input[
|
|
114
|
-
|
|
67
|
+
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
68
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
69
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
70
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
71
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
72
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
73
|
+
- Default value: `true`
|
|
74
|
+
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
75
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
76
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
77
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
78
|
+
- Choices: `user`, `device`
|
|
79
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
80
|
+
- Default value: `false`
|
|
81
|
+
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
82
|
+
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
83
|
+
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
84
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
85
|
+
- Range: `10`-`1000`
|
|
86
|
+
- Default value: `100`
|
|
87
|
+
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
88
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
89
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
90
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
91
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
92
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
93
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
94
|
+
- Range: `3600`-`86400`
|
|
95
|
+
- Default value: `86400`
|
|
96
|
+
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
97
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
98
|
+
- Default value: `64`
|
|
99
|
+
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
100
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
101
|
+
- Default value: `true`
|
|
102
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
103
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
104
|
+
- Default value: `false`
|
|
105
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
106
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
107
|
+
- Range: `3600`-`86400`
|
|
108
|
+
- Default value: `3600`
|
|
109
|
+
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
110
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
111
|
+
- Default value: `1000`
|
|
112
|
+
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
113
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
114
|
+
- Default value: `1024`
|
|
115
|
+
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
116
|
+
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
117
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
118
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
119
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
120
|
+
- Choices: `aaa`, `group`
|
|
121
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
122
|
+
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
123
|
+
"""
|
|
124
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
115
125
|
pulumi.set(__self__, "radius_group_name", radius_group_name)
|
|
116
126
|
if aaa_derive_name_from_peer_domain is not None:
|
|
117
127
|
pulumi.set(__self__, "aaa_derive_name_from_peer_domain", aaa_derive_name_from_peer_domain)
|
|
@@ -143,8 +153,6 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
143
153
|
pulumi.set(__self__, "enable_certificate_list_check", enable_certificate_list_check)
|
|
144
154
|
if enable_certificate_list_check_variable is not None:
|
|
145
155
|
pulumi.set(__self__, "enable_certificate_list_check_variable", enable_certificate_list_check_variable)
|
|
146
|
-
if feature_profile_id is not None:
|
|
147
|
-
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
148
156
|
if ikev2_anti_dos_threshold is not None:
|
|
149
157
|
pulumi.set(__self__, "ikev2_anti_dos_threshold", ikev2_anti_dos_threshold)
|
|
150
158
|
if ikev2_anti_dos_threshold_variable is not None:
|
|
@@ -198,616 +206,636 @@ class SystemRemoteAccessFeatureArgs:
|
|
|
198
206
|
if radius_group_name_variable is not None:
|
|
199
207
|
pulumi.set(__self__, "radius_group_name_variable", radius_group_name_variable)
|
|
200
208
|
|
|
201
|
-
@property
|
|
209
|
+
@_builtins.property
|
|
210
|
+
@pulumi.getter(name="featureProfileId")
|
|
211
|
+
def feature_profile_id(self) -> pulumi.Input[_builtins.str]:
|
|
212
|
+
"""
|
|
213
|
+
Feature Profile ID
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "feature_profile_id")
|
|
216
|
+
|
|
217
|
+
@feature_profile_id.setter
|
|
218
|
+
def feature_profile_id(self, value: pulumi.Input[_builtins.str]):
|
|
219
|
+
pulumi.set(self, "feature_profile_id", value)
|
|
220
|
+
|
|
221
|
+
@_builtins.property
|
|
202
222
|
@pulumi.getter(name="radiusGroupName")
|
|
203
|
-
def radius_group_name(self) -> pulumi.Input[
|
|
223
|
+
def radius_group_name(self) -> pulumi.Input[_builtins.str]:
|
|
204
224
|
return pulumi.get(self, "radius_group_name")
|
|
205
225
|
|
|
206
226
|
@radius_group_name.setter
|
|
207
|
-
def radius_group_name(self, value: pulumi.Input[
|
|
227
|
+
def radius_group_name(self, value: pulumi.Input[_builtins.str]):
|
|
208
228
|
pulumi.set(self, "radius_group_name", value)
|
|
209
229
|
|
|
210
|
-
@property
|
|
230
|
+
@_builtins.property
|
|
211
231
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
212
|
-
def aaa_derive_name_from_peer_domain(self) -> Optional[pulumi.Input[
|
|
232
|
+
def aaa_derive_name_from_peer_domain(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
213
233
|
"""
|
|
214
234
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
215
235
|
"""
|
|
216
236
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
217
237
|
|
|
218
238
|
@aaa_derive_name_from_peer_domain.setter
|
|
219
|
-
def aaa_derive_name_from_peer_domain(self, value: Optional[pulumi.Input[
|
|
239
|
+
def aaa_derive_name_from_peer_domain(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
220
240
|
pulumi.set(self, "aaa_derive_name_from_peer_domain", value)
|
|
221
241
|
|
|
222
|
-
@property
|
|
242
|
+
@_builtins.property
|
|
223
243
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
224
|
-
def aaa_derive_name_from_peer_domain_variable(self) -> Optional[pulumi.Input[
|
|
244
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
225
245
|
"""
|
|
226
246
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
227
247
|
"""
|
|
228
248
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
229
249
|
|
|
230
250
|
@aaa_derive_name_from_peer_domain_variable.setter
|
|
231
|
-
def aaa_derive_name_from_peer_domain_variable(self, value: Optional[pulumi.Input[
|
|
251
|
+
def aaa_derive_name_from_peer_domain_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
232
252
|
pulumi.set(self, "aaa_derive_name_from_peer_domain_variable", value)
|
|
233
253
|
|
|
234
|
-
@property
|
|
254
|
+
@_builtins.property
|
|
235
255
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
236
|
-
def aaa_derive_name_from_peer_identity(self) -> Optional[pulumi.Input[
|
|
256
|
+
def aaa_derive_name_from_peer_identity(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
237
257
|
"""
|
|
238
258
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
239
259
|
"""
|
|
240
260
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
241
261
|
|
|
242
262
|
@aaa_derive_name_from_peer_identity.setter
|
|
243
|
-
def aaa_derive_name_from_peer_identity(self, value: Optional[pulumi.Input[
|
|
263
|
+
def aaa_derive_name_from_peer_identity(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
244
264
|
pulumi.set(self, "aaa_derive_name_from_peer_identity", value)
|
|
245
265
|
|
|
246
|
-
@property
|
|
266
|
+
@_builtins.property
|
|
247
267
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
248
|
-
def aaa_derive_name_from_peer_identity_variable(self) -> Optional[pulumi.Input[
|
|
268
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
249
269
|
"""
|
|
250
270
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
251
271
|
"""
|
|
252
272
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
253
273
|
|
|
254
274
|
@aaa_derive_name_from_peer_identity_variable.setter
|
|
255
|
-
def aaa_derive_name_from_peer_identity_variable(self, value: Optional[pulumi.Input[
|
|
275
|
+
def aaa_derive_name_from_peer_identity_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
256
276
|
pulumi.set(self, "aaa_derive_name_from_peer_identity_variable", value)
|
|
257
277
|
|
|
258
|
-
@property
|
|
278
|
+
@_builtins.property
|
|
259
279
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
260
|
-
def aaa_enable_accounting(self) -> Optional[pulumi.Input[
|
|
280
|
+
def aaa_enable_accounting(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
261
281
|
"""
|
|
262
|
-
Enable Accounting
|
|
282
|
+
Enable Accounting
|
|
283
|
+
- Default value: `true`
|
|
263
284
|
"""
|
|
264
285
|
return pulumi.get(self, "aaa_enable_accounting")
|
|
265
286
|
|
|
266
287
|
@aaa_enable_accounting.setter
|
|
267
|
-
def aaa_enable_accounting(self, value: Optional[pulumi.Input[
|
|
288
|
+
def aaa_enable_accounting(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
268
289
|
pulumi.set(self, "aaa_enable_accounting", value)
|
|
269
290
|
|
|
270
|
-
@property
|
|
291
|
+
@_builtins.property
|
|
271
292
|
@pulumi.getter(name="aaaEnableAccountingVariable")
|
|
272
|
-
def aaa_enable_accounting_variable(self) -> Optional[pulumi.Input[
|
|
293
|
+
def aaa_enable_accounting_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
273
294
|
"""
|
|
274
295
|
Variable name
|
|
275
296
|
"""
|
|
276
297
|
return pulumi.get(self, "aaa_enable_accounting_variable")
|
|
277
298
|
|
|
278
299
|
@aaa_enable_accounting_variable.setter
|
|
279
|
-
def aaa_enable_accounting_variable(self, value: Optional[pulumi.Input[
|
|
300
|
+
def aaa_enable_accounting_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
280
301
|
pulumi.set(self, "aaa_enable_accounting_variable", value)
|
|
281
302
|
|
|
282
|
-
@property
|
|
303
|
+
@_builtins.property
|
|
283
304
|
@pulumi.getter(name="aaaSpecifyNamePolicyName")
|
|
284
|
-
def aaa_specify_name_policy_name(self) -> Optional[pulumi.Input[
|
|
305
|
+
def aaa_specify_name_policy_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
285
306
|
return pulumi.get(self, "aaa_specify_name_policy_name")
|
|
286
307
|
|
|
287
308
|
@aaa_specify_name_policy_name.setter
|
|
288
|
-
def aaa_specify_name_policy_name(self, value: Optional[pulumi.Input[
|
|
309
|
+
def aaa_specify_name_policy_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
289
310
|
pulumi.set(self, "aaa_specify_name_policy_name", value)
|
|
290
311
|
|
|
291
|
-
@property
|
|
312
|
+
@_builtins.property
|
|
292
313
|
@pulumi.getter(name="aaaSpecifyNamePolicyNameVariable")
|
|
293
|
-
def aaa_specify_name_policy_name_variable(self) -> Optional[pulumi.Input[
|
|
314
|
+
def aaa_specify_name_policy_name_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
294
315
|
"""
|
|
295
316
|
Variable name
|
|
296
317
|
"""
|
|
297
318
|
return pulumi.get(self, "aaa_specify_name_policy_name_variable")
|
|
298
319
|
|
|
299
320
|
@aaa_specify_name_policy_name_variable.setter
|
|
300
|
-
def aaa_specify_name_policy_name_variable(self, value: Optional[pulumi.Input[
|
|
321
|
+
def aaa_specify_name_policy_name_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
301
322
|
pulumi.set(self, "aaa_specify_name_policy_name_variable", value)
|
|
302
323
|
|
|
303
|
-
@property
|
|
324
|
+
@_builtins.property
|
|
304
325
|
@pulumi.getter(name="aaaSpecifyNamePolicyPassword")
|
|
305
|
-
def aaa_specify_name_policy_password(self) -> Optional[pulumi.Input[
|
|
326
|
+
def aaa_specify_name_policy_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
306
327
|
return pulumi.get(self, "aaa_specify_name_policy_password")
|
|
307
328
|
|
|
308
329
|
@aaa_specify_name_policy_password.setter
|
|
309
|
-
def aaa_specify_name_policy_password(self, value: Optional[pulumi.Input[
|
|
330
|
+
def aaa_specify_name_policy_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
310
331
|
pulumi.set(self, "aaa_specify_name_policy_password", value)
|
|
311
332
|
|
|
312
|
-
@property
|
|
333
|
+
@_builtins.property
|
|
313
334
|
@pulumi.getter(name="aaaSpecifyNamePolicyPasswordVariable")
|
|
314
|
-
def aaa_specify_name_policy_password_variable(self) -> Optional[pulumi.Input[
|
|
335
|
+
def aaa_specify_name_policy_password_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
315
336
|
"""
|
|
316
337
|
Variable name
|
|
317
338
|
"""
|
|
318
339
|
return pulumi.get(self, "aaa_specify_name_policy_password_variable")
|
|
319
340
|
|
|
320
341
|
@aaa_specify_name_policy_password_variable.setter
|
|
321
|
-
def aaa_specify_name_policy_password_variable(self, value: Optional[pulumi.Input[
|
|
342
|
+
def aaa_specify_name_policy_password_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
322
343
|
pulumi.set(self, "aaa_specify_name_policy_password_variable", value)
|
|
323
344
|
|
|
324
|
-
@property
|
|
345
|
+
@_builtins.property
|
|
325
346
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
326
|
-
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[
|
|
347
|
+
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
327
348
|
"""
|
|
328
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
349
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
350
|
+
- Choices: `user`, `device`
|
|
329
351
|
"""
|
|
330
352
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
331
353
|
|
|
332
354
|
@any_connect_eap_authentication_type.setter
|
|
333
|
-
def any_connect_eap_authentication_type(self, value: Optional[pulumi.Input[
|
|
355
|
+
def any_connect_eap_authentication_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
334
356
|
pulumi.set(self, "any_connect_eap_authentication_type", value)
|
|
335
357
|
|
|
336
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
337
359
|
@pulumi.getter(name="connectionTypeSsl")
|
|
338
|
-
def connection_type_ssl(self) -> Optional[pulumi.Input[
|
|
360
|
+
def connection_type_ssl(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
339
361
|
"""
|
|
340
|
-
Enabled SSL VPN
|
|
362
|
+
Enabled SSL VPN
|
|
363
|
+
- Default value: `false`
|
|
341
364
|
"""
|
|
342
365
|
return pulumi.get(self, "connection_type_ssl")
|
|
343
366
|
|
|
344
367
|
@connection_type_ssl.setter
|
|
345
|
-
def connection_type_ssl(self, value: Optional[pulumi.Input[
|
|
368
|
+
def connection_type_ssl(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
346
369
|
pulumi.set(self, "connection_type_ssl", value)
|
|
347
370
|
|
|
348
|
-
@property
|
|
371
|
+
@_builtins.property
|
|
349
372
|
@pulumi.getter
|
|
350
|
-
def description(self) -> Optional[pulumi.Input[
|
|
373
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
351
374
|
"""
|
|
352
375
|
The description of the Feature
|
|
353
376
|
"""
|
|
354
377
|
return pulumi.get(self, "description")
|
|
355
378
|
|
|
356
379
|
@description.setter
|
|
357
|
-
def description(self, value: Optional[pulumi.Input[
|
|
380
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
358
381
|
pulumi.set(self, "description", value)
|
|
359
382
|
|
|
360
|
-
@property
|
|
383
|
+
@_builtins.property
|
|
361
384
|
@pulumi.getter(name="enableCertificateListCheck")
|
|
362
|
-
def enable_certificate_list_check(self) -> Optional[pulumi.Input[
|
|
385
|
+
def enable_certificate_list_check(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
363
386
|
"""
|
|
364
387
|
- Default value: `false`
|
|
365
388
|
"""
|
|
366
389
|
return pulumi.get(self, "enable_certificate_list_check")
|
|
367
390
|
|
|
368
391
|
@enable_certificate_list_check.setter
|
|
369
|
-
def enable_certificate_list_check(self, value: Optional[pulumi.Input[
|
|
392
|
+
def enable_certificate_list_check(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
370
393
|
pulumi.set(self, "enable_certificate_list_check", value)
|
|
371
394
|
|
|
372
|
-
@property
|
|
395
|
+
@_builtins.property
|
|
373
396
|
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
374
|
-
def enable_certificate_list_check_variable(self) -> Optional[pulumi.Input[
|
|
397
|
+
def enable_certificate_list_check_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
375
398
|
"""
|
|
376
399
|
Variable name
|
|
377
400
|
"""
|
|
378
401
|
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
379
402
|
|
|
380
403
|
@enable_certificate_list_check_variable.setter
|
|
381
|
-
def enable_certificate_list_check_variable(self, value: Optional[pulumi.Input[
|
|
404
|
+
def enable_certificate_list_check_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
382
405
|
pulumi.set(self, "enable_certificate_list_check_variable", value)
|
|
383
406
|
|
|
384
|
-
@property
|
|
385
|
-
@pulumi.getter(name="featureProfileId")
|
|
386
|
-
def feature_profile_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
387
|
-
"""
|
|
388
|
-
Feature Profile ID
|
|
389
|
-
"""
|
|
390
|
-
return pulumi.get(self, "feature_profile_id")
|
|
391
|
-
|
|
392
|
-
@feature_profile_id.setter
|
|
393
|
-
def feature_profile_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
394
|
-
pulumi.set(self, "feature_profile_id", value)
|
|
395
|
-
|
|
396
|
-
@property
|
|
407
|
+
@_builtins.property
|
|
397
408
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
398
|
-
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[
|
|
409
|
+
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
399
410
|
"""
|
|
400
|
-
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
401
|
-
|
|
411
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
412
|
+
- Range: `10`-`1000`
|
|
413
|
+
- Default value: `100`
|
|
402
414
|
"""
|
|
403
415
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
404
416
|
|
|
405
417
|
@ikev2_anti_dos_threshold.setter
|
|
406
|
-
def ikev2_anti_dos_threshold(self, value: Optional[pulumi.Input[
|
|
418
|
+
def ikev2_anti_dos_threshold(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
407
419
|
pulumi.set(self, "ikev2_anti_dos_threshold", value)
|
|
408
420
|
|
|
409
|
-
@property
|
|
421
|
+
@_builtins.property
|
|
410
422
|
@pulumi.getter(name="ikev2AntiDosThresholdVariable")
|
|
411
|
-
def ikev2_anti_dos_threshold_variable(self) -> Optional[pulumi.Input[
|
|
423
|
+
def ikev2_anti_dos_threshold_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
412
424
|
"""
|
|
413
425
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
414
426
|
"""
|
|
415
427
|
return pulumi.get(self, "ikev2_anti_dos_threshold_variable")
|
|
416
428
|
|
|
417
429
|
@ikev2_anti_dos_threshold_variable.setter
|
|
418
|
-
def ikev2_anti_dos_threshold_variable(self, value: Optional[pulumi.Input[
|
|
430
|
+
def ikev2_anti_dos_threshold_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
419
431
|
pulumi.set(self, "ikev2_anti_dos_threshold_variable", value)
|
|
420
432
|
|
|
421
|
-
@property
|
|
433
|
+
@_builtins.property
|
|
422
434
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
423
|
-
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[
|
|
435
|
+
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
424
436
|
"""
|
|
425
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
426
|
-
|
|
437
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
438
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
427
439
|
"""
|
|
428
440
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
429
441
|
|
|
430
442
|
@ikev2_local_ike_identity_type.setter
|
|
431
|
-
def ikev2_local_ike_identity_type(self, value: Optional[pulumi.Input[
|
|
443
|
+
def ikev2_local_ike_identity_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
432
444
|
pulumi.set(self, "ikev2_local_ike_identity_type", value)
|
|
433
445
|
|
|
434
|
-
@property
|
|
446
|
+
@_builtins.property
|
|
435
447
|
@pulumi.getter(name="ikev2LocalIkeIdentityTypeVariable")
|
|
436
|
-
def ikev2_local_ike_identity_type_variable(self) -> Optional[pulumi.Input[
|
|
448
|
+
def ikev2_local_ike_identity_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
437
449
|
"""
|
|
438
450
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
439
451
|
"""
|
|
440
452
|
return pulumi.get(self, "ikev2_local_ike_identity_type_variable")
|
|
441
453
|
|
|
442
454
|
@ikev2_local_ike_identity_type_variable.setter
|
|
443
|
-
def ikev2_local_ike_identity_type_variable(self, value: Optional[pulumi.Input[
|
|
455
|
+
def ikev2_local_ike_identity_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
444
456
|
pulumi.set(self, "ikev2_local_ike_identity_type_variable", value)
|
|
445
457
|
|
|
446
|
-
@property
|
|
458
|
+
@_builtins.property
|
|
447
459
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
448
|
-
def ikev2_local_ike_identity_value(self) -> Optional[pulumi.Input[
|
|
460
|
+
def ikev2_local_ike_identity_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
449
461
|
"""
|
|
450
462
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
451
463
|
"""
|
|
452
464
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
453
465
|
|
|
454
466
|
@ikev2_local_ike_identity_value.setter
|
|
455
|
-
def ikev2_local_ike_identity_value(self, value: Optional[pulumi.Input[
|
|
467
|
+
def ikev2_local_ike_identity_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
456
468
|
pulumi.set(self, "ikev2_local_ike_identity_value", value)
|
|
457
469
|
|
|
458
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
459
471
|
@pulumi.getter(name="ikev2LocalIkeIdentityValueVariable")
|
|
460
|
-
def ikev2_local_ike_identity_value_variable(self) -> Optional[pulumi.Input[
|
|
472
|
+
def ikev2_local_ike_identity_value_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
461
473
|
"""
|
|
462
474
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
463
475
|
"""
|
|
464
476
|
return pulumi.get(self, "ikev2_local_ike_identity_value_variable")
|
|
465
477
|
|
|
466
478
|
@ikev2_local_ike_identity_value_variable.setter
|
|
467
|
-
def ikev2_local_ike_identity_value_variable(self, value: Optional[pulumi.Input[
|
|
479
|
+
def ikev2_local_ike_identity_value_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
468
480
|
pulumi.set(self, "ikev2_local_ike_identity_value_variable", value)
|
|
469
481
|
|
|
470
|
-
@property
|
|
482
|
+
@_builtins.property
|
|
471
483
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
472
|
-
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[
|
|
484
|
+
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
473
485
|
"""
|
|
474
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
475
|
-
|
|
486
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
487
|
+
- Range: `3600`-`86400`
|
|
488
|
+
- Default value: `86400`
|
|
476
489
|
"""
|
|
477
490
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
478
491
|
|
|
479
492
|
@ikev2_security_association_lifetime.setter
|
|
480
|
-
def ikev2_security_association_lifetime(self, value: Optional[pulumi.Input[
|
|
493
|
+
def ikev2_security_association_lifetime(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
481
494
|
pulumi.set(self, "ikev2_security_association_lifetime", value)
|
|
482
495
|
|
|
483
|
-
@property
|
|
496
|
+
@_builtins.property
|
|
484
497
|
@pulumi.getter(name="ikev2SecurityAssociationLifetimeVariable")
|
|
485
|
-
def ikev2_security_association_lifetime_variable(self) -> Optional[pulumi.Input[
|
|
498
|
+
def ikev2_security_association_lifetime_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
486
499
|
"""
|
|
487
500
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
488
501
|
"""
|
|
489
502
|
return pulumi.get(self, "ikev2_security_association_lifetime_variable")
|
|
490
503
|
|
|
491
504
|
@ikev2_security_association_lifetime_variable.setter
|
|
492
|
-
def ikev2_security_association_lifetime_variable(self, value: Optional[pulumi.Input[
|
|
505
|
+
def ikev2_security_association_lifetime_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
493
506
|
pulumi.set(self, "ikev2_security_association_lifetime_variable", value)
|
|
494
507
|
|
|
495
|
-
@property
|
|
508
|
+
@_builtins.property
|
|
496
509
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
497
|
-
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[
|
|
510
|
+
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
498
511
|
"""
|
|
499
|
-
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
500
|
-
|
|
512
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
513
|
+
- Default value: `64`
|
|
501
514
|
"""
|
|
502
515
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
503
516
|
|
|
504
517
|
@ipsec_anti_replay_window_size.setter
|
|
505
|
-
def ipsec_anti_replay_window_size(self, value: Optional[pulumi.Input[
|
|
518
|
+
def ipsec_anti_replay_window_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
506
519
|
pulumi.set(self, "ipsec_anti_replay_window_size", value)
|
|
507
520
|
|
|
508
|
-
@property
|
|
521
|
+
@_builtins.property
|
|
509
522
|
@pulumi.getter(name="ipsecAntiReplayWindowSizeVariable")
|
|
510
|
-
def ipsec_anti_replay_window_size_variable(self) -> Optional[pulumi.Input[
|
|
523
|
+
def ipsec_anti_replay_window_size_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
511
524
|
"""
|
|
512
525
|
Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
513
526
|
"""
|
|
514
527
|
return pulumi.get(self, "ipsec_anti_replay_window_size_variable")
|
|
515
528
|
|
|
516
529
|
@ipsec_anti_replay_window_size_variable.setter
|
|
517
|
-
def ipsec_anti_replay_window_size_variable(self, value: Optional[pulumi.Input[
|
|
530
|
+
def ipsec_anti_replay_window_size_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
518
531
|
pulumi.set(self, "ipsec_anti_replay_window_size_variable", value)
|
|
519
532
|
|
|
520
|
-
@property
|
|
533
|
+
@_builtins.property
|
|
521
534
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
522
|
-
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[
|
|
535
|
+
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
523
536
|
"""
|
|
524
|
-
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
537
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
538
|
+
- Default value: `true`
|
|
525
539
|
"""
|
|
526
540
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
527
541
|
|
|
528
542
|
@ipsec_enable_anti_replay.setter
|
|
529
|
-
def ipsec_enable_anti_replay(self, value: Optional[pulumi.Input[
|
|
543
|
+
def ipsec_enable_anti_replay(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
530
544
|
pulumi.set(self, "ipsec_enable_anti_replay", value)
|
|
531
545
|
|
|
532
|
-
@property
|
|
546
|
+
@_builtins.property
|
|
533
547
|
@pulumi.getter(name="ipsecEnableAntiReplayVariable")
|
|
534
|
-
def ipsec_enable_anti_replay_variable(self) -> Optional[pulumi.Input[
|
|
548
|
+
def ipsec_enable_anti_replay_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
535
549
|
"""
|
|
536
550
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
537
551
|
"""
|
|
538
552
|
return pulumi.get(self, "ipsec_enable_anti_replay_variable")
|
|
539
553
|
|
|
540
554
|
@ipsec_enable_anti_replay_variable.setter
|
|
541
|
-
def ipsec_enable_anti_replay_variable(self, value: Optional[pulumi.Input[
|
|
555
|
+
def ipsec_enable_anti_replay_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
542
556
|
pulumi.set(self, "ipsec_enable_anti_replay_variable", value)
|
|
543
557
|
|
|
544
|
-
@property
|
|
558
|
+
@_builtins.property
|
|
545
559
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
546
|
-
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[
|
|
560
|
+
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
547
561
|
"""
|
|
548
|
-
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
549
|
-
|
|
562
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
563
|
+
- Default value: `false`
|
|
550
564
|
"""
|
|
551
565
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
552
566
|
|
|
553
567
|
@ipsec_enable_perfect_foward_secrecy.setter
|
|
554
|
-
def ipsec_enable_perfect_foward_secrecy(self, value: Optional[pulumi.Input[
|
|
568
|
+
def ipsec_enable_perfect_foward_secrecy(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
555
569
|
pulumi.set(self, "ipsec_enable_perfect_foward_secrecy", value)
|
|
556
570
|
|
|
557
|
-
@property
|
|
571
|
+
@_builtins.property
|
|
558
572
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecyVariable")
|
|
559
|
-
def ipsec_enable_perfect_foward_secrecy_variable(self) -> Optional[pulumi.Input[
|
|
573
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
560
574
|
"""
|
|
561
575
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
562
576
|
"""
|
|
563
577
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy_variable")
|
|
564
578
|
|
|
565
579
|
@ipsec_enable_perfect_foward_secrecy_variable.setter
|
|
566
|
-
def ipsec_enable_perfect_foward_secrecy_variable(self, value: Optional[pulumi.Input[
|
|
580
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
567
581
|
pulumi.set(self, "ipsec_enable_perfect_foward_secrecy_variable", value)
|
|
568
582
|
|
|
569
|
-
@property
|
|
583
|
+
@_builtins.property
|
|
570
584
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
571
|
-
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[
|
|
585
|
+
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
572
586
|
"""
|
|
573
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
574
|
-
|
|
587
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
588
|
+
- Range: `3600`-`86400`
|
|
589
|
+
- Default value: `3600`
|
|
575
590
|
"""
|
|
576
591
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
577
592
|
|
|
578
593
|
@ipsec_security_association_lifetime.setter
|
|
579
|
-
def ipsec_security_association_lifetime(self, value: Optional[pulumi.Input[
|
|
594
|
+
def ipsec_security_association_lifetime(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
580
595
|
pulumi.set(self, "ipsec_security_association_lifetime", value)
|
|
581
596
|
|
|
582
|
-
@property
|
|
597
|
+
@_builtins.property
|
|
583
598
|
@pulumi.getter(name="ipsecSecurityAssociationLifetimeVariable")
|
|
584
|
-
def ipsec_security_association_lifetime_variable(self) -> Optional[pulumi.Input[
|
|
599
|
+
def ipsec_security_association_lifetime_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
585
600
|
"""
|
|
586
601
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
587
602
|
"""
|
|
588
603
|
return pulumi.get(self, "ipsec_security_association_lifetime_variable")
|
|
589
604
|
|
|
590
605
|
@ipsec_security_association_lifetime_variable.setter
|
|
591
|
-
def ipsec_security_association_lifetime_variable(self, value: Optional[pulumi.Input[
|
|
606
|
+
def ipsec_security_association_lifetime_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
592
607
|
pulumi.set(self, "ipsec_security_association_lifetime_variable", value)
|
|
593
608
|
|
|
594
|
-
@property
|
|
609
|
+
@_builtins.property
|
|
595
610
|
@pulumi.getter(name="ipv4PoolSize")
|
|
596
|
-
def ipv4_pool_size(self) -> Optional[pulumi.Input[
|
|
611
|
+
def ipv4_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
597
612
|
"""
|
|
598
|
-
IPv4 Pool Size
|
|
613
|
+
IPv4 Pool Size
|
|
614
|
+
- Default value: `1000`
|
|
599
615
|
"""
|
|
600
616
|
return pulumi.get(self, "ipv4_pool_size")
|
|
601
617
|
|
|
602
618
|
@ipv4_pool_size.setter
|
|
603
|
-
def ipv4_pool_size(self, value: Optional[pulumi.Input[
|
|
619
|
+
def ipv4_pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
604
620
|
pulumi.set(self, "ipv4_pool_size", value)
|
|
605
621
|
|
|
606
|
-
@property
|
|
622
|
+
@_builtins.property
|
|
607
623
|
@pulumi.getter(name="ipv4PoolSizeVariable")
|
|
608
|
-
def ipv4_pool_size_variable(self) -> Optional[pulumi.Input[
|
|
624
|
+
def ipv4_pool_size_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
609
625
|
"""
|
|
610
626
|
Variable name
|
|
611
627
|
"""
|
|
612
628
|
return pulumi.get(self, "ipv4_pool_size_variable")
|
|
613
629
|
|
|
614
630
|
@ipv4_pool_size_variable.setter
|
|
615
|
-
def ipv4_pool_size_variable(self, value: Optional[pulumi.Input[
|
|
631
|
+
def ipv4_pool_size_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
616
632
|
pulumi.set(self, "ipv4_pool_size_variable", value)
|
|
617
633
|
|
|
618
|
-
@property
|
|
634
|
+
@_builtins.property
|
|
619
635
|
@pulumi.getter(name="ipv6PoolSize")
|
|
620
|
-
def ipv6_pool_size(self) -> Optional[pulumi.Input[
|
|
636
|
+
def ipv6_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
621
637
|
"""
|
|
622
|
-
IPv6 Pool Size
|
|
638
|
+
IPv6 Pool Size
|
|
639
|
+
- Default value: `1024`
|
|
623
640
|
"""
|
|
624
641
|
return pulumi.get(self, "ipv6_pool_size")
|
|
625
642
|
|
|
626
643
|
@ipv6_pool_size.setter
|
|
627
|
-
def ipv6_pool_size(self, value: Optional[pulumi.Input[
|
|
644
|
+
def ipv6_pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
628
645
|
pulumi.set(self, "ipv6_pool_size", value)
|
|
629
646
|
|
|
630
|
-
@property
|
|
647
|
+
@_builtins.property
|
|
631
648
|
@pulumi.getter(name="ipv6PoolSizeVariable")
|
|
632
|
-
def ipv6_pool_size_variable(self) -> Optional[pulumi.Input[
|
|
649
|
+
def ipv6_pool_size_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
633
650
|
"""
|
|
634
651
|
Variable name
|
|
635
652
|
"""
|
|
636
653
|
return pulumi.get(self, "ipv6_pool_size_variable")
|
|
637
654
|
|
|
638
655
|
@ipv6_pool_size_variable.setter
|
|
639
|
-
def ipv6_pool_size_variable(self, value: Optional[pulumi.Input[
|
|
656
|
+
def ipv6_pool_size_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
640
657
|
pulumi.set(self, "ipv6_pool_size_variable", value)
|
|
641
658
|
|
|
642
|
-
@property
|
|
659
|
+
@_builtins.property
|
|
643
660
|
@pulumi.getter
|
|
644
|
-
def name(self) -> Optional[pulumi.Input[
|
|
661
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
645
662
|
"""
|
|
646
663
|
The name of the Feature
|
|
647
664
|
"""
|
|
648
665
|
return pulumi.get(self, "name")
|
|
649
666
|
|
|
650
667
|
@name.setter
|
|
651
|
-
def name(self, value: Optional[pulumi.Input[
|
|
668
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
652
669
|
pulumi.set(self, "name", value)
|
|
653
670
|
|
|
654
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
655
672
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
656
|
-
def psk_authentication_pre_shared_key(self) -> Optional[pulumi.Input[
|
|
673
|
+
def psk_authentication_pre_shared_key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
657
674
|
"""
|
|
658
675
|
PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
659
676
|
"""
|
|
660
677
|
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
661
678
|
|
|
662
679
|
@psk_authentication_pre_shared_key.setter
|
|
663
|
-
def psk_authentication_pre_shared_key(self, value: Optional[pulumi.Input[
|
|
680
|
+
def psk_authentication_pre_shared_key(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
664
681
|
pulumi.set(self, "psk_authentication_pre_shared_key", value)
|
|
665
682
|
|
|
666
|
-
@property
|
|
683
|
+
@_builtins.property
|
|
667
684
|
@pulumi.getter(name="pskAuthenticationPreSharedKeyVariable")
|
|
668
|
-
def psk_authentication_pre_shared_key_variable(self) -> Optional[pulumi.Input[
|
|
685
|
+
def psk_authentication_pre_shared_key_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
669
686
|
"""
|
|
670
687
|
Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
671
688
|
"""
|
|
672
689
|
return pulumi.get(self, "psk_authentication_pre_shared_key_variable")
|
|
673
690
|
|
|
674
691
|
@psk_authentication_pre_shared_key_variable.setter
|
|
675
|
-
def psk_authentication_pre_shared_key_variable(self, value: Optional[pulumi.Input[
|
|
692
|
+
def psk_authentication_pre_shared_key_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
676
693
|
pulumi.set(self, "psk_authentication_pre_shared_key_variable", value)
|
|
677
694
|
|
|
678
|
-
@property
|
|
695
|
+
@_builtins.property
|
|
679
696
|
@pulumi.getter(name="pskAuthenticationType")
|
|
680
|
-
def psk_authentication_type(self) -> Optional[pulumi.Input[
|
|
697
|
+
def psk_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
681
698
|
"""
|
|
682
|
-
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
699
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
700
|
+
- Choices: `aaa`, `group`
|
|
683
701
|
"""
|
|
684
702
|
return pulumi.get(self, "psk_authentication_type")
|
|
685
703
|
|
|
686
704
|
@psk_authentication_type.setter
|
|
687
|
-
def psk_authentication_type(self, value: Optional[pulumi.Input[
|
|
705
|
+
def psk_authentication_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
688
706
|
pulumi.set(self, "psk_authentication_type", value)
|
|
689
707
|
|
|
690
|
-
@property
|
|
708
|
+
@_builtins.property
|
|
691
709
|
@pulumi.getter(name="pskAuthenticationTypeVariable")
|
|
692
|
-
def psk_authentication_type_variable(self) -> Optional[pulumi.Input[
|
|
710
|
+
def psk_authentication_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
693
711
|
"""
|
|
694
712
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
695
713
|
"""
|
|
696
714
|
return pulumi.get(self, "psk_authentication_type_variable")
|
|
697
715
|
|
|
698
716
|
@psk_authentication_type_variable.setter
|
|
699
|
-
def psk_authentication_type_variable(self, value: Optional[pulumi.Input[
|
|
717
|
+
def psk_authentication_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
700
718
|
pulumi.set(self, "psk_authentication_type_variable", value)
|
|
701
719
|
|
|
702
|
-
@property
|
|
720
|
+
@_builtins.property
|
|
703
721
|
@pulumi.getter(name="radiusGroupNameVariable")
|
|
704
|
-
def radius_group_name_variable(self) -> Optional[pulumi.Input[
|
|
722
|
+
def radius_group_name_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
705
723
|
"""
|
|
706
724
|
Variable name
|
|
707
725
|
"""
|
|
708
726
|
return pulumi.get(self, "radius_group_name_variable")
|
|
709
727
|
|
|
710
728
|
@radius_group_name_variable.setter
|
|
711
|
-
def radius_group_name_variable(self, value: Optional[pulumi.Input[
|
|
729
|
+
def radius_group_name_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
712
730
|
pulumi.set(self, "radius_group_name_variable", value)
|
|
713
731
|
|
|
714
732
|
|
|
715
733
|
@pulumi.input_type
|
|
716
734
|
class _SystemRemoteAccessFeatureState:
|
|
717
735
|
def __init__(__self__, *,
|
|
718
|
-
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[
|
|
719
|
-
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[
|
|
720
|
-
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[
|
|
721
|
-
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[
|
|
722
|
-
aaa_enable_accounting: Optional[pulumi.Input[
|
|
723
|
-
aaa_enable_accounting_variable: Optional[pulumi.Input[
|
|
724
|
-
aaa_specify_name_policy_name: Optional[pulumi.Input[
|
|
725
|
-
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[
|
|
726
|
-
aaa_specify_name_policy_password: Optional[pulumi.Input[
|
|
727
|
-
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[
|
|
728
|
-
any_connect_eap_authentication_type: Optional[pulumi.Input[
|
|
729
|
-
connection_type_ssl: Optional[pulumi.Input[
|
|
730
|
-
description: Optional[pulumi.Input[
|
|
731
|
-
enable_certificate_list_check: Optional[pulumi.Input[
|
|
732
|
-
enable_certificate_list_check_variable: Optional[pulumi.Input[
|
|
733
|
-
feature_profile_id: Optional[pulumi.Input[
|
|
734
|
-
ikev2_anti_dos_threshold: Optional[pulumi.Input[
|
|
735
|
-
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[
|
|
736
|
-
ikev2_local_ike_identity_type: Optional[pulumi.Input[
|
|
737
|
-
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[
|
|
738
|
-
ikev2_local_ike_identity_value: Optional[pulumi.Input[
|
|
739
|
-
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[
|
|
740
|
-
ikev2_security_association_lifetime: Optional[pulumi.Input[
|
|
741
|
-
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
742
|
-
ipsec_anti_replay_window_size: Optional[pulumi.Input[
|
|
743
|
-
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[
|
|
744
|
-
ipsec_enable_anti_replay: Optional[pulumi.Input[
|
|
745
|
-
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[
|
|
746
|
-
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[
|
|
747
|
-
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[
|
|
748
|
-
ipsec_security_association_lifetime: Optional[pulumi.Input[
|
|
749
|
-
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
750
|
-
ipv4_pool_size: Optional[pulumi.Input[
|
|
751
|
-
ipv4_pool_size_variable: Optional[pulumi.Input[
|
|
752
|
-
ipv6_pool_size: Optional[pulumi.Input[
|
|
753
|
-
ipv6_pool_size_variable: Optional[pulumi.Input[
|
|
754
|
-
name: Optional[pulumi.Input[
|
|
755
|
-
psk_authentication_pre_shared_key: Optional[pulumi.Input[
|
|
756
|
-
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[
|
|
757
|
-
psk_authentication_type: Optional[pulumi.Input[
|
|
758
|
-
psk_authentication_type_variable: Optional[pulumi.Input[
|
|
759
|
-
radius_group_name: Optional[pulumi.Input[
|
|
760
|
-
radius_group_name_variable: Optional[pulumi.Input[
|
|
761
|
-
version: Optional[pulumi.Input[
|
|
736
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
737
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
738
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
739
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
740
|
+
aaa_enable_accounting: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
741
|
+
aaa_enable_accounting_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
742
|
+
aaa_specify_name_policy_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
743
|
+
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
744
|
+
aaa_specify_name_policy_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
745
|
+
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
746
|
+
any_connect_eap_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
747
|
+
connection_type_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
748
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
749
|
+
enable_certificate_list_check: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
750
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
751
|
+
feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
752
|
+
ikev2_anti_dos_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
|
753
|
+
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
754
|
+
ikev2_local_ike_identity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
755
|
+
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
756
|
+
ikev2_local_ike_identity_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
757
|
+
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
758
|
+
ikev2_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
759
|
+
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
760
|
+
ipsec_anti_replay_window_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
761
|
+
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
762
|
+
ipsec_enable_anti_replay: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
763
|
+
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
764
|
+
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
765
|
+
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
766
|
+
ipsec_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
767
|
+
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
768
|
+
ipv4_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
769
|
+
ipv4_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
770
|
+
ipv6_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
771
|
+
ipv6_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
772
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
773
|
+
psk_authentication_pre_shared_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
774
|
+
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
775
|
+
psk_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
776
|
+
psk_authentication_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
777
|
+
radius_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
778
|
+
radius_group_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
779
|
+
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
762
780
|
"""
|
|
763
781
|
Input properties used for looking up and filtering SystemRemoteAccessFeature resources.
|
|
764
|
-
:param pulumi.Input[
|
|
765
|
-
:param pulumi.Input[
|
|
766
|
-
:param pulumi.Input[
|
|
767
|
-
:param pulumi.Input[
|
|
768
|
-
:param pulumi.Input[
|
|
769
|
-
|
|
770
|
-
:param pulumi.Input[
|
|
771
|
-
:param pulumi.Input[
|
|
772
|
-
:param pulumi.Input[
|
|
773
|
-
:param pulumi.Input[
|
|
774
|
-
|
|
775
|
-
:param pulumi.Input[
|
|
776
|
-
|
|
777
|
-
:param pulumi.Input[
|
|
778
|
-
:param pulumi.Input[
|
|
779
|
-
|
|
780
|
-
:param pulumi.Input[
|
|
781
|
-
:param pulumi.Input[
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
:param pulumi.Input[
|
|
785
|
-
:param pulumi.Input[
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
:param pulumi.Input[
|
|
789
|
-
:param pulumi.Input[
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
:param pulumi.Input[
|
|
794
|
-
:param pulumi.Input[
|
|
795
|
-
|
|
796
|
-
:param pulumi.Input[
|
|
797
|
-
:param pulumi.Input[
|
|
798
|
-
|
|
799
|
-
:param pulumi.Input[
|
|
800
|
-
:param pulumi.Input[
|
|
801
|
-
|
|
802
|
-
:param pulumi.Input[
|
|
803
|
-
:param pulumi.Input[
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
:param pulumi.Input[
|
|
807
|
-
:param pulumi.Input[
|
|
808
|
-
|
|
809
|
-
:param pulumi.Input[
|
|
810
|
-
:param pulumi.Input[
|
|
782
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
783
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
784
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
785
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
786
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
787
|
+
- Default value: `true`
|
|
788
|
+
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
789
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
790
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
791
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
792
|
+
- Choices: `user`, `device`
|
|
793
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
794
|
+
- Default value: `false`
|
|
795
|
+
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
796
|
+
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
797
|
+
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
798
|
+
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
799
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
800
|
+
- Range: `10`-`1000`
|
|
801
|
+
- Default value: `100`
|
|
802
|
+
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
803
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
804
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
805
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
806
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
807
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
808
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
809
|
+
- Range: `3600`-`86400`
|
|
810
|
+
- Default value: `86400`
|
|
811
|
+
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
812
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
813
|
+
- Default value: `64`
|
|
814
|
+
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
815
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
816
|
+
- Default value: `true`
|
|
817
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
818
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
819
|
+
- Default value: `false`
|
|
820
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
821
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
822
|
+
- Range: `3600`-`86400`
|
|
823
|
+
- Default value: `3600`
|
|
824
|
+
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
825
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
826
|
+
- Default value: `1000`
|
|
827
|
+
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
828
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
829
|
+
- Default value: `1024`
|
|
830
|
+
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
831
|
+
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
832
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
833
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
834
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
835
|
+
- Choices: `aaa`, `group`
|
|
836
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
837
|
+
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
838
|
+
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
811
839
|
"""
|
|
812
840
|
if aaa_derive_name_from_peer_domain is not None:
|
|
813
841
|
pulumi.set(__self__, "aaa_derive_name_from_peer_domain", aaa_derive_name_from_peer_domain)
|
|
@@ -898,529 +926,539 @@ class _SystemRemoteAccessFeatureState:
|
|
|
898
926
|
if version is not None:
|
|
899
927
|
pulumi.set(__self__, "version", version)
|
|
900
928
|
|
|
901
|
-
@property
|
|
929
|
+
@_builtins.property
|
|
902
930
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
903
|
-
def aaa_derive_name_from_peer_domain(self) -> Optional[pulumi.Input[
|
|
931
|
+
def aaa_derive_name_from_peer_domain(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
904
932
|
"""
|
|
905
933
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
906
934
|
"""
|
|
907
935
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
908
936
|
|
|
909
937
|
@aaa_derive_name_from_peer_domain.setter
|
|
910
|
-
def aaa_derive_name_from_peer_domain(self, value: Optional[pulumi.Input[
|
|
938
|
+
def aaa_derive_name_from_peer_domain(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
911
939
|
pulumi.set(self, "aaa_derive_name_from_peer_domain", value)
|
|
912
940
|
|
|
913
|
-
@property
|
|
941
|
+
@_builtins.property
|
|
914
942
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
915
|
-
def aaa_derive_name_from_peer_domain_variable(self) -> Optional[pulumi.Input[
|
|
943
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
916
944
|
"""
|
|
917
945
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
918
946
|
"""
|
|
919
947
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
920
948
|
|
|
921
949
|
@aaa_derive_name_from_peer_domain_variable.setter
|
|
922
|
-
def aaa_derive_name_from_peer_domain_variable(self, value: Optional[pulumi.Input[
|
|
950
|
+
def aaa_derive_name_from_peer_domain_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
923
951
|
pulumi.set(self, "aaa_derive_name_from_peer_domain_variable", value)
|
|
924
952
|
|
|
925
|
-
@property
|
|
953
|
+
@_builtins.property
|
|
926
954
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
927
|
-
def aaa_derive_name_from_peer_identity(self) -> Optional[pulumi.Input[
|
|
955
|
+
def aaa_derive_name_from_peer_identity(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
928
956
|
"""
|
|
929
957
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
930
958
|
"""
|
|
931
959
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
932
960
|
|
|
933
961
|
@aaa_derive_name_from_peer_identity.setter
|
|
934
|
-
def aaa_derive_name_from_peer_identity(self, value: Optional[pulumi.Input[
|
|
962
|
+
def aaa_derive_name_from_peer_identity(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
935
963
|
pulumi.set(self, "aaa_derive_name_from_peer_identity", value)
|
|
936
964
|
|
|
937
|
-
@property
|
|
965
|
+
@_builtins.property
|
|
938
966
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
939
|
-
def aaa_derive_name_from_peer_identity_variable(self) -> Optional[pulumi.Input[
|
|
967
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
940
968
|
"""
|
|
941
969
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
942
970
|
"""
|
|
943
971
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
944
972
|
|
|
945
973
|
@aaa_derive_name_from_peer_identity_variable.setter
|
|
946
|
-
def aaa_derive_name_from_peer_identity_variable(self, value: Optional[pulumi.Input[
|
|
974
|
+
def aaa_derive_name_from_peer_identity_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
947
975
|
pulumi.set(self, "aaa_derive_name_from_peer_identity_variable", value)
|
|
948
976
|
|
|
949
|
-
@property
|
|
977
|
+
@_builtins.property
|
|
950
978
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
951
|
-
def aaa_enable_accounting(self) -> Optional[pulumi.Input[
|
|
979
|
+
def aaa_enable_accounting(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
952
980
|
"""
|
|
953
|
-
Enable Accounting
|
|
981
|
+
Enable Accounting
|
|
982
|
+
- Default value: `true`
|
|
954
983
|
"""
|
|
955
984
|
return pulumi.get(self, "aaa_enable_accounting")
|
|
956
985
|
|
|
957
986
|
@aaa_enable_accounting.setter
|
|
958
|
-
def aaa_enable_accounting(self, value: Optional[pulumi.Input[
|
|
987
|
+
def aaa_enable_accounting(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
959
988
|
pulumi.set(self, "aaa_enable_accounting", value)
|
|
960
989
|
|
|
961
|
-
@property
|
|
990
|
+
@_builtins.property
|
|
962
991
|
@pulumi.getter(name="aaaEnableAccountingVariable")
|
|
963
|
-
def aaa_enable_accounting_variable(self) -> Optional[pulumi.Input[
|
|
992
|
+
def aaa_enable_accounting_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
964
993
|
"""
|
|
965
994
|
Variable name
|
|
966
995
|
"""
|
|
967
996
|
return pulumi.get(self, "aaa_enable_accounting_variable")
|
|
968
997
|
|
|
969
998
|
@aaa_enable_accounting_variable.setter
|
|
970
|
-
def aaa_enable_accounting_variable(self, value: Optional[pulumi.Input[
|
|
999
|
+
def aaa_enable_accounting_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
971
1000
|
pulumi.set(self, "aaa_enable_accounting_variable", value)
|
|
972
1001
|
|
|
973
|
-
@property
|
|
1002
|
+
@_builtins.property
|
|
974
1003
|
@pulumi.getter(name="aaaSpecifyNamePolicyName")
|
|
975
|
-
def aaa_specify_name_policy_name(self) -> Optional[pulumi.Input[
|
|
1004
|
+
def aaa_specify_name_policy_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
976
1005
|
return pulumi.get(self, "aaa_specify_name_policy_name")
|
|
977
1006
|
|
|
978
1007
|
@aaa_specify_name_policy_name.setter
|
|
979
|
-
def aaa_specify_name_policy_name(self, value: Optional[pulumi.Input[
|
|
1008
|
+
def aaa_specify_name_policy_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
980
1009
|
pulumi.set(self, "aaa_specify_name_policy_name", value)
|
|
981
1010
|
|
|
982
|
-
@property
|
|
1011
|
+
@_builtins.property
|
|
983
1012
|
@pulumi.getter(name="aaaSpecifyNamePolicyNameVariable")
|
|
984
|
-
def aaa_specify_name_policy_name_variable(self) -> Optional[pulumi.Input[
|
|
1013
|
+
def aaa_specify_name_policy_name_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
985
1014
|
"""
|
|
986
1015
|
Variable name
|
|
987
1016
|
"""
|
|
988
1017
|
return pulumi.get(self, "aaa_specify_name_policy_name_variable")
|
|
989
1018
|
|
|
990
1019
|
@aaa_specify_name_policy_name_variable.setter
|
|
991
|
-
def aaa_specify_name_policy_name_variable(self, value: Optional[pulumi.Input[
|
|
1020
|
+
def aaa_specify_name_policy_name_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
992
1021
|
pulumi.set(self, "aaa_specify_name_policy_name_variable", value)
|
|
993
1022
|
|
|
994
|
-
@property
|
|
1023
|
+
@_builtins.property
|
|
995
1024
|
@pulumi.getter(name="aaaSpecifyNamePolicyPassword")
|
|
996
|
-
def aaa_specify_name_policy_password(self) -> Optional[pulumi.Input[
|
|
1025
|
+
def aaa_specify_name_policy_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
997
1026
|
return pulumi.get(self, "aaa_specify_name_policy_password")
|
|
998
1027
|
|
|
999
1028
|
@aaa_specify_name_policy_password.setter
|
|
1000
|
-
def aaa_specify_name_policy_password(self, value: Optional[pulumi.Input[
|
|
1029
|
+
def aaa_specify_name_policy_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1001
1030
|
pulumi.set(self, "aaa_specify_name_policy_password", value)
|
|
1002
1031
|
|
|
1003
|
-
@property
|
|
1032
|
+
@_builtins.property
|
|
1004
1033
|
@pulumi.getter(name="aaaSpecifyNamePolicyPasswordVariable")
|
|
1005
|
-
def aaa_specify_name_policy_password_variable(self) -> Optional[pulumi.Input[
|
|
1034
|
+
def aaa_specify_name_policy_password_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1006
1035
|
"""
|
|
1007
1036
|
Variable name
|
|
1008
1037
|
"""
|
|
1009
1038
|
return pulumi.get(self, "aaa_specify_name_policy_password_variable")
|
|
1010
1039
|
|
|
1011
1040
|
@aaa_specify_name_policy_password_variable.setter
|
|
1012
|
-
def aaa_specify_name_policy_password_variable(self, value: Optional[pulumi.Input[
|
|
1041
|
+
def aaa_specify_name_policy_password_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1013
1042
|
pulumi.set(self, "aaa_specify_name_policy_password_variable", value)
|
|
1014
1043
|
|
|
1015
|
-
@property
|
|
1044
|
+
@_builtins.property
|
|
1016
1045
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
1017
|
-
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[
|
|
1046
|
+
def any_connect_eap_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1018
1047
|
"""
|
|
1019
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1048
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1049
|
+
- Choices: `user`, `device`
|
|
1020
1050
|
"""
|
|
1021
1051
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
1022
1052
|
|
|
1023
1053
|
@any_connect_eap_authentication_type.setter
|
|
1024
|
-
def any_connect_eap_authentication_type(self, value: Optional[pulumi.Input[
|
|
1054
|
+
def any_connect_eap_authentication_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1025
1055
|
pulumi.set(self, "any_connect_eap_authentication_type", value)
|
|
1026
1056
|
|
|
1027
|
-
@property
|
|
1057
|
+
@_builtins.property
|
|
1028
1058
|
@pulumi.getter(name="connectionTypeSsl")
|
|
1029
|
-
def connection_type_ssl(self) -> Optional[pulumi.Input[
|
|
1059
|
+
def connection_type_ssl(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1030
1060
|
"""
|
|
1031
|
-
Enabled SSL VPN
|
|
1061
|
+
Enabled SSL VPN
|
|
1062
|
+
- Default value: `false`
|
|
1032
1063
|
"""
|
|
1033
1064
|
return pulumi.get(self, "connection_type_ssl")
|
|
1034
1065
|
|
|
1035
1066
|
@connection_type_ssl.setter
|
|
1036
|
-
def connection_type_ssl(self, value: Optional[pulumi.Input[
|
|
1067
|
+
def connection_type_ssl(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1037
1068
|
pulumi.set(self, "connection_type_ssl", value)
|
|
1038
1069
|
|
|
1039
|
-
@property
|
|
1070
|
+
@_builtins.property
|
|
1040
1071
|
@pulumi.getter
|
|
1041
|
-
def description(self) -> Optional[pulumi.Input[
|
|
1072
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1042
1073
|
"""
|
|
1043
1074
|
The description of the Feature
|
|
1044
1075
|
"""
|
|
1045
1076
|
return pulumi.get(self, "description")
|
|
1046
1077
|
|
|
1047
1078
|
@description.setter
|
|
1048
|
-
def description(self, value: Optional[pulumi.Input[
|
|
1079
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1049
1080
|
pulumi.set(self, "description", value)
|
|
1050
1081
|
|
|
1051
|
-
@property
|
|
1082
|
+
@_builtins.property
|
|
1052
1083
|
@pulumi.getter(name="enableCertificateListCheck")
|
|
1053
|
-
def enable_certificate_list_check(self) -> Optional[pulumi.Input[
|
|
1084
|
+
def enable_certificate_list_check(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1054
1085
|
"""
|
|
1055
1086
|
- Default value: `false`
|
|
1056
1087
|
"""
|
|
1057
1088
|
return pulumi.get(self, "enable_certificate_list_check")
|
|
1058
1089
|
|
|
1059
1090
|
@enable_certificate_list_check.setter
|
|
1060
|
-
def enable_certificate_list_check(self, value: Optional[pulumi.Input[
|
|
1091
|
+
def enable_certificate_list_check(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1061
1092
|
pulumi.set(self, "enable_certificate_list_check", value)
|
|
1062
1093
|
|
|
1063
|
-
@property
|
|
1094
|
+
@_builtins.property
|
|
1064
1095
|
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
1065
|
-
def enable_certificate_list_check_variable(self) -> Optional[pulumi.Input[
|
|
1096
|
+
def enable_certificate_list_check_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1066
1097
|
"""
|
|
1067
1098
|
Variable name
|
|
1068
1099
|
"""
|
|
1069
1100
|
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
1070
1101
|
|
|
1071
1102
|
@enable_certificate_list_check_variable.setter
|
|
1072
|
-
def enable_certificate_list_check_variable(self, value: Optional[pulumi.Input[
|
|
1103
|
+
def enable_certificate_list_check_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1073
1104
|
pulumi.set(self, "enable_certificate_list_check_variable", value)
|
|
1074
1105
|
|
|
1075
|
-
@property
|
|
1106
|
+
@_builtins.property
|
|
1076
1107
|
@pulumi.getter(name="featureProfileId")
|
|
1077
|
-
def feature_profile_id(self) -> Optional[pulumi.Input[
|
|
1108
|
+
def feature_profile_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1078
1109
|
"""
|
|
1079
1110
|
Feature Profile ID
|
|
1080
1111
|
"""
|
|
1081
1112
|
return pulumi.get(self, "feature_profile_id")
|
|
1082
1113
|
|
|
1083
1114
|
@feature_profile_id.setter
|
|
1084
|
-
def feature_profile_id(self, value: Optional[pulumi.Input[
|
|
1115
|
+
def feature_profile_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1085
1116
|
pulumi.set(self, "feature_profile_id", value)
|
|
1086
1117
|
|
|
1087
|
-
@property
|
|
1118
|
+
@_builtins.property
|
|
1088
1119
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
1089
|
-
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[
|
|
1120
|
+
def ikev2_anti_dos_threshold(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1090
1121
|
"""
|
|
1091
|
-
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1092
|
-
|
|
1122
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1123
|
+
- Range: `10`-`1000`
|
|
1124
|
+
- Default value: `100`
|
|
1093
1125
|
"""
|
|
1094
1126
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
1095
1127
|
|
|
1096
1128
|
@ikev2_anti_dos_threshold.setter
|
|
1097
|
-
def ikev2_anti_dos_threshold(self, value: Optional[pulumi.Input[
|
|
1129
|
+
def ikev2_anti_dos_threshold(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1098
1130
|
pulumi.set(self, "ikev2_anti_dos_threshold", value)
|
|
1099
1131
|
|
|
1100
|
-
@property
|
|
1132
|
+
@_builtins.property
|
|
1101
1133
|
@pulumi.getter(name="ikev2AntiDosThresholdVariable")
|
|
1102
|
-
def ikev2_anti_dos_threshold_variable(self) -> Optional[pulumi.Input[
|
|
1134
|
+
def ikev2_anti_dos_threshold_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1103
1135
|
"""
|
|
1104
1136
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1105
1137
|
"""
|
|
1106
1138
|
return pulumi.get(self, "ikev2_anti_dos_threshold_variable")
|
|
1107
1139
|
|
|
1108
1140
|
@ikev2_anti_dos_threshold_variable.setter
|
|
1109
|
-
def ikev2_anti_dos_threshold_variable(self, value: Optional[pulumi.Input[
|
|
1141
|
+
def ikev2_anti_dos_threshold_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1110
1142
|
pulumi.set(self, "ikev2_anti_dos_threshold_variable", value)
|
|
1111
1143
|
|
|
1112
|
-
@property
|
|
1144
|
+
@_builtins.property
|
|
1113
1145
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
1114
|
-
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[
|
|
1146
|
+
def ikev2_local_ike_identity_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1115
1147
|
"""
|
|
1116
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1117
|
-
|
|
1148
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1149
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
1118
1150
|
"""
|
|
1119
1151
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
1120
1152
|
|
|
1121
1153
|
@ikev2_local_ike_identity_type.setter
|
|
1122
|
-
def ikev2_local_ike_identity_type(self, value: Optional[pulumi.Input[
|
|
1154
|
+
def ikev2_local_ike_identity_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1123
1155
|
pulumi.set(self, "ikev2_local_ike_identity_type", value)
|
|
1124
1156
|
|
|
1125
|
-
@property
|
|
1157
|
+
@_builtins.property
|
|
1126
1158
|
@pulumi.getter(name="ikev2LocalIkeIdentityTypeVariable")
|
|
1127
|
-
def ikev2_local_ike_identity_type_variable(self) -> Optional[pulumi.Input[
|
|
1159
|
+
def ikev2_local_ike_identity_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1128
1160
|
"""
|
|
1129
1161
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1130
1162
|
"""
|
|
1131
1163
|
return pulumi.get(self, "ikev2_local_ike_identity_type_variable")
|
|
1132
1164
|
|
|
1133
1165
|
@ikev2_local_ike_identity_type_variable.setter
|
|
1134
|
-
def ikev2_local_ike_identity_type_variable(self, value: Optional[pulumi.Input[
|
|
1166
|
+
def ikev2_local_ike_identity_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1135
1167
|
pulumi.set(self, "ikev2_local_ike_identity_type_variable", value)
|
|
1136
1168
|
|
|
1137
|
-
@property
|
|
1169
|
+
@_builtins.property
|
|
1138
1170
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
1139
|
-
def ikev2_local_ike_identity_value(self) -> Optional[pulumi.Input[
|
|
1171
|
+
def ikev2_local_ike_identity_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1140
1172
|
"""
|
|
1141
1173
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1142
1174
|
"""
|
|
1143
1175
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
1144
1176
|
|
|
1145
1177
|
@ikev2_local_ike_identity_value.setter
|
|
1146
|
-
def ikev2_local_ike_identity_value(self, value: Optional[pulumi.Input[
|
|
1178
|
+
def ikev2_local_ike_identity_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1147
1179
|
pulumi.set(self, "ikev2_local_ike_identity_value", value)
|
|
1148
1180
|
|
|
1149
|
-
@property
|
|
1181
|
+
@_builtins.property
|
|
1150
1182
|
@pulumi.getter(name="ikev2LocalIkeIdentityValueVariable")
|
|
1151
|
-
def ikev2_local_ike_identity_value_variable(self) -> Optional[pulumi.Input[
|
|
1183
|
+
def ikev2_local_ike_identity_value_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1152
1184
|
"""
|
|
1153
1185
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1154
1186
|
"""
|
|
1155
1187
|
return pulumi.get(self, "ikev2_local_ike_identity_value_variable")
|
|
1156
1188
|
|
|
1157
1189
|
@ikev2_local_ike_identity_value_variable.setter
|
|
1158
|
-
def ikev2_local_ike_identity_value_variable(self, value: Optional[pulumi.Input[
|
|
1190
|
+
def ikev2_local_ike_identity_value_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1159
1191
|
pulumi.set(self, "ikev2_local_ike_identity_value_variable", value)
|
|
1160
1192
|
|
|
1161
|
-
@property
|
|
1193
|
+
@_builtins.property
|
|
1162
1194
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
1163
|
-
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[
|
|
1195
|
+
def ikev2_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1164
1196
|
"""
|
|
1165
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1166
|
-
|
|
1197
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1198
|
+
- Range: `3600`-`86400`
|
|
1199
|
+
- Default value: `86400`
|
|
1167
1200
|
"""
|
|
1168
1201
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
1169
1202
|
|
|
1170
1203
|
@ikev2_security_association_lifetime.setter
|
|
1171
|
-
def ikev2_security_association_lifetime(self, value: Optional[pulumi.Input[
|
|
1204
|
+
def ikev2_security_association_lifetime(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1172
1205
|
pulumi.set(self, "ikev2_security_association_lifetime", value)
|
|
1173
1206
|
|
|
1174
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1175
1208
|
@pulumi.getter(name="ikev2SecurityAssociationLifetimeVariable")
|
|
1176
|
-
def ikev2_security_association_lifetime_variable(self) -> Optional[pulumi.Input[
|
|
1209
|
+
def ikev2_security_association_lifetime_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1177
1210
|
"""
|
|
1178
1211
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1179
1212
|
"""
|
|
1180
1213
|
return pulumi.get(self, "ikev2_security_association_lifetime_variable")
|
|
1181
1214
|
|
|
1182
1215
|
@ikev2_security_association_lifetime_variable.setter
|
|
1183
|
-
def ikev2_security_association_lifetime_variable(self, value: Optional[pulumi.Input[
|
|
1216
|
+
def ikev2_security_association_lifetime_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1184
1217
|
pulumi.set(self, "ikev2_security_association_lifetime_variable", value)
|
|
1185
1218
|
|
|
1186
|
-
@property
|
|
1219
|
+
@_builtins.property
|
|
1187
1220
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
1188
|
-
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[
|
|
1221
|
+
def ipsec_anti_replay_window_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1189
1222
|
"""
|
|
1190
|
-
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1191
|
-
|
|
1223
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1224
|
+
- Default value: `64`
|
|
1192
1225
|
"""
|
|
1193
1226
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
1194
1227
|
|
|
1195
1228
|
@ipsec_anti_replay_window_size.setter
|
|
1196
|
-
def ipsec_anti_replay_window_size(self, value: Optional[pulumi.Input[
|
|
1229
|
+
def ipsec_anti_replay_window_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1197
1230
|
pulumi.set(self, "ipsec_anti_replay_window_size", value)
|
|
1198
1231
|
|
|
1199
|
-
@property
|
|
1232
|
+
@_builtins.property
|
|
1200
1233
|
@pulumi.getter(name="ipsecAntiReplayWindowSizeVariable")
|
|
1201
|
-
def ipsec_anti_replay_window_size_variable(self) -> Optional[pulumi.Input[
|
|
1234
|
+
def ipsec_anti_replay_window_size_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1202
1235
|
"""
|
|
1203
1236
|
Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1204
1237
|
"""
|
|
1205
1238
|
return pulumi.get(self, "ipsec_anti_replay_window_size_variable")
|
|
1206
1239
|
|
|
1207
1240
|
@ipsec_anti_replay_window_size_variable.setter
|
|
1208
|
-
def ipsec_anti_replay_window_size_variable(self, value: Optional[pulumi.Input[
|
|
1241
|
+
def ipsec_anti_replay_window_size_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1209
1242
|
pulumi.set(self, "ipsec_anti_replay_window_size_variable", value)
|
|
1210
1243
|
|
|
1211
|
-
@property
|
|
1244
|
+
@_builtins.property
|
|
1212
1245
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
1213
|
-
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[
|
|
1246
|
+
def ipsec_enable_anti_replay(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1214
1247
|
"""
|
|
1215
|
-
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1248
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1249
|
+
- Default value: `true`
|
|
1216
1250
|
"""
|
|
1217
1251
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
1218
1252
|
|
|
1219
1253
|
@ipsec_enable_anti_replay.setter
|
|
1220
|
-
def ipsec_enable_anti_replay(self, value: Optional[pulumi.Input[
|
|
1254
|
+
def ipsec_enable_anti_replay(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1221
1255
|
pulumi.set(self, "ipsec_enable_anti_replay", value)
|
|
1222
1256
|
|
|
1223
|
-
@property
|
|
1257
|
+
@_builtins.property
|
|
1224
1258
|
@pulumi.getter(name="ipsecEnableAntiReplayVariable")
|
|
1225
|
-
def ipsec_enable_anti_replay_variable(self) -> Optional[pulumi.Input[
|
|
1259
|
+
def ipsec_enable_anti_replay_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1226
1260
|
"""
|
|
1227
1261
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1228
1262
|
"""
|
|
1229
1263
|
return pulumi.get(self, "ipsec_enable_anti_replay_variable")
|
|
1230
1264
|
|
|
1231
1265
|
@ipsec_enable_anti_replay_variable.setter
|
|
1232
|
-
def ipsec_enable_anti_replay_variable(self, value: Optional[pulumi.Input[
|
|
1266
|
+
def ipsec_enable_anti_replay_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1233
1267
|
pulumi.set(self, "ipsec_enable_anti_replay_variable", value)
|
|
1234
1268
|
|
|
1235
|
-
@property
|
|
1269
|
+
@_builtins.property
|
|
1236
1270
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
1237
|
-
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[
|
|
1271
|
+
def ipsec_enable_perfect_foward_secrecy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1238
1272
|
"""
|
|
1239
|
-
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1240
|
-
|
|
1273
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1274
|
+
- Default value: `false`
|
|
1241
1275
|
"""
|
|
1242
1276
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
1243
1277
|
|
|
1244
1278
|
@ipsec_enable_perfect_foward_secrecy.setter
|
|
1245
|
-
def ipsec_enable_perfect_foward_secrecy(self, value: Optional[pulumi.Input[
|
|
1279
|
+
def ipsec_enable_perfect_foward_secrecy(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1246
1280
|
pulumi.set(self, "ipsec_enable_perfect_foward_secrecy", value)
|
|
1247
1281
|
|
|
1248
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1249
1283
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecyVariable")
|
|
1250
|
-
def ipsec_enable_perfect_foward_secrecy_variable(self) -> Optional[pulumi.Input[
|
|
1284
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1251
1285
|
"""
|
|
1252
1286
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1253
1287
|
"""
|
|
1254
1288
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy_variable")
|
|
1255
1289
|
|
|
1256
1290
|
@ipsec_enable_perfect_foward_secrecy_variable.setter
|
|
1257
|
-
def ipsec_enable_perfect_foward_secrecy_variable(self, value: Optional[pulumi.Input[
|
|
1291
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1258
1292
|
pulumi.set(self, "ipsec_enable_perfect_foward_secrecy_variable", value)
|
|
1259
1293
|
|
|
1260
|
-
@property
|
|
1294
|
+
@_builtins.property
|
|
1261
1295
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
1262
|
-
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[
|
|
1296
|
+
def ipsec_security_association_lifetime(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1263
1297
|
"""
|
|
1264
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1265
|
-
|
|
1298
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1299
|
+
- Range: `3600`-`86400`
|
|
1300
|
+
- Default value: `3600`
|
|
1266
1301
|
"""
|
|
1267
1302
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
1268
1303
|
|
|
1269
1304
|
@ipsec_security_association_lifetime.setter
|
|
1270
|
-
def ipsec_security_association_lifetime(self, value: Optional[pulumi.Input[
|
|
1305
|
+
def ipsec_security_association_lifetime(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1271
1306
|
pulumi.set(self, "ipsec_security_association_lifetime", value)
|
|
1272
1307
|
|
|
1273
|
-
@property
|
|
1308
|
+
@_builtins.property
|
|
1274
1309
|
@pulumi.getter(name="ipsecSecurityAssociationLifetimeVariable")
|
|
1275
|
-
def ipsec_security_association_lifetime_variable(self) -> Optional[pulumi.Input[
|
|
1310
|
+
def ipsec_security_association_lifetime_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1276
1311
|
"""
|
|
1277
1312
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1278
1313
|
"""
|
|
1279
1314
|
return pulumi.get(self, "ipsec_security_association_lifetime_variable")
|
|
1280
1315
|
|
|
1281
1316
|
@ipsec_security_association_lifetime_variable.setter
|
|
1282
|
-
def ipsec_security_association_lifetime_variable(self, value: Optional[pulumi.Input[
|
|
1317
|
+
def ipsec_security_association_lifetime_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1283
1318
|
pulumi.set(self, "ipsec_security_association_lifetime_variable", value)
|
|
1284
1319
|
|
|
1285
|
-
@property
|
|
1320
|
+
@_builtins.property
|
|
1286
1321
|
@pulumi.getter(name="ipv4PoolSize")
|
|
1287
|
-
def ipv4_pool_size(self) -> Optional[pulumi.Input[
|
|
1322
|
+
def ipv4_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1288
1323
|
"""
|
|
1289
|
-
IPv4 Pool Size
|
|
1324
|
+
IPv4 Pool Size
|
|
1325
|
+
- Default value: `1000`
|
|
1290
1326
|
"""
|
|
1291
1327
|
return pulumi.get(self, "ipv4_pool_size")
|
|
1292
1328
|
|
|
1293
1329
|
@ipv4_pool_size.setter
|
|
1294
|
-
def ipv4_pool_size(self, value: Optional[pulumi.Input[
|
|
1330
|
+
def ipv4_pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1295
1331
|
pulumi.set(self, "ipv4_pool_size", value)
|
|
1296
1332
|
|
|
1297
|
-
@property
|
|
1333
|
+
@_builtins.property
|
|
1298
1334
|
@pulumi.getter(name="ipv4PoolSizeVariable")
|
|
1299
|
-
def ipv4_pool_size_variable(self) -> Optional[pulumi.Input[
|
|
1335
|
+
def ipv4_pool_size_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1300
1336
|
"""
|
|
1301
1337
|
Variable name
|
|
1302
1338
|
"""
|
|
1303
1339
|
return pulumi.get(self, "ipv4_pool_size_variable")
|
|
1304
1340
|
|
|
1305
1341
|
@ipv4_pool_size_variable.setter
|
|
1306
|
-
def ipv4_pool_size_variable(self, value: Optional[pulumi.Input[
|
|
1342
|
+
def ipv4_pool_size_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1307
1343
|
pulumi.set(self, "ipv4_pool_size_variable", value)
|
|
1308
1344
|
|
|
1309
|
-
@property
|
|
1345
|
+
@_builtins.property
|
|
1310
1346
|
@pulumi.getter(name="ipv6PoolSize")
|
|
1311
|
-
def ipv6_pool_size(self) -> Optional[pulumi.Input[
|
|
1347
|
+
def ipv6_pool_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1312
1348
|
"""
|
|
1313
|
-
IPv6 Pool Size
|
|
1349
|
+
IPv6 Pool Size
|
|
1350
|
+
- Default value: `1024`
|
|
1314
1351
|
"""
|
|
1315
1352
|
return pulumi.get(self, "ipv6_pool_size")
|
|
1316
1353
|
|
|
1317
1354
|
@ipv6_pool_size.setter
|
|
1318
|
-
def ipv6_pool_size(self, value: Optional[pulumi.Input[
|
|
1355
|
+
def ipv6_pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1319
1356
|
pulumi.set(self, "ipv6_pool_size", value)
|
|
1320
1357
|
|
|
1321
|
-
@property
|
|
1358
|
+
@_builtins.property
|
|
1322
1359
|
@pulumi.getter(name="ipv6PoolSizeVariable")
|
|
1323
|
-
def ipv6_pool_size_variable(self) -> Optional[pulumi.Input[
|
|
1360
|
+
def ipv6_pool_size_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1324
1361
|
"""
|
|
1325
1362
|
Variable name
|
|
1326
1363
|
"""
|
|
1327
1364
|
return pulumi.get(self, "ipv6_pool_size_variable")
|
|
1328
1365
|
|
|
1329
1366
|
@ipv6_pool_size_variable.setter
|
|
1330
|
-
def ipv6_pool_size_variable(self, value: Optional[pulumi.Input[
|
|
1367
|
+
def ipv6_pool_size_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1331
1368
|
pulumi.set(self, "ipv6_pool_size_variable", value)
|
|
1332
1369
|
|
|
1333
|
-
@property
|
|
1370
|
+
@_builtins.property
|
|
1334
1371
|
@pulumi.getter
|
|
1335
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1372
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1336
1373
|
"""
|
|
1337
1374
|
The name of the Feature
|
|
1338
1375
|
"""
|
|
1339
1376
|
return pulumi.get(self, "name")
|
|
1340
1377
|
|
|
1341
1378
|
@name.setter
|
|
1342
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1379
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1343
1380
|
pulumi.set(self, "name", value)
|
|
1344
1381
|
|
|
1345
|
-
@property
|
|
1382
|
+
@_builtins.property
|
|
1346
1383
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
1347
|
-
def psk_authentication_pre_shared_key(self) -> Optional[pulumi.Input[
|
|
1384
|
+
def psk_authentication_pre_shared_key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1348
1385
|
"""
|
|
1349
1386
|
PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1350
1387
|
"""
|
|
1351
1388
|
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
1352
1389
|
|
|
1353
1390
|
@psk_authentication_pre_shared_key.setter
|
|
1354
|
-
def psk_authentication_pre_shared_key(self, value: Optional[pulumi.Input[
|
|
1391
|
+
def psk_authentication_pre_shared_key(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1355
1392
|
pulumi.set(self, "psk_authentication_pre_shared_key", value)
|
|
1356
1393
|
|
|
1357
|
-
@property
|
|
1394
|
+
@_builtins.property
|
|
1358
1395
|
@pulumi.getter(name="pskAuthenticationPreSharedKeyVariable")
|
|
1359
|
-
def psk_authentication_pre_shared_key_variable(self) -> Optional[pulumi.Input[
|
|
1396
|
+
def psk_authentication_pre_shared_key_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1360
1397
|
"""
|
|
1361
1398
|
Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1362
1399
|
"""
|
|
1363
1400
|
return pulumi.get(self, "psk_authentication_pre_shared_key_variable")
|
|
1364
1401
|
|
|
1365
1402
|
@psk_authentication_pre_shared_key_variable.setter
|
|
1366
|
-
def psk_authentication_pre_shared_key_variable(self, value: Optional[pulumi.Input[
|
|
1403
|
+
def psk_authentication_pre_shared_key_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1367
1404
|
pulumi.set(self, "psk_authentication_pre_shared_key_variable", value)
|
|
1368
1405
|
|
|
1369
|
-
@property
|
|
1406
|
+
@_builtins.property
|
|
1370
1407
|
@pulumi.getter(name="pskAuthenticationType")
|
|
1371
|
-
def psk_authentication_type(self) -> Optional[pulumi.Input[
|
|
1408
|
+
def psk_authentication_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1372
1409
|
"""
|
|
1373
|
-
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1410
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1411
|
+
- Choices: `aaa`, `group`
|
|
1374
1412
|
"""
|
|
1375
1413
|
return pulumi.get(self, "psk_authentication_type")
|
|
1376
1414
|
|
|
1377
1415
|
@psk_authentication_type.setter
|
|
1378
|
-
def psk_authentication_type(self, value: Optional[pulumi.Input[
|
|
1416
|
+
def psk_authentication_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1379
1417
|
pulumi.set(self, "psk_authentication_type", value)
|
|
1380
1418
|
|
|
1381
|
-
@property
|
|
1419
|
+
@_builtins.property
|
|
1382
1420
|
@pulumi.getter(name="pskAuthenticationTypeVariable")
|
|
1383
|
-
def psk_authentication_type_variable(self) -> Optional[pulumi.Input[
|
|
1421
|
+
def psk_authentication_type_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1384
1422
|
"""
|
|
1385
1423
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1386
1424
|
"""
|
|
1387
1425
|
return pulumi.get(self, "psk_authentication_type_variable")
|
|
1388
1426
|
|
|
1389
1427
|
@psk_authentication_type_variable.setter
|
|
1390
|
-
def psk_authentication_type_variable(self, value: Optional[pulumi.Input[
|
|
1428
|
+
def psk_authentication_type_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1391
1429
|
pulumi.set(self, "psk_authentication_type_variable", value)
|
|
1392
1430
|
|
|
1393
|
-
@property
|
|
1431
|
+
@_builtins.property
|
|
1394
1432
|
@pulumi.getter(name="radiusGroupName")
|
|
1395
|
-
def radius_group_name(self) -> Optional[pulumi.Input[
|
|
1433
|
+
def radius_group_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1396
1434
|
return pulumi.get(self, "radius_group_name")
|
|
1397
1435
|
|
|
1398
1436
|
@radius_group_name.setter
|
|
1399
|
-
def radius_group_name(self, value: Optional[pulumi.Input[
|
|
1437
|
+
def radius_group_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1400
1438
|
pulumi.set(self, "radius_group_name", value)
|
|
1401
1439
|
|
|
1402
|
-
@property
|
|
1440
|
+
@_builtins.property
|
|
1403
1441
|
@pulumi.getter(name="radiusGroupNameVariable")
|
|
1404
|
-
def radius_group_name_variable(self) -> Optional[pulumi.Input[
|
|
1442
|
+
def radius_group_name_variable(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1405
1443
|
"""
|
|
1406
1444
|
Variable name
|
|
1407
1445
|
"""
|
|
1408
1446
|
return pulumi.get(self, "radius_group_name_variable")
|
|
1409
1447
|
|
|
1410
1448
|
@radius_group_name_variable.setter
|
|
1411
|
-
def radius_group_name_variable(self, value: Optional[pulumi.Input[
|
|
1449
|
+
def radius_group_name_variable(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1412
1450
|
pulumi.set(self, "radius_group_name_variable", value)
|
|
1413
1451
|
|
|
1414
|
-
@property
|
|
1452
|
+
@_builtins.property
|
|
1415
1453
|
@pulumi.getter
|
|
1416
|
-
def version(self) -> Optional[pulumi.Input[
|
|
1454
|
+
def version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1417
1455
|
"""
|
|
1418
1456
|
The version of the Feature
|
|
1419
1457
|
"""
|
|
1420
1458
|
return pulumi.get(self, "version")
|
|
1421
1459
|
|
|
1422
1460
|
@version.setter
|
|
1423
|
-
def version(self, value: Optional[pulumi.Input[
|
|
1461
|
+
def version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1424
1462
|
pulumi.set(self, "version", value)
|
|
1425
1463
|
|
|
1426
1464
|
|
|
@@ -1430,49 +1468,49 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1430
1468
|
def __init__(__self__,
|
|
1431
1469
|
resource_name: str,
|
|
1432
1470
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1433
|
-
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[
|
|
1434
|
-
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[
|
|
1435
|
-
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[
|
|
1436
|
-
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[
|
|
1437
|
-
aaa_enable_accounting: Optional[pulumi.Input[
|
|
1438
|
-
aaa_enable_accounting_variable: Optional[pulumi.Input[
|
|
1439
|
-
aaa_specify_name_policy_name: Optional[pulumi.Input[
|
|
1440
|
-
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[
|
|
1441
|
-
aaa_specify_name_policy_password: Optional[pulumi.Input[
|
|
1442
|
-
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[
|
|
1443
|
-
any_connect_eap_authentication_type: Optional[pulumi.Input[
|
|
1444
|
-
connection_type_ssl: Optional[pulumi.Input[
|
|
1445
|
-
description: Optional[pulumi.Input[
|
|
1446
|
-
enable_certificate_list_check: Optional[pulumi.Input[
|
|
1447
|
-
enable_certificate_list_check_variable: Optional[pulumi.Input[
|
|
1448
|
-
feature_profile_id: Optional[pulumi.Input[
|
|
1449
|
-
ikev2_anti_dos_threshold: Optional[pulumi.Input[
|
|
1450
|
-
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[
|
|
1451
|
-
ikev2_local_ike_identity_type: Optional[pulumi.Input[
|
|
1452
|
-
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[
|
|
1453
|
-
ikev2_local_ike_identity_value: Optional[pulumi.Input[
|
|
1454
|
-
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[
|
|
1455
|
-
ikev2_security_association_lifetime: Optional[pulumi.Input[
|
|
1456
|
-
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
1457
|
-
ipsec_anti_replay_window_size: Optional[pulumi.Input[
|
|
1458
|
-
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[
|
|
1459
|
-
ipsec_enable_anti_replay: Optional[pulumi.Input[
|
|
1460
|
-
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[
|
|
1461
|
-
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[
|
|
1462
|
-
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[
|
|
1463
|
-
ipsec_security_association_lifetime: Optional[pulumi.Input[
|
|
1464
|
-
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
1465
|
-
ipv4_pool_size: Optional[pulumi.Input[
|
|
1466
|
-
ipv4_pool_size_variable: Optional[pulumi.Input[
|
|
1467
|
-
ipv6_pool_size: Optional[pulumi.Input[
|
|
1468
|
-
ipv6_pool_size_variable: Optional[pulumi.Input[
|
|
1469
|
-
name: Optional[pulumi.Input[
|
|
1470
|
-
psk_authentication_pre_shared_key: Optional[pulumi.Input[
|
|
1471
|
-
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[
|
|
1472
|
-
psk_authentication_type: Optional[pulumi.Input[
|
|
1473
|
-
psk_authentication_type_variable: Optional[pulumi.Input[
|
|
1474
|
-
radius_group_name: Optional[pulumi.Input[
|
|
1475
|
-
radius_group_name_variable: Optional[pulumi.Input[
|
|
1471
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1472
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1473
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1474
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1475
|
+
aaa_enable_accounting: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1476
|
+
aaa_enable_accounting_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1477
|
+
aaa_specify_name_policy_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1478
|
+
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1479
|
+
aaa_specify_name_policy_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1480
|
+
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1481
|
+
any_connect_eap_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1482
|
+
connection_type_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1483
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1484
|
+
enable_certificate_list_check: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1485
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1486
|
+
feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1487
|
+
ikev2_anti_dos_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1488
|
+
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1489
|
+
ikev2_local_ike_identity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1490
|
+
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1491
|
+
ikev2_local_ike_identity_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1492
|
+
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1493
|
+
ikev2_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1494
|
+
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1495
|
+
ipsec_anti_replay_window_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1496
|
+
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1497
|
+
ipsec_enable_anti_replay: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1498
|
+
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1499
|
+
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1500
|
+
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1501
|
+
ipsec_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1502
|
+
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1503
|
+
ipv4_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1504
|
+
ipv4_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1505
|
+
ipv6_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1506
|
+
ipv6_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1507
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1508
|
+
psk_authentication_pre_shared_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1509
|
+
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1510
|
+
psk_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1511
|
+
psk_authentication_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1512
|
+
radius_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1513
|
+
radius_group_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1476
1514
|
__props__=None):
|
|
1477
1515
|
"""
|
|
1478
1516
|
This resource can manage a System Remote Access Feature.
|
|
@@ -1508,6 +1546,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1508
1546
|
|
|
1509
1547
|
## Import
|
|
1510
1548
|
|
|
1549
|
+
The `pulumi import` command can be used, for example:
|
|
1550
|
+
|
|
1511
1551
|
Expected import identifier with the format: "system_remote_access_feature_id,feature_profile_id"
|
|
1512
1552
|
|
|
1513
1553
|
```sh
|
|
@@ -1516,52 +1556,62 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1516
1556
|
|
|
1517
1557
|
:param str resource_name: The name of the resource.
|
|
1518
1558
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1519
|
-
:param pulumi.Input[
|
|
1520
|
-
:param pulumi.Input[
|
|
1521
|
-
:param pulumi.Input[
|
|
1522
|
-
:param pulumi.Input[
|
|
1523
|
-
:param pulumi.Input[
|
|
1524
|
-
|
|
1525
|
-
:param pulumi.Input[
|
|
1526
|
-
:param pulumi.Input[
|
|
1527
|
-
:param pulumi.Input[
|
|
1528
|
-
:param pulumi.Input[
|
|
1529
|
-
|
|
1530
|
-
:param pulumi.Input[
|
|
1531
|
-
|
|
1532
|
-
:param pulumi.Input[
|
|
1533
|
-
:param pulumi.Input[
|
|
1534
|
-
|
|
1535
|
-
:param pulumi.Input[
|
|
1536
|
-
:param pulumi.Input[
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
:param pulumi.Input[
|
|
1540
|
-
:param pulumi.Input[
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
:param pulumi.Input[
|
|
1544
|
-
:param pulumi.Input[
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
:param pulumi.Input[
|
|
1549
|
-
:param pulumi.Input[
|
|
1550
|
-
|
|
1551
|
-
:param pulumi.Input[
|
|
1552
|
-
:param pulumi.Input[
|
|
1553
|
-
|
|
1554
|
-
:param pulumi.Input[
|
|
1555
|
-
:param pulumi.Input[
|
|
1556
|
-
|
|
1557
|
-
:param pulumi.Input[
|
|
1558
|
-
:param pulumi.Input[
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
:param pulumi.Input[
|
|
1562
|
-
:param pulumi.Input[
|
|
1563
|
-
|
|
1564
|
-
:param pulumi.Input[
|
|
1559
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1560
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1561
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1562
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1563
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
1564
|
+
- Default value: `true`
|
|
1565
|
+
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
1566
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
1567
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
1568
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1569
|
+
- Choices: `user`, `device`
|
|
1570
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
1571
|
+
- Default value: `false`
|
|
1572
|
+
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1573
|
+
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
1574
|
+
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
1575
|
+
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1576
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1577
|
+
- Range: `10`-`1000`
|
|
1578
|
+
- Default value: `100`
|
|
1579
|
+
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1580
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1581
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
1582
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1583
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1584
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1585
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1586
|
+
- Range: `3600`-`86400`
|
|
1587
|
+
- Default value: `86400`
|
|
1588
|
+
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1589
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1590
|
+
- Default value: `64`
|
|
1591
|
+
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1592
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1593
|
+
- Default value: `true`
|
|
1594
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1595
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1596
|
+
- Default value: `false`
|
|
1597
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1598
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1599
|
+
- Range: `3600`-`86400`
|
|
1600
|
+
- Default value: `3600`
|
|
1601
|
+
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1602
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
1603
|
+
- Default value: `1000`
|
|
1604
|
+
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
1605
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
1606
|
+
- Default value: `1024`
|
|
1607
|
+
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
1608
|
+
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1609
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1610
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1611
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1612
|
+
- Choices: `aaa`, `group`
|
|
1613
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1614
|
+
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
1565
1615
|
"""
|
|
1566
1616
|
...
|
|
1567
1617
|
@overload
|
|
@@ -1603,6 +1653,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1603
1653
|
|
|
1604
1654
|
## Import
|
|
1605
1655
|
|
|
1656
|
+
The `pulumi import` command can be used, for example:
|
|
1657
|
+
|
|
1606
1658
|
Expected import identifier with the format: "system_remote_access_feature_id,feature_profile_id"
|
|
1607
1659
|
|
|
1608
1660
|
```sh
|
|
@@ -1624,49 +1676,49 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1624
1676
|
def _internal_init(__self__,
|
|
1625
1677
|
resource_name: str,
|
|
1626
1678
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1627
|
-
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[
|
|
1628
|
-
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[
|
|
1629
|
-
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[
|
|
1630
|
-
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[
|
|
1631
|
-
aaa_enable_accounting: Optional[pulumi.Input[
|
|
1632
|
-
aaa_enable_accounting_variable: Optional[pulumi.Input[
|
|
1633
|
-
aaa_specify_name_policy_name: Optional[pulumi.Input[
|
|
1634
|
-
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[
|
|
1635
|
-
aaa_specify_name_policy_password: Optional[pulumi.Input[
|
|
1636
|
-
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[
|
|
1637
|
-
any_connect_eap_authentication_type: Optional[pulumi.Input[
|
|
1638
|
-
connection_type_ssl: Optional[pulumi.Input[
|
|
1639
|
-
description: Optional[pulumi.Input[
|
|
1640
|
-
enable_certificate_list_check: Optional[pulumi.Input[
|
|
1641
|
-
enable_certificate_list_check_variable: Optional[pulumi.Input[
|
|
1642
|
-
feature_profile_id: Optional[pulumi.Input[
|
|
1643
|
-
ikev2_anti_dos_threshold: Optional[pulumi.Input[
|
|
1644
|
-
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[
|
|
1645
|
-
ikev2_local_ike_identity_type: Optional[pulumi.Input[
|
|
1646
|
-
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[
|
|
1647
|
-
ikev2_local_ike_identity_value: Optional[pulumi.Input[
|
|
1648
|
-
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[
|
|
1649
|
-
ikev2_security_association_lifetime: Optional[pulumi.Input[
|
|
1650
|
-
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
1651
|
-
ipsec_anti_replay_window_size: Optional[pulumi.Input[
|
|
1652
|
-
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[
|
|
1653
|
-
ipsec_enable_anti_replay: Optional[pulumi.Input[
|
|
1654
|
-
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[
|
|
1655
|
-
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[
|
|
1656
|
-
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[
|
|
1657
|
-
ipsec_security_association_lifetime: Optional[pulumi.Input[
|
|
1658
|
-
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
1659
|
-
ipv4_pool_size: Optional[pulumi.Input[
|
|
1660
|
-
ipv4_pool_size_variable: Optional[pulumi.Input[
|
|
1661
|
-
ipv6_pool_size: Optional[pulumi.Input[
|
|
1662
|
-
ipv6_pool_size_variable: Optional[pulumi.Input[
|
|
1663
|
-
name: Optional[pulumi.Input[
|
|
1664
|
-
psk_authentication_pre_shared_key: Optional[pulumi.Input[
|
|
1665
|
-
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[
|
|
1666
|
-
psk_authentication_type: Optional[pulumi.Input[
|
|
1667
|
-
psk_authentication_type_variable: Optional[pulumi.Input[
|
|
1668
|
-
radius_group_name: Optional[pulumi.Input[
|
|
1669
|
-
radius_group_name_variable: Optional[pulumi.Input[
|
|
1679
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1680
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1681
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1682
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1683
|
+
aaa_enable_accounting: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1684
|
+
aaa_enable_accounting_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1685
|
+
aaa_specify_name_policy_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1686
|
+
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1687
|
+
aaa_specify_name_policy_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1688
|
+
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1689
|
+
any_connect_eap_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1690
|
+
connection_type_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1691
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1692
|
+
enable_certificate_list_check: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1693
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1694
|
+
feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1695
|
+
ikev2_anti_dos_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1696
|
+
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1697
|
+
ikev2_local_ike_identity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1698
|
+
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1699
|
+
ikev2_local_ike_identity_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1700
|
+
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1701
|
+
ikev2_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1702
|
+
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1703
|
+
ipsec_anti_replay_window_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1704
|
+
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1705
|
+
ipsec_enable_anti_replay: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1706
|
+
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1707
|
+
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1708
|
+
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1709
|
+
ipsec_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1710
|
+
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1711
|
+
ipv4_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1712
|
+
ipv4_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1713
|
+
ipv6_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1714
|
+
ipv6_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1715
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1716
|
+
psk_authentication_pre_shared_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1717
|
+
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1718
|
+
psk_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1719
|
+
psk_authentication_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1720
|
+
radius_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1721
|
+
radius_group_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1670
1722
|
__props__=None):
|
|
1671
1723
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
1672
1724
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -1691,6 +1743,8 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1691
1743
|
__props__.__dict__["description"] = description
|
|
1692
1744
|
__props__.__dict__["enable_certificate_list_check"] = enable_certificate_list_check
|
|
1693
1745
|
__props__.__dict__["enable_certificate_list_check_variable"] = enable_certificate_list_check_variable
|
|
1746
|
+
if feature_profile_id is None and not opts.urn:
|
|
1747
|
+
raise TypeError("Missing required property 'feature_profile_id'")
|
|
1694
1748
|
__props__.__dict__["feature_profile_id"] = feature_profile_id
|
|
1695
1749
|
__props__.__dict__["ikev2_anti_dos_threshold"] = ikev2_anti_dos_threshold
|
|
1696
1750
|
__props__.__dict__["ikev2_anti_dos_threshold_variable"] = ikev2_anti_dos_threshold_variable
|
|
@@ -1732,50 +1786,50 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1732
1786
|
def get(resource_name: str,
|
|
1733
1787
|
id: pulumi.Input[str],
|
|
1734
1788
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1735
|
-
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[
|
|
1736
|
-
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[
|
|
1737
|
-
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[
|
|
1738
|
-
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[
|
|
1739
|
-
aaa_enable_accounting: Optional[pulumi.Input[
|
|
1740
|
-
aaa_enable_accounting_variable: Optional[pulumi.Input[
|
|
1741
|
-
aaa_specify_name_policy_name: Optional[pulumi.Input[
|
|
1742
|
-
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[
|
|
1743
|
-
aaa_specify_name_policy_password: Optional[pulumi.Input[
|
|
1744
|
-
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[
|
|
1745
|
-
any_connect_eap_authentication_type: Optional[pulumi.Input[
|
|
1746
|
-
connection_type_ssl: Optional[pulumi.Input[
|
|
1747
|
-
description: Optional[pulumi.Input[
|
|
1748
|
-
enable_certificate_list_check: Optional[pulumi.Input[
|
|
1749
|
-
enable_certificate_list_check_variable: Optional[pulumi.Input[
|
|
1750
|
-
feature_profile_id: Optional[pulumi.Input[
|
|
1751
|
-
ikev2_anti_dos_threshold: Optional[pulumi.Input[
|
|
1752
|
-
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[
|
|
1753
|
-
ikev2_local_ike_identity_type: Optional[pulumi.Input[
|
|
1754
|
-
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[
|
|
1755
|
-
ikev2_local_ike_identity_value: Optional[pulumi.Input[
|
|
1756
|
-
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[
|
|
1757
|
-
ikev2_security_association_lifetime: Optional[pulumi.Input[
|
|
1758
|
-
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
1759
|
-
ipsec_anti_replay_window_size: Optional[pulumi.Input[
|
|
1760
|
-
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[
|
|
1761
|
-
ipsec_enable_anti_replay: Optional[pulumi.Input[
|
|
1762
|
-
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[
|
|
1763
|
-
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[
|
|
1764
|
-
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[
|
|
1765
|
-
ipsec_security_association_lifetime: Optional[pulumi.Input[
|
|
1766
|
-
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[
|
|
1767
|
-
ipv4_pool_size: Optional[pulumi.Input[
|
|
1768
|
-
ipv4_pool_size_variable: Optional[pulumi.Input[
|
|
1769
|
-
ipv6_pool_size: Optional[pulumi.Input[
|
|
1770
|
-
ipv6_pool_size_variable: Optional[pulumi.Input[
|
|
1771
|
-
name: Optional[pulumi.Input[
|
|
1772
|
-
psk_authentication_pre_shared_key: Optional[pulumi.Input[
|
|
1773
|
-
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[
|
|
1774
|
-
psk_authentication_type: Optional[pulumi.Input[
|
|
1775
|
-
psk_authentication_type_variable: Optional[pulumi.Input[
|
|
1776
|
-
radius_group_name: Optional[pulumi.Input[
|
|
1777
|
-
radius_group_name_variable: Optional[pulumi.Input[
|
|
1778
|
-
version: Optional[pulumi.Input[
|
|
1789
|
+
aaa_derive_name_from_peer_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1790
|
+
aaa_derive_name_from_peer_domain_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1791
|
+
aaa_derive_name_from_peer_identity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1792
|
+
aaa_derive_name_from_peer_identity_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1793
|
+
aaa_enable_accounting: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1794
|
+
aaa_enable_accounting_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1795
|
+
aaa_specify_name_policy_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1796
|
+
aaa_specify_name_policy_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1797
|
+
aaa_specify_name_policy_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1798
|
+
aaa_specify_name_policy_password_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1799
|
+
any_connect_eap_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1800
|
+
connection_type_ssl: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1801
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1802
|
+
enable_certificate_list_check: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1803
|
+
enable_certificate_list_check_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1804
|
+
feature_profile_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1805
|
+
ikev2_anti_dos_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1806
|
+
ikev2_anti_dos_threshold_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1807
|
+
ikev2_local_ike_identity_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1808
|
+
ikev2_local_ike_identity_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1809
|
+
ikev2_local_ike_identity_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1810
|
+
ikev2_local_ike_identity_value_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1811
|
+
ikev2_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1812
|
+
ikev2_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1813
|
+
ipsec_anti_replay_window_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1814
|
+
ipsec_anti_replay_window_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1815
|
+
ipsec_enable_anti_replay: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1816
|
+
ipsec_enable_anti_replay_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1817
|
+
ipsec_enable_perfect_foward_secrecy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1818
|
+
ipsec_enable_perfect_foward_secrecy_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1819
|
+
ipsec_security_association_lifetime: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1820
|
+
ipsec_security_association_lifetime_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1821
|
+
ipv4_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1822
|
+
ipv4_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1823
|
+
ipv6_pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1824
|
+
ipv6_pool_size_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1825
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1826
|
+
psk_authentication_pre_shared_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1827
|
+
psk_authentication_pre_shared_key_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1828
|
+
psk_authentication_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1829
|
+
psk_authentication_type_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1830
|
+
radius_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1831
|
+
radius_group_name_variable: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1832
|
+
version: Optional[pulumi.Input[_builtins.int]] = None) -> 'SystemRemoteAccessFeature':
|
|
1779
1833
|
"""
|
|
1780
1834
|
Get an existing SystemRemoteAccessFeature resource's state with the given name, id, and optional extra
|
|
1781
1835
|
properties used to qualify the lookup.
|
|
@@ -1783,53 +1837,63 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1783
1837
|
:param str resource_name: The unique name of the resulting resource.
|
|
1784
1838
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1785
1839
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1786
|
-
:param pulumi.Input[
|
|
1787
|
-
:param pulumi.Input[
|
|
1788
|
-
:param pulumi.Input[
|
|
1789
|
-
:param pulumi.Input[
|
|
1790
|
-
:param pulumi.Input[
|
|
1791
|
-
|
|
1792
|
-
:param pulumi.Input[
|
|
1793
|
-
:param pulumi.Input[
|
|
1794
|
-
:param pulumi.Input[
|
|
1795
|
-
:param pulumi.Input[
|
|
1796
|
-
|
|
1797
|
-
:param pulumi.Input[
|
|
1798
|
-
|
|
1799
|
-
:param pulumi.Input[
|
|
1800
|
-
:param pulumi.Input[
|
|
1801
|
-
|
|
1802
|
-
:param pulumi.Input[
|
|
1803
|
-
:param pulumi.Input[
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
:param pulumi.Input[
|
|
1807
|
-
:param pulumi.Input[
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
:param pulumi.Input[
|
|
1811
|
-
:param pulumi.Input[
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
:param pulumi.Input[
|
|
1816
|
-
:param pulumi.Input[
|
|
1817
|
-
|
|
1818
|
-
:param pulumi.Input[
|
|
1819
|
-
:param pulumi.Input[
|
|
1820
|
-
|
|
1821
|
-
:param pulumi.Input[
|
|
1822
|
-
:param pulumi.Input[
|
|
1823
|
-
|
|
1824
|
-
:param pulumi.Input[
|
|
1825
|
-
:param pulumi.Input[
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
:param pulumi.Input[
|
|
1829
|
-
:param pulumi.Input[
|
|
1830
|
-
|
|
1831
|
-
:param pulumi.Input[
|
|
1832
|
-
:param pulumi.Input[
|
|
1840
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1841
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_domain_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1842
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1843
|
+
:param pulumi.Input[_builtins.str] aaa_derive_name_from_peer_identity_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1844
|
+
:param pulumi.Input[_builtins.bool] aaa_enable_accounting: Enable Accounting
|
|
1845
|
+
- Default value: `true`
|
|
1846
|
+
:param pulumi.Input[_builtins.str] aaa_enable_accounting_variable: Variable name
|
|
1847
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_name_variable: Variable name
|
|
1848
|
+
:param pulumi.Input[_builtins.str] aaa_specify_name_policy_password_variable: Variable name
|
|
1849
|
+
:param pulumi.Input[_builtins.str] any_connect_eap_authentication_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1850
|
+
- Choices: `user`, `device`
|
|
1851
|
+
:param pulumi.Input[_builtins.bool] connection_type_ssl: Enabled SSL VPN
|
|
1852
|
+
- Default value: `false`
|
|
1853
|
+
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
1854
|
+
:param pulumi.Input[_builtins.bool] enable_certificate_list_check: - Default value: `false`
|
|
1855
|
+
:param pulumi.Input[_builtins.str] enable_certificate_list_check_variable: Variable name
|
|
1856
|
+
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
1857
|
+
:param pulumi.Input[_builtins.int] ikev2_anti_dos_threshold: Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1858
|
+
- Range: `10`-`1000`
|
|
1859
|
+
- Default value: `100`
|
|
1860
|
+
:param pulumi.Input[_builtins.str] ikev2_anti_dos_threshold_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1861
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1862
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
1863
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1864
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value: , Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1865
|
+
:param pulumi.Input[_builtins.str] ikev2_local_ike_identity_value_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1866
|
+
:param pulumi.Input[_builtins.int] ikev2_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1867
|
+
- Range: `3600`-`86400`
|
|
1868
|
+
- Default value: `86400`
|
|
1869
|
+
:param pulumi.Input[_builtins.str] ikev2_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1870
|
+
:param pulumi.Input[_builtins.int] ipsec_anti_replay_window_size: security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1871
|
+
- Default value: `64`
|
|
1872
|
+
:param pulumi.Input[_builtins.str] ipsec_anti_replay_window_size_variable: Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
1873
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_anti_replay: Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1874
|
+
- Default value: `true`
|
|
1875
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_anti_replay_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1876
|
+
:param pulumi.Input[_builtins.bool] ipsec_enable_perfect_foward_secrecy: security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1877
|
+
- Default value: `false`
|
|
1878
|
+
:param pulumi.Input[_builtins.str] ipsec_enable_perfect_foward_secrecy_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1879
|
+
:param pulumi.Input[_builtins.int] ipsec_security_association_lifetime: Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1880
|
+
- Range: `3600`-`86400`
|
|
1881
|
+
- Default value: `3600`
|
|
1882
|
+
:param pulumi.Input[_builtins.str] ipsec_security_association_lifetime_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1883
|
+
:param pulumi.Input[_builtins.int] ipv4_pool_size: IPv4 Pool Size
|
|
1884
|
+
- Default value: `1000`
|
|
1885
|
+
:param pulumi.Input[_builtins.str] ipv4_pool_size_variable: Variable name
|
|
1886
|
+
:param pulumi.Input[_builtins.int] ipv6_pool_size: IPv6 Pool Size
|
|
1887
|
+
- Default value: `1024`
|
|
1888
|
+
:param pulumi.Input[_builtins.str] ipv6_pool_size_variable: Variable name
|
|
1889
|
+
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
1890
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key: PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1891
|
+
:param pulumi.Input[_builtins.str] psk_authentication_pre_shared_key_variable: Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
1892
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type: PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1893
|
+
- Choices: `aaa`, `group`
|
|
1894
|
+
:param pulumi.Input[_builtins.str] psk_authentication_type_variable: Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1895
|
+
:param pulumi.Input[_builtins.str] radius_group_name_variable: Variable name
|
|
1896
|
+
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
1833
1897
|
"""
|
|
1834
1898
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1835
1899
|
|
|
@@ -1881,350 +1945,360 @@ class SystemRemoteAccessFeature(pulumi.CustomResource):
|
|
|
1881
1945
|
__props__.__dict__["version"] = version
|
|
1882
1946
|
return SystemRemoteAccessFeature(resource_name, opts=opts, __props__=__props__)
|
|
1883
1947
|
|
|
1884
|
-
@property
|
|
1948
|
+
@_builtins.property
|
|
1885
1949
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomain")
|
|
1886
|
-
def aaa_derive_name_from_peer_domain(self) -> pulumi.Output[Optional[
|
|
1950
|
+
def aaa_derive_name_from_peer_domain(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1887
1951
|
"""
|
|
1888
1952
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1889
1953
|
"""
|
|
1890
1954
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain")
|
|
1891
1955
|
|
|
1892
|
-
@property
|
|
1956
|
+
@_builtins.property
|
|
1893
1957
|
@pulumi.getter(name="aaaDeriveNameFromPeerDomainVariable")
|
|
1894
|
-
def aaa_derive_name_from_peer_domain_variable(self) -> pulumi.Output[Optional[
|
|
1958
|
+
def aaa_derive_name_from_peer_domain_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1895
1959
|
"""
|
|
1896
1960
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1897
1961
|
"""
|
|
1898
1962
|
return pulumi.get(self, "aaa_derive_name_from_peer_domain_variable")
|
|
1899
1963
|
|
|
1900
|
-
@property
|
|
1964
|
+
@_builtins.property
|
|
1901
1965
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentity")
|
|
1902
|
-
def aaa_derive_name_from_peer_identity(self) -> pulumi.Output[Optional[
|
|
1966
|
+
def aaa_derive_name_from_peer_identity(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1903
1967
|
"""
|
|
1904
1968
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1905
1969
|
"""
|
|
1906
1970
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity")
|
|
1907
1971
|
|
|
1908
|
-
@property
|
|
1972
|
+
@_builtins.property
|
|
1909
1973
|
@pulumi.getter(name="aaaDeriveNameFromPeerIdentityVariable")
|
|
1910
|
-
def aaa_derive_name_from_peer_identity_variable(self) -> pulumi.Output[Optional[
|
|
1974
|
+
def aaa_derive_name_from_peer_identity_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1911
1975
|
"""
|
|
1912
1976
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
1913
1977
|
"""
|
|
1914
1978
|
return pulumi.get(self, "aaa_derive_name_from_peer_identity_variable")
|
|
1915
1979
|
|
|
1916
|
-
@property
|
|
1980
|
+
@_builtins.property
|
|
1917
1981
|
@pulumi.getter(name="aaaEnableAccounting")
|
|
1918
|
-
def aaa_enable_accounting(self) -> pulumi.Output[Optional[
|
|
1982
|
+
def aaa_enable_accounting(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1919
1983
|
"""
|
|
1920
|
-
Enable Accounting
|
|
1984
|
+
Enable Accounting
|
|
1985
|
+
- Default value: `true`
|
|
1921
1986
|
"""
|
|
1922
1987
|
return pulumi.get(self, "aaa_enable_accounting")
|
|
1923
1988
|
|
|
1924
|
-
@property
|
|
1989
|
+
@_builtins.property
|
|
1925
1990
|
@pulumi.getter(name="aaaEnableAccountingVariable")
|
|
1926
|
-
def aaa_enable_accounting_variable(self) -> pulumi.Output[Optional[
|
|
1991
|
+
def aaa_enable_accounting_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1927
1992
|
"""
|
|
1928
1993
|
Variable name
|
|
1929
1994
|
"""
|
|
1930
1995
|
return pulumi.get(self, "aaa_enable_accounting_variable")
|
|
1931
1996
|
|
|
1932
|
-
@property
|
|
1997
|
+
@_builtins.property
|
|
1933
1998
|
@pulumi.getter(name="aaaSpecifyNamePolicyName")
|
|
1934
|
-
def aaa_specify_name_policy_name(self) -> pulumi.Output[Optional[
|
|
1999
|
+
def aaa_specify_name_policy_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1935
2000
|
return pulumi.get(self, "aaa_specify_name_policy_name")
|
|
1936
2001
|
|
|
1937
|
-
@property
|
|
2002
|
+
@_builtins.property
|
|
1938
2003
|
@pulumi.getter(name="aaaSpecifyNamePolicyNameVariable")
|
|
1939
|
-
def aaa_specify_name_policy_name_variable(self) -> pulumi.Output[Optional[
|
|
2004
|
+
def aaa_specify_name_policy_name_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1940
2005
|
"""
|
|
1941
2006
|
Variable name
|
|
1942
2007
|
"""
|
|
1943
2008
|
return pulumi.get(self, "aaa_specify_name_policy_name_variable")
|
|
1944
2009
|
|
|
1945
|
-
@property
|
|
2010
|
+
@_builtins.property
|
|
1946
2011
|
@pulumi.getter(name="aaaSpecifyNamePolicyPassword")
|
|
1947
|
-
def aaa_specify_name_policy_password(self) -> pulumi.Output[Optional[
|
|
2012
|
+
def aaa_specify_name_policy_password(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1948
2013
|
return pulumi.get(self, "aaa_specify_name_policy_password")
|
|
1949
2014
|
|
|
1950
|
-
@property
|
|
2015
|
+
@_builtins.property
|
|
1951
2016
|
@pulumi.getter(name="aaaSpecifyNamePolicyPasswordVariable")
|
|
1952
|
-
def aaa_specify_name_policy_password_variable(self) -> pulumi.Output[Optional[
|
|
2017
|
+
def aaa_specify_name_policy_password_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1953
2018
|
"""
|
|
1954
2019
|
Variable name
|
|
1955
2020
|
"""
|
|
1956
2021
|
return pulumi.get(self, "aaa_specify_name_policy_password_variable")
|
|
1957
2022
|
|
|
1958
|
-
@property
|
|
2023
|
+
@_builtins.property
|
|
1959
2024
|
@pulumi.getter(name="anyConnectEapAuthenticationType")
|
|
1960
|
-
def any_connect_eap_authentication_type(self) -> pulumi.Output[Optional[
|
|
2025
|
+
def any_connect_eap_authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1961
2026
|
"""
|
|
1962
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2027
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2028
|
+
- Choices: `user`, `device`
|
|
1963
2029
|
"""
|
|
1964
2030
|
return pulumi.get(self, "any_connect_eap_authentication_type")
|
|
1965
2031
|
|
|
1966
|
-
@property
|
|
2032
|
+
@_builtins.property
|
|
1967
2033
|
@pulumi.getter(name="connectionTypeSsl")
|
|
1968
|
-
def connection_type_ssl(self) -> pulumi.Output[Optional[
|
|
2034
|
+
def connection_type_ssl(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1969
2035
|
"""
|
|
1970
|
-
Enabled SSL VPN
|
|
2036
|
+
Enabled SSL VPN
|
|
2037
|
+
- Default value: `false`
|
|
1971
2038
|
"""
|
|
1972
2039
|
return pulumi.get(self, "connection_type_ssl")
|
|
1973
2040
|
|
|
1974
|
-
@property
|
|
2041
|
+
@_builtins.property
|
|
1975
2042
|
@pulumi.getter
|
|
1976
|
-
def description(self) -> pulumi.Output[Optional[
|
|
2043
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1977
2044
|
"""
|
|
1978
2045
|
The description of the Feature
|
|
1979
2046
|
"""
|
|
1980
2047
|
return pulumi.get(self, "description")
|
|
1981
2048
|
|
|
1982
|
-
@property
|
|
2049
|
+
@_builtins.property
|
|
1983
2050
|
@pulumi.getter(name="enableCertificateListCheck")
|
|
1984
|
-
def enable_certificate_list_check(self) -> pulumi.Output[Optional[
|
|
2051
|
+
def enable_certificate_list_check(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1985
2052
|
"""
|
|
1986
2053
|
- Default value: `false`
|
|
1987
2054
|
"""
|
|
1988
2055
|
return pulumi.get(self, "enable_certificate_list_check")
|
|
1989
2056
|
|
|
1990
|
-
@property
|
|
2057
|
+
@_builtins.property
|
|
1991
2058
|
@pulumi.getter(name="enableCertificateListCheckVariable")
|
|
1992
|
-
def enable_certificate_list_check_variable(self) -> pulumi.Output[Optional[
|
|
2059
|
+
def enable_certificate_list_check_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1993
2060
|
"""
|
|
1994
2061
|
Variable name
|
|
1995
2062
|
"""
|
|
1996
2063
|
return pulumi.get(self, "enable_certificate_list_check_variable")
|
|
1997
2064
|
|
|
1998
|
-
@property
|
|
2065
|
+
@_builtins.property
|
|
1999
2066
|
@pulumi.getter(name="featureProfileId")
|
|
2000
|
-
def feature_profile_id(self) -> pulumi.Output[
|
|
2067
|
+
def feature_profile_id(self) -> pulumi.Output[_builtins.str]:
|
|
2001
2068
|
"""
|
|
2002
2069
|
Feature Profile ID
|
|
2003
2070
|
"""
|
|
2004
2071
|
return pulumi.get(self, "feature_profile_id")
|
|
2005
2072
|
|
|
2006
|
-
@property
|
|
2073
|
+
@_builtins.property
|
|
2007
2074
|
@pulumi.getter(name="ikev2AntiDosThreshold")
|
|
2008
|
-
def ikev2_anti_dos_threshold(self) -> pulumi.Output[Optional[
|
|
2075
|
+
def ikev2_anti_dos_threshold(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2009
2076
|
"""
|
|
2010
|
-
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2011
|
-
|
|
2077
|
+
Anti-DOS Threshold, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2078
|
+
- Range: `10`-`1000`
|
|
2079
|
+
- Default value: `100`
|
|
2012
2080
|
"""
|
|
2013
2081
|
return pulumi.get(self, "ikev2_anti_dos_threshold")
|
|
2014
2082
|
|
|
2015
|
-
@property
|
|
2083
|
+
@_builtins.property
|
|
2016
2084
|
@pulumi.getter(name="ikev2AntiDosThresholdVariable")
|
|
2017
|
-
def ikev2_anti_dos_threshold_variable(self) -> pulumi.Output[Optional[
|
|
2085
|
+
def ikev2_anti_dos_threshold_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2018
2086
|
"""
|
|
2019
2087
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2020
2088
|
"""
|
|
2021
2089
|
return pulumi.get(self, "ikev2_anti_dos_threshold_variable")
|
|
2022
2090
|
|
|
2023
|
-
@property
|
|
2091
|
+
@_builtins.property
|
|
2024
2092
|
@pulumi.getter(name="ikev2LocalIkeIdentityType")
|
|
2025
|
-
def ikev2_local_ike_identity_type(self) -> pulumi.Output[Optional[
|
|
2093
|
+
def ikev2_local_ike_identity_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2026
2094
|
"""
|
|
2027
|
-
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2028
|
-
|
|
2095
|
+
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2096
|
+
- Choices: `EMAIL`, `FQDN`, `KEYID`, `IPv4 ADDRESS`, `IPv6 ADDRESS`
|
|
2029
2097
|
"""
|
|
2030
2098
|
return pulumi.get(self, "ikev2_local_ike_identity_type")
|
|
2031
2099
|
|
|
2032
|
-
@property
|
|
2100
|
+
@_builtins.property
|
|
2033
2101
|
@pulumi.getter(name="ikev2LocalIkeIdentityTypeVariable")
|
|
2034
|
-
def ikev2_local_ike_identity_type_variable(self) -> pulumi.Output[Optional[
|
|
2102
|
+
def ikev2_local_ike_identity_type_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2035
2103
|
"""
|
|
2036
2104
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2037
2105
|
"""
|
|
2038
2106
|
return pulumi.get(self, "ikev2_local_ike_identity_type_variable")
|
|
2039
2107
|
|
|
2040
|
-
@property
|
|
2108
|
+
@_builtins.property
|
|
2041
2109
|
@pulumi.getter(name="ikev2LocalIkeIdentityValue")
|
|
2042
|
-
def ikev2_local_ike_identity_value(self) -> pulumi.Output[Optional[
|
|
2110
|
+
def ikev2_local_ike_identity_value(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2043
2111
|
"""
|
|
2044
2112
|
, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2045
2113
|
"""
|
|
2046
2114
|
return pulumi.get(self, "ikev2_local_ike_identity_value")
|
|
2047
2115
|
|
|
2048
|
-
@property
|
|
2116
|
+
@_builtins.property
|
|
2049
2117
|
@pulumi.getter(name="ikev2LocalIkeIdentityValueVariable")
|
|
2050
|
-
def ikev2_local_ike_identity_value_variable(self) -> pulumi.Output[Optional[
|
|
2118
|
+
def ikev2_local_ike_identity_value_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2051
2119
|
"""
|
|
2052
2120
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2053
2121
|
"""
|
|
2054
2122
|
return pulumi.get(self, "ikev2_local_ike_identity_value_variable")
|
|
2055
2123
|
|
|
2056
|
-
@property
|
|
2124
|
+
@_builtins.property
|
|
2057
2125
|
@pulumi.getter(name="ikev2SecurityAssociationLifetime")
|
|
2058
|
-
def ikev2_security_association_lifetime(self) -> pulumi.Output[Optional[
|
|
2126
|
+
def ikev2_security_association_lifetime(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2059
2127
|
"""
|
|
2060
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2061
|
-
|
|
2128
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2129
|
+
- Range: `3600`-`86400`
|
|
2130
|
+
- Default value: `86400`
|
|
2062
2131
|
"""
|
|
2063
2132
|
return pulumi.get(self, "ikev2_security_association_lifetime")
|
|
2064
2133
|
|
|
2065
|
-
@property
|
|
2134
|
+
@_builtins.property
|
|
2066
2135
|
@pulumi.getter(name="ikev2SecurityAssociationLifetimeVariable")
|
|
2067
|
-
def ikev2_security_association_lifetime_variable(self) -> pulumi.Output[Optional[
|
|
2136
|
+
def ikev2_security_association_lifetime_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2068
2137
|
"""
|
|
2069
2138
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2070
2139
|
"""
|
|
2071
2140
|
return pulumi.get(self, "ikev2_security_association_lifetime_variable")
|
|
2072
2141
|
|
|
2073
|
-
@property
|
|
2142
|
+
@_builtins.property
|
|
2074
2143
|
@pulumi.getter(name="ipsecAntiReplayWindowSize")
|
|
2075
|
-
def ipsec_anti_replay_window_size(self) -> pulumi.Output[Optional[
|
|
2144
|
+
def ipsec_anti_replay_window_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2076
2145
|
"""
|
|
2077
|
-
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
2078
|
-
|
|
2146
|
+
security Association Lifetime, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
2147
|
+
- Default value: `64`
|
|
2079
2148
|
"""
|
|
2080
2149
|
return pulumi.get(self, "ipsec_anti_replay_window_size")
|
|
2081
2150
|
|
|
2082
|
-
@property
|
|
2151
|
+
@_builtins.property
|
|
2083
2152
|
@pulumi.getter(name="ipsecAntiReplayWindowSizeVariable")
|
|
2084
|
-
def ipsec_anti_replay_window_size_variable(self) -> pulumi.Output[Optional[
|
|
2153
|
+
def ipsec_anti_replay_window_size_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2085
2154
|
"""
|
|
2086
2155
|
Variable name, Attribute conditional on `ipsec_enable_anti_replay` being equal to `true`
|
|
2087
2156
|
"""
|
|
2088
2157
|
return pulumi.get(self, "ipsec_anti_replay_window_size_variable")
|
|
2089
2158
|
|
|
2090
|
-
@property
|
|
2159
|
+
@_builtins.property
|
|
2091
2160
|
@pulumi.getter(name="ipsecEnableAntiReplay")
|
|
2092
|
-
def ipsec_enable_anti_replay(self) -> pulumi.Output[Optional[
|
|
2161
|
+
def ipsec_enable_anti_replay(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2093
2162
|
"""
|
|
2094
|
-
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2163
|
+
Enable Anti-Replay, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2164
|
+
- Default value: `true`
|
|
2095
2165
|
"""
|
|
2096
2166
|
return pulumi.get(self, "ipsec_enable_anti_replay")
|
|
2097
2167
|
|
|
2098
|
-
@property
|
|
2168
|
+
@_builtins.property
|
|
2099
2169
|
@pulumi.getter(name="ipsecEnableAntiReplayVariable")
|
|
2100
|
-
def ipsec_enable_anti_replay_variable(self) -> pulumi.Output[Optional[
|
|
2170
|
+
def ipsec_enable_anti_replay_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2101
2171
|
"""
|
|
2102
2172
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2103
2173
|
"""
|
|
2104
2174
|
return pulumi.get(self, "ipsec_enable_anti_replay_variable")
|
|
2105
2175
|
|
|
2106
|
-
@property
|
|
2176
|
+
@_builtins.property
|
|
2107
2177
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecy")
|
|
2108
|
-
def ipsec_enable_perfect_foward_secrecy(self) -> pulumi.Output[Optional[
|
|
2178
|
+
def ipsec_enable_perfect_foward_secrecy(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
2109
2179
|
"""
|
|
2110
|
-
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2111
|
-
|
|
2180
|
+
security Association Lifetime, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2181
|
+
- Default value: `false`
|
|
2112
2182
|
"""
|
|
2113
2183
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy")
|
|
2114
2184
|
|
|
2115
|
-
@property
|
|
2185
|
+
@_builtins.property
|
|
2116
2186
|
@pulumi.getter(name="ipsecEnablePerfectFowardSecrecyVariable")
|
|
2117
|
-
def ipsec_enable_perfect_foward_secrecy_variable(self) -> pulumi.Output[Optional[
|
|
2187
|
+
def ipsec_enable_perfect_foward_secrecy_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2118
2188
|
"""
|
|
2119
2189
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2120
2190
|
"""
|
|
2121
2191
|
return pulumi.get(self, "ipsec_enable_perfect_foward_secrecy_variable")
|
|
2122
2192
|
|
|
2123
|
-
@property
|
|
2193
|
+
@_builtins.property
|
|
2124
2194
|
@pulumi.getter(name="ipsecSecurityAssociationLifetime")
|
|
2125
|
-
def ipsec_security_association_lifetime(self) -> pulumi.Output[Optional[
|
|
2195
|
+
def ipsec_security_association_lifetime(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2126
2196
|
"""
|
|
2127
|
-
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2128
|
-
|
|
2197
|
+
Security Association Lifetime in Seconds, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2198
|
+
- Range: `3600`-`86400`
|
|
2199
|
+
- Default value: `3600`
|
|
2129
2200
|
"""
|
|
2130
2201
|
return pulumi.get(self, "ipsec_security_association_lifetime")
|
|
2131
2202
|
|
|
2132
|
-
@property
|
|
2203
|
+
@_builtins.property
|
|
2133
2204
|
@pulumi.getter(name="ipsecSecurityAssociationLifetimeVariable")
|
|
2134
|
-
def ipsec_security_association_lifetime_variable(self) -> pulumi.Output[Optional[
|
|
2205
|
+
def ipsec_security_association_lifetime_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2135
2206
|
"""
|
|
2136
2207
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2137
2208
|
"""
|
|
2138
2209
|
return pulumi.get(self, "ipsec_security_association_lifetime_variable")
|
|
2139
2210
|
|
|
2140
|
-
@property
|
|
2211
|
+
@_builtins.property
|
|
2141
2212
|
@pulumi.getter(name="ipv4PoolSize")
|
|
2142
|
-
def ipv4_pool_size(self) -> pulumi.Output[Optional[
|
|
2213
|
+
def ipv4_pool_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2143
2214
|
"""
|
|
2144
|
-
IPv4 Pool Size
|
|
2215
|
+
IPv4 Pool Size
|
|
2216
|
+
- Default value: `1000`
|
|
2145
2217
|
"""
|
|
2146
2218
|
return pulumi.get(self, "ipv4_pool_size")
|
|
2147
2219
|
|
|
2148
|
-
@property
|
|
2220
|
+
@_builtins.property
|
|
2149
2221
|
@pulumi.getter(name="ipv4PoolSizeVariable")
|
|
2150
|
-
def ipv4_pool_size_variable(self) -> pulumi.Output[Optional[
|
|
2222
|
+
def ipv4_pool_size_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2151
2223
|
"""
|
|
2152
2224
|
Variable name
|
|
2153
2225
|
"""
|
|
2154
2226
|
return pulumi.get(self, "ipv4_pool_size_variable")
|
|
2155
2227
|
|
|
2156
|
-
@property
|
|
2228
|
+
@_builtins.property
|
|
2157
2229
|
@pulumi.getter(name="ipv6PoolSize")
|
|
2158
|
-
def ipv6_pool_size(self) -> pulumi.Output[Optional[
|
|
2230
|
+
def ipv6_pool_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
2159
2231
|
"""
|
|
2160
|
-
IPv6 Pool Size
|
|
2232
|
+
IPv6 Pool Size
|
|
2233
|
+
- Default value: `1024`
|
|
2161
2234
|
"""
|
|
2162
2235
|
return pulumi.get(self, "ipv6_pool_size")
|
|
2163
2236
|
|
|
2164
|
-
@property
|
|
2237
|
+
@_builtins.property
|
|
2165
2238
|
@pulumi.getter(name="ipv6PoolSizeVariable")
|
|
2166
|
-
def ipv6_pool_size_variable(self) -> pulumi.Output[Optional[
|
|
2239
|
+
def ipv6_pool_size_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2167
2240
|
"""
|
|
2168
2241
|
Variable name
|
|
2169
2242
|
"""
|
|
2170
2243
|
return pulumi.get(self, "ipv6_pool_size_variable")
|
|
2171
2244
|
|
|
2172
|
-
@property
|
|
2245
|
+
@_builtins.property
|
|
2173
2246
|
@pulumi.getter
|
|
2174
|
-
def name(self) -> pulumi.Output[
|
|
2247
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
2175
2248
|
"""
|
|
2176
2249
|
The name of the Feature
|
|
2177
2250
|
"""
|
|
2178
2251
|
return pulumi.get(self, "name")
|
|
2179
2252
|
|
|
2180
|
-
@property
|
|
2253
|
+
@_builtins.property
|
|
2181
2254
|
@pulumi.getter(name="pskAuthenticationPreSharedKey")
|
|
2182
|
-
def psk_authentication_pre_shared_key(self) -> pulumi.Output[Optional[
|
|
2255
|
+
def psk_authentication_pre_shared_key(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2183
2256
|
"""
|
|
2184
2257
|
PSK Pre Shared Key, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
2185
2258
|
"""
|
|
2186
2259
|
return pulumi.get(self, "psk_authentication_pre_shared_key")
|
|
2187
2260
|
|
|
2188
|
-
@property
|
|
2261
|
+
@_builtins.property
|
|
2189
2262
|
@pulumi.getter(name="pskAuthenticationPreSharedKeyVariable")
|
|
2190
|
-
def psk_authentication_pre_shared_key_variable(self) -> pulumi.Output[Optional[
|
|
2263
|
+
def psk_authentication_pre_shared_key_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2191
2264
|
"""
|
|
2192
2265
|
Variable name, Attribute conditional on `psk_authentication_type` being equal to `group`
|
|
2193
2266
|
"""
|
|
2194
2267
|
return pulumi.get(self, "psk_authentication_pre_shared_key_variable")
|
|
2195
2268
|
|
|
2196
|
-
@property
|
|
2269
|
+
@_builtins.property
|
|
2197
2270
|
@pulumi.getter(name="pskAuthenticationType")
|
|
2198
|
-
def psk_authentication_type(self) -> pulumi.Output[Optional[
|
|
2271
|
+
def psk_authentication_type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2199
2272
|
"""
|
|
2200
|
-
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2273
|
+
PSK Selection, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2274
|
+
- Choices: `aaa`, `group`
|
|
2201
2275
|
"""
|
|
2202
2276
|
return pulumi.get(self, "psk_authentication_type")
|
|
2203
2277
|
|
|
2204
|
-
@property
|
|
2278
|
+
@_builtins.property
|
|
2205
2279
|
@pulumi.getter(name="pskAuthenticationTypeVariable")
|
|
2206
|
-
def psk_authentication_type_variable(self) -> pulumi.Output[Optional[
|
|
2280
|
+
def psk_authentication_type_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2207
2281
|
"""
|
|
2208
2282
|
Variable name, Attribute conditional on `connection_type_ssl` being equal to `false`
|
|
2209
2283
|
"""
|
|
2210
2284
|
return pulumi.get(self, "psk_authentication_type_variable")
|
|
2211
2285
|
|
|
2212
|
-
@property
|
|
2286
|
+
@_builtins.property
|
|
2213
2287
|
@pulumi.getter(name="radiusGroupName")
|
|
2214
|
-
def radius_group_name(self) -> pulumi.Output[
|
|
2288
|
+
def radius_group_name(self) -> pulumi.Output[_builtins.str]:
|
|
2215
2289
|
return pulumi.get(self, "radius_group_name")
|
|
2216
2290
|
|
|
2217
|
-
@property
|
|
2291
|
+
@_builtins.property
|
|
2218
2292
|
@pulumi.getter(name="radiusGroupNameVariable")
|
|
2219
|
-
def radius_group_name_variable(self) -> pulumi.Output[Optional[
|
|
2293
|
+
def radius_group_name_variable(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
2220
2294
|
"""
|
|
2221
2295
|
Variable name
|
|
2222
2296
|
"""
|
|
2223
2297
|
return pulumi.get(self, "radius_group_name_variable")
|
|
2224
2298
|
|
|
2225
|
-
@property
|
|
2299
|
+
@_builtins.property
|
|
2226
2300
|
@pulumi.getter
|
|
2227
|
-
def version(self) -> pulumi.Output[
|
|
2301
|
+
def version(self) -> pulumi.Output[_builtins.int]:
|
|
2228
2302
|
"""
|
|
2229
2303
|
The version of the Feature
|
|
2230
2304
|
"""
|