Sha256: 0666f69cf07c8c513e26b35f7aa8227978cad6193dabb5d8bf345544d4badeeb
Contents?: true
Size: 634 Bytes
Versions: 3
Compression:
Stored size: 634 Bytes
Contents
# BmcApi::ServerPublicNetwork ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The network identifier. | | | **ips** | **Array<String>** | IPs to configure/configured on the server. IPs must be within the network's range. | | | **status_description** | **String** | The status of the assignment to the network. | [optional][readonly] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::ServerPublicNetwork.new( id: 60473c2509268bc77fd06d29, ips: ["182.16.0.146","182.16.0.147"], status_description: assigned ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pnap_bmc_api-1.2.0 | docs/ServerPublicNetwork.md |
pnap_bmc_api-1.1.1 | docs/ServerPublicNetwork.md |
pnap_bmc_api-1.1.0 | docs/ServerPublicNetwork.md |