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
Methods
ConverterAgentPassDiskTickets
Called by ConverterWorker to pass requested tickets to
ConverterAgent.
- Required Privileges
- None
Parameters
P
Return Value
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events