volumes

@JvmName(name = "xxycypmjutxwscby")
suspend fun volumes(value: Output<List<VolumeArgs>>)
@JvmName(name = "ovdsoaolxqfogxyk")
suspend fun volumes(value: List<VolumeArgs>?)

Parameters

value

Input only. List of Volumes to attach to this Instance on creation. This field won't be populated in Get/List responses.


@JvmName(name = "tmwftvyyrnkohcwm")
suspend fun volumes(vararg values: Output<VolumeArgs>)


@JvmName(name = "ksvdyufvrmgmovvk")
suspend fun volumes(values: List<Output<VolumeArgs>>)
@JvmName(name = "dkgkcmkppyjfvihr")
suspend fun volumes(vararg values: VolumeArgs)

Parameters

values

Input only. List of Volumes to attach to this Instance on creation. This field won't be populated in Get/List responses.


@JvmName(name = "odkbvkoyntonoakn")
suspend fun volumes(argument: List<suspend VolumeArgsBuilder.() -> Unit>)
@JvmName(name = "wpgdmtiikdyebfyr")
suspend fun volumes(vararg argument: suspend VolumeArgsBuilder.() -> Unit)
@JvmName(name = "cubfxmkbamcquktu")
suspend fun volumes(argument: suspend VolumeArgsBuilder.() -> Unit)

Parameters

argument

Input only. List of Volumes to attach to this Instance on creation. This field won't be populated in Get/List responses.