2.2.4.260 IpamIPAddressByAddressSpaceAndVirtualizationTypeParameters

The IpamIPAddressByAddressSpaceAndVirtualizationTypeParameters complex type specifies the criteria to be used for enumerating the address instances that are associated with a particular AddressSpace, are of a given IPVirtualizationType, and belong to a given AddressFamily.

 <xs:complexType name="IpamIPAddressByAddressSpaceAndVirtualizationTypeParameters">
   <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: This specifies the address family of the IP address instances that are to be enumerated for the specified address space and virtualization type.

AddressSpaceRecordID: This specifies the record identifier of the address space for which the mapping address instances are to be enumerated.

VirtualizationType: This specifies the virtualization type of the IP address instances that are to be enumerated. Only the IP address instances that are of this virtualization type will meet the criteria.