Sha256: 85cc2ae6a29364d5a96049281f65ea0706716b70bb6e5ca36f8c426adea86442

Contents?: true

Size: 797 Bytes

Versions: 138

Compression:

Stored size: 797 Bytes

Contents

# AutosdeOpenapiClient::Host

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional] |
| **io_groups** | **String** | io_groups | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | The Virtual Host Name | [optional] |
| **os_type** | **String** | os_type | [optional][default to 'Unknown'] |
| **uuid** | **String** | uuid | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::Host.new(
  component_state: null,
  description: null,
  io_groups: null,
  management_ip: null,
  name: null,
  os_type: null,
  uuid: null
)
```

Version data entries

138 entries across 138 versions & 2 rubygems

Version Path
autosde_openapi_client-1.1.23 docs/Host.md
autosde_openapi_client-1.1.22 docs/Host.md
autosde_openapi_client-1.1.21 docs/Host.md
autosde_openapi_client-1.1.20 docs/Host.md
autosde_openapi_client-1.1.19 docs/Host.md
autosde_openapi_client-1.1.18 docs/Host.md
autosde_openapi_client-1.1.17 docs/Host.md
autosde_openapi_client-1.1.16 docs/Host.md
eilam_test-1.1.15 docs/Host.md
autosde_openapi_client-1.1.15 docs/Host.md
autosde_openapi_client-1.1.14 docs/Host.md
autosde_openapi_client-1.1.13 docs/Host.md
autosde_openapi_client-1.1.12 docs/Host.md
autosde_openapi_client-1.1.11 docs/Host.md
autosde_openapi_client-1.1.10 docs/Host.md
autosde_openapi_client-1.1.9 docs/Host.md
autosde_openapi_client-1.1.8 docs/Host.md
autosde_openapi_client-1.1.7 docs/Host.md
autosde_openapi_client-1.1.6 docs/Host.md
autosde_openapi_client-1.1.5 docs/Host.md