Sha256: 2ea2f41eb7f48c84605e6e245148f41037f2d83d303211450ff473da8d100e43

Contents?: true

Size: 811 Bytes

Versions: 7

Compression:

Stored size: 811 Bytes

Contents

# AutosdeOpenapiClient::StorageSystem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | name | [optional] |
| **storage_array** | **String** | storage_array | [optional] |
| **storage_family** | **String** | storage_family | [optional] |
| **system_type** | [**SystemType**](SystemType.md) |  | [optional] |
| **uuid** | **String** | uuid | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::StorageSystem.new(
  component_state: null,
  management_ip: null,
  name: null,
  storage_array: null,
  storage_family: null,
  system_type: null,
  uuid: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
autosde_openapi_client-1.0.25 docs/StorageSystem.md
autosde_openapi_client-1.0.24 docs/StorageSystem.md
autosde_openapi_client-1.0.23 docs/StorageSystem.md
autosde_openapi_client-1.0.22 docs/StorageSystem.md
autosde_openapi_client-1.0.21 docs/StorageSystem.md
autosde_openapi_client-1.0.20 docs/StorageSystem.md
autosde_openapi_client-1.0.3 docs/StorageSystem.md