Sha256: b0d65a41d77949d965a0eeb73b291fd819e10c0032c4ae09d038db6680547fdd
Contents?: true
Size: 852 Bytes
Versions: 138
Compression:
Stored size: 852 Bytes
Contents
# AutosdeOpenapiClient::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 'autosde_openapi_client' instance = AutosdeOpenapiClient::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
138 entries across 138 versions & 2 rubygems