2.2.4.95 IpamIPAddressByManagedByAndManagedByEntityEnumerationParameters

The IpamIPAddressByManagedByAndManagedByEntityEnumerationParameters complex type specifies the criteria to be used for enumerating the address instances that have a specified value for ManagedBy and ManagedByEntity built-in custom field values.

 <xs:complexType name="IpamIPAddressByManagedByAndManagedByEntityEnumerationParameters">
   <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="ManagedByEntityValue" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ManagedByValue" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressFamily: This specifies the address family of the address instances that need to be enumerated.

ManagedByEntityValue: The value for the built-in custom field ManagedByEntity, which needs to be present for an address instance to meet the required criteria.

ManagedByValue: The value for the built-in custom field ManagedBy, which needs to be present for an address instance to meet the required criteria.