Uses of Interface
api.equinix.javasdk.fabric.model.ServiceProfile
Packages that use ServiceProfile
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
-
Uses of ServiceProfile in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return ServiceProfileModifier and TypeMethodDescriptionRetrieves a single service profile by its unique identifier.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type ServiceProfileModifier and TypeMethodDescriptionFabricConfig.getServiceProfilesClient()getServiceProfilesClient.ServiceProfiles.list()Lists all service profiles owned by the current account.ServiceProfiles.search()Searches for service profiles using default filter and sort criteria.ServiceProfiles.search(FilterPropertyList filter) Searches for service profiles matching the specified filter criteria.ServiceProfiles.search(FilterPropertyList filter, SortPropertyList sort) Searches for service profiles matching the specified filter and sort criteria.ServiceProfiles.search(SortPropertyList sort) Searches for service profiles with the specified sort order. -
Uses of ServiceProfile in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return ServiceProfileMethods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type ServiceProfileModifier and TypeMethodDescriptionServiceProfilesImpl.list()ServiceProfilesImpl.search()ServiceProfilesImpl.search(FilterPropertyList filter) ServiceProfilesImpl.search(FilterPropertyList filter, SortPropertyList sort) ServiceProfilesImpl.search(SortPropertyList sort) Constructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type ServiceProfileModifierConstructorDescriptionServiceProfilesImpl(ServiceProfileClient<ServiceProfile> serviceClient, Fabric serviceManager) Constructor for ServiceProfilesImpl. -
Uses of ServiceProfile in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type ServiceProfileModifier and TypeMethodDescriptionServiceProfileClient.list()listServiceProfiles.ServiceProfileClient.search(FilterPropertyList filter, SortPropertyList sort) -
Uses of ServiceProfile in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type ServiceProfileModifier and TypeMethodDescriptionServiceProfileClientImpl.list()ServiceProfileClientImpl.nextPage(PaginatedPostRequest<ServiceProfile> equinixRequest) ServiceProfileClientImpl.nextPage(PaginatedRequest<ServiceProfile> equinixRequest) ServiceProfileClientImpl.search(FilterPropertyList filter, SortPropertyList sort) Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type ServiceProfileModifier and TypeMethodDescriptionServiceProfileClientImpl.nextPage(PaginatedPostRequest<ServiceProfile> equinixRequest) ServiceProfileClientImpl.nextPage(PaginatedRequest<ServiceProfile> equinixRequest) -
Uses of ServiceProfile in api.equinix.javasdk.fabric.model.implementation
Methods in api.equinix.javasdk.fabric.model.implementation with parameters of type ServiceProfileModifier and TypeMethodDescriptionSimpleAccessPoint.AccessPointBuilder.serviceProfile(ServiceProfile serviceProfile) -
Uses of ServiceProfile in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators that return ServiceProfileMethods in api.equinix.javasdk.fabric.model.json.creators with parameters of type ServiceProfileModifier and TypeMethodDescriptionConnectionOperator.ConnectionBuilder.aSideAccessPoint(ServiceProfile serviceProfile, LinkProtocol linkProtocol) ConnectionOperator.ConnectionBuilder.zSideAccessPoint(ServiceProfile serviceProfile, LinkProtocol linkProtocol) Constructor parameters in api.equinix.javasdk.fabric.model.json.creators with type arguments of type ServiceProfile -
Uses of ServiceProfile in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement ServiceProfileConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type ServiceProfileModifierConstructorDescriptionServiceProfileWrapper(ServiceProfileJson jsonObject, Pageable<ServiceProfile> serviceProfileClient) Constructor for ServiceProfileWrapper.