Package prlsdkapi :: Class CtTemplate
[hide private]
[frames] | no frames]

Class CtTemplate

object --+    
         |    
   _Handle --+
             |
            CtTemplate

Container-based servers only Provides methods for managing operating system templates on which Containers are based.

Instance Methods [hide private]
 
get_name(self)
Returns name of the Container's template.
 
get_type(self)
Returns the type of the specified template.
 
get_description(self)
Returns description of the Container's template.
 
get_version(self)
Returns version of the Container's template.
 
get_os_type(self)
Returns the type of the operating system for which the specified template is.
 
get_os_version(self)
Returns the version of the operating system for which the specified template is running.
 
get_os_template(self)
Returns the version of the operating system template for which the specified application template is.
 
get_cpu_mode(self)
Determines the specified template CPU mode (32 bit or 64 bit).
 
is_cached(self)
Determines whether the template cached.

Inherited from _Handle: __del__, __init__, add_ref, free, get_handle_type, get_package_id

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_type(self)

 

Returns the type of the specified template.

Overrides: _Handle.get_type