Share via


2.2.4.305 IPRangeByAddressSpaceAndVirtualizationTypeParameters

The IPRangeByAddressSpaceAndVirtualizationTypeParameters complex type specifies the criteria for enumerating IP range instances that map to a given address space and are of a given virtualization type.

 <xs:complexType name="IPRangeByAddressSpaceAndVirtualizationTypeParameters">
   <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="AddressSpaceRecordID" type="xsd:long" />
         <xs:element minOccurs="0" name="VirtualizationType" nillable="true" type="ipam:IPVirtualizationType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressFamily: Specifies the address family of the IP ranges instances to be enumerated.

AddressSpaceRecordId: Specifies the record Id of the address space to which the enumerated ranges map.

VirtualizationType: Specifies the virtualization type value used to filter IP ranges instances.