Sha256: 69b109aec27f363c4dbf727e34ec27e94289f3cd01840c0c2c84d7d3ecc0a6f2

Contents?: true

Size: 968 Bytes

Versions: 3

Compression:

Stored size: 968 Bytes

Contents

# BmcApi::OsConfigurationNetrisController

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **host_os** | **String** | (Read-only) Host OS on which the Netris Controller is installed. | [optional][readonly] |
| **netris_web_console_url** | **String** | (Read-only) The URL for the Netris Controller web console. It will only be returned in response to provisioning a server. | [optional][readonly] |
| **netris_user_password** | **String** | (Read-only) Auto-generated password set for user 'netris' in the web console.<br>  The password is not stored and therefore will only be returned in response to provisioning a server. Copy and save it for future reference. | [optional][readonly] |

## Example

```ruby
require 'pnap_bmc_api'

instance = BmcApi::OsConfigurationNetrisController.new(
  host_os: ubuntu/jammy,
  netris_web_console_url: https://172.217.22.14,
  netris_user_password: cNC1jPFXG2h7f
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pnap_bmc_api-2.1.0 docs/OsConfigurationNetrisController.md
pnap_bmc_api-2.0.0 docs/OsConfigurationNetrisController.md
pnap_bmc_api-1.5.0 docs/OsConfigurationNetrisController.md