Class DiskSpec
- java.lang.Object
-
- com.databricks.sdk.service.compute.DiskSpec
-
@Generated public class DiskSpec extends Object
-
-
Constructor Summary
Constructors Constructor Description DiskSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetDiskCount()LonggetDiskIops()LonggetDiskSize()LonggetDiskThroughput()DiskTypegetDiskType()inthashCode()DiskSpecsetDiskCount(Long diskCount)DiskSpecsetDiskIops(Long diskIops)DiskSpecsetDiskSize(Long diskSize)DiskSpecsetDiskThroughput(Long diskThroughput)DiskSpecsetDiskType(DiskType diskType)StringtoString()
-