ISolidFireElementCreateQoSPolicyAsync Method (CancellationToken, String, QoS) |
You can use the CreateQoSPolicy method to create a QoSPolicy object that you can later apply to a volume upon creation or modification. A QoS policy has a unique ID, a name, and QoS settings.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<CreateQoSPolicyResult> CreateQoSPolicyAsync(
CancellationToken cancellationToken,
string Name,
QoS Qos
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Name
- Type: SystemString
- Qos
- Type: SolidFire.Element.ApiQoS
Return Value
Type:
TaskCreateQoSPolicyResultSee Also