Share via


2.2.4.276 IpamIPSubnetsByVirtualizationTypeEnumerationParameters

The IpamIPSubnetsByVirtualizationTypeEnumerationParameters complex type specifies the criteria to be used for enumerating IP subnets of a given address family and virtualization type.

 <xs:complexType name="IpamIPSubnetsByVirtualizationTypeEnumerationParameters">
   <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="EmptySubnetsOnly" type="xsd:boolean" />
         <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 subnet instances to be enumerated.

EmptySubnetsOnly: This specifies that only empty subnets are enumerated.

VirtualizationType: This specifies the virtualization type on which the IP subnet instances are filtered.