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