2.2.5.50 GetIPRangeFilter

The GetIPRangeFilter simple type is an enumeration that specifies the filter to apply when retrieving IP address ranges from the server.

 <xs:simpleType name="GetIPRangeFilter">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="VirtualizationType" />
     <xs:enumeration value="AddressCategory" />
     <xs:enumeration value="AddressSpaceName" />
     <xs:enumeration value="ManagedByService" />
     <xs:enumeration value="ServiceInstance" />
     <xs:enumeration value="Unmapped" />
     <xs:enumeration value="AddressSpaceId" />
     <xs:enumeration value="StartIP" />
     <xs:enumeration value="EndIP" />
   </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.

AddressCategory

Apply the filter for Address category; for example, public or private.

AddressSpaceName

Apply the filter for AddressSpaceName.

ManagedByService

Apply the filter for ManagedByService.

ServiceInstance

Apply the filter for ServiceInstance.

Unmapped

Apply the filter to retrieve unmapped address ranges.

AddressSpaceId

Apply the filter for Address Space.

StartIP

Apply the filter for StartIP IP address.

EndIP

Apply the filter for EndIP IP address.