Sha256: 2e4fdd5d2c4eb3b1e02c7f5904da5458119545c3dc85c862642305ac0101f7c3

Contents?: true

Size: 1.2 KB

Versions: 22

Compression:

Stored size: 1.2 KB

Contents

# AutosdeOpenapiClient::StorageResourceCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **data_reduction** | **Boolean** | data_reduction | [optional][default to false] |
| **extent_size** | **Integer** | extent_size | [optional][default to 1024] |
| **logical_free** | **Integer** | logical_free | [optional][default to 0] |
| **logical_total** | **Integer** | The Total logical capacity of this resource (gb) | [optional][default to 0] |
| **name** | **String** | name | [optional] |
| **pool_name** | **String** | Pool (or slice) name | [optional] |
| **protocol** | **String** | protocol | [optional] |
| **storage_system** | **String** | !!uuid of storage_system | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::StorageResourceCreate.new(
  advanced_attributes_map: null,
  component_state: null,
  data_reduction: null,
  extent_size: null,
  logical_free: null,
  logical_total: null,
  name: null,
  pool_name: null,
  protocol: null,
  storage_system: null
)
```

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
autosde_openapi_client-3.0.0 docs/StorageResourceCreate.md
autosde_openapi_client-2.5.2 docs/StorageResourceCreate.md