portals

@JvmName(name = "kkpegqeehrxdhbnh")
suspend fun portals(value: Output<List<String>>)
@JvmName(name = "fkcbemgdvrrvokxw")
suspend fun portals(value: List<String>?)

Parameters

value

portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).


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


@JvmName(name = "gxgmsrlorxvtlhiu")
suspend fun portals(values: List<Output<String>>)
@JvmName(name = "gxrokggwnkemcjjs")
suspend fun portals(vararg values: String)

Parameters

values

portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).