esx

package
v0.20.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package esx contains SOAP responses from an ESX server, captured using `govc ... -dump`.

Copyright (c) 2017 VMware, Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var Datacenter = mo.Datacenter{
	ManagedEntity: mo.ManagedEntity{
		ExtensibleManagedObject: mo.ExtensibleManagedObject{
			Self:           types.ManagedObjectReference{Type: "Datacenter", Value: "ha-datacenter"},
			Value:          nil,
			AvailableField: nil,
		},
		Parent:              (*types.ManagedObjectReference)(nil),
		CustomValue:         nil,
		OverallStatus:       "",
		ConfigStatus:        "",
		ConfigIssue:         nil,
		EffectiveRole:       nil,
		Permission:          nil,
		Name:                "ha-datacenter",
		DisabledMethod:      nil,
		RecentTask:          nil,
		DeclaredAlarmState:  nil,
		TriggeredAlarmState: nil,
		AlarmActionsEnabled: (*bool)(nil),
		Tag:                 nil,
	},
	VmFolder:        types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-vm"},
	HostFolder:      types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-host"},
	DatastoreFolder: types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-datastore"},
	NetworkFolder:   types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-network"},
	Datastore: []types.ManagedObjectReference{
		{Type: "Datastore", Value: "57089c25-85e3ccd4-17b6-000c29d0beb3"},
	},
	Network: []types.ManagedObjectReference{
		{Type: "Network", Value: "HaNetwork-VM Network"},
	},
	Configuration: types.DatacenterConfigInfo{},
}

Datacenter is the default template for Datacenter properties. Capture method:

govc datacenter.info -dump
View Source
var Description = types.TaskDescription{
	MethodInfo: []types.BaseElementDescription{
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set cluster resource custom value",
				Summary: "Sets the value of a custom field for a cluster of objects as a unified compute-resource",
			},
			Key: "ClusterComputeResource.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload cluster",
				Summary: "Reloads the cluster",
			},
			Key: "ClusterComputeResource.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename cluster",
				Summary: "Rename the compute-resource",
			},
			Key: "ClusterComputeResource.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove cluster",
				Summary: "Deletes the cluster compute-resource and removes it from its parent folder (if any)",
			},
			Key: "ClusterComputeResource.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the cluster",
			},
			Key: "ClusterComputeResource.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Removes a set of tags from the cluster",
			},
			Key: "ClusterComputeResource.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "ClusterComputeResource.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure cluster",
				Summary: "Reconfigures a cluster",
			},
			Key: "ClusterComputeResource.reconfigureEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure cluster",
				Summary: "Reconfigures a cluster",
			},
			Key: "ClusterComputeResource.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply recommendation",
				Summary: "Applies a recommendation",
			},
			Key: "ClusterComputeResource.applyRecommendation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Cancel recommendation",
				Summary: "Cancels a recommendation",
			},
			Key: "ClusterComputeResource.cancelRecommendation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Recommended power On hosts",
				Summary: "Get recommendations for a location to power on a specific virtual machine",
			},
			Key: "ClusterComputeResource.recommendHostsForVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add host",
				Summary: "Adds a new host to the cluster",
			},
			Key: "ClusterComputeResource.addHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add host and enable lockdown",
				Summary: "Adds a new host to the cluster and enables lockdown mode on the host",
			},
			Key: "ClusterComputeResource.addHostWithAdminDisabled",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move host into cluster",
				Summary: "Moves a set of existing hosts into the cluster",
			},
			Key: "ClusterComputeResource.moveInto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move host into cluster",
				Summary: "Moves a host into the cluster",
			},
			Key: "ClusterComputeResource.moveHostInto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh recommendations",
				Summary: "Refreshes the list of recommendations",
			},
			Key: "ClusterComputeResource.refreshRecommendation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve EVC",
				Summary: "Retrieve Enhanced vMotion Compatibility information for this cluster",
			},
			Key: "ClusterComputeResource.evcManager",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve transitional EVC manager",
				Summary: "Retrieve the transitional EVC manager for this cluster",
			},
			Key: "ClusterComputeResource.transitionalEVCManager",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve DAS advanced runtime information",
				Summary: "Retrieve DAS advanced runtime information for this cluster",
			},
			Key: "ClusterComputeResource.retrieveDasAdvancedRuntimeInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve vShpere HA data for cluster",
				Summary: "Retrieves HA data for a cluster",
			},
			Key: "ClusterComputeResource.retrieveDasData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check VM admission in vSphere HA cluster",
				Summary: "Checks if HA admission control allows a set of virtual machines to be powered on in the cluster",
			},
			Key: "ClusterComputeResource.checkDasAdmission",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check cluster for vSphere HA configuration",
				Summary: "Check how the specified HA config will affect the cluster state if high availability is enabled",
			},
			Key: "ClusterComputeResource.checkReconfigureDas",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "checkReconfigureDasVmcp",
				Summary: "checkReconfigureDasVmcp",
			},
			Key: "ClusterComputeResource.checkReconfigureDasVmcp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "DRS recommends hosts to evacuate",
				Summary: "DRS recommends hosts to evacuate",
			},
			Key: "ClusterComputeResource.enterMaintenanceMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find Fault Tolerance compatible hosts for placing secondary VM",
				Summary: "Find the set of Fault Tolerance compatible hosts for placing secondary of a given primary virtual machine",
			},
			Key: "ClusterComputeResource.queryFaultToleranceCompatibleHosts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find Fault Tolerance compatible datastores for a VM",
				Summary: "Find the set of Fault Tolerance compatible datastores for a given virtual machine",
			},
			Key: "ClusterComputeResource.queryFaultToleranceCompatibleDatastores",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Verify FaultToleranceConfigSpec",
				Summary: "Verify whether a given FaultToleranceConfigSpec satisfies the requirements for Fault Tolerance",
			},
			Key: "ClusterComputeResource.verifyFaultToleranceConfigSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check Fault Tolerance compatibility for VM",
				Summary: "Check whether a VM is compatible for turning on Fault Tolerance",
			},
			Key: "ClusterComputeResource.queryCompatibilityForFaultTolerance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Call DRS for cross vMotion placement recommendations",
				Summary: "Calls vSphere DRS for placement recommendations when migrating a VM across vCenter Server instances and virtual switches",
			},
			Key: "ClusterComputeResource.placeVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find rules for VM",
				Summary: "Locates all affinity and anti-affinity rules the specified VM participates in",
			},
			Key: "ClusterComputeResource.findRulesForVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "stampAllRulesWithUuid",
				Summary: "stampAllRulesWithUuid",
			},
			Key: "ClusterComputeResource.stampAllRulesWithUuid",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getResourceUsage",
				Summary: "getResourceUsage",
			},
			Key: "ClusterComputeResource.getResourceUsage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryDrmDumpHistory",
				Summary: "queryDrmDumpHistory",
			},
			Key: "ClusterComputeResource.queryDrmDumpHistory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "generateDrmBundle",
				Summary: "generateDrmBundle",
			},
			Key: "ClusterComputeResource.generateDrmBundle",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set datastore cluster custom value",
				Summary: "Sets the value of a custom field of a datastore cluster",
			},
			Key: "StoragePod.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload datastore cluster",
				Summary: "Reloads the datastore cluster",
			},
			Key: "StoragePod.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename a datastore cluster",
				Summary: "Rename a datastore cluster",
			},
			Key: "StoragePod.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove a datastore cluster",
				Summary: "Remove a datastore cluster",
			},
			Key: "StoragePod.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tags to datastore cluster",
				Summary: "Adds a set of tags to a datastore cluster",
			},
			Key: "StoragePod.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tags from datastore cluster",
				Summary: "Removes a set of tags from a datastore cluster",
			},
			Key: "StoragePod.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "StoragePod.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create folder",
				Summary: "Creates a new folder",
			},
			Key: "StoragePod.createFolder",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move datastores into a datastore cluster",
				Summary: "Move datastores into a datastore cluster",
			},
			Key: "StoragePod.moveInto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine",
				Summary: "Creates a new virtual machine",
			},
			Key: "StoragePod.createVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register virtual machine",
				Summary: "Adds an existing virtual machine to this datastore cluster",
			},
			Key: "StoragePod.registerVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create cluster",
				Summary: "Creates a new cluster compute-resource in this datastore cluster",
			},
			Key: "StoragePod.createCluster",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create cluster",
				Summary: "Creates a new cluster compute-resource in this datastore cluster",
			},
			Key: "StoragePod.createClusterEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add standalone host",
				Summary: "Creates a new single-host compute-resource",
			},
			Key: "StoragePod.addStandaloneHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add standalone host and enable lockdown mode",
				Summary: "Creates a new single-host compute-resource and enables lockdown mode on the host",
			},
			Key: "StoragePod.addStandaloneHostWithAdminDisabled",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create datacenter",
				Summary: "Create a new datacenter with the given name",
			},
			Key: "StoragePod.createDatacenter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister and delete",
				Summary: "Recursively deletes all child virtual machine folders and unregisters all virtual machines",
			},
			Key: "StoragePod.unregisterAndDestroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create vSphere Distributed Switch",
				Summary: "Creates a vSphere Distributed Switch",
			},
			Key: "StoragePod.createDistributedVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create datastore cluster",
				Summary: "Creates a new datastore cluster",
			},
			Key: "StoragePod.createStoragePod",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch set custom value",
				Summary: "vSphere Distributed Switch set custom value",
			},
			Key: "DistributedVirtualSwitch.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch reload",
				Summary: "vSphere Distributed Switch reload",
			},
			Key: "DistributedVirtualSwitch.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename vSphere Distributed Switch",
				Summary: "Rename vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete vSphere Distributed Switch",
				Summary: "Delete vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch add tag",
				Summary: "vSphere Distributed Switch add tag",
			},
			Key: "DistributedVirtualSwitch.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch remove tag",
				Summary: "vSphere Distributed Switch remove tag",
			},
			Key: "DistributedVirtualSwitch.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "DistributedVirtualSwitch.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve dvPort keys",
				Summary: "Retrieve dvPort keys",
			},
			Key: "DistributedVirtualSwitch.fetchPortKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve dvPorts",
				Summary: "Retrieve dvPorts",
			},
			Key: "DistributedVirtualSwitch.fetchPorts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query vSphere Distributed Switch used virtual LAN ID",
				Summary: "Query vSphere Distributed Switch used virtual LAN ID",
			},
			Key: "DistributedVirtualSwitch.queryUsedVlanId",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure vSphere Distributed Switch",
				Summary: "Reconfigure vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch product specification operation",
				Summary: "vSphere Distributed Switch product specification operation",
			},
			Key: "DistributedVirtualSwitch.performProductSpecOperation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Merge vSphere Distributed Switches",
				Summary: "Merge vSphere Distributed Switches",
			},
			Key: "DistributedVirtualSwitch.merge",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Distributed Port Group",
				Summary: "Add Distributed Port Group",
			},
			Key: "DistributedVirtualSwitch.addPortgroups",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move dvPorts",
				Summary: "Move dvPorts",
			},
			Key: "DistributedVirtualSwitch.movePort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vSphere Distributed Switch capability",
				Summary: "Update vSphere Distributed Switch capability",
			},
			Key: "DistributedVirtualSwitch.updateCapability",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure dvPort",
				Summary: "Reconfigure dvPort",
			},
			Key: "DistributedVirtualSwitch.reconfigurePort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh dvPort state",
				Summary: "Refresh dvPort state",
			},
			Key: "DistributedVirtualSwitch.refreshPortState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rectify host in vSphere Distributed Switch",
				Summary: "Rectify host in vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.rectifyHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update network resource pools on vSphere Distributed Switch",
				Summary: "Update network resource pools on vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.updateNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add network resource pools on vSphere Distributed Switch",
				Summary: "Add network resource pools on vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.addNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove network resource pools on vSphere Distributed Switch",
				Summary: "Remove network resource pools on vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.removeNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure a network resource pool on a distributed switch",
				Summary: "Reconfigures the network resource pool on a distributed switch",
			},
			Key: "DistributedVirtualSwitch.reconfigureVmVnicNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update network I/O control on vSphere Distributed Switch",
				Summary: "Update network I/O control on vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.enableNetworkResourceManagement",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get vSphere Distributed Switch configuration spec to rollback",
				Summary: "Get vSphere Distributed Switch configuration spec to rollback",
			},
			Key: "DistributedVirtualSwitch.rollback",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Distributed Port Group",
				Summary: "Add Distributed Port Group",
			},
			Key: "DistributedVirtualSwitch.addPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update health check configuration on vSphere Distributed Switch",
				Summary: "Update health check configuration on vSphere Distributed Switch",
			},
			Key: "DistributedVirtualSwitch.updateHealthCheckConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Look up portgroup based on portgroup key",
				Summary: "Look up portgroup based on portgroup key",
			},
			Key: "DistributedVirtualSwitch.lookupPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set datacenter custom value",
				Summary: "Sets the value of a custom field of a datacenter",
			},
			Key: "Datacenter.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload datacenter",
				Summary: "Reloads the datacenter",
			},
			Key: "Datacenter.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename datacenter",
				Summary: "Rename the datacenter",
			},
			Key: "Datacenter.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove datacenter",
				Summary: "Deletes the datacenter and removes it from its parent folder (if any)",
			},
			Key: "Datacenter.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the datacenter",
			},
			Key: "Datacenter.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the datacenter",
			},
			Key: "Datacenter.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "Datacenter.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query connection information",
				Summary: "Gets information of a host that can be used in the connection wizard",
			},
			Key: "Datacenter.queryConnectionInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryConnectionInfoViaSpec",
				Summary: "queryConnectionInfoViaSpec",
			},
			Key: "Datacenter.queryConnectionInfoViaSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initialize powering On",
				Summary: "Initialize tasks for powering on virtual machines",
			},
			Key: "Datacenter.powerOnVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query configuration option descriptor",
				Summary: "Retrieve the list of configuration option keys available in this datacenter",
			},
			Key: "Datacenter.queryConfigOptionDescriptor",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure datacenter",
				Summary: "Reconfigures the datacenter",
			},
			Key: "Datacenter.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set virtual machine custom value",
				Summary: "Sets the value of a custom field of a virtual machine",
			},
			Key: "VirtualMachine.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload virtual machine",
				Summary: "Reloads the virtual machine",
			},
			Key: "VirtualMachine.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename virtual machine",
				Summary: "Rename the virtual machine",
			},
			Key: "VirtualMachine.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete virtual machine",
				Summary: "Delete this virtual machine. Deleting this virtual machine also deletes its contents and removes it from its parent folder (if any).",
			},
			Key: "VirtualMachine.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Tag",
				Summary: "Add a set of tags to the virtual machine",
			},
			Key: "VirtualMachine.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the virtual machine",
			},
			Key: "VirtualMachine.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "VirtualMachine.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh virtual machine storage information",
				Summary: "Refresh storage information for the virtual machine",
			},
			Key: "VirtualMachine.refreshStorageInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve virtual machine backup agent",
				Summary: "Retrieves the backup agent for the virtual machine",
			},
			Key: "VirtualMachine.retrieveBackupAgent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine snapshot",
				Summary: "Create a new snapshot of this virtual machine",
			},
			Key: "VirtualMachine.createSnapshot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine snapshot",
				Summary: "Create a new snapshot of this virtual machine",
			},
			Key: "VirtualMachine.createSnapshotEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Revert to current snapshot",
				Summary: "Reverts the virtual machine to the current snapshot",
			},
			Key: "VirtualMachine.revertToCurrentSnapshot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove all snapshots",
				Summary: "Remove all the snapshots associated with this virtual machine",
			},
			Key: "VirtualMachine.removeAllSnapshots",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Consolidate virtual machine disk files",
				Summary: "Consolidate disk files of this virtual machine",
			},
			Key: "VirtualMachine.consolidateDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Estimate virtual machine disks consolidation space requirement",
				Summary: "Estimate the temporary space required to consolidate disk files.",
			},
			Key: "VirtualMachine.estimateStorageRequirementForConsolidate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure virtual machine",
				Summary: "Reconfigure this virtual machine",
			},
			Key: "VirtualMachine.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade VM compatibility",
				Summary: "Upgrade virtual machine compatibility to the latest version",
			},
			Key: "VirtualMachine.upgradeVirtualHardware",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extract OVF environment",
				Summary: "Returns the XML document that represents the OVF environment",
			},
			Key: "VirtualMachine.extractOvfEnvironment",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Power On virtual machine",
				Summary: "Power On this virtual machine",
			},
			Key: "VirtualMachine.powerOn",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Power Off virtual machine",
				Summary: "Power Off this virtual machine",
			},
			Key: "VirtualMachine.powerOff",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Suspend virtual machine",
				Summary: "Suspend virtual machine",
			},
			Key: "VirtualMachine.suspend",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset virtual machine",
				Summary: "Reset this virtual machine",
			},
			Key: "VirtualMachine.reset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate guest OS shutdown",
				Summary: "Issues a command to the guest operating system to perform a clean shutdown of all services",
			},
			Key: "VirtualMachine.shutdownGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate guest OS reboot",
				Summary: "Issues a command to the guest operating system asking it to perform a reboot",
			},
			Key: "VirtualMachine.rebootGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate guest OS standby",
				Summary: "Issues a command to the guest operating system to prepare for a suspend operation",
			},
			Key: "VirtualMachine.standbyGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Answer virtual machine question",
				Summary: "Respond to a question that is blocking this virtual machine",
			},
			Key: "VirtualMachine.answer",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Customize virtual machine guest OS",
				Summary: "Customize a virtual machine's guest operating system",
			},
			Key: "VirtualMachine.customize",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check customization specification",
				Summary: "Check the customization specification against the virtual machine configuration",
			},
			Key: "VirtualMachine.checkCustomizationSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Migrate virtual machine",
				Summary: "Migrate a virtual machine's execution to a specific resource pool or host",
			},
			Key: "VirtualMachine.migrate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Relocate virtual machine",
				Summary: "Relocate the virtual machine to a specific location",
			},
			Key: "VirtualMachine.relocate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clone virtual machine",
				Summary: "Creates a clone of this virtual machine",
			},
			Key: "VirtualMachine.clone",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "instantClone",
				Summary: "instantClone",
			},
			Key: "VirtualMachine.instantClone",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveInstantCloneChildren",
				Summary: "retrieveInstantCloneChildren",
			},
			Key: "VirtualMachine.retrieveInstantCloneChildren",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveInstantCloneParent",
				Summary: "retrieveInstantCloneParent",
			},
			Key: "VirtualMachine.retrieveInstantCloneParent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "markAsInstantCloneParent",
				Summary: "markAsInstantCloneParent",
			},
			Key: "VirtualMachine.markAsInstantCloneParent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "unmarkAsInstantCloneParent",
				Summary: "unmarkAsInstantCloneParent",
			},
			Key: "VirtualMachine.unmarkAsInstantCloneParent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "createForkChild",
				Summary: "createForkChild",
			},
			Key: "VirtualMachine.createForkChild",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "enableForkParent",
				Summary: "enableForkParent",
			},
			Key: "VirtualMachine.enableForkParent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "disableForkParent",
				Summary: "disableForkParent",
			},
			Key: "VirtualMachine.disableForkParent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveForkChildren",
				Summary: "retrieveForkChildren",
			},
			Key: "VirtualMachine.retrieveForkChildren",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveForkParent",
				Summary: "retrieveForkParent",
			},
			Key: "VirtualMachine.retrieveForkParent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export OVF template",
				Summary: "Exports the virtual machine as an OVF template",
			},
			Key: "VirtualMachine.exportVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mark virtual machine as template",
				Summary: "Virtual machine is marked as a template",
			},
			Key: "VirtualMachine.markAsTemplate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mark as virtual machine",
				Summary: "Reassociate a virtual machine with a host or resource pool",
			},
			Key: "VirtualMachine.markAsVirtualMachine",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister virtual machine",
				Summary: "Removes this virtual machine from the inventory without removing any of the virtual machine files on disk",
			},
			Key: "VirtualMachine.unregister",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset guest OS information",
				Summary: "Clears cached guest OS information",
			},
			Key: "VirtualMachine.resetGuestInformation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiated VMware Tools Installer Mount",
				Summary: "Mounts the tools CD installer as a CD-ROM for the guest",
			},
			Key: "VirtualMachine.mountToolsInstaller",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Connect VMware Tools CD",
				Summary: "Connects the VMware Tools CD image to the guest",
			},
			Key: "VirtualMachine.mountToolsInstallerImage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unmount tools installer",
				Summary: "Unmounts the tools installer",
			},
			Key: "VirtualMachine.unmountToolsInstaller",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiated VMware Tools install or upgrade",
				Summary: "Issues a command to the guest operating system to install VMware Tools or upgrade to the latest revision",
			},
			Key: "VirtualMachine.upgradeTools",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiated VMware Tools upgrade",
				Summary: "Upgrades VMware Tools in the virtual machine from specified CD image",
			},
			Key: "VirtualMachine.upgradeToolsFromImage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire virtual machine Mouse Keyboard Screen Ticket",
				Summary: "Establishing a Mouse Keyboard Screen Ticket",
			},
			Key: "VirtualMachine.acquireMksTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire virtual machine service ticket",
				Summary: "Establishing a specific remote virtual machine connection ticket",
			},
			Key: "VirtualMachine.acquireTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set console window screen resolution",
				Summary: "Sets the console window's resolution as specified",
			},
			Key: "VirtualMachine.setScreenResolution",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Defragment all disks",
				Summary: "Defragment all virtual disks attached to this virtual machine",
			},
			Key: "VirtualMachine.defragmentAllDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Turn On Fault Tolerance",
				Summary: "Secondary VM created",
			},
			Key: "VirtualMachine.createSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Turn On Fault Tolerance",
				Summary: "Creates a secondary VM",
			},
			Key: "VirtualMachine.createSecondaryEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Turn Off Fault Tolerance",
				Summary: "Remove all secondaries for this virtual machine and turn off Fault Tolerance",
			},
			Key: "VirtualMachine.turnOffFaultTolerance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Test failover",
				Summary: "Test Fault Tolerance failover by making a Secondary VM in a Fault Tolerance pair the Primary VM",
			},
			Key: "VirtualMachine.makePrimary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Test restarting Secondary VM",
				Summary: "Test restart Secondary VM by stopping a Secondary VM in the Fault Tolerance pair",
			},
			Key: "VirtualMachine.terminateFaultTolerantVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Suspend Fault Tolerance",
				Summary: "Suspend Fault Tolerance on this virtual machine",
			},
			Key: "VirtualMachine.disableSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resume Fault Tolerance",
				Summary: "Resume Fault Tolerance on this virtual machine",
			},
			Key: "VirtualMachine.enableSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set virtual machine display topology",
				Summary: "Set the display topology for the virtual machine",
			},
			Key: "VirtualMachine.setDisplayTopology",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start recording",
				Summary: "Start a recording session on this virtual machine",
			},
			Key: "VirtualMachine.startRecording",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop recording",
				Summary: "Stop a currently active recording session on this virtual machine",
			},
			Key: "VirtualMachine.stopRecording",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start replaying",
				Summary: "Start a replay session on this virtual machine",
			},
			Key: "VirtualMachine.startReplaying",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop replaying",
				Summary: "Stop a replay session on this virtual machine",
			},
			Key: "VirtualMachine.stopReplaying",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Promote virtual machine disks",
				Summary: "Promote disks of the virtual machine that have delta disk backings",
			},
			Key: "VirtualMachine.promoteDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Take virtual machine screenshot",
				Summary: "Take a screenshot of a virtual machine's guest OS console",
			},
			Key: "VirtualMachine.createScreenshot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Put USB HID scan codes",
				Summary: "Injects a sequence of USB HID scan codes into the keyboard",
			},
			Key: "VirtualMachine.putUsbScanCodes",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual machine disk changes",
				Summary: "Query for changes to the virtual machine's disks since a given point in the past",
			},
			Key: "VirtualMachine.queryChangedDiskAreas",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query unowned virtual machine files",
				Summary: "Query files of the virtual machine not owned by the datastore principal user",
			},
			Key: "VirtualMachine.queryUnownedFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload virtual machine from new configuration",
				Summary: "Reloads the virtual machine from a new configuration file",
			},
			Key: "VirtualMachine.reloadFromPath",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query Virtual Machine Fault Tolerance Compatibility",
				Summary: "Check if virtual machine is compatible for Fault Tolerance",
			},
			Key: "VirtualMachine.queryFaultToleranceCompatibility",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryFaultToleranceCompatibilityEx",
				Summary: "queryFaultToleranceCompatibilityEx",
			},
			Key: "VirtualMachine.queryFaultToleranceCompatibilityEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Suspend and resume the virtual machine",
				Summary: "Suspend and resume the virtual machine",
			},
			Key: "VirtualMachine.invokeFSR",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Hard stop virtual machine",
				Summary: "Hard stop virtual machine",
			},
			Key: "VirtualMachine.terminate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get native clone capability",
				Summary: "Check if native clone is supported on the virtual machine",
			},
			Key: "VirtualMachine.isNativeSnapshotCapable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure quorum file path prefix",
				Summary: "Configures the quorum file path prefix for the virtual machine",
			},
			Key: "VirtualMachine.configureQuorumFilePathPrefix",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve quorum file path prefix",
				Summary: "Retrieves the quorum file path prefix for the virtual machine",
			},
			Key: "VirtualMachine.retrieveQuorumFilePathPrefix",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Inject OVF Environment into virtual machine",
				Summary: "Specifies the OVF Environments to be injected into and returned for a virtual machine",
			},
			Key: "VirtualMachine.injectOvfEnvironment",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Wipe a Flex-SE virtual disk",
				Summary: "Wipes a Flex-SE virtual disk",
			},
			Key: "VirtualMachine.wipeDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Shrink a Flex-SE virtual disk",
				Summary: "Shrinks a Flex-SE virtual disk",
			},
			Key: "VirtualMachine.shrinkDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Send NMI",
				Summary: "Sends a non-maskable interrupt (NMI) to the virtual machine",
			},
			Key: "VirtualMachine.sendNMI",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload virtual machine",
				Summary: "Reloads the virtual machine",
			},
			Key: "VirtualMachine.reloadEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Attach a virtual disk",
				Summary: "Attach an existing virtual disk to the virtual machine",
			},
			Key: "VirtualMachine.attachDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Detach a virtual disk",
				Summary: "Detach a virtual disk from the virtual machine",
			},
			Key: "VirtualMachine.detachDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply EVC Mode",
				Summary: "Apply EVC Mode to a virtual machine",
			},
			Key: "VirtualMachine.applyEvcMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set vApp custom value",
				Summary: "Sets the value of a custom field on a vApp",
			},
			Key: "VirtualApp.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload vApp",
				Summary: "Reload the vApp",
			},
			Key: "VirtualApp.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename vApp",
				Summary: "Rename the vApp",
			},
			Key: "VirtualApp.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete vApp",
				Summary: "Delete the vApp, including all child vApps and virtual machines",
			},
			Key: "VirtualApp.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the vApp",
			},
			Key: "VirtualApp.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the vApp",
			},
			Key: "VirtualApp.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "VirtualApp.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vApp resource configuration",
				Summary: "Updates the resource configuration for the vApp",
			},
			Key: "VirtualApp.updateConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move into vApp",
				Summary: "Moves a set of entities into this vApp",
			},
			Key: "VirtualApp.moveInto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update child resource configuration",
				Summary: "Change resource configuration of a set of children of the vApp",
			},
			Key: "VirtualApp.updateChildResourceConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create resource pool",
				Summary: "Creates a new resource pool",
			},
			Key: "VirtualApp.createResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete vApp children",
				Summary: "Deletes all child resource pools recursively",
			},
			Key: "VirtualApp.destroyChildren",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create vApp",
				Summary: "Creates a child vApp of this vApp",
			},
			Key: "VirtualApp.createVApp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine",
				Summary: "Creates a virtual machine in this vApp",
			},
			Key: "VirtualApp.createVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register virtual machine",
				Summary: "Adds an existing virtual machine to this vApp",
			},
			Key: "VirtualApp.registerVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deploy OVF template",
				Summary: "Deploys a virtual machine or vApp",
			},
			Key: "VirtualApp.importVApp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query Virtual App resource configuration options",
				Summary: "Returns configuration options for a set of resources for a Virtual App",
			},
			Key: "VirtualApp.queryResourceConfigOption",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh Virtual App runtime information",
				Summary: "Refreshes the resource usage runtime information for a Virtual App",
			},
			Key: "VirtualApp.refreshRuntime",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vApp Configuration",
				Summary: "Updates the vApp configuration",
			},
			Key: "VirtualApp.updateVAppConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update linked children",
				Summary: "Updates the list of linked children",
			},
			Key: "VirtualApp.updateLinkedChildren",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clone vApp",
				Summary: "Clone the vApp, including all child entities",
			},
			Key: "VirtualApp.clone",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export OVF template",
				Summary: "Exports the vApp as an OVF template",
			},
			Key: "VirtualApp.exportVApp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start vApp",
				Summary: "Starts the vApp",
			},
			Key: "VirtualApp.powerOn",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop vApp",
				Summary: "Stops the vApp",
			},
			Key: "VirtualApp.powerOff",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Suspend vApp",
				Summary: "Suspends the vApp",
			},
			Key: "VirtualApp.suspend",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister vApp",
				Summary: "Unregister all child virtual machines and remove the vApp",
			},
			Key: "VirtualApp.unregister",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set a custom property to an opaque network",
				Summary: "Sets the value of a custom field of an opaque network",
			},
			Key: "OpaqueNetwork.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload an opaque network",
				Summary: "Reloads the information about the opaque network",
			},
			Key: "OpaqueNetwork.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename an opaque network",
				Summary: "Renames an opaque network",
			},
			Key: "OpaqueNetwork.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete opaque network",
				Summary: "Deletes an opaque network if it is not used by any host or virtual machine",
			},
			Key: "OpaqueNetwork.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add a tag to an opaque network",
				Summary: "Adds a set of tags to the opaque network",
			},
			Key: "OpaqueNetwork.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove a tag from an opaque network",
				Summary: "Removes a set of tags from the opaque network",
			},
			Key: "OpaqueNetwork.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "OpaqueNetwork.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove an opaque network",
				Summary: "Removes an opaque network",
			},
			Key: "OpaqueNetwork.destroyNetwork",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set network custom Value",
				Summary: "Sets the value of a custom field of a network",
			},
			Key: "Network.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload network",
				Summary: "Reload information about the network",
			},
			Key: "Network.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename network",
				Summary: "Rename network",
			},
			Key: "Network.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete network",
				Summary: "Deletes a network if it is not used by any host or virtual machine",
			},
			Key: "Network.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the network",
			},
			Key: "Network.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the network",
			},
			Key: "Network.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "Network.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove network",
				Summary: "Remove network",
			},
			Key: "Network.destroyNetwork",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add role",
				Summary: "Add a new role",
			},
			Key: "AuthorizationManager.addRole",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove role",
				Summary: "Remove a role",
			},
			Key: "AuthorizationManager.removeRole",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update role",
				Summary: "Update a role's name and/or privileges",
			},
			Key: "AuthorizationManager.updateRole",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reassign permissions",
				Summary: "Reassign all permissions of a role to another role",
			},
			Key: "AuthorizationManager.mergePermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get role permissions",
				Summary: "Gets all the permissions that use a particular role",
			},
			Key: "AuthorizationManager.retrieveRolePermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get entity permissions",
				Summary: "Get permissions defined on an entity",
			},
			Key: "AuthorizationManager.retrieveEntityPermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get permissions",
				Summary: "Get the permissions defined for all users",
			},
			Key: "AuthorizationManager.retrieveAllPermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrievePermissions",
				Summary: "retrievePermissions",
			},
			Key: "AuthorizationManager.retrievePermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set entity permission rules",
				Summary: "Define or update permission rules on an entity",
			},
			Key: "AuthorizationManager.setEntityPermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset entity permission rules",
				Summary: "Reset permission rules on an entity to the provided set",
			},
			Key: "AuthorizationManager.resetEntityPermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove entity permission",
				Summary: "Remove a permission rule from the entity",
			},
			Key: "AuthorizationManager.removeEntityPermission",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query disabled methods",
				Summary: "Get the list of source objects that have been disabled on the target entity",
			},
			Key: "AuthorizationManager.queryDisabledMethods",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable authorization methods",
				Summary: "Gets the set of method names to be disabled",
			},
			Key: "AuthorizationManager.disableMethods",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable authorization methods",
				Summary: "Gets the set of method names to be enabled",
			},
			Key: "AuthorizationManager.enableMethods",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check privileges on a managed entity",
				Summary: "Checks whether a session holds a set of privileges on a managed entity",
			},
			Key: "AuthorizationManager.hasPrivilegeOnEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check privileges on a set of managed entities",
				Summary: "Checks whether a session holds a set of privileges on a set of managed entities",
			},
			Key: "AuthorizationManager.hasPrivilegeOnEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "hasUserPrivilegeOnEntities",
				Summary: "hasUserPrivilegeOnEntities",
			},
			Key: "AuthorizationManager.hasUserPrivilegeOnEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "fetchUserPrivilegeOnEntities",
				Summary: "fetchUserPrivilegeOnEntities",
			},
			Key: "AuthorizationManager.fetchUserPrivilegeOnEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check method invocation privileges",
				Summary: "Checks whether a session holds a set of privileges required to invoke a specified method",
			},
			Key: "AuthorizationManager.checkMethodInvocation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query required permissions",
				Summary: "Get the permission requirements for the specified request",
			},
			Key: "AuthorizationManager.queryPermissions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "performUpgradePreflightCheck",
				Summary: "performUpgradePreflightCheck",
			},
			Key: "VsanUpgradeSystem.performUpgradePreflightCheck",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryUpgradeStatus",
				Summary: "queryUpgradeStatus",
			},
			Key: "VsanUpgradeSystem.queryUpgradeStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "performUpgrade",
				Summary: "performUpgrade",
			},
			Key: "VsanUpgradeSystem.performUpgrade",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual disk",
				Summary: "Create the disk, either a datastore path or a URL referring to the virtual disk",
			},
			Key: "VirtualDiskManager.createVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete virtual disk",
				Summary: "Delete the disk, either a datastore path or a URL referring to the virtual disk",
			},
			Key: "VirtualDiskManager.deleteVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual disk information",
				Summary: "Queries information about a virtual disk",
			},
			Key: "VirtualDiskManager.queryVirtualDiskInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move virtual disk",
				Summary: "Move the disk, either a datastore path or a URL referring to the virtual disk",
			},
			Key: "VirtualDiskManager.moveVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Copy virtual disk",
				Summary: "Copy the disk, either a datastore path or a URL referring to the virtual disk",
			},
			Key: "VirtualDiskManager.copyVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extend virtual disk",
				Summary: "Expand the capacity of a virtual disk to the new capacity",
			},
			Key: "VirtualDiskManager.extendVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual disk fragmentation",
				Summary: "Return the percentage of fragmentation of the sparse virtual disk",
			},
			Key: "VirtualDiskManager.queryVirtualDiskFragmentation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Defragment virtual disk",
				Summary: "Defragment a sparse virtual disk",
			},
			Key: "VirtualDiskManager.defragmentVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Shrink virtual disk",
				Summary: "Shrink a sparse virtual disk",
			},
			Key: "VirtualDiskManager.shrinkVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Inflate virtual disk",
				Summary: "Inflate a sparse virtual disk up to the full size",
			},
			Key: "VirtualDiskManager.inflateVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Zero out virtual disk",
				Summary: "Explicitly zero out the virtual disk.",
			},
			Key: "VirtualDiskManager.eagerZeroVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Fill virtual disk",
				Summary: "Overwrite all blocks of the virtual disk with zeros",
			},
			Key: "VirtualDiskManager.zeroFillVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Optimally eager zero the virtual disk",
				Summary: "Optimally eager zero a VMFS thick virtual disk.",
			},
			Key: "VirtualDiskManager.optimizeEagerZeroVirtualDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set virtual disk UUID",
				Summary: "Set the UUID for the disk, either a datastore path or a URL referring to the virtual disk",
			},
			Key: "VirtualDiskManager.setVirtualDiskUuid",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual disk UUID",
				Summary: "Get the virtual disk SCSI inquiry page data",
			},
			Key: "VirtualDiskManager.queryVirtualDiskUuid",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual disk geometry",
				Summary: "Get the disk geometry information for the virtual disk",
			},
			Key: "VirtualDiskManager.queryVirtualDiskGeometry",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reparent disks",
				Summary: "Reparent disks",
			},
			Key: "VirtualDiskManager.reparentDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a child disk",
				Summary: "Create a new disk and attach it to the end of disk chain specified",
			},
			Key: "VirtualDiskManager.createChildDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "revertToChildDisk",
				Summary: "revertToChildDisk",
			},
			Key: "VirtualDiskManager.revertToChildDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Consolidate disks",
				Summary: "Consolidate a list of disks to the parent most disk",
			},
			Key: "VirtualDiskManager.consolidateDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "importUnmanagedSnapshot",
				Summary: "importUnmanagedSnapshot",
			},
			Key: "VirtualDiskManager.importUnmanagedSnapshot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "releaseManagedSnapshot",
				Summary: "releaseManagedSnapshot",
			},
			Key: "VirtualDiskManager.releaseManagedSnapshot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "enableUPIT",
				Summary: "enableUPIT",
			},
			Key: "VirtualDiskManager.enableUPIT",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "disableUPIT",
				Summary: "disableUPIT",
			},
			Key: "VirtualDiskManager.disableUPIT",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryObjectInfo",
				Summary: "queryObjectInfo",
			},
			Key: "VirtualDiskManager.queryObjectInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryObjectTypes",
				Summary: "queryObjectTypes",
			},
			Key: "VirtualDiskManager.queryObjectTypes",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure Storage I/O Control on datastore",
				Summary: "Configure Storage I/O Control on datastore",
			},
			Key: "StorageResourceManager.ConfigureDatastoreIORM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure Storage I/O Control on datastore",
				Summary: "Configure Storage I/O Control on datastore",
			},
			Key: "StorageResourceManager.ConfigureDatastoreIORMOnHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query Storage I/O Control configuration options",
				Summary: "Query Storage I/O Control configuration options",
			},
			Key: "StorageResourceManager.QueryIORMConfigOption",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get storage I/O resource management device model",
				Summary: "Returns the device model computed for a given datastore by storage DRS",
			},
			Key: "StorageResourceManager.GetStorageIORMDeviceModel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query datastore performance summary",
				Summary: "Query datastore performance metrics in summary form",
			},
			Key: "StorageResourceManager.queryDatastorePerformanceSummary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply a Storage DRS recommendation",
				Summary: "Apply a Storage DRS recommendation",
			},
			Key: "StorageResourceManager.applyRecommendationToPod",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply Storage DRS recommendations",
				Summary: "Apply Storage DRS recommendations",
			},
			Key: "StorageResourceManager.applyRecommendation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Cancel storage DRS recommendation",
				Summary: "Cancels a storage DRS recommendation",
			},
			Key: "StorageResourceManager.cancelRecommendation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh storage DRS recommendation",
				Summary: "Refreshes the storage DRS recommendations on the specified datastore cluster",
			},
			Key: "StorageResourceManager.refreshRecommendation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "refreshRecommendationsForPod",
				Summary: "refreshRecommendationsForPod",
			},
			Key: "StorageResourceManager.refreshRecommendationsForPod",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure Storage DRS",
				Summary: "Configure Storage DRS on a datastore cluster",
			},
			Key: "StorageResourceManager.configureStorageDrsForPod",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Invoke storage DRS for placement recommendations",
				Summary: "Invokes storage DRS for placement recommendations",
			},
			Key: "StorageResourceManager.recommendDatastores",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rankForPlacement",
				Summary: "rankForPlacement",
			},
			Key: "StorageResourceManager.rankForPlacement",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryStorageStatisticsByProfile",
				Summary: "queryStorageStatisticsByProfile",
			},
			Key: "StorageResourceManager.queryStorageStatisticsByProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Execute client service",
				Summary: "Execute the client service",
			},
			Key: "SimpleCommand.Execute",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update global message",
				Summary: "Updates the system global message",
			},
			Key: "SessionManager.updateMessage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login by token",
				Summary: "Logs on to the server through token representing principal identity",
			},
			Key: "SessionManager.loginByToken",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login",
				Summary: "Create a login session",
			},
			Key: "SessionManager.login",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login by SSPI",
				Summary: "Log on to the server using SSPI passthrough authentication",
			},
			Key: "SessionManager.loginBySSPI",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login by SSL thumbprint",
				Summary: "Log on to the server using SSL thumbprint authentication",
			},
			Key: "SessionManager.loginBySSLThumbprint",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login by session ticket",
				Summary: "Log on to the server using a session ticket",
			},
			Key: "SessionManager.loginBySessionTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire session ticket",
				Summary: "Acquire a ticket for authenticating to a remote service",
			},
			Key: "SessionManager.acquireSessionTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Logout",
				Summary: "Logout and end the current session",
			},
			Key: "SessionManager.logout",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire local ticket",
				Summary: "Acquire one-time ticket for authenticating server-local client",
			},
			Key: "SessionManager.acquireLocalTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire generic service ticket",
				Summary: "Acquire a one-time credential that may be used to make the specified request",
			},
			Key: "SessionManager.acquireGenericServiceTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Terminate session",
				Summary: "Logout and end the provided list of sessions",
			},
			Key: "SessionManager.terminate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set locale",
				Summary: "Set the session locale for determining the languages used for messages and formatting data",
			},
			Key: "SessionManager.setLocale",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login extension",
				Summary: "Creates a privileged login session for an extension",
			},
			Key: "SessionManager.loginExtension",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login extension",
				Summary: "Invalid subject name",
			},
			Key: "SessionManager.loginExtensionBySubjectName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Login extension by certificate",
				Summary: "Login extension by certificate",
			},
			Key: "SessionManager.loginExtensionByCertificate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Impersonate user",
				Summary: "Convert session to impersonate specified user",
			},
			Key: "SessionManager.impersonateUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Session active query",
				Summary: "Validates that a currently active session exists",
			},
			Key: "SessionManager.sessionIsActive",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire clone ticket",
				Summary: "Acquire a session-specific ticket string that can be used to clone the current session",
			},
			Key: "SessionManager.acquireCloneTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clone session",
				Summary: "Clone the specified session and associate it with the current connection",
			},
			Key: "SessionManager.cloneSession",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add end point",
				Summary: "Add a service whose connections are to be proxied",
			},
			Key: "ProxyService.addEndpoint",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove end point",
				Summary: "End point to be detached",
			},
			Key: "ProxyService.removeEndpoint",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate host for OVF package compatibility",
				Summary: "Validates if a host is compatible with the requirements in an OVF package",
			},
			Key: "OvfManager.validateHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Parse OVF descriptor",
				Summary: "Parses and validates an OVF descriptor",
			},
			Key: "OvfManager.parseDescriptor",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Convert OVF descriptor",
				Summary: "Convert OVF descriptor to entity specification",
			},
			Key: "OvfManager.createImportSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create an OVF descriptor",
				Summary: "Creates an OVF descriptor from either a VM or vApp",
			},
			Key: "OvfManager.createDescriptor",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Parse OVF Descriptor at URL",
				Summary: "Parses and validates an OVF descriptor at a given URL",
			},
			Key: "OvfManager.parseDescriptorAtUrl",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deploy OVF template",
				Summary: "Deploys an OVF template from a URL",
			},
			Key: "OvfManager.importOvfAtUrl",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export as OVF template",
				Summary: "Uploads OVF template to a remote server",
			},
			Key: "OvfManager.exportOvfToUrl",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Download overhead computation script",
				Summary: "Download overhead computation scheme script",
			},
			Key: "OverheadService.downloadScript",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Download host configuration",
				Summary: "Download host configuration consumed by overhead computation script",
			},
			Key: "OverheadService.downloadHostConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Download VM configuration",
				Summary: "Download VM configuration consumed by overhead computation script",
			},
			Key: "OverheadService.downloadVMXConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "lookupVmOverheadMemory",
				Summary: "lookupVmOverheadMemory",
			},
			Key: "OverheadMemoryManager.lookupVmOverheadMemory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Open remote disk for read/write",
				Summary: "Opens a disk on a virtual machine for read/write access",
			},
			Key: "NfcService.randomAccessOpen",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Open remote disk for read",
				Summary: "Opens a disk on a virtual machine for read access",
			},
			Key: "NfcService.randomAccessOpenReadonly",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "randomAccessFileOpen",
				Summary: "randomAccessFileOpen",
			},
			Key: "NfcService.randomAccessFileOpen",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Read virtual machine files",
				Summary: "Read files associated with a virtual machine",
			},
			Key: "NfcService.getVmFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Write virtual machine files",
				Summary: "Write files associated with a virtual machine",
			},
			Key: "NfcService.putVmFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Manipulate file paths",
				Summary: "Permission to manipulate file paths",
			},
			Key: "NfcService.fileManagement",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Manipulate system-related file paths",
				Summary: "Permission to manipulate all system related file paths",
			},
			Key: "NfcService.systemManagement",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getServerNfcLibVersion",
				Summary: "getServerNfcLibVersion",
			},
			Key: "NfcService.getServerNfcLibVersion",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve associated License Data objects",
				Summary: "Retrieves all the associated License Data objects",
			},
			Key: "LicenseDataManager.queryEntityLicenseData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve license data associated with managed entity",
				Summary: "Retrieves the license data associated with a specified managed entity",
			},
			Key: "LicenseDataManager.queryAssociatedLicenseData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update entity license container",
				Summary: "Updates the license container associated with a specified managed entity",
			},
			Key: "LicenseDataManager.updateAssociatedLicenseData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply associated license data to managed entity",
				Summary: "Applies associated license data to a managed entity",
			},
			Key: "LicenseDataManager.applyAssociatedLicenseData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query network protocol profiles",
				Summary: "Queries the list of network protocol profiles for a datacenter",
			},
			Key: "IpPoolManager.queryIpPools",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create network protocol profile",
				Summary: "Creates a new network protocol profile",
			},
			Key: "IpPoolManager.createIpPool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update network protocol profile",
				Summary: "Updates a network protocol profile on a datacenter",
			},
			Key: "IpPoolManager.updateIpPool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Destroy network protocol profile",
				Summary: "Destroys a network protocol profile on the given datacenter",
			},
			Key: "IpPoolManager.destroyIpPool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Allocates an IPv4 address",
				Summary: "Allocates an IPv4 address from an IP pool",
			},
			Key: "IpPoolManager.allocateIpv4Address",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Allocates an IPv6 address",
				Summary: "Allocates an IPv6 address from an IP pool",
			},
			Key: "IpPoolManager.allocateIpv6Address",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Releases an IP allocation",
				Summary: "Releases an IP allocation back to an IP pool",
			},
			Key: "IpPoolManager.releaseIpAllocation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query IP allocations",
				Summary: "Query IP allocations by IP pool and extension key",
			},
			Key: "IpPoolManager.queryIPAllocations",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Install IO Filter",
				Summary: "Installs an IO Filter on a compute resource",
			},
			Key: "IoFilterManager.installIoFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Uninstall IO Filter",
				Summary: "Uninstalls an IO Filter from a compute resource",
			},
			Key: "IoFilterManager.uninstallIoFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade IO Filter",
				Summary: "Upgrades an IO Filter on a compute resource",
			},
			Key: "IoFilterManager.upgradeIoFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query IO Filter installation issues",
				Summary: "Queries IO Filter installation issues on a compute resource",
			},
			Key: "IoFilterManager.queryIssue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryIoFilterInfo",
				Summary: "queryIoFilterInfo",
			},
			Key: "IoFilterManager.queryIoFilterInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resolve IO Filter installation errors on host",
				Summary: "Resolves IO Filter installation errors on a host",
			},
			Key: "IoFilterManager.resolveInstallationErrorsOnHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resolve IO Filter installation errors on cluster",
				Summary: "Resolves IO Filter installation errors on a cluster",
			},
			Key: "IoFilterManager.resolveInstallationErrorsOnCluster",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query information about virtual disks using IO Filter",
				Summary: "Queries information about virtual disks that use an IO Filter installed on a compute resource",
			},
			Key: "IoFilterManager.queryDisksUsingFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update IO Filter policy",
				Summary: "Updates the policy to IO Filter mapping in vCenter Server",
			},
			Key: "IoFilterManager.updateIoFilterPolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add an image library",
				Summary: "Register an image library server with vCenter",
			},
			Key: "ImageLibraryManager.addLibrary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update image library",
				Summary: "Update image library information",
			},
			Key: "ImageLibraryManager.updateLibrary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove an image library",
				Summary: "Unregister an image library server from vCenter",
			},
			Key: "ImageLibraryManager.removeLibrary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Import from image library",
				Summary: "Import files from the image library",
			},
			Key: "ImageLibraryManager.importLibraryMedia",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export to image library",
				Summary: "Export files to the image library",
			},
			Key: "ImageLibraryManager.exportMediaToLibrary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Publish to image library",
				Summary: "Publish files from datastore to image library",
			},
			Key: "ImageLibraryManager.publishMediaToLibrary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get lease download manifest",
				Summary: "Gets the download manifest for this lease",
			},
			Key: "HttpNfcLease.getManifest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Complete the lease",
				Summary: "The lease completed successfully",
			},
			Key: "HttpNfcLease.complete",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "End the lease",
				Summary: "The lease has ended",
			},
			Key: "HttpNfcLease.abort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update lease progress",
				Summary: "Updates lease progress",
			},
			Key: "HttpNfcLease.progress",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set latest page size",
				Summary: "Set the last page viewed size and contain at most maxCount items in the page",
			},
			Key: "HistoryCollector.setLatestPageSize",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rewind",
				Summary: "Move the scroll position to the oldest item",
			},
			Key: "HistoryCollector.rewind",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset",
				Summary: "Move the scroll position to the item just above the last page viewed",
			},
			Key: "HistoryCollector.reset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove collector",
				Summary: "Remove the collector from server",
			},
			Key: "HistoryCollector.remove",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable replication of virtual machine",
				Summary: "Enable replication of virtual machine",
			},
			Key: "HbrManager.enableReplication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable replication of virtual machine",
				Summary: "Disable replication of virtual machine",
			},
			Key: "HbrManager.disableReplication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure replication for virtual machine",
				Summary: "Reconfigure replication for virtual machine",
			},
			Key: "HbrManager.reconfigureReplication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve replication configuration of virtual machine",
				Summary: "Retrieve replication configuration of virtual machine",
			},
			Key: "HbrManager.retrieveReplicationConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Pause replication of virtual machine",
				Summary: "Pause replication of virtual machine",
			},
			Key: "HbrManager.pauseReplication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resume replication of virtual machine",
				Summary: "Resume replication of virtual machine",
			},
			Key: "HbrManager.resumeReplication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start a replication resynchronization for virtual machine",
				Summary: "Start a replication resynchronization for virtual machine",
			},
			Key: "HbrManager.fullSync",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start new replication instance for virtual machine",
				Summary: "Start extraction and transfer of a new replication instance for virtual machine",
			},
			Key: "HbrManager.createInstance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Replicate powered-off virtual machine",
				Summary: "Transfer a replication instance for powered-off virtual machine",
			},
			Key: "HbrManager.startOfflineInstance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop replication of powered-off virtual machine",
				Summary: "Stop replication of powered-off virtual machine",
			},
			Key: "HbrManager.stopOfflineInstance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual machine replication state",
				Summary: "Qureies the current state of a replicated virtual machine",
			},
			Key: "HbrManager.queryReplicationState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryReplicationCapabilities",
				Summary: "queryReplicationCapabilities",
			},
			Key: "HbrManager.queryReplicationCapabilities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister extension",
				Summary: "Unregisters an extension",
			},
			Key: "ExtensionManager.unregisterExtension",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find extension",
				Summary: "Find an extension",
			},
			Key: "ExtensionManager.findExtension",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register extension",
				Summary: "Registers an extension",
			},
			Key: "ExtensionManager.registerExtension",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update extension",
				Summary: "Updates extension information",
			},
			Key: "ExtensionManager.updateExtension",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get server public key",
				Summary: "Get vCenter Server's public key",
			},
			Key: "ExtensionManager.getPublicKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set extension public key",
				Summary: "Set public key of the extension",
			},
			Key: "ExtensionManager.setPublicKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set extension certificate",
				Summary: "Update the stored authentication certificate for a specified extension",
			},
			Key: "ExtensionManager.setCertificate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update extension data",
				Summary: "Updates extension-specific data associated with an extension",
			},
			Key: "ExtensionManager.updateExtensionData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query extension data",
				Summary: "Retrieves extension-specific data associated with an extension",
			},
			Key: "ExtensionManager.queryExtensionData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query extension data keys",
				Summary: "Retrieves extension-specific data keys associated with an extension",
			},
			Key: "ExtensionManager.queryExtensionDataKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clear extension data",
				Summary: "Clears extension-specific data associated with an extension",
			},
			Key: "ExtensionManager.clearExtensionData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query extension data usage",
				Summary: "Retrieves statistics about the amount of data being stored by extensions registered with vCenter Server",
			},
			Key: "ExtensionManager.queryExtensionDataUsage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query entities managed by extension",
				Summary: "Finds entities managed by an extension",
			},
			Key: "ExtensionManager.queryManagedBy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query statistics about IP allocation usage",
				Summary: "Query statistics about IP allocation usage, system-wide or for specified extensions",
			},
			Key: "ExtensionManager.queryExtensionIpAllocationUsage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create directory",
				Summary: "Creates a top-level directory on the specified datastore",
			},
			Key: "DatastoreNamespaceManager.CreateDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete directory",
				Summary: "Deletes the specified top-level directory from the datastore",
			},
			Key: "DatastoreNamespaceManager.DeleteDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "ConvertNamespacePathToUuidPath",
				Summary: "ConvertNamespacePathToUuidPath",
			},
			Key: "DatastoreNamespaceManager.ConvertNamespacePathToUuidPath",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure virtual disk digest",
				Summary: "Controls the configuration of the digests for the virtual disks",
			},
			Key: "CbrcManager.configureDigest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Recompute virtual disk digest",
				Summary: "Recomputes the digest for the given virtual disks, if necessary",
			},
			Key: "CbrcManager.recomputeDigest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual disk digest configuration",
				Summary: "Returns the current configuration of the digest for the given digest-enabled virtual disks",
			},
			Key: "CbrcManager.queryDigestInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual disk digest runtime information",
				Summary: "Returns the status of runtime digest usage for the given digest-enabled virtual disks",
			},
			Key: "CbrcManager.queryDigestRuntimeInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare to upgrade",
				Summary: "Deletes the content of the temporary directory on the host",
			},
			Key: "AgentManager.prepareToUpgrade",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade",
				Summary: "Validates and executes the installer/uninstaller executable uploaded to the temporary directory",
			},
			Key: "AgentManager.upgrade",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Estimate database size",
				Summary: "Estimates the database size required to store VirtualCenter data",
			},
			Key: "ResourcePlanningManager.estimateDatabaseSize",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "registerProvider",
				Summary: "registerProvider",
			},
			Key: "HealthUpdateManager.registerProvider",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "unregisterProvider",
				Summary: "unregisterProvider",
			},
			Key: "HealthUpdateManager.unregisterProvider",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryProviderList",
				Summary: "queryProviderList",
			},
			Key: "HealthUpdateManager.queryProviderList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "hasProvider",
				Summary: "hasProvider",
			},
			Key: "HealthUpdateManager.hasProvider",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryProviderName",
				Summary: "queryProviderName",
			},
			Key: "HealthUpdateManager.queryProviderName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryHealthUpdateInfos",
				Summary: "queryHealthUpdateInfos",
			},
			Key: "HealthUpdateManager.queryHealthUpdateInfos",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addMonitoredEntities",
				Summary: "addMonitoredEntities",
			},
			Key: "HealthUpdateManager.addMonitoredEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeMonitoredEntities",
				Summary: "removeMonitoredEntities",
			},
			Key: "HealthUpdateManager.removeMonitoredEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryMonitoredEntities",
				Summary: "queryMonitoredEntities",
			},
			Key: "HealthUpdateManager.queryMonitoredEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "hasMonitoredEntity",
				Summary: "hasMonitoredEntity",
			},
			Key: "HealthUpdateManager.hasMonitoredEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryUnmonitoredHosts",
				Summary: "queryUnmonitoredHosts",
			},
			Key: "HealthUpdateManager.queryUnmonitoredHosts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "postHealthUpdates",
				Summary: "postHealthUpdates",
			},
			Key: "HealthUpdateManager.postHealthUpdates",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryHealthUpdates",
				Summary: "queryHealthUpdates",
			},
			Key: "HealthUpdateManager.queryHealthUpdates",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addFilter",
				Summary: "addFilter",
			},
			Key: "HealthUpdateManager.addFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryFilterList",
				Summary: "queryFilterList",
			},
			Key: "HealthUpdateManager.queryFilterList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryFilterName",
				Summary: "queryFilterName",
			},
			Key: "HealthUpdateManager.queryFilterName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryFilterInfoIds",
				Summary: "queryFilterInfoIds",
			},
			Key: "HealthUpdateManager.queryFilterInfoIds",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryFilterEntities",
				Summary: "queryFilterEntities",
			},
			Key: "HealthUpdateManager.queryFilterEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addFilterEntities",
				Summary: "addFilterEntities",
			},
			Key: "HealthUpdateManager.addFilterEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeFilterEntities",
				Summary: "removeFilterEntities",
			},
			Key: "HealthUpdateManager.removeFilterEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeFilter",
				Summary: "removeFilter",
			},
			Key: "HealthUpdateManager.removeFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find entity by UUID",
				Summary: "Finds a virtual machine or host by UUID",
			},
			Key: "SearchIndex.findByUuid",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find virtual machine by datastore path",
				Summary: "Finds a virtual machine by its location on a datastore",
			},
			Key: "SearchIndex.findByDatastorePath",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find entity by DNS",
				Summary: "Finds a virtual machine or host by its DNS name",
			},
			Key: "SearchIndex.findByDnsName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find entity by IP",
				Summary: "Finds a virtual machine or host by IP address",
			},
			Key: "SearchIndex.findByIp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find entity by inventory path",
				Summary: "Finds a virtual machine or host based on its location in the inventory",
			},
			Key: "SearchIndex.findByInventoryPath",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find folder child",
				Summary: "Finds an immediate child of a folder",
			},
			Key: "SearchIndex.findChild",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find by UUID",
				Summary: "Find entities based on their UUID",
			},
			Key: "SearchIndex.findAllByUuid",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find by DNS name",
				Summary: "Find by DNS name",
			},
			Key: "SearchIndex.findAllByDnsName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find by IP address",
				Summary: "Find entities based on their IP address",
			},
			Key: "SearchIndex.findAllByIp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "findAllInstantCloneParentInGroup",
				Summary: "findAllInstantCloneParentInGroup",
			},
			Key: "SearchIndex.findAllInstantCloneParentInGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "findAllInstantCloneChildrenOfGroup",
				Summary: "findAllInstantCloneChildrenOfGroup",
			},
			Key: "SearchIndex.findAllInstantCloneChildrenOfGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "fetchRelocatedMACAddress",
				Summary: "fetchRelocatedMACAddress",
			},
			Key: "NetworkManager.fetchRelocatedMACAddress",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check MAC addresses in use",
				Summary: "Checks the MAC addresses used by this vCenter Server instance",
			},
			Key: "NetworkManager.checkIfMACAddressInUse",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reclaim MAC addresses",
				Summary: "Reclaims the MAC addresses that are not used by remote vCenter Server instances",
			},
			Key: "NetworkManager.reclaimMAC",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check group membership",
				Summary: "Check whether a user is a member of a given list of groups",
			},
			Key: "UserDirectory.checkGroupMembership",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get user groups",
				Summary: "Searches for users and groups",
			},
			Key: "UserDirectory.retrieveUserGroups",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set task custom value",
				Summary: "Sets the value of a custom field of a task",
			},
			Key: "Task.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Cancel",
				Summary: "Cancels a running/queued task",
			},
			Key: "Task.cancel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update progress",
				Summary: "Update task progress",
			},
			Key: "Task.UpdateProgress",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set task state",
				Summary: "Sets task state",
			},
			Key: "Task.setState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update task description",
				Summary: "Updates task description with the current phase of the task",
			},
			Key: "Task.UpdateDescription",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query configuration option descriptor",
				Summary: "Get the list of configuration option keys available in this browser",
			},
			Key: "EnvironmentBrowser.queryConfigOptionDescriptor",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure option query",
				Summary: "Search for a specific configuration option",
			},
			Key: "EnvironmentBrowser.queryConfigOption",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryConfigOptionEx",
				Summary: "queryConfigOptionEx",
			},
			Key: "EnvironmentBrowser.queryConfigOptionEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query configuration target",
				Summary: "Search for a specific configuration target",
			},
			Key: "EnvironmentBrowser.queryConfigTarget",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query target capabilities",
				Summary: "Query for compute-resource capabilities associated with this browser",
			},
			Key: "EnvironmentBrowser.queryTargetCapabilities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual machine provisioning operation policy",
				Summary: "Query environment browser for information about the virtual machine provisioning operation policy",
			},
			Key: "EnvironmentBrowser.queryProvisioningPolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryConfigTargetSpec",
				Summary: "queryConfigTargetSpec",
			},
			Key: "EnvironmentBrowser.queryConfigTargetSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set snapshot custom value",
				Summary: "Sets the value of a custom field of a virtual machine snapshot",
			},
			Key: "vm.Snapshot.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Revert snapshot",
				Summary: "Change the execution state of the virtual machine to the state of this snapshot",
			},
			Key: "vm.Snapshot.revert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove snapshot",
				Summary: "Remove snapshot and delete its associated storage",
			},
			Key: "vm.Snapshot.remove",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename snapshot",
				Summary: "Rename the snapshot",
			},
			Key: "vm.Snapshot.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create Linked Clone",
				Summary: "Create a linked clone from this snapshot",
			},
			Key: "vm.Snapshot.createLinkedClone",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export OVF template",
				Summary: "Export the snapshot as an OVF template",
			},
			Key: "vm.Snapshot.exportSnapshot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Pause",
				Summary: "Pauses a virtual machine",
			},
			Key: "vm.PauseManager.pause",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unpause",
				Summary: "Unpauses a virtual machine",
			},
			Key: "vm.PauseManager.unpause",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Power on and pause",
				Summary: "Powers on a virtual machine and pauses it immediately",
			},
			Key: "vm.PauseManager.powerOnPaused",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create namespace",
				Summary: "Create a virtual machine namespace",
			},
			Key: "vm.NamespaceManager.createNamespace",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete namespace",
				Summary: "Delete the virtual machine namespace",
			},
			Key: "vm.NamespaceManager.deleteNamespace",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete all namespaces",
				Summary: "Delete all namespaces associated with the virtual machine",
			},
			Key: "vm.NamespaceManager.deleteAllNamespaces",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update namespace",
				Summary: "Reconfigure the virtual machine namespace",
			},
			Key: "vm.NamespaceManager.updateNamespace",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query namespace",
				Summary: "Retrieve detailed information about the virtual machine namespace",
			},
			Key: "vm.NamespaceManager.queryNamespace",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List namespaces",
				Summary: "Retrieve the list of all namespaces for a virtual machine",
			},
			Key: "vm.NamespaceManager.listNamespaces",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Send event to the virtual machine",
				Summary: "Queue event for delivery to the agent in the virtual machine",
			},
			Key: "vm.NamespaceManager.sendEventToGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Fetch events from the virtual machine",
				Summary: "Retrieve events sent by the agent in the virtual machine",
			},
			Key: "vm.NamespaceManager.fetchEventsFromGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update data",
				Summary: "Update key/value pairs accessible by the agent in the virtual machine",
			},
			Key: "vm.NamespaceManager.updateData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve data",
				Summary: "Retrieve key/value pairs set by the agent in the virtual machine",
			},
			Key: "vm.NamespaceManager.retrieveData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "<internal>",
				Summary: "<internal>",
			},
			Key: "ServiceDirectory.queryServiceEndpointList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register service endpoint",
				Summary: "Registers a service endpoint",
			},
			Key: "ServiceDirectory.registerService",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister service endpoint",
				Summary: "Unregisters a service endpoint",
			},
			Key: "ServiceDirectory.unregisterService",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Annotate OVF section tree",
				Summary: "Annotates the given OVF section tree with configuration choices for this OVF consumer",
			},
			Key: "OvfConsumer.annotateOst",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate instantiation OVF section tree",
				Summary: "Validates that this OVF consumer can accept an instantiation OVF section tree",
			},
			Key: "OvfConsumer.validateInstantiationOst",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Request registration of OVF section tree nodes",
				Summary: "Notifies the OVF consumer that the specified OVF section tree nodes should be registered",
			},
			Key: "OvfConsumer.registerEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Request managed entities unregistration from OVF consumer",
				Summary: "Notifies the OVF consumer that the specified managed entities should be unregistered",
			},
			Key: "OvfConsumer.unregisterEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Notify OVF consumer for cloned entities",
				Summary: "Notifies the OVF consumer that the specified entities have been cloned",
			},
			Key: "OvfConsumer.cloneEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Populate entity OVF section tree",
				Summary: "Create OVF sections for the given managed entities and populate the entity OVF section tree",
			},
			Key: "OvfConsumer.populateEntityOst",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve public OVF environment sections for virtual machine ",
				Summary: "Retrieves the public OVF environment sections that this OVF consumer has for a given virtual machine",
			},
			Key: "OvfConsumer.retrievePublicOvfEnvironmentSections",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Notify OVF consumer for virtual machine power on",
				Summary: "Notifies the OVF consumer that a virtual machine is about to be powered on",
			},
			Key: "OvfConsumer.notifyPowerOn",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Specification exists",
				Summary: "Check the existence of a specification",
			},
			Key: "CustomizationSpecManager.exists",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get specification",
				Summary: "Gets a specification",
			},
			Key: "CustomizationSpecManager.get",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create new specification",
				Summary: "Create a new specification",
			},
			Key: "CustomizationSpecManager.create",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Overwrite specification",
				Summary: "Overwrite an existing specification",
			},
			Key: "CustomizationSpecManager.overwrite",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete specification",
				Summary: "Delete a specification",
			},
			Key: "CustomizationSpecManager.delete",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Duplicate specification",
				Summary: "Duplicate a specification",
			},
			Key: "CustomizationSpecManager.duplicate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename specification",
				Summary: "Rename a specification",
			},
			Key: "CustomizationSpecManager.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Convert specification item",
				Summary: "Convert a specification item to XML text",
			},
			Key: "CustomizationSpecManager.specItemToXml",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Convert XML item",
				Summary: "Convert an XML string to a specification item",
			},
			Key: "CustomizationSpecManager.xmlToSpecItem",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate required resources",
				Summary: "Validate that required resources are available on the server to customize a particular guest operating system",
			},
			Key: "CustomizationSpecManager.checkResources",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query supported features",
				Summary: "Searches the current license source for licenses available from this system",
			},
			Key: "LicenseManager.querySupportedFeatures",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query license source",
				Summary: "Searches the current license source for licenses available for each feature known to this system",
			},
			Key: "LicenseManager.querySourceAvailability",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query license usage",
				Summary: "Returns the list of features and the number of licenses that have been reserved",
			},
			Key: "LicenseManager.queryUsage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set product edition",
				Summary: "Defines the product edition",
			},
			Key: "LicenseManager.setEdition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check feature",
				Summary: "Checks if a feature is enabled",
			},
			Key: "LicenseManager.checkFeature",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable license",
				Summary: "Enable a feature that is marked as user-configurable",
			},
			Key: "LicenseManager.enable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable license",
				Summary: "Release licenses for a user-configurable feature",
			},
			Key: "LicenseManager.disable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure license source",
				Summary: "Allows reconfiguration of the License Manager license source",
			},
			Key: "LicenseManager.configureSource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Installing license",
				Summary: "Installing license",
			},
			Key: "LicenseManager.updateLicense",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add license",
				Summary: "Adds a new license to the license inventory",
			},
			Key: "LicenseManager.addLicense",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove license",
				Summary: "Removes a license from the license inventory",
			},
			Key: "LicenseManager.removeLicense",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Decode license",
				Summary: "Decodes the license to return the properties of that license key",
			},
			Key: "LicenseManager.decodeLicense",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update license label",
				Summary: "Update a license's label",
			},
			Key: "LicenseManager.updateLabel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove license label",
				Summary: "Removes a license's label",
			},
			Key: "LicenseManager.removeLabel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get License Data Manager",
				Summary: "Gets the License Data Manager",
			},
			Key: "LicenseManager.queryLicenseDataManager",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Activate remote hard enforcement",
				Summary: "Activates the remote hard enforcement",
			},
			Key: "LicenseManager.activateRemoteHardEnforcement",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set datastore custom value",
				Summary: "Sets the value of a custom field of a datastore",
			},
			Key: "Datastore.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload datastore",
				Summary: "Reload information about the datastore",
			},
			Key: "Datastore.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename datastore",
				Summary: "Renames a datastore",
			},
			Key: "Datastore.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove datastore",
				Summary: "Removes a datastore if it is not used by any host or virtual machine",
			},
			Key: "Datastore.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Tag",
				Summary: "Add a set of tags to the datastore",
			},
			Key: "Datastore.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the datastore",
			},
			Key: "Datastore.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "Datastore.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh datastore",
				Summary: "Refreshes free space on this datastore",
			},
			Key: "Datastore.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh storage information",
				Summary: "Refresh the storage information of the datastore",
			},
			Key: "Datastore.refreshStorageInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update virtual machine files",
				Summary: "Update virtual machine files on the datastore",
			},
			Key: "Datastore.updateVirtualMachineFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename datastore",
				Summary: "Rename the datastore",
			},
			Key: "Datastore.renameDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete datastore",
				Summary: "Delete datastore",
			},
			Key: "Datastore.destroyDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Replace embedded file paths",
				Summary: "Replace embedded file paths on the datastore",
			},
			Key: "Datastore.replaceEmbeddedFilePaths",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enter SDRS maintenance mode",
				Summary: "Virtual machine evacuation recommendations from the selected datastore are generated for SDRS maintenance mode",
			},
			Key: "Datastore.enterMaintenanceMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Exit SDRS maintenance mode",
				Summary: "Exit SDRS maintenance mode",
			},
			Key: "Datastore.exitMaintenanceMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get native clone capability",
				Summary: "Check if the datastore supports native clone",
			},
			Key: "Datastore.isNativeCloneCapable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Cleanup locks",
				Summary: "Cleanup lock files on NFSV3 datastore",
			},
			Key: "Datastore.cleanupLocks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateVVolVirtualMachineFiles",
				Summary: "updateVVolVirtualMachineFiles",
			},
			Key: "Datastore.updateVVolVirtualMachineFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get current time",
				Summary: "Returns the current time on the server",
			},
			Key: "ServiceInstance.currentTime",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve content",
				Summary: "Get the properties of the service instance",
			},
			Key: "ServiceInstance.retrieveContent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve internal properties",
				Summary: "Retrieves the internal properties of the service instance",
			},
			Key: "ServiceInstance.retrieveInternalContent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate migration",
				Summary: "Checks for errors and warnings of virtual machines migrated from one host to another",
			},
			Key: "ServiceInstance.validateMigration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query vMotion compatibility",
				Summary: "Validates the vMotion compatibility of a set of hosts",
			},
			Key: "ServiceInstance.queryVMotionCompatibility",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve product components",
				Summary: "Component information for bundled products",
			},
			Key: "ServiceInstance.retrieveProductComponents",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh the CA certificates on the host",
				Summary: "Refreshes the CA certificates on the host",
			},
			Key: "CertificateManager.refreshCACertificatesAndCRLs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh the subject certificate on the host",
				Summary: "Refreshes the subject certificate on the host",
			},
			Key: "CertificateManager.refreshCertificates",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Revoke the subject certificate of a host",
				Summary: "Revokes the subject certificate of a host",
			},
			Key: "CertificateManager.revokeCertificates",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query service list",
				Summary: "Location information that needs to match a service",
			},
			Key: "ServiceManager.queryServiceList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Creates a registry key",
				Summary: "Creates a registry key in the Windows guest operating system",
			},
			Key: "vm.guest.WindowsRegistryManager.createRegistryKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Lists all registry subkeys for a specified registry key",
				Summary: "Lists all registry subkeys for a specified registry key in the Windows guest operating system.",
			},
			Key: "vm.guest.WindowsRegistryManager.listRegistryKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deletes a registry key",
				Summary: "Deletes a registry key in the Windows guest operating system",
			},
			Key: "vm.guest.WindowsRegistryManager.deleteRegistryKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Sets and creates a registry value",
				Summary: "Sets and creates a registry value in the Windows guest operating system",
			},
			Key: "vm.guest.WindowsRegistryManager.setRegistryValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Lists all registry values for a specified registry key",
				Summary: "Lists all registry values for a specified registry key in the Windows guest operating system",
			},
			Key: "vm.guest.WindowsRegistryManager.listRegistryValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deletes a registry value",
				Summary: "Deletes a registry value in the Windows guest operating system",
			},
			Key: "vm.guest.WindowsRegistryManager.deleteRegistryValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start a program in the guest",
				Summary: "Start a program in the guest operating system",
			},
			Key: "vm.guest.ProcessManager.startProgram",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List processes in the guest",
				Summary: "List processes in the guest operating system",
			},
			Key: "vm.guest.ProcessManager.listProcesses",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Terminate a process in the guest",
				Summary: "Terminate a process in the guest operating system",
			},
			Key: "vm.guest.ProcessManager.terminateProcess",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Read an environment variable in the guest",
				Summary: "Read an environment variable in the guest operating system",
			},
			Key: "vm.guest.ProcessManager.readEnvironmentVariable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query disabled guest operations",
				Summary: "Returns a list of guest operations not supported by a virtual machine",
			},
			Key: "vm.guest.GuestOperationsManager.queryDisabledMethods",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a directory in the guest",
				Summary: "Create a directory in the guest operating system",
			},
			Key: "vm.guest.FileManager.makeDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete a file in the guest",
				Summary: "Delete a file in the guest operating system",
			},
			Key: "vm.guest.FileManager.deleteFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete a directory in the guest",
				Summary: "Delete a directory in the guest operating system",
			},
			Key: "vm.guest.FileManager.deleteDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move or rename a directory in the guest",
				Summary: "Move or rename a directory in the guest operating system",
			},
			Key: "vm.guest.FileManager.moveDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move or rename a file in the guest",
				Summary: "Move or rename a file in the guest operating system",
			},
			Key: "vm.guest.FileManager.moveFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a temporary file in the guest",
				Summary: "Create a temporary file in the guest operating system",
			},
			Key: "vm.guest.FileManager.createTemporaryFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a temporary directory in the guest",
				Summary: "Create a temporary directory in the guest operating system",
			},
			Key: "vm.guest.FileManager.createTemporaryDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List files or directories in the guest",
				Summary: "List files or directories in the guest operating system",
			},
			Key: "vm.guest.FileManager.listFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change the attributes of a file in the guest",
				Summary: "Change the attributes of a file in the guest operating system",
			},
			Key: "vm.guest.FileManager.changeFileAttributes",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiates an operation to transfer a file from the guest",
				Summary: "Initiates an operation to transfer a file from the guest operating system",
			},
			Key: "vm.guest.FileManager.initiateFileTransferFromGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiates an operation to transfer a file to the guest",
				Summary: "Initiates an operation to transfer a file to the guest operating system",
			},
			Key: "vm.guest.FileManager.initiateFileTransferToGuest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add an alias to the alias store in the guest",
				Summary: "Add an alias to the alias store in the guest operating system",
			},
			Key: "vm.guest.AliasManager.addAlias",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove an alias from the alias store in the guest",
				Summary: "Remove an alias from the alias store in the guest operating system",
			},
			Key: "vm.guest.AliasManager.removeAlias",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove all aliases associated with a SSO Server certificate from the guest",
				Summary: "Remove all aliases associated with a SSO Server certificate from the guest operating system",
			},
			Key: "vm.guest.AliasManager.removeAliasByCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List all aliases for a user in the guest",
				Summary: "List all aliases for a user in the guest operating system",
			},
			Key: "vm.guest.AliasManager.listAliases",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List all mapped aliases in the guest",
				Summary: "List all mapped aliases in the guest operating system",
			},
			Key: "vm.guest.AliasManager.listMappedAliases",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure workload model calculation parameters for datastore",
				Summary: "Configures calculation parameters used for computation of workload model for a datastore",
			},
			Key: "DrsStatsManager.configureWorkloadCharacterization",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query current workload model calculation parameters",
				Summary: "Queries a host for the current workload model calculation parameters",
			},
			Key: "DrsStatsManager.queryWorkloadCharacterization",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure datastore correlation detector",
				Summary: "Configures datastore correlation detector with datastore to datastore cluster mappings",
			},
			Key: "DrsStatsManager.configureCorrelationDetector",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query datastore correlation result",
				Summary: "Queries correlation detector for a list of datastores correlated to a given datastore",
			},
			Key: "DrsStatsManager.queryCorrelationResult",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set firewall custom value",
				Summary: "Sets the value of a custom field of a host firewall system",
			},
			Key: "host.FirewallSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update default firewall policy",
				Summary: "Updates the default firewall policy",
			},
			Key: "host.FirewallSystem.updateDefaultPolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Open firewall ports",
				Summary: "Open the firewall ports belonging to the specified ruleset",
			},
			Key: "host.FirewallSystem.enableRuleset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Block firewall ports",
				Summary: "Block the firewall ports belonging to the specified ruleset",
			},
			Key: "host.FirewallSystem.disableRuleset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update allowed IP list of the firewall ruleset",
				Summary: "Update the allowed IP list of the specified ruleset",
			},
			Key: "host.FirewallSystem.updateRuleset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh firewall information",
				Summary: "Refresh the firewall information and settings to detect any changes made directly on the host",
			},
			Key: "host.FirewallSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update local swap datastore",
				Summary: "Changes the datastore for virtual machine swap files",
			},
			Key: "host.DatastoreSystem.updateLocalSwapDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve disks for VMFS datastore",
				Summary: "Retrieves the list of disks that can be used to contain VMFS datastore extents",
			},
			Key: "host.DatastoreSystem.queryAvailableDisksForVmfs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query datastore create options",
				Summary: "Queries options for creating a new VMFS datastore for a disk",
			},
			Key: "host.DatastoreSystem.queryVmfsDatastoreCreateOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create VMFS datastore",
				Summary: "Creates a new VMFS datastore",
			},
			Key: "host.DatastoreSystem.createVmfsDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query datastore extend options",
				Summary: "Queries options for extending an existing VMFS datastore for a disk",
			},
			Key: "host.DatastoreSystem.queryVmfsDatastoreExtendOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query VMFS datastore expand options",
				Summary: "Query the options available for expanding the extents of a VMFS datastore",
			},
			Key: "host.DatastoreSystem.queryVmfsDatastoreExpandOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extend datastore",
				Summary: "Extends an existing VMFS datastore",
			},
			Key: "host.DatastoreSystem.extendVmfsDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Expand VMFS datastore",
				Summary: "Expand the capacity of a VMFS datastore extent",
			},
			Key: "host.DatastoreSystem.expandVmfsDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "processVmfsDatastoreUpdate",
				Summary: "processVmfsDatastoreUpdate",
			},
			Key: "host.DatastoreSystem.processVmfsDatastoreUpdate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create NAS datastore",
				Summary: "Creates a new Network Attached Storage (NAS) datastore",
			},
			Key: "host.DatastoreSystem.createNasDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create local datastore",
				Summary: "Creates a new local datastore",
			},
			Key: "host.DatastoreSystem.createLocalDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Virtual Volume datastore",
				Summary: "Updates the Virtual Volume datastore configuration according to the provided settings",
			},
			Key: "host.DatastoreSystem.UpdateVvolDatastoreInternal",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create Virtual Volume datastore",
				Summary: "Creates a datastore backed by a Virtual Volume storage container",
			},
			Key: "host.DatastoreSystem.createVvolDatastoreInternal",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create Virtual Volume datastore",
				Summary: "Creates a Virtuial Volume datastore",
			},
			Key: "host.DatastoreSystem.createVvolDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove datastore",
				Summary: "Removes a datastore from a host",
			},
			Key: "host.DatastoreSystem.removeDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove datastores",
				Summary: "Removes one or more datastores from a host",
			},
			Key: "host.DatastoreSystem.removeDatastoreEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure datastore principal",
				Summary: "Configures datastore principal user for the host",
			},
			Key: "host.DatastoreSystem.configureDatastorePrincipal",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query unbound VMFS volumes",
				Summary: "Gets the list of unbound VMFS volumes",
			},
			Key: "host.DatastoreSystem.queryUnresolvedVmfsVolumes",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resignature unresolved VMFS volume",
				Summary: "Resignature unresolved VMFS volume with new VMFS identifier",
			},
			Key: "host.DatastoreSystem.resignatureUnresolvedVmfsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "NotifyDatastore",
				Summary: "NotifyDatastore",
			},
			Key: "host.DatastoreSystem.NotifyDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check accessibility",
				Summary: "Check if the file objects for the specified virtual machine IDs are accessible",
			},
			Key: "host.DatastoreSystem.checkVmFileAccessibility",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Join Windows Domain",
				Summary: "Enables ActiveDirectory authentication on the host",
			},
			Key: "host.ActiveDirectoryAuthentication.joinDomain",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Join Windows Domain through vSphere Authentication Proxy service",
				Summary: "Enables Active Directory authentication on the host using a vSphere Authentication Proxy server",
			},
			Key: "host.ActiveDirectoryAuthentication.joinDomainWithCAM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Import the certificate of vSphere Authentication Proxy server",
				Summary: "Import the certificate of vSphere Authentication Proxy server to ESXi's authentication store",
			},
			Key: "host.ActiveDirectoryAuthentication.importCertificateForCAM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Leave Windows Domain",
				Summary: "Disables ActiveDirectory authentication on the host",
			},
			Key: "host.ActiveDirectoryAuthentication.leaveCurrentDomain",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable Smart Card Authentication",
				Summary: "Enables smart card authentication of ESXi Direct Console UI users",
			},
			Key: "host.ActiveDirectoryAuthentication.enableSmartCardAuthentication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Install a Smart Card Trust Anchor",
				Summary: "Installs a smart card trust anchor on the host",
			},
			Key: "host.ActiveDirectoryAuthentication.installSmartCardTrustAnchor",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "replaceSmartCardTrustAnchors",
				Summary: "replaceSmartCardTrustAnchors",
			},
			Key: "host.ActiveDirectoryAuthentication.replaceSmartCardTrustAnchors",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove a Smart Card Trust Anchor",
				Summary: "Removes an installed smart card trust anchor from the host",
			},
			Key: "host.ActiveDirectoryAuthentication.removeSmartCardTrustAnchor",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove Smart Card Trust Anchor",
				Summary: "Removes the installed smart card trust anchor from the host",
			},
			Key: "host.ActiveDirectoryAuthentication.removeSmartCardTrustAnchorByFingerprint",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List Smart Card Trust Anchors",
				Summary: "Lists the smart card trust anchors installed on the host",
			},
			Key: "host.ActiveDirectoryAuthentication.listSmartCardTrustAnchors",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable Smart Card Authentication",
				Summary: "Disables smart card authentication of ESXi Direct Console UI users",
			},
			Key: "host.ActiveDirectoryAuthentication.disableSmartCardAuthentication",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update VMCI access rights",
				Summary: "Updates VMCI (Virtual Machine Communication Interface) access rights for one or more virtual machines",
			},
			Key: "host.VmciAccessManager.updateAccess",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve VMCI service rights granted to virtual machine",
				Summary: "Retrieve VMCI (Virtual Machine Communication Interface) service rights granted to a VM",
			},
			Key: "host.VmciAccessManager.retrieveGrantedServices",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual machines with access to VMCI service",
				Summary: "Gets the VMs with granted access to a service",
			},
			Key: "host.VmciAccessManager.queryAccessToService",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create new identity binding",
				Summary: "Creates a new identity binding between the host and vCenter Server",
			},
			Key: "host.TpmManager.requestIdentity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Verify authenticity of credential",
				Summary: "Verifies the authenticity and correctness of the supplied attestation credential",
			},
			Key: "host.TpmManager.verifyCredential",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Generate integrity report",
				Summary: "Generates an integrity report for the selected components",
			},
			Key: "host.TpmManager.generateReport",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure SNMP agent",
				Summary: "Reconfigure the SNMP agent",
			},
			Key: "host.SnmpSystem.reconfigureSnmpAgent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Send test notification",
				Summary: "Send test notification",
			},
			Key: "host.SnmpSystem.sendTestNotification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set service custom value",
				Summary: "Sets the value of a custom field of a host service system.",
			},
			Key: "host.ServiceSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update service activation policy",
				Summary: "Updates the activation policy of the service",
			},
			Key: "host.ServiceSystem.updatePolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start service",
				Summary: "Starts the service",
			},
			Key: "host.ServiceSystem.start",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop service",
				Summary: "Stops the service",
			},
			Key: "host.ServiceSystem.stop",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Restart service",
				Summary: "Restarts the service",
			},
			Key: "host.ServiceSystem.restart",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Uninstall service",
				Summary: "Uninstalls the service",
			},
			Key: "host.ServiceSystem.uninstall",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh service information",
				Summary: "Refresh the service information and settings to detect any changes made directly on the host",
			},
			Key: "host.ServiceSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check",
				Summary: "Check for dependencies, conflicts, and obsolete updates",
			},
			Key: "host.PatchManager.Check",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Scan",
				Summary: "Scan the host for patch status",
			},
			Key: "host.PatchManager.Scan",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Scan",
				Summary: "Scan the host for patch status",
			},
			Key: "host.PatchManager.ScanV2",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stage",
				Summary: "Stage the updates to the host",
			},
			Key: "host.PatchManager.Stage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Install",
				Summary: "Install the patch",
			},
			Key: "host.PatchManager.Install",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Install",
				Summary: "Install the patch",
			},
			Key: "host.PatchManager.InstallV2",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Uninstall",
				Summary: "Uninstall the patch",
			},
			Key: "host.PatchManager.Uninstall",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query",
				Summary: "Query the host for installed bulletins",
			},
			Key: "host.PatchManager.Query",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "createEntry",
				Summary: "createEntry",
			},
			Key: "host.OperationCleanupManager.createEntry",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateEntry",
				Summary: "updateEntry",
			},
			Key: "host.OperationCleanupManager.updateEntry",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryEntry",
				Summary: "queryEntry",
			},
			Key: "host.OperationCleanupManager.queryEntry",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set memory manager custom value",
				Summary: "Sets the value of a custom field of a host memory manager system",
			},
			Key: "host.MemoryManagerSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set console memory reservation",
				Summary: "Set the configured service console memory reservation",
			},
			Key: "host.MemoryManagerSystem.reconfigureServiceConsoleReservation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure virtual machine reservation",
				Summary: "Updates the virtual machine reservation information",
			},
			Key: "host.MemoryManagerSystem.reconfigureVirtualMachineReservation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "promoteDisks",
				Summary: "promoteDisks",
			},
			Key: "host.LowLevelProvisioningManager.promoteDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine",
				Summary: "Creates a virtual machine on disk",
			},
			Key: "host.LowLevelProvisioningManager.createVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete virtual machine",
				Summary: "Deletes a virtual machine on disk",
			},
			Key: "host.LowLevelProvisioningManager.deleteVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete virtual machine without deleting its virtual disks",
				Summary: "Deletes a virtual machine from its storage, all virtual machine files are deleted except its associated virtual disks",
			},
			Key: "host.LowLevelProvisioningManager.deleteVmExceptDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve virtual machine recovery information",
				Summary: "Retrieves virtual machine recovery information",
			},
			Key: "host.LowLevelProvisioningManager.retrieveVmRecoveryInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve last virtual machine migration status",
				Summary: "Retrieves the last virtual machine migration status if available",
			},
			Key: "host.LowLevelProvisioningManager.retrieveLastVmMigrationStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure virtual machine",
				Summary: "Reconfigures the virtual machine",
			},
			Key: "host.LowLevelProvisioningManager.reconfigVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload disks",
				Summary: "Reloads virtual disk information",
			},
			Key: "host.LowLevelProvisioningManager.reloadDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Consolidate disks",
				Summary: "Consolidates virtual disks",
			},
			Key: "host.LowLevelProvisioningManager.consolidateDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update snapshot layout information",
				Summary: "Updates the snapshot layout information of a virtual machine and reloads its snapshots",
			},
			Key: "host.LowLevelProvisioningManager.relayoutSnapshots",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reserve files for provisioning",
				Summary: "Reserves files or directories on a datastore to be used for a provisioning",
			},
			Key: "host.LowLevelProvisioningManager.reserveFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete files",
				Summary: "Deletes a list of files from a datastore",
			},
			Key: "host.LowLevelProvisioningManager.deleteFiles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extract NVRAM content",
				Summary: "Extracts the NVRAM content from a checkpoint file",
			},
			Key: "host.LowLevelProvisioningManager.extractNvramContent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set resource pool custom value",
				Summary: "Sets the value of a custom field of a resource pool of physical resources",
			},
			Key: "ResourcePool.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload resource pool",
				Summary: "Reload the resource pool",
			},
			Key: "ResourcePool.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename resource pool",
				Summary: "Rename the resource pool",
			},
			Key: "ResourcePool.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete resource pool",
				Summary: "Delete the resource pool, which also deletes its contents and removes it from its parent folder (if any)",
			},
			Key: "ResourcePool.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the resource pool",
			},
			Key: "ResourcePool.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the resource pool",
			},
			Key: "ResourcePool.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "ResourcePool.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update resource pool configuration",
				Summary: "Updates the resource pool configuration",
			},
			Key: "ResourcePool.updateConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move into resource pool",
				Summary: "Moves a set of resource pools or virtual machines into this pool",
			},
			Key: "ResourcePool.moveInto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update child resource configuration",
				Summary: "Change the resource configuration of a set of children of the resource pool",
			},
			Key: "ResourcePool.updateChildResourceConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create resource pool",
				Summary: "Creates a new resource pool",
			},
			Key: "ResourcePool.createResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete resource pool children",
				Summary: "Removes all child resource pools recursively",
			},
			Key: "ResourcePool.destroyChildren",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create vApp",
				Summary: "Creates a child vApp of this resource pool",
			},
			Key: "ResourcePool.createVApp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine",
				Summary: "Creates a virtual machine in this resource pool",
			},
			Key: "ResourcePool.createVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register virtual machine",
				Summary: "Adds an existing virtual machine to this resource pool",
			},
			Key: "ResourcePool.registerVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deploy OVF template",
				Summary: "Deploys a virtual machine or vApp",
			},
			Key: "ResourcePool.importVApp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query resource pool resource configuration options",
				Summary: "Returns configuration options for a set of resources for a resource pool",
			},
			Key: "ResourcePool.queryResourceConfigOption",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh resource runtime information",
				Summary: "Refreshes the resource usage runtime information",
			},
			Key: "ResourcePool.refreshRuntime",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create user",
				Summary: "Creates a local user account",
			},
			Key: "host.LocalAccountManager.createUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update user",
				Summary: "Updates a local user account",
			},
			Key: "host.LocalAccountManager.updateUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create group",
				Summary: "Creates a local group account",
			},
			Key: "host.LocalAccountManager.createGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete user",
				Summary: "Removes a local user account",
			},
			Key: "host.LocalAccountManager.removeUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove group",
				Summary: "Removes a local group account",
			},
			Key: "host.LocalAccountManager.removeGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Assign user to group",
				Summary: "Assign user to group",
			},
			Key: "host.LocalAccountManager.assignUserToGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unassign user from group",
				Summary: "Unassigns a user from a group",
			},
			Key: "host.LocalAccountManager.unassignUserFromGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query whether virtual NIC is used by iSCSI multi-pathing",
				Summary: "Query whether virtual NIC is used by iSCSI multi-pathing",
			},
			Key: "host.IscsiManager.queryVnicStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query whether physical NIC is used by iSCSI multi-pathing",
				Summary: "Query whether physical NIC is used by iSCSI multi-pathing",
			},
			Key: "host.IscsiManager.queryPnicStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query all the virtual NICs used by iSCSI multi-pathing",
				Summary: "Query all the virtual NICs used by iSCSI multi-pathing",
			},
			Key: "host.IscsiManager.queryBoundVnics",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query candidate virtual NICs that can be used for iSCSI multi-pathing",
				Summary: "Query candidate virtual NICs that can be used for iSCSI multi-pathing",
			},
			Key: "host.IscsiManager.queryCandidateNics",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add virtual NIC to iSCSI Adapter",
				Summary: "Add virtual NIC to iSCSI Adapter",
			},
			Key: "host.IscsiManager.bindVnic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove virtual NIC from iSCSI Adapter",
				Summary: "Remove virtual NIC from iSCSI Adapter",
			},
			Key: "host.IscsiManager.unbindVnic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query migration dependencies for migrating the physical and virtual NICs",
				Summary: "Query migration dependencies for migrating the physical and virtual NICs",
			},
			Key: "host.IscsiManager.queryMigrationDependencies",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get acceptance level for host image configuration",
				Summary: "Get acceptance level settings for host image configuration",
			},
			Key: "host.ImageConfigManager.queryHostAcceptanceLevel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query host image profile",
				Summary: "Queries the current host image profile information",
			},
			Key: "host.ImageConfigManager.queryHostImageProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update acceptance level",
				Summary: "Updates the acceptance level of a host",
			},
			Key: "host.ImageConfigManager.updateAcceptanceLevel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "fetchSoftwarePackages",
				Summary: "fetchSoftwarePackages",
			},
			Key: "host.ImageConfigManager.fetchSoftwarePackages",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "installDate",
				Summary: "installDate",
			},
			Key: "host.ImageConfigManager.installDate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve access entries",
				Summary: "Retrieves the access mode for each user or group with access permissions on the host",
			},
			Key: "host.HostAccessManager.retrieveAccessEntries",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change access mode",
				Summary: "Changes the access mode for a user or group on the host",
			},
			Key: "host.HostAccessManager.changeAccessMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve special DCUI access users",
				Summary: "Retrieves the list of users with special access to DCUI",
			},
			Key: "host.HostAccessManager.queryDcuiAccess",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update special DCUI access users",
				Summary: "Updates the list of users with special access to DCUI",
			},
			Key: "host.HostAccessManager.updateDcuiAccess",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve system users",
				Summary: "Retrieve the list of special system users on the host",
			},
			Key: "host.HostAccessManager.querySystemUsers",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update system users",
				Summary: "Updates the list of special system users on the host",
			},
			Key: "host.HostAccessManager.updateSystemUsers",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query lockdown exceptions",
				Summary: "Queries the current list of user exceptions for lockdown mode",
			},
			Key: "host.HostAccessManager.queryLockdownExceptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update lockdown exceptions",
				Summary: "Updates the current list of user exceptions for lockdown mode",
			},
			Key: "host.HostAccessManager.updateLockdownExceptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change lockdown mode",
				Summary: "Changes lockdown mode on the host",
			},
			Key: "host.HostAccessManager.changeLockdownMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset to factory default",
				Summary: "Reset the configuration to factory default",
			},
			Key: "host.FirmwareSystem.resetToFactoryDefaults",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Backup configuration",
				Summary: "Backup the configuration of the host",
			},
			Key: "host.FirmwareSystem.backupConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query configuration upload URL",
				Summary: "Host configuration must be uploaded for a restore operation",
			},
			Key: "host.FirmwareSystem.queryConfigUploadURL",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Restore configuration",
				Summary: "Restore configuration of the host",
			},
			Key: "host.FirmwareSystem.restoreConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Flush firmware configuration",
				Summary: "Writes the configuration of the firmware system to persistent storage",
			},
			Key: "host.FirmwareSystem.syncConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryQuantumMinutes",
				Summary: "queryQuantumMinutes",
			},
			Key: "host.FirmwareSystem.queryQuantumMinutes",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "querySyncsPerQuantum",
				Summary: "querySyncsPerQuantum",
			},
			Key: "host.FirmwareSystem.querySyncsPerQuantum",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update ESX agent configuration",
				Summary: "Updates the ESX agent configuration of a host",
			},
			Key: "host.EsxAgentHostManager.updateConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Renew disk lease",
				Summary: "Renew a lease to prevent it from timing out",
			},
			Key: "host.DiskManager.Lease.renew",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Release disk lease",
				Summary: "End the lease if it is still active",
			},
			Key: "host.DiskManager.Lease.release",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Allocate blocks",
				Summary: "Prepare for writing to blocks",
			},
			Key: "host.DiskManager.Lease.allocateBlocks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clear lazy zero",
				Summary: "Honor the contents of a block range",
			},
			Key: "host.DiskManager.Lease.clearLazyZero",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Map disk region",
				Summary: "Mapping a specified region of a virtual disk",
			},
			Key: "host.DiskManager.Lease.MapDiskRegion",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire disk lease",
				Summary: "Acquire a lease for the files associated with the virtual disk referenced by the given datastore path",
			},
			Key: "host.DiskManager.acquireLease",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire lease extension",
				Summary: "Acquires a lease for the files associated with the virtual disk of a virtual machine",
			},
			Key: "host.DiskManager.acquireLeaseExt",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Renew all leases",
				Summary: "Resets the watchdog timer and confirms that all the locks for all the disks managed by this watchdog are still valid",
			},
			Key: "host.DiskManager.renewAllLeases",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update configuration",
				Summary: "Update the date and time on the host",
			},
			Key: "host.DateTimeSystem.updateConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query available time zones",
				Summary: "Retrieves the list of available time zones on the host",
			},
			Key: "host.DateTimeSystem.queryAvailableTimeZones",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query date and time",
				Summary: "Get the current date and time on the host",
			},
			Key: "host.DateTimeSystem.queryDateTime",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update date or time",
				Summary: "Update the date/time on the host",
			},
			Key: "host.DateTimeSystem.updateDateTime",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh",
				Summary: "Refresh the date and time settings",
			},
			Key: "host.DateTimeSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Search datastore",
				Summary: "Returns the information for the files that match the given search criteria",
			},
			Key: "host.DatastoreBrowser.search",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Search datastore subfolders",
				Summary: "Returns the information for the files that match the given search criteria",
			},
			Key: "host.DatastoreBrowser.searchSubFolders",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete datastore file",
				Summary: "Deletes the specified files from the datastore",
			},
			Key: "host.DatastoreBrowser.deleteFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set CPU scheduler system custom value",
				Summary: "Sets the value of a custom field of a host CPU scheduler",
			},
			Key: "host.CpuSchedulerSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable hyperthreading",
				Summary: "Enable hyperthreads as schedulable resources",
			},
			Key: "host.CpuSchedulerSystem.enableHyperThreading",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable hyperthreading",
				Summary: "Disable hyperthreads as schedulable resources",
			},
			Key: "host.CpuSchedulerSystem.disableHyperThreading",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Generate a certificate signing request",
				Summary: "Generates a certificate signing request (CSR) for the host",
			},
			Key: "host.CertificateManager.generateCertificateSigningRequest",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Generate a certificate signing request using the specified Distinguished Name",
				Summary: "Generates a certificate signing request (CSR) for the host using the specified Distinguished Name",
			},
			Key: "host.CertificateManager.generateCertificateSigningRequestByDn",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Install a server certificate",
				Summary: "Installs a server certificate for the host",
			},
			Key: "host.CertificateManager.installServerCertificate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Replace CA certificates and certificate revocation lists",
				Summary: "Replaces the CA certificates and certificate revocation lists (CRLs) on the host",
			},
			Key: "host.CertificateManager.replaceCACertificatesAndCRLs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Notify services affected by SSL credentials change",
				Summary: "Notifies the host services affected by SSL credentials change",
			},
			Key: "host.CertificateManager.notifyAffectedServices",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List CA certificates",
				Summary: "Lists the CA certificates on the host",
			},
			Key: "host.CertificateManager.listCACertificates",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List CA certificate revocation lists",
				Summary: "Lists the CA certificate revocation lists (CRLs) on the host",
			},
			Key: "host.CertificateManager.listCACertificateRevocationLists",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get boot devices",
				Summary: "Get available boot devices for the host system",
			},
			Key: "host.BootDeviceSystem.queryBootDevices",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update boot device",
				Summary: "Update the boot device on the host system",
			},
			Key: "host.BootDeviceSystem.updateBootDevice",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set latest page size",
				Summary: "Set the last page viewed size and contain at most maxCount items in the page",
			},
			Key: "TaskHistoryCollector.setLatestPageSize",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rewind",
				Summary: "Move the scroll position to the oldest item",
			},
			Key: "TaskHistoryCollector.rewind",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset",
				Summary: "Move the scroll position to the item just above the last page viewed",
			},
			Key: "TaskHistoryCollector.reset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove collector",
				Summary: "Remove the collector from server",
			},
			Key: "TaskHistoryCollector.remove",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Read next",
				Summary: "The scroll position is moved to the next new page after the read",
			},
			Key: "TaskHistoryCollector.readNext",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Read previous",
				Summary: "The scroll position is moved to the next older page after the read",
			},
			Key: "TaskHistoryCollector.readPrev",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "waitForChanges",
				Summary: "waitForChanges",
			},
			Key: "cdc.ChangeLogCollector.waitForChanges",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "initializeSequence",
				Summary: "initializeSequence",
			},
			Key: "cdc.ChangeLogCollector.initializeSequence",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "exchangeSequence",
				Summary: "exchangeSequence",
			},
			Key: "cdc.ChangeLogCollector.exchangeSequence",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set alarm custom value",
				Summary: "Sets the value of a custom field of an alarm",
			},
			Key: "alarm.Alarm.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove alarm",
				Summary: "Remove the alarm",
			},
			Key: "alarm.Alarm.remove",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure alarm",
				Summary: "Reconfigure the alarm",
			},
			Key: "alarm.Alarm.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove managed object",
				Summary: "Remove the managed objects",
			},
			Key: "view.ManagedObjectView.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create scheduled task",
				Summary: "Create a scheduled task",
			},
			Key: "scheduler.ScheduledTaskManager.create",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve scheduled task",
				Summary: "Available scheduled tasks defined on the entity",
			},
			Key: "scheduler.ScheduledTaskManager.retrieveEntityScheduledTask",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create scheduled task",
				Summary: "Create a scheduled task",
			},
			Key: "scheduler.ScheduledTaskManager.createObjectScheduledTask",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve scheduled task",
				Summary: "Available scheduled tasks defined on the object",
			},
			Key: "scheduler.ScheduledTaskManager.retrieveObjectScheduledTask",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set scheduled task custom value",
				Summary: "Sets the value of a custom field of a scheduled task",
			},
			Key: "scheduler.ScheduledTask.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove scheduled task",
				Summary: "Remove the scheduled task",
			},
			Key: "scheduler.ScheduledTask.remove",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure scheduled task",
				Summary: "Reconfigure the scheduled task properties",
			},
			Key: "scheduler.ScheduledTask.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Run scheduled task",
				Summary: "Run the scheduled task immediately",
			},
			Key: "scheduler.ScheduledTask.run",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create inventory view",
				Summary: "Create a view for browsing the inventory and tracking changes to open folders",
			},
			Key: "view.ViewManager.createInventoryView",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create container view",
				Summary: "Create a view for monitoring the contents of a single container",
			},
			Key: "view.ViewManager.createContainerView",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create list view",
				Summary: "Create a view for getting updates",
			},
			Key: "view.ViewManager.createListView",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create list view",
				Summary: "Create a list view from an existing view",
			},
			Key: "view.ViewManager.createListViewFromView",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove view",
				Summary: "Remove view",
			},
			Key: "view.View.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create vSphere Distributed Switch",
				Summary: "Create vSphere Distributed Switch",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.createDistributedVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove vSphere Distributed Switch",
				Summary: "Remove vSphere Distributed Switch",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.removeDistributedVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure vSphere Distributed Switch",
				Summary: "Reconfigure vSphere Distributed Switch",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.reconfigureDistributedVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update dvPort",
				Summary: "Update dvPort",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.updatePorts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete ports",
				Summary: "Delete ports",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.deletePorts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve port state",
				Summary: "Retrieve port state",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.fetchPortState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clone port",
				Summary: "Clone port",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.clonePort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve vSphere Distributed Switch configuration specification",
				Summary: "Retrieve vSphere Distributed Switch configuration specification",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.retrieveDvsConfigSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Distributed Port Groups",
				Summary: "Update Distributed Port Group",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.updateDVPortgroups",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve port group keys for vSphere Distributed Switch",
				Summary: "Retrieve the list of port group keys on a given vSphere Distributed Switch",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.retrieveDVPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve distributed virtual port group specification",
				Summary: "Retrievs the configuration specification for distributed virtual port groups",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.retrieveDVPortgroupConfigSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Load port",
				Summary: "Load port",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.loadDVPort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve the list of port keys on the given vSphere Distributed Switch",
				Summary: "Retrieve the list of port keys on the given vSphere Distributed Switch",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.retrieveDVPort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update dvPorts",
				Summary: "Update dvPort",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.applyDVPort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Distributed Port Groups",
				Summary: "Update Distributed Port Group",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.applyDVPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vSphere Distributed Switch",
				Summary: "Update vSphere Distributed Switch",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.applyDvs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vSphere Distributed Switch list",
				Summary: "Update vSphere Distributed Switch list",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.applyDvsList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Distributed Port Group list",
				Summary: "Update Distributed Port Group list",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.applyDVPortgroupList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update dvPort list",
				Summary: "Update dvPort list",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.applyDVPortList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Execute opaque command",
				Summary: "Execute opaque command",
			},
			Key: "dvs.HostDistributedVirtualSwitchManager.executeOpaqueCommand",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set compute-resource custom value",
				Summary: "Sets the value of a custom field for a unified compute resource",
			},
			Key: "ComputeResource.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload resource",
				Summary: "Reloads the resource",
			},
			Key: "ComputeResource.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename compute-resource",
				Summary: "Rename the compute-resource",
			},
			Key: "ComputeResource.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove host",
				Summary: "Removes the host resource",
			},
			Key: "ComputeResource.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to this object",
			},
			Key: "ComputeResource.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Removes a set of tags from this object",
			},
			Key: "ComputeResource.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "ComputeResource.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure compute-resource",
				Summary: "Reconfigures a compute-resource",
			},
			Key: "ComputeResource.reconfigureEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch set custom value",
				Summary: "vSphere Distributed Switch set custom value",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload vSphere Distributed Switch",
				Summary: "Reload vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename vSphere Distributed Switch",
				Summary: "Rename vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove vSphere Distributed Switch",
				Summary: "Remove vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch add tag",
				Summary: "vSphere Distributed Switch add tag",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch remove tag",
				Summary: "vSphere Distributed Switch remove tag",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve dvPort keys",
				Summary: "Retrieve dvPort keys",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.fetchPortKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve dvPorts",
				Summary: "Retrieve dvPorts",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.fetchPorts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query used virtual LAN ID",
				Summary: "Query used virtual LAN ID",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.queryUsedVlanId",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure vSphere Distributed Switch",
				Summary: "Reconfigure vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSphere Distributed Switch product specification operation",
				Summary: "vSphere Distributed Switch product specification operation",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.performProductSpecOperation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Merge vSphere Distributed Switch",
				Summary: "Merge vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.merge",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Distributed Port Groups",
				Summary: "Add Distributed Port Groups",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.addPortgroups",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move dvPort",
				Summary: "Move dvPort",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.movePort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vSphere Distributed Switch capability",
				Summary: "Update vSphere Distributed Switch capability",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.updateCapability",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure dvPort",
				Summary: "Reconfigure dvPort",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.reconfigurePort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh dvPort state",
				Summary: "Refresh dvPort state",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.refreshPortState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rectify vSphere Distributed Switch host",
				Summary: "Rectify vSphere Distributed Switch host",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.rectifyHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update network resource pools on vSphere Distributed Switch",
				Summary: "Update network resource pools on vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.updateNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add network resource pools on vSphere Distributed Switch",
				Summary: "Add network resource pools on vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.addNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove network resource pools on vSphere Distributed Switch",
				Summary: "Remove network resource pools on vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.removeNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure a network resource pool on a distributed switch",
				Summary: "Reconfigures a network resource pool on a distributed switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.reconfigureVmVnicNetworkResourcePool",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update network I/O control on vSphere Distributed Switch",
				Summary: "Update network I/O control on vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.enableNetworkResourceManagement",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get vSphere Distributed Switch configuration spec to rollback",
				Summary: "Get vSphere Distributed Switch configuration spec to rollback",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.rollback",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Distributed Port Group",
				Summary: "Add Distributed Port Group",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.addPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update health check configuration on vSphere Distributed Switch",
				Summary: "Update health check configuration on vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.updateHealthCheckConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Look up portgroup based on portgroup key",
				Summary: "Look up portgroup based on portgroup key",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.lookupPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Link Aggregation Control Protocol groups on vSphere Distributed Switch",
				Summary: "Update Link Aggregation Control Protocol groups on vSphere Distributed Switch",
			},
			Key: "dvs.VmwareDistributedVirtualSwitch.updateLacpGroupConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare vMotion send operation",
				Summary: "Prepare a vMotion send operation",
			},
			Key: "host.VMotionManager.prepareSource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare VMotion send operation asynchronously",
				Summary: "Prepares a VMotion send operation asynchronously",
			},
			Key: "host.VMotionManager.prepareSourceEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare vMotion receive operation",
				Summary: "Prepare a vMotion receive operation",
			},
			Key: "host.VMotionManager.prepareDestination",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare vMotion receive operation asynchronously",
				Summary: "Prepares a vMotion receive operation asynchronously",
			},
			Key: "host.VMotionManager.prepareDestinationEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate vMotion receive operation",
				Summary: "Initiate a vMotion receive operation",
			},
			Key: "host.VMotionManager.initiateDestination",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate vMotion send operation",
				Summary: "Initiate a vMotion send operation",
			},
			Key: "host.VMotionManager.initiateSource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate VMotion send operation",
				Summary: "Initiates a VMotion send operation",
			},
			Key: "host.VMotionManager.initiateSourceEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Complete vMotion source notification",
				Summary: "Tell the source that vMotion migration is complete (success or failure)",
			},
			Key: "host.VMotionManager.completeSource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Complete vMotion receive notification",
				Summary: "Tell the destination that vMotion migration is complete (success or failure)",
			},
			Key: "host.VMotionManager.completeDestination",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Commit vMotion destination upgrade",
				Summary: "Reparent the disks at destination and commit the redo logs at the end of a vMotion migration",
			},
			Key: "host.VMotionManager.upgradeDestination",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update VMotionManager memory mirror migrate flag",
				Summary: "Enables or disables VMotionManager memory mirror migrate",
			},
			Key: "host.VMotionManager.updateMemMirrorFlag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryMigrationIds",
				Summary: "queryMigrationIds",
			},
			Key: "host.VMotionManager.queryMigrationIds",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove list view",
				Summary: "Remove the list view object",
			},
			Key: "view.ListView.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Modify list view",
				Summary: "Modify the list view",
			},
			Key: "view.ListView.modify",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset list view",
				Summary: "Reset the list view",
			},
			Key: "view.ListView.reset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset view",
				Summary: "Resets a set of objects in a given view",
			},
			Key: "view.ListView.resetFromView",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "registerProvider",
				Summary: "registerProvider",
			},
			Key: "ExternalStatsManager.registerProvider",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "unregisterProvider",
				Summary: "unregisterProvider",
			},
			Key: "ExternalStatsManager.unregisterProvider",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "isRegistered",
				Summary: "isRegistered",
			},
			Key: "ExternalStatsManager.isRegistered",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getRegisteredProviders",
				Summary: "getRegisteredProviders",
			},
			Key: "ExternalStatsManager.getRegisteredProviders",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getEnabledClusters",
				Summary: "getEnabledClusters",
			},
			Key: "ExternalStatsManager.getEnabledClusters",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateStats",
				Summary: "updateStats",
			},
			Key: "ExternalStatsManager.updateStats",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set vMotion custom value",
				Summary: "Sets the value of a custom field of a host vMotion system",
			},
			Key: "host.VMotionSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update IP configuration",
				Summary: "Update the IP configuration of the vMotion virtual NIC",
			},
			Key: "host.VMotionSystem.updateIpConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Select vMotion virtual NIC",
				Summary: "Select the virtual NIC to be used for vMotion",
			},
			Key: "host.VMotionSystem.selectVnic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deselect vMotion virtual NIC",
				Summary: "Deselect the virtual NIC to be used for vMotion",
			},
			Key: "host.VMotionSystem.deselectVnic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compliance",
				Summary: "Check compliance of host or cluster against a profile",
			},
			Key: "profile.ComplianceManager.checkCompliance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query compliance status",
				Summary: "Query compliance status",
			},
			Key: "profile.ComplianceManager.queryComplianceStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryEntitiesByComplianceStatus",
				Summary: "queryEntitiesByComplianceStatus",
			},
			Key: "profile.ComplianceManager.queryEntitiesByComplianceStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clear compliance history",
				Summary: "Clear historical compliance data",
			},
			Key: "profile.ComplianceManager.clearComplianceStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query expression metadata",
				Summary: "Query expression metadata",
			},
			Key: "profile.ComplianceManager.queryExpressionMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "setCustomValue",
				Summary: "setCustomValue",
			},
			Key: "external.ContentLibrary.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "reload",
				Summary: "reload",
			},
			Key: "external.ContentLibrary.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rename",
				Summary: "rename",
			},
			Key: "external.ContentLibrary.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "destroy",
				Summary: "destroy",
			},
			Key: "external.ContentLibrary.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addTag",
				Summary: "addTag",
			},
			Key: "external.ContentLibrary.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeTag",
				Summary: "removeTag",
			},
			Key: "external.ContentLibrary.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "external.ContentLibrary.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query entity provider summary",
				Summary: "Get information about the performance statistics that can be queried for a particular entity",
			},
			Key: "PerformanceManager.queryProviderSummary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query available metrics",
				Summary: "Gets available performance statistic metrics for the specified managed entity between begin and end times",
			},
			Key: "PerformanceManager.queryAvailableMetric",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query counter",
				Summary: "Get counter information for the list of counter IDs passed in",
			},
			Key: "PerformanceManager.queryCounter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query counter by level",
				Summary: "All performance data over 1 year old are deleted from the vCenter database",
			},
			Key: "PerformanceManager.queryCounterByLevel",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query performance statistics",
				Summary: "Gets the performance statistics for the entity",
			},
			Key: "PerformanceManager.queryStats",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get composite statistics",
				Summary: "Get performance statistics for the entity and the breakdown across its child entities",
			},
			Key: "PerformanceManager.queryCompositeStats",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Summarizes performance statistics",
				Summary: "Summarizes performance statistics at the specified interval",
			},
			Key: "PerformanceManager.summarizeStats",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create historical interval",
				Summary: "Add a new historical interval configuration",
			},
			Key: "PerformanceManager.createHistoricalInterval",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove historical interval",
				Summary: "Remove a historical interval configuration",
			},
			Key: "PerformanceManager.removeHistoricalInterval",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update historical interval",
				Summary: "Update a historical interval configuration if it exists",
			},
			Key: "PerformanceManager.updateHistoricalInterval",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update counter level mapping",
				Summary: "Update counter to level mapping",
			},
			Key: "PerformanceManager.updateCounterLevelMapping",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset counter level mapping",
				Summary: "Reset counter to level mapping to the default values",
			},
			Key: "PerformanceManager.resetCounterLevelMapping",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query internal performance counters",
				Summary: "Queries all internal counters, supported by this performance manager",
			},
			Key: "PerformanceManager.queryPerfCounterInt",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable performance counters",
				Summary: "Enable a counter or a set of counters in the counters collection of this performance manager",
			},
			Key: "PerformanceManager.enableStat",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable performance counters",
				Summary: "Exclude a counter or a set of counters from the counters collection of this performance manager",
			},
			Key: "PerformanceManager.disableStat",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "CreateVRP",
				Summary: "CreateVRP",
			},
			Key: "VRPResourceManager.CreateVRP",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "UpdateVRP",
				Summary: "UpdateVRP",
			},
			Key: "VRPResourceManager.UpdateVRP",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "DeleteVRP",
				Summary: "DeleteVRP",
			},
			Key: "VRPResourceManager.DeleteVRP",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "DeployVM",
				Summary: "DeployVM",
			},
			Key: "VRPResourceManager.DeployVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "UndeployVM",
				Summary: "UndeployVM",
			},
			Key: "VRPResourceManager.UndeployVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "SetManagedByVDC",
				Summary: "SetManagedByVDC",
			},
			Key: "VRPResourceManager.SetManagedByVDC",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "GetAllVRPIds",
				Summary: "GetAllVRPIds",
			},
			Key: "VRPResourceManager.GetAllVRPIds",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "GetRPSettings",
				Summary: "GetRPSettings",
			},
			Key: "VRPResourceManager.GetRPSettings",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "GetVRPSettings",
				Summary: "GetVRPSettings",
			},
			Key: "VRPResourceManager.GetVRPSettings",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "GetVRPUsage",
				Summary: "GetVRPUsage",
			},
			Key: "VRPResourceManager.GetVRPUsage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "GetVRPofVM",
				Summary: "GetVRPofVM",
			},
			Key: "VRPResourceManager.GetVRPofVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "GetChildRPforHub",
				Summary: "GetChildRPforHub",
			},
			Key: "VRPResourceManager.GetChildRPforHub",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set PCI passthrough system custom value",
				Summary: "Set PCI Passthrough system custom value",
			},
			Key: "host.PciPassthruSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh PCI passthrough device information",
				Summary: "Refresh the available PCI passthrough device information",
			},
			Key: "host.PciPassthruSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update PCI passthrough configuration",
				Summary: "Update PCI passthrough device configuration",
			},
			Key: "host.PciPassthruSystem.updatePassthruConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check virtual machine's compatibility on host",
				Summary: "Checks whether a virtual machine is compatible on a host",
			},
			Key: "vm.check.CompatibilityChecker.checkCompatibility",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compatibility of a VM specification on a host",
				Summary: "Checks compatibility of a VM specification on a host",
			},
			Key: "vm.check.CompatibilityChecker.checkVMCompatibility",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compliance of host against profile",
				Summary: "Checks compliance of a host against a profile",
			},
			Key: "profile.host.profileEngine.ComplianceManager.checkHostCompliance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query expression metadata",
				Summary: "Queries the metadata for the given expression names",
			},
			Key: "profile.host.profileEngine.ComplianceManager.queryExpressionMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get the default compliance from host configuration subprofiles",
				Summary: "Get the default compliance from host configuration subprofiles",
			},
			Key: "profile.host.profileEngine.ComplianceManager.getDefaultCompliance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update specific metadata",
				Summary: "Update specific metadata for the given owner and list of virtual machine IDs",
			},
			Key: "vm.MetadataManager.updateMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve specific metadata",
				Summary: "Retrieve specific metadata for the given owner and list of virtual machine IDs",
			},
			Key: "vm.MetadataManager.retrieveMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve all metadata",
				Summary: "Retrieve all metadata for the given owner and datastore",
			},
			Key: "vm.MetadataManager.retrieveAllMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clear metadata",
				Summary: "Clear all metadata for the given owner and datastore",
			},
			Key: "vm.MetadataManager.clearMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "setCustomValue",
				Summary: "setCustomValue",
			},
			Key: "external.AntiAffinityGroup.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "reload",
				Summary: "reload",
			},
			Key: "external.AntiAffinityGroup.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rename",
				Summary: "rename",
			},
			Key: "external.AntiAffinityGroup.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "destroy",
				Summary: "destroy",
			},
			Key: "external.AntiAffinityGroup.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addTag",
				Summary: "addTag",
			},
			Key: "external.AntiAffinityGroup.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeTag",
				Summary: "removeTag",
			},
			Key: "external.AntiAffinityGroup.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "external.AntiAffinityGroup.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "validate",
				Summary: "validate",
			},
			Key: "vdcs.NicManager.validate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "bind",
				Summary: "bind",
			},
			Key: "vdcs.NicManager.bind",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "unbind",
				Summary: "unbind",
			},
			Key: "vdcs.NicManager.unbind",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "executeStep",
				Summary: "executeStep",
			},
			Key: "modularity.WorkflowStepHandler.executeStep",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "undoStep",
				Summary: "undoStep",
			},
			Key: "modularity.WorkflowStepHandler.undoStep",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "finalizeStep",
				Summary: "finalizeStep",
			},
			Key: "modularity.WorkflowStepHandler.finalizeStep",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add key",
				Summary: "Add the specified key to the current host",
			},
			Key: "encryption.CryptoManager.addKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add keys",
				Summary: "Add the specified keys to the current host",
			},
			Key: "encryption.CryptoManager.addKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove key",
				Summary: "Remove the specified key from the current host",
			},
			Key: "encryption.CryptoManager.removeKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove keys",
				Summary: "Remove the specified keys from the current host",
			},
			Key: "encryption.CryptoManager.removeKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List all keys",
				Summary: "List all the keys registered on the current host",
			},
			Key: "encryption.CryptoManager.listKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set vCenter HA cluster mode",
				Summary: "Set vCenter HA cluster mode",
			},
			Key: "vcha.FailoverClusterManager.setClusterMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getClusterMode",
				Summary: "getClusterMode",
			},
			Key: "vcha.FailoverClusterManager.getClusterMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getClusterHealth",
				Summary: "getClusterHealth",
			},
			Key: "vcha.FailoverClusterManager.getClusterHealth",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate failover",
				Summary: "Initiate a failover from active vCenter Server node to the passive node",
			},
			Key: "vcha.FailoverClusterManager.initiateFailover",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query proxy information",
				Summary: "Query the common message bus proxy service information",
			},
			Key: "host.MessageBusProxy.retrieveInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure proxy",
				Summary: "Configure the common message bus proxy service",
			},
			Key: "host.MessageBusProxy.configure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove proxy configuration",
				Summary: "Remove the common message proxy service configuration and disable the service",
			},
			Key: "host.MessageBusProxy.unconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start proxy",
				Summary: "Start the common message bus proxy service",
			},
			Key: "host.MessageBusProxy.start",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop proxy",
				Summary: "Stop the common message bus proxy service",
			},
			Key: "host.MessageBusProxy.stop",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload proxy",
				Summary: "Reload the common message bus proxy service and enable any configuration changes",
			},
			Key: "host.MessageBusProxy.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a virtual disk object",
				Summary: "Create a virtual disk object",
			},
			Key: "vslm.host.VStorageObjectManager.createDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register a legacy disk to be a virtual disk object",
				Summary: "Register a legacy disk to be a virtual disk object",
			},
			Key: "vslm.host.VStorageObjectManager.registerDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extend a virtual disk to the new capacity",
				Summary: "Extend a virtual disk to the new capacity",
			},
			Key: "vslm.host.VStorageObjectManager.extendDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Inflate a thin virtual disk",
				Summary: "Inflate a thin virtual disk",
			},
			Key: "vslm.host.VStorageObjectManager.inflateDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename a virtual storage object",
				Summary: "Rename a virtual storage object",
			},
			Key: "vslm.host.VStorageObjectManager.renameVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update storage policy on a virtual storage object",
				Summary: "Update storage policy on a virtual storage object",
			},
			Key: "vslm.host.VStorageObjectManager.updateVStorageObjectPolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete a virtual storage object",
				Summary: "Delete a virtual storage object",
			},
			Key: "vslm.host.VStorageObjectManager.deleteVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve a virtual storage object",
				Summary: "Retrieve a virtual storage object",
			},
			Key: "vslm.host.VStorageObjectManager.retrieveVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveVStorageObjectState",
				Summary: "retrieveVStorageObjectState",
			},
			Key: "vslm.host.VStorageObjectManager.retrieveVStorageObjectState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List virtual storage objects on a datastore",
				Summary: "List virtual storage objects on a datastore",
			},
			Key: "vslm.host.VStorageObjectManager.listVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clone a virtual storage object",
				Summary: "Clone a virtual storage object",
			},
			Key: "vslm.host.VStorageObjectManager.cloneVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Relocate a virtual storage object",
				Summary: "Relocate a virtual storage object",
			},
			Key: "vslm.host.VStorageObjectManager.relocateVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconcile datastore inventory",
				Summary: "Reconcile datastore inventory",
			},
			Key: "vslm.host.VStorageObjectManager.reconcileDatastoreInventory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Schedule reconcile datastore inventory",
				Summary: "Schedule reconcile datastore inventory",
			},
			Key: "vslm.host.VStorageObjectManager.scheduleReconcileDatastoreInventory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve cluster profile description",
				Summary: "Retrieve cluster profile description",
			},
			Key: "profile.cluster.ClusterProfile.retrieveDescription",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete cluster profile",
				Summary: "Delete cluster profile",
			},
			Key: "profile.cluster.ClusterProfile.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Attach cluster profile",
				Summary: "Attach cluster profile to cluster",
			},
			Key: "profile.cluster.ClusterProfile.associateEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Detach cluster profile",
				Summary: "Detach cluster profile from cluster",
			},
			Key: "profile.cluster.ClusterProfile.dissociateEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compliance",
				Summary: "Check compliance of a cluster against a cluster profile",
			},
			Key: "profile.cluster.ClusterProfile.checkCompliance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export cluster profile",
				Summary: "Export cluster profile to a file",
			},
			Key: "profile.cluster.ClusterProfile.exportProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update cluster profile",
				Summary: "Update configuration of cluster profile",
			},
			Key: "profile.cluster.ClusterProfile.update",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create task collector",
				Summary: "Creates a task collector to retrieve all tasks that have executed on the server based on a filter",
			},
			Key: "TaskManager.createCollector",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create task",
				Summary: "Create a task",
			},
			Key: "TaskManager.createTask",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "createTaskWithEntityName",
				Summary: "createTaskWithEntityName",
			},
			Key: "TaskManager.createTaskWithEntityName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query disks for use in vSAN cluster",
				Summary: "Queries disk eligibility for use in the vSAN cluster",
			},
			Key: "host.VsanSystem.queryDisksForVsan",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add disks to vSAN",
				Summary: "Adds the selected disks to the vSAN cluster",
			},
			Key: "host.VsanSystem.addDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initialize disks in the vSAN cluster",
				Summary: "Initializes the selected disks to be used in the vSAN cluster",
			},
			Key: "host.VsanSystem.initializeDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove disk from vSAN",
				Summary: "Removes the disks that are used in the vSAN cluster",
			},
			Key: "host.VsanSystem.removeDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove disk group from vSAN",
				Summary: "Removes the selected disk group from the vSAN cluster",
			},
			Key: "host.VsanSystem.removeDiskMapping",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "unmountDiskMapping",
				Summary: "unmountDiskMapping",
			},
			Key: "host.VsanSystem.unmountDiskMapping",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update vSAN configuration",
				Summary: "Updates the vSAN configuration for this host",
			},
			Key: "host.VsanSystem.update",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve vSAN runtime information",
				Summary: "Retrieves the current vSAN runtime information for this host",
			},
			Key: "host.VsanSystem.queryHostStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Evacuate this host from vSAN cluster",
				Summary: "Evacuates the specified host from the vSAN cluster",
			},
			Key: "host.VsanSystem.evacuateNode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Recommission this host back to vSAN cluster",
				Summary: "Recommissions the host back to vSAN cluster",
			},
			Key: "host.VsanSystem.recommissionNode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve a ticket to register the vSAN VASA Provider",
				Summary: "Retrieves a ticket to register the VASA Provider for vSAN in the Storage Monitoring Service",
			},
			Key: "host.VsanSystem.fetchVsanSharedSecret",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "setCustomValue",
				Summary: "setCustomValue",
			},
			Key: "external.TagPolicy.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "reload",
				Summary: "reload",
			},
			Key: "external.TagPolicy.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rename",
				Summary: "rename",
			},
			Key: "external.TagPolicy.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "destroy",
				Summary: "destroy",
			},
			Key: "external.TagPolicy.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addTag",
				Summary: "addTag",
			},
			Key: "external.TagPolicy.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeTag",
				Summary: "removeTag",
			},
			Key: "external.TagPolicy.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "external.TagPolicy.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create alarm",
				Summary: "Create a new alarm",
			},
			Key: "alarm.AlarmManager.create",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve alarm",
				Summary: "Get available alarms defined on the entity",
			},
			Key: "alarm.AlarmManager.getAlarm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get alarm actions enabled",
				Summary: "Checks if alarm actions are enabled for an entity",
			},
			Key: "alarm.AlarmManager.getAlarmActionsEnabled",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set alarm actions enabled",
				Summary: "Enables or disables firing alarm actions for an entity",
			},
			Key: "alarm.AlarmManager.setAlarmActionsEnabled",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get alarm state",
				Summary: "The state of instantiated alarms on the entity",
			},
			Key: "alarm.AlarmManager.getAlarmState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acknowledge alarm",
				Summary: "Stops alarm actions from firing until the alarm next triggers on an entity",
			},
			Key: "alarm.AlarmManager.acknowledgeAlarm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set alarm status",
				Summary: "Sets the status of an alarm for an entity",
			},
			Key: "alarm.AlarmManager.setAlarmStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "clearTriggeredAlarms",
				Summary: "clearTriggeredAlarms",
			},
			Key: "alarm.AlarmManager.clearTriggeredAlarms",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "testSMTPSetup",
				Summary: "testSMTPSetup",
			},
			Key: "alarm.AlarmManager.testSMTPSetup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create private alarm on managed entity",
				Summary: "Creates a Private (trigger-only) Alarm on a managed entity",
			},
			Key: "alarm.AlarmManager.createPrivateAlarm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query private alarms on managed entity",
				Summary: "Retrieves all of the Private (trigger-only) Alarms defined on the specified managed entity",
			},
			Key: "alarm.AlarmManager.queryPrivateAlarms",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Sync triggered alarms list",
				Summary: "Retrieves the full list of currently-triggered Alarms, as a list of triggers",
			},
			Key: "alarm.AlarmManager.syncTriggeredAlarms",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve queued-up alarm triggers",
				Summary: "Retrieves any queued-up alarm triggers representing Alarm state changes since the last time this method was called",
			},
			Key: "alarm.AlarmManager.retrieveTriggers",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Distributed Port Group set custom value",
				Summary: "Distributed Port Group set custom value",
			},
			Key: "dvs.DistributedVirtualPortgroup.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload Distributed Port Group",
				Summary: "Reload Distributed Port Group",
			},
			Key: "dvs.DistributedVirtualPortgroup.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename Distributed Port Group",
				Summary: "Rename Distributed Port Group",
			},
			Key: "dvs.DistributedVirtualPortgroup.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete Distributed Port Group",
				Summary: "Delete Distributed Port Group",
			},
			Key: "dvs.DistributedVirtualPortgroup.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag to Distributed Port Group",
				Summary: "Add tag to Distributed Port Group",
			},
			Key: "dvs.DistributedVirtualPortgroup.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Distributed Port Group remove tag",
				Summary: "Distributed Port Group remove tag",
			},
			Key: "dvs.DistributedVirtualPortgroup.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "dvs.DistributedVirtualPortgroup.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Distributed Port Group delete network",
				Summary: "Distributed Port Group delete network",
			},
			Key: "dvs.DistributedVirtualPortgroup.destroyNetwork",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure Distributed Port Group",
				Summary: "Reconfigure Distributed Port Group",
			},
			Key: "dvs.DistributedVirtualPortgroup.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get Distributed Port Group configuration spec to rollback",
				Summary: "Get Distributed Port Group configuration spec to rollback",
			},
			Key: "dvs.DistributedVirtualPortgroup.rollback",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query CMMDS",
				Summary: "Queries CMMDS contents in the vSAN cluster",
			},
			Key: "host.VsanInternalSystem.queryCmmds",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query physical vSAN disks",
				Summary: "Queries the physical vSAN disks",
			},
			Key: "host.VsanInternalSystem.queryPhysicalVsanDisks",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query vSAN objects",
				Summary: "Queries the vSAN objects in the cluster",
			},
			Key: "host.VsanInternalSystem.queryVsanObjects",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query vSAN objects on physical disks",
				Summary: "Queries the vSAN objects that have at least one component on the current set of physical disks",
			},
			Key: "host.VsanInternalSystem.queryObjectsOnPhysicalVsanDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Drop ownership of DOM objects",
				Summary: "Drop ownership of the DOM objects that are owned by this host",
			},
			Key: "host.VsanInternalSystem.abdicateDomOwnership",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query vSAN statistics",
				Summary: "Gathers low level statistic counters from the vSAN cluster",
			},
			Key: "host.VsanInternalSystem.queryVsanStatistics",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigures vSAN objects",
				Summary: "Reconfigures the vSAN objects in the cluster",
			},
			Key: "host.VsanInternalSystem.reconfigureDomObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query vSAN objects that are currently synchronizing data",
				Summary: "Queries vSAN objects that are updating stale components or synchronizing new replicas",
			},
			Key: "host.VsanInternalSystem.querySyncingVsanObjects",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Run diagnostics on vSAN disks",
				Summary: "Runs diagnostic tests on vSAN physical disks and verifies if objects are successfully created on the disks",
			},
			Key: "host.VsanInternalSystem.runVsanPhysicalDiskDiagnostics",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Attributes of vSAN objects",
				Summary: "Shows the extended attributes of the vSAN objects",
			},
			Key: "host.VsanInternalSystem.getVsanObjExtAttrs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configurable vSAN objects",
				Summary: "Identifies the vSAN objects that can be reconfigured using the assigned storage policy in the current cluster",
			},
			Key: "host.VsanInternalSystem.reconfigurationSatisfiable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSAN objects available for provisioning",
				Summary: "Identifies the vSAN objects that are available for provisioning using the assigned storage policy in the current cluster",
			},
			Key: "host.VsanInternalSystem.canProvisionObjects",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "deleteVsanObjects",
				Summary: "deleteVsanObjects",
			},
			Key: "host.VsanInternalSystem.deleteVsanObjects",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade vSAN object format",
				Summary: "Upgrade vSAN object format, to fit in vSAN latest features",
			},
			Key: "host.VsanInternalSystem.upgradeVsanObjects",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryVsanObjectUuidsByFilter",
				Summary: "queryVsanObjectUuidsByFilter",
			},
			Key: "host.VsanInternalSystem.queryVsanObjectUuidsByFilter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "vSAN entities available for decommissioning",
				Summary: "Identifies the vSAN entities that are available for decommissioning in the current cluster",
			},
			Key: "host.VsanInternalSystem.canDecommission",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getNetworkIpSettings",
				Summary: "getNetworkIpSettings",
			},
			Key: "vdcs.IpManager.getNetworkIpSettings",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "allocate",
				Summary: "allocate",
			},
			Key: "vdcs.IpManager.allocate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "release",
				Summary: "release",
			},
			Key: "vdcs.IpManager.release",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "releaseAll",
				Summary: "releaseAll",
			},
			Key: "vdcs.IpManager.releaseAll",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryAll",
				Summary: "queryAll",
			},
			Key: "vdcs.IpManager.queryAll",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve profile description",
				Summary: "Retrieve profile description",
			},
			Key: "profile.Profile.retrieveDescription",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove profile",
				Summary: "Remove profile",
			},
			Key: "profile.Profile.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Associate entities",
				Summary: "Associate entities with the profile",
			},
			Key: "profile.Profile.associateEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Dissociate entities",
				Summary: "Dissociate entities from the profile",
			},
			Key: "profile.Profile.dissociateEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compliance",
				Summary: "Check compliance against the profile",
			},
			Key: "profile.Profile.checkCompliance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export profile",
				Summary: "Export profile to a file",
			},
			Key: "profile.Profile.exportProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Authenticate credentials in guest",
				Summary: "Authenticate credentials in the guest operating system",
			},
			Key: "vm.guest.AuthManager.validateCredentials",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire credentials in guest",
				Summary: "Acquire credentials in the guest operating system",
			},
			Key: "vm.guest.AuthManager.acquireCredentials",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Release credentials in guest",
				Summary: "Release credentials in the guest operating system",
			},
			Key: "vm.guest.AuthManager.releaseCredentials",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "setCustomValue",
				Summary: "setCustomValue",
			},
			Key: "external.TagPolicyOption.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "reload",
				Summary: "reload",
			},
			Key: "external.TagPolicyOption.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rename",
				Summary: "rename",
			},
			Key: "external.TagPolicyOption.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "destroy",
				Summary: "destroy",
			},
			Key: "external.TagPolicyOption.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addTag",
				Summary: "addTag",
			},
			Key: "external.TagPolicyOption.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeTag",
				Summary: "removeTag",
			},
			Key: "external.TagPolicyOption.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "external.TagPolicyOption.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update assigned license",
				Summary: "Updates the license assigned to an entity",
			},
			Key: "LicenseAssignmentManager.updateAssignedLicense",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove assigned license",
				Summary: "Removes an assignment of a license to an entity",
			},
			Key: "LicenseAssignmentManager.removeAssignedLicense",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query assigned licenses",
				Summary: "Queries for all the licenses assigned to an entity or all entities",
			},
			Key: "LicenseAssignmentManager.queryAssignedLicenses",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check feature availability",
				Summary: "Checks if the corresponding features are licensed for a list of entities",
			},
			Key: "LicenseAssignmentManager.isFeatureAvailable",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update in-use status of a licensed feature",
				Summary: "Updates in-use status of a licensed feature",
			},
			Key: "LicenseAssignmentManager.updateFeatureInUse",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register licenseable entity",
				Summary: "Registers a licenseable entity",
			},
			Key: "LicenseAssignmentManager.registerEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister licenseable entity",
				Summary: "Unregisters an existing licenseable entity and releases any serial numbers assigned to it.",
			},
			Key: "LicenseAssignmentManager.unregisterEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update license entity usage count",
				Summary: "Updates the usage count of a license entity",
			},
			Key: "LicenseAssignmentManager.updateUsage",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upload license file",
				Summary: "Uploads a license file to vCenter Server",
			},
			Key: "LicenseAssignmentManager.uploadLicenseFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryAssignedLicensesEx",
				Summary: "queryAssignedLicensesEx",
			},
			Key: "LicenseAssignmentManager.queryAssignedLicensesEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateEntity",
				Summary: "updateEntity",
			},
			Key: "LicenseAssignmentManager.updateEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateEntitiesProperties",
				Summary: "updateEntitiesProperties",
			},
			Key: "LicenseAssignmentManager.updateEntitiesProperties",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "setCustomValue",
				Summary: "setCustomValue",
			},
			Key: "external.VirtualDatacenter.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "reload",
				Summary: "reload",
			},
			Key: "external.VirtualDatacenter.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rename",
				Summary: "rename",
			},
			Key: "external.VirtualDatacenter.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "destroy",
				Summary: "destroy",
			},
			Key: "external.VirtualDatacenter.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addTag",
				Summary: "addTag",
			},
			Key: "external.VirtualDatacenter.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeTag",
				Summary: "removeTag",
			},
			Key: "external.VirtualDatacenter.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "external.VirtualDatacenter.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query options view",
				Summary: "Returns nodes in the option hierarchy",
			},
			Key: "option.OptionManager.queryView",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update option values",
				Summary: "Updates one or more properties",
			},
			Key: "option.OptionManager.updateValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get diagnostic files",
				Summary: "Gets the list of diagnostic files for a given system",
			},
			Key: "DiagnosticManager.queryDescriptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Browse diagnostic manager",
				Summary: "Returns part of a log file",
			},
			Key: "DiagnosticManager.browse",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Generate system logs bundles",
				Summary: "Instructs the server to generate system logs bundles",
			},
			Key: "DiagnosticManager.generateLogBundles",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query file hash",
				Summary: "Queries file integrity information",
			},
			Key: "DiagnosticManager.queryFileHash",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "setCustomValue",
				Summary: "setCustomValue",
			},
			Key: "external.ContentLibraryItem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "reload",
				Summary: "reload",
			},
			Key: "external.ContentLibraryItem.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "rename",
				Summary: "rename",
			},
			Key: "external.ContentLibraryItem.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "destroy",
				Summary: "destroy",
			},
			Key: "external.ContentLibraryItem.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addTag",
				Summary: "addTag",
			},
			Key: "external.ContentLibraryItem.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeTag",
				Summary: "removeTag",
			},
			Key: "external.ContentLibraryItem.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "external.ContentLibraryItem.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a host profile",
				Summary: "Create a host profile",
			},
			Key: "profile.host.ProfileManager.createProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query policy metadata",
				Summary: "Query policy metadata",
			},
			Key: "profile.host.ProfileManager.queryPolicyMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find associated profile",
				Summary: "Find associated profile",
			},
			Key: "profile.host.ProfileManager.findAssociatedProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply host configuration",
				Summary: "Apply host configuration",
			},
			Key: "profile.host.ProfileManager.applyHostConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryMetadata",
				Summary: "queryMetadata",
			},
			Key: "profile.host.ProfileManager.queryMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Generate configuration task list for host profile",
				Summary: "Generates a list of configuration tasks to be performed when applying a host profile",
			},
			Key: "profile.host.ProfileManager.generateConfigTaskList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Generate task list",
				Summary: "Generate task list",
			},
			Key: "profile.host.ProfileManager.generateTaskList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile metadata",
				Summary: "Query profile metadata",
			},
			Key: "profile.host.ProfileManager.queryProfileMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query metadata for profile categories",
				Summary: "Retrieves the metadata for a set of profile categories",
			},
			Key: "profile.host.ProfileManager.queryProfileCategoryMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query metadata for profile components",
				Summary: "Retrieves the metadata for a set of profile components",
			},
			Key: "profile.host.ProfileManager.queryProfileComponentMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile structure",
				Summary: "Gets information about the structure of a profile",
			},
			Key: "profile.host.ProfileManager.queryProfileStructure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create default profile",
				Summary: "Create default profile",
			},
			Key: "profile.host.ProfileManager.createDefaultProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update host customizations",
				Summary: "Update host customizations for host",
			},
			Key: "profile.host.ProfileManager.updateAnswerFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate host customizations",
				Summary: "Validate host customizations for host",
			},
			Key: "profile.host.ProfileManager.validateAnswerFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve host customizations",
				Summary: "Returns the host customization data associated with a particular host",
			},
			Key: "profile.host.ProfileManager.retrieveAnswerFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveAnswerFileForProfile",
				Summary: "retrieveAnswerFileForProfile",
			},
			Key: "profile.host.ProfileManager.retrieveAnswerFileForProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export host customizations",
				Summary: "Export host customizations for host",
			},
			Key: "profile.host.ProfileManager.exportAnswerFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check host customizations status",
				Summary: "Check the status of the host customizations against associated profile",
			},
			Key: "profile.host.ProfileManager.checkAnswerFileStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query host customization status",
				Summary: "Returns the status of the host customization data associated with the specified hosts",
			},
			Key: "profile.host.ProfileManager.queryAnswerFileStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update host customizations",
				Summary: "Update host customizations",
			},
			Key: "profile.host.ProfileManager.updateHostCustomizations",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "validateHostCustomizations",
				Summary: "validateHostCustomizations",
			},
			Key: "profile.host.ProfileManager.validateHostCustomizations",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveHostCustomizations",
				Summary: "retrieveHostCustomizations",
			},
			Key: "profile.host.ProfileManager.retrieveHostCustomizations",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveHostCustomizationsForProfile",
				Summary: "retrieveHostCustomizationsForProfile",
			},
			Key: "profile.host.ProfileManager.retrieveHostCustomizationsForProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export host customizations",
				Summary: "Export host customizations",
			},
			Key: "profile.host.ProfileManager.exportCustomizations",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Import host customizations",
				Summary: "Import host customizations",
			},
			Key: "profile.host.ProfileManager.importCustomizations",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Pre-check Remediation",
				Summary: "Checks customization data and host state is valid for remediation",
			},
			Key: "profile.host.ProfileManager.generateHostConfigTaskSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Batch apply host configuration",
				Summary: "Batch apply host configuration",
			},
			Key: "profile.host.ProfileManager.applyEntitiesConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare validation of settings to be copied",
				Summary: "Generate differences between source and target host profile to validate settings to be copied",
			},
			Key: "profile.host.ProfileManager.validateComposition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Copy settings to host profiles",
				Summary: "Copy settings to host profiles",
			},
			Key: "profile.host.ProfileManager.compositeProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update the VASA provider state",
				Summary: "Updates the VASA provider state for the specified datastores",
			},
			Key: "VasaVvolManager.updateVasaProviderState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create Virtual Volume datastore",
				Summary: "Creates a new Virtual Volume datastore",
			},
			Key: "VasaVvolManager.createVVolDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove Virtual Volume datastore",
				Summary: "Remove Virtual Volume datastore from specified hosts",
			},
			Key: "VasaVvolManager.removeVVolDatastore",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update the VASA client context",
				Summary: "Updates the VASA client context on the host",
			},
			Key: "VasaVvolManager.updateVasaClientContext",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Evaluate vMotion migration of VMs to hosts",
				Summary: "Checks whether the specified VMs can be migrated with vMotion to all the specified hosts",
			},
			Key: "vm.check.ProvisioningChecker.queryVMotionCompatibilityEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Evaluate migration of VM to destination",
				Summary: "Checks whether the VM can be migrated to the specified destination host, resource pool, and datastores",
			},
			Key: "vm.check.ProvisioningChecker.checkMigrate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Evaluate relocation of VM to destination",
				Summary: "Checks whether the VM can be relocated to the specified destination host, resource pool, and datastores",
			},
			Key: "vm.check.ProvisioningChecker.checkRelocate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Evaluate cloning VM to destination",
				Summary: "Checks whether the VM can be cloned to the specified destination host, resource pool, and datastores",
			},
			Key: "vm.check.ProvisioningChecker.checkClone",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "checkInstantClone",
				Summary: "checkInstantClone",
			},
			Key: "vm.check.ProvisioningChecker.checkInstantClone",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove inventory view",
				Summary: "Remove the inventory view object",
			},
			Key: "view.InventoryView.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Open inventory view folder",
				Summary: "Adds the child objects of a given managed entity to the view",
			},
			Key: "view.InventoryView.openFolder",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Close inventory view",
				Summary: "Notify the server that folders have been closed",
			},
			Key: "view.InventoryView.closeFolder",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete container view",
				Summary: "Remove a list view object from current contents of this view",
			},
			Key: "view.ContainerView.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create profile",
				Summary: "Create profile",
			},
			Key: "profile.ProfileManager.createProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query policy metadata",
				Summary: "Query policy metadata",
			},
			Key: "profile.ProfileManager.queryPolicyMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find associated profile",
				Summary: "Find associated profile",
			},
			Key: "profile.ProfileManager.findAssociatedProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set event history latest page size",
				Summary: "Set the last page viewed size of event history",
			},
			Key: "event.EventHistoryCollector.setLatestPageSize",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rewind event history",
				Summary: "Moves view to the oldest item of event history",
			},
			Key: "event.EventHistoryCollector.rewind",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset event history",
				Summary: "Moves view to the newest item of event history",
			},
			Key: "event.EventHistoryCollector.reset",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove event history",
				Summary: "Removes the event history collector",
			},
			Key: "event.EventHistoryCollector.remove",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Read next event history",
				Summary: "Reads view from current position of event history, and then the position is moved to the next newer page",
			},
			Key: "event.EventHistoryCollector.readNext",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Read previous event history",
				Summary: "Reads view from current position of event history and moves the position to the next older page",
			},
			Key: "event.EventHistoryCollector.readPrev",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateHostSubSpecificationByFile",
				Summary: "updateHostSubSpecificationByFile",
			},
			Key: "profile.host.profileEngine.HostSpecificationAgent.updateHostSubSpecificationByFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateHostSubSpecificationByData",
				Summary: "updateHostSubSpecificationByData",
			},
			Key: "profile.host.profileEngine.HostSpecificationAgent.updateHostSubSpecificationByData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveHostSpecification",
				Summary: "retrieveHostSpecification",
			},
			Key: "profile.host.profileEngine.HostSpecificationAgent.retrieveHostSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "deleteHostSubSpecification",
				Summary: "deleteHostSubSpecification",
			},
			Key: "profile.host.profileEngine.HostSpecificationAgent.deleteHostSubSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set virtual NIC custom value",
				Summary: "Set the value of a custom filed of a host's virtual NIC manager",
			},
			Key: "host.VirtualNicManager.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query network configuration",
				Summary: "Gets the network configuration for the specified NIC type",
			},
			Key: "host.VirtualNicManager.queryNetConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Select virtual NIC",
				Summary: "Select the virtual NIC to be used for the specified NIC type",
			},
			Key: "host.VirtualNicManager.selectVnic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deselect virtual NIC",
				Summary: "Deselect the virtual NIC used for the specified NIC type",
			},
			Key: "host.VirtualNicManager.deselectVnic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query latest statistics for a virtual machine",
				Summary: "Queries the latest values of performance statistics of a virtual machine",
			},
			Key: "InternalStatsCollector.queryLatestVmStats",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure host power management policy",
				Summary: "Configure host power management policy",
			},
			Key: "host.PowerSystem.configurePolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set a custom value for EVC manager",
				Summary: "Sets a value in the custom field for Enhanced vMotion Compatibility manager",
			},
			Key: "cluster.EVCManager.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable/reconfigure EVC",
				Summary: "Enable/reconfigure Enhanced vMotion Compatibility in a cluster",
			},
			Key: "cluster.EVCManager.configureEvc",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable cluster EVC",
				Summary: "Disable Enhanced vMotion Compatibility in a cluster",
			},
			Key: "cluster.EVCManager.disableEvc",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate EVC configuration",
				Summary: "Validates the configuration of Enhanced vMotion Compatibility mode in the managed cluster",
			},
			Key: "cluster.EVCManager.checkConfigureEvc",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate hosts in EVC",
				Summary: "Validates new hosts in the Enhanced vMotion Compatibility cluster",
			},
			Key: "cluster.EVCManager.checkAddHostEvc",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure virtual flash resource",
				Summary: "Configures virtual flash resource on a list of SSD devices",
			},
			Key: "host.VFlashManager.configureVFlashResourceEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure virtual flash resource",
				Summary: "Configures virtual flash resource on a host",
			},
			Key: "host.VFlashManager.configureVFlashResource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove virtual flash resource",
				Summary: "Removes virtual flash resource from a host",
			},
			Key: "host.VFlashManager.removeVFlashResource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure virtual flash host swap cache",
				Summary: "Configures virtual flash host swap cache",
			},
			Key: "host.VFlashManager.configureHostVFlashCache",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve virtual flash module configuration options from a host",
				Summary: "Retrieves virtual flash module configuration options from a host",
			},
			Key: "host.VFlashManager.getVFlashModuleDefaultConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set managed entity custom value",
				Summary: "Sets the value of a custom field of a managed entity",
			},
			Key: "ManagedEntity.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload managed entity",
				Summary: "Reload the entity state",
			},
			Key: "ManagedEntity.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename managed entity",
				Summary: "Rename this entity",
			},
			Key: "ManagedEntity.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove entity",
				Summary: "Deletes the entity and removes it from parent folder",
			},
			Key: "ManagedEntity.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the entity",
			},
			Key: "ManagedEntity.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the entity",
			},
			Key: "ManagedEntity.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "ManagedEntity.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve host profile description",
				Summary: "Retrieve host profile description",
			},
			Key: "profile.host.HostProfile.retrieveDescription",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete host profile",
				Summary: "Delete host profile",
			},
			Key: "profile.host.HostProfile.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Attach host profile",
				Summary: "Attach host profile to host or cluster",
			},
			Key: "profile.host.HostProfile.associateEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Detach host profile",
				Summary: "Detach host profile from host or cluster",
			},
			Key: "profile.host.HostProfile.dissociateEntities",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compliance",
				Summary: "Check compliance of a host or cluster against a host profile",
			},
			Key: "profile.host.HostProfile.checkCompliance",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export host profile",
				Summary: "Export host profile to a file",
			},
			Key: "profile.host.HostProfile.exportProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update reference host",
				Summary: "Update reference host",
			},
			Key: "profile.host.HostProfile.updateReferenceHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update host profile",
				Summary: "Update host profile",
			},
			Key: "profile.host.HostProfile.update",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "validate",
				Summary: "validate",
			},
			Key: "profile.host.HostProfile.validate",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Execute profile",
				Summary: "Execute profile",
			},
			Key: "profile.host.HostProfile.execute",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure AutoStart Manager",
				Summary: "Changes the power on or power off sequence",
			},
			Key: "host.AutoStartManager.reconfigure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Auto power On",
				Summary: "Powers On virtual machines according to the current AutoStart configuration",
			},
			Key: "host.AutoStartManager.autoPowerOn",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Auto power Off",
				Summary: "Powers Off virtual machines according to the current AutoStart configuration",
			},
			Key: "host.AutoStartManager.autoPowerOff",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register Fault Tolerant Secondary VM",
				Summary: "Registers a Secondary VM with a Fault Tolerant Primary VM",
			},
			Key: "host.FaultToleranceManager.registerSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister Fault Tolerant Secondary VM",
				Summary: "Unregister a Secondary VM from the associated Primary VM",
			},
			Key: "host.FaultToleranceManager.unregisterSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Make Primary VM",
				Summary: "Test Fault Tolerance failover by making a Secondary VM in a Fault Tolerance pair the Primary VM",
			},
			Key: "host.FaultToleranceManager.makePrimary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Make peer VM primary",
				Summary: "Makes the peer VM primary and terminates the local virtual machine",
			},
			Key: "host.FaultToleranceManager.goLivePeerVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop Fault Tolerant virtual machine",
				Summary: "Stop a specified virtual machine in a Fault Tolerant pair",
			},
			Key: "host.FaultToleranceManager.terminateFaultTolerantVM",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable Secondary VM",
				Summary: "Disable Fault Tolerance on a specified Secondary VM",
			},
			Key: "host.FaultToleranceManager.disableSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable Secondary VM",
				Summary: "Enable Fault Tolerance on a specified Secondary VM",
			},
			Key: "host.FaultToleranceManager.enableSecondary",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start Fault Tolerant Secondary VM",
				Summary: "Start Fault Tolerant Secondary VM on remote host",
			},
			Key: "host.FaultToleranceManager.startSecondaryOnRemoteHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister Fault Tolerance",
				Summary: "Unregister the Fault Tolerance service",
			},
			Key: "host.FaultToleranceManager.unregister",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set local VM component health",
				Summary: "Sets the component health information of the specified local virtual machine",
			},
			Key: "host.FaultToleranceManager.setLocalVMComponentHealth",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get peer VM component health",
				Summary: "Gets component health information of the FT peer of the specified local virtual machine",
			},
			Key: "host.FaultToleranceManager.getPeerVMComponentHealth",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add custom field",
				Summary: "Creates a new custom property",
			},
			Key: "CustomFieldsManager.addFieldDefinition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove custom field",
				Summary: "Removes a custom property",
			},
			Key: "CustomFieldsManager.removeFieldDefinition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename custom property",
				Summary: "Renames a custom property",
			},
			Key: "CustomFieldsManager.renameFieldDefinition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set custom field",
				Summary: "Assigns a value to a custom property",
			},
			Key: "CustomFieldsManager.setField",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get ManagedEntities",
				Summary: "Get the list of ManagedEntities that the name is a Substring of the custom field name and the value is a Substring of the field value.",
			},
			Key: "CustomFieldsManager.getEntitiesWithCustomFieldAndValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomFields",
				Summary: "retrieveCustomFields",
			},
			Key: "CustomFieldsManager.retrieveCustomFields",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update agent virtual machine information",
				Summary: "Updates agent virtual machine information",
			},
			Key: "EsxAgentConfigManager.updateAgentVmInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query agent virtual machine information",
				Summary: "Returns the state for each of the specified agent virtual machines",
			},
			Key: "EsxAgentConfigManager.queryAgentVmInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update compute resource agent information",
				Summary: "Updates the number of required agent virtual machines for one or more compute resources",
			},
			Key: "EsxAgentConfigManager.updateComputeResourceAgentInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query compute resource agent information",
				Summary: "Retrieves the agent information for one or more compute resources",
			},
			Key: "EsxAgentConfigManager.queryComputeResourceAgentInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set folder custom value",
				Summary: "Sets the value of a custom field of a folder",
			},
			Key: "Folder.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload folder",
				Summary: "Reloads the folder",
			},
			Key: "Folder.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename folder",
				Summary: "Rename the folder",
			},
			Key: "Folder.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete folder",
				Summary: "Delete this object, deleting its contents and removing it from its parent folder (if any)",
			},
			Key: "Folder.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the folder",
			},
			Key: "Folder.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the folder",
			},
			Key: "Folder.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "Folder.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create folder",
				Summary: "Creates a new folder",
			},
			Key: "Folder.createFolder",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move entities",
				Summary: "Moves a set of managed entities into this folder",
			},
			Key: "Folder.moveInto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create virtual machine",
				Summary: "Create a new virtual machine",
			},
			Key: "Folder.createVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register virtual machine",
				Summary: "Adds an existing virtual machine to the folder",
			},
			Key: "Folder.registerVm",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create cluster",
				Summary: "Create a new cluster compute-resource in this folder",
			},
			Key: "Folder.createCluster",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create cluster",
				Summary: "Create a new cluster compute-resource in this folder",
			},
			Key: "Folder.createClusterEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add standalone host",
				Summary: "Create a new single-host compute-resource",
			},
			Key: "Folder.addStandaloneHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add standalone host and enable lockdown",
				Summary: "Create a new single-host compute-resource and enable lockdown mode on the host",
			},
			Key: "Folder.addStandaloneHostWithAdminDisabled",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create datacenter",
				Summary: "Create a new datacenter with the given name",
			},
			Key: "Folder.createDatacenter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unregister and Delete",
				Summary: "Recursively deletes all child virtual machine folders and unregisters all virtual machines",
			},
			Key: "Folder.unregisterAndDestroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a vSphere Distributed Switch",
				Summary: "Create a vSphere Distributed Switch",
			},
			Key: "Folder.createDistributedVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a datastore cluster",
				Summary: "Create a datastore cluster",
			},
			Key: "Folder.createStoragePod",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateHostSpecification",
				Summary: "updateHostSpecification",
			},
			Key: "profile.host.HostSpecificationManager.updateHostSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateHostSubSpecification",
				Summary: "updateHostSubSpecification",
			},
			Key: "profile.host.HostSpecificationManager.updateHostSubSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveHostSpecification",
				Summary: "retrieveHostSpecification",
			},
			Key: "profile.host.HostSpecificationManager.retrieveHostSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "deleteHostSubSpecification",
				Summary: "deleteHostSubSpecification",
			},
			Key: "profile.host.HostSpecificationManager.deleteHostSubSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "deleteHostSpecification",
				Summary: "deleteHostSpecification",
			},
			Key: "profile.host.HostSpecificationManager.deleteHostSpecification",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getUpdatedHosts",
				Summary: "getUpdatedHosts",
			},
			Key: "profile.host.HostSpecificationManager.getUpdatedHosts",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create cluster profile",
				Summary: "Create cluster profile",
			},
			Key: "profile.cluster.ProfileManager.createProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query policy metadata",
				Summary: "Query policy metadata",
			},
			Key: "profile.cluster.ProfileManager.queryPolicyMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Find associated profile",
				Summary: "Find associated profile",
			},
			Key: "profile.cluster.ProfileManager.findAssociatedProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query host kernel modules",
				Summary: "Retrieves information about the kernel modules on the host",
			},
			Key: "host.KernelModuleSystem.queryModules",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update kernel module option",
				Summary: "Specifies the options to be passed to the kernel module when loaded",
			},
			Key: "host.KernelModuleSystem.updateModuleOptionString",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query kernel module options",
				Summary: "Retrieves the options configured to be passed to a kernel module when loaded",
			},
			Key: "host.KernelModuleSystem.queryConfiguredModuleOptionString",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set storage custom value",
				Summary: "Sets the value of a custom field of a host storage system",
			},
			Key: "host.StorageSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve disk partition information",
				Summary: "Gets the partition information for the disks named by the device names",
			},
			Key: "host.StorageSystem.retrieveDiskPartitionInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Compute disk partition information",
				Summary: "Computes the disk partition information given the desired disk layout",
			},
			Key: "host.StorageSystem.computeDiskPartitionInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Compute disk partition information for resize",
				Summary: "Compute disk partition information for resizing a partition",
			},
			Key: "host.StorageSystem.computeDiskPartitionInfoForResize",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update disk partitions",
				Summary: "Change the partitions on the disk by supplying a partition specification and the device name",
			},
			Key: "host.StorageSystem.updateDiskPartitions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Format VMFS",
				Summary: "Formats a new VMFS on a disk partition",
			},
			Key: "host.StorageSystem.formatVmfs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mount VMFS volume",
				Summary: "Mounts an unmounted VMFS volume",
			},
			Key: "host.StorageSystem.mountVmfsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unmount VMFS volume",
				Summary: "Unmount a mounted VMFS volume",
			},
			Key: "host.StorageSystem.unmountVmfsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unmount VMFS volumes",
				Summary: "Unmounts one or more mounted VMFS volumes",
			},
			Key: "host.StorageSystem.unmountVmfsVolumeEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "mountVmfsVolumeEx",
				Summary: "mountVmfsVolumeEx",
			},
			Key: "host.StorageSystem.mountVmfsVolumeEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "unmapVmfsVolumeEx",
				Summary: "unmapVmfsVolumeEx",
			},
			Key: "host.StorageSystem.unmapVmfsVolumeEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete state information for unmounted VMFS volume",
				Summary: "Removes the state information for a previously unmounted VMFS volume",
			},
			Key: "host.StorageSystem.deleteVmfsVolumeState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rescan VMFS",
				Summary: "Rescan for new VMFS volumes",
			},
			Key: "host.StorageSystem.rescanVmfs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extend VMFS",
				Summary: "Extend a VMFS by attaching a disk partition",
			},
			Key: "host.StorageSystem.attachVmfsExtent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Expand VMFS extent",
				Summary: "Expand the capacity of the VMFS extent",
			},
			Key: "host.StorageSystem.expandVmfsExtent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade VMFS",
				Summary: "Upgrade the VMFS to the current VMFS version",
			},
			Key: "host.StorageSystem.upgradeVmfs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Relocate virtual machine disks",
				Summary: "Relocate the disks for all virtual machines into directories if stored in the ROOT",
			},
			Key: "host.StorageSystem.upgradeVmLayout",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query unbound VMFS volumes",
				Summary: "Query for the list of unbound VMFS volumes",
			},
			Key: "host.StorageSystem.queryUnresolvedVmfsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resolve VMFS volumes",
				Summary: "Resolve the detected copies of VMFS volumes",
			},
			Key: "host.StorageSystem.resolveMultipleUnresolvedVmfsVolumes",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Resolve VMFS volumes",
				Summary: "Resolves the detected copies of VMFS volumes",
			},
			Key: "host.StorageSystem.resolveMultipleUnresolvedVmfsVolumesEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unmount force mounted VMFS",
				Summary: "Unmounts a force mounted VMFS volume",
			},
			Key: "host.StorageSystem.unmountForceMountedVmfsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rescan HBA",
				Summary: "Rescan a specific storage adapter for new storage devices",
			},
			Key: "host.StorageSystem.rescanHba",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rescan all HBAs",
				Summary: "Rescan all storage adapters for new storage devices",
			},
			Key: "host.StorageSystem.rescanAllHba",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change Software Internet SCSI Status",
				Summary: "Enables or disables Software Internet SCSI",
			},
			Key: "host.StorageSystem.updateSoftwareInternetScsiEnabled",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI discovery properties",
				Summary: "Updates the discovery properties for an Internet SCSI host bus adapter",
			},
			Key: "host.StorageSystem.updateInternetScsiDiscoveryProperties",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI authentication properties",
				Summary: "Updates the authentication properties for an Internet SCSI host bus adapter",
			},
			Key: "host.StorageSystem.updateInternetScsiAuthenticationProperties",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI digest properties",
				Summary: "Update the digest properties of an Internet SCSI host bus adapter or target",
			},
			Key: "host.StorageSystem.updateInternetScsiDigestProperties",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI advanced options",
				Summary: "Update the advanced options of an Internet SCSI host bus adapter or target",
			},
			Key: "host.StorageSystem.updateInternetScsiAdvancedOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI IP properties",
				Summary: "Updates the IP properties for an Internet SCSI host bus adapter",
			},
			Key: "host.StorageSystem.updateInternetScsiIPProperties",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI name",
				Summary: "Updates the name of an Internet SCSI host bus adapter",
			},
			Key: "host.StorageSystem.updateInternetScsiName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update Internet SCSI alias",
				Summary: "Updates the alias of an Internet SCSI host bus adapter",
			},
			Key: "host.StorageSystem.updateInternetScsiAlias",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Internet SCSI send targets",
				Summary: "Adds send target entries to the host bus adapter discovery list",
			},
			Key: "host.StorageSystem.addInternetScsiSendTargets",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove Internet SCSI send targets",
				Summary: "Removes send target entries from the host bus adapter discovery list",
			},
			Key: "host.StorageSystem.removeInternetScsiSendTargets",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add Internet SCSI static targets ",
				Summary: "Adds static target entries to the host bus adapter discovery list",
			},
			Key: "host.StorageSystem.addInternetScsiStaticTargets",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove Internet SCSI static targets",
				Summary: "Removes static target entries from the host bus adapter discovery list",
			},
			Key: "host.StorageSystem.removeInternetScsiStaticTargets",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable multiple path",
				Summary: "Enable a path for a logical unit",
			},
			Key: "host.StorageSystem.enableMultipathPath",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable multiple path",
				Summary: "Disable a path for a logical unit",
			},
			Key: "host.StorageSystem.disableMultipathPath",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set logical unit policy",
				Summary: "Set the multipath policy for a logical unit ",
			},
			Key: "host.StorageSystem.setMultipathLunPolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query path selection policy options",
				Summary: "Queries the set of path selection policy options",
			},
			Key: "host.StorageSystem.queryPathSelectionPolicyOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query storage array type policy options",
				Summary: "Queries the set of storage array type policy options",
			},
			Key: "host.StorageSystem.queryStorageArrayTypePolicyOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update SCSI LUN display name",
				Summary: "Updates the display name of a SCSI LUN",
			},
			Key: "host.StorageSystem.updateScsiLunDisplayName",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Detach SCSI LUN",
				Summary: "Blocks I/O operations to the attached SCSI LUN",
			},
			Key: "host.StorageSystem.detachScsiLun",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Detach SCSI LUNs",
				Summary: "Blocks I/O operations to one or more attached SCSI LUNs",
			},
			Key: "host.StorageSystem.detachScsiLunEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete state information for detached SCSI LUN",
				Summary: "Removes the state information for a previously detached SCSI LUN",
			},
			Key: "host.StorageSystem.deleteScsiLunState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Attach SCSI LUN",
				Summary: "Allow I/O issue to the specified detached SCSI LUN",
			},
			Key: "host.StorageSystem.attachScsiLun",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Attach SCSI LUNs",
				Summary: "Enables I/O operations to one or more detached SCSI LUNs",
			},
			Key: "host.StorageSystem.attachScsiLunEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh host storage system",
				Summary: "Refresh the storage information and settings to pick up any changes that have occurred",
			},
			Key: "host.StorageSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Discover FCOE storage",
				Summary: "Discovers new storage using FCOE",
			},
			Key: "host.StorageSystem.discoverFcoeHbas",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update FCOE HBA state",
				Summary: "Mark or unmark the specified FCOE HBA for removal from the host system",
			},
			Key: "host.StorageSystem.markForRemoval",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Format VFFS",
				Summary: "Formats a new VFFS on a SSD disk",
			},
			Key: "host.StorageSystem.formatVffs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extend VFFS",
				Summary: "Extends a VFFS by attaching a SSD disk",
			},
			Key: "host.StorageSystem.extendVffs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete VFFS",
				Summary: "Deletes a VFFS from the host",
			},
			Key: "host.StorageSystem.destroyVffs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mounts VFFS volume",
				Summary: "Mounts an unmounted VFFS volume",
			},
			Key: "host.StorageSystem.mountVffsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unmounts VFFS volume",
				Summary: "Unmounts a mounted VFFS volume",
			},
			Key: "host.StorageSystem.unmountVffsVolume",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete state information for unmounted VFFS volume",
				Summary: "Removes the state information for a previously unmounted VFFS volume",
			},
			Key: "host.StorageSystem.deleteVffsVolumeState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rescan VFFS",
				Summary: "Rescans for new VFFS volumes",
			},
			Key: "host.StorageSystem.rescanVffs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query available SSD disks",
				Summary: "Queries available SSD disks",
			},
			Key: "host.StorageSystem.queryAvailableSsds",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set NFS user",
				Summary: "Sets an NFS user",
			},
			Key: "host.StorageSystem.setNFSUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change NFS user password",
				Summary: "Changes the password of an NFS user",
			},
			Key: "host.StorageSystem.changeNFSUserPassword",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query NFS user",
				Summary: "Queries an NFS user",
			},
			Key: "host.StorageSystem.queryNFSUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clear NFS user",
				Summary: "Deletes an NFS user",
			},
			Key: "host.StorageSystem.clearNFSUser",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Turn on disk locator LEDs",
				Summary: "Turns on one or more disk locator LEDs",
			},
			Key: "host.StorageSystem.turnDiskLocatorLedOn",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Turn off locator LEDs",
				Summary: "Turns off one or more disk locator LEDs",
			},
			Key: "host.StorageSystem.turnDiskLocatorLedOff",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mark the disk as a flash disk",
				Summary: "Marks the disk as a flash disk",
			},
			Key: "host.StorageSystem.markAsSsd",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mark the disk as a HDD disk",
				Summary: "Marks the disk as a HDD disk",
			},
			Key: "host.StorageSystem.markAsNonSsd",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mark the disk as a local disk",
				Summary: "Marks the disk as a local disk",
			},
			Key: "host.StorageSystem.markAsLocal",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Mark the disk as a remote disk",
				Summary: "Marks the disk as a remote disk",
			},
			Key: "host.StorageSystem.markAsNonLocal",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "QueryIoFilterProviderId",
				Summary: "QueryIoFilterProviderId",
			},
			Key: "host.StorageSystem.QueryIoFilterProviderId",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "FetchIoFilterSharedSecret",
				Summary: "FetchIoFilterSharedSecret",
			},
			Key: "host.StorageSystem.FetchIoFilterSharedSecret",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update VMFS unmap priority",
				Summary: "Updates the priority of VMFS space reclamation operation",
			},
			Key: "host.StorageSystem.updateVmfsUnmapPriority",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query VMFS config option",
				Summary: "Query VMFS config option",
			},
			Key: "host.StorageSystem.queryVmfsConfigOption",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set EVC manager custom value",
				Summary: "Sets the value of a custom field for an Enhanced vMotion Compatibility manager",
			},
			Key: "cluster.TransitionalEVCManager.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure cluster EVC",
				Summary: "Enable/reconfigure Enhanced vMotion Compatibility for a cluster",
			},
			Key: "cluster.TransitionalEVCManager.configureEVC",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable cluster EVC",
				Summary: "Disable Enhanced vMotion Compatibility for a cluster",
			},
			Key: "cluster.TransitionalEVCManager.disableEVC",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate EVC mode for cluster",
				Summary: "Test the validity of configuring Enhanced vMotion Compatibility mode on the managed cluster",
			},
			Key: "cluster.TransitionalEVCManager.checkConfigureEVC",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Validate host for EVC cluster",
				Summary: "Tests the validity of adding a host into the Enhanced vMotion Compatibility cluster",
			},
			Key: "cluster.TransitionalEVCManager.checkAddHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve argument description for event type",
				Summary: "Retrieves the argument meta-data for a given event type",
			},
			Key: "event.EventManager.retrieveArgumentDescription",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create event collector",
				Summary: "Creates an event collector to retrieve all server events based on a filter",
			},
			Key: "event.EventManager.createCollector",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Log user event",
				Summary: "Logs a user-defined event",
			},
			Key: "event.EventManager.logUserEvent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Get events",
				Summary: "Provides the events selected by the specified filter",
			},
			Key: "event.EventManager.QueryEvent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query events by IDs",
				Summary: "Returns the events specified by a list of IDs",
			},
			Key: "event.EventManager.queryEventsById",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Post event",
				Summary: "Posts the specified event",
			},
			Key: "event.EventManager.postEvent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query latest events in event filter",
				Summary: "Query the latest events in the specified filter",
			},
			Key: "event.EventManager.queryLastEvent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create default host profile of specified type",
				Summary: "Creates a default host profile of the specified type",
			},
			Key: "profile.host.profileEngine.HostProfileManager.createDefaultProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile policy option metadata",
				Summary: "Gets the profile policy option metadata for the specified policy names",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryPolicyMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile metadata",
				Summary: "Gets the profile metadata for the specified profile names and profile types",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryProfileMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile category metadata",
				Summary: "Gets the profile category metadata for the specified category names",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryProfileCategoryMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile component metadata",
				Summary: "Gets the profile component metadata for the specified component names",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryProfileComponentMetadata",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Execute host profile manager engine",
				Summary: "Executes the host profile manager engine",
			},
			Key: "profile.host.profileEngine.HostProfileManager.execute",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Bookkeep host profile",
				Summary: "Bookkeep host profile",
			},
			Key: "profile.host.profileEngine.HostProfileManager.bookKeep",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve profile description",
				Summary: "Retrieves description of a profile",
			},
			Key: "profile.host.profileEngine.HostProfileManager.retrieveProfileDescription",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update configuration tasks from host configuration",
				Summary: "Update configuration tasks from host configuration",
			},
			Key: "profile.host.profileEngine.HostProfileManager.updateTaskConfigSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "generateTaskList",
				Summary: "generateTaskList",
			},
			Key: "profile.host.profileEngine.HostProfileManager.generateTaskList",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "generateHostConfigTaskSpec",
				Summary: "generateHostConfigTaskSpec",
			},
			Key: "profile.host.profileEngine.HostProfileManager.generateHostConfigTaskSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve profile from host configuration",
				Summary: "Retrieves a profile from the host's configuration",
			},
			Key: "profile.host.profileEngine.HostProfileManager.retrieveProfile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare host profile for export",
				Summary: "Prepares a host profile for export",
			},
			Key: "profile.host.profileEngine.HostProfileManager.prepareExport",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query user input policy options",
				Summary: "Gets a list of policy options that are set to require user inputs",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryUserInputPolicyOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query profile structure",
				Summary: "Gets information about the structure of a profile",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryProfileStructure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply host configuration",
				Summary: "Applies the specified host configuration to the host",
			},
			Key: "profile.host.profileEngine.HostProfileManager.applyHostConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query host profile manager state",
				Summary: "Gets the current state of the host profile manager and plug-ins on a host",
			},
			Key: "profile.host.profileEngine.HostProfileManager.queryState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set backup agent custom value",
				Summary: "Set backup agent custom value",
			},
			Key: "vm.BackupAgent.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start virtual machine backup",
				Summary: "Start a backup operation inside the virtual machine guest",
			},
			Key: "vm.BackupAgent.startBackup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Stop virtual machine backup",
				Summary: "Stop a backup operation in a virtual machine",
			},
			Key: "vm.BackupAgent.abortBackup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Notify virtual machine snapshot completion",
				Summary: "Notify the virtual machine when a snapshot operation is complete",
			},
			Key: "vm.BackupAgent.notifySnapshotCompletion",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Wait for guest event",
				Summary: "Wait for an event delivered by the virtual machine guest",
			},
			Key: "vm.BackupAgent.waitForEvent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh hardware information",
				Summary: "Refresh hardware information",
			},
			Key: "host.HealthStatusSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reset system health sensors",
				Summary: "Resets the state of the sensors of the IPMI subsystem",
			},
			Key: "host.HealthStatusSystem.resetSystemHealthInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clear hardware IPMI System Event Log",
				Summary: "Clear hardware IPMI System Event Log",
			},
			Key: "host.HealthStatusSystem.clearSystemEventLog",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh hardware IPMI System Event Log",
				Summary: "Refresh hardware IPMI System Event Log",
			},
			Key: "host.HealthStatusSystem.FetchSystemEventLog",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create a virtual disk object",
				Summary: "Create a virtual disk object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.createDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Register a legacy disk to be a virtual disk object",
				Summary: "Register a legacy disk to be a virtual disk object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.registerDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Extend a virtual disk to the new capacity",
				Summary: "Extend a virtual disk to the new capacity",
			},
			Key: "vslm.vcenter.VStorageObjectManager.extendDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Inflate a thin virtual disk",
				Summary: "Inflate a thin virtual disk",
			},
			Key: "vslm.vcenter.VStorageObjectManager.inflateDisk",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename a virtual storage object",
				Summary: "Rename a virtual storage object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.renameVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update storage policy on a virtual storage object",
				Summary: "Update storage policy on a virtual storage object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.updateVStorageObjectPolicy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete a virtual storage object",
				Summary: "Delete a virtual storage object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.deleteVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve a virtual storage object",
				Summary: "Retrieve a virtual storage object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.retrieveVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveVStorageObjectState",
				Summary: "retrieveVStorageObjectState",
			},
			Key: "vslm.vcenter.VStorageObjectManager.retrieveVStorageObjectState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "List virtual storage objects on a datastore",
				Summary: "List virtual storage objects on a datastore",
			},
			Key: "vslm.vcenter.VStorageObjectManager.listVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Clone a virtual storage object",
				Summary: "Clone a virtual storage object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.cloneVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Relocate a virtual storage object",
				Summary: "Relocate a virtual storage object",
			},
			Key: "vslm.vcenter.VStorageObjectManager.relocateVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "attachTagToVStorageObject",
				Summary: "attachTagToVStorageObject",
			},
			Key: "vslm.vcenter.VStorageObjectManager.attachTagToVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "detachTagFromVStorageObject",
				Summary: "detachTagFromVStorageObject",
			},
			Key: "vslm.vcenter.VStorageObjectManager.detachTagFromVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "listVStorageObjectsAttachedToTag",
				Summary: "listVStorageObjectsAttachedToTag",
			},
			Key: "vslm.vcenter.VStorageObjectManager.listVStorageObjectsAttachedToTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "listTagsAttachedToVStorageObject",
				Summary: "listTagsAttachedToVStorageObject",
			},
			Key: "vslm.vcenter.VStorageObjectManager.listTagsAttachedToVStorageObject",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconcile datastore inventory",
				Summary: "Reconcile datastore inventory",
			},
			Key: "vslm.vcenter.VStorageObjectManager.reconcileDatastoreInventory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Schedule reconcile datastore inventory",
				Summary: "Schedule reconcile datastore inventory",
			},
			Key: "vslm.vcenter.VStorageObjectManager.scheduleReconcileDatastoreInventory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare a vCenter HA setup",
				Summary: "Prepare vCenter HA setup on the local vCenter Server",
			},
			Key: "vcha.FailoverClusterConfigurator.prepare",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deploy a vCenter HA cluster",
				Summary: "Deploy and configure vCenter HA on the local vCenter Server",
			},
			Key: "vcha.FailoverClusterConfigurator.deploy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure a vCenter HA cluster",
				Summary: "Configure vCenter HA on the local vCenter Server",
			},
			Key: "vcha.FailoverClusterConfigurator.configure",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create passive node",
				Summary: "Create a passive node in a vCenter HA Cluster",
			},
			Key: "vcha.FailoverClusterConfigurator.createPassiveNode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create witness node",
				Summary: "Create a witness node in a vCenter HA Cluster",
			},
			Key: "vcha.FailoverClusterConfigurator.createWitnessNode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "getConfig",
				Summary: "getConfig",
			},
			Key: "vcha.FailoverClusterConfigurator.getConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Destroy the vCenter HA cluster",
				Summary: "Destroy the vCenter HA cluster setup and remove all configuration files",
			},
			Key: "vcha.FailoverClusterConfigurator.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set graphics manager custom value",
				Summary: "Sets the value of a custom field of the graphics manager",
			},
			Key: "host.GraphicsManager.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh graphics information",
				Summary: "Refresh graphics device information",
			},
			Key: "host.GraphicsManager.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check if shared graphics is active",
				Summary: "Check if shared graphics is active on the host",
			},
			Key: "host.GraphicsManager.isSharedGraphicsActive",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateGraphicsConfig",
				Summary: "updateGraphicsConfig",
			},
			Key: "host.GraphicsManager.updateGraphicsConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addKey",
				Summary: "addKey",
			},
			Key: "encryption.CryptoManagerKmip.addKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "addKeys",
				Summary: "addKeys",
			},
			Key: "encryption.CryptoManagerKmip.addKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeKey",
				Summary: "removeKey",
			},
			Key: "encryption.CryptoManagerKmip.removeKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeKeys",
				Summary: "removeKeys",
			},
			Key: "encryption.CryptoManagerKmip.removeKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "listKeys",
				Summary: "listKeys",
			},
			Key: "encryption.CryptoManagerKmip.listKeys",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "registerKmipServer",
				Summary: "registerKmipServer",
			},
			Key: "encryption.CryptoManagerKmip.registerKmipServer",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "markDefault",
				Summary: "markDefault",
			},
			Key: "encryption.CryptoManagerKmip.markDefault",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateKmipServer",
				Summary: "updateKmipServer",
			},
			Key: "encryption.CryptoManagerKmip.updateKmipServer",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "removeKmipServer",
				Summary: "removeKmipServer",
			},
			Key: "encryption.CryptoManagerKmip.removeKmipServer",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "listKmipServers",
				Summary: "listKmipServers",
			},
			Key: "encryption.CryptoManagerKmip.listKmipServers",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveKmipServersStatus",
				Summary: "retrieveKmipServersStatus",
			},
			Key: "encryption.CryptoManagerKmip.retrieveKmipServersStatus",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "generateKey",
				Summary: "generateKey",
			},
			Key: "encryption.CryptoManagerKmip.generateKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveKmipServerCert",
				Summary: "retrieveKmipServerCert",
			},
			Key: "encryption.CryptoManagerKmip.retrieveKmipServerCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "uploadKmipServerCert",
				Summary: "uploadKmipServerCert",
			},
			Key: "encryption.CryptoManagerKmip.uploadKmipServerCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "generateSelfSignedClientCert",
				Summary: "generateSelfSignedClientCert",
			},
			Key: "encryption.CryptoManagerKmip.generateSelfSignedClientCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "generateClientCsr",
				Summary: "generateClientCsr",
			},
			Key: "encryption.CryptoManagerKmip.generateClientCsr",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveSelfSignedClientCert",
				Summary: "retrieveSelfSignedClientCert",
			},
			Key: "encryption.CryptoManagerKmip.retrieveSelfSignedClientCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveClientCsr",
				Summary: "retrieveClientCsr",
			},
			Key: "encryption.CryptoManagerKmip.retrieveClientCsr",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveClientCert",
				Summary: "retrieveClientCert",
			},
			Key: "encryption.CryptoManagerKmip.retrieveClientCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateSelfSignedClientCert",
				Summary: "updateSelfSignedClientCert",
			},
			Key: "encryption.CryptoManagerKmip.updateSelfSignedClientCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "updateKmsSignedCsrClientCert",
				Summary: "updateKmsSignedCsrClientCert",
			},
			Key: "encryption.CryptoManagerKmip.updateKmsSignedCsrClientCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "uploadClientCert",
				Summary: "uploadClientCert",
			},
			Key: "encryption.CryptoManagerKmip.uploadClientCert",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set host custom value",
				Summary: "Sets the value of a custom field of an host",
			},
			Key: "HostSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reload host system",
				Summary: "Reloads the host system",
			},
			Key: "HostSystem.reload",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rename host",
				Summary: "Rename this host",
			},
			Key: "HostSystem.rename",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove host",
				Summary: "Removes the host",
			},
			Key: "HostSystem.destroy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add tag",
				Summary: "Add a set of tags to the host",
			},
			Key: "HostSystem.addTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove tag",
				Summary: "Remove a set of tags from the host",
			},
			Key: "HostSystem.removeTag",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "retrieveCustomValues",
				Summary: "retrieveCustomValues",
			},
			Key: "HostSystem.retrieveCustomValues",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query TPM attestation information",
				Summary: "Provides details of the secure boot and TPM status",
			},
			Key: "HostSystem.queryTpmAttestationReport",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query connection information",
				Summary: "Connection information about a host",
			},
			Key: "HostSystem.queryConnectionInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve internal host capabilities",
				Summary: "Retrieves vCenter Server-specific internal host capabilities",
			},
			Key: "HostSystem.retrieveInternalCapability",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "<internal>",
				Summary: "<internal>",
			},
			Key: "HostSystem.retrieveInternalConfigManager",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update system resources",
				Summary: "Update the configuration of the system resource hierarchy",
			},
			Key: "HostSystem.updateSystemResources",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update system swap configuration",
				Summary: "Update the configuration of the system swap",
			},
			Key: "HostSystem.updateSystemSwapConfiguration",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconnect host",
				Summary: "Reconnects to a host",
			},
			Key: "HostSystem.reconnect",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disconnect host",
				Summary: "Disconnects from a host",
			},
			Key: "HostSystem.disconnect",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enter maintenance mode",
				Summary: "Puts the host in maintenance mode",
			},
			Key: "HostSystem.enterMaintenanceMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Exit maintenance mode",
				Summary: "Disables maintenance mode",
			},
			Key: "HostSystem.exitMaintenanceMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate host reboot",
				Summary: "Initiates a host reboot",
			},
			Key: "HostSystem.reboot",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Initiate host shutdown",
				Summary: "Initiates a host shutdown",
			},
			Key: "HostSystem.shutdown",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enter standby mode",
				Summary: "Puts this host into standby mode",
			},
			Key: "HostSystem.enterStandbyMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Exit standby mode",
				Summary: "Brings this host out of standby mode",
			},
			Key: "HostSystem.exitStandbyMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query host overhead",
				Summary: "Determines the amount of memory overhead necessary to power on a virtual machine with the specified characteristics",
			},
			Key: "HostSystem.queryOverhead",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query memory overhead",
				Summary: "Query memory overhead",
			},
			Key: "HostSystem.queryOverheadEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure vSphere HA host",
				Summary: "Reconfigures the host for vSphere HA",
			},
			Key: "HostSystem.reconfigureDAS",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve Patch Manager",
				Summary: "Retrieves a reference to Patch Manager",
			},
			Key: "HostSystem.retrievePatchManager",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update host system flags",
				Summary: "Update the flags of the host system",
			},
			Key: "HostSystem.updateFlags",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Send Wake-on-LAN packet",
				Summary: "Send Wake-on-LAN packets to the physical NICs specified",
			},
			Key: "HostSystem.sendWakeOnLanPacket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable lockdown mode",
				Summary: "Enable lockdown mode on this host",
			},
			Key: "HostSystem.disableAdmin",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable lockdown mode",
				Summary: "Disable lockdown mode on this host",
			},
			Key: "HostSystem.enableAdmin",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable lockdown mode",
				Summary: "Enable lockdown mode on this host",
			},
			Key: "HostSystem.enterLockdownMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Disable lockdown mode",
				Summary: "Disable lockdown mode on this host",
			},
			Key: "HostSystem.exitLockdownMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update management server IP",
				Summary: "Update information about the vCenter Server managing this host",
			},
			Key: "HostSystem.updateManagementServerIp",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Acquire CIM service",
				Summary: "Establish a remote connection to a CIM interface",
			},
			Key: "HostSystem.acquireCimServicesTicket",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update IPMI or ILO information used by DPM",
				Summary: "Update IPMI or ILO information for this host used by DPM",
			},
			Key: "HostSystem.updateIpmi",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update SSL thumbprint registry",
				Summary: "Updates the SSL thumbprint registry on the host",
			},
			Key: "HostSystem.updateSslThumbprintInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve host hardware uptime",
				Summary: "Retrieves the hardware uptime for the host in seconds",
			},
			Key: "HostSystem.retrieveHardwareUptime",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve Dynamic Type Manager",
				Summary: "Retrieves a reference to Dynamic Type Manager",
			},
			Key: "HostSystem.retrieveDynamicTypeManager",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve Managed Method Executer",
				Summary: "Retrieves a referemce to Managed Method Executer",
			},
			Key: "HostSystem.retrieveManagedMethodExecuter",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query virtual machine memory overhead",
				Summary: "Query memory overhead for a virtual machine power on",
			},
			Key: "HostSystem.queryOverheadEx2",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Test EVC mode",
				Summary: "Test an EVC mode on a host",
			},
			Key: "HostSystem.testEvcMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply EVC mode",
				Summary: "Applies an EVC mode to a host",
			},
			Key: "HostSystem.applyEvcMode",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check whether the certificate is trusted by vCenter Server",
				Summary: "Checks whether the certificate matches the host certificate that vCenter Server trusts",
			},
			Key: "HostSystem.checkCertificateTrusted",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Prepare host",
				Summary: "Prepare host for encryption",
			},
			Key: "HostSystem.prepareCrypto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enable encryption",
				Summary: "Enable encryption on the current host",
			},
			Key: "HostSystem.enableCrypto",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure the host key",
				Summary: "Configure the encryption key on the current host",
			},
			Key: "HostSystem.configureCryptoKey",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query supported switch specification",
				Summary: "Query supported switch specification",
			},
			Key: "dvs.DistributedVirtualSwitchManager.querySupportedSwitchSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query compatible hosts for a vSphere Distributed Switch specification",
				Summary: "Returns a list of hosts that are compatible with a given vSphere Distributed Switch specification",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryCompatibleHostForNewDvs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query compatible hosts for existing vSphere Distributed Switch",
				Summary: "Returns a list of hosts that are compatible with an existing vSphere Distributed Switch",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryCompatibleHostForExistingDvs",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query compatible host specification",
				Summary: "Query compatible host specification",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryCompatibleHostSpec",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query feature capabilities for vSphere Distributed Switch specification",
				Summary: "Queries feature capabilites available for a given vSphere Distributed Switch specification",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryFeatureCapability",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query switch by UUID",
				Summary: "Query switch by UUID",
			},
			Key: "dvs.DistributedVirtualSwitchManager.querySwitchByUuid",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query configuration target",
				Summary: "Query configuration target",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryDvsConfigTarget",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Check compatibility of hosts against a vSphere Distributed Switch version",
				Summary: "Check compatibility of hosts against a vSphere Distributed Switch version",
			},
			Key: "dvs.DistributedVirtualSwitchManager.checkCompatibility",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update opaque data for set of entities",
				Summary: "Update opaque data for set of entities",
			},
			Key: "dvs.DistributedVirtualSwitchManager.updateOpaqueData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update opaque data for set of entities",
				Summary: "Update opaque data for set of entities",
			},
			Key: "dvs.DistributedVirtualSwitchManager.updateOpaqueDataEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Fetch opaque data for set of entities",
				Summary: "Fetch opaque data for set of entities",
			},
			Key: "dvs.DistributedVirtualSwitchManager.fetchOpaqueData",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Fetch opaque data for set of entities",
				Summary: "Fetch opaque data for set of entities",
			},
			Key: "dvs.DistributedVirtualSwitchManager.fetchOpaqueDataEx",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Execute opaque command for set of entities",
				Summary: "Execute opaque command for set of entities",
			},
			Key: "dvs.DistributedVirtualSwitchManager.executeOpaqueCommand",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Rectify vNetwork Distributed Switch host",
				Summary: "Rectify vNetwork Distributed Switch host",
			},
			Key: "dvs.DistributedVirtualSwitchManager.rectifyHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export configuration of the entity",
				Summary: "Export configuration of the entity",
			},
			Key: "dvs.DistributedVirtualSwitchManager.exportEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Import configuration of the entity",
				Summary: "Import configuration of the entity",
			},
			Key: "dvs.DistributedVirtualSwitchManager.importEntity",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Look up portgroup based on portgroup key",
				Summary: "Look up portgroup based on portgroup key",
			},
			Key: "dvs.DistributedVirtualSwitchManager.lookupPortgroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query uplink team information",
				Summary: "Query uplink team information",
			},
			Key: "dvs.DistributedVirtualSwitchManager.QueryDvpgUplinkTeam",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryHostNetworkResource",
				Summary: "queryHostNetworkResource",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryHostNetworkResource",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "queryVwirePort",
				Summary: "queryVwirePort",
			},
			Key: "dvs.DistributedVirtualSwitchManager.queryVwirePort",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move file",
				Summary: "Move the file, folder, or disk from source datacenter to destination datacenter",
			},
			Key: "FileManager.move",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Move file",
				Summary: "Move the source file or folder to destination datacenter",
			},
			Key: "FileManager.moveFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Copy file",
				Summary: "Copy the file, folder, or disk from source datacenter to destination datacenter",
			},
			Key: "FileManager.copy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Copy file",
				Summary: "Copy the source file or folder to destination datacenter",
			},
			Key: "FileManager.copyFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete file",
				Summary: "Delete the file, folder, or disk from source datacenter",
			},
			Key: "FileManager.delete",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Delete file",
				Summary: "Delete the source file or folder from the datastore",
			},
			Key: "FileManager.deleteFile",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Make Directory",
				Summary: "Create a directory using the specified name",
			},
			Key: "FileManager.makeDirectory",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change owner",
				Summary: "Change the owner of the specified file to the specified user",
			},
			Key: "FileManager.changeOwner",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query process information",
				Summary: "Retrieves information regarding processes",
			},
			Key: "host.SystemDebugManager.queryProcessInfo",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set network custom value",
				Summary: "Sets the value of a custom field of a host network system",
			},
			Key: "host.NetworkSystem.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update network configuration",
				Summary: "Network configuration information",
			},
			Key: "host.NetworkSystem.updateNetworkConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update DNS configuration",
				Summary: "Update the DNS configuration for the host",
			},
			Key: "host.NetworkSystem.updateDnsConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update IP route configuration",
				Summary: "Update IP route configuration",
			},
			Key: "host.NetworkSystem.updateIpRouteConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update console IP route configuration",
				Summary: "Update console IP route configuration",
			},
			Key: "host.NetworkSystem.updateConsoleIpRouteConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update IP route table configuration",
				Summary: "Applies the IP route table configuration for the host",
			},
			Key: "host.NetworkSystem.updateIpRouteTableConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add virtual switch",
				Summary: "Add a new virtual switch to the system",
			},
			Key: "host.NetworkSystem.addVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove virtual switch",
				Summary: "Remove an existing virtual switch from the system",
			},
			Key: "host.NetworkSystem.removeVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update virtual switch",
				Summary: "Updates the properties of the virtual switch",
			},
			Key: "host.NetworkSystem.updateVirtualSwitch",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add port group",
				Summary: "Add a port group to the virtual switch",
			},
			Key: "host.NetworkSystem.addPortGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove port group",
				Summary: "Remove a port group from the virtual switch",
			},
			Key: "host.NetworkSystem.removePortGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure port group",
				Summary: "Reconfigure a port group on the virtual switch",
			},
			Key: "host.NetworkSystem.updatePortGroup",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update physical NIC link speed",
				Summary: "Configure link speed and duplexity",
			},
			Key: "host.NetworkSystem.updatePhysicalNicLinkSpeed",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Query network hint",
				Summary: "Request network hint information for a physical NIC",
			},
			Key: "host.NetworkSystem.queryNetworkHint",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add virtual NIC",
				Summary: "Add a virtual host or service console NIC",
			},
			Key: "host.NetworkSystem.addVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove virtual NIC",
				Summary: "Remove a virtual host or service console NIC",
			},
			Key: "host.NetworkSystem.removeVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update virtual NIC",
				Summary: "Configure virtual host or VMkernel NIC",
			},
			Key: "host.NetworkSystem.updateVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Add service console virtual NIC",
				Summary: "Add a virtual service console NIC",
			},
			Key: "host.NetworkSystem.addServiceConsoleVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Remove service console virtual NIC",
				Summary: "Remove a virtual service console NIC",
			},
			Key: "host.NetworkSystem.removeServiceConsoleVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Update service console virtual NIC",
				Summary: "Update IP configuration for a service console virtual NIC",
			},
			Key: "host.NetworkSystem.updateServiceConsoleVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Restart virtual network adapter interface",
				Summary: "Restart the service console virtual network adapter interface",
			},
			Key: "host.NetworkSystem.restartServiceConsoleVirtualNic",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Refresh network information",
				Summary: "Refresh the network information and settings to detect any changes that have occurred",
			},
			Key: "host.NetworkSystem.refresh",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Invoke API call on host with transactionId",
				Summary: "Invoke API call on host with transactionId",
			},
			Key: "host.NetworkSystem.invokeHostTransactionCall",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Commit transaction to confirm that host is connected to vCenter Server",
				Summary: "Commit transaction to confirm that host is connected to vCenter Server",
			},
			Key: "host.NetworkSystem.commitTransaction",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "performHostOpaqueNetworkDataOperation",
				Summary: "performHostOpaqueNetworkDataOperation",
			},
			Key: "host.NetworkSystem.performHostOpaqueNetworkDataOperation",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve available diagnostic partitions",
				Summary: "Retrieves a list of available diagnostic partitions",
			},
			Key: "host.DiagnosticSystem.queryAvailablePartition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Change active diagnostic partition",
				Summary: "Changes the active diagnostic partition to a different partition",
			},
			Key: "host.DiagnosticSystem.selectActivePartition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve diagnostic partitionable disks",
				Summary: "Retrieves a list of disks that can be used to contain a diagnostic partition",
			},
			Key: "host.DiagnosticSystem.queryPartitionCreateOptions",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve diagnostic partition creation description",
				Summary: "Retrieves the diagnostic partition creation description for a disk",
			},
			Key: "host.DiagnosticSystem.queryPartitionCreateDesc",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Create diagnostic partition",
				Summary: "Creates a diagnostic partition according to the provided creation specification",
			},
			Key: "host.DiagnosticSystem.createDiagnosticPartition",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configure host cache performance enhancement",
				Summary: "Configures host cache by allocating space on a low latency device (usually a solid state drive) for enhanced system performance",
			},
			Key: "host.CacheConfigurationManager.configureCache",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Reconfigure host update proxy",
				Summary: "Reconfigure host update proxy",
			},
			Key: "host.HostUpdateProxyManager.reconfigureHostUpdateProxy",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Retrieve configuration of the host update proxy",
				Summary: "Retrieve configuration of the host update proxy",
			},
			Key: "host.HostUpdateProxyManager.retrieveHostUpdateProxyConfig",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set extensible custom value",
				Summary: "Sets the value of a custom field of an extensible managed object",
			},
			Key: "ExtensibleManagedObject.setCustomValue",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Configuring vSphere HA",
				Summary: "Configuring vSphere HA",
			},
			Key: "DasConfig.ConfigureHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Unconfiguring vSphere HA",
				Summary: "Unconfiguring vSphere HA",
			},
			Key: "DasConfig.UnconfigureHost",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Migrate virtual machine",
				Summary: "Migrates a virtual machine from one host to another",
			},
			Key: "Drm.ExecuteVMotionLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Power On virtual machine",
				Summary: "Power on this virtual machine",
			},
			Key: "Drm.ExecuteVmPowerOnLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enter standby mode",
				Summary: "Puts this host into standby mode",
			},
			Key: "Drm.EnterStandbyLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Exit standby mode",
				Summary: "Brings this host out of standby mode",
			},
			Key: "Drm.ExitStandbyLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Power On virtual machine",
				Summary: "Power On this virtual machine",
			},
			Key: "Datacenter.ExecuteVmPowerOnLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade vCenter Agent",
				Summary: "Upgrade the vCenter Agent",
			},
			Key: "Upgrade.UpgradeAgent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Upgrade vCenter Agents on cluster hosts",
				Summary: "Upgrade the vCenter Agents on all cluster hosts",
			},
			Key: "ClusterUpgrade.UpgradeAgent",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Deploy OVF template",
				Summary: "Deploys a virtual machine or vApp",
			},
			Key: "ResourcePool.ImportVAppLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Set cluster suspended state",
				Summary: "Set suspended state of the cluster",
			},
			Key: "ClusterComputeResource.setSuspendedState",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export OVF template",
				Summary: "Exports the virtual machine as an OVF template",
			},
			Key: "VirtualMachine.ExportVmLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Export OVF template",
				Summary: "Exports the vApp as an OVF template",
			},
			Key: "VirtualApp.ExportVAppLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Start Fault Tolerance Secondary VM",
				Summary: "Start Secondary VM as the Primary VM is powered on",
			},
			Key: "FaultTolerance.PowerOnSecondaryLRO",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Execute Storage vMotion for Storage DRS",
				Summary: "Execute Storage vMotion migrations for Storage DRS",
			},
			Key: "Drm.ExecuteStorageVmotionLro",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Apply recommendations for SDRS maintenance mode",
				Summary: "Apply recommendations to enter into SDRS maintenance mode",
			},
			Key: "Drm.ExecuteMaintenanceRecommendationsLro",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Enter SDRS maintenance mode monitor task",
				Summary: "Task that monitors the SDRS maintenance mode activity",
			},
			Key: "Drm.TrackEnterMaintenanceLro",
		},
	},
	State: []types.BaseElementDescription{
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Queued",
				Summary: "Task is queued",
			},
			Key: "queued",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Running",
				Summary: "Task is in progress",
			},
			Key: "running",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Success",
				Summary: "Task completed successfully",
			},
			Key: "success",
		},
		&types.ElementDescription{
			Description: types.Description{
				Label:   "Error",
				Summary: "Task completed with a failure",
			},
			Key: "error",
		},
	},
	Reason: []types.BaseTypeDescription{
		&types.TypeDescription{
			Description: types.Description{
				Label:   "Alarm task",
				Summary: "Task started by an alarm",
			},
			Key: "TaskReasonAlarm",
		},
		&types.TypeDescription{
			Description: types.Description{
				Label:   "System task",
				Summary: "Task started by the server",
			},
			Key: "TaskReasonSystem",
		},
		&types.TypeDescription{
			Description: types.Description{
				Label:   "User task",
				Summary: "Task started by a specific user",
			},
			Key: "TaskReasonUser",
		},
		&types.TypeDescription{
			Description: types.Description{
				Label:   "Scheduled task",
				Summary: "Task started by a scheduled task",
			},
			Key: "TaskReasonSchedule",
		},
	},
}

Description is the default template for the TaskManager description property. Capture method:

govc object.collect -s -dump TaskManager:ha-taskmgr description
View Source
var EthernetCard = types.VirtualE1000{
	VirtualEthernetCard: types.VirtualEthernetCard{
		VirtualDevice: types.VirtualDevice{
			DynamicData: types.DynamicData{},
			Key:         4000,
			Backing: &types.VirtualEthernetCardNetworkBackingInfo{
				VirtualDeviceDeviceBackingInfo: types.VirtualDeviceDeviceBackingInfo{
					VirtualDeviceBackingInfo: types.VirtualDeviceBackingInfo{},
					DeviceName:               "VM Network",
					UseAutoDetect:            types.NewBool(false),
				},
				Network:           (*types.ManagedObjectReference)(nil),
				InPassthroughMode: types.NewBool(false),
			},
			Connectable: &types.VirtualDeviceConnectInfo{
				DynamicData:       types.DynamicData{},
				StartConnected:    true,
				AllowGuestControl: true,
				Connected:         false,
				Status:            "untried",
			},
			SlotInfo: &types.VirtualDevicePciBusSlotInfo{
				VirtualDeviceBusSlotInfo: types.VirtualDeviceBusSlotInfo{},
				PciSlotNumber:            32,
			},
			ControllerKey: 100,
			UnitNumber:    types.NewInt32(7),
		},
		AddressType:      "generated",
		MacAddress:       "",
		WakeOnLanEnabled: types.NewBool(true),
	},
}

EthernetCard template for types.VirtualEthernetCard

View Source
var EventInfo = []types.EventDescriptionEventDetail{
	{
		Key:         "UserLoginSessionEvent",
		Description: "User login",
		Category:    "info",
		FullFormat:  "User {{.UserName}}@{{.IpAddress}} logged in as {{.UserAgent}}",
	},
	{
		Key:         "UserLogoutSessionEvent",
		Description: "User logout",
		Category:    "info",
		FullFormat:  "User {{.UserName}}@{{.IpAddress}} logged out (login time: {{.LoginTime}}, number of API invocations: {{.CallCount}}, user agent: {{.UserAgent}})",
	},
	{
		Key:         "DatacenterCreatedEvent",
		Description: "Datacenter created",
		Category:    "info",
		FullFormat:  "Created datacenter {{.Datacenter.Name}} in folder {{.Parent.Name}}",
	},
	{
		Key:         "DatastoreFileMovedEvent",
		Description: "File or directory moved to datastore",
		Category:    "info",
		FullFormat:  "Move of file or directory {{.SourceFile}} from {{.SourceDatastore.Name}} to {{.Datastore.Name}} as {{.TargetFile}}",
	},
	{
		Key:         "DatastoreFileCopiedEvent",
		Description: "File or directory copied to datastore",
		Category:    "info",
		FullFormat:  "Copy of file or directory {{.SourceFile}} from {{.SourceDatastore.Name}} to {{.Datastore.Name}} as {{.TargetFile}}",
	},
	{
		Key:         "DatastoreFileDeletedEvent",
		Description: "File or directory deleted",
		Category:    "info",
		FullFormat:  "Deletion of file or directory {{.TargetFile}} from {{.Datastore.Name}} was initiated",
	},
	{
		Key:         "EnteringMaintenanceModeEvent",
		Description: "Entering maintenance mode",
		Category:    "info",
		FullFormat:  "Host {{.Host.Name}} in {{.Datacenter.Name}} has started to enter maintenance mode",
	},
	{
		Key:         "EnteredMaintenanceModeEvent",
		Description: "Entered maintenance mode",
		Category:    "info",
		FullFormat:  "Host {{.Host.Name}} in {{.Datacenter.Name}} has entered maintenance mode",
	},
	{
		Key:         "ExitMaintenanceModeEvent",
		Description: "Exit maintenance mode",
		Category:    "info",
		FullFormat:  "Host {{.Host.Name}} in {{.Datacenter.Name}} has exited maintenance mode",
	},
	{
		Key:         "HostRemovedEvent",
		Description: "Host removed",
		FullFormat:  "Removed host {{.Host.Name}} in {{.Datacenter.Name}}",
		Category:    "info",
	},
	{
		Key:         "VmSuspendedEvent",
		Description: "VM suspended",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}} is suspended",
	},
	{
		Key:         "VmMigratedEvent",
		Description: "VM migrated",
		Category:    "info",
		FullFormat:  "Migration of virtual machine {{.Vm.Name}} from {{.SourceHost.Name}, {{.SourceDatastore.Name}} to {{.Host.Name}, {{.Ds.Name}} completed",
	},
	{
		Key:         "VmBeingMigratedEvent",
		Description: "VM migrating",
		Category:    "info",
		FullFormat:  "Relocating {{.Vm.Name}} from {{.Host.Name}, {{.Ds.Name}} in {{.Datacenter.Name}} to {{.DestHost.Name}, {{.DestDatastore.Name}} in {{.DestDatacenter.Name}}",
	},
	{
		Key:         "VmMacAssignedEvent",
		Description: "VM MAC assigned",
		Category:    "info",
		FullFormat:  "New MAC address ({{.Mac}}) assigned to adapter {{.Adapter}} for {{.Vm.Name}}",
	},
	{
		Key:         "VmRegisteredEvent",
		Description: "VM registered",
		Category:    "info",
		FullFormat:  "Registered {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmReconfiguredEvent",
		Description: "VM reconfigured",
		Category:    "info",
		FullFormat:  "Reconfigured {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmGuestRebootEvent",
		Description: "Guest reboot",
		Category:    "info",
		FullFormat:  "Guest OS reboot for {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmBeingClonedEvent",
		Description: "VM being cloned",
		Category:    "info",
		FullFormat:  "Cloning {{.Vm.Name}} on host {{.Host.Name}} in {{.Datacenter.Name}} to {{.DestName}} on host {{.DestHost.Name}}",
	},
	{
		Key:         "VmClonedEvent",
		Description: "VM cloned",
		Category:    "info",
		FullFormat:  "Clone of {{.SourceVm.Name}} completed",
	},
	{
		Key:         "VmBeingDeployedEvent",
		Description: "Deploying VM",
		Category:    "info",
		FullFormat:  "Deploying {{.Vm.Name}} on host {{.Host.Name}} in {{.Datacenter.Name}} from template {{.SrcTemplate.Name}}",
	},
	{
		Key:         "VmDeployedEvent",
		Description: "VM deployed",
		Category:    "info",
		FullFormat:  "Template {{.SrcTemplate.Name}} deployed on host {{.Host.Name}}",
	},
	{
		Key:         "VmInstanceUuidAssignedEvent",
		Description: "Assign a new instance UUID",
		Category:    "info",
		FullFormat:  "Assign a new instance UUID ({{.InstanceUuid}}) to {{.Vm.Name}}",
	},
	{
		Key:         "VmPoweredOnEvent",
		Description: "VM powered on",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}} is powered on",
	},
	{
		Key:         "VmStartingEvent",
		Description: "VM starting",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on host {{.Host.Name}} in {{.Datacenter.Name}} is starting",
	},
	{
		Key:         "VmStoppingEvent",
		Description: "VM stopping",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on host {{.Host.Name}} in {{.Datacenter.Name}} is stopping",
	},
	{
		Key:         "VmSuspendingEvent",
		Description: "VM being suspended",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}} is being suspended",
	},
	{
		Key:         "VmResumingEvent",
		Description: "VM resuming",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}} is resumed",
	},
	{
		Key:         "VmBeingCreatedEvent",
		Description: "Creating VM",
		Category:    "info",
		FullFormat:  "Creating {{.Vm.Name}} on host {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmCreatedEvent",
		Description: "VM created",
		Category:    "info",
		FullFormat:  "Created virtual machine {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmRemovedEvent",
		Description: "VM removed",
		Category:    "info",
		FullFormat:  "Removed {{.Vm.Name}} on {{.Host.Name}} from {{.Datacenter.Name}}",
	},
	{
		Key:         "VmResettingEvent",
		Description: "VM resetting",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}} is reset",
	},
	{
		Key:         "VmGuestShutdownEvent",
		Description: "Guest OS shut down",
		Category:    "info",
		FullFormat:  "Guest OS shut down for {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmUuidAssignedEvent",
		Description: "VM UUID assigned",
		Category:    "info",
		FullFormat:  "Assigned new BIOS UUID ({{.Uuid}}) to {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "VmPoweredOffEvent",
		Description: "VM powered off",
		Category:    "info",
		FullFormat:  "{{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}} is powered off",
	},
	{
		Key:         "VmRelocatedEvent",
		Description: "VM relocated",
		Category:    "info",
		FullFormat:  "Completed the relocation of the virtual machine",
	},
	{
		Key:         "DrsVmMigratedEvent",
		Description: "DRS VM migrated",
		Category:    "info",
		FullFormat:  "DRS migrated {{.Vm.Name}} from {{.SourceHost.Name}} to {{.Host.Name}} in cluster {{.ComputeResource.Name}} in {{.Datacenter.Name}}",
	},
	{
		Key:         "DrsVmPoweredOnEvent",
		Description: "DRS VM powered on",
		Category:    "info",
		FullFormat:  "DRS powered On {{.Vm.Name}} on {{.Host.Name}} in {{.Datacenter.Name}}",
	},
}

EventInfo is the default template for the EventManager description.eventInfo property. Capture method:

govc object.collect -s -dump EventManager:ha-eventmgr description.eventInfo

The captured list has been manually pruned and FullFormat fields changed to use Go's template variable syntax.

View Source
var HardwareVersion = "vmx-13"

HardwareVersion is the default VirtualMachine.Config.Version

View Source
var HostConfigInfo = types.HostConfigInfo{
	Host: types.ManagedObjectReference{Type: "HostSystem", Value: "ha-host"},
	Product: types.AboutInfo{
		Name:                  "VMware ESXi",
		FullName:              "VMware ESXi 6.5.0 build-5969303",
		Vendor:                "VMware, Inc.",
		Version:               "6.5.0",
		Build:                 "5969303",
		LocaleVersion:         "INTL",
		LocaleBuild:           "000",
		OsType:                "vmnix-x86",
		ProductLineId:         "embeddedEsx",
		ApiType:               "HostAgent",
		ApiVersion:            "6.5",
		InstanceUuid:          "",
		LicenseProductName:    "VMware ESX Server",
		LicenseProductVersion: "6.0",
	},
	DeploymentInfo: &types.HostDeploymentInfo{
		BootedFromStatelessCache: types.NewBool(false),
	},
	HyperThread: &types.HostHyperThreadScheduleInfo{
		Available: false,
		Active:    false,
		Config:    true,
	},
	ConsoleReservation:        (*types.ServiceConsoleReservationInfo)(nil),
	VirtualMachineReservation: (*types.VirtualMachineMemoryReservationInfo)(nil),
	StorageDevice:             &HostStorageDeviceInfo,
	SystemFile:                nil,
	Network: &types.HostNetworkInfo{
		Vswitch: []types.HostVirtualSwitch{
			{
				Name:              "vSwitch0",
				Key:               "key-vim.host.VirtualSwitch-vSwitch0",
				NumPorts:          1536,
				NumPortsAvailable: 1530,
				Mtu:               1500,
				Portgroup:         []string{"key-vim.host.PortGroup-VM Network", "key-vim.host.PortGroup-Management Network"},
				Pnic:              []string{"key-vim.host.PhysicalNic-vmnic0"},
				Spec: types.HostVirtualSwitchSpec{
					NumPorts: 128,
					Bridge: &types.HostVirtualSwitchBondBridge{
						HostVirtualSwitchBridge: types.HostVirtualSwitchBridge{},
						NicDevice:               []string{"vmnic0"},
						Beacon: &types.HostVirtualSwitchBeaconConfig{
							Interval: 1,
						},
						LinkDiscoveryProtocolConfig: &types.LinkDiscoveryProtocolConfig{
							Protocol:  "cdp",
							Operation: "listen",
						},
					},
					Policy: &types.HostNetworkPolicy{
						Security: &types.HostNetworkSecurityPolicy{
							AllowPromiscuous: types.NewBool(false),
							MacChanges:       types.NewBool(true),
							ForgedTransmits:  types.NewBool(true),
						},
						NicTeaming: &types.HostNicTeamingPolicy{
							Policy:         "loadbalance_srcid",
							ReversePolicy:  types.NewBool(true),
							NotifySwitches: types.NewBool(true),
							RollingOrder:   types.NewBool(false),
							FailureCriteria: &types.HostNicFailureCriteria{
								CheckSpeed:        "minimum",
								Speed:             10,
								CheckDuplex:       types.NewBool(false),
								FullDuplex:        types.NewBool(false),
								CheckErrorPercent: types.NewBool(false),
								Percentage:        0,
								CheckBeacon:       types.NewBool(false),
							},
							NicOrder: &types.HostNicOrderPolicy{
								ActiveNic:  []string{"vmnic0"},
								StandbyNic: nil,
							},
						},
						OffloadPolicy: &types.HostNetOffloadCapabilities{
							CsumOffload:     types.NewBool(true),
							TcpSegmentation: types.NewBool(true),
							ZeroCopyXmit:    types.NewBool(true),
						},
						ShapingPolicy: &types.HostNetworkTrafficShapingPolicy{
							Enabled:          types.NewBool(false),
							AverageBandwidth: 0,
							PeakBandwidth:    0,
							BurstSize:        0,
						},
					},
					Mtu: 0,
				},
			},
		},
		ProxySwitch: nil,
		Portgroup: []types.HostPortGroup{
			{
				Key:     "key-vim.host.PortGroup-VM Network",
				Port:    nil,
				Vswitch: "key-vim.host.VirtualSwitch-vSwitch0",
				ComputedPolicy: types.HostNetworkPolicy{
					Security: &types.HostNetworkSecurityPolicy{
						AllowPromiscuous: types.NewBool(false),
						MacChanges:       types.NewBool(true),
						ForgedTransmits:  types.NewBool(true),
					},
					NicTeaming: &types.HostNicTeamingPolicy{
						Policy:         "loadbalance_srcid",
						ReversePolicy:  types.NewBool(true),
						NotifySwitches: types.NewBool(true),
						RollingOrder:   types.NewBool(false),
						FailureCriteria: &types.HostNicFailureCriteria{
							CheckSpeed:        "minimum",
							Speed:             10,
							CheckDuplex:       types.NewBool(false),
							FullDuplex:        types.NewBool(false),
							CheckErrorPercent: types.NewBool(false),
							Percentage:        0,
							CheckBeacon:       types.NewBool(false),
						},
						NicOrder: &types.HostNicOrderPolicy{
							ActiveNic:  []string{"vmnic0"},
							StandbyNic: nil,
						},
					},
					OffloadPolicy: &types.HostNetOffloadCapabilities{
						CsumOffload:     types.NewBool(true),
						TcpSegmentation: types.NewBool(true),
						ZeroCopyXmit:    types.NewBool(true),
					},
					ShapingPolicy: &types.HostNetworkTrafficShapingPolicy{
						Enabled:          types.NewBool(false),
						AverageBandwidth: 0,
						PeakBandwidth:    0,
						BurstSize:        0,
					},
				},
				Spec: types.HostPortGroupSpec{
					Name:        "VM Network",
					VlanId:      0,
					VswitchName: "vSwitch0",
					Policy: types.HostNetworkPolicy{
						Security: &types.HostNetworkSecurityPolicy{},
						NicTeaming: &types.HostNicTeamingPolicy{
							Policy:          "",
							ReversePolicy:   (*bool)(nil),
							NotifySwitches:  (*bool)(nil),
							RollingOrder:    (*bool)(nil),
							FailureCriteria: &types.HostNicFailureCriteria{},
							NicOrder:        (*types.HostNicOrderPolicy)(nil),
						},
						OffloadPolicy: &types.HostNetOffloadCapabilities{},
						ShapingPolicy: &types.HostNetworkTrafficShapingPolicy{},
					},
				},
			},
			{
				Key: "key-vim.host.PortGroup-Management Network",
				Port: []types.HostPortGroupPort{
					{
						Key:  "key-vim.host.PortGroup.Port-33554436",
						Mac:  []string{"00:0c:29:81:d8:a0"},
						Type: "host",
					},
				},
				Vswitch: "key-vim.host.VirtualSwitch-vSwitch0",
				ComputedPolicy: types.HostNetworkPolicy{
					Security: &types.HostNetworkSecurityPolicy{
						AllowPromiscuous: types.NewBool(false),
						MacChanges:       types.NewBool(true),
						ForgedTransmits:  types.NewBool(true),
					},
					NicTeaming: &types.HostNicTeamingPolicy{
						Policy:         "loadbalance_srcid",
						ReversePolicy:  types.NewBool(true),
						NotifySwitches: types.NewBool(true),
						RollingOrder:   types.NewBool(false),
						FailureCriteria: &types.HostNicFailureCriteria{
							CheckSpeed:        "minimum",
							Speed:             10,
							CheckDuplex:       types.NewBool(false),
							FullDuplex:        types.NewBool(false),
							CheckErrorPercent: types.NewBool(false),
							Percentage:        0,
							CheckBeacon:       types.NewBool(false),
						},
						NicOrder: &types.HostNicOrderPolicy{
							ActiveNic:  []string{"vmnic0"},
							StandbyNic: nil,
						},
					},
					OffloadPolicy: &types.HostNetOffloadCapabilities{
						CsumOffload:     types.NewBool(true),
						TcpSegmentation: types.NewBool(true),
						ZeroCopyXmit:    types.NewBool(true),
					},
					ShapingPolicy: &types.HostNetworkTrafficShapingPolicy{
						Enabled:          types.NewBool(false),
						AverageBandwidth: 0,
						PeakBandwidth:    0,
						BurstSize:        0,
					},
				},
				Spec: types.HostPortGroupSpec{
					Name:        "Management Network",
					VlanId:      0,
					VswitchName: "vSwitch0",
					Policy: types.HostNetworkPolicy{
						Security: &types.HostNetworkSecurityPolicy{},
						NicTeaming: &types.HostNicTeamingPolicy{
							Policy:         "loadbalance_srcid",
							ReversePolicy:  (*bool)(nil),
							NotifySwitches: types.NewBool(true),
							RollingOrder:   types.NewBool(false),
							FailureCriteria: &types.HostNicFailureCriteria{
								CheckSpeed:        "",
								Speed:             0,
								CheckDuplex:       (*bool)(nil),
								FullDuplex:        (*bool)(nil),
								CheckErrorPercent: (*bool)(nil),
								Percentage:        0,
								CheckBeacon:       types.NewBool(false),
							},
							NicOrder: &types.HostNicOrderPolicy{
								ActiveNic:  []string{"vmnic0"},
								StandbyNic: nil,
							},
						},
						OffloadPolicy: &types.HostNetOffloadCapabilities{},
						ShapingPolicy: &types.HostNetworkTrafficShapingPolicy{},
					},
				},
			},
		},
		Pnic: []types.PhysicalNic{
			{
				Key:    "key-vim.host.PhysicalNic-vmnic0",
				Device: "vmnic0",
				Pci:    "0000:0b:00.0",
				Driver: "nvmxnet3",
				LinkSpeed: &types.PhysicalNicLinkInfo{
					SpeedMb: 10000,
					Duplex:  true,
				},
				ValidLinkSpecification: []types.PhysicalNicLinkInfo{
					{
						SpeedMb: 10000,
						Duplex:  true,
					},
				},
				Spec: types.PhysicalNicSpec{
					Ip: &types.HostIpConfig{},
					LinkSpeed: &types.PhysicalNicLinkInfo{
						SpeedMb: 10000,
						Duplex:  true,
					},
				},
				WakeOnLanSupported: false,
				Mac:                "00:0c:29:81:d8:a0",
				FcoeConfiguration: &types.FcoeConfig{
					PriorityClass: 3,
					SourceMac:     "00:0c:29:81:d8:a0",
					VlanRange: []types.FcoeConfigVlanRange{
						{},
					},
					Capabilities: types.FcoeConfigFcoeCapabilities{
						PriorityClass:    false,
						SourceMacAddress: false,
						VlanRange:        true,
					},
					FcoeActive: false,
				},
				VmDirectPathGen2Supported:             types.NewBool(false),
				VmDirectPathGen2SupportedMode:         "",
				ResourcePoolSchedulerAllowed:          types.NewBool(true),
				ResourcePoolSchedulerDisallowedReason: nil,
				AutoNegotiateSupported:                types.NewBool(false),
			},
			{
				Key:    "key-vim.host.PhysicalNic-vmnic1",
				Device: "vmnic1",
				Pci:    "0000:13:00.0",
				Driver: "nvmxnet3",
				LinkSpeed: &types.PhysicalNicLinkInfo{
					SpeedMb: 10000,
					Duplex:  true,
				},
				ValidLinkSpecification: []types.PhysicalNicLinkInfo{
					{
						SpeedMb: 10000,
						Duplex:  true,
					},
				},
				Spec: types.PhysicalNicSpec{
					Ip: &types.HostIpConfig{},
					LinkSpeed: &types.PhysicalNicLinkInfo{
						SpeedMb: 10000,
						Duplex:  true,
					},
				},
				WakeOnLanSupported: false,
				Mac:                "00:0c:29:81:d8:aa",
				FcoeConfiguration: &types.FcoeConfig{
					PriorityClass: 3,
					SourceMac:     "00:0c:29:81:d8:aa",
					VlanRange: []types.FcoeConfigVlanRange{
						{},
					},
					Capabilities: types.FcoeConfigFcoeCapabilities{
						PriorityClass:    false,
						SourceMacAddress: false,
						VlanRange:        true,
					},
					FcoeActive: false,
				},
				VmDirectPathGen2Supported:             types.NewBool(false),
				VmDirectPathGen2SupportedMode:         "",
				ResourcePoolSchedulerAllowed:          types.NewBool(true),
				ResourcePoolSchedulerDisallowedReason: nil,
				AutoNegotiateSupported:                types.NewBool(false),
			},
		},
		Vnic: []types.HostVirtualNic{
			{
				Device:    "vmk0",
				Key:       "key-vim.host.VirtualNic-vmk0",
				Portgroup: "Management Network",
				Spec: types.HostVirtualNicSpec{
					Ip: &types.HostIpConfig{
						Dhcp:       true,
						IpAddress:  "127.0.0.1",
						SubnetMask: "255.0.0.0",
						IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
					},
					Mac:                    "00:0c:29:81:d8:a0",
					DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
					Portgroup:              "Management Network",
					Mtu:                    1500,
					TsoEnabled:             types.NewBool(true),
					NetStackInstanceKey:    "defaultTcpipStack",
					OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
					ExternalId:             "",
					PinnedPnic:             "",
					IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
				},
				Port: "key-vim.host.PortGroup.Port-33554436",
			},
		},
		ConsoleVnic: nil,
		DnsConfig: &types.HostDnsConfig{
			Dhcp:             true,
			VirtualNicDevice: "vmk0",
			HostName:         "localhost",
			DomainName:       "localdomain",
			Address:          []string{"8.8.8.8"},
			SearchDomain:     []string{"localdomain"},
		},
		IpRouteConfig: &types.HostIpRouteConfig{
			DefaultGateway:     "127.0.0.1",
			GatewayDevice:      "",
			IpV6DefaultGateway: "",
			IpV6GatewayDevice:  "",
		},
		ConsoleIpRouteConfig: nil,
		RouteTableInfo: &types.HostIpRouteTableInfo{
			IpRoute: []types.HostIpRouteEntry{
				{
					Network:      "0.0.0.0",
					PrefixLength: 0,
					Gateway:      "127.0.0.1",
					DeviceName:   "vmk0",
				},
				{
					Network:      "127.0.0.0",
					PrefixLength: 8,
					Gateway:      "0.0.0.0",
					DeviceName:   "vmk0",
				},
			},
			Ipv6Route: nil,
		},
		Dhcp:              nil,
		Nat:               nil,
		IpV6Enabled:       types.NewBool(false),
		AtBootIpV6Enabled: types.NewBool(false),
		NetStackInstance: []types.HostNetStackInstance{
			{
				Key:                             "vSphereProvisioning",
				Name:                            "",
				DnsConfig:                       &types.HostDnsConfig{},
				IpRouteConfig:                   &types.HostIpRouteConfig{},
				RequestedMaxNumberOfConnections: 11000,
				CongestionControlAlgorithm:      "newreno",
				IpV6Enabled:                     types.NewBool(true),
				RouteTableConfig:                (*types.HostIpRouteTableConfig)(nil),
			},
			{
				Key:                             "vmotion",
				Name:                            "",
				DnsConfig:                       &types.HostDnsConfig{},
				IpRouteConfig:                   &types.HostIpRouteConfig{},
				RequestedMaxNumberOfConnections: 11000,
				CongestionControlAlgorithm:      "newreno",
				IpV6Enabled:                     types.NewBool(true),
				RouteTableConfig:                (*types.HostIpRouteTableConfig)(nil),
			},
			{
				Key:  "defaultTcpipStack",
				Name: "defaultTcpipStack",
				DnsConfig: &types.HostDnsConfig{
					Dhcp:             true,
					VirtualNicDevice: "vmk0",
					HostName:         "localhost",
					DomainName:       "localdomain",
					Address:          []string{"8.8.8.8"},
					SearchDomain:     []string{"localdomain"},
				},
				IpRouteConfig: &types.HostIpRouteConfig{
					DefaultGateway:     "127.0.0.1",
					GatewayDevice:      "",
					IpV6DefaultGateway: "",
					IpV6GatewayDevice:  "",
				},
				RequestedMaxNumberOfConnections: 11000,
				CongestionControlAlgorithm:      "newreno",
				IpV6Enabled:                     types.NewBool(true),
				RouteTableConfig: &types.HostIpRouteTableConfig{
					IpRoute: []types.HostIpRouteOp{
						{
							ChangeOperation: "ignore",
							Route: types.HostIpRouteEntry{
								Network:      "0.0.0.0",
								PrefixLength: 0,
								Gateway:      "127.0.0.1",
								DeviceName:   "vmk0",
							},
						},
						{
							ChangeOperation: "ignore",
							Route: types.HostIpRouteEntry{
								Network:      "127.0.0.0",
								PrefixLength: 8,
								Gateway:      "0.0.0.0",
								DeviceName:   "vmk0",
							},
						},
					},
					Ipv6Route: nil,
				},
			},
		},
		OpaqueSwitch:  nil,
		OpaqueNetwork: nil,
	},
	Vmotion: &types.HostVMotionInfo{
		NetConfig: &types.HostVMotionNetConfig{
			CandidateVnic: []types.HostVirtualNic{
				{
					Device:    "vmk0",
					Key:       "VMotionConfig.vmotion.key-vim.host.VirtualNic-vmk0",
					Portgroup: "Management Network",
					Spec: types.HostVirtualNicSpec{
						Ip: &types.HostIpConfig{
							Dhcp:       true,
							IpAddress:  "127.0.0.1",
							SubnetMask: "255.0.0.0",
							IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
						},
						Mac:                    "00:0c:29:81:d8:a0",
						DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
						Portgroup:              "Management Network",
						Mtu:                    1500,
						TsoEnabled:             types.NewBool(true),
						NetStackInstanceKey:    "defaultTcpipStack",
						OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
						ExternalId:             "",
						PinnedPnic:             "",
						IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
					},
					Port: "",
				},
			},
			SelectedVnic: "",
		},
		IpConfig: (*types.HostIpConfig)(nil),
	},
	VirtualNicManagerInfo: &types.HostVirtualNicManagerInfo{
		NetConfig: []types.VirtualNicManagerNetConfig{
			{
				NicType:            "faultToleranceLogging",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "faultToleranceLogging.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
			{
				NicType:            "management",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "management.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: []string{"management.key-vim.host.VirtualNic-vmk0"},
			},
			{
				NicType:            "vSphereProvisioning",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "vSphereProvisioning.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
			{
				NicType:            "vSphereReplication",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "vSphereReplication.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
			{
				NicType:            "vSphereReplicationNFC",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "vSphereReplicationNFC.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
			{
				NicType:            "vmotion",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "vmotion.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
			{
				NicType:            "vsan",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "vsan.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
			{
				NicType:            "vsanWitness",
				MultiSelectAllowed: true,
				CandidateVnic: []types.HostVirtualNic{
					{
						Device:    "vmk0",
						Key:       "vsanWitness.key-vim.host.VirtualNic-vmk0",
						Portgroup: "Management Network",
						Spec: types.HostVirtualNicSpec{
							Ip: &types.HostIpConfig{
								Dhcp:       true,
								IpAddress:  "127.0.0.1",
								SubnetMask: "255.0.0.0",
								IpV6Config: (*types.HostIpConfigIpV6AddressConfiguration)(nil),
							},
							Mac:                    "00:0c:29:81:d8:a0",
							DistributedVirtualPort: (*types.DistributedVirtualSwitchPortConnection)(nil),
							Portgroup:              "Management Network",
							Mtu:                    1500,
							TsoEnabled:             types.NewBool(true),
							NetStackInstanceKey:    "defaultTcpipStack",
							OpaqueNetwork:          (*types.HostVirtualNicOpaqueNetworkSpec)(nil),
							ExternalId:             "",
							PinnedPnic:             "",
							IpRouteSpec:            (*types.HostVirtualNicIpRouteSpec)(nil),
						},
						Port: "",
					},
				},
				SelectedVnic: nil,
			},
		},
	},
	Capabilities: &types.HostNetCapabilities{
		CanSetPhysicalNicLinkSpeed: true,
		SupportsNicTeaming:         true,
		NicTeamingPolicy:           []string{"loadbalance_ip", "loadbalance_srcmac", "loadbalance_srcid", "failover_explicit"},
		SupportsVlan:               true,
		UsesServiceConsoleNic:      false,
		SupportsNetworkHints:       true,
		MaxPortGroupsPerVswitch:    0,
		VswitchConfigSupported:     true,
		VnicConfigSupported:        true,
		IpRouteConfigSupported:     true,
		DnsConfigSupported:         true,
		DhcpOnVnicSupported:        true,
		IpV6Supported:              types.NewBool(true),
	},
	DatastoreCapabilities: &types.HostDatastoreSystemCapabilities{
		NfsMountCreationRequired:     true,
		NfsMountCreationSupported:    true,
		LocalDatastoreSupported:      false,
		VmfsExtentExpansionSupported: types.NewBool(true),
	},
	OffloadCapabilities: &types.HostNetOffloadCapabilities{
		CsumOffload:     types.NewBool(true),
		TcpSegmentation: types.NewBool(true),
		ZeroCopyXmit:    types.NewBool(true),
	},
	Service: &types.HostServiceInfo{
		Service: []types.HostService{
			{
				Key:           "DCUI",
				Label:         "Direct Console UI",
				Required:      false,
				Uninstallable: false,
				Running:       true,
				Ruleset:       nil,
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "TSM",
				Label:         "ESXi Shell",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       nil,
				Policy:        "off",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "TSM-SSH",
				Label:         "SSH",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       nil,
				Policy:        "off",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "lbtd",
				Label:         "Load-Based Teaming Daemon",
				Required:      false,
				Uninstallable: false,
				Running:       true,
				Ruleset:       nil,
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "lwsmd",
				Label:         "Active Directory Service",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       nil,
				Policy:        "off",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "ntpd",
				Label:         "NTP Daemon",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       []string{"ntpClient"},
				Policy:        "off",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "pcscd",
				Label:         "PC/SC Smart Card Daemon",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       nil,
				Policy:        "off",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "sfcbd-watchdog",
				Label:         "CIM Server",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       []string{"CIMHttpServer", "CIMHttpsServer"},
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "snmpd",
				Label:         "SNMP Server",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       []string{"snmp"},
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "vmsyslogd",
				Label:         "Syslog Server",
				Required:      true,
				Uninstallable: false,
				Running:       true,
				Ruleset:       nil,
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "vpxa",
				Label:         "VMware vCenter Agent",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       []string{"vpxHeartbeats"},
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-base",
					Description:       "This VIB contains all of the base functionality of vSphere ESXi.",
				},
			},
			{
				Key:           "xorg",
				Label:         "X.Org Server",
				Required:      false,
				Uninstallable: false,
				Running:       false,
				Ruleset:       nil,
				Policy:        "on",
				SourcePackage: &types.HostServiceSourcePackage{
					SourcePackageName: "esx-xserver",
					Description:       "This VIB contains X Server used for virtual machine 3D hardware acceleration.",
				},
			},
		},
	},
	Firewall: &HostFirewallInfo,
	AutoStart: &types.HostAutoStartManagerConfig{
		Defaults: &types.AutoStartDefaults{
			Enabled:          (*bool)(nil),
			StartDelay:       120,
			StopDelay:        120,
			WaitForHeartbeat: types.NewBool(false),
			StopAction:       "PowerOff",
		},
		PowerInfo: nil,
	},
	ActiveDiagnosticPartition: &types.HostDiagnosticPartition{
		StorageType:    "directAttached",
		DiagnosticType: "singleHost",
		Slots:          -15,
		Id: types.HostScsiDiskPartition{
			DiskName:  "mpx.vmhba0:C0:T0:L0",
			Partition: 9,
		},
	},
	Option:            nil,
	OptionDef:         nil,
	Flags:             &types.HostFlagInfo{},
	AdminDisabled:     (*bool)(nil),
	LockdownMode:      "lockdownDisabled",
	Ipmi:              (*types.HostIpmiInfo)(nil),
	SslThumbprintInfo: (*types.HostSslThumbprintInfo)(nil),
	SslThumbprintData: nil,
	Certificate:       []uint8{0x31, 0x30},
	PciPassthruInfo:   nil,
	AuthenticationManagerInfo: &types.HostAuthenticationManagerInfo{
		AuthConfig: []types.BaseHostAuthenticationStoreInfo{
			&types.HostLocalAuthenticationInfo{
				HostAuthenticationStoreInfo: types.HostAuthenticationStoreInfo{
					Enabled: true,
				},
			},
			&types.HostActiveDirectoryInfo{
				HostDirectoryStoreInfo:         types.HostDirectoryStoreInfo{},
				JoinedDomain:                   "",
				TrustedDomain:                  nil,
				DomainMembershipStatus:         "",
				SmartCardAuthenticationEnabled: types.NewBool(false),
			},
		},
	},
	FeatureVersion: nil,
	PowerSystemCapability: &types.PowerSystemCapability{
		AvailablePolicy: []types.HostPowerPolicy{
			{
				Key:         1,
				Name:        "PowerPolicy.static.name",
				ShortName:   "static",
				Description: "PowerPolicy.static.description",
			},
			{
				Key:         2,
				Name:        "PowerPolicy.dynamic.name",
				ShortName:   "dynamic",
				Description: "PowerPolicy.dynamic.description",
			},
			{
				Key:         3,
				Name:        "PowerPolicy.low.name",
				ShortName:   "low",
				Description: "PowerPolicy.low.description",
			},
			{
				Key:         4,
				Name:        "PowerPolicy.custom.name",
				ShortName:   "custom",
				Description: "PowerPolicy.custom.description",
			},
		},
	},
	PowerSystemInfo: &types.PowerSystemInfo{
		CurrentPolicy: types.HostPowerPolicy{
			Key:         2,
			Name:        "PowerPolicy.dynamic.name",
			ShortName:   "dynamic",
			Description: "PowerPolicy.dynamic.description",
		},
	},
	CacheConfigurationInfo: []types.HostCacheConfigurationInfo{
		{
			Key:      types.ManagedObjectReference{Type: "Datastore", Value: "5980f676-21a5db76-9eef-000c2981d8a0"},
			SwapSize: 0,
		},
	},
	WakeOnLanCapable:        types.NewBool(false),
	FeatureCapability:       nil,
	MaskedFeatureCapability: nil,
	VFlashConfigInfo:        nil,
	VsanHostConfig: &types.VsanHostConfigInfo{
		Enabled:     types.NewBool(false),
		HostSystem:  &types.ManagedObjectReference{Type: "HostSystem", Value: "ha-host"},
		ClusterInfo: &types.VsanHostConfigInfoClusterInfo{},
		StorageInfo: &types.VsanHostConfigInfoStorageInfo{
			AutoClaimStorage: types.NewBool(false),
			DiskMapping:      nil,
			DiskMapInfo:      nil,
			ChecksumEnabled:  (*bool)(nil),
		},
		NetworkInfo:     &types.VsanHostConfigInfoNetworkInfo{},
		FaultDomainInfo: &types.VsanHostFaultDomainInfo{},
	},
	DomainList:             nil,
	ScriptCheckSum:         nil,
	HostConfigCheckSum:     nil,
	GraphicsInfo:           nil,
	SharedPassthruGpuTypes: nil,
	GraphicsConfig: &types.HostGraphicsConfig{
		HostDefaultGraphicsType:        "shared",
		SharedPassthruAssignmentPolicy: "performance",
		DeviceType:                     nil,
	},
	IoFilterInfo: []types.HostIoFilterInfo{
		{
			IoFilterInfo: types.IoFilterInfo{
				Id:          "VMW_spm_1.0.0",
				Name:        "spm",
				Vendor:      "VMW",
				Version:     "1.0.230",
				Type:        "datastoreIoControl",
				Summary:     "VMware Storage I/O Control",
				ReleaseDate: "2016-07-21",
			},
			Available: true,
		},
		{
			IoFilterInfo: types.IoFilterInfo{
				Id:          "VMW_vmwarevmcrypt_1.0.0",
				Name:        "vmwarevmcrypt",
				Vendor:      "VMW",
				Version:     "1.0.0",
				Type:        "encryption",
				Summary:     "VMcrypt IO Filter",
				ReleaseDate: "2016-07-21",
			},
			Available: true,
		},
	},
	SriovDevicePool: nil,
}

HostConfigInfo is the default template for the HostSystem config property. Capture method:

govc object.collect -s -dump HostSystem:ha-host config
View Source
var HostFirewallInfo = types.HostFirewallInfo{
	DynamicData: types.DynamicData{},
	DefaultPolicy: types.HostFirewallDefaultPolicy{
		DynamicData:     types.DynamicData{},
		IncomingBlocked: types.NewBool(true),
		OutgoingBlocked: types.NewBool(true),
	},
	Ruleset: []types.HostFirewallRuleset{
		{
			DynamicData: types.DynamicData{},
			Key:         "CIMHttpServer",
			Label:       "CIM Server",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        5988,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "sfcbd-watchdog",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "CIMHttpsServer",
			Label:       "CIM Secure Server",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        5989,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "sfcbd-watchdog",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "CIMSLP",
			Label:       "CIM SLP",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        427,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        427,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        427,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        427,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "DHCPv6",
			Label:       "DHCPv6",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        547,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        546,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        547,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        546,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "DVFilter",
			Label:       "DVFilter",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        2222,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "DVSSync",
			Label:       "DVSSync",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        8302,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8301,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8301,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8302,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "HBR",
			Label:       "HBR",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        31031,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        44046,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "NFC",
			Label:       "NFC",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        902,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        902,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "WOL",
			Label:       "WOL",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        9,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "activeDirectoryAll",
			Label:       "Active Directory All",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        88,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        88,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        123,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        137,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        139,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        389,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        389,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        445,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        464,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        464,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        3268,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        7476,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        2020,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "cmmds",
			Label:       "Virtual SAN Clustering Service",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        12345,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        23451,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        12345,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        23451,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        12321,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        12321,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "dhcp",
			Label:       "DHCP Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        68,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        68,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "src",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "dns",
			Label:       "DNS Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        53,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        53,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        53,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "esxupdate",
			Label:       "esxupdate",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        443,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "faultTolerance",
			Label:       "Fault Tolerance",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        80,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8300,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8300,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "ftpClient",
			Label:       "FTP Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        21,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        20,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "src",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "gdbserver",
			Label:       "gdbserver",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        1000,
					EndPort:     9999,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        50000,
					EndPort:     50999,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "httpClient",
			Label:       "httpClient",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        80,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        443,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "iSCSI",
			Label:       "Software iSCSI Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        3260,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "iofiltervp",
			Label:       "iofiltervp",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        9080,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "ipfam",
			Label:       "NSX Distributed Logical Router Service",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        6999,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        6999,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "nfs41Client",
			Label:       "nfs41Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        0,
					EndPort:     65535,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "nfsClient",
			Label:       "NFS Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        0,
					EndPort:     65535,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "ntpClient",
			Label:       "NTP Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        123,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "ntpd",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "pvrdma",
			Label:       "pvrdma",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        28250,
					EndPort:     28761,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        28250,
					EndPort:     28761,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "rabbitmqproxy",
			Label:       "rabbitmqproxy",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        5671,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "rdt",
			Label:       "Virtual SAN Transport",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        2233,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        2233,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "remoteSerialPort",
			Label:       "VM serial port connected over network",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        0,
					EndPort:     65535,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        23,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        1024,
					EndPort:     65535,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "snmp",
			Label:       "SNMP Server",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        161,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "snmpd",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "sshClient",
			Label:       "SSH Client",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        22,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "sshServer",
			Label:       "SSH Server",
			Required:    true,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        22,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "syslog",
			Label:       "syslog",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        514,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        514,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        1514,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "updateManager",
			Label:       "vCenter Update Manager",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        80,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        9000,
					EndPort:     9100,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vMotion",
			Label:       "vMotion",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        8000,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8000,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vSPC",
			Label:       "VM serial port connected to vSPC",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        0,
					EndPort:     65535,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vSphereClient",
			Label:       "vSphere Web Client",
			Required:    true,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        902,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        443,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vpxHeartbeats",
			Label:       "VMware vCenter Agent",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        902,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "vpxa",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vsanEncryption",
			Label:       "vsanEncryption",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        0,
					EndPort:     65535,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vsanhealth-multicasttest",
			Label:       "vsanhealth-multicasttest",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        5001,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        5001,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "udp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vsanvp",
			Label:       "vsanvp",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        8080,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
				{
					DynamicData: types.DynamicData{},
					Port:        8080,
					EndPort:     0,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "vvold",
			Label:       "vvold",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        0,
					EndPort:     65535,
					Direction:   "outbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: false,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
		{
			DynamicData: types.DynamicData{},
			Key:         "webAccess",
			Label:       "vSphere Web Access",
			Required:    false,
			Rule: []types.HostFirewallRule{
				{
					DynamicData: types.DynamicData{},
					Port:        80,
					EndPort:     0,
					Direction:   "inbound",
					PortType:    "dst",
					Protocol:    "tcp",
				},
			},
			Service: "",
			Enabled: true,
			AllowedHosts: &types.HostFirewallRulesetIpList{
				DynamicData: types.DynamicData{},
				IpAddress:   nil,
				IpNetwork:   nil,
				AllIp:       true,
			},
		},
	},
}

HostFirewallInfo is the default template for the HostSystem config.firewall property. Capture method:

govc object.collect -s -dump HostSystem:ha-host config.firewall
View Source
var HostHardwareInfo = &types.HostHardwareInfo{
	SystemInfo: types.HostSystemInfo{
		Vendor: "VMware, Inc.",
		Model:  "VMware Virtual Platform",
		Uuid:   "e88d4d56-9f1e-3ea1-71fa-13a8e1a7fd70",
		OtherIdentifyingInfo: []types.HostSystemIdentificationInfo{
			{
				IdentifierValue: " No Asset Tag",
				IdentifierType: &types.ElementDescription{
					Description: types.Description{
						Label:   "Asset Tag",
						Summary: "Asset tag of the system",
					},
					Key: "AssetTag",
				},
			},
			{
				IdentifierValue: "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
				IdentifierType: &types.ElementDescription{
					Description: types.Description{
						Label:   "OEM specific string",
						Summary: "OEM specific string",
					},
					Key: "OemSpecificString",
				},
			},
			{
				IdentifierValue: "Welcome to the Virtual Machine",
				IdentifierType: &types.ElementDescription{
					Description: types.Description{
						Label:   "OEM specific string",
						Summary: "OEM specific string",
					},
					Key: "OemSpecificString",
				},
			},
			{
				IdentifierValue: "VMware-56 4d 8d e8 1e 9f a1 3e-71 fa 13 a8 e1 a7 fd 70",
				IdentifierType: &types.ElementDescription{
					Description: types.Description{
						Label:   "Service tag",
						Summary: "Service tag of the system",
					},
					Key: "ServiceTag",
				},
			},
		},
	},
	CpuPowerManagementInfo: &types.HostCpuPowerManagementInfo{
		CurrentPolicy:   "Balanced",
		HardwareSupport: "",
	},
	CpuInfo: types.HostCpuInfo{
		NumCpuPackages: 2,
		NumCpuCores:    2,
		NumCpuThreads:  2,
		Hz:             3591345000,
	},
	CpuPkg: []types.HostCpuPackage{
		{
			Index:       0,
			Vendor:      "intel",
			Hz:          3591345000,
			BusHz:       115849838,
			Description: "Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz",
			ThreadId:    []int16{0},
			CpuFeature: []types.HostCpuIdInfo{
				{
					Level:  0,
					Vendor: "",
					Eax:    "0000:0000:0000:0000:0000:0000:0000:1101",
					Ebx:    "0111:0101:0110:1110:0110:0101:0100:0111",
					Ecx:    "0110:1100:0110:0101:0111:0100:0110:1110",
					Edx:    "0100:1001:0110:0101:0110:1110:0110:1001",
				},
				{
					Level:  1,
					Vendor: "",
					Eax:    "0000:0000:0000:0010:0000:0110:1101:0111",
					Ebx:    "0000:0000:0000:0001:0000:1000:0000:0000",
					Ecx:    "1001:0111:1011:1010:0010:0010:0010:1011",
					Edx:    "0000:1111:1010:1011:1111:1011:1111:1111",
				},
				{
					Level:  -2147483648,
					Vendor: "",
					Eax:    "1000:0000:0000:0000:0000:0000:0000:1000",
					Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ecx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Edx:    "0000:0000:0000:0000:0000:0000:0000:0000",
				},
				{
					Level:  -2147483647,
					Vendor: "",
					Eax:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ecx:    "0000:0000:0000:0000:0000:0000:0000:0001",
					Edx:    "0010:1000:0001:0000:0000:1000:0000:0000",
				},
				{
					Level:  -2147483640,
					Vendor: "",
					Eax:    "0000:0000:0000:0000:0011:0000:0010:1010",
					Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ecx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Edx:    "0000:0000:0000:0000:0000:0000:0000:0000",
				},
			},
		},
		{
			Index:       1,
			Vendor:      "intel",
			Hz:          3591345000,
			BusHz:       115849838,
			Description: "Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz",
			ThreadId:    []int16{1},
			CpuFeature: []types.HostCpuIdInfo{
				{
					Level:  0,
					Vendor: "",
					Eax:    "0000:0000:0000:0000:0000:0000:0000:1101",
					Ebx:    "0111:0101:0110:1110:0110:0101:0100:0111",
					Ecx:    "0110:1100:0110:0101:0111:0100:0110:1110",
					Edx:    "0100:1001:0110:0101:0110:1110:0110:1001",
				},
				{
					Level:  1,
					Vendor: "",
					Eax:    "0000:0000:0000:0010:0000:0110:1101:0111",
					Ebx:    "0000:0010:0000:0001:0000:1000:0000:0000",
					Ecx:    "1001:0111:1011:1010:0010:0010:0010:1011",
					Edx:    "0000:1111:1010:1011:1111:1011:1111:1111",
				},
				{
					Level:  -2147483648,
					Vendor: "",
					Eax:    "1000:0000:0000:0000:0000:0000:0000:1000",
					Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ecx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Edx:    "0000:0000:0000:0000:0000:0000:0000:0000",
				},
				{
					Level:  -2147483647,
					Vendor: "",
					Eax:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ecx:    "0000:0000:0000:0000:0000:0000:0000:0001",
					Edx:    "0010:1000:0001:0000:0000:1000:0000:0000",
				},
				{
					Level:  -2147483640,
					Vendor: "",
					Eax:    "0000:0000:0000:0000:0011:0000:0010:1010",
					Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Ecx:    "0000:0000:0000:0000:0000:0000:0000:0000",
					Edx:    "0000:0000:0000:0000:0000:0000:0000:0000",
				},
			},
		},
	},
	MemorySize: 4294430720,
	NumaInfo: &types.HostNumaInfo{
		Type:     "NUMA",
		NumNodes: 1,
		NumaNode: []types.HostNumaNode{
			{
				TypeId:            0x0,
				CpuID:             []int16{1, 0},
				MemoryRangeBegin:  4294967296,
				MemoryRangeLength: 1073741824,
			},
		},
	},
	SmcPresent: types.NewBool(false),
	PciDevice: []types.HostPciDevice{
		{
			Id:           "0000:00:00.0",
			ClassId:      1536,
			Bus:          0x0,
			Slot:         0x0,
			Function:     0x0,
			VendorId:     -32634,
			SubVendorId:  5549,
			VendorName:   "Intel Corporation",
			DeviceId:     29072,
			SubDeviceId:  6518,
			ParentBridge: "",
			DeviceName:   "Virtual Machine Chipset",
		},
		{
			Id:           "0000:00:01.0",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x1,
			Function:     0x0,
			VendorId:     -32634,
			SubVendorId:  0,
			VendorName:   "Intel Corporation",
			DeviceId:     29073,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "440BX/ZX/DX - 82443BX/ZX/DX AGP bridge",
		},
		{
			Id:           "0000:00:07.0",
			ClassId:      1537,
			Bus:          0x0,
			Slot:         0x7,
			Function:     0x0,
			VendorId:     -32634,
			SubVendorId:  5549,
			VendorName:   "Intel Corporation",
			DeviceId:     28944,
			SubDeviceId:  6518,
			ParentBridge: "",
			DeviceName:   "Virtual Machine Chipset",
		},
		{
			Id:           "0000:00:07.1",
			ClassId:      257,
			Bus:          0x0,
			Slot:         0x7,
			Function:     0x1,
			VendorId:     -32634,
			SubVendorId:  5549,
			VendorName:   "Intel Corporation",
			DeviceId:     28945,
			SubDeviceId:  6518,
			ParentBridge: "",
			DeviceName:   "PIIX4 for 430TX/440BX/MX IDE Controller",
		},
		{
			Id:           "0000:00:07.3",
			ClassId:      1664,
			Bus:          0x0,
			Slot:         0x7,
			Function:     0x3,
			VendorId:     -32634,
			SubVendorId:  5549,
			VendorName:   "Intel Corporation",
			DeviceId:     28947,
			SubDeviceId:  6518,
			ParentBridge: "",
			DeviceName:   "Virtual Machine Chipset",
		},
		{
			Id:           "0000:00:07.7",
			ClassId:      2176,
			Bus:          0x0,
			Slot:         0x7,
			Function:     0x7,
			VendorId:     5549,
			SubVendorId:  5549,
			VendorName:   "VMware",
			DeviceId:     1856,
			SubDeviceId:  1856,
			ParentBridge: "",
			DeviceName:   "Virtual Machine Communication Interface",
		},
		{
			Id:           "0000:00:0f.0",
			ClassId:      768,
			Bus:          0x0,
			Slot:         0xf,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  5549,
			VendorName:   "VMware",
			DeviceId:     1029,
			SubDeviceId:  1029,
			ParentBridge: "",
			DeviceName:   "SVGA II Adapter",
		},
		{
			Id:           "0000:00:11.0",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x11,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1936,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI bridge",
		},
		{
			Id:           "0000:00:15.0",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.1",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x1,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.2",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x2,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.3",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x3,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.4",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x4,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.5",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x5,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.6",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x6,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:15.7",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x15,
			Function:     0x7,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.0",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.1",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x1,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.2",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x2,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.3",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x3,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.4",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x4,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.5",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x5,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.6",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x6,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:16.7",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x16,
			Function:     0x7,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.0",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.1",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x1,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.2",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x2,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.3",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x3,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.4",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x4,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.5",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x5,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.6",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x6,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:17.7",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x17,
			Function:     0x7,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.0",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.1",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x1,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.2",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x2,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.3",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x3,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.4",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x4,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.5",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x5,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.6",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x6,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:00:18.7",
			ClassId:      1540,
			Bus:          0x0,
			Slot:         0x18,
			Function:     0x7,
			VendorId:     5549,
			SubVendorId:  0,
			VendorName:   "VMware",
			DeviceId:     1952,
			SubDeviceId:  0,
			ParentBridge: "",
			DeviceName:   "PCI Express Root Port",
		},
		{
			Id:           "0000:03:00.0",
			ClassId:      263,
			Bus:          0x3,
			Slot:         0x0,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  5549,
			VendorName:   "VMware",
			DeviceId:     1984,
			SubDeviceId:  1984,
			ParentBridge: "0000:00:15.0",
			DeviceName:   "PVSCSI SCSI Controller",
		},
		{
			Id:           "0000:0b:00.0",
			ClassId:      512,
			Bus:          0xb,
			Slot:         0x0,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  5549,
			VendorName:   "VMware Inc.",
			DeviceId:     1968,
			SubDeviceId:  1968,
			ParentBridge: "0000:00:16.0",
			DeviceName:   "vmxnet3 Virtual Ethernet Controller",
		},
		{
			Id:           "0000:13:00.0",
			ClassId:      512,
			Bus:          0x13,
			Slot:         0x0,
			Function:     0x0,
			VendorId:     5549,
			SubVendorId:  5549,
			VendorName:   "VMware Inc.",
			DeviceId:     1968,
			SubDeviceId:  1968,
			ParentBridge: "0000:00:17.0",
			DeviceName:   "vmxnet3 Virtual Ethernet Controller",
		},
	},
	CpuFeature: []types.HostCpuIdInfo{
		{
			Level:  0,
			Vendor: "",
			Eax:    "0000:0000:0000:0000:0000:0000:0000:1101",
			Ebx:    "0111:0101:0110:1110:0110:0101:0100:0111",
			Ecx:    "0110:1100:0110:0101:0111:0100:0110:1110",
			Edx:    "0100:1001:0110:0101:0110:1110:0110:1001",
		},
		{
			Level:  1,
			Vendor: "",
			Eax:    "0000:0000:0000:0010:0000:0110:1101:0111",
			Ebx:    "0000:0000:0000:0001:0000:1000:0000:0000",
			Ecx:    "1001:0111:1011:1010:0010:0010:0010:1011",
			Edx:    "0000:1111:1010:1011:1111:1011:1111:1111",
		},
		{
			Level:  -2147483648,
			Vendor: "",
			Eax:    "1000:0000:0000:0000:0000:0000:0000:1000",
			Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
			Ecx:    "0000:0000:0000:0000:0000:0000:0000:0000",
			Edx:    "0000:0000:0000:0000:0000:0000:0000:0000",
		},
		{
			Level:  -2147483647,
			Vendor: "",
			Eax:    "0000:0000:0000:0000:0000:0000:0000:0000",
			Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
			Ecx:    "0000:0000:0000:0000:0000:0000:0000:0001",
			Edx:    "0010:1000:0001:0000:0000:1000:0000:0000",
		},
		{
			Level:  -2147483640,
			Vendor: "",
			Eax:    "0000:0000:0000:0000:0011:0000:0010:1010",
			Ebx:    "0000:0000:0000:0000:0000:0000:0000:0000",
			Ecx:    "0000:0000:0000:0000:0000:0000:0000:0000",
			Edx:    "0000:0000:0000:0000:0000:0000:0000:0000",
		},
	},
	BiosInfo: &types.HostBIOSInfo{
		BiosVersion:          "6.00",
		ReleaseDate:          nil,
		Vendor:               "",
		MajorRelease:         0,
		MinorRelease:         0,
		FirmwareMajorRelease: 0,
		FirmwareMinorRelease: 0,
	},
	ReliableMemoryInfo: &types.HostReliableMemoryInfo{},
}

HostHardwareInfo is the default template for the HostSystem hardware property. Capture method:

govc object.collect -s -dump HostSystem:ha-host hardware
View Source
var HostMetricData = map[int32][]int64{
	786434: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	786433: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196621: []int64{12, 6, 12, 14, 14, 3, 9, 10, 8, 8, 7, 4, 13, 10, 2, 10, 12, 5, 8, 14,
		4, 10, 10, 5, 7, 13, 4, 9, 13, 6, 10, 11, 5, 5, 15, 6, 7, 8, 6, 11,
		11, 3, 6, 16, 4, 5, 9, 11, 9, 9, 6, 10, 14, 4, 4, 13, 11, 4, 14, 7,
		10, 12, 4, 7, 14, 9, 3, 12, 9, 8, 9, 9, 3, 14, 9, 4, 11, 9, 5, 12,
		10, 3, 13, 10, 4, 8, 12, 7, 10, 8, 4, 14, 11, 2, 8, 15, 7, 6, 8, 9,
	},
	65648: []int64{125627793408, 125627793408, 129922760704, 129922760704, 132070244352, 132070244352, 133143986176, 133143986176, 133143986176, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000,
		134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 134217728000, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824,
		135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824, 135291469824,
		136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648,
		136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648, 136365211648,
	},
	196617: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	720897: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	655379: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	786432: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65580: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65553: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327688: []int64{3000, 2800, 2700, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2400, 2300, 2300, 2300, 2300, 2300, 2400,
		2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2300, 2400, 2400, 2300, 2400, 2300, 2300,
		2300, 2300, 2300, 2300, 2200, 2200, 2100, 2000, 2000, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1900, 2000,
		2000, 2000, 2000, 2000, 1900, 2000, 1900, 1900, 1900, 1900, 1900, 1900, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000,
		2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2100, 2000, 2000, 2000, 2000, 2000, 2100, 2100, 2100, 2100, 2000, 2000,
	},
	65569: []int64{8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
		8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
		8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
		8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
		8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
	},
	65618: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65599: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65651: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65623: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65621: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65545: []int64{5148100, 5152036, 5152036, 5068216, 5066748, 5066748, 4668288, 4667468, 4667532, 4415832, 4414556, 4414556, 4645244, 4643896, 4643832, 4476060, 4477808, 4477328, 4393504, 4394380,
		4394380, 4415352, 4414368, 4414368, 4582080, 4667244, 4709192, 4604396, 4601648, 4601236, 4223616, 4266064, 4308068, 4517720, 4517808, 4517808, 4895296, 4894212, 4894148, 4160148,
		4160652, 4160716, 4496260, 4497200, 4497260, 4895660, 4894568, 4894504, 4160500, 4160176, 4160176, 4789388, 4790264, 4790264, 4517628, 4559080, 4601088, 4601024, 4601032, 4601032,
		4831780, 4833388, 4833324, 4833324, 4831012, 4831076, 5313912, 5314316, 5314316, 4999740, 5003640, 5003544, 4584148, 4622376, 4622376, 4412724, 4580436, 4664320, 5146664, 5147684,
		5147684, 4833048, 4411892, 4453836, 4349040, 4394232, 4394168, 4394168, 4770512, 4770576, 4665656, 4202908, 4202908, 4832052, 5002572, 5002508, 4583080, 4498160, 4498224, 4707940,
	},
	5: []int64{1092, 1227, 1198, 1351, 2006, 529, 356, 461, 353, 508, 352, 354, 418, 546, 477, 362, 521, 476, 472, 467,
		369, 363, 431, 383, 462, 367, 360, 372, 469, 509, 343, 534, 408, 402, 416, 353, 346, 445, 390, 461,
		353, 411, 357, 437, 690, 353, 508, 424, 482, 434, 339, 363, 479, 426, 430, 387, 342, 406, 1875, 1155,
		393, 520, 501, 373, 419, 381, 366, 466, 353, 465, 344, 378, 822, 463, 435, 380, 575, 460, 481, 428,
		342, 409, 444, 367, 427, 374, 386, 366, 982, 485, 364, 584, 411, 372, 568, 374, 341, 454, 345, 445,
	},
	14: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65622: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65628: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65537: []int64{5407, 5407, 5407, 5407, 5411, 5407, 5407, 5407, 5407, 5410, 5407, 5407, 5407, 5407, 5410, 5407, 5407, 5407, 5407, 5407,
		5407, 5407, 5407, 5407, 5407, 5407, 5407, 5407, 5409, 5406, 5406, 5406, 5406, 5409, 5406, 5406, 5406, 5406, 5407, 5406,
		5406, 5406, 5406, 5406, 5406, 5406, 5406, 5409, 5406, 5406, 5406, 5406, 5411, 5406, 5406, 5406, 5406, 5408, 5406, 5406,
		5406, 5406, 5406, 5406, 5406, 5406, 5411, 5407, 5407, 5407, 5407, 5412, 5407, 5407, 5407, 5407, 5409, 5407, 5407, 5407,
		5407, 5407, 5407, 5407, 5407, 5407, 5407, 5407, 5407, 5407, 5409, 5407, 5407, 5407, 5407, 5411, 5407, 5407, 5407, 5407,
	},
	65643: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65649: []int64{35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832,
		35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832,
		35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832,
		35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832,
		35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832, 35184372088832,
	},
	11: []int64{442, 507, 594, 440, 424, 313, 293, 343, 303, 291, 355, 295, 320, 387, 294, 337, 379, 376, 322, 354,
		304, 291, 320, 275, 295, 307, 327, 336, 316, 316, 327, 311, 310, 310, 279, 324, 311, 311, 310, 297,
		280, 279, 313, 325, 283, 316, 303, 305, 340, 324, 308, 342, 322, 292, 292, 287, 278, 332, 401, 322,
		341, 342, 318, 296, 319, 300, 309, 337, 290, 313, 301, 327, 343, 293, 309, 272, 342, 365, 353, 315,
		308, 317, 362, 266, 291, 334, 325, 319, 352, 302, 333, 362, 308, 302, 315, 320, 291, 325, 337, 340,
	},
	24: []int64{201, 234, 226, 256, 192, 156, 146, 161, 149, 153, 164, 147, 150, 169, 162, 154, 186, 161, 153, 162,
		154, 143, 157, 143, 158, 153, 155, 155, 154, 149, 149, 180, 136, 152, 149, 150, 152, 171, 153, 146,
		149, 147, 144, 148, 146, 150, 168, 141, 161, 153, 152, 161, 153, 148, 146, 143, 145, 162, 200, 161,
		151, 169, 143, 145, 149, 150, 148, 158, 159, 152, 156, 152, 154, 155, 149, 148, 168, 157, 159, 158,
		150, 152, 166, 143, 151, 155, 148, 146, 180, 154, 151, 171, 152, 148, 204, 149, 148, 153, 149, 159,
	},
	196620: []int64{527, 555, 283, 168, 82, 35, 43, 38, 26, 32, 28, 39, 25, 32, 29, 37, 37, 29, 36, 28,
		35, 30, 26, 30, 35, 29, 37, 33, 34, 37, 31, 26, 27, 35, 35, 30, 31, 35, 33, 25,
		21, 32, 35, 29, 31, 31, 34, 31, 26, 34, 31, 39, 27, 28, 47, 31, 34, 34, 35, 27,
		37, 26, 38, 38, 35, 31, 25, 36, 25, 32, 25, 38, 32, 33, 34, 29, 28, 25, 34, 27,
		36, 33, 36, 28, 31, 25, 32, 33, 27, 44, 32, 36, 24, 38, 33, 24, 37, 28, 41, 27,
	},
	65586: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	524295: []int64{1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
		1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65639: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	720898: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196613: []int64{12359, 13847, 11628, 12730, 13984, 5095, 4435, 8374, 4211, 5373, 4141, 4239, 4236, 4183, 4305, 5360, 7261, 5387, 4253, 4244,
		4291, 5295, 8625, 4227, 4310, 4256, 4233, 5376, 4226, 4323, 4232, 6436, 4482, 5155, 4311, 4271, 4243, 8395, 4262, 5290,
		4203, 4287, 4263, 4216, 4202, 5297, 6340, 4482, 4240, 4213, 4195, 5192, 8610, 4389, 4234, 4243, 4247, 5229, 4940, 4221,
		4192, 6390, 4424, 5325, 4357, 4193, 4315, 8399, 4195, 5331, 4307, 4246, 4339, 4309, 4229, 5336, 6628, 4303, 4215, 4213,
		4307, 5349, 8433, 4218, 4244, 4217, 4311, 5227, 4256, 4254, 4257, 7483, 4206, 5174, 4195, 4301, 4249, 8539, 4218, 5243,
	},
	1: []int64{2371, 2663, 2602, 2933, 4356, 1149, 773, 1002, 766, 1103, 764, 769, 908, 1187, 1035, 787, 1132, 1034, 1025, 1014,
		801, 789, 937, 832, 1004, 796, 783, 808, 1018, 1105, 745, 1161, 886, 874, 904, 766, 752, 967, 847, 1002,
		766, 893, 775, 950, 1499, 766, 1102, 920, 1047, 943, 737, 790, 1040, 926, 935, 840, 744, 883, 4070, 2508,
		853, 1129, 1088, 809, 909, 828, 795, 1012, 766, 1010, 748, 820, 1784, 1005, 944, 825, 1248, 1000, 1045, 929,
		743, 888, 965, 796, 927, 813, 838, 795, 2131, 1053, 790, 1269, 892, 807, 1233, 813, 742, 985, 749, 967,
	},
	720896: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65577: []int64{30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618,
		30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618,
		30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618,
		30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618,
		30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618, 30618,
	},
	65620: []int64{4099524, 4103460, 4103460, 4061584, 4060116, 4060116, 3619708, 3618888, 3618952, 3451144, 3449868, 3449868, 3428896, 3427548, 3427484, 3196796, 3282432, 3386808, 3386872, 3387748,
		3387748, 3387748, 3386764, 3386764, 3764188, 3807412, 3807416, 3807480, 3804732, 3804320, 3196012, 3196516, 3238524, 3448176, 3553120, 3553120, 3909636, 3908552, 3908488, 3195456,
		3279848, 3279912, 3384768, 3385708, 3385768, 3826108, 3825016, 3824952, 3237752, 3447144, 3447144, 3887608, 3888484, 3888484, 3720712, 3887992, 3888056, 3363704, 3363712, 3363712,
		3762236, 3763844, 3763780, 3679896, 3677584, 3677648, 3573272, 3573676, 3573676, 3363964, 3367864, 3367768, 3116140, 3280200, 3280200, 3175404, 3343112, 3343112, 3804488, 3805508,
		3805508, 3386012, 3279432, 3489148, 3489212, 3492460, 3492396, 3282680, 3533196, 3533260, 3533196, 3196276, 3196276, 3615704, 3744280, 3744216, 3534504, 3491528, 3596448, 3596448,
	},
	65633: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196625: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196615: []int64{608, 692, 553, 618, 611, 312, 287, 556, 280, 360, 281, 282, 282, 281, 282, 347, 459, 357, 282, 280,
		282, 346, 555, 282, 281, 281, 282, 348, 283, 282, 282, 399, 299, 345, 281, 282, 281, 556, 281, 348,
		282, 281, 281, 284, 280, 348, 398, 300, 283, 280, 283, 347, 557, 296, 280, 284, 282, 345, 287, 281,
		280, 399, 297, 347, 282, 280, 283, 556, 282, 347, 282, 281, 283, 283, 281, 349, 414, 282, 280, 283,
		282, 347, 555, 281, 282, 282, 281, 348, 281, 282, 282, 470, 282, 347, 280, 282, 281, 558, 280, 347,
	},
	65630: []int64{961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912,
		961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912,
		961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912,
		961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912,
		961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912, 961912,
	},
	65541: []int64{14892144, 14892144, 14892144, 14892144, 14892144, 14892144, 14892144, 14892144, 14892144, 14892148, 14892144, 14892132, 14892144, 14892144, 14892144, 14892144, 14892916, 14892208, 14892208, 14892208,
		14892196, 14892208, 14892208, 14892208, 14892196, 14892208, 14892208, 14892208, 14892208, 14890776, 14890304, 14890304, 14890304, 14890292, 14890304, 14890304, 14890304, 14890292, 14890304, 14890304,
		14890304, 14890304, 14890304, 14890304, 14890504, 14890304, 14890292, 14890304, 14890304, 14890304, 14890292, 14890304, 14890304, 14890304, 14890304, 14890304, 14890304, 14890304, 14890304, 14890292,
		14890304, 14890304, 14890304, 14890292, 14890304, 14890304, 14891100, 14893012, 14893012, 14893012, 14893012, 14892932, 14893000, 14893012, 14893012, 14893012, 14893000, 14893012, 14893012, 14893012,
		14893012, 14893012, 14893012, 14893012, 14893012, 14893000, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893012, 14893000, 14893012,
	},
	65647: []int64{268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268,
		268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268,
		268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268,
		268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268,
		268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268,
	},
	131078: []int64{489, 365, 4041, 5640, 417, 114, 51, 51, 31, 388, 22, 19, 26, 83, 81, 28, 23, 48, 9, 68,
		22, 13, 156, 137, 94, 69, 83, 53, 88, 86, 31, 46, 36, 42, 52, 105, 103, 112, 124, 92,
		111, 183, 82, 87, 55, 60, 27, 29, 18, 30, 23, 32, 20, 31, 17, 38, 16, 15, 136, 104,
		34, 16, 37, 28, 45, 39, 23, 37, 46, 65, 187, 123, 551, 296, 134, 136, 86, 208, 128, 57,
		36, 18, 38, 25, 25, 43, 21, 16, 117, 91, 27, 51, 31, 13, 118, 23, 8, 18, 20, 10,
	},
	65632: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65635: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196609: []int64{1283, 1482, 1350, 1564, 1898, 633, 548, 966, 484, 607, 485, 501, 529, 486, 501, 595, 773, 571, 529, 484,
		487, 593, 965, 485, 528, 485, 486, 610, 487, 487, 529, 709, 509, 593, 484, 486, 528, 966, 485, 598,
		486, 485, 528, 488, 485, 596, 709, 511, 529, 485, 488, 594, 967, 500, 527, 488, 486, 593, 850, 485,
		526, 710, 508, 595, 487, 485, 530, 966, 486, 594, 486, 485, 530, 488, 485, 596, 730, 485, 526, 487,
		486, 594, 965, 485, 529, 486, 485, 595, 485, 487, 528, 791, 486, 594, 484, 486, 528, 967, 485, 593,
	},
	65582: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	26: []int64{1144, 1078, 1165, 1217, 1592, 1383, 1058, 480, 367, 409, 392, 381, 359, 415, 420, 435, 374, 462, 470, 503,
		416, 378, 368, 376, 396, 384, 374, 357, 381, 425, 411, 385, 421, 435, 450, 367, 358, 355, 362, 396,
		379, 391, 358, 367, 434, 465, 452, 436, 446, 477, 407, 369, 354, 390, 414, 413, 375, 358, 755, 1160,
		1158, 755, 437, 438, 454, 380, 367, 368, 367, 411, 388, 373, 493, 529, 564, 415, 384, 444, 486, 512,
		417, 368, 364, 380, 400, 384, 370, 349, 554, 587, 597, 394, 435, 430, 505, 427, 414, 346, 357, 398,
	},
	196616: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65611: []int64{18083012, 18083020, 18082672, 18082320, 18096832, 18082492, 18082612, 18082524, 18082524, 18094536, 18082572, 18082408, 18082572, 18082524, 18091984, 18082412, 18083304, 18082412, 18082488, 18082560,
		18082556, 18082328, 18082328, 18082284, 18082288, 18082452, 18082412, 18082580, 18091268, 18081104, 18080724, 18080880, 18080836, 18088572, 18080924, 18080884, 18080764, 18080712, 18084604, 18080908,
		18080908, 18080864, 18080828, 18080828, 18081120, 18080800, 18080680, 18090892, 18080764, 18080764, 18080556, 18080876, 18095260, 18080768, 18080844, 18080848, 18080800, 18085776, 18080908, 18080480,
		18080556, 18080468, 18080424, 18080408, 18080532, 18080488, 18097776, 18083388, 18083248, 18083168, 18083548, 18099296, 18083164, 18083484, 18083440, 18083264, 18089172, 18083424, 18083264, 18083420,
		18083376, 18083632, 18083432, 18083388, 18083420, 18083300, 18083420, 18083340, 18083400, 18083356, 18091760, 18083240, 18083196, 18083212, 18083080, 18096856, 18083148, 18083208, 18083116, 18083196,
	},
	65557: []int64{26247692, 26247660, 26247884, 26247936, 26247912, 26247896, 26247884, 26248064, 26248056, 26247924, 26247980, 26248084, 26247812, 26247964, 26247916, 26247912, 26247996, 26248112, 26248032, 26248068,
		26248188, 26248088, 26247940, 26248096, 26248200, 26248040, 26248044, 26248052, 26248092, 26248084, 26248036, 26248056, 26248096, 26248080, 26248056, 26248052, 26248104, 26248164, 26248020, 26247996,
		26248016, 26248084, 26247964, 26247956, 26247908, 26247840, 26247932, 26247888, 26247920, 26247812, 26247900, 26247864, 26247840, 26247900, 26247916, 26247768, 26247876, 26247864, 26247660, 26248168,
		26248068, 26248104, 26248184, 26248232, 26248032, 26248144, 26247996, 26248160, 26248172, 26248112, 26248140, 26248100, 26248176, 26248064, 26248072, 26248076, 26248100, 26248084, 26248156, 26248076,
		26248180, 26248100, 26248064, 26248184, 26248076, 26248112, 26248100, 26248164, 26248012, 26248072, 26248100, 26247996, 26248064, 26248116, 26248068, 26248112, 26248084, 26248016, 26248144, 26248148,
	},
	327695: []int64{160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
	},
	27: []int64{0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327690: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65561: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327685: []int64{2400, 2500, 2800, 3000, 3500, 3600, 3600, 3600, 3500, 3500, 3500, 3500, 3500, 3400, 3200, 3000, 2800, 2600, 2400, 1900,
		1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700,
		1700, 1700, 1700, 1700, 1700, 1800, 1700, 1700, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 2100, 2400,
		2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2300, 2400, 2300, 2300, 2500, 2200, 1900, 1800, 1800, 1800, 1900, 1900,
		1900, 1900, 1900, 1900, 1900, 1900, 1900, 1700, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900,
	},
	23: []int64{114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114,
		114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114,
		114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114,
		114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114,
		114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114,
	},
	327680: []int64{5200, 4900, 5300, 5600, 7200, 6200, 4800, 2300, 1800, 2000, 1900, 1800, 1700, 2000, 2000, 2100, 1800, 2200, 2300, 2400,
		2000, 1800, 1800, 1800, 1900, 1900, 1800, 1700, 1800, 2000, 2000, 1800, 2000, 2100, 2100, 1800, 1700, 1700, 1800, 1900,
		1800, 1900, 1700, 1800, 2100, 2200, 2100, 2100, 2100, 2200, 1900, 1800, 1700, 1900, 2000, 2000, 1800, 1700, 3500, 5200,
		5200, 3400, 2100, 2100, 2200, 1800, 1800, 1800, 1800, 2000, 1800, 1800, 2300, 2500, 2600, 2000, 1800, 2100, 2300, 2400,
		2000, 1800, 1800, 1800, 1900, 1800, 1800, 1700, 2600, 2700, 2800, 1900, 2100, 2100, 2400, 2000, 2000, 1700, 1700, 1900,
	},
	327682: []int64{4800, 4500, 4900, 5100, 6700, 5800, 4500, 2100, 1600, 1800, 1700, 1600, 1600, 1800, 1900, 1900, 1600, 2000, 2100, 2200,
		1800, 1600, 1600, 1700, 1800, 1700, 1600, 1500, 1600, 1800, 1800, 1700, 1800, 1800, 1900, 1600, 1600, 1600, 1600, 1800,
		1700, 1700, 1600, 1600, 1900, 2000, 2000, 1900, 2000, 2100, 1800, 1600, 1600, 1700, 1800, 1800, 1600, 1500, 3200, 4900,
		4900, 3200, 1900, 1900, 2000, 1700, 1600, 1600, 1600, 1800, 1700, 1600, 2200, 2300, 2400, 1800, 1600, 1900, 2100, 2200,
		1800, 1600, 1600, 1700, 1700, 1700, 1600, 1500, 2400, 2500, 2600, 1700, 1900, 1900, 2200, 1800, 1800, 1500, 1600, 1700,
	},
	13: []int64{30507, 29370, 29577, 28286, 22549, 35395, 36907, 35994, 36930, 35587, 36940, 36931, 36357, 35252, 35857, 36852, 35470, 35858, 35896, 35942,
		36795, 36838, 36254, 36675, 35972, 36812, 36872, 36765, 35918, 35578, 37015, 35361, 36446, 36500, 36382, 36939, 36991, 36129, 36612, 35981,
		36941, 36419, 36901, 36198, 34003, 36927, 35597, 36310, 35809, 36222, 37054, 36835, 35841, 36294, 36256, 36635, 37025, 36485, 23728, 29935,
		36589, 35483, 35638, 36758, 36361, 36690, 36815, 35951, 36933, 35958, 37004, 36727, 32864, 35963, 36220, 36703, 35029, 35973, 35809, 36283,
		37029, 36442, 36143, 36809, 36288, 36751, 36645, 36831, 31459, 35776, 36844, 34924, 36427, 36770, 35067, 36742, 37038, 36052, 37007, 36133,
	},
	327696: []int64{6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
	},
	327684: []int64{5000, 5300, 5500, 5600, 8100, 8100, 8100, 8100, 8100, 8100, 8100, 8100, 8100, 6600, 6600, 6600, 6600, 6300, 5000, 3000,
		3000, 3000, 3000, 3000, 3000, 3000, 3000, 3000, 3000, 3100, 3000, 3000, 3000, 2800, 2800, 2800, 2800, 2800, 2800, 2800,
		2800, 2800, 2800, 2600, 2600, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 3600, 4800,
		4800, 4800, 5200, 5200, 5200, 5200, 5200, 5200, 5200, 5200, 5200, 5200, 7100, 3300, 2900, 2900, 2900, 2900, 2900, 2900,
		2900, 2900, 2900, 2900, 2900, 2900, 2900, 2800, 2900, 2900, 2900, 2900, 2900, 2800, 3100, 3100, 3100, 3100, 3100, 3100,
	},
	327691: []int64{4900, 4900, 5000, 5200, 7700, 7700, 7700, 7700, 7700, 7700, 7700, 7700, 7700, 6000, 6000, 6000, 6000, 5700, 4800, 2900,
		2800, 2800, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2600, 2600, 2600, 2600, 2600, 2600, 2600,
		2600, 2600, 2600, 2500, 2500, 2600, 2600, 2600, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 3300, 4600,
		4600, 4600, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 6800, 3100, 2700, 2700, 2700, 2700, 2700, 2700,
		2700, 2700, 2700, 2700, 2700, 2700, 2700, 2600, 2700, 2800, 2800, 2800, 2800, 2600, 2900, 2900, 2900, 2900, 2900, 2900,
	},
	327692: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65549: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	10: []int64{70023, 69041, 68994, 67423, 61621, 74879, 76270, 75520, 76292, 75277, 76212, 76328, 75767, 74735, 75448, 76202, 74760, 75242, 75240, 75507,
		76158, 76286, 75747, 76105, 75603, 76122, 76222, 76086, 75538, 75135, 76414, 74674, 75772, 76192, 75750, 76329, 76346, 75522, 76299, 75414,
		76309, 75807, 76331, 76055, 73442, 76254, 74847, 75925, 75240, 75555, 76395, 76106, 75712, 75715, 75632, 76070, 76416, 76057, 62685, 69153,
		75966, 74759, 75466, 76168, 75749, 76032, 76373, 75576, 76225, 75289, 76308, 76384, 72178, 75402, 75594, 76098, 74719, 75249, 75086, 75570,
		76411, 76151, 75617, 76196, 75625, 76105, 76373, 76233, 70604, 75121, 76386, 74489, 75778, 76169, 73856, 76442, 76439, 75576, 76432, 75432,
	},
	196623: []int64{0, 5, 4, 5, 2, 0, 1, 4, 3, 0, 0, 0, 0, 4, 3, 0, 0, 0, 0, 4,
		2, 0, 0, 0, 4, 6, 2, 3, 8, 0, 0, 4, 0, 3, 0, 0, 0, 4, 0, 3,
		0, 0, 0, 4, 0, 2, 7, 1, 0, 5, 0, 1, 2, 0, 0, 4, 0, 0, 10, 0,
		0, 4, 0, 0, 3, 0, 0, 9, 1, 1, 4, 0, 0, 4, 0, 0, 1, 1, 0, 4,
		0, 0, 0, 3, 0, 4, 0, 0, 3, 5, 1, 4, 1, 0, 0, 2, 1, 4, 0, 0,
	},
	65646: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	262144: []int64{2953795, 2953815, 2953835, 2953855, 2953875, 2953895, 2953915, 2953935, 2953955, 2953975, 2953995, 2954015, 2954035, 2954055, 2954075, 2954095, 2954115, 2954135, 2954155, 2954175,
		2954195, 2954215, 2954235, 2954255, 2954275, 2954295, 2954315, 2954335, 2954355, 2954375, 2954395, 2954415, 2954435, 2954455, 2954475, 2954495, 2954515, 2954535, 2954555, 2954575,
		2954595, 2954615, 2954635, 2954655, 2954675, 2954695, 2954715, 2954735, 2954755, 2954775, 2954795, 2954815, 2954835, 2954855, 2954875, 2954895, 2954915, 2954935, 2954955, 2954975,
		2954995, 2955015, 2955035, 2955055, 2955075, 2955095, 2955115, 2955135, 2955155, 2955175, 2955195, 2955215, 2955235, 2955255, 2955275, 2955295, 2955315, 2955335, 2955355, 2955375,
		2955395, 2955415, 2955435, 2955455, 2955475, 2955495, 2955515, 2955535, 2955555, 2955575, 2955595, 2955615, 2955635, 2955655, 2955675, 2955695, 2955715, 2955735, 2955755, 2955775,
	},
	8: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	131079: []int64{807, 777, 1425, 1861, 991, 291, 217, 255, 197, 198, 231, 200, 611, 546, 162, 101, 143, 145, 102, 168,
		126, 113, 166, 213, 189, 245, 205, 206, 1023, 228, 170, 242, 219, 193, 245, 207, 196, 236, 209, 212,
		252, 710, 180, 253, 167, 124, 108, 171, 117, 122, 152, 112, 98, 156, 107, 127, 156, 100, 3353, 2054,
		129, 119, 173, 110, 130, 163, 90, 131, 247, 198, 244, 191, 398, 575, 209, 230, 234, 218, 203, 224,
		251, 188, 199, 233, 185, 250, 199, 186, 2582, 315, 176, 231, 266, 201, 256, 244, 190, 111, 158, 106,
	},
	131073: []int64{1296, 1143, 5467, 7501, 1409, 406, 269, 306, 228, 587, 254, 220, 638, 630, 243, 130, 167, 194, 111, 237,
		148, 126, 323, 350, 283, 315, 288, 259, 1112, 315, 202, 288, 255, 236, 298, 312, 299, 348, 334, 305,
		364, 894, 263, 340, 222, 184, 136, 200, 136, 153, 175, 144, 119, 187, 124, 166, 172, 116, 3489, 2158,
		163, 135, 210, 138, 175, 203, 114, 168, 293, 263, 431, 315, 949, 871, 343, 366, 321, 427, 331, 281,
		287, 206, 237, 258, 211, 294, 221, 203, 2699, 406, 203, 283, 297, 215, 374, 267, 199, 129, 179, 116,
	},
	65589: []int64{131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131,
		131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131,
		131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131,
		131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131,
		131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131,
	},
	65625: []int64{25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763,
		25763, 25763, 25763, 25763, 25764, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763,
		25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763,
		25763, 25763, 25763, 25764, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763,
		25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763, 25763,
	},
	196612: []int64{16073, 18141, 16872, 19194, 25039, 6049, 4761, 7618, 3957, 4738, 3863, 4232, 4595, 3991, 4294, 4812, 7141, 4722, 4705, 3940,
		4134, 4807, 7470, 3830, 4575, 3872, 3968, 5070, 3991, 4036, 4699, 6582, 4164, 4810, 3901, 3809, 4601, 7575, 4003, 4657,
		4015, 4071, 4631, 3860, 4051, 4897, 6622, 4210, 4588, 4105, 4011, 4776, 7653, 3964, 4498, 4075, 4043, 4714, 9240, 3980,
		4452, 6584, 4162, 4865, 3995, 3999, 4528, 7621, 3956, 4759, 3999, 4062, 4604, 4019, 3924, 4620, 6589, 3762, 4330, 3922,
		3887, 4735, 7568, 3912, 4638, 3918, 3941, 4691, 3897, 4093, 4584, 7166, 3790, 4669, 3988, 3857, 4563, 7553, 3992, 4641,
	},
	196619: []int64{608, 692, 553, 618, 611, 312, 287, 556, 280, 360, 281, 282, 282, 281, 282, 347, 459, 357, 282, 280,
		282, 346, 555, 282, 281, 281, 282, 348, 283, 282, 282, 399, 299, 345, 281, 282, 281, 556, 281, 348,
		282, 281, 281, 284, 280, 348, 398, 300, 283, 280, 283, 347, 557, 296, 280, 284, 282, 345, 287, 281,
		280, 399, 297, 347, 282, 280, 283, 556, 282, 347, 282, 281, 283, 283, 281, 349, 414, 282, 280, 283,
		282, 347, 555, 281, 282, 282, 281, 348, 281, 282, 282, 470, 282, 347, 280, 282, 281, 558, 280, 347,
	},
	196622: []int64{65, 61, 48, 47, 49, 52, 55, 36, 53, 43, 38, 36, 60, 53, 67, 50, 53, 59, 58, 39,
		70, 71, 48, 62, 86, 46, 47, 71, 40, 44, 62, 42, 37, 77, 57, 39, 53, 45, 48, 72,
		40, 49, 82, 55, 45, 78, 69, 55, 65, 58, 91, 59, 67, 45, 67, 51, 50, 46, 57, 48,
		54, 41, 40, 47, 71, 39, 53, 39, 46, 52, 55, 41, 51, 61, 38, 51, 60, 53, 54, 37,
		37, 43, 42, 53, 62, 40, 40, 43, 48, 55, 51, 52, 39, 43, 40, 76, 52, 38, 62, 44,
	},
	65603: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196626: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327689: []int64{8200, 5600, 9100, 9100, 12000, 12000, 12000, 5700, 2700, 2800, 2800, 2800, 2000, 3600, 3600, 3600, 3000, 4800, 4800, 4800,
		2900, 2600, 2900, 2900, 2900, 2400, 2400, 2200, 2900, 3400, 3400, 3400, 4800, 4800, 4800, 2600, 2600, 2700, 2700, 2700,
		2500, 2500, 2300, 2300, 4800, 4800, 4800, 4600, 4600, 4600, 2700, 2500, 2900, 2900, 2900, 2600, 2300, 2200, 11900, 11900,
		11900, 11300, 5000, 5000, 5000, 2600, 2600, 3100, 3100, 3100, 2700, 2700, 8200, 8200, 8200, 2700, 2700, 4700, 4700, 4700,
		2800, 2600, 2900, 2900, 2900, 2600, 2600, 2200, 9900, 9900, 9900, 2900, 4700, 4700, 5100, 5100, 5100, 3000, 3000, 3000,
	},
	16: []int64{1450, 1649, 1581, 1756, 2475, 782, 586, 716, 585, 756, 591, 582, 652, 816, 737, 597, 810, 731, 710, 720,
		604, 594, 686, 614, 715, 606, 595, 611, 711, 756, 571, 803, 651, 642, 653, 580, 580, 710, 629, 698,
		583, 647, 579, 673, 943, 586, 781, 651, 736, 674, 570, 603, 731, 667, 669, 612, 570, 676, 2294, 1460,
		626, 790, 736, 602, 651, 614, 597, 722, 596, 709, 580, 620, 1087, 713, 672, 611, 846, 704, 728, 672,
		572, 647, 693, 602, 666, 605, 615, 599, 1292, 736, 596, 864, 650, 605, 889, 610, 569, 703, 571, 688,
	},
	196624: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65573: []int64{14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336,
		14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336,
		14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336,
		14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336,
		14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336, 14336,
	},
	458759: []int64{1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
		1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327681: []int64{8600, 6200, 9900, 9900, 12600, 12600, 12600, 6300, 2900, 3000, 3000, 3000, 2200, 3800, 3800, 3800, 3200, 5000, 5000, 5000,
		3000, 2800, 3200, 3200, 3200, 2600, 2600, 2400, 3100, 3600, 3600, 3600, 5300, 5300, 5300, 2800, 2800, 2900, 2900, 2900,
		2600, 2600, 2400, 2400, 4900, 4900, 4900, 4800, 4800, 4800, 2800, 2700, 3100, 3100, 3100, 2800, 2400, 2500, 12200, 12200,
		12200, 12000, 5200, 5200, 5200, 2700, 2700, 3300, 3300, 3300, 2900, 2900, 8400, 8400, 8400, 2900, 2900, 5000, 5000, 5000,
		2900, 2800, 3400, 3400, 3400, 2800, 2800, 2400, 10300, 10300, 10300, 3100, 4900, 4900, 5600, 5600, 5600, 3300, 3300, 3300,
	},
	131095: []int64{1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
		1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65650: []int64{5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
		5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
		5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
		5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
		5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
	},
	65615: []int64{1747308, 1747308, 1746928, 1746884, 1746996, 1746840, 1746928, 1746840, 1746840, 1747020, 1746840, 1746704, 1746884, 1746840, 1746840, 1746884, 1746976, 1746708, 1746752, 1746752,
		1746708, 1746752, 1746752, 1746708, 1746616, 1746752, 1746708, 1746752, 1746752, 1746708, 1746752, 1746796, 1746752, 1746796, 1746796, 1746752, 1746796, 1746660, 1746752, 1746796,
		1746796, 1746752, 1746796, 1746796, 1746884, 1746928, 1746836, 1746928, 1746972, 1746972, 1746792, 1746972, 1746972, 1746928, 1746972, 1746972, 1746928, 1746972, 1746972, 1746572,
		1746752, 1746708, 1746664, 1746664, 1746708, 1746664, 1746912, 1746708, 1746664, 1746664, 1746708, 1746664, 1746528, 1746708, 1746664, 1746664, 1746752, 1746708, 1746708, 1746752,
		1746708, 1746708, 1746752, 1746708, 1746708, 1746616, 1746708, 1746708, 1746752, 1746708, 1746708, 1746752, 1746708, 1746708, 1746752, 1746708, 1746708, 1746752, 1746616, 1746708,
	},
	327694: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327683: []int64{2600, 2800, 3000, 3200, 3800, 3900, 3900, 3900, 3800, 3800, 3800, 3800, 3900, 3600, 3400, 3200, 3000, 2800, 2600, 2100,
		2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 1900, 2000, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900,
		1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 2000, 1900, 2000, 1900, 1900, 2300, 2600,
		2600, 2600, 2600, 2600, 2500, 2600, 2600, 2600, 2500, 2500, 2500, 2500, 2700, 2300, 2000, 2000, 2000, 2000, 2100, 2100,
		2100, 2100, 2100, 2100, 2100, 2100, 2100, 1900, 2100, 2100, 2100, 2100, 2100, 2000, 2100, 2100, 2100, 2100, 2100, 2100,
	},
	327693: []int64{10000, 6800, 5200, 4900, 4900, 4900, 4900, 4900, 4900, 4900, 4900, 4900, 4900, 4900, 4700, 4700, 4700, 4700, 4700, 4700,
		4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4700,
		4700, 4700, 4700, 4500, 4400, 4200, 3600, 3300, 2900, 2700, 2700, 2700, 2700, 2700, 2600, 2600, 2600, 2600, 2700, 2900,
		2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2700, 2700, 2700, 2700, 2800, 2800,
		2800, 2800, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900,
	},
	12: []int64{9486, 10654, 10409, 11735, 17425, 4598, 3092, 4011, 3066, 4413, 3059, 3076, 3635, 4749, 4143, 3150, 4531, 4138, 4101, 4058,
		3206, 3159, 3748, 3332, 4018, 3188, 3132, 3236, 4073, 4423, 2984, 4644, 3548, 3498, 3617, 3065, 3011, 3870, 3391, 4010,
		3066, 3575, 3102, 3801, 5998, 3066, 4411, 3683, 4191, 3775, 2950, 3160, 4163, 3706, 3741, 3364, 2977, 3533, 16280, 10036,
		3415, 4519, 4354, 3240, 3639, 3314, 3183, 4051, 3065, 4041, 2994, 3283, 7138, 4024, 3780, 3302, 4995, 4000, 4182, 3719,
		2974, 3554, 3863, 3186, 3710, 3254, 3354, 3184, 8526, 4216, 3161, 5076, 3568, 3231, 4932, 3254, 2968, 3942, 2997, 3871,
	},
	327687: []int64{10200, 7100, 5600, 5300, 5300, 5500, 5500, 5500, 5500, 5500, 5500, 5500, 5500, 5200, 4900, 4900, 4900, 5000, 5000, 5000,
		5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000,
		5000, 5000, 5000, 4800, 4800, 4700, 3800, 3600, 3000, 2900, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2900, 3100,
		3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 2900, 2900, 2900, 2900, 2900, 2900,
		2900, 2900, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3100,
	},
	65619: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	32: []int64{55, 63, 74, 55, 53, 39, 36, 42, 37, 36, 44, 36, 40, 48, 36, 42, 47, 47, 40, 44,
		38, 36, 40, 34, 36, 38, 40, 42, 39, 39, 40, 38, 38, 38, 34, 40, 38, 38, 38, 37,
		35, 34, 39, 40, 35, 39, 37, 38, 42, 40, 38, 42, 40, 36, 36, 35, 34, 41, 50, 40,
		42, 42, 39, 37, 39, 37, 38, 42, 36, 39, 37, 40, 42, 36, 38, 34, 42, 45, 44, 39,
		38, 39, 45, 33, 36, 41, 40, 39, 44, 37, 41, 45, 38, 37, 39, 40, 36, 40, 42, 42,
	},
	196618: []int64{674, 789, 796, 945, 1287, 321, 261, 410, 203, 247, 203, 218, 246, 204, 219, 247, 314, 214, 247, 203,
		204, 247, 409, 203, 246, 203, 204, 262, 204, 204, 246, 310, 210, 247, 203, 203, 246, 409, 204, 250,
		204, 204, 246, 204, 204, 247, 310, 211, 246, 204, 204, 247, 410, 204, 246, 204, 204, 247, 563, 204,
		246, 310, 210, 247, 204, 204, 246, 409, 204, 247, 204, 204, 246, 204, 204, 247, 316, 203, 246, 203,
		203, 247, 409, 204, 246, 203, 203, 247, 204, 204, 246, 320, 203, 247, 204, 203, 247, 409, 204, 246,
	},
	196614: []int64{674, 789, 796, 945, 1287, 321, 261, 410, 203, 247, 203, 218, 246, 204, 219, 247, 314, 214, 247, 203,
		204, 247, 409, 203, 246, 203, 204, 262, 204, 204, 246, 310, 210, 247, 203, 203, 246, 409, 204, 250,
		204, 204, 246, 204, 204, 247, 310, 211, 246, 204, 204, 247, 410, 204, 246, 204, 204, 247, 563, 204,
		246, 310, 210, 247, 204, 204, 246, 409, 204, 247, 204, 204, 246, 204, 204, 247, 316, 203, 246, 203,
		203, 247, 409, 204, 246, 203, 203, 247, 204, 204, 246, 320, 203, 247, 204, 203, 247, 409, 204, 246,
	},
	20: []int64{2651, 2993, 2857, 3209, 4556, 1453, 1097, 1315, 1091, 1417, 1095, 1082, 1225, 1503, 1371, 1105, 1499, 1360, 1335, 1345,
		1119, 1109, 1261, 1150, 1332, 1129, 1105, 1138, 1324, 1407, 1063, 1485, 1207, 1186, 1221, 1078, 1082, 1317, 1174, 1316,
		1090, 1213, 1084, 1259, 1786, 1093, 1448, 1209, 1372, 1262, 1070, 1118, 1359, 1244, 1247, 1152, 1066, 1215, 4266, 2733,
		1167, 1466, 1366, 1122, 1225, 1146, 1113, 1333, 1104, 1325, 1076, 1151, 2059, 1314, 1256, 1142, 1566, 1299, 1363, 1257,
		1063, 1205, 1289, 1123, 1250, 1128, 1155, 1119, 2410, 1370, 1113, 1592, 1193, 1122, 1559, 1138, 1063, 1292, 1069, 1281,
	},
	327686: []int64{3200, 3000, 2900, 2700, 2700, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2700, 2600, 2600, 2600, 2600, 2600, 2600,
		2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2600,
		2600, 2600, 2600, 2500, 2400, 2400, 2300, 2200, 2100, 2000, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 2000, 2100,
		2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200,
		2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200,
	},
}
View Source
var HostMetrics = []types.PerfMetricId{}/* 1164 elements not displayed */
View Source
var HostStorageDeviceInfo = types.HostStorageDeviceInfo{
	HostBusAdapter: []types.BaseHostHostBusAdapter{
		&types.HostParallelScsiHba{
			HostHostBusAdapter: types.HostHostBusAdapter{
				Key:    "key-vim.host.ParallelScsiHba-vmhba0",
				Device: "vmhba0",
				Bus:    3,
				Status: "unknown",
				Model:  "PVSCSI SCSI Controller",
				Driver: "pvscsi",
				Pci:    "0000:03:00.0",
			},
		},
		&types.HostBlockHba{
			HostHostBusAdapter: types.HostHostBusAdapter{
				Key:    "key-vim.host.BlockHba-vmhba1",
				Device: "vmhba1",
				Bus:    0,
				Status: "unknown",
				Model:  "PIIX4 for 430TX/440BX/MX IDE Controller",
				Driver: "vmkata",
				Pci:    "0000:00:07.1",
			},
		},
		&types.HostBlockHba{
			HostHostBusAdapter: types.HostHostBusAdapter{
				Key:    "key-vim.host.BlockHba-vmhba64",
				Device: "vmhba64",
				Bus:    0,
				Status: "unknown",
				Model:  "PIIX4 for 430TX/440BX/MX IDE Controller",
				Driver: "vmkata",
				Pci:    "0000:00:07.1",
			},
		},
	},
	ScsiLun: []types.BaseScsiLun{
		&types.ScsiLun{
			HostDevice: types.HostDevice{
				DeviceName: "/vmfs/devices/cdrom/mpx.vmhba1:C0:T0:L0",
				DeviceType: "cdrom",
			},
			Key:  "key-vim.host.ScsiLun-0005000000766d686261313a303a30",
			Uuid: "0005000000766d686261313a303a30",
			Descriptor: []types.ScsiLunDescriptor{
				{
					Quality: "lowQuality",
					Id:      "mpx.vmhba1:C0:T0:L0",
				},
				{
					Quality: "lowQuality",
					Id:      "vml.0005000000766d686261313a303a30",
				},
				{
					Quality: "lowQuality",
					Id:      "0005000000766d686261313a303a30",
				},
			},
			CanonicalName: "mpx.vmhba1:C0:T0:L0",
			DisplayName:   "Local NECVMWar CD-ROM (mpx.vmhba1:C0:T0:L0)",
			LunType:       "cdrom",
			Vendor:        "NECVMWar",
			Model:         "VMware IDE CDR00",
			Revision:      "1.00",
			ScsiLevel:     5,
			SerialNumber:  "unavailable",
			DurableName:   (*types.ScsiLunDurableName)(nil),
			AlternateName: []types.ScsiLunDurableName{
				{
					Namespace:   "GENERIC_VPD",
					NamespaceId: 0x5,
					Data:        []uint8{0x2d, 0x37, 0x39},
				},
				{
					Namespace:   "GENERIC_VPD",
					NamespaceId: 0x5,
					Data:        []uint8{0x30},
				},
			},
			StandardInquiry:  []uint8{0x30},
			QueueDepth:       0,
			OperationalState: []string{"ok"},
			Capabilities:     &types.ScsiLunCapabilities{},
			VStorageSupport:  "vStorageUnsupported",
			ProtocolEndpoint: types.NewBool(false),
		},
		&types.HostScsiDisk{
			ScsiLun: types.ScsiLun{
				HostDevice: types.HostDevice{
					DeviceName: "/vmfs/devices/disks/mpx.vmhba0:C0:T0:L0",
					DeviceType: "disk",
				},
				Key:  "key-vim.host.ScsiDisk-0000000000766d686261303a303a30",
				Uuid: "0000000000766d686261303a303a30",
				Descriptor: []types.ScsiLunDescriptor{
					{
						Quality: "lowQuality",
						Id:      "mpx.vmhba0:C0:T0:L0",
					},
					{
						Quality: "lowQuality",
						Id:      "vml.0000000000766d686261303a303a30",
					},
					{
						Quality: "lowQuality",
						Id:      "0000000000766d686261303a303a30",
					},
				},
				CanonicalName: "mpx.vmhba0:C0:T0:L0",
				DisplayName:   "Local VMware, Disk (mpx.vmhba0:C0:T0:L0)",
				LunType:       "disk",
				Vendor:        "VMware, ",
				Model:         "VMware Virtual S",
				Revision:      "1.0 ",
				ScsiLevel:     2,
				SerialNumber:  "unavailable",
				DurableName:   (*types.ScsiLunDurableName)(nil),
				AlternateName: []types.ScsiLunDurableName{
					{
						Namespace:   "GENERIC_VPD",
						NamespaceId: 0x5,
						Data:        []uint8{0x2d, 0x37, 0x39},
					},
					{
						Namespace:   "GENERIC_VPD",
						NamespaceId: 0x5,
						Data:        []uint8{0x30},
					},
				},
				StandardInquiry:  []uint8{0x30},
				QueueDepth:       1024,
				OperationalState: []string{"ok"},
				Capabilities:     &types.ScsiLunCapabilities{},
				VStorageSupport:  "vStorageUnsupported",
				ProtocolEndpoint: types.NewBool(false),
			},
			Capacity: types.HostDiskDimensionsLba{
				BlockSize: 512,
				Block:     67108864,
			},
			DevicePath:            "/vmfs/devices/disks/mpx.vmhba0:C0:T0:L0",
			Ssd:                   types.NewBool(true),
			LocalDisk:             types.NewBool(true),
			PhysicalLocation:      nil,
			EmulatedDIXDIFEnabled: types.NewBool(false),
			VsanDiskInfo:          (*types.VsanHostVsanDiskInfo)(nil),
			ScsiDiskType:          "native512",
		},
	},
	ScsiTopology: &types.HostScsiTopology{
		Adapter: []types.HostScsiTopologyInterface{
			{
				Key:     "key-vim.host.ScsiTopology.Interface-vmhba0",
				Adapter: "key-vim.host.ParallelScsiHba-vmhba0",
				Target: []types.HostScsiTopologyTarget{
					{
						Key:    "key-vim.host.ScsiTopology.Target-vmhba0:0:0",
						Target: 0,
						Lun: []types.HostScsiTopologyLun{
							{
								Key:     "key-vim.host.ScsiTopology.Lun-0000000000766d686261303a303a30",
								Lun:     0,
								ScsiLun: "key-vim.host.ScsiDisk-0000000000766d686261303a303a30",
							},
						},
						Transport: &types.HostParallelScsiTargetTransport{},
					},
				},
			},
			{
				Key:     "key-vim.host.ScsiTopology.Interface-vmhba1",
				Adapter: "key-vim.host.BlockHba-vmhba1",
				Target: []types.HostScsiTopologyTarget{
					{
						Key:    "key-vim.host.ScsiTopology.Target-vmhba1:0:0",
						Target: 0,
						Lun: []types.HostScsiTopologyLun{
							{
								Key:     "key-vim.host.ScsiTopology.Lun-0005000000766d686261313a303a30",
								Lun:     0,
								ScsiLun: "key-vim.host.ScsiLun-0005000000766d686261313a303a30",
							},
						},
						Transport: &types.HostBlockAdapterTargetTransport{},
					},
				},
			},
			{
				Key:     "key-vim.host.ScsiTopology.Interface-vmhba64",
				Adapter: "key-vim.host.BlockHba-vmhba64",
				Target:  nil,
			},
		},
	},
	MultipathInfo: &types.HostMultipathInfo{
		Lun: []types.HostMultipathInfoLogicalUnit{
			{
				Key: "key-vim.host.MultipathInfo.LogicalUnit-0005000000766d686261313a303a30",
				Id:  "0005000000766d686261313a303a30",
				Lun: "key-vim.host.ScsiLun-0005000000766d686261313a303a30",
				Path: []types.HostMultipathInfoPath{
					{
						Key:           "key-vim.host.MultipathInfo.Path-vmhba1:C0:T0:L0",
						Name:          "vmhba1:C0:T0:L0",
						PathState:     "active",
						State:         "active",
						IsWorkingPath: types.NewBool(true),
						Adapter:       "key-vim.host.BlockHba-vmhba1",
						Lun:           "key-vim.host.MultipathInfo.LogicalUnit-0005000000766d686261313a303a30",
						Transport:     &types.HostBlockAdapterTargetTransport{},
					},
				},
				Policy: &types.HostMultipathInfoFixedLogicalUnitPolicy{
					HostMultipathInfoLogicalUnitPolicy: types.HostMultipathInfoLogicalUnitPolicy{
						Policy: "VMW_PSP_FIXED",
					},
					Prefer: "vmhba1:C0:T0:L0",
				},
				StorageArrayTypePolicy: &types.HostMultipathInfoLogicalUnitStorageArrayTypePolicy{
					Policy: "VMW_SATP_LOCAL",
				},
			},
			{
				Key: "key-vim.host.MultipathInfo.LogicalUnit-0000000000766d686261303a303a30",
				Id:  "0000000000766d686261303a303a30",
				Lun: "key-vim.host.ScsiDisk-0000000000766d686261303a303a30",
				Path: []types.HostMultipathInfoPath{
					{
						Key:           "key-vim.host.MultipathInfo.Path-vmhba0:C0:T0:L0",
						Name:          "vmhba0:C0:T0:L0",
						PathState:     "active",
						State:         "active",
						IsWorkingPath: types.NewBool(true),
						Adapter:       "key-vim.host.ParallelScsiHba-vmhba0",
						Lun:           "key-vim.host.MultipathInfo.LogicalUnit-0000000000766d686261303a303a30",
						Transport:     &types.HostParallelScsiTargetTransport{},
					},
				},
				Policy: &types.HostMultipathInfoFixedLogicalUnitPolicy{
					HostMultipathInfoLogicalUnitPolicy: types.HostMultipathInfoLogicalUnitPolicy{
						Policy: "VMW_PSP_FIXED",
					},
					Prefer: "vmhba0:C0:T0:L0",
				},
				StorageArrayTypePolicy: &types.HostMultipathInfoLogicalUnitStorageArrayTypePolicy{
					Policy: "VMW_SATP_LOCAL",
				},
			},
		},
	},
	PlugStoreTopology: &types.HostPlugStoreTopology{
		Adapter: []types.HostPlugStoreTopologyAdapter{
			{
				Key:     "key-vim.host.PlugStoreTopology.Adapter-vmhba0",
				Adapter: "key-vim.host.ParallelScsiHba-vmhba0",
				Path:    []string{"key-vim.host.PlugStoreTopology.Path-vmhba0:C0:T0:L0"},
			},
			{
				Key:     "key-vim.host.PlugStoreTopology.Adapter-vmhba1",
				Adapter: "key-vim.host.BlockHba-vmhba1",
				Path:    []string{"key-vim.host.PlugStoreTopology.Path-vmhba1:C0:T0:L0"},
			},
			{
				Key:     "key-vim.host.PlugStoreTopology.Adapter-vmhba64",
				Adapter: "key-vim.host.BlockHba-vmhba64",
				Path:    nil,
			},
		},
		Path: []types.HostPlugStoreTopologyPath{
			{
				Key:           "key-vim.host.PlugStoreTopology.Path-vmhba0:C0:T0:L0",
				Name:          "vmhba0:C0:T0:L0",
				ChannelNumber: 0,
				TargetNumber:  0,
				LunNumber:     0,
				Adapter:       "key-vim.host.PlugStoreTopology.Adapter-vmhba0",
				Target:        "key-vim.host.PlugStoreTopology.Target-pscsi.0:0",
				Device:        "key-vim.host.PlugStoreTopology.Device-0000000000766d686261303a303a30",
			},
			{
				Key:           "key-vim.host.PlugStoreTopology.Path-vmhba1:C0:T0:L0",
				Name:          "vmhba1:C0:T0:L0",
				ChannelNumber: 0,
				TargetNumber:  0,
				LunNumber:     0,
				Adapter:       "key-vim.host.PlugStoreTopology.Adapter-vmhba1",
				Target:        "key-vim.host.PlugStoreTopology.Target-ide.0:0",
				Device:        "key-vim.host.PlugStoreTopology.Device-0005000000766d686261313a303a30",
			},
		},
		Target: []types.HostPlugStoreTopologyTarget{
			{
				Key:       "key-vim.host.PlugStoreTopology.Target-pscsi.0:0",
				Transport: &types.HostParallelScsiTargetTransport{},
			},
			{
				Key:       "key-vim.host.PlugStoreTopology.Target-ide.0:0",
				Transport: &types.HostBlockAdapterTargetTransport{},
			},
		},
		Device: []types.HostPlugStoreTopologyDevice{
			{
				Key:  "key-vim.host.PlugStoreTopology.Device-0005000000766d686261313a303a30",
				Lun:  "key-vim.host.ScsiLun-0005000000766d686261313a303a30",
				Path: []string{"key-vim.host.PlugStoreTopology.Path-vmhba1:C0:T0:L0"},
			},
			{
				Key:  "key-vim.host.PlugStoreTopology.Device-0000000000766d686261303a303a30",
				Lun:  "key-vim.host.ScsiDisk-0000000000766d686261303a303a30",
				Path: []string{"key-vim.host.PlugStoreTopology.Path-vmhba0:C0:T0:L0"},
			},
		},
		Plugin: []types.HostPlugStoreTopologyPlugin{
			{
				Key:         "key-vim.host.PlugStoreTopology.Plugin-NMP",
				Name:        "NMP",
				Device:      []string{"key-vim.host.PlugStoreTopology.Device-0005000000766d686261313a303a30", "key-vim.host.PlugStoreTopology.Device-0000000000766d686261303a303a30"},
				ClaimedPath: []string{"key-vim.host.PlugStoreTopology.Path-vmhba0:C0:T0:L0", "key-vim.host.PlugStoreTopology.Path-vmhba1:C0:T0:L0"},
			},
		},
	},
	SoftwareInternetScsiEnabled: false,
}

HostStorageDeviceInfo is the default template for the HostSystem config.storageDevice property. Capture method:

govc object.collect -s -dump HostSystem:ha-host config.storageDevice
View Source
var HostSystem = mo.HostSystem{
	ManagedEntity: mo.ManagedEntity{
		ExtensibleManagedObject: mo.ExtensibleManagedObject{
			Self:           types.ManagedObjectReference{Type: "HostSystem", Value: "ha-host"},
			Value:          nil,
			AvailableField: nil,
		},
		Parent:              &types.ManagedObjectReference{Type: "ComputeResource", Value: "ha-compute-res"},
		CustomValue:         nil,
		OverallStatus:       "",
		ConfigStatus:        "",
		ConfigIssue:         nil,
		EffectiveRole:       nil,
		Permission:          nil,
		Name:                "",
		DisabledMethod:      nil,
		RecentTask:          nil,
		DeclaredAlarmState:  nil,
		TriggeredAlarmState: nil,
		AlarmActionsEnabled: (*bool)(nil),
		Tag:                 nil,
	},
	Runtime: types.HostRuntimeInfo{
		DynamicData:       types.DynamicData{},
		ConnectionState:   "connected",
		PowerState:        "poweredOn",
		StandbyMode:       "",
		InMaintenanceMode: false,
		BootTime:          (*time.Time)(nil),
		HealthSystemRuntime: &types.HealthSystemRuntime{
			DynamicData: types.DynamicData{},
			SystemHealthInfo: &types.HostSystemHealthInfo{
				DynamicData: types.DynamicData{},
				NumericSensorInfo: []types.HostNumericSensorInfo{
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware Rollup Health State",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "system",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "CPU socket #0 Level-1 Cache is 16384 B",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Processors",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "CPU socket #0 Level-2 Cache is 0 B",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Processors",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "CPU socket #1 Level-1 Cache is 16384 B",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Processors",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "CPU socket #1 Level-2 Cache is 0 B",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Processors",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "Phoenix Technologies LTD System BIOS 6.00 2014-05-20 00:00:00.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware, Inc. VMware ESXi 6.0.0 build-3634798 2016-03-07 00:00:00.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-ata-piix 2.12-10vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsu-lsi-mptsas-plugin 1.0.0-1vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-mlx4-core 1.9.7.0-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsu-lsi-mpt2sas-plugin 1.0.0-4vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-aacraid 1.1.5.1-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-via 0.3.3-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-qla4xxx 5.01.03.2-7vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-sata-promise 2.12-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-megaraid-mbox 2.20.5.1-6vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware vsan 6.0.0-2.34.3563498 2016-02-17 17:18:19.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-e1000 8.0.3.1-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-serverworks 0.4.3-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-mptspi 4.23.01.00-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-nx-nic 5.0.621-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware block-cciss 3.6.14-10vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-bnx2x 1.78.80.v60.12-1vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ipmi-ipmi-devintf 39.1-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-mptsas 4.23.01.00-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-megaraid2 2.00.4-9vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware nvme 1.0e.0.35-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware esx-xserver 6.0.0-2.34.3634798 2016-03-08 07:39:27.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware nmlx4-en 3.0.0.0-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsu-hp-hpsa-plugin 1.0.0-1vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-megaraid-sas 6.603.55.00-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-enic 2.1.2.38-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsi-msgpt3 06.255.12.00-8vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-ahci 3.0-22vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-forcedeth 0.61-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-atiixp 0.4.6-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware elxnet 10.2.309.6v-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware esx-dvfilter-generic-fastpath 6.0.0-2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware uhci-usb-uhci 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-amd 0.3.10-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-sata-sil24 1.1-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ohci-usb-ohci 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-igb 5.0.5.1.1-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-pdc2027x 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ehci-ehci-hcd 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsu-lsi-lsi-mr3-plugin 1.0.0-2vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-ixgbe 3.7.13.7.14iov-20vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware vsanhealth 6.0.0-3000000.3.0.2.34.3544323 2016-02-12 06:45:30.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-cnic 1.78.76.v60.13-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-sata-svw 2.3-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ipmi-ipmi-msghandler 39.1-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware emulex-esx-elxnetcli 10.2.309.6v-2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-aic79xx 3.1-5vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware qlnativefc 2.0.12.0-5vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsu-lsi-lsi-msgpt3-plugin 1.0.0-1vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ima-qla4xxx 2.02.18-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-mlx4-en 1.9.7.0-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-e1000e 3.2.2.1-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-tg3 3.131d.v60.4-2vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-hpsa 6.0.0.44-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-bnx2fc 1.78.78.v60.8-1vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware cpu-microcode 6.0.0-2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-fnic 1.5.0.45-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware nmlx4-rdma 3.0.0.0-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-vmxnet3 1.1.3.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lpfc 10.2.309.8-2vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware esx-ui 1.0.0-3617585 2016-03-03 04:52:43.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-cmd64x 0.2.5-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsi-mr3 6.605.08.00-7vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-hpt3x2n 0.3.4-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-sata-nv 3.5-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware misc-cnic-register 1.78.75.v60.7-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware lsu-lsi-megaraid-sas-plugin 1.0.0-2vmw.600.2.34.3634798 2016-03-08 07:39:28.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ata-pata-sil680 0.4.8-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware esx-tboot 6.0.0-2.34.3634798 2016-03-08 07:39:27.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware xhci-xhci 1.0-3vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-ips 7.12.05-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-adp94xx 1.0.8.12-6vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware rste 2.0.2.0088-4vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware ipmi-ipmi-si-drv 39.1-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMWARE mtip32xx-native 3.8.5-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-mpt2sas 19.00.00.00-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware misc-drivers 6.0.0-2.34.3634798 2016-03-08 07:38:41.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware nmlx4-core 3.0.0.0-1vmw.600.2.34.3634798 2016-03-08 07:38:46.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware sata-sata-sil 2.3-4vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware esx-base 6.0.0-2.34.3634798 2016-03-08 07:39:18.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware scsi-bnx2i 2.78.76.v60.8-1vmw.600.2.34.3634798 2016-03-08 07:38:41.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "VMware net-bnx2 2.2.4f.v60.10-1vmw.600.2.34.3634798 2016-03-08 07:38:45.000",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "e1000 driver 8.0.3.1-NAPI",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
					{
						DynamicData: types.DynamicData{},
						Name:        "e1000 device firmware N/A",
						HealthState: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Sensor is operating under normal conditions",
							},
							Key: "green",
						},
						CurrentReading: 0,
						UnitModifier:   0,
						BaseUnits:      "",
						RateUnits:      "",
						SensorType:     "Software Components",
					},
				},
			},
			HardwareStatusInfo: &types.HostHardwareStatusInfo{
				DynamicData:      types.DynamicData{},
				MemoryStatusInfo: nil,
				CpuStatusInfo: []types.BaseHostHardwareElementInfo{
					&types.HostHardwareElementInfo{
						DynamicData: types.DynamicData{},
						Name:        "CPU socket #0",
						Status: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Physical element is functioning as expected",
							},
							Key: "Green",
						},
					},
					&types.HostHardwareElementInfo{
						DynamicData: types.DynamicData{},
						Name:        "CPU socket #1",
						Status: &types.ElementDescription{
							Description: types.Description{
								DynamicData: types.DynamicData{},
								Label:       "Green",
								Summary:     "Physical element is functioning as expected",
							},
							Key: "Green",
						},
					},
				},
				StorageStatusInfo: nil,
			},
		},
		DasHostState:    (*types.ClusterDasFdmHostState)(nil),
		TpmPcrValues:    nil,
		VsanRuntimeInfo: &types.VsanHostRuntimeInfo{},
		NetworkRuntimeInfo: &types.HostRuntimeInfoNetworkRuntimeInfo{
			DynamicData: types.DynamicData{},
			NetStackInstanceRuntimeInfo: []types.HostRuntimeInfoNetStackInstanceRuntimeInfo{
				{
					DynamicData:            types.DynamicData{},
					NetStackInstanceKey:    "defaultTcpipStack",
					State:                  "active",
					VmknicKeys:             []string{"vmk0"},
					MaxNumberOfConnections: 11000,
					CurrentIpV6Enabled:     types.NewBool(true),
				},
			},
			NetworkResourceRuntime: (*types.HostNetworkResourceRuntime)(nil),
		},
		VFlashResourceRuntimeInfo:  (*types.HostVFlashManagerVFlashResourceRunTimeInfo)(nil),
		HostMaxVirtualDiskCapacity: 68169720922112,
	},
	Summary: types.HostListSummary{
		DynamicData: types.DynamicData{},
		Host:        &types.ManagedObjectReference{Type: "HostSystem", Value: "ha-host"},
		Hardware: &types.HostHardwareSummary{
			DynamicData: types.DynamicData{},
			Vendor:      "VMware, Inc.",
			Model:       "VMware Virtual Platform",
			Uuid:        "564d2f12-8041-639b-5018-05a835b72eaf",
			OtherIdentifyingInfo: []types.HostSystemIdentificationInfo{
				{
					DynamicData:     types.DynamicData{},
					IdentifierValue: " No Asset Tag",
					IdentifierType: &types.ElementDescription{
						Description: types.Description{
							DynamicData: types.DynamicData{},
							Label:       "Asset Tag",
							Summary:     "Asset tag of the system",
						},
						Key: "AssetTag",
					},
				},
				{
					DynamicData:     types.DynamicData{},
					IdentifierValue: "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
					IdentifierType: &types.ElementDescription{
						Description: types.Description{
							DynamicData: types.DynamicData{},
							Label:       "OEM specific string",
							Summary:     "OEM specific string",
						},
						Key: "OemSpecificString",
					},
				},
				{
					DynamicData:     types.DynamicData{},
					IdentifierValue: "Welcome to the Virtual Machine",
					IdentifierType: &types.ElementDescription{
						Description: types.Description{
							DynamicData: types.DynamicData{},
							Label:       "OEM specific string",
							Summary:     "OEM specific string",
						},
						Key: "OemSpecificString",
					},
				},
				{
					DynamicData:     types.DynamicData{},
					IdentifierValue: "VMware-56 4d 2f 12 80 41 63 9b-50 18 05 a8 35 b7 2e af",
					IdentifierType: &types.ElementDescription{
						Description: types.Description{
							DynamicData: types.DynamicData{},
							Label:       "Service tag",
							Summary:     "Service tag of the system",
						},
						Key: "ServiceTag",
					},
				},
			},
			MemorySize:    4294430720,
			CpuModel:      "Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz",
			CpuMhz:        2294,
			NumCpuPkgs:    2,
			NumCpuCores:   2,
			NumCpuThreads: 2,
			NumNics:       1,
			NumHBAs:       3,
		},
		Runtime: (*types.HostRuntimeInfo)(nil),
		Config: types.HostConfigSummary{
			DynamicData:           types.DynamicData{},
			Name:                  "localhost.localdomain",
			Port:                  902,
			SslThumbprint:         "",
			Product:               &HostConfigInfo.Product,
			VmotionEnabled:        false,
			FaultToleranceEnabled: types.NewBool(true),
			FeatureVersion:        nil,
			AgentVmDatastore:      (*types.ManagedObjectReference)(nil),
			AgentVmNetwork:        (*types.ManagedObjectReference)(nil),
		},
		QuickStats: types.HostListSummaryQuickStats{
			DynamicData:               types.DynamicData{},
			OverallCpuUsage:           67,
			OverallMemoryUsage:        1404,
			DistributedCpuFairness:    0,
			DistributedMemoryFairness: 0,
			Uptime:                    77229,
		},
		OverallStatus:      "gray",
		RebootRequired:     false,
		CustomValue:        nil,
		ManagementServerIp: "",
		MaxEVCModeKey:      "",
		CurrentEVCModeKey:  "",
		Gateway:            (*types.HostListSummaryGatewaySummary)(nil),
	},
	Hardware:           (*types.HostHardwareInfo)(nil),
	Capability:         (*types.HostCapability)(nil),
	LicensableResource: types.HostLicensableResourceInfo{},
	ConfigManager: types.HostConfigManager{
		DynamicData:               types.DynamicData{},
		CpuScheduler:              &types.ManagedObjectReference{Type: "HostCpuSchedulerSystem", Value: "cpuSchedulerSystem"},
		DatastoreSystem:           &types.ManagedObjectReference{Type: "HostDatastoreSystem", Value: "ha-datastoresystem"},
		MemoryManager:             &types.ManagedObjectReference{Type: "HostMemorySystem", Value: "memoryManagerSystem"},
		StorageSystem:             &types.ManagedObjectReference{Type: "HostStorageSystem", Value: "storageSystem"},
		NetworkSystem:             &types.ManagedObjectReference{Type: "HostNetworkSystem", Value: "networkSystem"},
		VmotionSystem:             &types.ManagedObjectReference{Type: "HostVMotionSystem", Value: "ha-vmotion-system"},
		VirtualNicManager:         &types.ManagedObjectReference{Type: "HostVirtualNicManager", Value: "ha-vnic-mgr"},
		ServiceSystem:             &types.ManagedObjectReference{Type: "HostServiceSystem", Value: "serviceSystem"},
		FirewallSystem:            &types.ManagedObjectReference{Type: "HostFirewallSystem", Value: "firewallSystem"},
		AdvancedOption:            &types.ManagedObjectReference{Type: "OptionManager", Value: "ha-adv-options"},
		DiagnosticSystem:          &types.ManagedObjectReference{Type: "HostDiagnosticSystem", Value: "diagnosticsystem"},
		AutoStartManager:          &types.ManagedObjectReference{Type: "HostAutoStartManager", Value: "ha-autostart-mgr"},
		SnmpSystem:                &types.ManagedObjectReference{Type: "HostSnmpSystem", Value: "ha-snmp-agent"},
		DateTimeSystem:            &types.ManagedObjectReference{Type: "HostDateTimeSystem", Value: "dateTimeSystem"},
		PatchManager:              &types.ManagedObjectReference{Type: "HostPatchManager", Value: "ha-host-patch-manager"},
		ImageConfigManager:        &types.ManagedObjectReference{Type: "HostImageConfigManager", Value: "ha-image-config-manager"},
		BootDeviceSystem:          (*types.ManagedObjectReference)(nil),
		FirmwareSystem:            &types.ManagedObjectReference{Type: "HostFirmwareSystem", Value: "ha-firmwareSystem"},
		HealthStatusSystem:        &types.ManagedObjectReference{Type: "HostHealthStatusSystem", Value: "healthStatusSystem"},
		PciPassthruSystem:         &types.ManagedObjectReference{Type: "HostPciPassthruSystem", Value: "ha-pcipassthrusystem"},
		LicenseManager:            &types.ManagedObjectReference{Type: "LicenseManager", Value: "ha-license-manager"},
		KernelModuleSystem:        &types.ManagedObjectReference{Type: "HostKernelModuleSystem", Value: "kernelModuleSystem"},
		AuthenticationManager:     &types.ManagedObjectReference{Type: "HostAuthenticationManager", Value: "ha-auth-manager"},
		PowerSystem:               &types.ManagedObjectReference{Type: "HostPowerSystem", Value: "ha-power-system"},
		CacheConfigurationManager: &types.ManagedObjectReference{Type: "HostCacheConfigurationManager", Value: "ha-cache-configuration-manager"},
		EsxAgentHostManager:       (*types.ManagedObjectReference)(nil),
		IscsiManager:              &types.ManagedObjectReference{Type: "IscsiManager", Value: "iscsiManager"},
		VFlashManager:             &types.ManagedObjectReference{Type: "HostVFlashManager", Value: "ha-vflash-manager"},
		VsanSystem:                &types.ManagedObjectReference{Type: "HostVsanSystem", Value: "vsanSystem"},
		MessageBusProxy:           &types.ManagedObjectReference{Type: "MessageBusProxy", Value: "messageBusProxy"},
		UserDirectory:             &types.ManagedObjectReference{Type: "UserDirectory", Value: "ha-user-directory"},
		AccountManager:            &types.ManagedObjectReference{Type: "HostLocalAccountManager", Value: "ha-localacctmgr"},
		HostAccessManager:         &types.ManagedObjectReference{Type: "HostAccessManager", Value: "ha-host-access-manager"},
		GraphicsManager:           &types.ManagedObjectReference{Type: "HostGraphicsManager", Value: "ha-graphics-manager"},
		VsanInternalSystem:        &types.ManagedObjectReference{Type: "HostVsanInternalSystem", Value: "ha-vsan-internal-system"},
		CertificateManager:        &types.ManagedObjectReference{Type: "HostCertificateManager", Value: "ha-certificate-manager"},
	},
	Config:           &HostConfigInfo,
	Vm:               nil,
	Datastore:        nil,
	Network:          nil,
	DatastoreBrowser: types.ManagedObjectReference{Type: "HostDatastoreBrowser", Value: "ha-host-datastorebrowser"},
	SystemResources:  (*types.HostSystemResourceInfo)(nil),
}

HostSystem is the default template for HostSystem properties. Capture method:

govc host.info -dump
View Source
var MetricData = map[string]map[int32][]int64{
	"VirtualMachine": VmMetricData,
	"HostSystem":     HostMetricData,
	"ResourcePool":   ResourcePoolMetricData,
}
View Source
var PerfCounter = []types.PerfCounterInfo{}/* 340 elements not displayed */

PerfCounter is the default template for the PerformanceManager perfCounter property. Capture method:

govc object.collect -s -dump PerformanceManager:ha-perfmgr perfCounter
View Source
var ResourcePool = mo.ResourcePool{
	ManagedEntity: mo.ManagedEntity{
		ExtensibleManagedObject: mo.ExtensibleManagedObject{
			Self:           types.ManagedObjectReference{Type: "ResourcePool", Value: "ha-root-pool"},
			Value:          nil,
			AvailableField: nil,
		},
		Parent:              &types.ManagedObjectReference{Type: "ComputeResource", Value: "ha-compute-res"},
		CustomValue:         nil,
		OverallStatus:       "green",
		ConfigStatus:        "green",
		ConfigIssue:         nil,
		EffectiveRole:       []int32{-1},
		Permission:          nil,
		Name:                "Resources",
		DisabledMethod:      []string{"CreateVApp", "CreateChildVM_Task"},
		RecentTask:          nil,
		DeclaredAlarmState:  nil,
		TriggeredAlarmState: nil,
		AlarmActionsEnabled: (*bool)(nil),
		Tag:                 nil,
	},
	Summary: &types.ResourcePoolSummary{
		DynamicData: types.DynamicData{},
		Name:        "Resources",
		Config: types.ResourceConfigSpec{
			DynamicData:   types.DynamicData{},
			Entity:        &types.ManagedObjectReference{Type: "ResourcePool", Value: "ha-root-pool"},
			ChangeVersion: "",
			LastModified:  (*time.Time)(nil),
			CpuAllocation: types.ResourceAllocationInfo{
				DynamicData:           types.DynamicData{},
				Reservation:           types.NewInt64(4121),
				ExpandableReservation: types.NewBool(false),
				Limit:                 types.NewInt64(4121),
				Shares: &types.SharesInfo{
					DynamicData: types.DynamicData{},
					Shares:      9000,
					Level:       "custom",
				},
				OverheadLimit: nil,
			},
			MemoryAllocation: types.ResourceAllocationInfo{
				DynamicData:           types.DynamicData{},
				Reservation:           types.NewInt64(961),
				ExpandableReservation: types.NewBool(false),
				Limit:                 types.NewInt64(961),
				Shares: &types.SharesInfo{
					DynamicData: types.DynamicData{},
					Shares:      9000,
					Level:       "custom",
				},
				OverheadLimit: nil,
			},
		},
		Runtime: types.ResourcePoolRuntimeInfo{
			DynamicData: types.DynamicData{},
			Memory: types.ResourcePoolResourceUsage{
				DynamicData:          types.DynamicData{},
				ReservationUsed:      0,
				ReservationUsedForVm: 0,
				UnreservedForPool:    1007681536,
				UnreservedForVm:      1007681536,
				OverallUsage:         0,
				MaxUsage:             1007681536,
			},
			Cpu: types.ResourcePoolResourceUsage{
				DynamicData:          types.DynamicData{},
				ReservationUsed:      0,
				ReservationUsedForVm: 0,
				UnreservedForPool:    4121,
				UnreservedForVm:      4121,
				OverallUsage:         0,
				MaxUsage:             4121,
			},
			OverallStatus: "green",
		},
		QuickStats:         (*types.ResourcePoolQuickStats)(nil),
		ConfiguredMemoryMB: 0,
	},
	Runtime: types.ResourcePoolRuntimeInfo{
		DynamicData: types.DynamicData{},
		Memory: types.ResourcePoolResourceUsage{
			DynamicData:          types.DynamicData{},
			ReservationUsed:      0,
			ReservationUsedForVm: 0,
			UnreservedForPool:    1007681536,
			UnreservedForVm:      1007681536,
			OverallUsage:         0,
			MaxUsage:             1007681536,
		},
		Cpu: types.ResourcePoolResourceUsage{
			DynamicData:          types.DynamicData{},
			ReservationUsed:      0,
			ReservationUsedForVm: 0,
			UnreservedForPool:    4121,
			UnreservedForVm:      4121,
			OverallUsage:         0,
			MaxUsage:             4121,
		},
		OverallStatus: "green",
	},
	Owner:        types.ManagedObjectReference{Type: "ComputeResource", Value: "ha-compute-res"},
	ResourcePool: nil,
	Vm:           nil,
	Config: types.ResourceConfigSpec{
		DynamicData:   types.DynamicData{},
		Entity:        &types.ManagedObjectReference{Type: "ResourcePool", Value: "ha-root-pool"},
		ChangeVersion: "",
		LastModified:  (*time.Time)(nil),
		CpuAllocation: types.ResourceAllocationInfo{
			DynamicData:           types.DynamicData{},
			Reservation:           types.NewInt64(4121),
			ExpandableReservation: types.NewBool(false),
			Limit:                 types.NewInt64(4121),
			Shares: &types.SharesInfo{
				DynamicData: types.DynamicData{},
				Shares:      9000,
				Level:       "custom",
			},
			OverheadLimit: nil,
		},
		MemoryAllocation: types.ResourceAllocationInfo{
			DynamicData:           types.DynamicData{},
			Reservation:           types.NewInt64(961),
			ExpandableReservation: types.NewBool(false),
			Limit:                 types.NewInt64(961),
			Shares: &types.SharesInfo{
				DynamicData: types.DynamicData{},
				Shares:      9000,
				Level:       "custom",
			},
			OverheadLimit: nil,
		},
	},
	ChildConfiguration: nil,
}

ResourcePool is the default template for ResourcePool properties. Capture method:

govc pool.info "*" -dump
View Source
var ResourcePoolMetricData = map[int32][]int64{
	65586: []int64{100088, 100088, 100088, 100120, 100136, 100136, 100088, 100088, 100088, 99928, 100040, 100040, 100072, 100184, 100184, 99912, 99912, 99912, 100040, 100040,
		100040, 100168, 100168, 100168, 100216, 100328, 100328, 100376, 100376, 100376, 100216, 100328, 100328, 100360, 100360, 100360, 100280, 100280, 100280, 100120,
		100120, 100120, 100040, 100040, 100040, 100152, 100184, 100088, 100120, 100120, 100120, 100056, 100184, 100184, 100104, 100008, 100008, 99960, 100072, 100072,
		100104, 100216, 100120, 100136, 100376, 100376, 100088, 100312, 100312, 100328, 100248, 100248, 100152, 100200, 100200, 100104, 100216, 100216, 100216, 100248,
		100248, 100056, 100184, 100184, 100184, 100024, 100024, 100024, 99864, 99864, 99976, 99992, 100104, 99912, 99944, 99944, 99752, 100008, 100008, 99912,
	},
	65582: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65591: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65545: []int64{4675424, 4674976, 4674976, 4423348, 4422168, 4422168, 4652808, 4652812, 4652812, 4484880, 4484988, 4484988, 4401132, 4401248, 4401248, 4421948, 4421944, 4421944, 4589848, 4673740,
		4715684, 4610952, 4610976, 4610976, 4233536, 4275568, 4317508, 4527272, 4527268, 4527268, 4904596, 4904704, 4904704, 4170736, 4170740, 4170740, 4506204, 4506196, 4506196, 4904496,
		4904508, 4904508, 4170424, 4170416, 4170416, 4799676, 4799708, 4799612, 4527008, 4568956, 4610900, 4610836, 4610956, 4610956, 4841560, 4841508, 4841508, 4841460, 4841536, 4841536,
		5323920, 5324036, 5323940, 5009380, 5009608, 5009608, 4589892, 4632056, 4632056, 4422356, 4590056, 4673940, 5156188, 5156236, 5156236, 4841568, 4422256, 4464200, 4359340, 4401308,
		4401308, 4401116, 4778724, 4778724, 4673868, 4212344, 4212344, 4841488, 5009132, 5009132, 4589816, 4505964, 4506076, 4715600, 4547796, 4547796, 4337888, 4338148, 4338148, 4233192,
	},
	65553: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65541: []int64{14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240,
		14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240,
		14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240,
		14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240,
		14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240, 14712240,
	},
	65549: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	5: []int64{311, 393, 308, 427, 310, 310, 370, 475, 399, 319, 460, 422, 426, 389, 327, 315, 372, 336, 386, 326,
		316, 328, 391, 446, 296, 489, 366, 319, 372, 308, 302, 386, 304, 417, 309, 367, 311, 340, 646, 307,
		467, 357, 422, 391, 296, 324, 376, 378, 389, 342, 300, 328, 1836, 1120, 349, 471, 419, 327, 374, 338,
		300, 386, 312, 422, 304, 296, 783, 409, 389, 337, 486, 421, 438, 389, 293, 328, 381, 324, 387, 328,
		302, 323, 937, 437, 301, 503, 369, 327, 539, 295, 297, 392, 293, 403, 323, 341, 337, 506, 397, 318,
	},
}
View Source
var ResourcePoolMetrics = []types.PerfMetricId{
	{
		CounterId: 5,
		Instance:  "",
	},
	{
		CounterId: 65586,
		Instance:  "",
	},
	{
		CounterId: 65591,
		Instance:  "",
	},
	{
		CounterId: 65545,
		Instance:  "",
	},
	{
		CounterId: 65553,
		Instance:  "",
	},
	{
		CounterId: 65541,
		Instance:  "",
	},
	{
		CounterId: 65549,
		Instance:  "",
	},
	{
		CounterId: 65582,
		Instance:  "",
	},
}

********************************* Resource pool metrics **********************************

View Source
var RoleList = []types.AuthorizationRole{
	{
		RoleId: -6,
		System: true,
		Name:   "NoCryptoAdmin",
		Info: &types.Description{
			Label:   "No cryptography administrator",
			Summary: "Full access without Cryptographic operations privileges",
		},
		Privilege: nil,
	},
	{
		RoleId: -5,
		System: true,
		Name:   "NoAccess",
		Info: &types.Description{
			Label:   "No access",
			Summary: "Used for restricting granted access",
		},
		Privilege: nil,
	},
	{
		RoleId: -4,
		System: true,
		Name:   "Anonymous",
		Info: &types.Description{
			Label:   "Anonymous",
			Summary: "Not logged-in user (cannot be granted)",
		},
		Privilege: []string{"System.Anonymous"},
	},
	{
		RoleId: -3,
		System: true,
		Name:   "View",
		Info: &types.Description{
			Label:   "View",
			Summary: "Visibility access (cannot be granted)",
		},
		Privilege: []string{"System.Anonymous", "System.View"},
	},
	{
		RoleId: -2,
		System: true,
		Name:   "ReadOnly",
		Info: &types.Description{
			Label:   "Read-only",
			Summary: "See details of objects, but not make changes",
		},
		Privilege: []string{"System.Anonymous", "System.Read", "System.View"},
	},
	{
		RoleId: -1,
		System: true,
		Name:   "Admin",
		Info: &types.Description{
			Label:   "Administrator",
			Summary: "Full access rights",
		},
		Privilege: []string{"Alarm.Acknowledge", "Alarm.Create", "Alarm.Delete", "Alarm.DisableActions", "Alarm.Edit", "Alarm.SetStatus", "Authorization.ModifyPermissions", "Authorization.ModifyRoles", "Authorization.ReassignRolePermissions", "Certificate.Manage", "Cryptographer.Access", "Cryptographer.AddDisk", "Cryptographer.Clone", "Cryptographer.Decrypt", "Cryptographer.Encrypt", "Cryptographer.EncryptNew", "Cryptographer.ManageEncryptionPolicy", "Cryptographer.ManageKeyServers", "Cryptographer.ManageKeys", "Cryptographer.Migrate", "Cryptographer.Recrypt", "Cryptographer.RegisterHost", "Cryptographer.RegisterVM", "DVPortgroup.Create", "DVPortgroup.Delete", "DVPortgroup.Modify", "DVPortgroup.PolicyOp", "DVPortgroup.ScopeOp", "DVSwitch.Create", "DVSwitch.Delete", "DVSwitch.HostOp", "DVSwitch.Modify", "DVSwitch.Move", "DVSwitch.PolicyOp", "DVSwitch.PortConfig", "DVSwitch.PortSetting", "DVSwitch.ResourceManagement", "DVSwitch.Vspan", "Datacenter.Create", "Datacenter.Delete", "Datacenter.IpPoolConfig", "Datacenter.IpPoolQueryAllocations", "Datacenter.IpPoolReleaseIp", "Datacenter.Move", "Datacenter.Reconfigure", "Datacenter.Rename", "Datastore.AllocateSpace", "Datastore.Browse", "Datastore.Config", "Datastore.Delete", "Datastore.DeleteFile", "Datastore.FileManagement", "Datastore.Move", "Datastore.Rename", "Datastore.UpdateVirtualMachineFiles", "Datastore.UpdateVirtualMachineMetadata", "EAM.Config", "EAM.Modify", "EAM.View", "Extension.Register", "Extension.Unregister", "Extension.Update", "ExternalStatsProvider.Register", "ExternalStatsProvider.Unregister", "ExternalStatsProvider.Update", "Folder.Create", "Folder.Delete", "Folder.Move", "Folder.Rename", "Global.CancelTask", "Global.CapacityPlanning", "Global.Diagnostics", "Global.DisableMethods", "Global.EnableMethods", "Global.GlobalTag", "Global.Health", "Global.Licenses", "Global.LogEvent", "Global.ManageCustomFields", "Global.Proxy", "Global.ScriptAction", "Global.ServiceManagers", "Global.SetCustomField", "Global.Settings", "Global.SystemTag", "Global.VCServer", "HealthUpdateProvider.Register", "HealthUpdateProvider.Unregister", "HealthUpdateProvider.Update", "Host.Cim.CimInteraction", "Host.Config.AdvancedConfig", "Host.Config.AuthenticationStore", "Host.Config.AutoStart", "Host.Config.Connection", "Host.Config.DateTime", "Host.Config.Firmware", "Host.Config.HyperThreading", "Host.Config.Image", "Host.Config.Maintenance", "Host.Config.Memory", "Host.Config.NetService", "Host.Config.Network", "Host.Config.Patch", "Host.Config.PciPassthru", "Host.Config.Power", "Host.Config.Quarantine", "Host.Config.Resources", "Host.Config.Settings", "Host.Config.Snmp", "Host.Config.Storage", "Host.Config.SystemManagement", "Host.Hbr.HbrManagement", "Host.Inventory.AddHostToCluster", "Host.Inventory.AddStandaloneHost", "Host.Inventory.CreateCluster", "Host.Inventory.DeleteCluster", "Host.Inventory.EditCluster", "Host.Inventory.MoveCluster", "Host.Inventory.MoveHost", "Host.Inventory.RemoveHostFromCluster", "Host.Inventory.RenameCluster", "Host.Local.CreateVM", "Host.Local.DeleteVM", "Host.Local.InstallAgent", "Host.Local.ManageUserGroups", "Host.Local.ReconfigVM", "Network.Assign", "Network.Config", "Network.Delete", "Network.Move", "Performance.ModifyIntervals", "Profile.Clear", "Profile.Create", "Profile.Delete", "Profile.Edit", "Profile.Export", "Profile.View", "Resource.ApplyRecommendation", "Resource.AssignVAppToPool", "Resource.AssignVMToPool", "Resource.ColdMigrate", "Resource.CreatePool", "Resource.DeletePool", "Resource.EditPool", "Resource.HotMigrate", "Resource.MovePool", "Resource.QueryVMotion", "Resource.RenamePool", "ScheduledTask.Create", "ScheduledTask.Delete", "ScheduledTask.Edit", "ScheduledTask.Run", "Sessions.GlobalMessage", "Sessions.ImpersonateUser", "Sessions.TerminateSession", "Sessions.ValidateSession", "StoragePod.Config", "System.Anonymous", "System.Read", "System.View", "Task.Create", "Task.Update", "VApp.ApplicationConfig", "VApp.AssignResourcePool", "VApp.AssignVApp", "VApp.AssignVM", "VApp.Clone", "VApp.Create", "VApp.Delete", "VApp.Export", "VApp.ExtractOvfEnvironment", "VApp.Import", "VApp.InstanceConfig", "VApp.ManagedByConfig", "VApp.Move", "VApp.PowerOff", "VApp.PowerOn", "VApp.Rename", "VApp.ResourceConfig", "VApp.Suspend", "VApp.Unregister", "VRMPolicy.Query", "VRMPolicy.Update", "VirtualMachine.Config.AddExistingDisk", "VirtualMachine.Config.AddNewDisk", "VirtualMachine.Config.AddRemoveDevice", "VirtualMachine.Config.AdvancedConfig", "VirtualMachine.Config.Annotation", "VirtualMachine.Config.CPUCount", "VirtualMachine.Config.ChangeTracking", "VirtualMachine.Config.DiskExtend", "VirtualMachine.Config.DiskLease", "VirtualMachine.Config.EditDevice", "VirtualMachine.Config.HostUSBDevice", "VirtualMachine.Config.ManagedBy", "VirtualMachine.Config.Memory", "VirtualMachine.Config.MksControl", "VirtualMachine.Config.QueryFTCompatibility", "VirtualMachine.Config.QueryUnownedFiles", "VirtualMachine.Config.RawDevice", "VirtualMachine.Config.ReloadFromPath", "VirtualMachine.Config.RemoveDisk", "VirtualMachine.Config.Rename", "VirtualMachine.Config.ResetGuestInfo", "VirtualMachine.Config.Resource", "VirtualMachine.Config.Settings", "VirtualMachine.Config.SwapPlacement", "VirtualMachine.Config.ToggleForkParent", "VirtualMachine.Config.Unlock", "VirtualMachine.Config.UpgradeVirtualHardware", "VirtualMachine.GuestOperations.Execute", "VirtualMachine.GuestOperations.Modify", "VirtualMachine.GuestOperations.ModifyAliases", "VirtualMachine.GuestOperations.Query", "VirtualMachine.GuestOperations.QueryAliases", "VirtualMachine.Hbr.ConfigureReplication", "VirtualMachine.Hbr.MonitorReplication", "VirtualMachine.Hbr.ReplicaManagement", "VirtualMachine.Interact.AnswerQuestion", "VirtualMachine.Interact.Backup", "VirtualMachine.Interact.ConsoleInteract", "VirtualMachine.Interact.CreateScreenshot", "VirtualMachine.Interact.CreateSecondary", "VirtualMachine.Interact.DefragmentAllDisks", "VirtualMachine.Interact.DeviceConnection", "VirtualMachine.Interact.DisableSecondary", "VirtualMachine.Interact.DnD", "VirtualMachine.Interact.EnableSecondary", "VirtualMachine.Interact.GuestControl", "VirtualMachine.Interact.MakePrimary", "VirtualMachine.Interact.Pause", "VirtualMachine.Interact.PowerOff", "VirtualMachine.Interact.PowerOn", "VirtualMachine.Interact.PutUsbScanCodes", "VirtualMachine.Interact.Record", "VirtualMachine.Interact.Replay", "VirtualMachine.Interact.Reset", "VirtualMachine.Interact.SESparseMaintenance", "VirtualMachine.Interact.SetCDMedia", "VirtualMachine.Interact.SetFloppyMedia", "VirtualMachine.Interact.Suspend", "VirtualMachine.Interact.TerminateFaultTolerantVM", "VirtualMachine.Interact.ToolsInstall", "VirtualMachine.Interact.TurnOffFaultTolerance", "VirtualMachine.Inventory.Create", "VirtualMachine.Inventory.CreateFromExisting", "VirtualMachine.Inventory.Delete", "VirtualMachine.Inventory.Move", "VirtualMachine.Inventory.Register", "VirtualMachine.Inventory.Unregister", "VirtualMachine.Namespace.Event", "VirtualMachine.Namespace.EventNotify", "VirtualMachine.Namespace.Management", "VirtualMachine.Namespace.ModifyContent", "VirtualMachine.Namespace.Query", "VirtualMachine.Namespace.ReadContent", "VirtualMachine.Provisioning.Clone", "VirtualMachine.Provisioning.CloneTemplate", "VirtualMachine.Provisioning.CreateTemplateFromVM", "VirtualMachine.Provisioning.Customize", "VirtualMachine.Provisioning.DeployTemplate", "VirtualMachine.Provisioning.DiskRandomAccess", "VirtualMachine.Provisioning.DiskRandomRead", "VirtualMachine.Provisioning.FileRandomAccess", "VirtualMachine.Provisioning.GetVmFiles", "VirtualMachine.Provisioning.MarkAsTemplate", "VirtualMachine.Provisioning.MarkAsVM", "VirtualMachine.Provisioning.ModifyCustSpecs", "VirtualMachine.Provisioning.PromoteDisks", "VirtualMachine.Provisioning.PutVmFiles", "VirtualMachine.Provisioning.ReadCustSpecs", "VirtualMachine.State.CreateSnapshot", "VirtualMachine.State.RemoveSnapshot", "VirtualMachine.State.RenameSnapshot", "VirtualMachine.State.RevertToSnapshot"},
	},
}

RoleList is the default template for the AuthorizationManager roleList property. Capture method:

govc object.collect -s -dump AuthorizationManager:ha-authmgr roleList
View Source
var RootFolder = mo.Folder{
	ManagedEntity: mo.ManagedEntity{
		ExtensibleManagedObject: mo.ExtensibleManagedObject{
			Self:           types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-root"},
			Value:          nil,
			AvailableField: nil,
		},
		Parent:        (*types.ManagedObjectReference)(nil),
		CustomValue:   nil,
		OverallStatus: "green",
		ConfigStatus:  "green",
		ConfigIssue:   nil,
		EffectiveRole: []int32{-1},
		Permission: []types.Permission{
			{
				DynamicData: types.DynamicData{},
				Entity:      &types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-root"},
				Principal:   "vpxuser",
				Group:       false,
				RoleId:      -1,
				Propagate:   true,
			},
			{
				DynamicData: types.DynamicData{},
				Entity:      &types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-root"},
				Principal:   "dcui",
				Group:       false,
				RoleId:      -1,
				Propagate:   true,
			},
			{
				DynamicData: types.DynamicData{},
				Entity:      &types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-root"},
				Principal:   "root",
				Group:       false,
				RoleId:      -1,
				Propagate:   true,
			},
		},
		Name:                "ha-folder-root",
		DisabledMethod:      nil,
		RecentTask:          nil,
		DeclaredAlarmState:  nil,
		TriggeredAlarmState: nil,
		AlarmActionsEnabled: (*bool)(nil),
		Tag:                 nil,
	},
	ChildType:   []string{"Datacenter"},
	ChildEntity: nil,
}

RootFolder is the default template for the ServiceContent rootFolder property. Capture method:

govc folder.info -dump /
View Source
var ServiceContent = types.ServiceContent{
	RootFolder:        types.ManagedObjectReference{Type: "Folder", Value: "ha-folder-root"},
	PropertyCollector: types.ManagedObjectReference{Type: "PropertyCollector", Value: "ha-property-collector"},
	ViewManager:       &types.ManagedObjectReference{Type: "ViewManager", Value: "ViewManager"},
	About: types.AboutInfo{
		Name:                  "VMware ESXi",
		FullName:              "VMware ESXi 6.5.0 build-5969303",
		Vendor:                "VMware, Inc.",
		Version:               "6.5.0",
		Build:                 "5969303",
		LocaleVersion:         "INTL",
		LocaleBuild:           "000",
		OsType:                "vmnix-x86",
		ProductLineId:         "embeddedEsx",
		ApiType:               "HostAgent",
		ApiVersion:            "6.5",
		InstanceUuid:          "",
		LicenseProductName:    "VMware ESX Server",
		LicenseProductVersion: "6.0",
	},
	Setting:                     &types.ManagedObjectReference{Type: "OptionManager", Value: "HostAgentSettings"},
	UserDirectory:               &types.ManagedObjectReference{Type: "UserDirectory", Value: "ha-user-directory"},
	SessionManager:              &types.ManagedObjectReference{Type: "SessionManager", Value: "ha-sessionmgr"},
	AuthorizationManager:        &types.ManagedObjectReference{Type: "AuthorizationManager", Value: "ha-authmgr"},
	ServiceManager:              &types.ManagedObjectReference{Type: "ServiceManager", Value: "ha-servicemanager"},
	PerfManager:                 &types.ManagedObjectReference{Type: "PerformanceManager", Value: "ha-perfmgr"},
	ScheduledTaskManager:        (*types.ManagedObjectReference)(nil),
	AlarmManager:                (*types.ManagedObjectReference)(nil),
	EventManager:                &types.ManagedObjectReference{Type: "EventManager", Value: "ha-eventmgr"},
	TaskManager:                 &types.ManagedObjectReference{Type: "TaskManager", Value: "ha-taskmgr"},
	ExtensionManager:            (*types.ManagedObjectReference)(nil),
	CustomizationSpecManager:    (*types.ManagedObjectReference)(nil),
	CustomFieldsManager:         (*types.ManagedObjectReference)(nil),
	AccountManager:              &types.ManagedObjectReference{Type: "HostLocalAccountManager", Value: "ha-localacctmgr"},
	DiagnosticManager:           &types.ManagedObjectReference{Type: "DiagnosticManager", Value: "ha-diagnosticmgr"},
	LicenseManager:              &types.ManagedObjectReference{Type: "LicenseManager", Value: "ha-license-manager"},
	SearchIndex:                 &types.ManagedObjectReference{Type: "SearchIndex", Value: "ha-searchindex"},
	FileManager:                 &types.ManagedObjectReference{Type: "FileManager", Value: "ha-nfc-file-manager"},
	DatastoreNamespaceManager:   &types.ManagedObjectReference{Type: "DatastoreNamespaceManager", Value: "ha-datastore-namespace-manager"},
	VirtualDiskManager:          &types.ManagedObjectReference{Type: "VirtualDiskManager", Value: "ha-vdiskmanager"},
	VirtualizationManager:       (*types.ManagedObjectReference)(nil),
	SnmpSystem:                  (*types.ManagedObjectReference)(nil),
	VmProvisioningChecker:       (*types.ManagedObjectReference)(nil),
	VmCompatibilityChecker:      (*types.ManagedObjectReference)(nil),
	OvfManager:                  &types.ManagedObjectReference{Type: "OvfManager", Value: "ha-ovf-manager"},
	IpPoolManager:               (*types.ManagedObjectReference)(nil),
	DvSwitchManager:             &types.ManagedObjectReference{Type: "DistributedVirtualSwitchManager", Value: "ha-dvsmanager"},
	HostProfileManager:          (*types.ManagedObjectReference)(nil),
	ClusterProfileManager:       (*types.ManagedObjectReference)(nil),
	ComplianceManager:           (*types.ManagedObjectReference)(nil),
	LocalizationManager:         &types.ManagedObjectReference{Type: "LocalizationManager", Value: "ha-l10n-manager"},
	StorageResourceManager:      &types.ManagedObjectReference{Type: "StorageResourceManager", Value: "ha-storage-resource-manager"},
	GuestOperationsManager:      &types.ManagedObjectReference{Type: "GuestOperationsManager", Value: "ha-guest-operations-manager"},
	OverheadMemoryManager:       (*types.ManagedObjectReference)(nil),
	CertificateManager:          (*types.ManagedObjectReference)(nil),
	IoFilterManager:             (*types.ManagedObjectReference)(nil),
	VStorageObjectManager:       &types.ManagedObjectReference{Type: "HostVStorageObjectManager", Value: "ha-vstorage-object-manager"},
	HostSpecManager:             (*types.ManagedObjectReference)(nil),
	CryptoManager:               &types.ManagedObjectReference{Type: "CryptoManager", Value: "ha-crypto-manager"},
	HealthUpdateManager:         (*types.ManagedObjectReference)(nil),
	FailoverClusterConfigurator: (*types.ManagedObjectReference)(nil),
	FailoverClusterManager:      (*types.ManagedObjectReference)(nil),
}

ServiceContent is the default template for the ServiceInstance content property. Capture method:

govc object.collect -s -dump - content
View Source
var Setting = []types.BaseOptionValue{

	&types.OptionValue{
		Key:   "Config.HostAgent.log.level",
		Value: "info",
	},
}

Setting is captured from ESX's HostSystem.configManager.advancedOption Capture method:

govc object.collect -s -dump $(govc object.collect -s HostSystem:ha-host configManager.advancedOption) setting
View Source
var VirtualDevice = []types.BaseVirtualDevice{
	&types.VirtualIDEController{
		VirtualController: types.VirtualController{
			VirtualDevice: types.VirtualDevice{
				DynamicData: types.DynamicData{},
				Key:         200,
				DeviceInfo: &types.Description{
					DynamicData: types.DynamicData{},
					Label:       "IDE 0",
					Summary:     "IDE 0",
				},
				Backing:       nil,
				Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
				SlotInfo:      nil,
				ControllerKey: 0,
				UnitNumber:    (*int32)(nil),
			},
			BusNumber: 0,
			Device:    nil,
		},
	},
	&types.VirtualIDEController{
		VirtualController: types.VirtualController{
			VirtualDevice: types.VirtualDevice{
				DynamicData: types.DynamicData{},
				Key:         201,
				DeviceInfo: &types.Description{
					DynamicData: types.DynamicData{},
					Label:       "IDE 1",
					Summary:     "IDE 1",
				},
				Backing:       nil,
				Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
				SlotInfo:      nil,
				ControllerKey: 0,
				UnitNumber:    (*int32)(nil),
			},
			BusNumber: 1,
			Device:    nil,
		},
	},
	&types.VirtualPS2Controller{
		VirtualController: types.VirtualController{
			VirtualDevice: types.VirtualDevice{
				DynamicData: types.DynamicData{},
				Key:         300,
				DeviceInfo: &types.Description{
					DynamicData: types.DynamicData{},
					Label:       "PS2 controller 0",
					Summary:     "PS2 controller 0",
				},
				Backing:       nil,
				Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
				SlotInfo:      nil,
				ControllerKey: 0,
				UnitNumber:    (*int32)(nil),
			},
			BusNumber: 0,
			Device:    []int32{600, 700},
		},
	},
	&types.VirtualPCIController{
		VirtualController: types.VirtualController{
			VirtualDevice: types.VirtualDevice{
				DynamicData: types.DynamicData{},
				Key:         100,
				DeviceInfo: &types.Description{
					DynamicData: types.DynamicData{},
					Label:       "PCI controller 0",
					Summary:     "PCI controller 0",
				},
				Backing:       nil,
				Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
				SlotInfo:      nil,
				ControllerKey: 0,
				UnitNumber:    (*int32)(nil),
			},
			BusNumber: 0,
			Device:    []int32{500, 12000},
		},
	},
	&types.VirtualSIOController{
		VirtualController: types.VirtualController{
			VirtualDevice: types.VirtualDevice{
				DynamicData: types.DynamicData{},
				Key:         400,
				DeviceInfo: &types.Description{
					DynamicData: types.DynamicData{},
					Label:       "SIO controller 0",
					Summary:     "SIO controller 0",
				},
				Backing:       nil,
				Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
				SlotInfo:      nil,
				ControllerKey: 0,
				UnitNumber:    (*int32)(nil),
			},
			BusNumber: 0,
			Device:    nil,
		},
	},
	&types.VirtualKeyboard{
		VirtualDevice: types.VirtualDevice{
			DynamicData: types.DynamicData{},
			Key:         600,
			DeviceInfo: &types.Description{
				DynamicData: types.DynamicData{},
				Label:       "Keyboard ",
				Summary:     "Keyboard",
			},
			Backing:       nil,
			Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
			SlotInfo:      nil,
			ControllerKey: 300,
			UnitNumber:    types.NewInt32(0),
		},
	},
	&types.VirtualPointingDevice{
		VirtualDevice: types.VirtualDevice{
			DynamicData: types.DynamicData{},
			Key:         700,
			DeviceInfo: &types.Description{
				DynamicData: types.DynamicData{},
				Label:       "Pointing device",
				Summary:     "Pointing device; Device",
			},
			Backing: &types.VirtualPointingDeviceDeviceBackingInfo{
				VirtualDeviceDeviceBackingInfo: types.VirtualDeviceDeviceBackingInfo{
					VirtualDeviceBackingInfo: types.VirtualDeviceBackingInfo{},
					DeviceName:               "",
					UseAutoDetect:            types.NewBool(false),
				},
				HostPointingDevice: "autodetect",
			},
			Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
			SlotInfo:      nil,
			ControllerKey: 300,
			UnitNumber:    types.NewInt32(1),
		},
	},
	&types.VirtualMachineVideoCard{
		VirtualDevice: types.VirtualDevice{
			DynamicData: types.DynamicData{},
			Key:         500,
			DeviceInfo: &types.Description{
				DynamicData: types.DynamicData{},
				Label:       "Video card ",
				Summary:     "Video card",
			},
			Backing:       nil,
			Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
			SlotInfo:      nil,
			ControllerKey: 100,
			UnitNumber:    types.NewInt32(0),
		},
		VideoRamSizeInKB:       4096,
		NumDisplays:            1,
		UseAutoDetect:          types.NewBool(false),
		Enable3DSupport:        types.NewBool(false),
		Use3dRenderer:          "automatic",
		GraphicsMemorySizeInKB: 262144,
	},
	&types.VirtualMachineVMCIDevice{
		VirtualDevice: types.VirtualDevice{
			DynamicData: types.DynamicData{},
			Key:         12000,
			DeviceInfo: &types.Description{
				DynamicData: types.DynamicData{},
				Label:       "VMCI device",
				Summary:     "Device on the virtual machine PCI bus that provides support for the virtual machine communication interface",
			},
			Backing:       nil,
			Connectable:   (*types.VirtualDeviceConnectInfo)(nil),
			SlotInfo:      nil,
			ControllerKey: 100,
			UnitNumber:    types.NewInt32(17),
		},
		Id:                             -1,
		AllowUnrestrictedCommunication: types.NewBool(false),
		FilterEnable:                   types.NewBool(true),
		FilterInfo:                     (*types.VirtualMachineVMCIDeviceFilterInfo)(nil),
	},
}

VirtualDevice is the default set of VirtualDevice types created for a VirtualMachine Capture method:

govc vm.create foo
govc object.collect -s -dump vm/foo config.hardware.device
View Source
var VmMetricData = map[int32][]int64{
	131078: []int64{105, 91, 90, 120, 103, 65, 84, 486, 377, 483, 268, 3788, 5638, 417, 114, 51, 50, 31, 388, 22,
		19, 24, 83, 69, 22, 21, 47, 9, 68, 22, 12, 34, 137, 94, 68, 82, 53, 88, 73, 24,
		45, 35, 42, 52, 104, 103, 112, 124, 91, 111, 183, 82, 85, 40, 54, 27, 29, 17, 30, 23,
		32, 20, 30, 17, 38, 16, 14, 134, 92, 27, 16, 34, 28, 45, 39, 21, 37, 46, 65, 187,
		122, 551, 295, 121, 130, 84, 207, 128, 57, 34, 18, 38, 25, 25, 42, 21, 16, 117, 78, 20,
	},
	262144: []int64{2953459, 2953479, 2953499, 2953519, 2953539, 2953559, 2953579, 2953599, 2953619, 2953639, 2953659, 2953679, 2953699, 2953719, 2953739, 2953759, 2953779, 2953799, 2953819, 2953839,
		2953859, 2953879, 2953899, 2953919, 2953939, 2953959, 2953979, 2953999, 2954019, 2954039, 2954059, 2954079, 2954099, 2954119, 2954139, 2954159, 2954179, 2954199, 2954219, 2954239,
		2954259, 2954279, 2954299, 2954319, 2954339, 2954359, 2954379, 2954399, 2954419, 2954439, 2954459, 2954479, 2954499, 2954519, 2954539, 2954559, 2954579, 2954599, 2954619, 2954639,
		2954659, 2954679, 2954699, 2954719, 2954739, 2954759, 2954779, 2954799, 2954819, 2954839, 2954859, 2954879, 2954899, 2954919, 2954939, 2954959, 2954979, 2954999, 2955019, 2955039,
		2955059, 2955079, 2955099, 2955119, 2955139, 2955159, 2955179, 2955199, 2955219, 2955239, 2955259, 2955279, 2955299, 2955319, 2955339, 2955359, 2955379, 2955399, 2955419, 2955439,
	},
	589826: []int64{0, 1, 0, 23, 0, 0, 0, 62, 2, 5, 2, 3134, 4717, 81, 3, 0, 2, 0, 73, 0,
		1, 0, 4, 0, 0, 3, 0, 0, 1, 0, 0, 4, 0, 0, 0, 0, 10, 0, 0, 0,
		0, 3, 5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 3, 0, 0, 2, 0,
		0, 1, 0, 0, 1, 0, 0, 4, 0, 0, 1, 3, 2, 0, 1, 1, 1, 0, 0, 0,
		0, 352, 62, 0, 0, 0, 17, 1, 0, 1, 1, 0, 0, 0, 0, 2, 0, 5, 0, 0,
	},
	27: []int64{0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327684: []int64{2100, 1900, 2100, 2100, 2100, 2100, 2100, 2500, 3900, 4000, 4200, 4500, 4600, 7200, 7200, 7200, 7200, 7200, 7200, 7200,
		7200, 7200, 5700, 5700, 5700, 5700, 5100, 3800, 2300, 1900, 1900, 2100, 2100, 2000, 2000, 2000, 2000, 2000, 2100, 2000,
		2000, 2000, 2000, 2000, 2000, 2000, 1800, 1800, 1800, 1800, 1800, 1800, 1700, 1700, 1800, 1800, 1800, 1800, 1800, 1800,
		1800, 1900, 2000, 2000, 2000, 2000, 2000, 2600, 3700, 3700, 3700, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000,
		4000, 6400, 2200, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 1900, 2100, 2100, 2100,
	},
	589827: []int64{185, 221, 201, 190, 213, 180, 183, 3167, 675, 806, 640, 1307, 1853, 985, 283, 202, 244, 188, 189, 223,
		190, 193, 516, 150, 100, 135, 127, 92, 160, 103, 101, 160, 203, 188, 238, 195, 206, 1006, 215, 168,
		234, 202, 185, 238, 197, 195, 229, 199, 207, 244, 696, 179, 231, 155, 122, 100, 153, 107, 107, 140,
		107, 91, 145, 100, 120, 147, 99, 3340, 2031, 123, 101, 153, 103, 120, 152, 89, 123, 236, 194, 234,
		181, 397, 536, 205, 210, 238, 201, 188, 205, 234, 183, 192, 222, 183, 238, 189, 185, 2573, 269, 168,
	},
	65591: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	262145: []int64{30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30,
		30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30,
		30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 28, 30, 30, 30, 30, 30,
		30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30,
		30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30,
	},
	131095: []int64{0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0,
		0, 0, 0, 1, 0, 1, 1, 1, 3, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0,
		0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, 1, 1, 1, 1, 1,
		1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1,
		0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1,
	},
	327680: []int64{900, 900, 1100, 1200, 1200, 1000, 900, 2100, 3100, 4200, 4000, 4300, 4500, 6200, 5300, 3900, 1400, 1000, 1100, 1100,
		1000, 900, 1100, 1100, 1300, 1000, 1400, 1200, 1400, 1000, 1000, 900, 1000, 1100, 1000, 1000, 900, 1000, 1200, 1100,
		1000, 1200, 1200, 1300, 900, 900, 900, 900, 1100, 1000, 1100, 900, 900, 1200, 1400, 1300, 1300, 1100, 1200, 900,
		1000, 900, 1000, 1100, 1200, 1000, 900, 2600, 4400, 4400, 2600, 1300, 1200, 1300, 1000, 1000, 1000, 900, 1100, 1000,
		1000, 1500, 1700, 1800, 1200, 1000, 1300, 1300, 1400, 1000, 1000, 900, 1000, 1100, 1000, 1000, 900, 1800, 1900, 1900,
	},
	65628: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196612: []int64{2225, 3281, 1618, 2063, 1848, 1873, 2184, 7480, 8118, 10104, 10870, 9808, 10400, 13222, 2843, 2012, 3354, 1841, 2146, 1756,
		1978, 2008, 1907, 1994, 2224, 3298, 2051, 2094, 1828, 2006, 2211, 3199, 1709, 1954, 1759, 1851, 2318, 1896, 1896, 2121,
		3276, 1983, 2205, 1779, 1689, 2019, 3311, 1876, 2034, 1907, 1961, 2015, 1749, 1927, 2294, 3313, 2048, 1981, 1967, 1848,
		2192, 3359, 1871, 1895, 1966, 1923, 2129, 3255, 1851, 1869, 3261, 1965, 2286, 1853, 1894, 1937, 3358, 1834, 2190, 1876,
		1949, 2031, 1892, 1787, 2014, 3183, 1621, 1724, 1817, 1774, 2141, 3293, 1798, 2044, 1798, 1832, 2108, 1780, 1946, 2000,
	},
	196619: []int64{338, 541, 275, 276, 274, 277, 338, 518, 546, 597, 677, 545, 606, 600, 305, 280, 542, 274, 351, 275,
		276, 275, 277, 276, 339, 391, 292, 275, 274, 276, 337, 541, 275, 275, 275, 276, 340, 277, 276, 276,
		389, 292, 337, 274, 276, 275, 542, 274, 339, 275, 274, 275, 278, 274, 340, 389, 293, 276, 274, 277,
		339, 543, 289, 274, 277, 275, 337, 280, 274, 274, 390, 290, 339, 276, 274, 277, 542, 276, 339, 275,
		274, 277, 277, 274, 340, 404, 275, 274, 277, 275, 338, 541, 274, 275, 275, 274, 340, 275, 276, 275,
	},
	196628: []int64{346, 555, 281, 282, 280, 283, 347, 528, 557, 609, 691, 554, 618, 611, 312, 286, 556, 280, 360, 281,
		282, 281, 281, 282, 347, 400, 298, 282, 280, 282, 346, 555, 281, 281, 281, 282, 348, 283, 282, 282,
		399, 298, 345, 280, 282, 281, 556, 281, 348, 282, 281, 281, 284, 280, 348, 398, 300, 283, 280, 283,
		347, 557, 295, 280, 284, 282, 345, 286, 280, 280, 399, 297, 347, 282, 280, 283, 556, 282, 347, 281,
		280, 283, 283, 280, 348, 414, 281, 280, 283, 282, 347, 555, 280, 282, 282, 281, 348, 281, 282, 282,
	},
	196613: []int64{1045, 1729, 698, 934, 692, 804, 938, 5133, 5837, 7138, 7639, 7081, 7420, 9237, 1494, 953, 1727, 787, 1039, 739,
		801, 815, 800, 881, 1148, 1807, 970, 803, 770, 845, 1084, 1932, 824, 883, 844, 832, 1204, 818, 873, 810,
		1834, 920, 972, 857, 841, 804, 1671, 793, 1068, 782, 832, 851, 831, 776, 1161, 1701, 922, 809, 777, 765,
		1029, 1893, 788, 772, 790, 815, 1050, 1463, 736, 768, 1782, 864, 1144, 923, 780, 890, 1645, 766, 1146, 827,
		829, 938, 914, 787, 1153, 1815, 786, 735, 752, 821, 1070, 1742, 773, 760, 759, 850, 1071, 798, 809, 788,
	},
	1: []int64{459, 568, 565, 667, 468, 400, 428, 2434, 1844, 1903, 2087, 2129, 2462, 4030, 755, 424, 599, 426, 669, 421,
		421, 458, 761, 611, 443, 740, 651, 400, 594, 441, 430, 545, 481, 579, 452, 435, 462, 584, 708, 389,
		765, 566, 439, 554, 417, 402, 579, 414, 645, 412, 538, 417, 465, 1149, 429, 746, 521, 388, 596, 389,
		445, 556, 566, 592, 488, 399, 457, 3707, 2176, 486, 774, 638, 457, 560, 475, 405, 579, 405, 663, 406,
		388, 1451, 624, 592, 474, 771, 662, 429, 588, 387, 452, 564, 452, 586, 451, 404, 444, 1771, 690, 397,
	},
	196614: []int64{246, 416, 202, 245, 203, 203, 245, 510, 474, 664, 776, 792, 927, 1261, 318, 259, 416, 203, 245, 203,
		217, 245, 218, 218, 246, 309, 216, 245, 203, 203, 246, 415, 203, 245, 203, 203, 260, 204, 203, 245,
		309, 215, 245, 203, 203, 245, 416, 203, 248, 203, 203, 245, 203, 203, 246, 308, 216, 245, 203, 203,
		246, 416, 203, 244, 203, 203, 245, 562, 203, 244, 308, 215, 246, 203, 203, 244, 416, 203, 245, 203,
		203, 245, 204, 203, 245, 320, 203, 244, 203, 203, 245, 416, 203, 245, 203, 203, 245, 203, 203, 245,
	},
	30: []int64{1889, 2375, 2401, 2804, 2005, 1726, 1848, 10236, 7642, 7872, 8787, 8676, 10432, 16327, 3168, 1797, 2525, 1766, 2769, 1788,
		1770, 1909, 3236, 2649, 1853, 3209, 2727, 1711, 2510, 1865, 1802, 2296, 2000, 2470, 1920, 1817, 1960, 2477, 2940, 1641,
		3366, 2229, 1820, 2288, 1733, 1693, 2534, 1742, 2643, 1721, 2257, 1705, 1966, 4724, 1806, 3226, 2100, 1688, 2475, 1648,
		1920, 2305, 2364, 2465, 1997, 1649, 1950, 15409, 8946, 2036, 3316, 2566, 1886, 2273, 2041, 1687, 2450, 1777, 2788, 1725,
		1647, 5924, 2638, 2466, 1963, 3281, 2712, 1828, 2480, 1654, 1898, 2356, 1888, 2469, 1915, 1691, 1840, 7415, 2902, 1648,
	},
	327683: []int64{1000, 1000, 1100, 1100, 1100, 1100, 1100, 1300, 1500, 1700, 1900, 2100, 2400, 2900, 3000, 3000, 3000, 2900, 2900, 2900,
		2900, 2900, 2700, 2500, 2300, 2200, 2000, 1700, 1200, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100,
		1100, 1100, 1100, 1100, 1100, 1100, 1100, 1000, 1100, 1000, 1100, 1100, 1000, 1100, 1100, 1100, 1100, 1100, 1100, 1100,
		1100, 1100, 1100, 1100, 1100, 1100, 1100, 1400, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700,
		1700, 1800, 1500, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1100, 1200, 1200, 1200,
	},
	65627: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	655379: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196622: []int64{20, 20, 20, 20, 21, 20, 20, 24, 20, 20, 22, 20, 20, 20, 20, 20, 20, 21, 20, 20,
		20, 20, 20, 21, 20, 20, 20, 20, 20, 21, 20, 20, 20, 20, 20, 22, 20, 24, 20, 20,
		20, 20, 21, 20, 20, 20, 20, 20, 21, 20, 20, 20, 20, 20, 21, 20, 20, 20, 21, 20,
		21, 20, 20, 20, 20, 20, 20, 25, 20, 20, 20, 20, 20, 21, 20, 20, 20, 20, 20, 21,
		20, 20, 20, 20, 20, 21, 21, 20, 20, 20, 19, 20, 21, 20, 20, 20, 20, 20, 21, 20,
	},
	65603: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327685: []int64{1000, 1000, 1000, 1000, 1000, 1000, 1000, 1200, 1400, 1600, 1800, 2000, 2200, 2700, 2800, 2800, 2800, 2800, 2800, 2800,
		2800, 2800, 2600, 2400, 2200, 2000, 1800, 1600, 1100, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000,
		1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000,
		1000, 1000, 1100, 1000, 1100, 1000, 1000, 1400, 1600, 1600, 1600, 1600, 1600, 1600, 1700, 1600, 1700, 1600, 1600, 1600,
		1600, 1800, 1400, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1000, 1200, 1200, 1200,
	},
	196615: []int64{338, 541, 275, 276, 274, 277, 338, 518, 546, 597, 677, 545, 606, 600, 305, 280, 542, 274, 351, 275,
		276, 275, 277, 276, 339, 391, 292, 275, 274, 276, 337, 541, 275, 275, 275, 276, 340, 277, 276, 276,
		389, 292, 337, 274, 276, 275, 542, 274, 339, 275, 274, 275, 278, 274, 340, 389, 293, 276, 274, 277,
		339, 543, 289, 274, 277, 275, 337, 280, 274, 274, 390, 290, 339, 276, 274, 277, 542, 276, 339, 275,
		274, 277, 277, 274, 340, 404, 275, 274, 277, 275, 338, 541, 274, 275, 275, 274, 340, 275, 276, 275,
	},
	327689: []int64{1300, 1700, 2000, 2200, 2200, 2200, 1200, 7000, 7000, 7000, 4800, 7500, 7500, 11300, 11300, 11300, 4800, 1800, 2300, 2300,
		2300, 1300, 2600, 2600, 2600, 2200, 3700, 3700, 3700, 1900, 1900, 1900, 1900, 1900, 1800, 1800, 1500, 2100, 2600, 2600,
		2600, 3700, 3700, 3700, 1800, 1800, 1700, 1700, 1900, 1900, 1900, 1500, 1500, 4100, 4100, 4100, 3700, 3700, 3700, 1800,
		1800, 1900, 1900, 1900, 1900, 1700, 1500, 11100, 11100, 11100, 10400, 4000, 4000, 4000, 1800, 1800, 2100, 2100, 2100, 2100,
		2100, 7600, 7600, 7600, 2000, 2000, 3800, 3800, 3800, 1900, 1900, 1900, 1900, 2000, 2000, 2000, 1500, 9100, 9100, 9100,
	},
	196609: []int64{584, 957, 478, 521, 477, 480, 584, 1029, 1020, 1261, 1453, 1337, 1533, 1861, 624, 539, 959, 477, 597, 478,
		494, 520, 496, 494, 585, 700, 508, 521, 477, 480, 583, 957, 478, 520, 478, 479, 600, 481, 479, 521,
		699, 507, 583, 477, 479, 520, 958, 478, 588, 479, 478, 520, 481, 478, 586, 698, 509, 521, 478, 480,
		585, 959, 492, 519, 481, 479, 583, 843, 478, 519, 699, 506, 585, 479, 478, 522, 958, 479, 585, 478,
		478, 522, 481, 478, 585, 724, 478, 518, 480, 479, 584, 958, 478, 520, 479, 478, 586, 478, 480, 520,
	},
	196627: []int64{240, 397, 197, 239, 197, 198, 239, 491, 467, 656, 767, 778, 921, 1255, 312, 253, 398, 197, 239, 197,
		212, 239, 198, 212, 240, 301, 204, 239, 197, 198, 240, 397, 197, 239, 197, 198, 254, 198, 198, 239,
		301, 204, 239, 197, 197, 239, 398, 198, 242, 198, 198, 239, 197, 198, 240, 301, 205, 239, 198, 198,
		240, 398, 198, 238, 198, 198, 239, 547, 198, 238, 301, 204, 240, 197, 198, 238, 398, 197, 239, 198,
		198, 239, 198, 197, 239, 307, 197, 238, 197, 197, 239, 398, 197, 239, 197, 197, 239, 198, 198, 239,
	},
	327691: []int64{1900, 1700, 2000, 2000, 2000, 2000, 2000, 2300, 3600, 3900, 3900, 4200, 4300, 6900, 6900, 6900, 6900, 6900, 6900, 6900,
		6900, 6900, 5200, 5200, 5200, 5200, 4800, 3700, 2200, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900,
		1900, 1900, 1900, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1700, 1700, 1800, 1800, 1800, 1800, 1800, 1800,
		1800, 1900, 1900, 1900, 1900, 1900, 1900, 2500, 3700, 3700, 3700, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000,
		4000, 6000, 2100, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900,
	},
	196623: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65549: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327688: []int64{2300, 2300, 2300, 2300, 2300, 2400, 2400, 2400, 2400, 2200, 2100, 1900, 1800, 1700, 1800, 1800, 1800, 1800, 1800, 1800,
		1800, 1800, 1700, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600,
		1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1500, 1500, 1400, 1400, 1300, 1200, 1000, 1000,
		1000, 1000, 1000, 1000, 1000, 1000, 1000, 1100, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200,
		1200, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300,
	},
	65582: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	32: []int64{25, 24, 26, 25, 30, 27, 29, 68, 43, 51, 54, 65, 48, 46, 30, 24, 28, 26, 25, 29,
		24, 27, 35, 28, 28, 36, 34, 23, 32, 24, 22, 28, 20, 24, 25, 26, 27, 24, 26, 24,
		29, 25, 26, 23, 24, 29, 26, 25, 26, 22, 23, 26, 28, 22, 23, 25, 26, 24, 20, 25,
		31, 25, 19, 21, 22, 21, 30, 35, 32, 29, 27, 27, 24, 25, 24, 24, 23, 24, 25, 24,
		26, 26, 24, 23, 21, 30, 34, 23, 25, 25, 28, 29, 23, 22, 28, 24, 26, 33, 27, 23,
	},
	196616: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	26: []int64{217, 224, 259, 290, 282, 249, 216, 489, 724, 988, 925, 1006, 1057, 1432, 1233, 916, 342, 231, 273, 255,
		244, 208, 264, 269, 299, 239, 325, 290, 323, 235, 240, 228, 238, 259, 249, 239, 221, 242, 286, 273,
		247, 282, 293, 311, 229, 221, 218, 225, 260, 242, 254, 220, 229, 297, 330, 318, 300, 265, 296, 227,
		232, 217, 252, 276, 276, 240, 222, 617, 1020, 1019, 617, 300, 299, 315, 241, 230, 231, 229, 272, 249,
		236, 357, 392, 426, 276, 246, 305, 300, 326, 233, 231, 225, 242, 262, 248, 233, 213, 417, 449, 458,
	},
	31: []int64{43400, 44800, 51800, 58000, 56400, 49800, 43200, 97800, 144800, 197600, 185000, 201200, 211400, 286400, 246600, 183200, 68400, 46200, 54600, 51000,
		48800, 41600, 52800, 53800, 59800, 47800, 65000, 58000, 64600, 47000, 48000, 45600, 47600, 51800, 49800, 47800, 44200, 48400, 57200, 54600,
		49400, 56400, 58600, 62200, 45800, 44200, 43600, 45000, 52000, 48400, 50800, 44000, 45800, 59400, 66000, 63600, 60000, 53000, 59200, 45400,
		46400, 43400, 50400, 55200, 55200, 48000, 44400, 123400, 204000, 203800, 123400, 60000, 59800, 63000, 48200, 46000, 46200, 45800, 54400, 49800,
		47200, 71400, 78400, 85200, 55200, 49200, 61000, 60000, 65200, 46600, 46200, 45000, 48400, 52400, 49600, 46600, 42600, 83400, 89800, 91600,
	},
	25: []int64{50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50,
		50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50,
		50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50,
		50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50,
		50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50,
	},
	65553: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65607: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	28: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327681: []int64{1400, 1900, 2100, 2200, 2200, 2200, 1300, 7200, 7200, 7200, 5200, 8000, 8000, 11800, 11800, 11800, 5100, 1800, 2300, 2300,
		2300, 1400, 2700, 2700, 2700, 2300, 3800, 3800, 3800, 1900, 1900, 2100, 2100, 2100, 2000, 2000, 1600, 2100, 2700, 2700,
		2700, 4100, 4100, 4100, 1800, 1800, 1700, 1700, 1900, 1900, 1900, 1600, 1600, 4100, 4100, 4100, 3700, 3700, 3700, 1800,
		1800, 2000, 2000, 2000, 2000, 1800, 1600, 11400, 11400, 11400, 10900, 4000, 4000, 4000, 1800, 1800, 2200, 2200, 2200, 2200,
		2200, 7700, 7700, 7700, 2100, 2100, 3800, 3800, 3800, 1900, 1900, 2200, 2200, 2200, 2100, 2100, 1600, 9400, 9400, 9400,
	},
	262170: []int64{2861015, 2861045, 2861045, 2861075, 2861105, 2861105, 2861135, 2861165, 2861165, 2861195, 2861225, 2861225, 2861255, 2861285, 2861285, 2861315, 2861345, 2861345, 2861375, 2861405,
		2861405, 2861435, 2861465, 2861465, 2861495, 2861525, 2861525, 2861555, 2861585, 2861585, 2861615, 2861645, 2861645, 2861675, 2861705, 2861705, 2861735, 2861765, 2861765, 2861795,
		2861825, 2861825, 2861855, 2861885, 2861885, 2861915, 2861945, 2861945, 2861975, 2862005, 2862005, 2862035, 2862065, 2862065, 2862095, 2862125, 2862125, 2862155, 2862185, 2862185,
		2862215, 2862245, 2862245, 2862275, 2862305, 2862305, 2862335, 2862365, 2862365, 2862395, 2862425, 2862425, 2862455, 2862485, 2862485, 2862515, 2862545, 2862545, 2862575, 2862605,
		2862605, 2862635, 2862665, 2862665, 2862695, 2862725, 2862725, 2862755, 2862785, 2862785, 2862815, 2862845, 2862845, 2862875, 2862905, 2862905, 2862935, 2862965, 2862965, 2862995,
	},
	327686: []int64{2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2300, 2200, 2100, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900,
		1900, 1900, 1800, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700,
		1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1600, 1600, 1500, 1400, 1400, 1300, 1100, 1100,
		1100, 1100, 1100, 1100, 1100, 1100, 1100, 1200, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300,
		1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1400, 1400, 1400,
	},
	327690: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327694: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	720898: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65619: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	5: []int64{211, 261, 260, 307, 215, 184, 197, 1121, 849, 876, 961, 980, 1134, 1856, 347, 195, 276, 196, 308, 193,
		194, 211, 350, 281, 204, 341, 300, 184, 273, 203, 198, 251, 221, 267, 208, 200, 212, 269, 326, 179,
		352, 260, 202, 255, 192, 185, 266, 191, 297, 189, 248, 192, 214, 529, 198, 344, 240, 178, 274, 179,
		205, 256, 260, 273, 225, 183, 210, 1708, 1002, 224, 356, 294, 211, 258, 218, 186, 266, 186, 305, 187,
		179, 668, 287, 273, 218, 355, 305, 197, 271, 178, 208, 260, 208, 270, 208, 186, 204, 816, 317, 183,
	},
	12: []int64{1711, 2153, 2171, 2558, 1771, 1503, 1598, 9515, 7128, 7337, 8062, 8181, 9498, 15824, 2927, 1603, 2297, 1593, 2559, 1573,
		1578, 1731, 2944, 2338, 1647, 2816, 2499, 1511, 2280, 1659, 1629, 2050, 1832, 2202, 1711, 1617, 1743, 2257, 2729, 1455,
		2939, 2164, 1645, 2127, 1545, 1509, 2199, 1561, 2466, 1539, 2068, 1561, 1767, 4473, 1625, 2855, 1997, 1445, 2282, 1465,
		1664, 2104, 2168, 2258, 1855, 1498, 1716, 14725, 8581, 1833, 2979, 2449, 1722, 2119, 1846, 1524, 2224, 1522, 2550, 1509,
		1477, 5683, 2386, 2276, 1781, 2955, 2527, 1618, 2245, 1464, 1687, 2148, 1688, 2238, 1720, 1516, 1656, 6995, 2664, 1458,
	},
	131079: []int64{185, 221, 201, 190, 213, 180, 183, 3168, 675, 806, 641, 1307, 1853, 985, 283, 202, 244, 188, 189, 223,
		190, 193, 516, 150, 100, 135, 127, 92, 160, 103, 101, 160, 203, 188, 238, 195, 206, 1006, 215, 168,
		234, 202, 185, 238, 197, 195, 229, 199, 207, 244, 700, 179, 231, 155, 122, 100, 153, 107, 107, 140,
		107, 91, 145, 100, 120, 147, 99, 3340, 2031, 123, 101, 153, 103, 120, 152, 89, 123, 236, 194, 234,
		181, 397, 544, 197, 221, 227, 201, 188, 205, 234, 183, 192, 222, 183, 238, 189, 185, 2573, 269, 168,
	},
	29: []int64{9, 10, 10, 10, 11, 8, 10, 43, 34, 38, 34, 67, 101, 52, 14, 8, 10, 9, 16, 7,
		8, 7, 14, 9, 8, 11, 12, 6, 9, 8, 7, 8, 10, 8, 9, 10, 9, 11, 11, 7,
		10, 9, 7, 9, 10, 8, 12, 9, 10, 10, 13, 9, 9, 10, 8, 9, 9, 5, 8, 7,
		8, 8, 8, 7, 9, 6, 7, 27, 19, 7, 10, 9, 7, 8, 8, 6, 9, 8, 9, 11,
		9, 19, 15, 10, 10, 11, 13, 10, 9, 9, 7, 8, 9, 7, 8, 7, 8, 18, 10, 7,
	},
	65537: []int64{3500, 3500, 3500, 3199, 3199, 3199, 3699, 3699, 3699, 3799, 3799, 3799, 3799, 3799, 3799, 3500, 3500, 3500, 3299, 3299,
		3299, 3399, 3399, 3399, 3399, 3399, 3399, 3199, 3199, 3199, 3299, 3299, 3299, 3299, 3299, 3299, 3199, 3199, 3199, 3199,
		3199, 3199, 3399, 3399, 3399, 3399, 3399, 3399, 3099, 3099, 3099, 3299, 3299, 3299, 3799, 3799, 3799, 3099, 3099, 3099,
		3500, 3500, 3500, 3399, 3399, 3399, 3399, 3399, 3399, 3699, 3699, 3699, 3699, 3699, 3699, 4000, 4000, 4000, 3899, 3899,
		3899, 3500, 3500, 3500, 3299, 3299, 3299, 3599, 3599, 3599, 3299, 3299, 3299, 3199, 3199, 3199, 3199, 3199, 3199, 3099,
	},
	65635: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65611: []int64{10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
	},
	65622: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	14: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65541: []int64{10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
		10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760, 10485760,
	},
	327687: []int64{10500, 10500, 10500, 10500, 10500, 10500, 10500, 10500, 10500, 9400, 6400, 4600, 4400, 4400, 4500, 4500, 4500, 4500, 4500, 4500,
		4500, 4500, 4200, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000,
		4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 3900, 3800, 2700, 2600, 2100, 1900, 1800,
		1800, 1900, 1900, 1900, 1900, 1900, 1900, 2000, 2100, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2100, 2100,
		2100, 2200, 2200, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2200,
	},
	65545: []int64{3670016, 3670016, 3670016, 3355440, 3355440, 3355440, 3879728, 3879728, 3879728, 3984588, 3984588, 3984588, 3984588, 3984588, 3984588, 3670016, 3670016, 3670016, 3460300, 3460300,
		3460300, 3565156, 3565156, 3565156, 3565156, 3565156, 3565156, 3355440, 3355440, 3355440, 3460300, 3460300, 3460300, 3460300, 3460300, 3460300, 3355440, 3355440, 3355440, 3355440,
		3355440, 3355440, 3565156, 3565156, 3565156, 3565156, 3565156, 3565156, 3250584, 3250584, 3250584, 3460300, 3460300, 3460300, 3984588, 3984588, 3984588, 3250584, 3250584, 3250584,
		3670016, 3670016, 3670016, 3565156, 3565156, 3565156, 3565156, 3565156, 3565156, 3879728, 3879728, 3879728, 3879728, 3879728, 3879728, 4194304, 4194304, 4194304, 4089444, 4089444,
		4089444, 3670016, 3670016, 3670016, 3460300, 3460300, 3460300, 3774872, 3774872, 3774872, 3460300, 3460300, 3460300, 3355440, 3355440, 3355440, 3355440, 3355440, 3355440, 3250584,
	},
	65586: []int64{57744, 57744, 57744, 57760, 57760, 57760, 57760, 57760, 57760, 57792, 57792, 57792, 57712, 57712, 57712, 57824, 57824, 57824, 57840, 57840,
		57840, 57856, 57856, 57856, 57776, 57776, 57776, 57888, 57888, 57888, 57696, 57696, 57696, 57712, 57712, 57712, 57824, 57824, 57824, 57856,
		57856, 57856, 57888, 57888, 57888, 57904, 57904, 57904, 57904, 57904, 57904, 57920, 57920, 57920, 57936, 57936, 57936, 57856, 57856, 57856,
		57968, 57968, 57872, 57984, 57984, 57984, 58000, 57904, 57904, 57824, 57824, 57824, 57840, 57840, 57840, 57760, 57760, 57760, 57776, 57888,
		57888, 57696, 57696, 57696, 57808, 57808, 57808, 57712, 57936, 57936, 57840, 57840, 57840, 57840, 57952, 57952, 57760, 57872, 57872, 57872,
	},
	65624: []int64{84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252,
		84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252,
		84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252,
		84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252,
		84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252, 84252,
	},
	65634: []int64{57744, 57744, 57744, 57760, 57760, 57760, 57760, 57760, 57760, 57792, 57792, 57792, 57712, 57712, 57712, 57824, 57824, 57824, 57840, 57840,
		57840, 57856, 57856, 57856, 57776, 57776, 57776, 57888, 57888, 57888, 57696, 57696, 57696, 57712, 57712, 57712, 57824, 57824, 57824, 57856,
		57856, 57856, 57888, 57888, 57888, 57904, 57904, 57904, 57904, 57904, 57904, 57920, 57920, 57920, 57936, 57936, 57936, 57856, 57856, 57856,
		57968, 57968, 57872, 57984, 57984, 57984, 58000, 57904, 57904, 57824, 57824, 57824, 57840, 57840, 57840, 57760, 57760, 57760, 57776, 57888,
		57888, 57696, 57696, 57696, 57808, 57808, 57808, 57712, 57936, 57936, 57840, 57840, 57840, 57840, 57952, 57952, 57760, 57872, 57872, 57872,
	},
	65626: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65629: []int64{10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208,
		10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208,
		10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208,
		10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208,
		10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208, 10502208,
	},
	65621: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65623: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327695: []int64{160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
		160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
	},
	13: []int64{37978, 37501, 37462, 37066, 37839, 38140, 38011, 29354, 32106, 31822, 30939, 30913, 29139, 23406, 36679, 38089, 37345, 38110, 37061, 38081,
		38120, 37966, 36595, 37207, 38021, 36634, 37109, 38187, 37335, 38029, 38098, 37573, 37880, 37394, 37941, 38053, 37909, 37384, 36931, 38248,
		36492, 37654, 38055, 37596, 38126, 38157, 37319, 38123, 37220, 38150, 37587, 38157, 37893, 32654, 38076, 36665, 37776, 38207, 37424, 38241,
		37941, 37582, 37542, 37439, 37894, 38254, 37917, 24375, 30881, 37834, 36563, 37313, 37999, 37605, 37848, 38206, 37440, 38100, 37089, 38127,
		38208, 33912, 37191, 37407, 37916, 36568, 37091, 38034, 37393, 38237, 37976, 37508, 38001, 37419, 37956, 38192, 38043, 32389, 36953, 38248,
	},
	327682: []int64{800, 900, 1000, 1200, 1100, 1000, 800, 1900, 2900, 4000, 3700, 4000, 4200, 5800, 5000, 3700, 1400, 900, 1100, 1000,
		1000, 800, 1000, 1100, 1200, 900, 1300, 1100, 1300, 900, 900, 900, 900, 1000, 1000, 900, 800, 900, 1100, 1100,
		1000, 1100, 1100, 1200, 900, 900, 900, 900, 1000, 1000, 1000, 900, 900, 1200, 1300, 1300, 1200, 1100, 1200, 900,
		900, 800, 1000, 1100, 1100, 900, 800, 2500, 4200, 4200, 2500, 1200, 1200, 1300, 1000, 900, 900, 900, 1100, 1000,
		900, 1400, 1600, 1700, 1100, 900, 1200, 1200, 1300, 900, 900, 900, 900, 1000, 1000, 900, 800, 1700, 1800, 1900,
	},
	65595: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65618: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196621: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196620: []int64{53, 31, 40, 39, 38, 34, 42, 276, 414, 530, 550, 290, 179, 96, 38, 51, 46, 34, 40, 35,
		43, 38, 42, 31, 47, 47, 34, 43, 42, 39, 39, 36, 35, 42, 42, 41, 42, 47, 43, 41,
		36, 32, 40, 50, 36, 38, 43, 39, 36, 32, 35, 41, 45, 35, 36, 43, 42, 35, 43, 36,
		49, 41, 32, 51, 44, 45, 38, 49, 34, 47, 38, 42, 45, 49, 40, 28, 48, 34, 40, 34,
		47, 34, 48, 43, 33, 39, 34, 39, 39, 46, 36, 49, 38, 34, 33, 44, 40, 37, 51, 36,
	},
	24: []int64{83, 108, 82, 102, 104, 96, 105, 276, 193, 208, 261, 221, 312, 203, 105, 85, 105, 79, 92, 103,
		85, 85, 122, 120, 94, 151, 106, 87, 104, 91, 79, 106, 76, 104, 93, 89, 96, 93, 94, 84,
		150, 54, 83, 77, 85, 88, 130, 83, 84, 79, 82, 74, 89, 97, 81, 132, 65, 97, 82, 84,
		108, 89, 81, 86, 71, 71, 104, 225, 136, 94, 128, 72, 77, 78, 87, 79, 95, 100, 98, 90,
		83, 102, 99, 84, 82, 123, 100, 90, 98, 85, 95, 109, 74, 92, 91, 82, 86, 152, 98, 84,
	},
	65632: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65633: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	131073: []int64{290, 313, 292, 310, 317, 245, 267, 3654, 1052, 1289, 909, 5095, 7491, 1402, 397, 253, 294, 220, 577, 245,
		210, 217, 600, 219, 122, 157, 175, 101, 229, 125, 113, 194, 340, 282, 306, 277, 259, 1095, 289, 192,
		280, 238, 227, 291, 301, 299, 341, 324, 299, 355, 884, 262, 316, 195, 176, 127, 183, 124, 137, 164,
		139, 111, 175, 117, 159, 163, 114, 3475, 2124, 150, 117, 187, 132, 166, 192, 111, 160, 282, 259, 421,
		304, 948, 840, 318, 352, 312, 408, 316, 263, 269, 201, 230, 248, 208, 281, 211, 202, 2690, 347, 189,
	},
	10: []int64{38008, 37528, 37491, 37093, 37873, 38166, 38033, 29492, 32179, 31921, 30994, 31066, 29370, 23484, 36708, 38107, 37359, 38126, 37127, 38097,
		38132, 37979, 36623, 37238, 38032, 36645, 37131, 38194, 37359, 38040, 38105, 37590, 37920, 37431, 37973, 38079, 37929, 37422, 36953, 38261,
		36518, 37666, 38075, 37616, 38170, 38191, 37362, 38155, 37250, 38189, 37648, 38186, 37925, 35180, 38096, 36675, 37795, 38213, 37441, 38251,
		37950, 37594, 37558, 37443, 37914, 38263, 37927, 24447, 30924, 37848, 36574, 37326, 38012, 37623, 37861, 38214, 37454, 38126, 37111, 38178,
		38246, 33970, 37262, 37439, 37949, 36598, 37151, 38072, 37418, 38245, 37985, 37527, 38015, 37441, 37972, 38208, 38054, 32457, 36985, 38260,
	},
	327696: []int64{6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
		6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000, 6000,
	},
	196618: []int64{246, 416, 202, 245, 203, 203, 245, 510, 474, 664, 776, 792, 927, 1261, 318, 259, 416, 203, 245, 203,
		217, 245, 218, 218, 246, 309, 216, 245, 203, 203, 246, 415, 203, 245, 203, 203, 260, 204, 203, 245,
		309, 215, 245, 203, 203, 245, 416, 203, 248, 203, 203, 245, 203, 203, 246, 308, 216, 245, 203, 203,
		246, 416, 203, 244, 203, 203, 245, 562, 203, 244, 308, 215, 246, 203, 203, 244, 416, 203, 245, 203,
		203, 245, 204, 203, 245, 320, 203, 244, 203, 203, 245, 416, 203, 245, 203, 203, 245, 203, 203, 245,
	},
	65620: []int64{3145728, 3145728, 3145728, 2831152, 2831152, 2831152, 3145728, 3145728, 3145728, 3145728, 3145728, 3145728, 3145728, 3145728, 3145728, 2831152, 2831152, 2831152, 2621440, 2621440,
		2621440, 2516580, 2516580, 2516580, 2411724, 2411724, 2516580, 2516580, 2516580, 2516580, 2516580, 2516580, 2516580, 2726296, 2726296, 2726296, 2726296, 2726296, 2726296, 2411724,
		2411724, 2411724, 2621440, 2726296, 2726296, 2831152, 2831152, 2831152, 2411724, 2411724, 2411724, 2516580, 2516580, 2516580, 3040868, 3040868, 3040868, 2411724, 2621440, 2621440,
		2936012, 2936012, 2936012, 2936012, 2936012, 2936012, 2411724, 2411724, 2411724, 2936012, 2936012, 2936012, 2936012, 2936012, 2936012, 2621440, 2621440, 2621440, 2621440, 2621440,
		2621440, 2411724, 2411724, 2411724, 2306864, 2306864, 2306864, 2726296, 2726296, 2726296, 2306864, 2411724, 2621440, 2621440, 2621440, 2621440, 2411724, 2411724, 2411724, 2411724,
	},
	720896: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	65599: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	327693: []int64{10000, 10000, 10000, 10000, 10000, 10000, 10000, 10000, 10000, 9300, 6200, 4300, 4100, 4100, 4200, 4200, 4200, 4200, 4200, 4200,
		4200, 4200, 3900, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3800,
		3800, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3600, 3500, 2600, 2500, 1900, 1800, 1800,
		1800, 1800, 1900, 1800, 1800, 1800, 1800, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 2100, 2100,
		2100, 2100, 2100, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2100, 2100, 2000,
	},
	327692: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	196617: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	9: []int64{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
	},
	11: []int64{102, 98, 107, 101, 122, 108, 120, 272, 175, 206, 218, 262, 194, 187, 120, 97, 115, 108, 103, 117,
		97, 111, 140, 113, 115, 145, 140, 92, 130, 97, 90, 114, 80, 100, 103, 108, 109, 100, 106, 98,
		117, 103, 104, 95, 97, 116, 105, 101, 107, 91, 93, 108, 113, 92, 96, 101, 104, 97, 84, 102,
		127, 102, 80, 87, 91, 88, 123, 143, 128, 116, 109, 109, 98, 104, 99, 99, 95, 97, 101, 96,
		107, 105, 99, 94, 88, 121, 138, 95, 104, 100, 115, 118, 96, 90, 113, 98, 105, 133, 108, 94,
	},
}
View Source
var VmMetrics = []types.PerfMetricId{}/* 117 elements not displayed */

*********************************** VM Metrics ************************************

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL