Sha256: 779ae353dcf98d131d4003383e1332809813ded62e8fc919993af3eb95fac218

Contents?: true

Size: 1.24 KB

Versions: 14

Compression:

Stored size: 1.24 KB

Contents

# AutosdeOpenapiClient::StorageSystemResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **auto_refresh** | **Boolean** | auto_refresh | [optional][default to true] |
| **capability_values_json** | **String** | capability_values_json | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **enabled_capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) |  | [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::StorageSystemResponse.new(
  auto_refresh: null,
  capability_values_json: null,
  component_state: null,
  enabled_capability_values: null,
  management_ip: null,
  name: null,
  status: null,
  storage_array: null,
  storage_family: null,
  system_type: null,
  uuid: null
)
```

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.13 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.12 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.11 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.10 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.9 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.8 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.7 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.6 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.5 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.4 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.3 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.2 docs/StorageSystemResponse.md
autosde_openapi_client-3.2.1 docs/StorageSystemResponse.md