Search

Class IpamUpdateHostInfo

Extends java.lang.Object
Infoblox IPAM Host Info required for updating

Attributes

Name Type Description
additionalAliases String[] The additional aliases of the host. These will be appended to existing list of aliases.
newEnableDhcp boolean The new Enable for DHCP flag
newEnableDns boolean The new Enable for DNS flag
newHostName String The new host name
newIp String The new IP address
newMac String The new MAC address
oldIp String The IP address to update
updateHostAddress boolean Flag which indicates whether to update host address or not

Methods

Name Returns
IpamUpdateHostInfo() constructor
isAddressChanged() boolean
toString() String

Returned by

None

Referenced in

Method Returns
IpamHostManager.updateHost(String reference, IpamUpdateHostInfo updateInfo, boolean restartIfNeeded) void