Sha256: caaecb4eadccaca58cd2035e399619ba4886210c46de04f6c03aed04ba2176c3
Contents?: true
Size: 450 Bytes
Versions: 4
Compression:
Stored size: 450 Bytes
Contents
# BmcApi::ServerIpBlock ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The IP block's ID. | | | **vlan_id** | **Integer** | (Read-only) The VLAN on which this IP block has been configured within the network switch. | [optional][readonly] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::ServerIpBlock.new( id: 60473a6115e34466c9f8f083, vlan_id: 10 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pnap_bmc_api-2.1.0 | docs/ServerIpBlock.md |
pnap_bmc_api-2.0.0 | docs/ServerIpBlock.md |
pnap_bmc_api-1.5.0 | docs/ServerIpBlock.md |
pnap_bmc_api-1.4.0 | docs/ServerIpBlock.md |