Sha256: 3f68f210fc87962fab0b07f633b1c9efa0a2748d85a11477bd83705b3004c4a3
Contents?: true
Size: 1.11 KB
Versions: 17
Compression:
Stored size: 1.11 KB
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] | | **status** | **String** | status | [optional] | | **storage_resource** | **String** | !!uuid of storage_resource | [optional] | | **unmapped_since** | **Time** | unmapped_since | [optional] | | **uuid** | **String** | uuid | [optional] | | **volume_name** | **String** | volume_name | [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, status: null, storage_resource: null, unmapped_since: null, uuid: null, volume_name: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems