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 IPRangeByManagedByAndManagedByEntityEnumerationParameters complex type specifies the criteria required to enumerate the address ranges for which the built-in custom fields ManagedBy and ManagedByEntity are having a specific value.
-
<xs:complexType name="IPRangeByManagedByAndManagedByEntityEnumerationParameters"> <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 range instances that need to be enumerated.
ManagedByEntityValue: This specifies the value for the built-in custom field ManagedByEntity, which needs to be present for an address range instance to meet the required criteria.
ManagedByValue: This specifies the value for the built-in custom field ManagedBy, which needs to be present for an address range instance to meet the required criteria.