REST API Reference Version 3.1.0.0Search

NsPoolMergeReturn

Description

Return values of pool merge.

JSON Type

object

Members

Name Description Type Deprecated
snapcoll_count Snapshot collection count. NsUnsignedLong
array_list List of arrays in the pool with detailed information. When create/update array list, only arrays' id is required. NsArrayDetailList
array_count Number of arrays in the pool. NsUnsignedLong
unassigned_array_list List of arrays being unassigned from the pool. NsArraySummaryList
all_flash Indicate whether the pool is an all_flash pool. NsBoolean
cache_capacity Total usable cache capacity of the pool in bytes. NsBytes
capacity Total storage space of the pool in bytes. NsBytes
compressed_snap_usage_bytes Compressed usage of snapshots in the pool. NsBytes
compressed_vol_usage_bytes Compressed usage of volumes in the pool. NsBytes
compression_ratio Compression savings for the pool expressed as ratio. NsRatio
creation_time Time when this pool was created. NsTime
dedupe_ratio Dedupe savings for the pool expressed as ratio. NsRatio
description Text description of pool. Default: ''. NsDescription
free_space Free space of the pool in bytes. NsBytes
full_name Fully qualified name of pool. NsObjectName
id Identifier for the pool. NsObjectID
dedupe_enabled Indicate whether the pool is a dedupe enabled pool. NsBoolean
last_modified Time when this pool was last modified. NsTime
name Name of pool. NsObjectName
pinnable_cache_capacity Total pinnable cache capacity of the pool in bytes. NsBytes
pinned_cache_capacity Total pinned cache capacity of the pool in bytes. NsBytes
pinned_vol_list The list of pinned volumes in the pool. NsVolumeList
savings_compression Space usage savings in the pool due to compression. NsBytes
savings_dedupe Space usage savings in the pool due to deduplication. NsBytes
search_name Name of pool used for object search. NsSearchName
snap_compression_ratio Compression ratio of snapshots in the pool. NsRatio
snap_count Snapshot count. NsUnsignedLong
uncompressed_snap_usage_bytes Uncompressed usage of snapshots in the pool. NsBytes
uncompressed_vol_usage_bytes Uncompressed usage of volumes in the pool. NsBytes
unused_reserve Unused reserve space of the pool in bytes. NsBytes
usage Used space of the pool in bytes. NsBytes
usage_valid Indicate whether the usage of pool is valid. NsBoolean
vol_compression_ratio Compression ratio of volumes in the pool. NsRatio
vol_count Number of volumes assigned to the pool. NsUnsignedLong
vol_list The list of volumes in the pool. NsVolumeList