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 SubnetLogicalGroupNodeRootEnumerationParameters complex type is used to specify the parameters for enumerating root level logical group nodes. Root level logical group nodes are the various values of the custom field that forms the root of the logical group hierarchy that is present on the subnet instances of the given family.
-
<xs:complexType name="SubnetLogicalGroupNodeRootEnumerationParameters"> <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="AddressSpaceId" type="xsd:long" /> <xs:element minOccurs="0" name="LogicalGroup" nillable="true" type="ipam:LogicalGroup" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: This specifies the address family of the IP subnet instances, which is used to get distinct values of root level custom field.
AddressSpaceId: This specifies the address space of the IP subnet, which is used to get distinct values of root level custom field.
LogicalGroup: This MUST be set to IPv4SubnetLogicalGroup or IPv6SubnetLogicalGroup.