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

    Interface GuestStatus

    云主机状态

    interface GuestStatus {
        address_pool?: string;
        auto_start: boolean;
        boot_image?: string;
        cloud_init?: CloudInitSpec;
        cores: number;
        created_time: string;
        disks: DiskSpec[];
        host_address?: string;
        host_id?: string;
        id: string;
        media_attached?: boolean;
        media_source?: string;
        memory: number;
        monitor: MonitorSpec;
        name: string;
        network_interfaces: NetworkInterfaces;
        network_mode: Bridge;
        pool?: string;
        qos?: GuestQoS;
        state: GuestState;
        storage_pool: string;
        storage_type: StorageType;
        system: GuestSystemSpec;
        tools_installed?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address_pool?: string

    地址池

    auto_start: boolean

    自动启动

    boot_image?: string

    引导镜像

    cloud_init?: CloudInitSpec

    CloudInit配置

    cores: number

    核心数

    created_time: string

    创建时间,RFC3339

    disks: DiskSpec[]

    磁盘规格列表

    host_address?: string

    资源节点地址

    host_id?: string

    资源节点ID

    id: string

    云主机ID

    media_attached?: boolean

    是否已加载媒体

    media_source?: string

    媒体源

    memory: number

    内存大小

    monitor: MonitorSpec

    监控规格

    name: string

    云主机名称

    network_interfaces: NetworkInterfaces

    网络接口

    network_mode: Bridge

    网络模式

    pool?: string

    所属计算资源池

    qos?: GuestQoS

    QoS配置

    state: GuestState

    云主机状态

    storage_pool: string

    存储池

    storage_type: StorageType

    存储类型

    目标系统

    tools_installed?: boolean

    是否已安装辅助工具