Sha256: 2107086420c1df60bf87fb16af6965bcaf01ce7194294ad62d832cef0aa3ebb4
Contents?: true
Size: 1.03 KB
Versions: 65
Compression:
Stored size: 1.03 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] | ## 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 ) ```
Version data entries
65 entries across 65 versions & 2 rubygems