# EilamTest::HostClusterResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **name** | **String** | name | [optional] | | **owner_id** | **String** | owner_id | [optional] | | **owner_name** | **String** | owner_name | [optional] | | **protocol** | **String** | protocol | [optional] | | **status** | **String** | status | [optional] | | **storage_system** | **String** | !!uuid of storage_system | [optional] | | **uuid** | **String** | uuid | [optional] | | **volumes** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::HostClusterResponse.new( component_state: null, name: null, owner_id: null, owner_name: null, protocol: null, status: null, storage_system: null, uuid: null, volumes: null ) ```