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-9.1 docs/StorageResourceCreate.md
eilam_test-11.1 docs/StorageResourceCreate.md
eilam_test-1.2.1 docs/StorageResourceCreate.md
eilam_test-10.5 docs/StorageResourceCreate.md
eilam_test-10.2 docs/StorageResourceCreate.md
eilam_test-10 docs/StorageResourceCreate.md
eilam_test-9 docs/StorageResourceCreate.md
eilam_test-8 docs/StorageResourceCreate.md
eilam_test-5.1.7 docs/StorageResourceCreate.md
eilam_test-5.1.5 docs/StorageResourceCreate.md
eilam_test-5.1.3 docs/StorageResourceCreate.md
eilam_test-5.1.2 docs/StorageResourceCreate.md
eilam_test-3.1.6 docs/StorageResourceCreate.md
eilam_test-3.1.5 docs/StorageResourceCreate.md
eilam_test-7 docs/StorageResourceCreate.md
eilam_test-6 docs/StorageResourceCreate.md
eilam_test-3.1.4 docs/StorageResourceCreate.md
eilam_test-3.1.3 docs/StorageResourceCreate.md
eilam_test-3.1.2 docs/StorageResourceCreate.md
eilam_test-3.0.6 docs/StorageResourceCreate.md