Sha256: bb427304f31c4b5cd882771fafed5f6384104b4579677da442d537cb2284df74
Contents?: true
Size: 739 Bytes
Versions: 55
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 'IBM_FlashSystems'] | | **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
55 entries across 55 versions & 1 rubygems