IPAddressType XML schema element for Db2 High Availability Instance Configuration Utility (db2haicu) input files
A IPAddressType
element
contains all the details of an IP address such as: the base
address, the subnet mask, and the name of the
network to which the IP address belongs.
Superelements
The following
types of elements have
IPAddressType
subelements:
XML schema definition
<xs:complexType name='IPAddressType'>
<xs:attribute name='baseAddress' type='xs:string' use='required'/>
<xs:attribute name='subnetMask' type='xs:string' use='required'/>
<xs:attribute name='networkName' type='xs:string' use='required'/>
</xs:complexType>
Subelements
None.
Attributes
- baseAddress (required)
- You must specify the base IP address using a string with a valid
IP address format: four sets of numbers ranging from 0 to 255, separated
by a period. For example:
162.148.31.101
- subnetMask (required)
- You must specify the base IP address using a string with a valid IP address format.
- networkName (required)
- You must specify the same value for
networkName
here as you specified for thephysicalNetworkName
attribute of the PhysicalNetworkType element that contains thisIPAddress
element.