Sha256: b90f5bd53238b39161cac8d583cb9f4fd6642f36f6c656b78ad434309484a3b5
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# AutosdeOpenapiClient::StorageResourceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] | | **capability_values_json** | **String** | capability_values_json | [optional] | | **component_state** | **String** | component_state | [optional] | | **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** | **String** | !!uuid of storage_system | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageResourceResponse.new( advanced_attributes_map: null, capability_values_json: null, component_state: 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autosde_openapi_client-3.2.14 | docs/StorageResourceResponse.md |