github.com/vmware/govmomi@v0.51.0/simulator/esx/host_system.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package esx
     6  
     7  import (
     8  	"time"
     9  
    10  	"github.com/vmware/govmomi/vim25/mo"
    11  	"github.com/vmware/govmomi/vim25/types"
    12  )
    13  
    14  // HostSystem is the default template for HostSystem properties.
    15  // Capture method:
    16  //
    17  //	govc host.info -dump
    18  var HostSystem = mo.HostSystem{
    19  	ManagedEntity: mo.ManagedEntity{
    20  		ExtensibleManagedObject: mo.ExtensibleManagedObject{
    21  			Self:           types.ManagedObjectReference{Type: "HostSystem", Value: "ha-host"},
    22  			Value:          nil,
    23  			AvailableField: nil,
    24  		},
    25  		Parent:              &types.ManagedObjectReference{Type: "ComputeResource", Value: "ha-compute-res"},
    26  		CustomValue:         nil,
    27  		OverallStatus:       "",
    28  		ConfigStatus:        "",
    29  		ConfigIssue:         nil,
    30  		EffectiveRole:       nil,
    31  		Permission:          nil,
    32  		Name:                "",
    33  		DisabledMethod:      nil,
    34  		RecentTask:          nil,
    35  		DeclaredAlarmState:  nil,
    36  		TriggeredAlarmState: nil,
    37  		AlarmActionsEnabled: (*bool)(nil),
    38  		Tag:                 nil,
    39  	},
    40  	Runtime: types.HostRuntimeInfo{
    41  		DynamicData:       types.DynamicData{},
    42  		ConnectionState:   "connected",
    43  		PowerState:        "poweredOn",
    44  		StandbyMode:       "none",
    45  		InMaintenanceMode: false,
    46  		BootTime:          (*time.Time)(nil),
    47  		HealthSystemRuntime: &types.HealthSystemRuntime{
    48  			DynamicData: types.DynamicData{},
    49  			SystemHealthInfo: &types.HostSystemHealthInfo{
    50  				DynamicData: types.DynamicData{},
    51  				NumericSensorInfo: []types.HostNumericSensorInfo{
    52  					{
    53  						DynamicData: types.DynamicData{},
    54  						Name:        "VMware Rollup Health State",
    55  						HealthState: &types.ElementDescription{
    56  							Description: types.Description{
    57  								DynamicData: types.DynamicData{},
    58  								Label:       "Green",
    59  								Summary:     "Sensor is operating under normal conditions",
    60  							},
    61  							Key: "green",
    62  						},
    63  						CurrentReading: 0,
    64  						UnitModifier:   0,
    65  						BaseUnits:      "",
    66  						RateUnits:      "",
    67  						SensorType:     "system",
    68  					},
    69  					{
    70  						DynamicData: types.DynamicData{},
    71  						Name:        "CPU socket #0 Level-1 Cache is 16384 B",
    72  						HealthState: &types.ElementDescription{
    73  							Description: types.Description{
    74  								DynamicData: types.DynamicData{},
    75  								Label:       "Green",
    76  								Summary:     "Sensor is operating under normal conditions",
    77  							},
    78  							Key: "green",
    79  						},
    80  						CurrentReading: 0,
    81  						UnitModifier:   0,
    82  						BaseUnits:      "",
    83  						RateUnits:      "",
    84  						SensorType:     "Processors",
    85  					},
    86  					{
    87  						DynamicData: types.DynamicData{},
    88  						Name:        "CPU socket #0 Level-2 Cache is 0 B",
    89  						HealthState: &types.ElementDescription{
    90  							Description: types.Description{
    91  								DynamicData: types.DynamicData{},
    92  								Label:       "Green",
    93  								Summary:     "Sensor is operating under normal conditions",
    94  							},
    95  							Key: "green",
    96  						},
    97  						CurrentReading: 0,
    98  						UnitModifier:   0,
    99  						BaseUnits:      "",
   100  						RateUnits:      "",
   101  						SensorType:     "Processors",
   102  					},
   103  					{
   104  						DynamicData: types.DynamicData{},
   105  						Name:        "CPU socket #1 Level-1 Cache is 16384 B",
   106  						HealthState: &types.ElementDescription{
   107  							Description: types.Description{
   108  								DynamicData: types.DynamicData{},
   109  								Label:       "Green",
   110  								Summary:     "Sensor is operating under normal conditions",
   111  							},
   112  							Key: "green",
   113  						},
   114  						CurrentReading: 0,
   115  						UnitModifier:   0,
   116  						BaseUnits:      "",
   117  						RateUnits:      "",
   118  						SensorType:     "Processors",
   119  					},
   120  					{
   121  						DynamicData: types.DynamicData{},
   122  						Name:        "CPU socket #1 Level-2 Cache is 0 B",
   123  						HealthState: &types.ElementDescription{
   124  							Description: types.Description{
   125  								DynamicData: types.DynamicData{},
   126  								Label:       "Green",
   127  								Summary:     "Sensor is operating under normal conditions",
   128  							},
   129  							Key: "green",
   130  						},
   131  						CurrentReading: 0,
   132  						UnitModifier:   0,
   133  						BaseUnits:      "",
   134  						RateUnits:      "",
   135  						SensorType:     "Processors",
   136  					},
   137  					{
   138  						DynamicData: types.DynamicData{},
   139  						Name:        "Phoenix Technologies LTD System BIOS 6.00 2014-05-20 00:00:00.000",
   140  						HealthState: &types.ElementDescription{
   141  							Description: types.Description{
   142  								DynamicData: types.DynamicData{},
   143  								Label:       "Green",
   144  								Summary:     "Sensor is operating under normal conditions",
   145  							},
   146  							Key: "green",
   147  						},
   148  						CurrentReading: 0,
   149  						UnitModifier:   0,
   150  						BaseUnits:      "",
   151  						RateUnits:      "",
   152  						SensorType:     "Software Components",
   153  					},
   154  					{
   155  						DynamicData: types.DynamicData{},
   156  						Name:        "VMware, Inc. VMware ESXi 6.0.0 build-3634798 2016-03-07 00:00:00.000",
   157  						HealthState: &types.ElementDescription{
   158  							Description: types.Description{
   159  								DynamicData: types.DynamicData{},
   160  								Label:       "Green",
   161  								Summary:     "Sensor is operating under normal conditions",
   162  							},
   163  							Key: "green",
   164  						},
   165  						CurrentReading: 0,
   166  						UnitModifier:   0,
   167  						BaseUnits:      "",
   168  						RateUnits:      "",
   169  						SensorType:     "Software Components",
   170  					},
   171  					{
   172  						DynamicData: types.DynamicData{},
   173  						Name:        "VMware sata-ata-piix 2.12-10vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
   174  						HealthState: &types.ElementDescription{
   175  							Description: types.Description{
   176  								DynamicData: types.DynamicData{},
   177  								Label:       "Green",
   178  								Summary:     "Sensor is operating under normal conditions",
   179  							},
   180  							Key: "green",
   181  						},
   182  						CurrentReading: 0,
   183  						UnitModifier:   0,
   184  						BaseUnits:      "",
   185  						RateUnits:      "",
   186  						SensorType:     "Software Components",
   187  					},
   188  					{
   189  						DynamicData: types.DynamicData{},
   190  						Name:        "VMware lsu-lsi-mptsas-plugin 1.0.0-1vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
   191  						HealthState: &types.ElementDescription{
   192  							Description: types.Description{
   193  								DynamicData: types.DynamicData{},
   194  								Label:       "Green",
   195  								Summary:     "Sensor is operating under normal conditions",
   196  							},
   197  							Key: "green",
   198  						},
   199  						CurrentReading: 0,
   200  						UnitModifier:   0,
   201  						BaseUnits:      "",
   202  						RateUnits:      "",
   203  						SensorType:     "Software Components",
   204  					},
   205  					{
   206  						DynamicData: types.DynamicData{},
   207  						Name:        "VMware net-mlx4-core 1.9.7.0-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   208  						HealthState: &types.ElementDescription{
   209  							Description: types.Description{
   210  								DynamicData: types.DynamicData{},
   211  								Label:       "Green",
   212  								Summary:     "Sensor is operating under normal conditions",
   213  							},
   214  							Key: "green",
   215  						},
   216  						CurrentReading: 0,
   217  						UnitModifier:   0,
   218  						BaseUnits:      "",
   219  						RateUnits:      "",
   220  						SensorType:     "Software Components",
   221  					},
   222  					{
   223  						DynamicData: types.DynamicData{},
   224  						Name:        "VMware lsu-lsi-mpt2sas-plugin 1.0.0-4vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
   225  						HealthState: &types.ElementDescription{
   226  							Description: types.Description{
   227  								DynamicData: types.DynamicData{},
   228  								Label:       "Green",
   229  								Summary:     "Sensor is operating under normal conditions",
   230  							},
   231  							Key: "green",
   232  						},
   233  						CurrentReading: 0,
   234  						UnitModifier:   0,
   235  						BaseUnits:      "",
   236  						RateUnits:      "",
   237  						SensorType:     "Software Components",
   238  					},
   239  					{
   240  						DynamicData: types.DynamicData{},
   241  						Name:        "VMware scsi-aacraid 1.1.5.1-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   242  						HealthState: &types.ElementDescription{
   243  							Description: types.Description{
   244  								DynamicData: types.DynamicData{},
   245  								Label:       "Green",
   246  								Summary:     "Sensor is operating under normal conditions",
   247  							},
   248  							Key: "green",
   249  						},
   250  						CurrentReading: 0,
   251  						UnitModifier:   0,
   252  						BaseUnits:      "",
   253  						RateUnits:      "",
   254  						SensorType:     "Software Components",
   255  					},
   256  					{
   257  						DynamicData: types.DynamicData{},
   258  						Name:        "VMware ata-pata-via 0.3.3-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   259  						HealthState: &types.ElementDescription{
   260  							Description: types.Description{
   261  								DynamicData: types.DynamicData{},
   262  								Label:       "Green",
   263  								Summary:     "Sensor is operating under normal conditions",
   264  							},
   265  							Key: "green",
   266  						},
   267  						CurrentReading: 0,
   268  						UnitModifier:   0,
   269  						BaseUnits:      "",
   270  						RateUnits:      "",
   271  						SensorType:     "Software Components",
   272  					},
   273  					{
   274  						DynamicData: types.DynamicData{},
   275  						Name:        "VMware scsi-qla4xxx 5.01.03.2-7vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   276  						HealthState: &types.ElementDescription{
   277  							Description: types.Description{
   278  								DynamicData: types.DynamicData{},
   279  								Label:       "Green",
   280  								Summary:     "Sensor is operating under normal conditions",
   281  							},
   282  							Key: "green",
   283  						},
   284  						CurrentReading: 0,
   285  						UnitModifier:   0,
   286  						BaseUnits:      "",
   287  						RateUnits:      "",
   288  						SensorType:     "Software Components",
   289  					},
   290  					{
   291  						DynamicData: types.DynamicData{},
   292  						Name:        "VMware sata-sata-promise 2.12-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   293  						HealthState: &types.ElementDescription{
   294  							Description: types.Description{
   295  								DynamicData: types.DynamicData{},
   296  								Label:       "Green",
   297  								Summary:     "Sensor is operating under normal conditions",
   298  							},
   299  							Key: "green",
   300  						},
   301  						CurrentReading: 0,
   302  						UnitModifier:   0,
   303  						BaseUnits:      "",
   304  						RateUnits:      "",
   305  						SensorType:     "Software Components",
   306  					},
   307  					{
   308  						DynamicData: types.DynamicData{},
   309  						Name:        "VMware scsi-megaraid-mbox 2.20.5.1-6vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   310  						HealthState: &types.ElementDescription{
   311  							Description: types.Description{
   312  								DynamicData: types.DynamicData{},
   313  								Label:       "Green",
   314  								Summary:     "Sensor is operating under normal conditions",
   315  							},
   316  							Key: "green",
   317  						},
   318  						CurrentReading: 0,
   319  						UnitModifier:   0,
   320  						BaseUnits:      "",
   321  						RateUnits:      "",
   322  						SensorType:     "Software Components",
   323  					},
   324  					{
   325  						DynamicData: types.DynamicData{},
   326  						Name:        "VMware vsan 6.0.0-2.34.3563498 2016-02-17 17:18:19.000",
   327  						HealthState: &types.ElementDescription{
   328  							Description: types.Description{
   329  								DynamicData: types.DynamicData{},
   330  								Label:       "Green",
   331  								Summary:     "Sensor is operating under normal conditions",
   332  							},
   333  							Key: "green",
   334  						},
   335  						CurrentReading: 0,
   336  						UnitModifier:   0,
   337  						BaseUnits:      "",
   338  						RateUnits:      "",
   339  						SensorType:     "Software Components",
   340  					},
   341  					{
   342  						DynamicData: types.DynamicData{},
   343  						Name:        "VMware net-e1000 8.0.3.1-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   344  						HealthState: &types.ElementDescription{
   345  							Description: types.Description{
   346  								DynamicData: types.DynamicData{},
   347  								Label:       "Green",
   348  								Summary:     "Sensor is operating under normal conditions",
   349  							},
   350  							Key: "green",
   351  						},
   352  						CurrentReading: 0,
   353  						UnitModifier:   0,
   354  						BaseUnits:      "",
   355  						RateUnits:      "",
   356  						SensorType:     "Software Components",
   357  					},
   358  					{
   359  						DynamicData: types.DynamicData{},
   360  						Name:        "VMware ata-pata-serverworks 0.4.3-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   361  						HealthState: &types.ElementDescription{
   362  							Description: types.Description{
   363  								DynamicData: types.DynamicData{},
   364  								Label:       "Green",
   365  								Summary:     "Sensor is operating under normal conditions",
   366  							},
   367  							Key: "green",
   368  						},
   369  						CurrentReading: 0,
   370  						UnitModifier:   0,
   371  						BaseUnits:      "",
   372  						RateUnits:      "",
   373  						SensorType:     "Software Components",
   374  					},
   375  					{
   376  						DynamicData: types.DynamicData{},
   377  						Name:        "VMware scsi-mptspi 4.23.01.00-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   378  						HealthState: &types.ElementDescription{
   379  							Description: types.Description{
   380  								DynamicData: types.DynamicData{},
   381  								Label:       "Green",
   382  								Summary:     "Sensor is operating under normal conditions",
   383  							},
   384  							Key: "green",
   385  						},
   386  						CurrentReading: 0,
   387  						UnitModifier:   0,
   388  						BaseUnits:      "",
   389  						RateUnits:      "",
   390  						SensorType:     "Software Components",
   391  					},
   392  					{
   393  						DynamicData: types.DynamicData{},
   394  						Name:        "VMware net-nx-nic 5.0.621-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   395  						HealthState: &types.ElementDescription{
   396  							Description: types.Description{
   397  								DynamicData: types.DynamicData{},
   398  								Label:       "Green",
   399  								Summary:     "Sensor is operating under normal conditions",
   400  							},
   401  							Key: "green",
   402  						},
   403  						CurrentReading: 0,
   404  						UnitModifier:   0,
   405  						BaseUnits:      "",
   406  						RateUnits:      "",
   407  						SensorType:     "Software Components",
   408  					},
   409  					{
   410  						DynamicData: types.DynamicData{},
   411  						Name:        "VMware block-cciss 3.6.14-10vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   412  						HealthState: &types.ElementDescription{
   413  							Description: types.Description{
   414  								DynamicData: types.DynamicData{},
   415  								Label:       "Green",
   416  								Summary:     "Sensor is operating under normal conditions",
   417  							},
   418  							Key: "green",
   419  						},
   420  						CurrentReading: 0,
   421  						UnitModifier:   0,
   422  						BaseUnits:      "",
   423  						RateUnits:      "",
   424  						SensorType:     "Software Components",
   425  					},
   426  					{
   427  						DynamicData: types.DynamicData{},
   428  						Name:        "VMware net-bnx2x 1.78.80.v60.12-1vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
   429  						HealthState: &types.ElementDescription{
   430  							Description: types.Description{
   431  								DynamicData: types.DynamicData{},
   432  								Label:       "Green",
   433  								Summary:     "Sensor is operating under normal conditions",
   434  							},
   435  							Key: "green",
   436  						},
   437  						CurrentReading: 0,
   438  						UnitModifier:   0,
   439  						BaseUnits:      "",
   440  						RateUnits:      "",
   441  						SensorType:     "Software Components",
   442  					},
   443  					{
   444  						DynamicData: types.DynamicData{},
   445  						Name:        "VMware ipmi-ipmi-devintf 39.1-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   446  						HealthState: &types.ElementDescription{
   447  							Description: types.Description{
   448  								DynamicData: types.DynamicData{},
   449  								Label:       "Green",
   450  								Summary:     "Sensor is operating under normal conditions",
   451  							},
   452  							Key: "green",
   453  						},
   454  						CurrentReading: 0,
   455  						UnitModifier:   0,
   456  						BaseUnits:      "",
   457  						RateUnits:      "",
   458  						SensorType:     "Software Components",
   459  					},
   460  					{
   461  						DynamicData: types.DynamicData{},
   462  						Name:        "VMware scsi-mptsas 4.23.01.00-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   463  						HealthState: &types.ElementDescription{
   464  							Description: types.Description{
   465  								DynamicData: types.DynamicData{},
   466  								Label:       "Green",
   467  								Summary:     "Sensor is operating under normal conditions",
   468  							},
   469  							Key: "green",
   470  						},
   471  						CurrentReading: 0,
   472  						UnitModifier:   0,
   473  						BaseUnits:      "",
   474  						RateUnits:      "",
   475  						SensorType:     "Software Components",
   476  					},
   477  					{
   478  						DynamicData: types.DynamicData{},
   479  						Name:        "VMware scsi-megaraid2 2.00.4-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   480  						HealthState: &types.ElementDescription{
   481  							Description: types.Description{
   482  								DynamicData: types.DynamicData{},
   483  								Label:       "Green",
   484  								Summary:     "Sensor is operating under normal conditions",
   485  							},
   486  							Key: "green",
   487  						},
   488  						CurrentReading: 0,
   489  						UnitModifier:   0,
   490  						BaseUnits:      "",
   491  						RateUnits:      "",
   492  						SensorType:     "Software Components",
   493  					},
   494  					{
   495  						DynamicData: types.DynamicData{},
   496  						Name:        "VMware nvme 1.0e.0.35-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
   497  						HealthState: &types.ElementDescription{
   498  							Description: types.Description{
   499  								DynamicData: types.DynamicData{},
   500  								Label:       "Green",
   501  								Summary:     "Sensor is operating under normal conditions",
   502  							},
   503  							Key: "green",
   504  						},
   505  						CurrentReading: 0,
   506  						UnitModifier:   0,
   507  						BaseUnits:      "",
   508  						RateUnits:      "",
   509  						SensorType:     "Software Components",
   510  					},
   511  					{
   512  						DynamicData: types.DynamicData{},
   513  						Name:        "VMware esx-xserver 6.0.0-2.34.3634798 2016-03-08 07:39:27.000",
   514  						HealthState: &types.ElementDescription{
   515  							Description: types.Description{
   516  								DynamicData: types.DynamicData{},
   517  								Label:       "Green",
   518  								Summary:     "Sensor is operating under normal conditions",
   519  							},
   520  							Key: "green",
   521  						},
   522  						CurrentReading: 0,
   523  						UnitModifier:   0,
   524  						BaseUnits:      "",
   525  						RateUnits:      "",
   526  						SensorType:     "Software Components",
   527  					},
   528  					{
   529  						DynamicData: types.DynamicData{},
   530  						Name:        "VMware nmlx4-en 3.0.0.0-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
   531  						HealthState: &types.ElementDescription{
   532  							Description: types.Description{
   533  								DynamicData: types.DynamicData{},
   534  								Label:       "Green",
   535  								Summary:     "Sensor is operating under normal conditions",
   536  							},
   537  							Key: "green",
   538  						},
   539  						CurrentReading: 0,
   540  						UnitModifier:   0,
   541  						BaseUnits:      "",
   542  						RateUnits:      "",
   543  						SensorType:     "Software Components",
   544  					},
   545  					{
   546  						DynamicData: types.DynamicData{},
   547  						Name:        "VMware lsu-hp-hpsa-plugin 1.0.0-1vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
   548  						HealthState: &types.ElementDescription{
   549  							Description: types.Description{
   550  								DynamicData: types.DynamicData{},
   551  								Label:       "Green",
   552  								Summary:     "Sensor is operating under normal conditions",
   553  							},
   554  							Key: "green",
   555  						},
   556  						CurrentReading: 0,
   557  						UnitModifier:   0,
   558  						BaseUnits:      "",
   559  						RateUnits:      "",
   560  						SensorType:     "Software Components",
   561  					},
   562  					{
   563  						DynamicData: types.DynamicData{},
   564  						Name:        "VMware scsi-megaraid-sas 6.603.55.00-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   565  						HealthState: &types.ElementDescription{
   566  							Description: types.Description{
   567  								DynamicData: types.DynamicData{},
   568  								Label:       "Green",
   569  								Summary:     "Sensor is operating under normal conditions",
   570  							},
   571  							Key: "green",
   572  						},
   573  						CurrentReading: 0,
   574  						UnitModifier:   0,
   575  						BaseUnits:      "",
   576  						RateUnits:      "",
   577  						SensorType:     "Software Components",
   578  					},
   579  					{
   580  						DynamicData: types.DynamicData{},
   581  						Name:        "VMware net-enic 2.1.2.38-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   582  						HealthState: &types.ElementDescription{
   583  							Description: types.Description{
   584  								DynamicData: types.DynamicData{},
   585  								Label:       "Green",
   586  								Summary:     "Sensor is operating under normal conditions",
   587  							},
   588  							Key: "green",
   589  						},
   590  						CurrentReading: 0,
   591  						UnitModifier:   0,
   592  						BaseUnits:      "",
   593  						RateUnits:      "",
   594  						SensorType:     "Software Components",
   595  					},
   596  					{
   597  						DynamicData: types.DynamicData{},
   598  						Name:        "VMware lsi-msgpt3 06.255.12.00-8vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
   599  						HealthState: &types.ElementDescription{
   600  							Description: types.Description{
   601  								DynamicData: types.DynamicData{},
   602  								Label:       "Green",
   603  								Summary:     "Sensor is operating under normal conditions",
   604  							},
   605  							Key: "green",
   606  						},
   607  						CurrentReading: 0,
   608  						UnitModifier:   0,
   609  						BaseUnits:      "",
   610  						RateUnits:      "",
   611  						SensorType:     "Software Components",
   612  					},
   613  					{
   614  						DynamicData: types.DynamicData{},
   615  						Name:        "VMware sata-ahci 3.0-22vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   616  						HealthState: &types.ElementDescription{
   617  							Description: types.Description{
   618  								DynamicData: types.DynamicData{},
   619  								Label:       "Green",
   620  								Summary:     "Sensor is operating under normal conditions",
   621  							},
   622  							Key: "green",
   623  						},
   624  						CurrentReading: 0,
   625  						UnitModifier:   0,
   626  						BaseUnits:      "",
   627  						RateUnits:      "",
   628  						SensorType:     "Software Components",
   629  					},
   630  					{
   631  						DynamicData: types.DynamicData{},
   632  						Name:        "VMware net-forcedeth 0.61-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   633  						HealthState: &types.ElementDescription{
   634  							Description: types.Description{
   635  								DynamicData: types.DynamicData{},
   636  								Label:       "Green",
   637  								Summary:     "Sensor is operating under normal conditions",
   638  							},
   639  							Key: "green",
   640  						},
   641  						CurrentReading: 0,
   642  						UnitModifier:   0,
   643  						BaseUnits:      "",
   644  						RateUnits:      "",
   645  						SensorType:     "Software Components",
   646  					},
   647  					{
   648  						DynamicData: types.DynamicData{},
   649  						Name:        "VMware ata-pata-atiixp 0.4.6-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   650  						HealthState: &types.ElementDescription{
   651  							Description: types.Description{
   652  								DynamicData: types.DynamicData{},
   653  								Label:       "Green",
   654  								Summary:     "Sensor is operating under normal conditions",
   655  							},
   656  							Key: "green",
   657  						},
   658  						CurrentReading: 0,
   659  						UnitModifier:   0,
   660  						BaseUnits:      "",
   661  						RateUnits:      "",
   662  						SensorType:     "Software Components",
   663  					},
   664  					{
   665  						DynamicData: types.DynamicData{},
   666  						Name:        "VMware elxnet 10.2.309.6v-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
   667  						HealthState: &types.ElementDescription{
   668  							Description: types.Description{
   669  								DynamicData: types.DynamicData{},
   670  								Label:       "Green",
   671  								Summary:     "Sensor is operating under normal conditions",
   672  							},
   673  							Key: "green",
   674  						},
   675  						CurrentReading: 0,
   676  						UnitModifier:   0,
   677  						BaseUnits:      "",
   678  						RateUnits:      "",
   679  						SensorType:     "Software Components",
   680  					},
   681  					{
   682  						DynamicData: types.DynamicData{},
   683  						Name:        "VMware esx-dvfilter-generic-fastpath 6.0.0-2.34.3634798 2016-03-08 07:39:28.000",
   684  						HealthState: &types.ElementDescription{
   685  							Description: types.Description{
   686  								DynamicData: types.DynamicData{},
   687  								Label:       "Green",
   688  								Summary:     "Sensor is operating under normal conditions",
   689  							},
   690  							Key: "green",
   691  						},
   692  						CurrentReading: 0,
   693  						UnitModifier:   0,
   694  						BaseUnits:      "",
   695  						RateUnits:      "",
   696  						SensorType:     "Software Components",
   697  					},
   698  					{
   699  						DynamicData: types.DynamicData{},
   700  						Name:        "VMware uhci-usb-uhci 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   701  						HealthState: &types.ElementDescription{
   702  							Description: types.Description{
   703  								DynamicData: types.DynamicData{},
   704  								Label:       "Green",
   705  								Summary:     "Sensor is operating under normal conditions",
   706  							},
   707  							Key: "green",
   708  						},
   709  						CurrentReading: 0,
   710  						UnitModifier:   0,
   711  						BaseUnits:      "",
   712  						RateUnits:      "",
   713  						SensorType:     "Software Components",
   714  					},
   715  					{
   716  						DynamicData: types.DynamicData{},
   717  						Name:        "VMware ata-pata-amd 0.3.10-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   718  						HealthState: &types.ElementDescription{
   719  							Description: types.Description{
   720  								DynamicData: types.DynamicData{},
   721  								Label:       "Green",
   722  								Summary:     "Sensor is operating under normal conditions",
   723  							},
   724  							Key: "green",
   725  						},
   726  						CurrentReading: 0,
   727  						UnitModifier:   0,
   728  						BaseUnits:      "",
   729  						RateUnits:      "",
   730  						SensorType:     "Software Components",
   731  					},
   732  					{
   733  						DynamicData: types.DynamicData{},
   734  						Name:        "VMware sata-sata-sil24 1.1-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   735  						HealthState: &types.ElementDescription{
   736  							Description: types.Description{
   737  								DynamicData: types.DynamicData{},
   738  								Label:       "Green",
   739  								Summary:     "Sensor is operating under normal conditions",
   740  							},
   741  							Key: "green",
   742  						},
   743  						CurrentReading: 0,
   744  						UnitModifier:   0,
   745  						BaseUnits:      "",
   746  						RateUnits:      "",
   747  						SensorType:     "Software Components",
   748  					},
   749  					{
   750  						DynamicData: types.DynamicData{},
   751  						Name:        "VMware ohci-usb-ohci 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   752  						HealthState: &types.ElementDescription{
   753  							Description: types.Description{
   754  								DynamicData: types.DynamicData{},
   755  								Label:       "Green",
   756  								Summary:     "Sensor is operating under normal conditions",
   757  							},
   758  							Key: "green",
   759  						},
   760  						CurrentReading: 0,
   761  						UnitModifier:   0,
   762  						BaseUnits:      "",
   763  						RateUnits:      "",
   764  						SensorType:     "Software Components",
   765  					},
   766  					{
   767  						DynamicData: types.DynamicData{},
   768  						Name:        "VMware net-igb 5.0.5.1.1-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   769  						HealthState: &types.ElementDescription{
   770  							Description: types.Description{
   771  								DynamicData: types.DynamicData{},
   772  								Label:       "Green",
   773  								Summary:     "Sensor is operating under normal conditions",
   774  							},
   775  							Key: "green",
   776  						},
   777  						CurrentReading: 0,
   778  						UnitModifier:   0,
   779  						BaseUnits:      "",
   780  						RateUnits:      "",
   781  						SensorType:     "Software Components",
   782  					},
   783  					{
   784  						DynamicData: types.DynamicData{},
   785  						Name:        "VMware ata-pata-pdc2027x 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   786  						HealthState: &types.ElementDescription{
   787  							Description: types.Description{
   788  								DynamicData: types.DynamicData{},
   789  								Label:       "Green",
   790  								Summary:     "Sensor is operating under normal conditions",
   791  							},
   792  							Key: "green",
   793  						},
   794  						CurrentReading: 0,
   795  						UnitModifier:   0,
   796  						BaseUnits:      "",
   797  						RateUnits:      "",
   798  						SensorType:     "Software Components",
   799  					},
   800  					{
   801  						DynamicData: types.DynamicData{},
   802  						Name:        "VMware ehci-ehci-hcd 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   803  						HealthState: &types.ElementDescription{
   804  							Description: types.Description{
   805  								DynamicData: types.DynamicData{},
   806  								Label:       "Green",
   807  								Summary:     "Sensor is operating under normal conditions",
   808  							},
   809  							Key: "green",
   810  						},
   811  						CurrentReading: 0,
   812  						UnitModifier:   0,
   813  						BaseUnits:      "",
   814  						RateUnits:      "",
   815  						SensorType:     "Software Components",
   816  					},
   817  					{
   818  						DynamicData: types.DynamicData{},
   819  						Name:        "VMware lsu-lsi-lsi-mr3-plugin 1.0.0-2vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
   820  						HealthState: &types.ElementDescription{
   821  							Description: types.Description{
   822  								DynamicData: types.DynamicData{},
   823  								Label:       "Green",
   824  								Summary:     "Sensor is operating under normal conditions",
   825  							},
   826  							Key: "green",
   827  						},
   828  						CurrentReading: 0,
   829  						UnitModifier:   0,
   830  						BaseUnits:      "",
   831  						RateUnits:      "",
   832  						SensorType:     "Software Components",
   833  					},
   834  					{
   835  						DynamicData: types.DynamicData{},
   836  						Name:        "VMware net-ixgbe 3.7.13.7.14iov-20vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
   837  						HealthState: &types.ElementDescription{
   838  							Description: types.Description{
   839  								DynamicData: types.DynamicData{},
   840  								Label:       "Green",
   841  								Summary:     "Sensor is operating under normal conditions",
   842  							},
   843  							Key: "green",
   844  						},
   845  						CurrentReading: 0,
   846  						UnitModifier:   0,
   847  						BaseUnits:      "",
   848  						RateUnits:      "",
   849  						SensorType:     "Software Components",
   850  					},
   851  					{
   852  						DynamicData: types.DynamicData{},
   853  						Name:        "VMware vsanhealth 6.0.0-3000000.3.0.2.34.3544323 2016-02-12 06:45:30.000",
   854  						HealthState: &types.ElementDescription{
   855  							Description: types.Description{
   856  								DynamicData: types.DynamicData{},
   857  								Label:       "Green",
   858  								Summary:     "Sensor is operating under normal conditions",
   859  							},
   860  							Key: "green",
   861  						},
   862  						CurrentReading: 0,
   863  						UnitModifier:   0,
   864  						BaseUnits:      "",
   865  						RateUnits:      "",
   866  						SensorType:     "Software Components",
   867  					},
   868  					{
   869  						DynamicData: types.DynamicData{},
   870  						Name:        "VMware net-cnic 1.78.76.v60.13-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   871  						HealthState: &types.ElementDescription{
   872  							Description: types.Description{
   873  								DynamicData: types.DynamicData{},
   874  								Label:       "Green",
   875  								Summary:     "Sensor is operating under normal conditions",
   876  							},
   877  							Key: "green",
   878  						},
   879  						CurrentReading: 0,
   880  						UnitModifier:   0,
   881  						BaseUnits:      "",
   882  						RateUnits:      "",
   883  						SensorType:     "Software Components",
   884  					},
   885  					{
   886  						DynamicData: types.DynamicData{},
   887  						Name:        "VMware sata-sata-svw 2.3-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   888  						HealthState: &types.ElementDescription{
   889  							Description: types.Description{
   890  								DynamicData: types.DynamicData{},
   891  								Label:       "Green",
   892  								Summary:     "Sensor is operating under normal conditions",
   893  							},
   894  							Key: "green",
   895  						},
   896  						CurrentReading: 0,
   897  						UnitModifier:   0,
   898  						BaseUnits:      "",
   899  						RateUnits:      "",
   900  						SensorType:     "Software Components",
   901  					},
   902  					{
   903  						DynamicData: types.DynamicData{},
   904  						Name:        "VMware ipmi-ipmi-msghandler 39.1-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   905  						HealthState: &types.ElementDescription{
   906  							Description: types.Description{
   907  								DynamicData: types.DynamicData{},
   908  								Label:       "Green",
   909  								Summary:     "Sensor is operating under normal conditions",
   910  							},
   911  							Key: "green",
   912  						},
   913  						CurrentReading: 0,
   914  						UnitModifier:   0,
   915  						BaseUnits:      "",
   916  						RateUnits:      "",
   917  						SensorType:     "Software Components",
   918  					},
   919  					{
   920  						DynamicData: types.DynamicData{},
   921  						Name:        "VMware emulex-esx-elxnetcli 10.2.309.6v-2.34.3634798 2016-03-08 07:39:28.000",
   922  						HealthState: &types.ElementDescription{
   923  							Description: types.Description{
   924  								DynamicData: types.DynamicData{},
   925  								Label:       "Green",
   926  								Summary:     "Sensor is operating under normal conditions",
   927  							},
   928  							Key: "green",
   929  						},
   930  						CurrentReading: 0,
   931  						UnitModifier:   0,
   932  						BaseUnits:      "",
   933  						RateUnits:      "",
   934  						SensorType:     "Software Components",
   935  					},
   936  					{
   937  						DynamicData: types.DynamicData{},
   938  						Name:        "VMware scsi-aic79xx 3.1-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   939  						HealthState: &types.ElementDescription{
   940  							Description: types.Description{
   941  								DynamicData: types.DynamicData{},
   942  								Label:       "Green",
   943  								Summary:     "Sensor is operating under normal conditions",
   944  							},
   945  							Key: "green",
   946  						},
   947  						CurrentReading: 0,
   948  						UnitModifier:   0,
   949  						BaseUnits:      "",
   950  						RateUnits:      "",
   951  						SensorType:     "Software Components",
   952  					},
   953  					{
   954  						DynamicData: types.DynamicData{},
   955  						Name:        "VMware qlnativefc 2.0.12.0-5vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
   956  						HealthState: &types.ElementDescription{
   957  							Description: types.Description{
   958  								DynamicData: types.DynamicData{},
   959  								Label:       "Green",
   960  								Summary:     "Sensor is operating under normal conditions",
   961  							},
   962  							Key: "green",
   963  						},
   964  						CurrentReading: 0,
   965  						UnitModifier:   0,
   966  						BaseUnits:      "",
   967  						RateUnits:      "",
   968  						SensorType:     "Software Components",
   969  					},
   970  					{
   971  						DynamicData: types.DynamicData{},
   972  						Name:        "VMware lsu-lsi-lsi-msgpt3-plugin 1.0.0-1vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
   973  						HealthState: &types.ElementDescription{
   974  							Description: types.Description{
   975  								DynamicData: types.DynamicData{},
   976  								Label:       "Green",
   977  								Summary:     "Sensor is operating under normal conditions",
   978  							},
   979  							Key: "green",
   980  						},
   981  						CurrentReading: 0,
   982  						UnitModifier:   0,
   983  						BaseUnits:      "",
   984  						RateUnits:      "",
   985  						SensorType:     "Software Components",
   986  					},
   987  					{
   988  						DynamicData: types.DynamicData{},
   989  						Name:        "VMware ima-qla4xxx 2.02.18-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
   990  						HealthState: &types.ElementDescription{
   991  							Description: types.Description{
   992  								DynamicData: types.DynamicData{},
   993  								Label:       "Green",
   994  								Summary:     "Sensor is operating under normal conditions",
   995  							},
   996  							Key: "green",
   997  						},
   998  						CurrentReading: 0,
   999  						UnitModifier:   0,
  1000  						BaseUnits:      "",
  1001  						RateUnits:      "",
  1002  						SensorType:     "Software Components",
  1003  					},
  1004  					{
  1005  						DynamicData: types.DynamicData{},
  1006  						Name:        "VMware net-mlx4-en 1.9.7.0-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1007  						HealthState: &types.ElementDescription{
  1008  							Description: types.Description{
  1009  								DynamicData: types.DynamicData{},
  1010  								Label:       "Green",
  1011  								Summary:     "Sensor is operating under normal conditions",
  1012  							},
  1013  							Key: "green",
  1014  						},
  1015  						CurrentReading: 0,
  1016  						UnitModifier:   0,
  1017  						BaseUnits:      "",
  1018  						RateUnits:      "",
  1019  						SensorType:     "Software Components",
  1020  					},
  1021  					{
  1022  						DynamicData: types.DynamicData{},
  1023  						Name:        "VMware net-e1000e 3.2.2.1-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1024  						HealthState: &types.ElementDescription{
  1025  							Description: types.Description{
  1026  								DynamicData: types.DynamicData{},
  1027  								Label:       "Green",
  1028  								Summary:     "Sensor is operating under normal conditions",
  1029  							},
  1030  							Key: "green",
  1031  						},
  1032  						CurrentReading: 0,
  1033  						UnitModifier:   0,
  1034  						BaseUnits:      "",
  1035  						RateUnits:      "",
  1036  						SensorType:     "Software Components",
  1037  					},
  1038  					{
  1039  						DynamicData: types.DynamicData{},
  1040  						Name:        "VMware net-tg3 3.131d.v60.4-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1041  						HealthState: &types.ElementDescription{
  1042  							Description: types.Description{
  1043  								DynamicData: types.DynamicData{},
  1044  								Label:       "Green",
  1045  								Summary:     "Sensor is operating under normal conditions",
  1046  							},
  1047  							Key: "green",
  1048  						},
  1049  						CurrentReading: 0,
  1050  						UnitModifier:   0,
  1051  						BaseUnits:      "",
  1052  						RateUnits:      "",
  1053  						SensorType:     "Software Components",
  1054  					},
  1055  					{
  1056  						DynamicData: types.DynamicData{},
  1057  						Name:        "VMware scsi-hpsa 6.0.0.44-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1058  						HealthState: &types.ElementDescription{
  1059  							Description: types.Description{
  1060  								DynamicData: types.DynamicData{},
  1061  								Label:       "Green",
  1062  								Summary:     "Sensor is operating under normal conditions",
  1063  							},
  1064  							Key: "green",
  1065  						},
  1066  						CurrentReading: 0,
  1067  						UnitModifier:   0,
  1068  						BaseUnits:      "",
  1069  						RateUnits:      "",
  1070  						SensorType:     "Software Components",
  1071  					},
  1072  					{
  1073  						DynamicData: types.DynamicData{},
  1074  						Name:        "VMware scsi-bnx2fc 1.78.78.v60.8-1vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
  1075  						HealthState: &types.ElementDescription{
  1076  							Description: types.Description{
  1077  								DynamicData: types.DynamicData{},
  1078  								Label:       "Green",
  1079  								Summary:     "Sensor is operating under normal conditions",
  1080  							},
  1081  							Key: "green",
  1082  						},
  1083  						CurrentReading: 0,
  1084  						UnitModifier:   0,
  1085  						BaseUnits:      "",
  1086  						RateUnits:      "",
  1087  						SensorType:     "Software Components",
  1088  					},
  1089  					{
  1090  						DynamicData: types.DynamicData{},
  1091  						Name:        "VMware cpu-microcode 6.0.0-2.34.3634798 2016-03-08 07:39:28.000",
  1092  						HealthState: &types.ElementDescription{
  1093  							Description: types.Description{
  1094  								DynamicData: types.DynamicData{},
  1095  								Label:       "Green",
  1096  								Summary:     "Sensor is operating under normal conditions",
  1097  							},
  1098  							Key: "green",
  1099  						},
  1100  						CurrentReading: 0,
  1101  						UnitModifier:   0,
  1102  						BaseUnits:      "",
  1103  						RateUnits:      "",
  1104  						SensorType:     "Software Components",
  1105  					},
  1106  					{
  1107  						DynamicData: types.DynamicData{},
  1108  						Name:        "VMware scsi-fnic 1.5.0.45-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1109  						HealthState: &types.ElementDescription{
  1110  							Description: types.Description{
  1111  								DynamicData: types.DynamicData{},
  1112  								Label:       "Green",
  1113  								Summary:     "Sensor is operating under normal conditions",
  1114  							},
  1115  							Key: "green",
  1116  						},
  1117  						CurrentReading: 0,
  1118  						UnitModifier:   0,
  1119  						BaseUnits:      "",
  1120  						RateUnits:      "",
  1121  						SensorType:     "Software Components",
  1122  					},
  1123  					{
  1124  						DynamicData: types.DynamicData{},
  1125  						Name:        "VMware nmlx4-rdma 3.0.0.0-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
  1126  						HealthState: &types.ElementDescription{
  1127  							Description: types.Description{
  1128  								DynamicData: types.DynamicData{},
  1129  								Label:       "Green",
  1130  								Summary:     "Sensor is operating under normal conditions",
  1131  							},
  1132  							Key: "green",
  1133  						},
  1134  						CurrentReading: 0,
  1135  						UnitModifier:   0,
  1136  						BaseUnits:      "",
  1137  						RateUnits:      "",
  1138  						SensorType:     "Software Components",
  1139  					},
  1140  					{
  1141  						DynamicData: types.DynamicData{},
  1142  						Name:        "VMware net-vmxnet3 1.1.3.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1143  						HealthState: &types.ElementDescription{
  1144  							Description: types.Description{
  1145  								DynamicData: types.DynamicData{},
  1146  								Label:       "Green",
  1147  								Summary:     "Sensor is operating under normal conditions",
  1148  							},
  1149  							Key: "green",
  1150  						},
  1151  						CurrentReading: 0,
  1152  						UnitModifier:   0,
  1153  						BaseUnits:      "",
  1154  						RateUnits:      "",
  1155  						SensorType:     "Software Components",
  1156  					},
  1157  					{
  1158  						DynamicData: types.DynamicData{},
  1159  						Name:        "VMware lpfc 10.2.309.8-2vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
  1160  						HealthState: &types.ElementDescription{
  1161  							Description: types.Description{
  1162  								DynamicData: types.DynamicData{},
  1163  								Label:       "Green",
  1164  								Summary:     "Sensor is operating under normal conditions",
  1165  							},
  1166  							Key: "green",
  1167  						},
  1168  						CurrentReading: 0,
  1169  						UnitModifier:   0,
  1170  						BaseUnits:      "",
  1171  						RateUnits:      "",
  1172  						SensorType:     "Software Components",
  1173  					},
  1174  					{
  1175  						DynamicData: types.DynamicData{},
  1176  						Name:        "VMware esx-ui 1.0.0-3617585 2016-03-03 04:52:43.000",
  1177  						HealthState: &types.ElementDescription{
  1178  							Description: types.Description{
  1179  								DynamicData: types.DynamicData{},
  1180  								Label:       "Green",
  1181  								Summary:     "Sensor is operating under normal conditions",
  1182  							},
  1183  							Key: "green",
  1184  						},
  1185  						CurrentReading: 0,
  1186  						UnitModifier:   0,
  1187  						BaseUnits:      "",
  1188  						RateUnits:      "",
  1189  						SensorType:     "Software Components",
  1190  					},
  1191  					{
  1192  						DynamicData: types.DynamicData{},
  1193  						Name:        "VMware ata-pata-cmd64x 0.2.5-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1194  						HealthState: &types.ElementDescription{
  1195  							Description: types.Description{
  1196  								DynamicData: types.DynamicData{},
  1197  								Label:       "Green",
  1198  								Summary:     "Sensor is operating under normal conditions",
  1199  							},
  1200  							Key: "green",
  1201  						},
  1202  						CurrentReading: 0,
  1203  						UnitModifier:   0,
  1204  						BaseUnits:      "",
  1205  						RateUnits:      "",
  1206  						SensorType:     "Software Components",
  1207  					},
  1208  					{
  1209  						DynamicData: types.DynamicData{},
  1210  						Name:        "VMware lsi-mr3 6.605.08.00-7vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
  1211  						HealthState: &types.ElementDescription{
  1212  							Description: types.Description{
  1213  								DynamicData: types.DynamicData{},
  1214  								Label:       "Green",
  1215  								Summary:     "Sensor is operating under normal conditions",
  1216  							},
  1217  							Key: "green",
  1218  						},
  1219  						CurrentReading: 0,
  1220  						UnitModifier:   0,
  1221  						BaseUnits:      "",
  1222  						RateUnits:      "",
  1223  						SensorType:     "Software Components",
  1224  					},
  1225  					{
  1226  						DynamicData: types.DynamicData{},
  1227  						Name:        "VMware ata-pata-hpt3x2n 0.3.4-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1228  						HealthState: &types.ElementDescription{
  1229  							Description: types.Description{
  1230  								DynamicData: types.DynamicData{},
  1231  								Label:       "Green",
  1232  								Summary:     "Sensor is operating under normal conditions",
  1233  							},
  1234  							Key: "green",
  1235  						},
  1236  						CurrentReading: 0,
  1237  						UnitModifier:   0,
  1238  						BaseUnits:      "",
  1239  						RateUnits:      "",
  1240  						SensorType:     "Software Components",
  1241  					},
  1242  					{
  1243  						DynamicData: types.DynamicData{},
  1244  						Name:        "VMware sata-sata-nv 3.5-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1245  						HealthState: &types.ElementDescription{
  1246  							Description: types.Description{
  1247  								DynamicData: types.DynamicData{},
  1248  								Label:       "Green",
  1249  								Summary:     "Sensor is operating under normal conditions",
  1250  							},
  1251  							Key: "green",
  1252  						},
  1253  						CurrentReading: 0,
  1254  						UnitModifier:   0,
  1255  						BaseUnits:      "",
  1256  						RateUnits:      "",
  1257  						SensorType:     "Software Components",
  1258  					},
  1259  					{
  1260  						DynamicData: types.DynamicData{},
  1261  						Name:        "VMware misc-cnic-register 1.78.75.v60.7-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1262  						HealthState: &types.ElementDescription{
  1263  							Description: types.Description{
  1264  								DynamicData: types.DynamicData{},
  1265  								Label:       "Green",
  1266  								Summary:     "Sensor is operating under normal conditions",
  1267  							},
  1268  							Key: "green",
  1269  						},
  1270  						CurrentReading: 0,
  1271  						UnitModifier:   0,
  1272  						BaseUnits:      "",
  1273  						RateUnits:      "",
  1274  						SensorType:     "Software Components",
  1275  					},
  1276  					{
  1277  						DynamicData: types.DynamicData{},
  1278  						Name:        "VMware lsu-lsi-megaraid-sas-plugin 1.0.0-2vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
  1279  						HealthState: &types.ElementDescription{
  1280  							Description: types.Description{
  1281  								DynamicData: types.DynamicData{},
  1282  								Label:       "Green",
  1283  								Summary:     "Sensor is operating under normal conditions",
  1284  							},
  1285  							Key: "green",
  1286  						},
  1287  						CurrentReading: 0,
  1288  						UnitModifier:   0,
  1289  						BaseUnits:      "",
  1290  						RateUnits:      "",
  1291  						SensorType:     "Software Components",
  1292  					},
  1293  					{
  1294  						DynamicData: types.DynamicData{},
  1295  						Name:        "VMware ata-pata-sil680 0.4.8-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1296  						HealthState: &types.ElementDescription{
  1297  							Description: types.Description{
  1298  								DynamicData: types.DynamicData{},
  1299  								Label:       "Green",
  1300  								Summary:     "Sensor is operating under normal conditions",
  1301  							},
  1302  							Key: "green",
  1303  						},
  1304  						CurrentReading: 0,
  1305  						UnitModifier:   0,
  1306  						BaseUnits:      "",
  1307  						RateUnits:      "",
  1308  						SensorType:     "Software Components",
  1309  					},
  1310  					{
  1311  						DynamicData: types.DynamicData{},
  1312  						Name:        "VMware esx-tboot 6.0.0-2.34.3634798 2016-03-08 07:39:27.000",
  1313  						HealthState: &types.ElementDescription{
  1314  							Description: types.Description{
  1315  								DynamicData: types.DynamicData{},
  1316  								Label:       "Green",
  1317  								Summary:     "Sensor is operating under normal conditions",
  1318  							},
  1319  							Key: "green",
  1320  						},
  1321  						CurrentReading: 0,
  1322  						UnitModifier:   0,
  1323  						BaseUnits:      "",
  1324  						RateUnits:      "",
  1325  						SensorType:     "Software Components",
  1326  					},
  1327  					{
  1328  						DynamicData: types.DynamicData{},
  1329  						Name:        "VMware xhci-xhci 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1330  						HealthState: &types.ElementDescription{
  1331  							Description: types.Description{
  1332  								DynamicData: types.DynamicData{},
  1333  								Label:       "Green",
  1334  								Summary:     "Sensor is operating under normal conditions",
  1335  							},
  1336  							Key: "green",
  1337  						},
  1338  						CurrentReading: 0,
  1339  						UnitModifier:   0,
  1340  						BaseUnits:      "",
  1341  						RateUnits:      "",
  1342  						SensorType:     "Software Components",
  1343  					},
  1344  					{
  1345  						DynamicData: types.DynamicData{},
  1346  						Name:        "VMware scsi-ips 7.12.05-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1347  						HealthState: &types.ElementDescription{
  1348  							Description: types.Description{
  1349  								DynamicData: types.DynamicData{},
  1350  								Label:       "Green",
  1351  								Summary:     "Sensor is operating under normal conditions",
  1352  							},
  1353  							Key: "green",
  1354  						},
  1355  						CurrentReading: 0,
  1356  						UnitModifier:   0,
  1357  						BaseUnits:      "",
  1358  						RateUnits:      "",
  1359  						SensorType:     "Software Components",
  1360  					},
  1361  					{
  1362  						DynamicData: types.DynamicData{},
  1363  						Name:        "VMware scsi-adp94xx 1.0.8.12-6vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1364  						HealthState: &types.ElementDescription{
  1365  							Description: types.Description{
  1366  								DynamicData: types.DynamicData{},
  1367  								Label:       "Green",
  1368  								Summary:     "Sensor is operating under normal conditions",
  1369  							},
  1370  							Key: "green",
  1371  						},
  1372  						CurrentReading: 0,
  1373  						UnitModifier:   0,
  1374  						BaseUnits:      "",
  1375  						RateUnits:      "",
  1376  						SensorType:     "Software Components",
  1377  					},
  1378  					{
  1379  						DynamicData: types.DynamicData{},
  1380  						Name:        "VMware rste 2.0.2.0088-4vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
  1381  						HealthState: &types.ElementDescription{
  1382  							Description: types.Description{
  1383  								DynamicData: types.DynamicData{},
  1384  								Label:       "Green",
  1385  								Summary:     "Sensor is operating under normal conditions",
  1386  							},
  1387  							Key: "green",
  1388  						},
  1389  						CurrentReading: 0,
  1390  						UnitModifier:   0,
  1391  						BaseUnits:      "",
  1392  						RateUnits:      "",
  1393  						SensorType:     "Software Components",
  1394  					},
  1395  					{
  1396  						DynamicData: types.DynamicData{},
  1397  						Name:        "VMware ipmi-ipmi-si-drv 39.1-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1398  						HealthState: &types.ElementDescription{
  1399  							Description: types.Description{
  1400  								DynamicData: types.DynamicData{},
  1401  								Label:       "Green",
  1402  								Summary:     "Sensor is operating under normal conditions",
  1403  							},
  1404  							Key: "green",
  1405  						},
  1406  						CurrentReading: 0,
  1407  						UnitModifier:   0,
  1408  						BaseUnits:      "",
  1409  						RateUnits:      "",
  1410  						SensorType:     "Software Components",
  1411  					},
  1412  					{
  1413  						DynamicData: types.DynamicData{},
  1414  						Name:        "VMWARE mtip32xx-native 3.8.5-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
  1415  						HealthState: &types.ElementDescription{
  1416  							Description: types.Description{
  1417  								DynamicData: types.DynamicData{},
  1418  								Label:       "Green",
  1419  								Summary:     "Sensor is operating under normal conditions",
  1420  							},
  1421  							Key: "green",
  1422  						},
  1423  						CurrentReading: 0,
  1424  						UnitModifier:   0,
  1425  						BaseUnits:      "",
  1426  						RateUnits:      "",
  1427  						SensorType:     "Software Components",
  1428  					},
  1429  					{
  1430  						DynamicData: types.DynamicData{},
  1431  						Name:        "VMware scsi-mpt2sas 19.00.00.00-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1432  						HealthState: &types.ElementDescription{
  1433  							Description: types.Description{
  1434  								DynamicData: types.DynamicData{},
  1435  								Label:       "Green",
  1436  								Summary:     "Sensor is operating under normal conditions",
  1437  							},
  1438  							Key: "green",
  1439  						},
  1440  						CurrentReading: 0,
  1441  						UnitModifier:   0,
  1442  						BaseUnits:      "",
  1443  						RateUnits:      "",
  1444  						SensorType:     "Software Components",
  1445  					},
  1446  					{
  1447  						DynamicData: types.DynamicData{},
  1448  						Name:        "VMware misc-drivers 6.0.0-2.34.3634798 2016-03-08 07:38:41.000",
  1449  						HealthState: &types.ElementDescription{
  1450  							Description: types.Description{
  1451  								DynamicData: types.DynamicData{},
  1452  								Label:       "Green",
  1453  								Summary:     "Sensor is operating under normal conditions",
  1454  							},
  1455  							Key: "green",
  1456  						},
  1457  						CurrentReading: 0,
  1458  						UnitModifier:   0,
  1459  						BaseUnits:      "",
  1460  						RateUnits:      "",
  1461  						SensorType:     "Software Components",
  1462  					},
  1463  					{
  1464  						DynamicData: types.DynamicData{},
  1465  						Name:        "VMware nmlx4-core 3.0.0.0-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
  1466  						HealthState: &types.ElementDescription{
  1467  							Description: types.Description{
  1468  								DynamicData: types.DynamicData{},
  1469  								Label:       "Green",
  1470  								Summary:     "Sensor is operating under normal conditions",
  1471  							},
  1472  							Key: "green",
  1473  						},
  1474  						CurrentReading: 0,
  1475  						UnitModifier:   0,
  1476  						BaseUnits:      "",
  1477  						RateUnits:      "",
  1478  						SensorType:     "Software Components",
  1479  					},
  1480  					{
  1481  						DynamicData: types.DynamicData{},
  1482  						Name:        "VMware sata-sata-sil 2.3-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1483  						HealthState: &types.ElementDescription{
  1484  							Description: types.Description{
  1485  								DynamicData: types.DynamicData{},
  1486  								Label:       "Green",
  1487  								Summary:     "Sensor is operating under normal conditions",
  1488  							},
  1489  							Key: "green",
  1490  						},
  1491  						CurrentReading: 0,
  1492  						UnitModifier:   0,
  1493  						BaseUnits:      "",
  1494  						RateUnits:      "",
  1495  						SensorType:     "Software Components",
  1496  					},
  1497  					{
  1498  						DynamicData: types.DynamicData{},
  1499  						Name:        "VMware esx-base 6.0.0-2.34.3634798 2016-03-08 07:39:18.000",
  1500  						HealthState: &types.ElementDescription{
  1501  							Description: types.Description{
  1502  								DynamicData: types.DynamicData{},
  1503  								Label:       "Green",
  1504  								Summary:     "Sensor is operating under normal conditions",
  1505  							},
  1506  							Key: "green",
  1507  						},
  1508  						CurrentReading: 0,
  1509  						UnitModifier:   0,
  1510  						BaseUnits:      "",
  1511  						RateUnits:      "",
  1512  						SensorType:     "Software Components",
  1513  					},
  1514  					{
  1515  						DynamicData: types.DynamicData{},
  1516  						Name:        "VMware scsi-bnx2i 2.78.76.v60.8-1vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
  1517  						HealthState: &types.ElementDescription{
  1518  							Description: types.Description{
  1519  								DynamicData: types.DynamicData{},
  1520  								Label:       "Green",
  1521  								Summary:     "Sensor is operating under normal conditions",
  1522  							},
  1523  							Key: "green",
  1524  						},
  1525  						CurrentReading: 0,
  1526  						UnitModifier:   0,
  1527  						BaseUnits:      "",
  1528  						RateUnits:      "",
  1529  						SensorType:     "Software Components",
  1530  					},
  1531  					{
  1532  						DynamicData: types.DynamicData{},
  1533  						Name:        "VMware net-bnx2 2.2.4f.v60.10-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
  1534  						HealthState: &types.ElementDescription{
  1535  							Description: types.Description{
  1536  								DynamicData: types.DynamicData{},
  1537  								Label:       "Green",
  1538  								Summary:     "Sensor is operating under normal conditions",
  1539  							},
  1540  							Key: "green",
  1541  						},
  1542  						CurrentReading: 0,
  1543  						UnitModifier:   0,
  1544  						BaseUnits:      "",
  1545  						RateUnits:      "",
  1546  						SensorType:     "Software Components",
  1547  					},
  1548  					{
  1549  						DynamicData: types.DynamicData{},
  1550  						Name:        "e1000 driver 8.0.3.1-NAPI",
  1551  						HealthState: &types.ElementDescription{
  1552  							Description: types.Description{
  1553  								DynamicData: types.DynamicData{},
  1554  								Label:       "Green",
  1555  								Summary:     "Sensor is operating under normal conditions",
  1556  							},
  1557  							Key: "green",
  1558  						},
  1559  						CurrentReading: 0,
  1560  						UnitModifier:   0,
  1561  						BaseUnits:      "",
  1562  						RateUnits:      "",
  1563  						SensorType:     "Software Components",
  1564  					},
  1565  					{
  1566  						DynamicData: types.DynamicData{},
  1567  						Name:        "e1000 device firmware N/A",
  1568  						HealthState: &types.ElementDescription{
  1569  							Description: types.Description{
  1570  								DynamicData: types.DynamicData{},
  1571  								Label:       "Green",
  1572  								Summary:     "Sensor is operating under normal conditions",
  1573  							},
  1574  							Key: "green",
  1575  						},
  1576  						CurrentReading: 0,
  1577  						UnitModifier:   0,
  1578  						BaseUnits:      "",
  1579  						RateUnits:      "",
  1580  						SensorType:     "Software Components",
  1581  					},
  1582  				},
  1583  			},
  1584  			HardwareStatusInfo: &types.HostHardwareStatusInfo{
  1585  				DynamicData:      types.DynamicData{},
  1586  				MemoryStatusInfo: nil,
  1587  				CpuStatusInfo: []types.BaseHostHardwareElementInfo{
  1588  					&types.HostHardwareElementInfo{
  1589  						DynamicData: types.DynamicData{},
  1590  						Name:        "CPU socket #0",
  1591  						Status: &types.ElementDescription{
  1592  							Description: types.Description{
  1593  								DynamicData: types.DynamicData{},
  1594  								Label:       "Green",
  1595  								Summary:     "Physical element is functioning as expected",
  1596  							},
  1597  							Key: "Green",
  1598  						},
  1599  					},
  1600  					&types.HostHardwareElementInfo{
  1601  						DynamicData: types.DynamicData{},
  1602  						Name:        "CPU socket #1",
  1603  						Status: &types.ElementDescription{
  1604  							Description: types.Description{
  1605  								DynamicData: types.DynamicData{},
  1606  								Label:       "Green",
  1607  								Summary:     "Physical element is functioning as expected",
  1608  							},
  1609  							Key: "Green",
  1610  						},
  1611  					},
  1612  				},
  1613  				StorageStatusInfo: nil,
  1614  			},
  1615  		},
  1616  		DasHostState:    (*types.ClusterDasFdmHostState)(nil),
  1617  		TpmPcrValues:    nil,
  1618  		VsanRuntimeInfo: &types.VsanHostRuntimeInfo{},
  1619  		NetworkRuntimeInfo: &types.HostRuntimeInfoNetworkRuntimeInfo{
  1620  			DynamicData: types.DynamicData{},
  1621  			NetStackInstanceRuntimeInfo: []types.HostRuntimeInfoNetStackInstanceRuntimeInfo{
  1622  				{
  1623  					DynamicData:            types.DynamicData{},
  1624  					NetStackInstanceKey:    "defaultTcpipStack",
  1625  					State:                  "active",
  1626  					VmknicKeys:             []string{"vmk0"},
  1627  					MaxNumberOfConnections: 11000,
  1628  					CurrentIpV6Enabled:     types.NewBool(true),
  1629  				},
  1630  			},
  1631  			NetworkResourceRuntime: (*types.HostNetworkResourceRuntime)(nil),
  1632  		},
  1633  		VFlashResourceRuntimeInfo:  (*types.HostVFlashManagerVFlashResourceRunTimeInfo)(nil),
  1634  		HostMaxVirtualDiskCapacity: 68169720922112,
  1635  	},
  1636  	Summary: types.HostListSummary{
  1637  		DynamicData: types.DynamicData{},
  1638  		Host:        &types.ManagedObjectReference{Type: "HostSystem", Value: "ha-host"},
  1639  		Hardware: &types.HostHardwareSummary{
  1640  			DynamicData: types.DynamicData{},
  1641  			Vendor:      "VMware, Inc.",
  1642  			Model:       "VMware Virtual Platform",
  1643  			Uuid:        "564d2f12-8041-639b-5018-05a835b72eaf",
  1644  			OtherIdentifyingInfo: []types.HostSystemIdentificationInfo{
  1645  				{
  1646  					DynamicData:     types.DynamicData{},
  1647  					IdentifierValue: " No Asset Tag",
  1648  					IdentifierType: &types.ElementDescription{
  1649  						Description: types.Description{
  1650  							DynamicData: types.DynamicData{},
  1651  							Label:       "Asset Tag",
  1652  							Summary:     "Asset tag of the system",
  1653  						},
  1654  						Key: "AssetTag",
  1655  					},
  1656  				},
  1657  				{
  1658  					DynamicData:     types.DynamicData{},
  1659  					IdentifierValue: "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
  1660  					IdentifierType: &types.ElementDescription{
  1661  						Description: types.Description{
  1662  							DynamicData: types.DynamicData{},
  1663  							Label:       "OEM specific string",
  1664  							Summary:     "OEM specific string",
  1665  						},
  1666  						Key: "OemSpecificString",
  1667  					},
  1668  				},
  1669  				{
  1670  					DynamicData:     types.DynamicData{},
  1671  					IdentifierValue: "Welcome to the Virtual Machine",
  1672  					IdentifierType: &types.ElementDescription{
  1673  						Description: types.Description{
  1674  							DynamicData: types.DynamicData{},
  1675  							Label:       "OEM specific string",
  1676  							Summary:     "OEM specific string",
  1677  						},
  1678  						Key: "OemSpecificString",
  1679  					},
  1680  				},
  1681  				{
  1682  					DynamicData:     types.DynamicData{},
  1683  					IdentifierValue: "VMware-56 4d 2f 12 80 41 63 9b-50 18 05 a8 35 b7 2e af",
  1684  					IdentifierType: &types.ElementDescription{
  1685  						Description: types.Description{
  1686  							DynamicData: types.DynamicData{},
  1687  							Label:       "Service tag",
  1688  							Summary:     "Service tag of the system",
  1689  						},
  1690  						Key: "ServiceTag",
  1691  					},
  1692  				},
  1693  			},
  1694  			MemorySize:    4294430720,
  1695  			CpuModel:      "Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz",
  1696  			CpuMhz:        2294,
  1697  			NumCpuPkgs:    2,
  1698  			NumCpuCores:   2,
  1699  			NumCpuThreads: 2,
  1700  			NumNics:       1,
  1701  			NumHBAs:       3,
  1702  		},
  1703  		Runtime: (*types.HostRuntimeInfo)(nil),
  1704  		Config: types.HostConfigSummary{
  1705  			DynamicData:           types.DynamicData{},
  1706  			Name:                  "localhost.localdomain",
  1707  			Port:                  902,
  1708  			SslThumbprint:         "",
  1709  			Product:               &HostConfigInfo.Product,
  1710  			VmotionEnabled:        false,
  1711  			FaultToleranceEnabled: types.NewBool(true),
  1712  			FeatureVersion:        nil,
  1713  			AgentVmDatastore:      (*types.ManagedObjectReference)(nil),
  1714  			AgentVmNetwork:        (*types.ManagedObjectReference)(nil),
  1715  		},
  1716  		QuickStats: types.HostListSummaryQuickStats{
  1717  			DynamicData:               types.DynamicData{},
  1718  			OverallCpuUsage:           67,
  1719  			OverallMemoryUsage:        1404,
  1720  			DistributedCpuFairness:    0,
  1721  			DistributedMemoryFairness: 0,
  1722  			Uptime:                    77229,
  1723  		},
  1724  		OverallStatus:      "gray",
  1725  		RebootRequired:     false,
  1726  		CustomValue:        nil,
  1727  		ManagementServerIp: "127.0.0.1",
  1728  		MaxEVCModeKey:      "",
  1729  		CurrentEVCModeKey:  "",
  1730  		Gateway:            (*types.HostListSummaryGatewaySummary)(nil),
  1731  	},
  1732  	Hardware:   (*types.HostHardwareInfo)(nil),
  1733  	Capability: (*types.HostCapability)(nil),
  1734  	LicensableResource: types.HostLicensableResourceInfo{
  1735  		Resource: []types.KeyAnyValue{
  1736  			{
  1737  				Key: "numCpuPackages",
  1738  				Value: types.KeyValue{
  1739  					Key:   "numCpuPackages",
  1740  					Value: "2",
  1741  				},
  1742  			},
  1743  		},
  1744  	},
  1745  	ConfigManager: types.HostConfigManager{
  1746  		DynamicData:               types.DynamicData{},
  1747  		CpuScheduler:              &types.ManagedObjectReference{Type: "HostCpuSchedulerSystem", Value: "cpuSchedulerSystem"},
  1748  		DatastoreSystem:           &types.ManagedObjectReference{Type: "HostDatastoreSystem", Value: "ha-datastoresystem"},
  1749  		MemoryManager:             &types.ManagedObjectReference{Type: "HostMemorySystem", Value: "memoryManagerSystem"},
  1750  		StorageSystem:             &types.ManagedObjectReference{Type: "HostStorageSystem", Value: "storageSystem"},
  1751  		NetworkSystem:             &types.ManagedObjectReference{Type: "HostNetworkSystem", Value: "networkSystem"},
  1752  		VmotionSystem:             &types.ManagedObjectReference{Type: "HostVMotionSystem", Value: "ha-vmotion-system"},
  1753  		VirtualNicManager:         &types.ManagedObjectReference{Type: "HostVirtualNicManager", Value: "ha-vnic-mgr"},
  1754  		ServiceSystem:             &types.ManagedObjectReference{Type: "HostServiceSystem", Value: "serviceSystem"},
  1755  		FirewallSystem:            &types.ManagedObjectReference{Type: "HostFirewallSystem", Value: "firewallSystem"},
  1756  		AdvancedOption:            &types.ManagedObjectReference{Type: "OptionManager", Value: "ha-adv-options"},
  1757  		DiagnosticSystem:          &types.ManagedObjectReference{Type: "HostDiagnosticSystem", Value: "diagnosticsystem"},
  1758  		AutoStartManager:          &types.ManagedObjectReference{Type: "HostAutoStartManager", Value: "ha-autostart-mgr"},
  1759  		SnmpSystem:                &types.ManagedObjectReference{Type: "HostSnmpSystem", Value: "ha-snmp-agent"},
  1760  		DateTimeSystem:            &types.ManagedObjectReference{Type: "HostDateTimeSystem", Value: "dateTimeSystem"},
  1761  		PatchManager:              &types.ManagedObjectReference{Type: "HostPatchManager", Value: "ha-host-patch-manager"},
  1762  		ImageConfigManager:        &types.ManagedObjectReference{Type: "HostImageConfigManager", Value: "ha-image-config-manager"},
  1763  		BootDeviceSystem:          (*types.ManagedObjectReference)(nil),
  1764  		FirmwareSystem:            &types.ManagedObjectReference{Type: "HostFirmwareSystem", Value: "ha-firmwareSystem"},
  1765  		HealthStatusSystem:        &types.ManagedObjectReference{Type: "HostHealthStatusSystem", Value: "healthStatusSystem"},
  1766  		PciPassthruSystem:         &types.ManagedObjectReference{Type: "HostPciPassthruSystem", Value: "ha-pcipassthrusystem"},
  1767  		LicenseManager:            &types.ManagedObjectReference{Type: "LicenseManager", Value: "ha-license-manager"},
  1768  		KernelModuleSystem:        &types.ManagedObjectReference{Type: "HostKernelModuleSystem", Value: "kernelModuleSystem"},
  1769  		AuthenticationManager:     &types.ManagedObjectReference{Type: "HostAuthenticationManager", Value: "ha-auth-manager"},
  1770  		PowerSystem:               &types.ManagedObjectReference{Type: "HostPowerSystem", Value: "ha-power-system"},
  1771  		CacheConfigurationManager: &types.ManagedObjectReference{Type: "HostCacheConfigurationManager", Value: "ha-cache-configuration-manager"},
  1772  		EsxAgentHostManager:       (*types.ManagedObjectReference)(nil),
  1773  		IscsiManager:              &types.ManagedObjectReference{Type: "IscsiManager", Value: "iscsiManager"},
  1774  		VFlashManager:             &types.ManagedObjectReference{Type: "HostVFlashManager", Value: "ha-vflash-manager"},
  1775  		VsanSystem:                &types.ManagedObjectReference{Type: "HostVsanSystem", Value: "vsanSystem"},
  1776  		MessageBusProxy:           &types.ManagedObjectReference{Type: "MessageBusProxy", Value: "messageBusProxy"},
  1777  		UserDirectory:             &types.ManagedObjectReference{Type: "UserDirectory", Value: "ha-user-directory"},
  1778  		AccountManager:            &types.ManagedObjectReference{Type: "HostLocalAccountManager", Value: "ha-localacctmgr"},
  1779  		HostAccessManager:         &types.ManagedObjectReference{Type: "HostAccessManager", Value: "ha-host-access-manager"},
  1780  		GraphicsManager:           &types.ManagedObjectReference{Type: "HostGraphicsManager", Value: "ha-graphics-manager"},
  1781  		VsanInternalSystem:        &types.ManagedObjectReference{Type: "HostVsanInternalSystem", Value: "ha-vsan-internal-system"},
  1782  		CertificateManager:        &types.ManagedObjectReference{Type: "HostCertificateManager", Value: "ha-certificate-manager"},
  1783  	},
  1784  	Config:           &HostConfigInfo,
  1785  	Vm:               nil,
  1786  	Datastore:        nil,
  1787  	Network:          nil,
  1788  	DatastoreBrowser: types.ManagedObjectReference{Type: "HostDatastoreBrowser", Value: "ha-host-datastorebrowser"},
  1789  	SystemResources:  (*types.HostSystemResourceInfo)(nil),
  1790  }