ObjectUpdateKind
ObjectUpdateKind
A boxed ObjectUpdateKindEnum. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": "string"
}
_value
Required
Enumeration of different kinds of updates.
Possible values:
modify
: A property of the managed object changed its value.enter
: A managed object became visible to a filter for the first time.For instance, this can happen if a virtual machine is added to a folder.
leave
: A managed object left the set of objects visible to a filter.For instance, this can happen when a virtual machine is destroyed.
Possible values are : modify, enter, leave,