GoVirt.Api¶
- 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.Api(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_clusters()¶
- Return type:
This method does not initiate any network activity, the collection must be fetched with
GoVirt.Collection.fetch
() before having up-to-date content.
- get_data_centers()¶
- Return type:
This method does not initiate any network activity, the collection must be fetched with
GoVirt.Collection.fetch
() before having up-to-date content.
- get_hosts()¶
- Return type:
This method does not initiate any network activity, the collection must be fetched with
GoVirt.Collection.fetch
() before having up-to-date content.
- get_storage_domains()¶
- Return type:
This method does not initiate any network activity, the collection must be fetched with
GoVirt.Collection.fetch
() before having up-to-date content.
- get_vm_pools()¶
- Return type:
This method does not initiate any network activity, the collection must be fetched with
GoVirt.Collection.fetch
() before having up-to-date content.
- get_vms()¶
- Return type:
This method does not initiate any network activity, the collection must be fetched with
GoVirt.Collection.fetch
() before having up-to-date content.