@taiyi-io/api-connector-ts
    Preparing search index...

    Interface GuestSystemRecord

    目标系统记录

    interface GuestSystemRecord {
        category: SystemCategory;
        control: RemoteProtocol;
        default_logical_volume?: string;
        default_volume_group?: string;
        disk: GuestDiskMode;
        display: DisplayDriver;
        firmware?: GuestFirmwareMode;
        id: string;
        is_system?: boolean;
        label: string;
        network: NetworkModelType;
        removable: GuestDiskMode;
        sound?: GuestSoundModel;
        tablet?: GuestTabletMode;
        usb: USBModel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category: SystemCategory

    系统类别

    远程协议

    default_logical_volume?: string

    默认逻辑卷

    default_volume_group?: string

    默认卷组

    磁盘模式

    display: DisplayDriver

    显示驱动

    固件模式

    id: string

    目标系统ID

    is_system?: boolean

    是否系统模板

    label: string

    目标系统标签

    网络模型类型

    removable: GuestDiskMode

    光驱接口模式

    声音模型

    平板模式

    USB模型