Sha256: 21c3ae3e3dad2b854b071b4faf86a12e7c9203389b99b40bdc93a6dafaa43c39

Contents?: true

Size: 952 Bytes

Versions: 56

Compression:

Stored size: 952 Bytes

Contents

# EilamTest::StorageSystem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **auto_add_pools** | **Boolean** | auto_add_pools | [optional][default to false] |
| **component_state** | **String** | component_state | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | name | [optional] |
| **status** | **String** | status | [optional] |
| **storage_array** | **String** | storage_array | [optional] |
| **storage_family** | **String** | storage_family | [optional] |
| **system_type** | [**SystemType**](SystemType.md) |  | [optional] |
| **uuid** | **String** | uuid | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::StorageSystem.new(
  auto_add_pools: null,
  component_state: null,
  management_ip: null,
  name: null,
  status: null,
  storage_array: null,
  storage_family: null,
  system_type: null,
  uuid: null
)
```

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
eilam_test-9.1 docs/StorageSystem.md
eilam_test-11.1 docs/StorageSystem.md
eilam_test-1.2.1 docs/StorageSystem.md
eilam_test-10.5 docs/StorageSystem.md
eilam_test-10.2 docs/StorageSystem.md
eilam_test-10 docs/StorageSystem.md
eilam_test-9 docs/StorageSystem.md
eilam_test-8 docs/StorageSystem.md
eilam_test-5.1.7 docs/StorageSystem.md
eilam_test-5.1.5 docs/StorageSystem.md
eilam_test-5.1.3 docs/StorageSystem.md
eilam_test-5.1.2 docs/StorageSystem.md
eilam_test-3.1.6 docs/StorageSystem.md
eilam_test-3.1.5 docs/StorageSystem.md
eilam_test-7 docs/StorageSystem.md
eilam_test-6 docs/StorageSystem.md
eilam_test-3.1.4 docs/StorageSystem.md
eilam_test-3.1.3 docs/StorageSystem.md
eilam_test-3.1.2 docs/StorageSystem.md
eilam_test-3.0.6 docs/StorageSystem.md