Enum - VirtualMachineVMCIDeviceProtocol(vim.vm.device.VirtualVMCIDevice.Protocol)

Since
vSphere API 6.0


Enum Description

Set of possible values for protocol field in FilterSpec.

Enum Constants

NameDescription
anyProtocol All of the above.
datagram VMCI and VMCI Socket datagram send op. Since VMCI Socket datagrams map ports directly to resources, there is no need to distinguish between the two.
doorbell VMCI doorbell notification
hypervisor VMCI hypervisor datagram send op. Direction code is not applicable to this one.
queuepair VMCI queue pair alloc operation. Direction code not applicable to this one.
stream VMCI Stream Socket connect op.

Show WSDL type definition