Managed Object - ConverterDiskTicketDispatcher

Property of
ConverterTaskAgentTask
See also
ConverterDiskTicketDispatcherDiskTicketInfo, ConverterDiskTicketDispatcherDiskTicketRequest
Since
Converter API 2.0


Managed Object Description

Interface for for a component which does not have a direct connection to VC to request HostServiceTickets for virtual disks.

ConverterAgent running on a remote machine exposes this interface from its AgentTask objects. ConverterWorker is waiting for ticket requests by listening for the diskId property updates with PropertyCollector. Once new set of disk IDs is received, ConverterWorker obtains the tickets for the specified disks and passes them down to ConverterAgent by calling setTickets().

Properties

Name Type Description
diskTicketRequest*ConverterDiskTicketDispatcherDiskTicketRequest

Disk IDs to get tickets for.
*May not be present

Methods

Methods defined in this Managed Object
ConverterAgentPassDiskTickets

ConverterAgentPassDiskTickets

Called by ConverterWorker to pass requested tickets to ConverterAgent.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterDiskTicketDispatcher used to make the method call.
requestId Pxsd:string

Identifies the request for tickets which this response is fulfilling.

Since Converter API 2.0
ticketInfos PConverterDiskTicketDispatcherDiskTicketInfo[]

Tickets requested by setting diskTicketRequest() property.

Since Converter API 2.0
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None