@equinix-labs/pulumi-equinix
Version:
A Pulumi package for creating and managing equinix cloud resources.
17 lines (16 loc) • 569 B
TypeScript
export declare const AclRuleProtocolType: {
readonly IP: "IP";
readonly TCP: "TCP";
readonly UDP: "UDP";
};
export type AclRuleProtocolType = (typeof AclRuleProtocolType)[keyof typeof AclRuleProtocolType];
export declare const FileType: {
readonly License: "LICENSE";
readonly CloudInit: "CLOUD_INIT";
};
export type FileType = (typeof FileType)[keyof typeof FileType];
export declare const ThroughputUnit: {
readonly Mbps: "Mbps";
readonly Gbps: "Gbps";
};
export type ThroughputUnit = (typeof ThroughputUnit)[keyof typeof ThroughputUnit];