Enum - VirtualMachineForkConfigInfoChildType(vim.vm.ForkConfigInfo.ChildType)

Since
vSphere API 6.0


Enum Description

Fork child type. A child could be type of none, persistent, or nonpersistent.

Enum Constants

NameDescription
none The virtual machine is not a child.
nonpersistent The virtual machine is a non-persistent child.
persistent The virtual machine is a persistent child.

Show WSDL type definition