Sha256: 1ef557a0478737b618ca0bdfa450f621532bdda385ce938e89c34bee16c137a2
Contents?: true
Size: 763 Bytes
Versions: 56
Compression:
Stored size: 763 Bytes
Contents
# EilamTest::Host ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional] | | **io_groups** | **String** | io_groups | [optional] | | **management_ip** | **String** | management_ip | [optional] | | **name** | **String** | The Virtual Host Name | [optional] | | **os_type** | **String** | os_type | [optional][default to 'Unknown'] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::Host.new( component_state: null, description: null, io_groups: null, management_ip: null, name: null, os_type: null, uuid: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems