Sha256: 979a175af435cdd8c60dff344ccb78e7f8cecc0fe41b015cd2f799d5b2eb37b9
Contents?: true
Size: 989 Bytes
Versions: 56
Compression:
Stored size: 989 Bytes
Contents
# EilamTest::StorageResourceCreate ## 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] | ## Example ```ruby require 'eilam_test' instance = EilamTest::StorageResourceCreate.new( advanced_attributes_map: null, component_state: null, logical_free: null, logical_total: null, name: null, pool_name: null, protocol: null, storage_system: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems