2.25.
CLASS: SR
CHAPTER 2.
API REFERENCE
RPC name: get content type
Overview:
Get the content type field of the given SR.
Signature:
string get_content_type (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: get shared
Overview:
Get the shared field of the given SR.
Signature:
bool get_shared (session_id s, SR ref self)
Arguments:
type
name
description
SR ref
self
reference to the object
Return Type:
bool
value of the field
RPC name: get other config
Overview:
Get the other config field of the given SR.
Signature:
((string -> string) Map) get_other_config (session_id s, SR ref self)
Arguments:
type
name
description
SR ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
221