RegionalQuotaCapability Class

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

public class RegionalQuotaCapability

The regional quota capacity.

Constructor Summary

Constructor Description
RegionalQuotaCapability()

Method Summary

Modifier and Type Method and Description
java.lang.Long coresAvailable()

Get the number of cores available in the region.

java.lang.Long coresUsed()

Get the number of cores used in the region.

java.lang.String regionName()

Get the region name.

RegionalQuotaCapability withCoresAvailable(Long coresAvailable)

Set the number of cores available in the region.

RegionalQuotaCapability withCoresUsed(Long coresUsed)

Set the number of cores used in the region.

RegionalQuotaCapability withRegionName(String regionName)

Set the region name.

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

RegionalQuotaCapability

public RegionalQuotaCapability()

Method Details

coresAvailable

public Long coresAvailable()

Get the number of cores available in the region.

Returns:

the coresAvailable value

coresUsed

public Long coresUsed()

Get the number of cores used in the region.

Returns:

the coresUsed value

regionName

public String regionName()

Get the region name.

Returns:

the regionName value

withCoresAvailable

public RegionalQuotaCapability withCoresAvailable(Long coresAvailable)

Set the number of cores available in the region.

Parameters:

coresAvailable - the coresAvailable value to set

Returns:

the RegionalQuotaCapability object itself.

withCoresUsed

public RegionalQuotaCapability withCoresUsed(Long coresUsed)

Set the number of cores used in the region.

Parameters:

coresUsed - the coresUsed value to set

Returns:

the RegionalQuotaCapability object itself.

withRegionName

public RegionalQuotaCapability withRegionName(String regionName)

Set the region name.

Parameters:

regionName - the regionName value to set

Returns:

the RegionalQuotaCapability object itself.

Applies to