Sha256: 2eb9cff169311140ed8492a89af8aa041627f5cb1ee3b11fb2e8bc6095e9f336

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

# BmcApi::OsConfigurationMapProxmox

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **root_password** | **String** | Password set for user root on a Proxmox server which will only be returned in response to provisioning a server. | [optional][readonly] |
| **management_ui_url** | **String** | The URL of the management UI which will only be returned in response to provisioning a server. | [optional][readonly] |
| **management_access_allowed_ips** | **Array<String>** | List of IPs allowed to access the Management UI. Supported in single IP, CIDR and range format. When undefined, Management UI is disabled. This will only be returned in response to provisioning a server. | [optional] |

## Example

```ruby
require 'pnap_bmc_api'

instance = BmcApi::OsConfigurationMapProxmox.new(
  root_password: MyP@ssw0rd_01,
  management_ui_url: https://172.217.22.14:8006,
  management_access_allowed_ips: ["172.217.22.14","10.111.14.40/29","10.111.14.66 - 10.111.14.71"]
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pnap_bmc_api-1.3.0 docs/OsConfigurationMapProxmox.md
pnap_bmc_api-1.2.0 docs/OsConfigurationMapProxmox.md
pnap_bmc_api-1.1.1 docs/OsConfigurationMapProxmox.md
pnap_bmc_api-1.1.0 docs/OsConfigurationMapProxmox.md
pnap_bmc_api-1.0.0 docs/OsConfigurationMapProxmox.md