2.2.5.77 LogicalGroupType
The LogicalGroupType simple type is an enumeration that specifies the type of entity that gets enumerated using the logical group.
-
<xs:simpleType name="LogicalGroupType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Range" /> <xs:enumeration value="IPAddress" /> <xs:enumeration value="ManagedServer" /> <xs:enumeration value="Subnet" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Range |
The logical group can be used to categorize and enumerate the address ranges. |
|
IPAddress |
The logical group can be used to categorize and enumerate the addresses. |
|
ManagedServer |
The logical group can be used to categorize and enumerate the managed servers. |
|
Subnet |
The logical group can be used to categorize and enumerate the address subnets. |