Sha256: b447e30614c1cb227d687aede0c7823527be1a8ce479d19b589a8517648dd0ac

Contents?: true

Size: 920 Bytes

Versions: 12

Compression:

Stored size: 920 Bytes

Contents

# AutosdeOpenapiClient::StorageSystem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **auto_add_pools** | **Boolean** | auto_add_pools | [optional][default to false] |
| **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(
  auto_add_pools: null,
  component_state: null,
  management_ip: null,
  name: null,
  storage_array: null,
  storage_family: null,
  system_type: null,
  uuid: null
)
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
autosde_openapi_client-1.0.37 docs/StorageSystem.md
autosde_openapi_client-1.0.36 docs/StorageSystem.md
autosde_openapi_client-1.0.35 docs/StorageSystem.md
autosde_openapi_client-1.0.34 docs/StorageSystem.md
autosde_openapi_client-1.0.33 docs/StorageSystem.md
autosde_openapi_client-1.0.32 docs/StorageSystem.md
autosde_openapi_client-1.0.31 docs/StorageSystem.md
autosde_openapi_client-1.0.30 docs/StorageSystem.md
autosde_openapi_client-1.0.29 docs/StorageSystem.md
autosde_openapi_client-1.0.28 docs/StorageSystem.md
autosde_openapi_client-1.0.27 docs/StorageSystem.md
autosde_openapi_client-1.0.26 docs/StorageSystem.md