# AutosdeOpenapiClient::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 'autosde_openapi_client' instance = AutosdeOpenapiClient::Address.new( chap_name: null, chap_secret: null, component_state: null, iqn: null, port_type: null, secondary_ip: null, uuid: null, wwpn: null ) ```