UNPKG

@equinix-labs/pulumi-equinix

Version:

A Pulumi package for creating and managing equinix cloud resources.

102 lines 2.32 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceTokenType = exports.ProfileVisibility = exports.ProfileType = exports.ProfileState = exports.ProfileAccessPointType = exports.NotificationsType = exports.ConnectionType = exports.AccessPointType = exports.AccessPointPeeringType = exports.AccessPointLinkProtocolType = void 0; exports.AccessPointLinkProtocolType = { Untagged: "UNTAGGED", Dot1q: "DOT1Q", QinQ: "QINQ", EVPN_VXLAN: "EVPN_VXLAN", }; exports.AccessPointPeeringType = { Private: "PRIVATE", Microsoft: "MICROSOFT", Public: "PUBLIC", }; exports.AccessPointType = { /** * Colocation */ Colo: "COLO", /** * Virtual Device */ VD: "VD", /** * Service Profile */ SP: "SP", /** * Internet Gateway */ IGW: "IGW", /** * Subnet */ Subnet: "SUBNET", /** * Gateway */ GW: "GW", /** * Network */ Network: "NETWORK", }; exports.ConnectionType = { /** * Virtual Gateway */ VG: "VG_VC", /** * Ethernet Virtual Private Line */ EVPL: "EVPL_VC", /** * Ethernet Private Line */ EPL: "EPL_VC", /** * Fabric Gateway virtual connection */ GW: "GW_VC", /** * E-access, layer 2 connection between a QINQ port and an EPL port. */ AccessEPL: "ACCESS_EPL_VC", }; exports.NotificationsType = { All: "ALL", ConnectionApproval: "CONNECTION_APPROVAL", SalesNotifications: "SALES_REP_NOTIFICATIONS", Notifications: "NOTIFICATIONS", }; exports.ProfileAccessPointType = { /** * Colocation */ Colo: "COLO", /** * Virtual Device */ VD: "VD", }; exports.ProfileState = { Active: "ACTIVE", PendingApproval: "PENDING_APPROVAL", Deleted: "DELETED", Rejected: "REJECTED", }; exports.ProfileType = { L2Profile: "L2_PROFILE", L3Profile: "L3_PROFILE", }; exports.ProfileVisibility = { Public: "PUBLIC", Private: "PRIVATE", }; exports.ServiceTokenType = { VCToken: "VC_TOKEN", }; //# sourceMappingURL=index.js.map