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 IpamIPSubnetsByUnmappedEnumerationParameters complex type specifies the criteria to be used for enumerating unmapped IP subnets of a given address family and virtualization type.
-
<xs:complexType name="IpamIPSubnetsByUnmappedEnumerationParameters"> <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="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 that need to be enumerated.
VirtualizationType: This specifies the virtualization type on which the IP subnet instances need to be filtered on.