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

Version Path
eilam_test-1.1.21 docs/Host.md
eilam_test-1.1.20 docs/Host.md
eilam_test-1.1.19 docs/Host.md
eilam_test-1.1.18 docs/Host.md
eilam_test-1.1.17 docs/Host.md
eilam_test-1.1.16 docs/Host.md
eilam_test-1.2 docs/Host.md
eilam_test-1.1.5 docs/Host.md
eilam_test-1.1.6 docs/Host.md
eilam_test-1.1.7 docs/Host.md
eilam_test-1.1.8 docs/Host.md
eilam_test-1.1.9 docs/Host.md
eilam_test-1.1.10 docs/Host.md
eilam_test-1.1.14 docs/Host.md
eilam_test-1.1.13 docs/Host.md
eilam_test-1.1.12 docs/Host.md