QuotaInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.QuotaInfo

public class QuotaInfo

The quota properties for the cluster.

Constructor Summary

Constructor Description
QuotaInfo()

Method Summary

Modifier and Type Method and Description
java.lang.Integer coresUsed()

Get the cores used by the cluster.

QuotaInfo withCoresUsed(Integer coresUsed)

Set the cores used by the cluster.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

QuotaInfo

public QuotaInfo()

Method Details

coresUsed

public Integer coresUsed()

Get the cores used by the cluster.

Returns:

the coresUsed value

withCoresUsed

public QuotaInfo withCoresUsed(Integer coresUsed)

Set the cores used by the cluster.

Parameters:

coresUsed - the coresUsed value to set

Returns:

the QuotaInfo object itself.

Applies to