@taiyi-io/api-connector-ts
Preparing search index...
GuestFilter
Interface GuestFilter
云主机过滤条件
Interface
interface
GuestFilter
{
by_keywords
?:
boolean
;
by_node
?:
boolean
;
by_pool
?:
boolean
;
by_state
?:
boolean
;
keywords
?:
string
[]
;
node
?:
string
;
only_self
?:
boolean
;
pool
?:
string
;
state
?:
GuestState
;
}
Index
Properties
by_
keywords?
by_
node?
by_
pool?
by_
state?
keywords?
node?
only_
self?
pool?
state?
Properties
Optional
by_
keywords
by_keywords
?:
boolean
是否按关键词过滤
Optional
by_
node
by_node
?:
boolean
是否按资源节点过滤
Optional
by_
pool
by_pool
?:
boolean
是否按资源池过滤
Optional
by_
state
by_state
?:
boolean
是否按状态过滤
Optional
keywords
keywords
?:
string
[]
关键词列表
Optional
node
node
?:
string
资源节点
Optional
only_
self
only_self
?:
boolean
是否只查询当前用户的云主机
Optional
pool
pool
?:
string
资源池
Optional
state
state
?:
GuestState
状态
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by_
keywords
by_
node
by_
pool
by_
state
keywords
node
only_
self
pool
state
@taiyi-io/api-connector-ts
Loading...
云主机过滤条件
Interface