2.2.5.78 LogicalGroupUsers
The LogicalGroupUsers simple type is an enumeration that specifies the functional area under which the logical group is created.
-
<xs:simpleType name="LogicalGroupUsers"> <xs:list> <xs:simpleType> <xs:restriction base="xsd:string"> <xs:enumeration value="None"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="IPAddressSpaceManagement"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ServerManagement"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType>
The following table describes the various values of this type.
Value |
Description |
---|---|
None |
Unspecified or an invalid value. |
IPAddressSpaceManagement |
The logical group is created under the address space management functional area. |
ServerManagement |
The logical group is created under the server management functional area. |