Sha256: 3b7a9827b51e47941112397a3f8db631c113ec341499c19e1a97fc4ef8fe4823
Contents?: true
Size: 548 Bytes
Versions: 138
Compression:
Stored size: 548 Bytes
Contents
# AutosdeOpenapiClient::HostVolumeConnection ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **host** | [**Host**](Host.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | | **volume** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::HostVolumeConnection.new( component_state: null, host: null, uuid: null, volume: null ) ```
Version data entries
138 entries across 138 versions & 2 rubygems