Uses of Interface
api.equinix.javasdk.fabric.model.ConnectionStatistic
Packages that use ConnectionStatistic
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of ConnectionStatistic in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return ConnectionStatisticModifier and TypeMethodDescriptionConnections.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) Retrieves bandwidth statistics for a connection over the specified time range.Connections.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime, Side viewPoint) Retrieves bandwidth statistics for a connection over the specified time range, viewed from a specific side. -
Uses of ConnectionStatistic in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return ConnectionStatisticModifier and TypeMethodDescriptionConnectionsImpl.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime) Retrieves bandwidth statistics for a connection over the specified time range.ConnectionsImpl.getStatistics(String uuid, LocalDateTime startDateTime, LocalDateTime endDateTime, Side viewPoint) Retrieves bandwidth statistics for a connection over the specified time range, viewed from a specific side. -
Uses of ConnectionStatistic in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement ConnectionStatisticModifier and TypeClassDescriptionclassConnectionStatisticWrapper class.Methods in api.equinix.javasdk.fabric.model.wrappers that return ConnectionStatistic