interface SchemaPool {
    devices: string[];
    filesystemOptions: string[];
    name: string;
    options: string[];
    type: SchemaPoolType;
}

Properties

devices: string[]
filesystemOptions: string[]
name: string
options: string[]