public void setHardware(HostHardwareSummary hardware)
 {
     this.hardware = hardware;
 }
 public Host(ManagedObjectReference _this,
         String name,
         HostHardwareSummary hardware,
         HostSystemConnectionState connectionState,
         ManagedEntityStatus overallStatus,
         HostListSummaryQuickStats quickStats)
 {
     this.setMoRef(_this);
     this.setName(name);
     this.setHardware(hardware);
     this.setConnectionState(connectionState);
     this.setOverallStatus(overallStatus);
     this.setQuickStats(quickStats);
 }