Interface DeviceLinks
- All Known Implementing Classes:
DeviceLinksImpl
public interface DeviceLinks
Client interface for managing device link groups on Network Edge. Provides operations
to list, retrieve, and create device links that establish connectivity between
virtual devices across metros.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of DeviceLinkBuilder for defining a new Device Link.Gets the specified Device Link.list()Lists available Device Links.list(RequestBuilder.DeviceLink requestBuilder) Lists Device Links based on the parameters provided.
-
Method Details
-
list
-
list
Lists Device Links based on the parameters provided.- Parameters:
requestBuilder- the desired query parameters.- Returns:
PaginatedList
-
getByUuid
Gets the specified Device Link.- Parameters:
uuid- the unique identifier of the Device Link.- Returns:
DeviceLink
-
define
Returns an instance of DeviceLinkBuilder for defining a new Device Link.- Parameters:
groupName- the name of the new Device Link group.- Returns:
DeviceLinkOperator.DeviceLinkBuilder
-