GoVirt.DataCenter¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GoVirt.DataCenter(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_clusters()¶
- Returns:
a
GoVirt.Collection
representing the list of clusters associated with self.- Return type:
Gets a
GoVirt.Collection
representing the list of remote clusters from a data center object. This method does not initiate any network activity, the remote cluster list must be then be fetched usingGoVirt.Collection.fetch
() orGoVirt.Collection.fetch_async
().
- get_storage_domains()¶
- Returns:
a
GoVirt.Collection
representing the list of storage_domains associated with self.- Return type:
Gets a
GoVirt.Collection
representing the list of remote storage domains from a data center object. This method does not initiate any network activity, the remote storage domain list must be then be fetched usingGoVirt.Collection.fetch
() orGoVirt.Collection.fetch_async
().