FileShareLimits Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. FileShareLimits
- com.
Implements
public final class FileShareLimits
implements JsonSerializable<FileShareLimits>
Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
| Integer |
maxProvisionedBandwidthMiBPerSec()
Get the max |
| Integer |
maxProvisionedIops()
Get the max |
| Integer |
maxProvisionedStorageGiB()
Get the max |
| Integer |
minProvisionedBandwidthMiBPerSec()
Get the min |
| Integer |
minProvisionedIops()
Get the min |
| Integer |
minProvisionedStorageGiB()
Get the min |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static FileShareLimits fromJson(JsonReader jsonReader)
Reads an instance of FileShareLimits from the JsonReader.
Parameters:
Returns:
Throws:
maxProvisionedBandwidthMiBPerSec
public Integer maxProvisionedBandwidthMiBPerSec()
Get the maxProvisionedBandwidthMiBPerSec property: The maximum provisioned bandwidth limit in mebibytes per second for a file share in the storage account.
Returns:
maxProvisionedIops
public Integer maxProvisionedIops()
Get the maxProvisionedIops property: The maximum provisioned IOPS limit for a file share in the storage account.
Returns:
maxProvisionedStorageGiB
public Integer maxProvisionedStorageGiB()
Get the maxProvisionedStorageGiB property: The maximum provisioned storage quota limit in gibibytes for a file share in the storage account.
Returns:
minProvisionedBandwidthMiBPerSec
public Integer minProvisionedBandwidthMiBPerSec()
Get the minProvisionedBandwidthMiBPerSec property: The minimum provisioned bandwidth limit in mebibytes per second for a file share in the storage account.
Returns:
minProvisionedIops
public Integer minProvisionedIops()
Get the minProvisionedIops property: The minimum provisioned IOPS limit for a file share in the storage account.
Returns:
minProvisionedStorageGiB
public Integer minProvisionedStorageGiB()
Get the minProvisionedStorageGiB property: The minimum provisioned storage quota limit in gibibytes for a file share in the storage account.
Returns:
toJson
validate
public void validate()
Validates the instance.