customTlsFeatures

@JvmName(name = "xltttyjdgsmhoogv")
suspend fun customTlsFeatures(value: Output<List<String>>)
@JvmName(name = "qmsydoqanbidkalg")
suspend fun customTlsFeatures(value: List<String>?)

Parameters

value

List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.


@JvmName(name = "iuiffegfwhepxpsy")
suspend fun customTlsFeatures(vararg values: Output<String>)


@JvmName(name = "tpoxjwidhjgswvvx")
suspend fun customTlsFeatures(values: List<Output<String>>)
@JvmName(name = "aogbygpidpdftcvi")
suspend fun customTlsFeatures(vararg values: String)

Parameters

values

List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.