2.2.5.5 BuiltInLogicalGroup
This simple type is an enumeration that is used to specify the identifier for the predefined logical group.
-
<xs:simpleType name="BuiltInLogicalGroup"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="NetworkDevices" /> <xs:enumeration value="ManagedBy" /> </xs:restriction> </xs:simpleType>
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
NetworkDevices |
The logical group is a built-in logical group that can be used to arrange the IP address instances based on the value of the DeviceType custom field. |
|
ManagedBy |
The logical group is a built-in logical group that can be used to arrange data by the value of ManagedBy and ManagedByEntity custom fields. |