GoVirt.Host¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Cluster href for the Host |
||
r/w |
Cluster Id for the Host |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GoVirt.Host(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_cluster()¶
- Returns:
a
GoVirt.Cluster
representing cluster the self belongs to.- Return type:
Gets a
GoVirt.Cluster
representing the cluster the host belongs to. This method does not initiate any network activity, the remote host must be then be fetched usingGoVirt.Resource.refresh
() orGoVirt.Resource.refresh_async
().
- get_vms()¶
- Returns:
a
GoVirt.Collection
representing the list of vms associated with self.- Return type:
Gets a
GoVirt.Collection
representing the list of remote vms from a host object. This method does not initiate any network activity, the remote vm list must be then be fetched usingGoVirt.Collection.fetch
() orGoVirt.Collection.fetch_async
().
Property Details¶
- GoVirt.Host.props.cluster_href¶
-
Cluster href for the Host