Click or drag to resize

SolidFireElementCreateQoSPolicy Method (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
C#
public CreateQoSPolicyResult CreateQoSPolicy(
	string Name,
	QoS Qos
)

Parameters

Name
Type: SystemString
Qos
Type: SolidFire.Element.ApiQoS

Return Value

Type: CreateQoSPolicyResult

Implements

ISolidFireElementCreateQoSPolicy(String, QoS)
See Also