FileShareRecommendations Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. FileShareRecommendations
- com.
Implements
public final class FileShareRecommendations
implements JsonSerializable<FileShareRecommendations>
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.
Constructor Summary
| Constructor | Description |
|---|---|
| FileShareRecommendations() |
Creates an instance of File |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Double |
bandwidthScalar()
Get the bandwidth |
| Integer |
baseBandwidthMiBPerSec()
Get the base |
| Integer |
baseIops()
Get the base |
|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
| Double |
ioScalar()
Get the io |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
FileShareRecommendations
public FileShareRecommendations()
Creates an instance of FileShareRecommendations class.
Method Details
bandwidthScalar
public Double bandwidthScalar()
Get the bandwidthScalar property: The scalar for bandwidth in the file share provisioned bandwidth recommendation formula.
Returns:
baseBandwidthMiBPerSec
public Integer baseBandwidthMiBPerSec()
Get the baseBandwidthMiBPerSec property: The base bandwidth in the file share provisioned bandwidth recommendation formula.
Returns:
baseIops
public Integer baseIops()
Get the baseIops property: The base IOPS in the file share provisioned IOPS recommendation formula.
Returns:
fromJson
public static FileShareRecommendations fromJson(JsonReader jsonReader)
Reads an instance of FileShareRecommendations from the JsonReader.
Parameters:
Returns:
Throws:
ioScalar
public Double ioScalar()
Get the ioScalar property: The scalar for IO in the file share provisioned IOPS recommendation formula.
Returns:
toJson
validate
public void validate()
Validates the instance.