Sha256: 3d6478dbd5eb4c9a4a0d517cf5fe6cccfbe6f1b9eb5d8832e7743dc530748c94

Contents?: true

Size: 1.12 KB

Versions: 56

Compression:

Stored size: 1.12 KB

Contents

# EilamTest::HostCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **chap_name** | **String** | chap_name | [optional] |
| **chap_secret** | **String** | chap_secret | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional] |
| **io_groups** | **String** | io_groups | [optional] |
| **iqn** | **String** |  | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | The Virtual Host Name | [optional] |
| **os_type** | **String** | os_type | [optional][default to 'Unknown'] |
| **port_type** | **String** | port_type | [optional] |
| **secondary_ip** | **String** | secondary_ip | [optional] |
| **wwpn** | **String** | wwpn | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::HostCreate.new(
  chap_name: null,
  chap_secret: null,
  component_state: null,
  description: null,
  io_groups: null,
  iqn: null,
  management_ip: null,
  name: null,
  os_type: null,
  port_type: null,
  secondary_ip: null,
  wwpn: null
)
```

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
eilam_test-9.1 docs/HostCreate.md
eilam_test-11.1 docs/HostCreate.md
eilam_test-1.2.1 docs/HostCreate.md
eilam_test-10.5 docs/HostCreate.md
eilam_test-10.2 docs/HostCreate.md
eilam_test-10 docs/HostCreate.md
eilam_test-9 docs/HostCreate.md
eilam_test-8 docs/HostCreate.md
eilam_test-5.1.7 docs/HostCreate.md
eilam_test-5.1.5 docs/HostCreate.md
eilam_test-5.1.3 docs/HostCreate.md
eilam_test-5.1.2 docs/HostCreate.md
eilam_test-3.1.6 docs/HostCreate.md
eilam_test-3.1.5 docs/HostCreate.md
eilam_test-7 docs/HostCreate.md
eilam_test-6 docs/HostCreate.md
eilam_test-3.1.4 docs/HostCreate.md
eilam_test-3.1.3 docs/HostCreate.md
eilam_test-3.1.2 docs/HostCreate.md
eilam_test-3.0.6 docs/HostCreate.md