Sha256: 585a32c5ebe2932a2d9d1222a8ec74e1c3b2c2f4693beba34bdc93078495026e

Contents?: true

Size: 818 Bytes

Versions: 56

Compression:

Stored size: 818 Bytes

Contents

# EilamTest::AddressCreate

## 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] |
| **name** | **String** | name | [optional][default to 'null'] |
| **port_type** | **String** | port_type | [optional] |
| **secondary_ip** | **String** | secondary_ip | [optional] |
| **wwpn** | **String** | wwpn | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::AddressCreate.new(
  chap_name: null,
  chap_secret: null,
  component_state: null,
  iqn: null,
  name: 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/AddressCreate.md
eilam_test-11.1 docs/AddressCreate.md
eilam_test-1.2.1 docs/AddressCreate.md
eilam_test-10.5 docs/AddressCreate.md
eilam_test-10.2 docs/AddressCreate.md
eilam_test-10 docs/AddressCreate.md
eilam_test-9 docs/AddressCreate.md
eilam_test-8 docs/AddressCreate.md
eilam_test-5.1.7 docs/AddressCreate.md
eilam_test-5.1.5 docs/AddressCreate.md
eilam_test-5.1.3 docs/AddressCreate.md
eilam_test-5.1.2 docs/AddressCreate.md
eilam_test-3.1.6 docs/AddressCreate.md
eilam_test-3.1.5 docs/AddressCreate.md
eilam_test-7 docs/AddressCreate.md
eilam_test-6 docs/AddressCreate.md
eilam_test-3.1.4 docs/AddressCreate.md
eilam_test-3.1.3 docs/AddressCreate.md
eilam_test-3.1.2 docs/AddressCreate.md
eilam_test-3.0.6 docs/AddressCreate.md