Uses of Class
com.xensource.xenapi.ClusterHost
-
Uses of ClusterHost in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type ClusterHostModifier and TypeFieldDescriptionCluster.Record.clusterHosts
A list of the cluster_host objects associated with the ClusterMethods in com.xensource.xenapi that return ClusterHostModifier and TypeMethodDescriptionstatic ClusterHost
ClusterHost.create
(Connection c, Cluster cluster, Host host, PIF pif) Add a new host to an existing cluster.static ClusterHost
ClusterHost.getByUuid
(Connection c, String uuid) Get a reference to the Cluster_host instance with the specified UUID.static ClusterHost
Types.toClusterHost
(Task task, Connection connection) Attempt to convert theTask
's result to aClusterHost
object.static ClusterHost
Types.toClusterHost
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type ClusterHostModifier and TypeMethodDescriptionstatic Set<ClusterHost>
ClusterHost.getAll
(Connection c) Return a list of all the Cluster_hosts known to the system.static Map<ClusterHost,
ClusterHost.Record> ClusterHost.getAllRecords
(Connection c) Return a map of Cluster_host references to Cluster_host records for all Cluster_hosts known to the system.Cluster.getClusterHosts
(Connection c) Get the cluster_hosts field of the given Cluster.static Map<ClusterHost,
ClusterHost.Record> Types.toMapOfClusterHostClusterHostRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<ClusterHost>
Types.toSetOfClusterHost
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.