Uses of Interface
api.equinix.javasdk.fabric.model.Network
Packages that use Network
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of Network in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return NetworkModifier and TypeMethodDescriptionRetrieves a single network by its unique identifier.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type NetworkModifier and TypeMethodDescriptionFabricConfig.getNetworksClient()Networks.search()Searches for networks using default filter and sort criteria.Networks.search(FilterPropertyList filter) Searches for networks matching the specified filter criteria.Networks.search(FilterPropertyList filter, SortPropertyList sort) Searches for networks matching the specified filter and sort criteria.Networks.search(SortPropertyList sort) Searches for networks with the specified sort order. -
Uses of Network in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return NetworkMethods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworksImpl.search()NetworksImpl.search(FilterPropertyList filter) NetworksImpl.search(FilterPropertyList filter, SortPropertyList sort) NetworksImpl.search(SortPropertyList sort) Constructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type NetworkModifierConstructorDescriptionNetworksImpl(NetworkClient<Network> serviceClient, Fabric serviceManager) -
Uses of Network in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkClient.search(FilterPropertyList filter, SortPropertyList sort) -
Uses of Network in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkClientImpl.nextPage(PaginatedPostRequest<Network> equinixRequest) NetworkClientImpl.nextPage(PaginatedRequest<Network> equinixRequest) NetworkClientImpl.search(FilterPropertyList filter, SortPropertyList sort) Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type NetworkModifier and TypeMethodDescriptionNetworkClientImpl.nextPage(PaginatedPostRequest<Network> equinixRequest) NetworkClientImpl.nextPage(PaginatedRequest<Network> equinixRequest) -
Uses of Network in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators that return NetworkConstructor parameters in api.equinix.javasdk.fabric.model.json.creators with type arguments of type NetworkModifierConstructorDescriptionNetworkOperator(PageablePost<Network> serviceClient) Constructor for NetworkOperator. -
Uses of Network in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement NetworkConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type NetworkModifierConstructorDescriptionNetworkWrapper(NetworkJson networkJson, Pageable<Network> serviceClient)