Sha256: 5ae5f8380dc999db8e0f5ad6f62ef7ab7ccd8a34b8bf5f68d03d5a9372b5bcd0

Contents?: true

Size: 779 Bytes

Versions: 56

Compression:

Stored size: 779 Bytes

Contents

# EilamTest::Address

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **chap_name** | **String** | chap_name | [optional] |
| **chap_secret** | **String** | chap_secret | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **iqn** | **String** |  | [optional] |
| **port_type** | **String** | port_type | [optional] |
| **secondary_ip** | **String** | secondary_ip | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **wwpn** | **String** | wwpn | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::Address.new(
  chap_name: null,
  chap_secret: null,
  component_state: null,
  iqn: null,
  port_type: null,
  secondary_ip: null,
  uuid: null,
  wwpn: null
)
```

Version data entries

56 entries across 56 versions & 1 rubygems

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