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

    Interface GuestConfig

    interface GuestConfig {
        access_level: ResourceAccessLevel;
        auto_start?: boolean;
        cloud_init?: ControlCloudInitConfig;
        cores: number;
        disks: number[];
        memory: number;
        name: string;
        qos?: GuestQoS;
        source_image?: string;
        traffic_quota?: TrafficQuotaSpec;
    }

    Hierarchy (View Summary)

    Index

    Properties

    access_level: ResourceAccessLevel
    auto_start?: boolean
    cores: number
    disks: number[]
    memory: number
    name: string
    qos?: GuestQoS
    source_image?: string
    traffic_quota?: TrafficQuotaSpec