#include <EvmsAccess.h>
Inheritance diagram for storage::EvmsContainerObject:
Public Member Functions | |
EvmsContainerObject (EvmsObject *const obj) | |
EvmsContainerObject (object_handle_t id) | |
unsigned long long | freeK () const |
unsigned long long | peSize () const |
const std::list< peinfo > & | consumes () const |
const std::list< EvmsObject * > & | creates () const |
const string & | typeName () const |
void | output (std::ostream &Stream) const |
virtual void | addRelation (EvmsAccess *Acc) |
bool | isLvm () const |
bool | isLvm1 () const |
Protected Member Functions | |
void | init () |
storage_container_info_t * | getInfop () |
Protected Attributes | |
unsigned long long | free |
unsigned long long | pe_size |
string | uuid |
std::list< peinfo > | cons |
std::list< EvmsObject * > | creat |
string | ctype |
bool | lvm1 |
bool | lvm |
Classes | |
struct | peinfo |
|
|
|
|
|
Reimplemented from storage::EvmsObject. |
|
|
|
|
|
|
|
|
|
Reimplemented from storage::EvmsObject. |
|
|
|
|
|
Reimplemented from storage::EvmsObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|