CapacityPoolPatch interface
容量池修补资源
属性
| cool |
如果已启用(true),则池可以包含已启用冷访问的卷。 |
| custom |
此池可以实现的最大吞吐量(以 MiB/s 为单位),这将仅被接受为具有灵活服务级别的手动 qosType 池的输入 |
| id | 资源 ID 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | 资源位置 |
| name | 资源名称注意:此属性不会序列化。 它只能由服务器填充。 |
| qos |
池的 Qos 类型 |
| size | 池的预配大小(以字节为单位)。 允许的值在 1TiB 区块中(值必须是1099511627776的倍数)。 |
| tags | 资源标记 |
| type | 资源类型注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
coolAccess
如果已启用(true),则池可以包含已启用冷访问的卷。
coolAccess?: boolean
属性值
boolean
customThroughputMibps
此池可以实现的最大吞吐量(以 MiB/s 为单位),这将仅被接受为具有灵活服务级别的手动 qosType 池的输入
customThroughputMibps?: number
属性值
number
id
资源 ID 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
location
资源位置
location?: string
属性值
string
name
资源名称注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
qosType
池的 Qos 类型
qosType?: string
属性值
string
size
池的预配大小(以字节为单位)。 允许的值在 1TiB 区块中(值必须是1099511627776的倍数)。
size?: number
属性值
number
tags
资源标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
type
资源类型注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string