Sha256: a868b1fab2756babaed70217779f3093a25c8fa69fc1b4900af2f6066a096fc2
Contents?: true
Size: 1.25 KB
Versions: 22
Compression:
Stored size: 1.25 KB
Contents
# AutosdeOpenapiClient::StorageResource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] | | **component_state** | **String** | component_state | [optional] | | **data_reduction** | **Boolean** | data_reduction | [optional][default to false] | | **extent_size** | **Integer** | extent_size | [optional][default to 1024] | | **logical_free** | **Integer** | logical_free | [optional][default to 0] | | **logical_total** | **Integer** | The Total logical capacity of this resource (gb) | [optional][default to 0] | | **name** | **String** | name | [optional] | | **pool_name** | **String** | Pool (or slice) name | [optional] | | **protocol** | **String** | protocol | [optional] | | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageResource.new( advanced_attributes_map: null, component_state: null, data_reduction: null, extent_size: null, logical_free: null, logical_total: null, name: null, pool_name: null, protocol: null, storage_system: null, uuid: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems