DiskInfoArgs

data class DiskInfoArgs(val sizeInGB: Output<Double>? = null, val storageType: Output<DiskStorageType>) : ConvertibleToJava<DiskInfoArgs>

Disk resource creation details

Constructors

Link copied to clipboard
constructor(sizeInGB: Output<Double>? = null, storageType: Output<DiskStorageType>)

Properties

Link copied to clipboard
val sizeInGB: Output<Double>? = null

Disk size in GB

Link copied to clipboard

Storage type

Functions

Link copied to clipboard
open override fun toJava(): DiskInfoArgs