Uses of Class
api.equinix.javasdk.fabric.model.json.PortStatisticJson
Packages that use PortStatisticJson
Package
Description
-
Uses of PortStatisticJson in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return PortStatisticJsonModifier and TypeMethodDescriptionPortStatisticClient.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) getStatistics.PortStatisticClient.refreshStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) refreshStatistics.Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type PortStatisticJsonModifier and TypeMethodDescriptionPortStatisticClient.getTopStatistics(StatisticDuration duration, Sortable sortable, RequestBuilder.TopPortStatistics requestBuilder) getTopStatistics. -
Uses of PortStatisticJson in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return PortStatisticJsonModifier and TypeMethodDescriptionPortStatisticClientImpl.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) getStatistics.PortStatisticClientImpl.refreshStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) refreshStatistics.Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type PortStatisticJsonModifier and TypeMethodDescriptionPortStatisticClientImpl.getTopStatistics(StatisticDuration duration, Sortable sortable, RequestBuilder.TopPortStatistics requestBuilder) getTopStatistics. -
Uses of PortStatisticJson in api.equinix.javasdk.fabric.model.json
Methods in api.equinix.javasdk.fabric.model.json that return types with arguments of type PortStatisticJsonModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.core.type.TypeReference<Page<PortStatistic, PortStatisticJson>> PortStatisticJson.pagedTypeRef()pagedTypeRef.static com.fasterxml.jackson.core.type.TypeReference<PortStatisticJson> PortStatisticJson.singleTypeRef()singleTypeRef. -
Uses of PortStatisticJson in api.equinix.javasdk.fabric.model.wrappers
Constructors in api.equinix.javasdk.fabric.model.wrappers with parameters of type PortStatisticJsonModifierConstructorDescriptionPortStatisticWrapper(PortStatisticJson portJson, Pageable<PortStatistic> serviceClient) Constructor for PortStatisticWrapper.