Sha256: b74e5c54d05e402041376ea3d90cf08baa218bace48a3b2f16231bb45ac3064b

Contents?: true

Size: 786 Bytes

Versions: 46

Compression:

Stored size: 786 Bytes

Contents

# AutosdeOpenapiClient::SystemTypeResponse

## Properties

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

## Example

```ruby
require 'autosde_openapi_client'

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

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.13 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.12 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.11 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.10 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.9 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.8 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.7 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.6 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.5 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.4 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.3 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.2 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.1 docs/SystemTypeResponse.md
autosde_openapi_client-3.2.0 docs/SystemTypeResponse.md
autosde_openapi_client-3.1.2 docs/SystemTypeResponse.md
autosde_openapi_client-3.1.1 docs/SystemTypeResponse.md
autosde_openapi_client-3.0.3 docs/SystemTypeResponse.md
autosde_openapi_client-3.1.0 docs/SystemTypeResponse.md
autosde_openapi_client-3.0.2 docs/SystemTypeResponse.md