DiskDetails Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. DiskDetails
- com.
Implements
public final class DiskDetails
implements JsonSerializable<DiskDetails>
The supported disk size details for a disk type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
diskTier()
Get the disk |
|
static
Disk |
fromJson(JsonReader jsonReader)
Reads an instance of Disk |
| Long |
iopsReadWrite()
Get the iops |
| Long |
maximumSupportedDiskCount()
Get the maximum |
| Long |
mbpsReadWrite()
Get the mbps |
| Long |
minimumSupportedDiskCount()
Get the minimum |
| Long |
sizeGB()
Get the sizeGB property: The disk size in GB. |
|
Disk |
sku()
Get the sku property: The type of disk sku. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
diskTier
public String diskTier()
Get the diskTier property: The disk tier, e.g. P10, E10.
Returns:
fromJson
public static DiskDetails fromJson(JsonReader jsonReader)
Reads an instance of DiskDetails from the JsonReader.
Parameters:
Returns:
Throws:
iopsReadWrite
public Long iopsReadWrite()
Get the iopsReadWrite property: The disk Iops.
Returns:
maximumSupportedDiskCount
public Long maximumSupportedDiskCount()
Get the maximumSupportedDiskCount property: The maximum supported disk count.
Returns:
mbpsReadWrite
public Long mbpsReadWrite()
Get the mbpsReadWrite property: The disk provisioned throughput in MBps.
Returns:
minimumSupportedDiskCount
public Long minimumSupportedDiskCount()
Get the minimumSupportedDiskCount property: The minimum supported disk count.
Returns:
sizeGB
public Long sizeGB()
Get the sizeGB property: The disk size in GB.
Returns:
sku
public DiskSku sku()
Get the sku property: The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
Returns:
toJson
validate
public void validate()
Validates the instance.