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

    Interface License

    授权

    interface License {
        cluster: number;
        features: LicenseFeature[];
        guests: number;
        id: string;
        issued_algorithm: Ed25519;
        issued_by: string;
        issued_public_key: string;
        issued_serial: string;
        issued_time: string;
        mode: AuthorizationMode;
        nodes: number;
        nonce: string;
        not_after: string;
        not_before: string;
        owner: string;
        plan: string;
        pools?: number;
        signature: string;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cluster: number

    集群数

    features: LicenseFeature[]

    功能列表

    guests: number

    云主机数

    id: string

    授权ID

    issued_algorithm: Ed25519

    发布算法

    issued_by: string

    发布人

    issued_public_key: string

    发布公钥

    issued_serial: string

    发布序列号

    issued_time: string

    发布时间, RFC3339

    授权模式

    nodes: number

    节点数

    nonce: string

    随机数

    not_after: string

    失效时间, RFC3339

    not_before: string

    生效时间, RFC3339

    owner: string

    所有者

    plan: string

    计划

    pools?: number

    资源池数

    signature: string

    签名

    version: string

    版本