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.