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 IpamIPAddressAllForLogicalGroupEnumerationParameters complex type is used to specify the parameters for enumerating the IP address instances that map to a specified logical group.
-
<xs:complexType name="IpamIPAddressAllForLogicalGroupEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" /> <xs:element minOccurs="0" name="LogicalGroupRecordId" type="xsd:long" /> <xs:element minOccurs="0" name="LogicalGroupType" type="ipam:LogicalGroupType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: This specifies the address family of the IP address instances that are enumerated for the specified logical group.
LogicalGroupRecordId: This specifies the record identifier of the logical group for which the mapping address instances are to be enumerated.
LogicalGroupType: This MUST be LogicalGroupType.Range.