Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IpamAddressObject complex type specifies an IP address object that also is extending the IpamObject so that it can be used with port types that allow enumeration of data from the server.
-
<xs:complexType name="IpamAddressObject"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="Address" nillable="true" type="sysnet:IPAddress" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Address: This specifies the IP address information.