Sha256: b401e1c0ccfdb8752c79cc11f2624888ea266fae0de1013fae31c771bc015724
Contents?: true
Size: 1.2 KB
Versions: 21
Compression:
Stored size: 1.2 KB
Contents
# AutosdeOpenapiClient::VolumeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **compliant** | **Boolean** | compliant | [optional][default to false] | | **component_state** | **String** | component_state | [optional] | | **fc_map_count** | **Integer** | fc_map_count | [optional][default to 0] | | **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, fc_map_count: 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
21 entries across 21 versions & 1 rubygems