Attach New Data Disk Options Response
data class AttachNewDataDiskOptionsResponse(val diskName: String? = null, val diskSizeGiB: Int? = null, val diskType: String? = null)
Properties to attach new disk to the Virtual Machine.
Constructors
Link copied to clipboard
fun AttachNewDataDiskOptionsResponse(diskName: String? = null, diskSizeGiB: Int? = null, diskType: String? = null)