class

Cl8r::IPAM::SubnetExhaustionError

Inherits Exception < Reference < Object

Raised when the calculated IP address demand exceeds subnet host capacity.

Constructors

new(plane_name : String, required : UInt64, available : UInt64)

Initializes a SubnetExhaustionError with capacity metrics.

Source

Instance methods

available
Source
plane_name
Source
required
Source