Search

Class IpamUpdateRangeInfo

Extends java.lang.Object
Information for updating range

Attributes

Name Type Description
dhcpOptions IpamDhcpOptions The IPAM DHCP options
extensibleAttributes IpamExtensibleAttribute[] The extensible attributes
updateDhcpOptionsStrategy IpamUpdateArrayStrategy The update DHCP options strategy (MERGE by default)
updateExtensibleAttributesStrategy IpamUpdateArrayStrategy The update extensible attributes strategy (MERGE by default)

Methods

Name Returns
IpamUpdateRangeInfo() constructor
toString() String

Returned by

None

Referenced in

Method Returns
IpamNetworkManager.updateRange(String reference, IpamUpdateRangeInfo updateInfo, boolean restartIfNeeded) void