interface ServerTypeCapabilities {
    blockStorage?: boolean;
    bootTypes: BootType[];
}

Properties

blockStorage?: boolean

Defines whether the Instance supports block storage.

bootTypes: BootType[]

List of supported boot types.