applicationNameLists

@JvmName(name = "gosexuitgkmdvela")
suspend fun applicationNameLists(value: Output<List<String>>)
@JvmName(name = "dwelurpiwjsyuyjt")
suspend fun applicationNameLists(value: List<String>?)

Parameters

value

The application types supported by the access control policy.

NOTE: If proto is set to TCP, you can set application_name_list to any valid value. If proto is set to UDP, ICMP, or ANY, you can only set application_name_list to ["ANY"]. From version 1.232.0, You must specify at least one of the application_name_list and application_name. If you specify both application_name_list and application_name, only the application_name_list takes effect.


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


@JvmName(name = "ojoswuyfmhkokfmn")
suspend fun applicationNameLists(values: List<Output<String>>)
@JvmName(name = "niiobyqlfaxngcgu")
suspend fun applicationNameLists(vararg values: String)

Parameters

values

The application types supported by the access control policy.

NOTE: If proto is set to TCP, you can set application_name_list to any valid value. If proto is set to UDP, ICMP, or ANY, you can only set application_name_list to ["ANY"]. From version 1.232.0, You must specify at least one of the application_name_list and application_name. If you specify both application_name_list and application_name, only the application_name_list takes effect.