@taiyi-io/api-connector-ts
Preparing search index...
StoragePoolListRecord
Interface StoragePoolListRecord
存储池列表记录
Interface
interface
StoragePoolListRecord
{
allocated_volumes
:
number
;
avaliable_size
:
number
;
containers
:
number
;
description
?:
string
;
id
:
string
;
max_size
:
number
;
strategy
:
VolumeContainerStrategy
;
type
:
StorageType
;
used_size
:
number
;
}
Index
Properties
allocated_
volumes
avaliable_
size
containers
description?
id
max_
size
strategy
type
used_
size
Properties
allocated_
volumes
allocated_volumes
:
number
已分配卷数
avaliable_
size
avaliable_size
:
number
可用容量
containers
containers
:
number
卷容器数量
Optional
description
description
?:
string
描述
id
id
:
string
存储池ID
max_
size
max_size
:
number
最大容量
strategy
strategy
:
VolumeContainerStrategy
卷容器策略
type
type
:
StorageType
存储类型
used_
size
used_size
:
number
已使用大小
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allocated_
volumes
avaliable_
size
containers
description
id
max_
size
strategy
type
used_
size
@taiyi-io/api-connector-ts
Loading...
存储池列表记录
Interface