Click or drag to resize

ListVolumesRequestIsPaired Property

Returns volumes that are paired or not paired. Possible values are: true: Returns all paired volumes. false: Returns all volumes that are not paired.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<bool> IsPaired { get; set; }

Property Value

Type: NullableBoolean
See Also