Uses of Enum
api.equinix.javasdk.fabric.enums.LinkProtocolType
Packages that use LinkProtocolType
Package
Description
Fabric-specific enumerations for the Equinix Java SDK.
-
Uses of LinkProtocolType in api.equinix.javasdk.fabric.enums
Methods in api.equinix.javasdk.fabric.enums that return LinkProtocolTypeModifier and TypeMethodDescriptionstatic LinkProtocolTypeReturns the enum constant of this type with the specified name.static LinkProtocolType[]LinkProtocolType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinkProtocolType in api.equinix.javasdk.fabric.model.implementation
Methods in api.equinix.javasdk.fabric.model.implementation with parameters of type LinkProtocolTypeModifier and TypeMethodDescriptionSimpleAccessPoint.AccessPointBuilder.linkProtocol(LinkProtocolType linkProtocolType, Integer vlanTag, Integer vlanCTag, Integer vlanSTag) Constructors in api.equinix.javasdk.fabric.model.implementation with parameters of type LinkProtocolTypeModifierConstructorDescriptionprotectedDot1QBuilder(LinkProtocolType linkProtocolType) protectedQinQBuilder(LinkProtocolType linkProtocolType) protectedUntaggedBuilder(LinkProtocolType linkProtocolType) -
Uses of LinkProtocolType in api.equinix.javasdk.fabric.model.serializers
Methods in api.equinix.javasdk.fabric.model.serializers with parameters of type LinkProtocolTypeModifier and TypeMethodDescriptionvoidLinkProtocolTypeSerializer.serialize(LinkProtocolType value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in api.equinix.javasdk.fabric.model.serializers with type arguments of type LinkProtocolTypeModifierConstructorDescriptionConstructor for LinkProtocolTypeSerializer.