Search

Class IpamFixedAddressManager

Extends com.infoblox.ipam.model.managers.IpamManager
Add fixed address to the IPAM

Attributes

None

Methods

Name Returns
IpamFixedAddressManager(com.infoblox.ipam.wapiclient.IWapiDaoProvider , com.infoblox.ipam.model.IConfigurationProvider ) constructor
addFixedAddress(IpamFixedAddress fixedAddress) void
addFixedAddressInNetwork(IpamFixedAddress fixedAddress, IpamNetwork network) String
addFixedAddressInRange(IpamFixedAddress fixedAddress, IpamDhcpRange dhcpRange) String
findFixedAddressesByEA(IpamSearchableExtensibleAttribute[] extensibleAttributes, String networkView, boolean defaultNetworkView) IpamFixedAddress[]
getFixedAddressByIP(String ipAddress, String networkView) void
removeFixedAddress(String reference) void
updateFixedAddress(IpamFixedAddress fixedAddress) void

Returned by

Method Returns
IpamConnection.getFixedAddressManager() IpamFixedAddressManager

Referenced in

None