Click or drag to resize

ISolidFireElementCreateQoSPolicy Method (CreateQoSPolicyRequest)

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
C#
CreateQoSPolicyResult CreateQoSPolicy(
	CreateQoSPolicyRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiCreateQoSPolicyRequest

Return Value

Type: CreateQoSPolicyResult
See Also