Uses of Class
api.equinix.javasdk.networkedge.model.json.ACLTemplateJson
Packages that use ACLTemplateJson
Package
Description
-
Uses of ACLTemplateJson in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return ACLTemplateJsonModifier and TypeMethodDescriptionACLTemplateClient.create(ACLTemplateCreatorJson aclTemplateCreatorJson) create.getByUuid.refresh.ACLTemplateClient.update(String uuid, ACLTemplateUpdaterJson aclTemplateUpdaterJson) update.Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type ACLTemplateJsonModifier and TypeMethodDescriptionlist. -
Uses of ACLTemplateJson in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return ACLTemplateJsonModifier and TypeMethodDescriptionACLTemplateClientImpl.create(ACLTemplateCreatorJson aclTemplateCreatorJson) create.getByUuid.refresh.ACLTemplateClientImpl.update(String uuid, ACLTemplateUpdaterJson aclTemplateUpdaterJson) update.Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type ACLTemplateJsonModifier and TypeMethodDescriptionlist. -
Uses of ACLTemplateJson in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators with parameters of type ACLTemplateJsonConstructors in api.equinix.javasdk.networkedge.model.json.creators with parameters of type ACLTemplateJson -
Uses of ACLTemplateJson in api.equinix.javasdk.networkedge.model.wrappers
Constructors in api.equinix.javasdk.networkedge.model.wrappers with parameters of type ACLTemplateJsonModifierConstructorDescriptionACLTemplateWrapper(ACLTemplateJson sshUserJson, Pageable<ACLTemplate> serviceClient) Constructor for ACLTemplateWrapper.