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-1.1.21 docs/SnapshotCreate.md
eilam_test-1.1.20 docs/SnapshotCreate.md
eilam_test-1.1.19 docs/SnapshotCreate.md
eilam_test-1.1.18 docs/SnapshotCreate.md
eilam_test-1.1.17 docs/SnapshotCreate.md
eilam_test-1.1.16 docs/SnapshotCreate.md
eilam_test-1.2 docs/SnapshotCreate.md
eilam_test-1.1.5 docs/SnapshotCreate.md
eilam_test-1.1.6 docs/SnapshotCreate.md
eilam_test-1.1.7 docs/SnapshotCreate.md
eilam_test-1.1.8 docs/SnapshotCreate.md
eilam_test-1.1.9 docs/SnapshotCreate.md
eilam_test-1.1.10 docs/SnapshotCreate.md
eilam_test-1.1.14 docs/SnapshotCreate.md
eilam_test-1.1.13 docs/SnapshotCreate.md
eilam_test-1.1.12 docs/SnapshotCreate.md