FileSharePropertiesFileSharePaidBursting Class
File Share Paid Bursting properties.
Constructor
FileSharePropertiesFileSharePaidBursting(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
paid_bursting_enabled
|
Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. |
|
paid_bursting_max_iops
|
The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share. |
|
paid_bursting_max_bandwidth_mibps
|
The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share. |
Attributes
paid_bursting_enabled
Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.
paid_bursting_enabled: bool | None
paid_bursting_max_bandwidth_mibps
The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share.
paid_bursting_max_bandwidth_mibps: int | None
paid_bursting_max_iops
The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share.
paid_bursting_max_iops: int | None