Sha256: 51418048adfff8deda57620f866e045a03efb12876b4f4345e9b4a2117386f63
Contents?: true
Size: 1.02 KB
Versions: 56
Compression:
Stored size: 1.02 KB
Contents
# EilamTest::StorageResource ## 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** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::StorageResource.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
56 entries across 56 versions & 1 rubygems