2.2.5.51 GetIPSubnetFilter
The GetIPSubnetFilter simple type is an enumeration that specifies the filter to apply when retrieving IP address ranges from the server.
-
<xs:simpleType name="GetIPSubnetFilter"> <xs:restriction base="xsd:string"> <xs:enumeration value="VirtualizationType" /> <xs:enumeration value="AddressSpaceName" /> <xs:enumeration value="NetworkId" /> <xs:enumeration value="PrefixLength" /> <xs:enumeration value="EmptySubnets" /> <xs:enumeration value="LogicalNetwork" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
VirtualizationType |
Apply the filter for VirtualizationType; for example, fabric or virtualized. |
|
AddressSpaceName |
Apply the filter for AddressSpaceName. |
|
NetworkId |
Apply the filter for NetworkId. |
|
PrefixLength |
Apply the filter for prefix length for the subnet. |
|
EmptySubnets |
Apply the filter to retrieve empty subnets. |
|
LogicalNetwork |
Apply the filter to LogicalNetwork. |