Sha256: 7c0694aae0a0ddf2e8496c5e6996734b92ef68d5b8ea4f9f59150647da5c2263
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
# BmcApi::OsConfigurationMapEsxi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **root_password** | **String** | Password set for user root on an ESXi 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::OsConfigurationMapEsxi.new( root_password: MyP@ssw0rd_01, management_ui_url: https://172.217.22.14, 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