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-3.2.14 docs/Host.md
autosde_openapi_client-3.2.13 docs/Host.md
autosde_openapi_client-3.2.12 docs/Host.md
autosde_openapi_client-3.2.11 docs/Host.md
autosde_openapi_client-3.2.10 docs/Host.md
autosde_openapi_client-3.2.9 docs/Host.md
autosde_openapi_client-3.2.8 docs/Host.md
autosde_openapi_client-3.2.7 docs/Host.md
autosde_openapi_client-3.2.6 docs/Host.md
autosde_openapi_client-3.2.5 docs/Host.md
autosde_openapi_client-3.2.4 docs/Host.md
autosde_openapi_client-3.2.3 docs/Host.md
autosde_openapi_client-3.2.2 docs/Host.md
autosde_openapi_client-3.2.1 docs/Host.md
autosde_openapi_client-3.2.0 docs/Host.md
autosde_openapi_client-3.1.2 docs/Host.md
autosde_openapi_client-3.1.1 docs/Host.md
autosde_openapi_client-3.0.3 docs/Host.md
autosde_openapi_client-3.1.0 docs/Host.md
autosde_openapi_client-3.0.2 docs/Host.md