UNPKG

@equinix-labs/pulumi-equinix

Version:

A Pulumi package for creating and managing equinix cloud resources.

19 lines 587 B
"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.ThroughputUnit = exports.FileType = exports.AclRuleProtocolType = void 0; exports.AclRuleProtocolType = { IP: "IP", TCP: "TCP", UDP: "UDP", }; exports.FileType = { License: "LICENSE", CloudInit: "CLOUD_INIT", }; exports.ThroughputUnit = { Mbps: "Mbps", Gbps: "Gbps", }; //# sourceMappingURL=index.js.map