Class DeviceLinksImpl
java.lang.Object
api.equinix.javasdk.networkedge.client.implementation.DeviceLinksImpl
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceLinksImpl(DeviceLinkClient<DeviceLink> serviceClient, NetworkEdge serviceManager) Constructor for DeviceLinksImpl. -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of DeviceLinkBuilder for defining a new Device Link.Gets the specified Device Link.list()list.list(RequestBuilder.DeviceLink requestBuilder) Lists Device Links based on the parameters provided.
-
Constructor Details
-
DeviceLinksImpl
Constructor for DeviceLinksImpl.
- Parameters:
serviceClient- aDeviceLinkClientobject.serviceManager- aNetworkEdgeobject.
-
-
Method Details
-
list
list.
- Specified by:
listin interfaceDeviceLinks- Returns:
- a
PaginatedListobject.
-
list
Lists Device Links based on the parameters provided.list.
- Specified by:
listin interfaceDeviceLinks- Parameters:
requestBuilder- the desired query parameters.- Returns:
PaginatedList
-
getByUuid
Gets the specified Device Link.- Specified by:
getByUuidin interfaceDeviceLinks- Parameters:
uuid- the unique identifier of the Device Link.- Returns:
DeviceLink
-
define
Returns an instance of DeviceLinkBuilder for defining a new Device Link.- Specified by:
definein interfaceDeviceLinks- Parameters:
groupName- the name of the new Device Link group.- Returns:
DeviceLinkOperator.DeviceLinkBuilder
-