2.18.
CLASS: VIF
CHAPTER 2.
API REFERENCE
RPC name: destroy
Overview:
Destroy the specified VIF instance.
Signature:
void destroy (session_id s, VIF ref self)
Arguments:
type
name
description
VIF ref
self
reference to the object
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the VIF instance with the specified UUID.
Signature:
(VIF ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
VIF ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given VIF.
Signature:
(VIF record) get_record (session_id s, VIF ref self)
Arguments:
type
name
description
VIF ref
self
reference to the object
Return Type:
VIF record
all fields from the object
172