Uses of Interface
api.equinix.javasdk.fabric.model.Port
Packages that use Port
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of Port in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return PortModifier and TypeMethodDescriptionRetrieves a single port by its unique identifier.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type PortModifier and TypeMethodDescriptionFabricConfig.getPortsClient()getPortsClient.Ports.list()Lists all ports accessible to the current account. -
Uses of Port in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return PortModifier and TypeMethodDescriptionRetrieves a single port by its unique identifier.Methods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type PortConstructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type PortModifierConstructorDescriptionPortsImpl(PortClient<Port> serviceClient, PortStatisticClient<PortStatistic> statisticServiceClient, Fabric serviceManager) Constructor for PortsImpl. -
Uses of Port in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type Port -
Uses of Port in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type PortModifier and TypeMethodDescriptionPortClientImpl.list()list.PortClientImpl.nextPage(PaginatedRequest<Port> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type PortModifier and TypeMethodDescriptionPortClientImpl.nextPage(PaginatedRequest<Port> equinixRequest) nextPage. -
Uses of Port in api.equinix.javasdk.fabric.model.implementation
Methods in api.equinix.javasdk.fabric.model.implementation with parameters of type PortModifier and TypeMethodDescription -
Uses of Port in api.equinix.javasdk.fabric.model.json
Methods in api.equinix.javasdk.fabric.model.json that return types with arguments of type Port -
Uses of Port in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators with parameters of type PortModifier and TypeMethodDescriptionConnectionOperator.ConnectionBuilder.aSideAccessPoint(Port port, LinkProtocol linkProtocol) ConnectionOperator.ConnectionBuilder.zSideAccessPoint(Port port, LinkProtocol linkProtocol) -
Uses of Port in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement PortMethods in api.equinix.javasdk.fabric.model.wrappers that return PortConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type PortModifierConstructorDescriptionPortWrapper(PortJson portJson, Pageable<Port> serviceClient) Constructor for PortWrapper.