GoVirt.Api

g GObject.GInterface GObject.GInterface Gio.Initable Gio.Initable GObject.GInterface->Gio.Initable GObject.Object GObject.Object GoVirt.Resource GoVirt.Resource GObject.Object->GoVirt.Resource Gio.Initable->GoVirt.Resource GoVirt.Api GoVirt.Api GoVirt.Resource->GoVirt.Api

Subclasses:

None

Methods

Inherited:

GoVirt.Resource (10), GObject.Object (37), Gio.Initable (2)

Structs:

GObject.ObjectClass (5)

class

new ()

get_clusters ()

get_data_centers ()

get_hosts ()

get_storage_domains ()

get_vm_pools ()

get_vms ()

search_clusters (query)

search_data_centers (query)

search_hosts (query)

search_storage_domains (query)

search_vm_pools (query)

search_vms (query)

Virtual Methods

Inherited:

GoVirt.Resource (2), GObject.Object (7), Gio.Initable (1)

Properties

Inherited:

GoVirt.Resource (5)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GoVirt.Resource

r

Class Details

class GoVirt.Api(**kwargs)
Bases:

GoVirt.Resource

Abstract:

No

Structure:

GoVirt.ApiClass

classmethod new()
Return type:

GoVirt.Api

get_clusters()
Return type:

GoVirt.Collection

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:

GoVirt.Collection

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:

GoVirt.Collection

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:

GoVirt.Collection

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:

GoVirt.Collection

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:

GoVirt.Collection

This method does not initiate any network activity, the collection must be fetched with GoVirt.Collection.fetch() before having up-to-date content.

search_clusters(query)
Parameters:

query (str) – search query

Return type:

GoVirt.Collection

search_data_centers(query)
Parameters:

query (str) – search query

Return type:

GoVirt.Collection

search_hosts(query)
Parameters:

query (str) – search query

Return type:

GoVirt.Collection

search_storage_domains(query)
Parameters:

query (str) – search query

Return type:

GoVirt.Collection

search_vm_pools(query)
Parameters:

query (str) – search query

Return type:

GoVirt.Collection

search_vms(query)
Parameters:

query (str) – search query

Return type:

GoVirt.Collection