Sha256: 18eadf2fb6ab07692797aa99faee0c6100ca403e88d80aea5acf5fc61633a436
Contents?: true
Size: 985 Bytes
Versions: 19
Compression:
Stored size: 985 Bytes
Contents
# AutosdeOpenapiClient::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] | | **storage_resource** | **String** | !!uuid of storage_resource | [optional] | | **unmapped_since** | **Time** | unmapped_since | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::VolumeResponse.new( compliant: null, component_state: null, historical_service: null, name: null, service: null, size: null, storage_resource: null, unmapped_since: null, uuid: null ) ```
Version data entries
19 entries across 19 versions & 1 rubygems