2.31.
CLASS: VTPM
CHAPTER 2.
API REFERENCE
Arguments:
type
name
description
VTPM ref
self
reference to the object
Return Type:
VM ref
value of the field
RPC name: create
Overview:
Create a new VTPM instance, and return its handle.
Signature:
(VTPM ref) create (session_id s, VTPM record args)
Arguments:
type
name
description
VTPM record
args
All constructor arguments
Return Type:
VTPM ref
reference to the newly created object
RPC name: destroy
Overview:
Destroy the specified VTPM instance.
Signature:
void destroy (session_id s, VTPM ref self)
Arguments:
type
name
description
VTPM ref
self
reference to the object
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the VTPM instance with the specified UUID.
Signature:
(VTPM ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
VTPM ref
275