Sha256: 84b702a8ad53f6743ece9eee1da13eda299e398abb67b96c467fffb7fb23d897

Contents?: true

Size: 656 Bytes

Versions: 12

Compression:

Stored size: 656 Bytes

Contents

# AutosdeOpenapiClient::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 'autosde_openapi_client'

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
autosde_openapi_client-1.1.11 docs/SystemType.md
autosde_openapi_client-1.1.10 docs/SystemType.md
autosde_openapi_client-1.1.9 docs/SystemType.md
autosde_openapi_client-1.1.8 docs/SystemType.md
autosde_openapi_client-1.1.7 docs/SystemType.md
autosde_openapi_client-1.1.6 docs/SystemType.md
autosde_openapi_client-1.1.5 docs/SystemType.md
autosde_openapi_client-1.1.4 docs/SystemType.md
autosde_openapi_client-1.1.3 docs/SystemType.md
autosde_openapi_client-1.1.2 docs/SystemType.md
autosde_openapi_client-1.1.1 docs/SystemType.md
autosde_openapi_client-1.1.0 docs/SystemType.md