ihcserver element

Type: IHCServerDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

A data transfer object that represents a non stop NameNode

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ihcserver> <address>...</address> <zoneName>...</zoneName> <port>...</port> <status>...</status> <startable>...</startable> <stoppable>...</stoppable> <host>...</host> </ihcserver>

Example JSON

{ "address" : "...", "zoneName" : "...", "port" : "...", "status" : "...", "startable" : false, "stoppable" : false, "host" : "..." }