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

    Interface NodeConfigStatus

    资源节点状态

    interface NodeConfigStatus {
        api_version?: string;
        host: string;
        id: string;
        locale: Locale;
        max_guests?: number;
        mode: NodeMode;
        modified: boolean;
        modified_time?: string;
        name: string;
        port: number;
        portal_port?: number;
        published_host?: string;
        published_port?: number;
        published_portal_port?: number;
        tls_enabled?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    api_version?: string

    API版本

    host: string

    节点主机

    id: string

    节点ID

    locale: Locale

    区域

    max_guests?: number

    最大云主机数

    mode: NodeMode

    节点模式

    modified: boolean

    是否修改

    modified_time?: string

    修改时间, RFC3339

    name: string

    节点名称

    port: number

    节点端口

    portal_port?: number

    门户端口

    published_host?: string

    发布节点主机

    published_port?: number

    发布节点端口

    published_portal_port?: number

    发布门户端口

    tls_enabled?: boolean

    是否启用TLS