2.25.
CLASS: SR
CHAPTER 2.
API REFERENCE
value of the field
RPC name: get name label
Overview:
Get the name/label field of the given SR.
Signature:
string get_name_label (session_id s, SR ref self)
Arguments:
type
name
description
SR ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set name label
Overview:
Set the name/label field of the given SR.
Signature:
void set_name_label (session_id s, SR ref self, string value)
Arguments:
type
name
description
SR ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get name description
Overview:
Get the name/description field of the given SR.
Signature:
string get_name_description (session_id s, SR ref self)
Arguments:
type
name
description
SR ref
self
reference to the object
Return Type:
string
value of the field
217