Search

Class IpamNetwork

Extends java.lang.Object
Infoblox IPAM network

Attributes

Name Type Description
address String The address of network
cidr Number The cidr of network
comment String The comment about the network
dhcpOptions IpamDhcpOptions The IPAM DHCP options
extensibleAttributes IpamExtensibleAttribute[] The extensible attributes
members IpamMembers The list of members or Microsoft(r) servers that serve DHCP for this network
networkContainerAddress String The address of parent network container
networkContainerCidr Number The cidr of parent network container
networkView String The network view name
reference String The reference of network
restartIfNeeded boolean Flag to restart DHCP service if needed

Methods

Name Returns
IpamNetwork(String reference) constructor
IpamNetwork(String ipAddress, Number cidr) constructor
getIpAddress() String
getNetworkAddress() String
getNetworkContainerIpAddress() String
getShallowCopy() IpamNetwork
setIpAddress(String ) void
setNetworkContainerIpAddress(String ) void
toString() String

Returned by

Method Returns
IpamNetwork.getShallowCopy() IpamNetwork
IpamNetworkManager.findNetworks(IpamNetworkFilter filter) IpamNetwork[]
IpamNetworkManager.getNetwork(String ipAddress, Number cidr, String networkView) IpamNetwork
IpamNetworkManager.getNetworkByRef(String reference) IpamNetwork

Referenced in

Method Returns
IpamDnsRecordManager.addAddressRecordInNetwork(IpamAddressRecord ipamAddressRecord, IpamNetwork ipamNetwork) String
IpamFixedAddressManager.addFixedAddressInNetwork(IpamFixedAddress fixedAddress, IpamNetwork network) String
IpamHostManager.addHostAddressInNetwork(String hostName, String dnsView, IpamHostAddress hostAddress, IpamNetwork network, boolean restartIfNeeded) String
IpamHostManager.addHostInNetwork(IpamHostInfo host, IpamHostAddress hostAddress, IpamNetwork network) String
IpamNetworkManager.addExclusionRange(String startAddress, String endAddress, IpamNetwork network, boolean restartIfNeeded) void
IpamNetworkManager.addNetwork(IpamNetwork network, String template, IpamMembers members) void
IpamNetworkManager.addNextAvailableNetworkByNetaddr(IpamNetwork network, String parentAddress, String parentNetworkView, String cidr) String
IpamNetworkManager.addNextAvailableNetworkByRef(IpamNetwork network, String parentRef, String cidr) String
IpamNetworkManager.getNextAvailableIP(IpamNetwork network) String