initializeParams

@JvmName(name = "aixvmynqshngotjb")
suspend fun initializeParams(value: Output<InstanceBootDiskInitializeParamsArgs>)
@JvmName(name = "xfugpmdrjdqlpjub")
suspend fun initializeParams(value: InstanceBootDiskInitializeParamsArgs?)

Parameters

value

Parameters for a new disk that will be created alongside the new instance. Either initialize_params or source must be set. Structure is documented below.


@JvmName(name = "oxqreoqnjoptkaew")
suspend fun initializeParams(argument: suspend InstanceBootDiskInitializeParamsArgsBuilder.() -> Unit)

Parameters

argument

Parameters for a new disk that will be created alongside the new instance. Either initialize_params or source must be set. Structure is documented below.