Sha256: 85fdeedee56abf0ca99195b75acc542ba896b197648c47e203893aa63fa5446c
Contents?: true
Size: 1017 Bytes
Versions: 56
Compression:
Stored size: 1017 Bytes
Contents
# EilamTest::VolumeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **compliant** | **Boolean** | compliant | [optional][default to false] | | **component_state** | **String** | component_state | [optional] | | **historical_service** | [**Service**](Service.md) | | [optional] | | **name** | **String** | name | [optional] | | **service** | **String** | !!uuid of service | [optional] | | **size** | **Integer** | size | [optional] | | **status** | **String** | status | [optional] | | **storage_resource** | **String** | !!uuid of storage_resource | [optional] | | **unmapped_since** | **Time** | unmapped_since | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::VolumeResponse.new( compliant: null, component_state: null, historical_service: null, name: null, service: null, size: null, status: null, storage_resource: null, unmapped_since: null, uuid: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems