Sha256: 5be7b5f4bd8f4e2effb33cedc03852bbc477b01e4deb58db4a985f29e33d3db7

Contents?: true

Size: 979 Bytes

Versions: 12

Compression:

Stored size: 979 Bytes

Contents

# AutosdeOpenapiClient::StorageSystem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **auto_refresh** | **Boolean** | auto_refresh | [optional][default to true] |
| **component_state** | **String** | component_state | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | name | [optional] |
| **status** | **String** | status | [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_refresh: null,
  component_state: null,
  management_ip: null,
  name: null,
  status: 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.2.12 docs/StorageSystem.md
autosde_openapi_client-1.2.11 docs/StorageSystem.md
autosde_openapi_client-1.2.9 docs/StorageSystem.md
autosde_openapi_client-1.2.8 docs/StorageSystem.md
autosde_openapi_client-1.2.7 docs/StorageSystem.md
autosde_openapi_client-1.2.6 docs/StorageSystem.md
autosde_openapi_client-1.2.5 docs/StorageSystem.md
autosde_openapi_client-1.2.4 docs/StorageSystem.md
autosde_openapi_client-1.2.3 docs/StorageSystem.md
autosde_openapi_client-1.2.2 docs/StorageSystem.md
autosde_openapi_client-1.2.1 docs/StorageSystem.md
autosde_openapi_client-1.2 docs/StorageSystem.md