Sha256: 3ce573a716ff37cc0e6634128808c241b444eae2e711c0768b2ec7d67d3c177c
Contents?: true
Size: 405 Bytes
Versions: 9
Compression:
Stored size: 405 Bytes
Contents
# BmcApi::ServerPatch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Description of server. | [optional] | | **hostname** | **String** | Hostname of server | [optional] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::ServerPatch.new( description: Server #1 used for computing., hostname: my-server ) ```
Version data entries
9 entries across 9 versions & 1 rubygems