Retrieval of Cluster Properties

Retrieves the properties of a cluster.

Syntax

ClusterPropertiesVO getClusterProperties() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Retrieve cluster properties
    //Get cluster properties
    ClusterPropertiesVO vo = supCluster.getClusterProperties();