Sha256: 979a175af435cdd8c60dff344ccb78e7f8cecc0fe41b015cd2f799d5b2eb37b9

Contents?: true

Size: 989 Bytes

Versions: 56

Compression:

Stored size: 989 Bytes

Contents

# EilamTest::StorageResourceCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **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 'eilam_test'

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

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
eilam_test-3.0.2 docs/StorageResourceCreate.md
eilam_test-3.0.1 docs/StorageResourceCreate.md
eilam_test-3.3 docs/StorageResourceCreate.md
eilam_test-2.4 docs/StorageResourceCreate.md
eilam_test-5.1 docs/StorageResourceCreate.md
eilam_test-3.1.1 docs/StorageResourceCreate.md
eilam_test-3.0.0 docs/StorageResourceCreate.md
eilam_test-1.1.31 docs/StorageResourceCreate.md
eilam_test-1.1.30 docs/StorageResourceCreate.md
eilam_test-2.1.1 docs/StorageResourceCreate.md
eilam_test-2.3 docs/StorageResourceCreate.md
eilam_test-2.0.0 docs/StorageResourceCreate.md
eilam_test-1.1.29 docs/StorageResourceCreate.md
eilam_test-1.1.28 docs/StorageResourceCreate.md
eilam_test-1.1.27 docs/StorageResourceCreate.md
eilam_test-1.1.26 docs/StorageResourceCreate.md
eilam_test-1.1.25 docs/StorageResourceCreate.md
eilam_test-1.1.24 docs/StorageResourceCreate.md
eilam_test-1.1.23 docs/StorageResourceCreate.md
eilam_test-1.1.22 docs/StorageResourceCreate.md