struct

Cl8r::IPAM::AllocationZone

Inherits Struct < Value < Object

Describes a named allocation zone within a network plane.

Constructors

new(zone_type : ZoneType, name : String, ipv4_range : IPRange(IPv4Address) | Nil, ipv6_range : IPRange(IPv6Address) | Nil, description : String)

Initializes an AllocationZone with typing, ranges, and description.

Source

Instance methods

description
Source
ipv4_range
Source
ipv6_range
Source
name
Source
zone_type
Source