Uses of Interface
api.equinix.javasdk.networkedge.model.Device
Packages that use Device
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
Network Edge model interfaces for the Equinix Java SDK.
-
Uses of Device in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return DeviceModifier and TypeMethodDescriptionGets the specified device.Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type DeviceModifier and TypeMethodDescriptionNetworkEdgeConfig.getDevicesClient()getDevicesClient.Devices.list()Lists available Network Edge devices.Devices.list(RequestBuilder.Device requestBuilder) Lists Network Edge devices based on the parameters provided. -
Uses of Device in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return DeviceModifier and TypeMethodDescriptionGets the specified device.Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type DeviceModifier and TypeMethodDescriptionDevicesImpl.list()list.DevicesImpl.list(RequestBuilder.Device requestBuilder) Lists Network Edge devices based on the parameters provided.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type DeviceModifierConstructorDescriptionDevicesImpl(DeviceClient<Device> serviceClient, DeviceTypeClient<DeviceType> deviceTypesServiceClient, NetworkEdge serviceManager) Constructor for DevicesImpl. -
Uses of Device in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type Device -
Uses of Device in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type DeviceModifier and TypeMethodDescriptionDeviceClientImpl.list(RequestBuilder.Device requestBuilder) list.DeviceClientImpl.nextPage(PaginatedRequest<Device> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type DeviceModifier and TypeMethodDescriptionDeviceClientImpl.nextPage(PaginatedRequest<Device> equinixRequest) nextPage. -
Uses of Device in api.equinix.javasdk.networkedge.helpers
Methods in api.equinix.javasdk.networkedge.helpers that return types with arguments of type DeviceModifier and TypeMethodDescriptionModelHelper.findDeviceByCreator(PaginatedList<Device> devices, String creator) findDeviceByCreator.Method parameters in api.equinix.javasdk.networkedge.helpers with type arguments of type DeviceModifier and TypeMethodDescriptionModelHelper.findDeviceByCreator(PaginatedList<Device> devices, String creator) findDeviceByCreator. -
Uses of Device in api.equinix.javasdk.networkedge.model
Methods in api.equinix.javasdk.networkedge.model with parameters of type Device -
Uses of Device in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return DeviceModifier and TypeMethodDescriptionDeviceOperator.DeviceBuilder.create()DeviceOperator.DeviceBuilderSecondary.create()DeviceOperator.DeviceUpdater.save()DeviceOperator.DeviceBuilder.saveAsDraft()DeviceOperator.DeviceBuilderSecondary.saveAsDraft()Methods in api.equinix.javasdk.networkedge.model.json.creators with parameters of type DeviceModifier and TypeMethodDescriptionDeviceOperator.createRedundantDevice(String secondaryDeviceName, Device primaryDevice) DeviceLinkOperator.DeviceLinkUpdater.removeDevice(Device device, Integer asn, Integer interfaceId) DeviceOperator.DeviceBuilder.withDiverseFromDevice(Device diverseFromDevice) DeviceOperator.DeviceBuilder.withPrimaryDevice(Device primaryDevice) Constructor parameters in api.equinix.javasdk.networkedge.model.json.creators with type arguments of type DeviceModifierConstructorDescriptionDeviceOperator(Pageable<Device> serviceClient) Constructor for DeviceOperator. -
Uses of Device in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement DeviceMethods in api.equinix.javasdk.networkedge.model.wrappers with parameters of type DeviceConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type DeviceModifierConstructorDescriptionDeviceWrapper(DeviceJson deviceJson, Pageable<Device> serviceClient) Constructor for DeviceWrapper.