2.18.
CLASS: VIF
CHAPTER 2.
API REFERENCE
Return Type:
string
value of the field
RPC name: get network
Overview:
Get the network field of the given VIF.
Signature:
(network ref) get_network (session_id s, VIF ref self)
Arguments:
type
name
description
VIF ref
self
reference to the object
Return Type:
network ref
value of the field
RPC name: get VM
Overview:
Get the VM field of the given VIF.
Signature:
(VM ref) get_VM (session_id s, VIF ref self)
Arguments:
type
name
description
VIF ref
self
reference to the object
Return Type:
VM ref
value of the field
RPC name: get MAC
Overview:
Get the MAC field of the given VIF.
Signature:
string get_MAC (session_id s, VIF ref self)
Arguments:
type
name
description
VIF ref
self
reference to the object
Return Type:
string
value of the field
165