Sha256: a864cbac5f1e5d78fbf07c42d7bb70382960e334c65f9e8cf0005bef1456fd1e

Contents?: true

Size: 518 Bytes

Versions: 56

Compression:

Stored size: 518 Bytes

Contents

# EilamTest::SnapshotCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional] |
| **name** | **String** | name | [optional] |
| **volume** | [**Volume**](Volume.md) |  | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::SnapshotCreate.new(
  component_state: null,
  description: null,
  name: null,
  volume: null
)
```

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
eilam_test-9.1 docs/SnapshotCreate.md
eilam_test-11.1 docs/SnapshotCreate.md
eilam_test-1.2.1 docs/SnapshotCreate.md
eilam_test-10.5 docs/SnapshotCreate.md
eilam_test-10.2 docs/SnapshotCreate.md
eilam_test-10 docs/SnapshotCreate.md
eilam_test-9 docs/SnapshotCreate.md
eilam_test-8 docs/SnapshotCreate.md
eilam_test-5.1.7 docs/SnapshotCreate.md
eilam_test-5.1.5 docs/SnapshotCreate.md
eilam_test-5.1.3 docs/SnapshotCreate.md
eilam_test-5.1.2 docs/SnapshotCreate.md
eilam_test-3.1.6 docs/SnapshotCreate.md
eilam_test-3.1.5 docs/SnapshotCreate.md
eilam_test-7 docs/SnapshotCreate.md
eilam_test-6 docs/SnapshotCreate.md
eilam_test-3.1.4 docs/SnapshotCreate.md
eilam_test-3.1.3 docs/SnapshotCreate.md
eilam_test-3.1.2 docs/SnapshotCreate.md
eilam_test-3.0.6 docs/SnapshotCreate.md