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