frontendIpConfigurationNames

@JvmName(name = "crkvslacvndqojii")
suspend fun frontendIpConfigurationNames(value: Output<List<String>>)
@JvmName(name = "klpclurgdwvlmdms")
suspend fun frontendIpConfigurationNames(value: List<String>?)

Parameters

value

The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.


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


@JvmName(name = "rkqfhmtoqgnnrawu")
suspend fun frontendIpConfigurationNames(values: List<Output<String>>)
@JvmName(name = "dijoanikpmtumviq")
suspend fun frontendIpConfigurationNames(vararg values: String)

Parameters

values

The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.