subnetIds

@JvmName(name = "femakhmofbrqkgvk")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "nldwhondwqnykgyg")
suspend fun subnetIds(value: List<String>?)

Parameters

value

The identifier of the subnet to which a network interface is attached from the image builder instance. An image builder instance can use one subnet.


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


@JvmName(name = "uwqtpviisfpvsdxa")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "vrcpqfsskfxhjwvp")
suspend fun subnetIds(vararg values: String)

Parameters

values

The identifier of the subnet to which a network interface is attached from the image builder instance. An image builder instance can use one subnet.