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

Class SrvCfgHddPart

  object --+        
           |        
 prlsdk.Base --+    
               |    
prlsdk.BaseAsync --+
                   |
                  SrvCfgHddPart

Contains information about a disk partition.

Instance Methods [hide private]

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'srvcfghddpart'
  __ht__ = 268435484
Properties [hide private]
  name
Partition name.
  size
Partition size.
  index
A numeric index identifying the partition.
  type
A numerical code identifying the type of the partition.
  in_use
Indicates whether the partition is in use, that is, whether it contains a valid file system, being used for swap or by a database, etc.
  logical
Indicates whether this is a logical partition.
  active
Indicates whether the partition is active.

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

name

Partition name.

Get Method:
unreachable.srvcfghddpart__get_name(srvcfghddpart, SrvCfgHddPart) - Returns hard disk partition name.

size

Partition size.

Get Method:
unreachable.srvcfghddpart__get_size(srvcfghddpart, SrvCfgHddPart) - Get hard disk partition size (in megabytes)

index

A numeric index identifying the partition.

Get Method:
unreachable.srvcfghddpart__get_index(srvcfghddpart, SrvCfgHddPart) - Get hard disk partition index

type

A numerical code identifying the type of the partition.

Get Method:
unreachable.srvcfghddpart__get_type(srvcfghddpart, SrvCfgHddPart) - Get hard disk partition type

in_use

Indicates whether the partition is in use, that is, whether it contains a valid file system, being used for swap or by a database, etc. True - the parition is in use; False otherwise.

Get Method:
unreachable.srvcfghddpart__get_in_use(srvcfghddpart, SrvCfgHddPart) - Returns sign whether hard disk partition is in use

logical

Indicates whether this is a logical partition. True - logical; False otherwise.

Get Method:
unreachable.srvcfghddpart__get_logical(srvcfghddpart, SrvCfgHddPart) - Returns sign whether hard disk partition is logical (extended)

active

Indicates whether the partition is active. True - active; False otherwise.

Get Method:
unreachable.srvcfghddpart__get_active(srvcfghddpart, SrvCfgHddPart) - Returns sign whether hard disk partition is active