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

    Interface LicenseRecord

    授权记录

    interface LicenseRecord {
        activated?: boolean;
        cluster: number;
        guests: number;
        id: string;
        issued_time: string;
        nodes: number;
        not_after?: string;
        not_before?: string;
        plan: string;
    }
    Index

    Properties

    activated?: boolean

    是否激活

    cluster: number

    集群数

    guests: number

    云主机数

    id: string

    授权记录ID

    issued_time: string

    发布时间, RFC3339

    nodes: number

    节点数

    not_after?: string

    失效时间, RFC3339

    not_before?: string

    生效时间, RFC3339

    plan: string

    计划