Uses of Interface
api.equinix.javasdk.fabric.model.PortStatistic
Packages that use PortStatistic
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of PortStatistic in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return PortStatisticModifier and TypeMethodDescriptionPorts.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) Retrieves bandwidth statistics for a port over the specified time range.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type PortStatisticModifier and TypeMethodDescriptionFabricConfig.getPortStatisticsClient()getPortStatisticsClient.Ports.getTopStatistics(StatisticDuration duration, Sortable sortable) Retrieves top port statistics ranked by bandwidth usage for the specified duration.Ports.getTopStatistics(StatisticDuration duration, Sortable sortable, RequestBuilder.TopPortStatistics requestBuilder) Retrieves top port statistics ranked by bandwidth usage with additional request options. -
Uses of PortStatistic in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return PortStatisticModifier and TypeMethodDescriptionPortsImpl.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) Retrieves bandwidth statistics for a port over the specified time range.Methods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type PortStatisticModifier and TypeMethodDescriptionPortsImpl.getTopStatistics(StatisticDuration duration, Sortable sortable) Retrieves top port statistics ranked by bandwidth usage for the specified duration.PortsImpl.getTopStatistics(StatisticDuration duration, Sortable sortable, RequestBuilder.TopPortStatistics requestBuilder) Retrieves top port statistics ranked by bandwidth usage with additional request options.Constructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type PortStatisticModifierConstructorDescriptionPortsImpl(PortClient<Port> serviceClient, PortStatisticClient<PortStatistic> statisticServiceClient, Fabric serviceManager) Constructor for PortsImpl. -
Uses of PortStatistic in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type PortStatisticModifier and TypeMethodDescriptionPortStatisticClient.getTopStatistics(StatisticDuration duration, Sortable sortable, RequestBuilder.TopPortStatistics requestBuilder) getTopStatistics. -
Uses of PortStatistic in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type PortStatisticModifier and TypeMethodDescriptionPortStatisticClientImpl.getTopStatistics(StatisticDuration duration, Sortable sortable, RequestBuilder.TopPortStatistics requestBuilder) getTopStatistics.PortStatisticClientImpl.nextPage(PaginatedRequest<PortStatistic> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type PortStatisticModifier and TypeMethodDescriptionPortStatisticClientImpl.nextPage(PaginatedRequest<PortStatistic> equinixRequest) nextPage. -
Uses of PortStatistic in api.equinix.javasdk.fabric.model.json
Methods in api.equinix.javasdk.fabric.model.json that return types with arguments of type PortStatisticModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.core.type.TypeReference<Page<PortStatistic, PortStatisticJson>> PortStatisticJson.pagedTypeRef()pagedTypeRef. -
Uses of PortStatistic in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement PortStatisticMethods in api.equinix.javasdk.fabric.model.wrappers that return PortStatisticConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type PortStatisticModifierConstructorDescriptionPortStatisticWrapper(PortStatisticJson portJson, Pageable<PortStatistic> serviceClient) Constructor for PortStatisticWrapper.