Interface Prices
- All Known Implementing Classes:
PricesImpl
public interface Prices
Client interface for querying Equinix Fabric pricing information. Provides access to
pricing details for connections, ports, and other Fabric resources.
-
Method Summary
Modifier and TypeMethodDescriptionlist(FilterPropertyList filter) Lists pricing information matching the specified filter criteria.
-
Method Details
-
list
Lists pricing information matching the specified filter criteria.- Parameters:
filter- the filter criteria to narrow pricing results (e.g., by connection type or metro)- Returns:
- a paginated, filtered list of pricing entries
-