Remote Administration Daemon Developer Guide

Exit Print View

Updated: July 2014
 
 

The public interfaces are exported in three modules

  • rad.auth – Useful functions/classes for performing authentication

  • rad.client – The client implementation of the RAD protocol plus associated useful functionality

  • rad.connect – Useful functions/classes for connecting to a RAD instance.


Note -  A lot of these examples are based on the example zonemgr interface. Refer to the sample in, A zonemgr ADR Interface Description Language for this module to assist in your understanding of the examples.

Alternatively, you can import the module and examine the module help

Accessing Help for a Binding Module

Example 3-30   Accessing Help for a Binding Module

user@henry:/var/tmp# python

Python 2.6.8 (unknown, Feb 5 2013, 00:27:10) [C] on sunos5

Type "help", "copyright", "credits" or "license" for more information.

>>> import rad.bindings.com.oracle.solaris.rad.zonemgr_1 as zonemgr

>>> help(zonemgr)