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