@taiyi-io/api-connector-ts
Preparing search index...
StoragePool
Interface StoragePool
存储池
Interface
interface
StoragePool
{
containers
:
VolumeContainerStatus
[]
;
description
?:
string
;
id
:
string
;
strategy
:
VolumeContainerStrategy
;
type
:
StorageType
;
}
Hierarchy (
View Summary
)
StoragePool
DataStore
Index
Properties
containers
description?
id
strategy
type
Properties
containers
containers
:
VolumeContainerStatus
[]
卷容器状态列表
Optional
description
description
?:
string
描述
id
id
:
string
存储池ID
strategy
strategy
:
VolumeContainerStrategy
卷容器策略
type
type
:
StorageType
存储类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
containers
description
id
strategy
type
@taiyi-io/api-connector-ts
Loading...
存储池
Interface