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