Uses of Class
com.xensource.xenapi.Cluster
-
Uses of Cluster in com.xensource.xenapi
Fields in com.xensource.xenapi declared as ClusterMethods in com.xensource.xenapi that return ClusterModifier and TypeMethodDescriptionstatic Cluster
Cluster.create
(Connection c, PIF PIF, String clusterStack, Boolean poolAutoJoin, Double tokenTimeout, Double tokenTimeoutCoefficient) Creates a Cluster object and one Cluster_host object as its first member Minimum allowed role: pool-operator First published in XenServer 7.6.static Cluster
Cluster.getByUuid
(Connection c, String uuid) Get a reference to the Cluster instance with the specified UUID.ClusterHost.getCluster
(Connection c) Get the cluster field of the given Cluster_host.static Cluster
Cluster.poolCreate
(Connection c, Network network, String clusterStack, Double tokenTimeout, Double tokenTimeoutCoefficient) Attempt to create a Cluster from the entire pool Minimum allowed role: pool-operator First published in XenServer 7.6.static Cluster
Types.toCluster
(Task task, Connection connection) static Cluster
Methods in com.xensource.xenapi that return types with arguments of type ClusterModifier and TypeMethodDescriptionCluster.getAll
(Connection c) Return a list of all the Clusters known to the system.static Map<Cluster,
Cluster.Record> Cluster.getAllRecords
(Connection c) Return a map of Cluster references to Cluster records for all Clusters known to the system.static Map<Cluster,
Cluster.Record> Types.toMapOfClusterClusterRecord
(Object object) Types.toSetOfCluster
(Object object) Methods in com.xensource.xenapi with parameters of type ClusterModifier and TypeMethodDescriptionstatic ClusterHost
ClusterHost.create
(Connection c, Cluster cluster, Host host, PIF pif) Add a new host to an existing cluster.static Task
ClusterHost.createAsync
(Connection c, Cluster cluster, Host host, PIF pif) Add a new host to an existing cluster.