Uses of Enum
api.equinix.javasdk.fabric.enums.PeeringType
Packages that use PeeringType
Package
Description
Fabric-specific enumerations for the Equinix Java SDK.
Cloud provider SDK interoperability layer for Equinix Fabric connections.
-
Uses of PeeringType in api.equinix.javasdk.fabric.enums
Methods in api.equinix.javasdk.fabric.enums that return PeeringTypeModifier and TypeMethodDescriptionstatic PeeringTypeReturns the enum constant of this type with the specified name.static PeeringType[]PeeringType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PeeringType in api.equinix.javasdk.fabric.model.implementation
Methods in api.equinix.javasdk.fabric.model.implementation with parameters of type PeeringTypeModifier and TypeMethodDescriptionSimpleAccessPoint.AccessPointBuilder.peeringType(PeeringType peeringType) -
Uses of PeeringType in api.equinix.javasdk.fabric.model.implementation.cloud
Methods in api.equinix.javasdk.fabric.model.implementation.cloud that return PeeringTypeModifier and TypeMethodDescriptionAzureExpressRouteAdapter.getPreferredPeeringType()default PeeringTypeCloudProviderConnectionAdapter.getPreferredPeeringType()Returns the preferred peering type for this cloud provider connection.Methods in api.equinix.javasdk.fabric.model.implementation.cloud with parameters of type PeeringTypeModifier and TypeMethodDescriptionstatic AzureExpressRouteAdapter<Void> AzureExpressRouteAdapter.of(String expressRouteServiceKey, String peeringLocation, String serviceProfileUuid, PeeringType peeringType) Creates an adapter without an Azure SDK object, using manually specified parameters.Constructors in api.equinix.javasdk.fabric.model.implementation.cloud with parameters of type PeeringTypeModifierConstructorDescriptionAzureExpressRouteAdapter(T source, String expressRouteServiceKey, String peeringLocation, String serviceProfileUuid, PeeringType peeringType) Creates an adapter wrapping an Azure ExpressRoute SDK object.