interface OfferProduct {
    databasesQuota: number;
    emailAccountsQuota: number;
    emailStorageQuota: number;
    hostingStorageQuota: number;
    maxAddonDomains: number;
    name: string;
    option: boolean;
    ram: number;
    supportIncluded: boolean;
    vCpu: number;
}

Properties

databasesQuota: number

Limit number of databases.

emailAccountsQuota: number

Limit number of email accounts.

emailStorageQuota: number

Limit quantity of email storage in gigabytes.

hostingStorageQuota: number

Limit quantity of hosting storage in gigabytes.

maxAddonDomains: number

Limit number of add-on domains.

name: string

Product name.

option: boolean

Product option.

ram: number

Limit quantity of memory in gigabytes.

supportIncluded: boolean

Whether or not support is included.

vCpu: number

Limit number of virtual CPU.