Sha256: decbf5045167a10432ea53c410d579bbaca5292d49b3e37e09f1edaf56a8de4c
Contents?: true
Size: 1.06 KB
Versions: 88
Compression:
Stored size: 1.06 KB
Contents
# AutosdeOpenapiClient::StorageResourceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] | | **component_state** | **String** | component_state | [optional] | | **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, component_state: null, logical_free: null, logical_total: null, name: null, pool_name: null, protocol: null, storage_system: null, uuid: null ) ```
Version data entries
88 entries across 88 versions & 2 rubygems