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 ServerRoleDhcp complex type allows the extension of the ServerRole complex type. The ServerRoleFlag MUST be set to ServerRoleType.Dhcp.
-
<xs:complexType name="ServerRoleDhcp"> <xs:complexContent mixed="false"> <xs:extension base="ipam:ServerRole"> <xs:sequence> <xs:element minOccurs="0" name="BackupPath" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="DatabasePath" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="DhcpCommonInfoId" type="xsd:long" /> <xs:element minOccurs="0" name="ServerVersion" nillable="true" type="ipam:ServerRoleDhcp.Version" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
BackupPath: This specifies the backup file path for the database configured on the DHCP server instance.
DatabasePath: This specifies the database file path configured on the DHCP server instance.
DhcpCommonInfoId: This is the unique identifier for the data in the IPAM data store.
ServerVersion: This specifies the version information of the DHCP server role.