Sha256: c00927ed329b4170cc9c51c42cc60b26586f88e1ceb963db7fa190d89175c060

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

# EilamTest::SystemType

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **name** | **String** | name | [optional][default to 'FlashSystems/SVC'] |
| **short_version** | **String** | short_version | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **version** | **String** | SystemType version | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::SystemType.new(
  component_state: null,
  name: null,
  short_version: null,
  uuid: null,
  version: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eilam_test-1.1.12 docs/SystemType.md