File Share Properties File Share Paid Bursting Args
data class FileSharePropertiesFileSharePaidBurstingArgs(val paidBurstingEnabled: Output<Boolean>? = null, val paidBurstingMaxBandwidthMibps: Output<Int>? = null, val paidBurstingMaxIops: Output<Int>? = null) : ConvertibleToJava<FileSharePropertiesFileSharePaidBurstingArgs>
File Share Paid Bursting properties.
Properties
Link copied to clipboard
Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.
Link copied to clipboard
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.
Link copied to clipboard
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.