Package version:

Interface StorageQosPolicy

The StorageQoSPolicy definition.

interface StorageQosPolicy {
    bandwidthLimit?: number;
    id?: string;
    iopsMaximum?: number;
    iopsMinimum?: number;
    name?: string;
    policyId?: string;
}

Properties

bandwidthLimit?: number

The Bandwidth Limit for internet traffic.

id?: string

The ID of the QoS policy.

iopsMaximum?: number

The maximum IO operations per second.

iopsMinimum?: number

The minimum IO operations per second.

name?: string

The name of the policy.

policyId?: string

The underlying policy.