@taiyi-io/api-connector-ts
Preparing search index...
LicenseRecord
Interface LicenseRecord
授权记录
Interface
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?
cluster
guests
id
issued_
time
nodes
not_
after?
not_
before?
plan
Properties
Optional
activated
activated
?:
boolean
是否激活
cluster
cluster
:
number
集群数
guests
guests
:
number
云主机数
id
id
:
string
授权记录ID
issued_
time
issued_time
:
string
发布时间, RFC3339
nodes
nodes
:
number
节点数
Optional
not_
after
not_after
?:
string
失效时间, RFC3339
Optional
not_
before
not_before
?:
string
生效时间, RFC3339
plan
plan
:
string
计划
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activated
cluster
guests
id
issued_
time
nodes
not_
after
not_
before
plan
@taiyi-io/api-connector-ts
Loading...
授权记录
Interface