DataDisksGroups Class

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

public class DataDisksGroups

The data disks groups for the role.

Constructor Summary

Constructor Description
DataDisksGroups()

Method Summary

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

Get readOnly.

java.lang.Integer disksPerNode()

Get the number of disks per node.

java.lang.String storageAccountType()

Get readOnly.

DataDisksGroups withDisksPerNode(Integer disksPerNode)

Set the number of disks per node.

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

DataDisksGroups

public DataDisksGroups()

Method Details

diskSizeGB

public Integer diskSizeGB()

Get readOnly. The DiskSize in GB. Do not set this value.

Returns:

the diskSizeGB value

disksPerNode

public Integer disksPerNode()

Get the number of disks per node.

Returns:

the disksPerNode value

storageAccountType

public String storageAccountType()

Get readOnly. The storage account type. Do not set this value.

Returns:

the storageAccountType value

withDisksPerNode

public DataDisksGroups withDisksPerNode(Integer disksPerNode)

Set the number of disks per node.

Parameters:

disksPerNode - the disksPerNode value to set

Returns:

the DataDisksGroups object itself.

Applies to