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

    Interface GuestView

    云主机视图

    interface GuestView {
        actions: ResourceAction[];
        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;
        permissions: ResourcePermissions;
        pool?: string;
        qos?: GuestQoS;
        state: GuestState;
        storage_pool: string;
        storage_type: StorageType;
        system: GuestSystemSpec;
        tools_installed?: boolean;
    }
    Index

    Properties

    actions: ResourceAction[]

    允许操作清单

    address_pool?: string

    云主机地址池ID

    auto_start: boolean

    云主机是否自动启动

    boot_image?: string

    云主机启动镜像ID

    cloud_init?: CloudInitSpec

    云主机云初始化规格

    cores: number

    云主机核心数

    created_time: string

    云主机创建时间, RFC3339

    disks: DiskSpec[]

    云主机磁盘规格

    host_address?: string

    承载节点地址

    host_id?: string

    承载节点ID

    id: string

    云主机ID

    media_attached?: boolean

    云主机是否挂载媒体

    media_source?: string

    云主机媒体源ID

    memory: number

    云主机内存大小, MiB

    monitor: MonitorSpec

    云主机监控规格

    name: string

    云主机名称

    network_interfaces: NetworkInterfaces

    云主机网络接口

    network_mode: Bridge

    云主机网络模式

    permissions: ResourcePermissions

    资源权限

    pool?: string

    所属计算资源池

    qos?: GuestQoS

    云主机QoS规格

    state: GuestState

    云主机状态

    storage_pool: string

    云主机存储池ID

    storage_type: StorageType

    云主机存储类型

    云主机系统规格

    tools_installed?: boolean

    云主机是否安装工具