Sha256: 8ba1efdbe0f8d7e32f03e29b86dd5318125d942ef1a1827c1d19801d75bf17a2
Contents?: true
Size: 847 Bytes
Versions: 1
Compression:
Stored size: 847 Bytes
Contents
# BmcApi::OsConfigurationCloudInit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **user_data** | **String** | User data for the <a href='https://cloudinit.readthedocs.io/en/latest/' target='_blank'>cloud-init</a> configuration in base64 encoding. NoCloud format is supported. Follow the <a href='https://phoenixnap.com/kb/bmc-cloud-init' target='_blank'>instructions</a> on how to provision a server using cloud-init. Only ubuntu/bionic and ubuntu/focal are supported. User data will not be stored and cannot be retrieved once you deploy the server. Copy and save it for future reference. | [optional] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::OsConfigurationCloudInit.new( user_data: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pnap_bmc_api-1.2.0 | docs/OsConfigurationCloudInit.md |