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 ScopeOptionDataFormatter complex type allows extended attributes on an IpamObject type. It creates formatted strings with data about the server name, scope ID, vendor class name, user class name, and associated option ID.
-
<xs:complexType name="ScopeOptionDataFormatter"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="OptionId" type="xsd:int" /> <xs:element minOccurs="0" name="ScopeId" nillable="true" type="sysnet:IPAddress" /> <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="UserClassName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="VendorClassName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
OptionId: An integer that uniquely identifies the DHCP option.
ScopeId: Represents the DHCP scope in IP address format.
ServerName: A string that represents the name of the DHCP server to which the scope belongs.
UserClassName: A string that represents the name of the user class associated with the DHCP option.
VendorClassName: A string that represents the name of the vendor class associated with the DHCP option.