StorageQosPolicy interface
The StorageQoSPolicy definition.
Properties
bandwidth |
The Bandwidth Limit for internet traffic. |
id | The ID of the QoS policy. |
iops |
The maximum IO operations per second. |
iops |
The minimum IO operations per second. |
name | The name of the policy. |
policy |
The underlying policy. |
Property Details
bandwidthLimit
The Bandwidth Limit for internet traffic.
bandwidthLimit?: number
Property Value
number
id
The ID of the QoS policy.
id?: string
Property Value
string
iopsMaximum
The maximum IO operations per second.
iopsMaximum?: number
Property Value
number
iopsMinimum
The minimum IO operations per second.
iopsMinimum?: number
Property Value
number
name
The name of the policy.
name?: string
Property Value
string
policyId
The underlying policy.
policyId?: string
Property Value
string