interface OfferServiceLevelInfo {
    antidos: boolean;
    availableOptions: Dedibox.v1.Offer[];
    customization: boolean;
    extraFailoverQuota: number;
    git: string;
    highRpnBandwidth: boolean;
    prioritySupport: boolean;
    salesSupport: boolean;
    sla: number;
    supportPhone: boolean;
    supportTicket: boolean;
}

Properties

antidos: boolean
availableOptions: Dedibox.v1.Offer[]
customization: boolean
extraFailoverQuota: number
git: string
highRpnBandwidth: boolean
prioritySupport: boolean
salesSupport: boolean
sla: number
supportPhone: boolean
supportTicket: boolean