Data Object - HooksMarkAsProcessedSpec

Extends
vmodl.DynamicData
See also
vim.VirtualMachine
Since
1.0

Data Object Description

Specification for marking a raised hook on an agent Virtual Machine as processed.

Properties

Name Type Description
hookTypexsd:string

Type of hook to be marked as processed HooksHookType.
successxsd:boolean

{@code True} - if the hook was processed successfully, {@code False} - if the hook could not be processed.
vmvmodl.ManagedObjectReference
to a vim.VirtualMachine

Virtual Machine to mark a hook as processed.
Properties inherited from vmodl.DynamicData
None