subnetIds

@JvmName(name = "xsxsqabydwnrnxum")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "hcvhffqtusgrttfi")
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 = "jhwlsbmmbbuphduh")
suspend fun subnetIds(vararg values: Output<String>)


@JvmName(name = "rhcimrtguhiuprvp")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "ewlsddramwoewidb")
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.