Uses of Interface
api.equinix.javasdk.fabric.model.Connection
Packages that use Connection
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of Connection in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return ConnectionModifier and TypeMethodDescriptionRetrieves a single connection by its unique identifier.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type ConnectionModifier and TypeMethodDescriptionFabricConfig.getConnectionsClient()getConnectionsClient.Connections.search()Searches for connections using default filter and sort criteria.Connections.search(FilterPropertyList filter) Searches for connections matching the specified filter criteria.Connections.search(FilterPropertyList filter, SortPropertyList sort) Searches for connections matching the specified filter and sort criteria.Connections.search(SortPropertyList sort) Searches for connections with the specified sort order. -
Uses of Connection in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return ConnectionMethods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type ConnectionModifier and TypeMethodDescriptionConnectionsImpl.search()ConnectionsImpl.search(FilterPropertyList filter) ConnectionsImpl.search(FilterPropertyList filter, SortPropertyList sort) ConnectionsImpl.search(SortPropertyList sort) Constructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type ConnectionModifierConstructorDescriptionConnectionsImpl(ConnectionClient<Connection> serviceClient, Fabric serviceManager) -
Uses of Connection in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type ConnectionModifier and TypeMethodDescriptionConnectionClient.batch(List<ConnectionCreatorJson> connectionCreatorJsonList) ConnectionClient.search(FilterPropertyList filter, SortPropertyList sort) -
Uses of Connection in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type ConnectionModifier and TypeMethodDescriptionConnectionClientImpl.batch(List<ConnectionCreatorJson> connectionCreatorJsonList) ConnectionClientImpl.nextPage(PaginatedPostRequest<Connection> equinixRequest) ConnectionClientImpl.nextPage(PaginatedRequest<Connection> equinixRequest) ConnectionClientImpl.search(FilterPropertyList filter, SortPropertyList sort) Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type ConnectionModifier and TypeMethodDescriptionConnectionClientImpl.nextPage(PaginatedPostRequest<Connection> equinixRequest) ConnectionClientImpl.nextPage(PaginatedRequest<Connection> equinixRequest) -
Uses of Connection in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators that return ConnectionMethods in api.equinix.javasdk.fabric.model.json.creators that return types with arguments of type ConnectionMethods in api.equinix.javasdk.fabric.model.json.creators with parameters of type ConnectionModifier and TypeMethodDescriptionRoutingProtocolOperator.RoutingProtocolBuilder.create(Connection connection) Constructor parameters in api.equinix.javasdk.fabric.model.json.creators with type arguments of type Connection -
Uses of Connection in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement ConnectionConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type ConnectionModifierConstructorDescriptionConnectionStatisticWrapper(ConnectionStatisticJson connectionStatisticJson, PageablePost<Connection> serviceClient) Constructor for ConnectionStatisticWrapper.ConnectionWrapper(ConnectionJson portJson, Pageable<Connection> serviceClient) Constructor for ConnectionWrapper. -
Uses of Connection in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators with parameters of type ConnectionModifier and TypeMethodDescriptionBGPPeeringOperator.BGPPeeringBuilder.forConnection(Connection connection)