public class NTPServer : Object {
public weak string hostname { get; set; } ;
public NTPServer ( string hostname ) ;
public weak string get_hostname ( ) ;
public void set_hostname ( string hostname ) ;
}

public NTPServer ( string hostname ) ;
public weak string hostname { get; set; } ;
public weak string get_hostname ( ) ;
public void set_hostname ( string hostname ) ;
Created by Valadoc