Uses of Enum
api.equinix.javasdk.fabric.enums.InterfaceType
Packages that use InterfaceType
Package
Description
Fabric-specific enumerations for the Equinix Java SDK.
-
Uses of InterfaceType in api.equinix.javasdk.fabric.enums
Methods in api.equinix.javasdk.fabric.enums that return InterfaceTypeModifier and TypeMethodDescriptionstatic InterfaceTypeReturns the enum constant of this type with the specified name.static InterfaceType[]InterfaceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InterfaceType in api.equinix.javasdk.fabric.model.implementation
Methods in api.equinix.javasdk.fabric.model.implementation with parameters of type InterfaceTypeModifier and TypeMethodDescriptionSimpleAccessPoint.AccessPointBuilder.deviceInterface(InterfaceType interfaceType, Integer interfaceId) Constructors in api.equinix.javasdk.fabric.model.implementation with parameters of type InterfaceType -
Uses of InterfaceType in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators with parameters of type InterfaceTypeModifier and TypeMethodDescriptionConnectionOperator.ConnectionBuilder.aSideAccessPoint(CloudRouter cloudRouter, LinkProtocol linkProtocol, InterfaceType interfaceType, Integer interfaceId) ConnectionOperator.ConnectionBuilder.aSideAccessPoint(String virtualDeviceUuid, LinkProtocol linkProtocol, InterfaceType interfaceType, Integer interfaceId) ConnectionOperator.ConnectionBuilder.zSideAccessPoint(CloudRouter cloudRouter, LinkProtocol linkProtocol, InterfaceType interfaceType, Integer interfaceId) ConnectionOperator.ConnectionBuilder.zSideAccessPoint(String virtualDeviceUuid, LinkProtocol linkProtocol, InterfaceType interfaceType, Integer interfaceId)