Uses of Interface
api.equinix.javasdk.fabric.model.FabricGateway
Packages that use FabricGateway
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of FabricGateway in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return FabricGatewayModifier and TypeMethodDescriptionRetrieves a single fabric gateway by its unique identifier.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type FabricGatewayModifier and TypeMethodDescriptionFabricConfig.getFabricGatewaysClient()FabricGateways.search()Searches for fabric gateways using default filter and sort criteria.FabricGateways.search(FilterPropertyList filter) Searches for fabric gateways matching the specified filter criteria.FabricGateways.search(FilterPropertyList filter, SortPropertyList sort) Searches for fabric gateways matching the specified filter and sort criteria.FabricGateways.search(SortPropertyList sort) Searches for fabric gateways with the specified sort order. -
Uses of FabricGateway in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return FabricGatewayMethods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type FabricGatewayModifier and TypeMethodDescriptionFabricGatewaysImpl.search()FabricGatewaysImpl.search(FilterPropertyList filter) FabricGatewaysImpl.search(FilterPropertyList filter, SortPropertyList sort) FabricGatewaysImpl.search(SortPropertyList sort) Constructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type FabricGatewayModifierConstructorDescriptionFabricGatewaysImpl(FabricGatewayClient<FabricGateway> serviceClient, GatewayPackageClient<GatewayPackage> gatewayPackageServiceClient, Fabric serviceManager) -
Uses of FabricGateway in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type FabricGatewayModifier and TypeMethodDescriptionFabricGatewayClient.search(FilterPropertyList filter, SortPropertyList sort) -
Uses of FabricGateway in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type FabricGatewayModifier and TypeMethodDescriptionFabricGatewayClientImpl.nextPage(PaginatedPostRequest<FabricGateway> equinixRequest) FabricGatewayClientImpl.nextPage(PaginatedRequest<FabricGateway> equinixRequest) FabricGatewayClientImpl.search(FilterPropertyList filter, SortPropertyList sort) Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type FabricGatewayModifier and TypeMethodDescriptionFabricGatewayClientImpl.nextPage(PaginatedPostRequest<FabricGateway> equinixRequest) FabricGatewayClientImpl.nextPage(PaginatedRequest<FabricGateway> equinixRequest) -
Uses of FabricGateway in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement FabricGatewayConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type FabricGatewayModifierConstructorDescriptionFabricGatewayWrapper(FabricGatewayJson fabricGatewayJson, Pageable<FabricGateway> serviceClient)