interface OfferSANInfo {
    deviceType: OfferSANInfoType;
    ha: boolean;
    size: number;
}

Properties

Properties

deviceType: OfferSANInfoType

Type of SAN device (hdd / ssd).

ha: boolean

High availabilty offer.

size: number

SAN size (in bytes).