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.clusterHostsA list of the cluster_host objects associated with the ClusterMethods in com.xensource.xenapi that return ClusterHostModifier and TypeMethodDescriptionstatic ClusterHostClusterHost.create(Connection c, Cluster cluster, Host host, PIF pif) Add a new host to an existing cluster.static ClusterHostClusterHost.getByUuid(Connection c, String uuid) Get a reference to the Cluster_host instance with the specified UUID.static ClusterHostTypes.toClusterHost(Task task, Connection connection) Attempt to convert theTask's result to aClusterHostobject.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.