Data Object - CustomFieldValueChangedEvent(vim.event.CustomFieldValueChangedEvent)

Extends
CustomFieldEvent
See also
ManagedEntityEventArgument

Data Object Description

This event records a change to a custom field value for a particular entity.

Properties

Name Type Description
entityManagedEntityEventArgument

The entity on which the field value was changed.
fieldKeyxsd:int

The custom field whose value was changed for the entity.
namexsd:string

The name of the custom field at the time the value was changed.
prevState*xsd:string

The previous service state.

Since vSphere API 6.5
valuexsd:string

The new value that was set.
Properties inherited from CustomFieldEvent
None
Properties inherited from Event
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition