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 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.