@pulumi/digitalocean
Version:
A Pulumi package for creating and managing DigitalOcean cloud resources.
232 lines (231 loc) • 11.3 kB
TypeScript
export declare const Algorithm: {
readonly RoundRobin: "round_robin";
readonly LeastConnections: "least_connections";
};
export type Algorithm = (typeof Algorithm)[keyof typeof Algorithm];
export declare const CertificateType: {
readonly LetsEncrypt: "lets_encrypt";
readonly Custom: "custom";
};
export type CertificateType = (typeof CertificateType)[keyof typeof CertificateType];
export declare const DatabaseSlug: {
readonly DB_1VPCU1GB: "db-s-1vcpu-1gb";
readonly DB_1VPCU2GB: "db-s-1vcpu-2gb";
readonly DB_2VPCU4GB: "db-s-2vcpu-4gb";
readonly DB_4VPCU8GB: "db-s-4vcpu-8gb";
readonly DB_6VPCU16GB: "db-s-6vcpu-16gb";
readonly DB_8VPCU32GB: "db-s-8vcpu-32gb";
readonly DB_16VPCU64GB: "db-s-16vcpu-64gb";
};
export type DatabaseSlug = (typeof DatabaseSlug)[keyof typeof DatabaseSlug];
export declare const DropletSlug: {
readonly DropletS1VCPU512MB10GB: "s-1vcpu-512mb-10gb";
readonly DropletS1VCPU1GB: "s-1vcpu-1gb";
readonly DropletS1VCPU1GB_AMD: "s-1vcpu-1gb-amd";
readonly DropletS1VCPU1GB_INTEL: "s-1vcpu-1gb-intel";
readonly DropletS1VCPU1GB35GB_INTEL: "s-1vcpu-1gb-35gb-intel";
readonly DropletS1VCPU2GB: "s-1vcpu-2gb";
readonly DropletS1VCPU2GB_AMD: "s-1vcpu-2gb-amd";
readonly DropletS1VCPU2GB_INTEL: "s-1vcpu-2gb-intel";
readonly DropletS1VCPU2GB70GB_INTEL: "s-1vcpu-2gb-70gb-intel";
readonly DropletS2VCPU2GB: "s-2vcpu-2gb";
readonly DropletS2VCPU2GB_AMD: "s-2vcpu-2gb-amd";
readonly DropletS2VCPU2GB_INTEL: "s-2vcpu-2gb-intel";
readonly DropletS2VCPU2GB90GB_INTEL: "s-2vcpu-2gb-90gb-intel";
readonly DropletS2VCPU4GB: "s-2vcpu-4gb";
readonly DropletS2VCPU4GB_AMD: "s-2vcpu-4gb-amd";
readonly DropletS2VCPU4GB_INTEL: "s-2vcpu-4gb-intel";
readonly DropletS2VCPU4GB120GB_INTEL: "s-2vcpu-4gb-120gb-intel";
readonly DropletS2VCPU8GB_AMD: "s-2vcpu-8gb-amd";
readonly DropletC2: "c-2";
readonly DropletC22VCPU4GB: "c2-2vcpu-4gb";
readonly DropletS2VCPU8GB160GB_INTEL: "s-2vcpu-8gb-160gb-intel";
readonly DropletS4VCPU8GB: "s-4vcpu-8gb";
readonly DropletS4VCPU8GB_AMD: "s-4vcpu-8gb-amd";
readonly DropletS4VCPU8GB_INTEL: "s-4vcpu-8gb-intel";
readonly DropletG2VCPU8GB: "g-2vcpu-8gb";
readonly DropletS4VCPU8GB240GB_INTEL: "s-4vcpu-8gb-240gb-intel";
readonly DropletGD2VCPU8GB: "gd-2vcpu-8gb";
readonly DropletG2VCPU8GB_INTEL: "g-2vcpu-8gb-intel";
readonly DropletGD2VCPU8GB_INTEL: "gd-2vcpu-8gb-intel";
readonly DropletS4VCPU16GB_AMD: "s-4vcpu-16gb-amd";
readonly DropletM2VCPU16GB: "m-2vcpu-16gb";
readonly DropletC4: "c-4";
readonly DropletC24VCPU8GB: "c2-4vcpu-8gb";
readonly DropletS4VCPU16GB320GB_INTEL: "s-4vcpu-16gb-320gb-intel";
readonly DropletS8VCPU16GB: "s-8vcpu-16gb";
readonly DropletM2VCPU16GB_INTEL: "m-2vcpu-16gb-intel";
readonly DropletM32VCPU16GB: "m3-2vcpu-16gb";
readonly DropletC4_INTEL: "c-4-intel";
readonly DropletM32VCPU16GB_INTEL: "m3-2vcpu-16gb-intel";
readonly DropletS8VCPU16GB_AMD: "s-8vcpu-16gb-amd";
readonly DropletS8VCPU16GB_INTEL: "s-8vcpu-16gb-intel";
readonly DropletC24VCPU8GB_INTEL: "c2-4vcpu-8gb-intel";
readonly DropletG4VCPU16GB: "g-4vcpu-16gb";
readonly DropletS8VCPU16GB480GB_INTEL: "s-8vcpu-16gb-480gb-intel";
readonly DropletSO2VCPU16GB_INTEL: "so-2vcpu-16gb-intel";
readonly DropletSO2VCPU16GB: "so-2vcpu-16gb";
readonly DropletM62VCPU16GB: "m6-2vcpu-16gb";
readonly DropletGD4VCPU16GB: "gd-4vcpu-16gb";
readonly DropletSO1_52VCPU16GB_INTEL: "so1_5-2vcpu-16gb-intel";
readonly DropletG4VCPU16GB_INTEL: "g-4vcpu-16gb-intel";
readonly DropletGD4VCPU16GB_INTEL: "gd-4vcpu-16gb-intel";
readonly DropletSO1_52VCPU16GB: "so1_5-2vcpu-16gb";
readonly DropletS8VCPU32GB_AMD: "s-8vcpu-32gb-amd";
readonly DropletM4VCPU32GB: "m-4vcpu-32gb";
readonly DropletC8: "c-8";
readonly DropletC28VCPU16GB: "c2-8vcpu-16gb";
readonly DropletS8VCPU32GB640GB_INTEL: "s-8vcpu-32gb-640gb-intel";
readonly DropletM4VCPU32GB_INTEL: "m-4vcpu-32gb-intel";
readonly DropletM34VCPU32GB: "m3-4vcpu-32gb";
readonly DropletC8_INTEL: "c-8-intel";
readonly DropletM34VCPU32GB_INTEL: "m3-4vcpu-32gb-intel";
readonly DropletC28VCPU16GB_INTEL: "c2-8vcpu-16gb-intel";
readonly DropletG8VCPU32GB: "g-8vcpu-32gb";
readonly DropletSO4VCPU32GB_INTEL: "so-4vcpu-32gb-intel";
readonly DropletSO4VCPU32GB: "so-4vcpu-32gb";
readonly DropletM64VCPU32GB: "m6-4vcpu-32gb";
readonly DropletGD8VCPU32GB: "gd-8vcpu-32gb";
readonly DropletSO1_54VCPU32GB_INTEL: "so1_5-4vcpu-32gb-intel";
readonly DropletG8VCPU32GB_INTEL: "g-8vcpu-32gb-intel";
readonly DropletGD8VCPU32GB_INTEL: "gd-8vcpu-32gb-intel";
readonly DropletSO1_54VCPU32GB: "so1_5-4vcpu-32gb";
readonly DropletM8VCPU64GB: "m-8vcpu-64gb";
readonly DropletC16: "c-16";
readonly DropletC216VCPU32GB: "c2-16vcpu-32gb";
readonly DropletM8VCPU64GB_INTEL: "m-8vcpu-64gb-intel";
readonly DropletM38VCPU64GB: "m3-8vcpu-64gb";
readonly DropletC16_INTEL: "c-16-intel";
readonly DropletM38VCPU64GB_INTEL: "m3-8vcpu-64gb-intel";
readonly DropletC216VCPU32GB_INTEL: "c2-16vcpu-32gb-intel";
readonly DropletG16VCPU64GB: "g-16vcpu-64gb";
readonly DropletSO8VCPU64GB_INTEL: "so-8vcpu-64gb-intel";
readonly DropletSO8VCPU64GB: "so-8vcpu-64gb";
readonly DropletM68VCPU64GB: "m6-8vcpu-64gb";
readonly DropletGD16VCPU64GB: "gd-16vcpu-64gb";
readonly DropletSO1_58VCPU64GB_INTEL: "so1_5-8vcpu-64gb-intel";
readonly DropletG16VCPU64GB_INTEL: "g-16vcpu-64gb-intel";
readonly DropletGD16VCPU64GB_INTEL: "gd-16vcpu-64gb-intel";
readonly DropletSO1_58VCPU64GB: "so1_5-8vcpu-64gb";
readonly DropletM16VCPU128GB: "m-16vcpu-128gb";
readonly DropletC32: "c-32";
readonly DropletC232VCPU64GB: "c2-32vcpu-64gb";
readonly DropletM16VCPU128GB_INTEL: "m-16vcpu-128gb-intel";
readonly DropletM316VCPU128GB: "m3-16vcpu-128gb";
readonly DropletC32_INTEL: "c-32-intel";
readonly DropletM316VCPU128GB_INTEL: "m3-16vcpu-128gb-intel";
readonly DropletC232VCPU64GB_INTEL: "c2-32vcpu-64gb-intel";
readonly DropletC48: "c-48";
readonly DropletM24VCPU192GB: "m-24vcpu-192gb";
readonly DropletG32VCPU128GB: "g-32vcpu-128gb";
readonly DropletSO16VCPU128GB_INTEL: "so-16vcpu-128gb-intel";
readonly DropletSO16VCPU128GB: "so-16vcpu-128gb";
readonly DropletM616VCPU128GB: "m6-16vcpu-128gb";
readonly DropletGD32VCPU128GB: "gd-32vcpu-128gb";
readonly DropletSO1_516VCPU128GB_INTEL: "so1_5-16vcpu-128gb-intel";
readonly DropletC248VCPU96GB: "c2-48vcpu-96gb";
readonly DropletM24VCPU192GB_INTEL: "m-24vcpu-192gb-intel";
readonly DropletG32VCPU128GB_INTEL: "g-32vcpu-128gb-intel";
readonly DropletM324VCPU192GB: "m3-24vcpu-192gb";
readonly DropletG40VCPU160GB: "g-40vcpu-160gb";
readonly DropletGD32VCPU128GB_INTEL: "gd-32vcpu-128gb-intel";
readonly DropletSO1_516VCPU128GB: "so1_5-16vcpu-128gb";
readonly DropletC48_INTEL: "c-48-intel";
readonly DropletM324VCPU192GB_INTEL: "m3-24vcpu-192gb-intel";
readonly DropletM32VCPU256GB: "m-32vcpu-256gb";
readonly DropletGD40VCPU160GB: "gd-40vcpu-160gb";
readonly DropletC248VCPU96GB_INTEL: "c2-48vcpu-96gb-intel";
readonly DropletSO24VCPU192GB_INTEL: "so-24vcpu-192gb-intel";
readonly DropletSO24VCPU192GB: "so-24vcpu-192gb";
readonly DropletM624VCPU192GB: "m6-24vcpu-192gb";
readonly DropletM32VCPU256GB_INTEL: "m-32vcpu-256gb-intel";
readonly DropletC60_INTEL: "c-60-intel";
readonly DropletM332VCPU256GB: "m3-32vcpu-256gb";
readonly DropletSO1_524VCPU192GB_INTEL: "so1_5-24vcpu-192gb-intel";
readonly DropletM332VCPU256GB_INTEL: "m3-32vcpu-256gb-intel";
readonly DropletG48VCPU192GB_INTEL: "g-48vcpu-192gb-intel";
readonly DropletC260VCPU120GB_INTEL: "c2-60vcpu-120gb-intel";
readonly DropletGD48VCPU192GB_INTEL: "gd-48vcpu-192gb-intel";
readonly DropletSO1_524VCPU192GB: "so1_5-24vcpu-192gb";
readonly DropletSO32VCPU256GB_INTEL: "so-32vcpu-256gb-intel";
readonly DropletSO32VCPU256GB: "so-32vcpu-256gb";
readonly DropletM632VCPU256GB: "m6-32vcpu-256gb";
readonly DropletSO1_532VCPU256GB_INTEL: "so1_5-32vcpu-256gb-intel";
readonly DropletG60VCPU240GB_INTEL: "g-60vcpu-240gb-intel";
readonly DropletM48VCPU384GB_INTEL: "m-48vcpu-384gb-intel";
readonly DropletGD60VCPU240GB_INTEL: "gd-60vcpu-240gb-intel";
readonly DropletGPUH100X180GB: "gpu-h100x1-80gb";
readonly DropletSO1_532VCPU256GB: "so1_5-32vcpu-256gb";
readonly DropletM348VCPU384GB_INTEL: "m3-48vcpu-384gb-intel";
readonly DropletSO48VCPU384GB_INTEL: "so-48vcpu-384gb-intel";
readonly DropletGPUH100X180GB200: "gpu-h100x1-80gb-200";
readonly DropletGPUH100X8640GB: "gpu-h100x8-640gb";
readonly DropletGPUH100X8640GB200: "gpu-h100x8-640gb-200";
readonly Droplet16GB: "16gb";
readonly Droplet1GB: "1gb";
readonly Droplet2GB: "2gb";
readonly Droplet32GB: "32gb";
readonly Droplet48GB: "48gb";
readonly Droplet4GB: "4gb";
readonly Droplet512mb: "512mb";
readonly Droplet64GB: "64gb";
readonly Droplet8GB: "8gb";
readonly DropletC22VCPU8GB: "c2-4vcpu-8gb";
readonly DropletS12VCPU48GB: "s-12vcpu-48gb";
readonly DropletS16VCPU64GB: "s-16vcpu-64gb";
readonly DropletS1VCPU3GB: "s-1vcpu-3gb";
readonly DropletS20VCPU96GB: "s-20vcpu-96gb";
readonly DropletS24VCPU128GB: "s-24vcpu-128gb";
readonly DropletS32VCPU192GB: "s-32vcpu-192gb";
readonly DropletS3VCPU1GB: "s-3vcpu-1gb";
readonly DropletS6VCPU16GB: "s-6vcpu-16gb";
readonly DropletS8VCPU32GB: "s-8vcpu-32gb";
readonly DropletSO1516VCPU128GB: "so1_5-16vcpu-128gb";
readonly DropletSO1524VCPU192GB: "so1_5-24vcpu-192gb";
readonly DropletSO152VCPU16GB: "so1_5-2vcpu-16gb";
readonly DropletSO1532VCPU256GB: "so1_5-32vcpu-256gb";
readonly DropletSO154VCPU32GB: "so1_5-4vcpu-32gb";
readonly DropletSO158VCPU64GB: "so1_5-8vcpu-64gb";
};
export type DropletSlug = (typeof DropletSlug)[keyof typeof DropletSlug];
export declare const FileSystemType: {
readonly EXT4: "ext4";
readonly XFS: "xfs";
};
export type FileSystemType = (typeof FileSystemType)[keyof typeof FileSystemType];
export declare const Protocol: {
readonly TCP: "tcp";
readonly UDP: "udp";
readonly ICMP: "icmp";
readonly HTTP: "http";
readonly HTTPS: "https";
};
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
export declare const RecordType: {
readonly A: "A";
readonly AAAA: "AAAA";
readonly CAA: "CAA";
readonly CNAME: "CNAME";
readonly MX: "MX";
readonly NS: "NS";
readonly TXT: "TXT";
readonly SRV: "SRV";
};
export type RecordType = (typeof RecordType)[keyof typeof RecordType];
export declare const Region: {
readonly NYC1: "nyc1";
readonly NYC2: "nyc2";
readonly NYC3: "nyc3";
readonly SGP1: "sgp1";
readonly LON1: "lon1";
readonly AMS2: "ams2";
readonly AMS3: "ams3";
readonly FRA1: "fra1";
readonly TOR1: "tor1";
readonly SFO1: "sfo1";
readonly SFO2: "sfo2";
readonly SFO3: "sfo3";
readonly BLR1: "blr1";
readonly SYD1: "syd1";
};
export type Region = (typeof Region)[keyof typeof Region];