2.2.4.311 IPRangeForSubnetEnumerationParameter
The IPRangeForSubnetEnumerationParameter complex type specifies the criteria to be used for enumerating the IP range instances that map to a specified IP subnet.
-
<xs:complexType name="IPRangeForSubnetEnumerationParameter"> <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="SubnetId" type="xsd:long" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: This specifies the address family of the IP range instances to be enumerated.
SubnetId: This specifies the RecordId of the IP subnet. The IP range instances that map to this IP subnet MUST be enumerated.