Uses of Interface
api.equinix.javasdk.networkedge.model.ACLTemplate
Packages that use ACLTemplate
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
-
Uses of ACLTemplate in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return ACLTemplateModifier and TypeMethodDescriptionGets the specified ACL Template.Gets the specified ACL Template for the provided accountUcmId.Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type ACLTemplateModifier and TypeMethodDescriptionNetworkEdgeConfig.getACLTemplateClient()getACLTemplateClient.ACLTemplates.list()Lists available ACL Templates.Lists available ACL Templates for the provided accountUcmId. -
Uses of ACLTemplate in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return ACLTemplateModifier and TypeMethodDescriptionGets the specified ACL Template.Gets the specified ACL Template for the provided accountUcmId.Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type ACLTemplateModifier and TypeMethodDescriptionNetworkEdgeConfigImpl.getACLTemplateClient()getACLTemplateClient.ACLTemplatesImpl.list()list.Lists available ACL Templates for the provided accountUcmId.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type ACLTemplateModifierConstructorDescriptionACLTemplatesImpl(ACLTemplateClient<ACLTemplate> serviceClient, NetworkEdge serviceManager) Constructor for ACLTemplatesImpl. -
Uses of ACLTemplate in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type ACLTemplateModifier and TypeMethodDescriptionlist. -
Uses of ACLTemplate in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type ACLTemplateModifier and TypeMethodDescriptionlist.ACLTemplateClientImpl.nextPage(PaginatedRequest<ACLTemplate> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type ACLTemplateModifier and TypeMethodDescriptionACLTemplateClientImpl.nextPage(PaginatedRequest<ACLTemplate> equinixRequest) nextPage. -
Uses of ACLTemplate in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return ACLTemplateModifier and TypeMethodDescriptionACLTemplateOperator.ACLTemplateBuilder.save()ACLTemplateOperator.ACLTemplateUpdater.save()Methods in api.equinix.javasdk.networkedge.model.json.creators with parameters of type ACLTemplateModifier and TypeMethodDescriptionDeviceOperator.DeviceBuilder.withAclTemplate(ACLTemplate aclTemplate) DeviceOperator.DeviceBuilderSecondary.withAclTemplate(ACLTemplate aclTemplate) Constructor parameters in api.equinix.javasdk.networkedge.model.json.creators with type arguments of type ACLTemplateModifierConstructorDescriptionACLTemplateOperator(Pageable<ACLTemplate> serviceClient) Constructor for ACLTemplateOperator. -
Uses of ACLTemplate in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement ACLTemplateConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type ACLTemplateModifierConstructorDescriptionACLTemplateWrapper(ACLTemplateJson sshUserJson, Pageable<ACLTemplate> serviceClient) Constructor for ACLTemplateWrapper.