objectIdPaths

@JvmName(name = "ptmxqnksmevsbvoi")
suspend fun objectIdPaths(value: Output<List<Int>>)
@JvmName(name = "vydbdvojgjtoyask")
suspend fun objectIdPaths(value: List<Int>)

Parameters

value

Required. The parts of an OID path. The most significant parts of the path come first.


@JvmName(name = "dwgrklstqycswmle")
suspend fun objectIdPaths(vararg values: Output<Int>)


@JvmName(name = "wltlbhpfqacvepqo")
suspend fun objectIdPaths(values: List<Output<Int>>)
@JvmName(name = "qrmsockyjyvgpolx")
suspend fun objectIdPaths(vararg values: Int)

Parameters

values

Required. The parts of an OID path. The most significant parts of the path come first.