Click or drag to resize

SolidFireElementListProtectionDomainLevelsAsync Method

ListProtectionDomainLevels returns the Tolerance and Resiliency of the cluster from the perspective of each of the supported ProtectionDomainTypes.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListProtectionDomainLevelsResult> ListProtectionDomainLevelsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListProtectionDomainLevelsResult

Implements

ISolidFireElementListProtectionDomainLevelsAsync(CancellationToken)
See Also