2.2.5.49 GetIpamIPAddressFilter

The GetIpamIPAddressFilter simple type is an enumeration that specifies the filter to apply when retrieving IP addresses from the server.

 <xs:simpleType name="GetIpamIPAddressFilter">
   <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="IpAddress" />
   </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 addresses.

IpAddress

Apply the filter to retrieve specified addresses.