Sha256: faea1915d161b9be64cddfd32364d73d243f13df1c938261a1fa5a457e72938d

Contents?: true

Size: 1.15 KB

Versions: 138

Compression:

Stored size: 1.15 KB

Contents

# AutosdeOpenapiClient::HostCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **chap_name** | **String** | chap_name | [optional] |
| **chap_secret** | **String** | chap_secret | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional] |
| **io_groups** | **String** | io_groups | [optional] |
| **iqn** | **String** |  | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | The Virtual Host Name | [optional] |
| **os_type** | **String** | os_type | [optional][default to 'Unknown'] |
| **port_type** | **String** | port_type | [optional] |
| **secondary_ip** | **String** | secondary_ip | [optional] |
| **wwpn** | **String** | wwpn | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::HostCreate.new(
  chap_name: null,
  chap_secret: null,
  component_state: null,
  description: null,
  io_groups: null,
  iqn: null,
  management_ip: null,
  name: null,
  os_type: null,
  port_type: null,
  secondary_ip: null,
  wwpn: null
)
```

Version data entries

138 entries across 138 versions & 2 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/HostCreate.md
autosde_openapi_client-3.2.13 docs/HostCreate.md
autosde_openapi_client-3.2.12 docs/HostCreate.md
autosde_openapi_client-3.2.11 docs/HostCreate.md
autosde_openapi_client-3.2.10 docs/HostCreate.md
autosde_openapi_client-3.2.9 docs/HostCreate.md
autosde_openapi_client-3.2.8 docs/HostCreate.md
autosde_openapi_client-3.2.7 docs/HostCreate.md
autosde_openapi_client-3.2.6 docs/HostCreate.md
autosde_openapi_client-3.2.5 docs/HostCreate.md
autosde_openapi_client-3.2.4 docs/HostCreate.md
autosde_openapi_client-3.2.3 docs/HostCreate.md
autosde_openapi_client-3.2.2 docs/HostCreate.md
autosde_openapi_client-3.2.1 docs/HostCreate.md
autosde_openapi_client-3.2.0 docs/HostCreate.md
autosde_openapi_client-3.1.2 docs/HostCreate.md
autosde_openapi_client-3.1.1 docs/HostCreate.md
autosde_openapi_client-3.0.3 docs/HostCreate.md
autosde_openapi_client-3.1.0 docs/HostCreate.md
autosde_openapi_client-3.0.2 docs/HostCreate.md