GoVirt.StorageDomain¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Space available in the storage domain in bytes |
||
r/w |
Space committed in the storage domain in bytes |
||
r/w |
Data Center href for the Storage Domain |
||
r/w |
Data Center Id for the Storage Domain |
||
[ |
r/w |
Ids of Data Centers for this Storage Domain |
|
r/w |
Indicates whether the storage domain is a master on not |
||
r/w |
Space used in the storage domain in bytes |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GoVirt.StorageDomain(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_disks()¶
- Returns:
a
GoVirt.Collection
representing the list of disks associated with self.- Return type:
Gets a
GoVirt.Collection
representing the list of remote disks from a storage domain object. This method does not initiate any network activity, the remote file list must be then be fetched usingGoVirt.Collection.fetch
() orGoVirt.Collection.fetch_async
().
- get_files()¶
- Returns:
a
GoVirt.Collection
representing the list of files associated with self.- Return type:
Gets a
GoVirt.Collection
representing the list of remote files from a storage domain object. This method does not initiate any network activity, the remote file list must be then be fetched usingGoVirt.Collection.fetch
() orGoVirt.Collection.fetch_async
().
Property Details¶
- GoVirt.StorageDomain.props.available¶
-
Space available in the storage domain in bytes
- GoVirt.StorageDomain.props.committed¶
-
Space committed in the storage domain in bytes
- GoVirt.StorageDomain.props.data_center_href¶
-
Data Center href for the Storage Domain
- GoVirt.StorageDomain.props.data_center_id¶
-
Data Center Id for the Storage Domain
- GoVirt.StorageDomain.props.data_center_ids¶
-
Ids of Data Centers for this Storage Domain
- GoVirt.StorageDomain.props.master¶
-
Indicates whether the storage domain is a master on not