Uses of Class
api.equinix.javasdk.fabric.model.json.ServiceProfileJson
Packages that use ServiceProfileJson
Package
Description
-
Uses of ServiceProfileJson in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return ServiceProfileJsonModifier and TypeMethodDescriptiongetServiceProfileByUuid.refreshServiceProfile.Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type ServiceProfileJsonModifier and TypeMethodDescriptionServiceProfileClient.list()listServiceProfiles.ServiceProfileClient.search(FilterPropertyList filter, SortPropertyList sort) -
Uses of ServiceProfileJson in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return ServiceProfileJsonModifier and TypeMethodDescriptionServiceProfileClientImpl.create(ServiceProfileCreatorJson serviceProfileCreatorJson) Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type ServiceProfileJsonModifier and TypeMethodDescriptionServiceProfileClientImpl.list()ServiceProfileClientImpl.search(FilterPropertyList filter, SortPropertyList sort) -
Uses of ServiceProfileJson in api.equinix.javasdk.fabric.model.wrappers
Constructors in api.equinix.javasdk.fabric.model.wrappers with parameters of type ServiceProfileJsonModifierConstructorDescriptionServiceProfileWrapper(ServiceProfileJson jsonObject, Pageable<ServiceProfile> serviceProfileClient) Constructor for ServiceProfileWrapper.