Click or drag to resize

SolidFireElementListProtocolEndpoints Method (Guid)

ListProtocolEndpoints enables you to retrieve information about all protocol endpoints in the cluster. Protocol endpoints govern access to their associated virtual volume storage containers.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListProtocolEndpointsResult ListProtocolEndpoints(
	Guid[] ProtocolEndpointIDs = null
)

Parameters

ProtocolEndpointIDs (Optional)
Type: SystemGuid

Return Value

Type: ListProtocolEndpointsResult

Implements

ISolidFireElementListProtocolEndpoints(Guid)
See Also