Sha256: ad6dcf1ed0fe498f619712247923940214113695b0ca7308a3526e57fa64455b
Contents?: true
Size: 393 Bytes
Versions: 9
Compression:
Stored size: 393 Bytes
Contents
# BmcApi::RelinquishIpBlock ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **delete_ip_blocks** | **Boolean** | Determines whether the IP blocks assigned to the server should be deleted or not. | [optional][default to false] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::RelinquishIpBlock.new( delete_ip_blocks: true ) ```
Version data entries
9 entries across 9 versions & 1 rubygems