Sha256: cf35904570aa67c5bc3dd53fe358200e96dbe74cab0ef2cab20e7c644b5a02ed

Contents?: true

Size: 739 Bytes

Versions: 1

Compression:

Stored size: 739 Bytes

Contents

# EilamTest::SystemTypeCreate

## 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] |
| **super_type** | **String** | super_type | [optional][default to 'null'] |
| **uuid** | **String** | uuid | [optional] |
| **version** | **String** | SystemType version | [optional] |

## Example

```ruby
require 'eilam_test'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eilam_test-1.1.12 docs/SystemTypeCreate.md