ClusterGetProperties Class

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

public class ClusterGetProperties

The properties of cluster.

Constructor Summary

Constructor Description
ClusterGetProperties()

Method Summary

Modifier and Type Method and Description
ClusterDefinition clusterDefinition()

Get the cluster definition.

java.lang.String clusterState()

Get the state of the cluster.

java.lang.String clusterVersion()

Get the version of the cluster.

ComputeProfile computeProfile()

Get the compute profile.

java.util.List<ConnectivityEndpoint> connectivityEndpoints()

Get the list of connectivity endpoints.

java.lang.String createdDate()

Get the date on which the cluster was created.

DiskEncryptionProperties diskEncryptionProperties()

Get the disk encryption properties.

java.util.List<Errors> errors()

Get the list of errors.

KafkaRestProperties kafkaRestProperties()

Get the cluster kafka rest proxy configuration.

java.lang.String minSupportedTlsVersion()

Get the minimal supported tls version.

OSType osType()

Get the type of operating system.

HDInsightClusterProvisioningState provisioningState()

Get the provisioning state, which only appears in the response.

QuotaInfo quotaInfo()

Get the quota information.

SecurityProfile securityProfile()

Get the security profile.

Tier tier()

Get the cluster tier.

ClusterGetProperties withClusterDefinition(ClusterDefinition clusterDefinition)

Set the cluster definition.

ClusterGetProperties withClusterState(String clusterState)

Set the state of the cluster.

ClusterGetProperties withClusterVersion(String clusterVersion)

Set the version of the cluster.

ClusterGetProperties withComputeProfile(ComputeProfile computeProfile)

Set the compute profile.

ClusterGetProperties withConnectivityEndpoints(List<ConnectivityEndpoint> connectivityEndpoints)

Set the list of connectivity endpoints.

ClusterGetProperties withCreatedDate(String createdDate)

Set the date on which the cluster was created.

ClusterGetProperties withDiskEncryptionProperties(DiskEncryptionProperties diskEncryptionProperties)

Set the disk encryption properties.

ClusterGetProperties withErrors(List<Errors> errors)

Set the list of errors.

ClusterGetProperties withKafkaRestProperties(KafkaRestProperties kafkaRestProperties)

Set the cluster kafka rest proxy configuration.

ClusterGetProperties withMinSupportedTlsVersion(String minSupportedTlsVersion)

Set the minimal supported tls version.

ClusterGetProperties withOsType(OSType osType)

Set the type of operating system.

ClusterGetProperties withProvisioningState(HDInsightClusterProvisioningState provisioningState)

Set the provisioning state, which only appears in the response.

ClusterGetProperties withQuotaInfo(QuotaInfo quotaInfo)

Set the quota information.

ClusterGetProperties withSecurityProfile(SecurityProfile securityProfile)

Set the security profile.

ClusterGetProperties withTier(Tier tier)

Set the cluster tier.

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

ClusterGetProperties

public ClusterGetProperties()

Method Details

clusterDefinition

public ClusterDefinition clusterDefinition()

Get the cluster definition.

Returns:

the clusterDefinition value

clusterState

public String clusterState()

Get the state of the cluster.

Returns:

the clusterState value

clusterVersion

public String clusterVersion()

Get the version of the cluster.

Returns:

the clusterVersion value

computeProfile

public ComputeProfile computeProfile()

Get the compute profile.

Returns:

the computeProfile value

connectivityEndpoints

public List connectivityEndpoints()

Get the list of connectivity endpoints.

Returns:

the connectivityEndpoints value

createdDate

public String createdDate()

Get the date on which the cluster was created.

Returns:

the createdDate value

diskEncryptionProperties

public DiskEncryptionProperties diskEncryptionProperties()

Get the disk encryption properties.

Returns:

the diskEncryptionProperties value

errors

public List errors()

Get the list of errors.

Returns:

the errors value

kafkaRestProperties

public KafkaRestProperties kafkaRestProperties()

Get the cluster kafka rest proxy configuration.

Returns:

the kafkaRestProperties value

minSupportedTlsVersion

public String minSupportedTlsVersion()

Get the minimal supported tls version.

Returns:

the minSupportedTlsVersion value

osType

public OSType osType()

Get the type of operating system. Possible values include: 'Windows', 'Linux'.

Returns:

the osType value

provisioningState

public HDInsightClusterProvisioningState provisioningState()

Get the provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'.

Returns:

the provisioningState value

quotaInfo

public QuotaInfo quotaInfo()

Get the quota information.

Returns:

the quotaInfo value

securityProfile

public SecurityProfile securityProfile()

Get the security profile.

Returns:

the securityProfile value

tier

public Tier tier()

Get the cluster tier. Possible values include: 'Standard', 'Premium'.

Returns:

the tier value

withClusterDefinition

public ClusterGetProperties withClusterDefinition(ClusterDefinition clusterDefinition)

Set the cluster definition.

Parameters:

clusterDefinition - the clusterDefinition value to set

Returns:

the ClusterGetProperties object itself.

withClusterState

public ClusterGetProperties withClusterState(String clusterState)

Set the state of the cluster.

Parameters:

clusterState - the clusterState value to set

Returns:

the ClusterGetProperties object itself.

withClusterVersion

public ClusterGetProperties withClusterVersion(String clusterVersion)

Set the version of the cluster.

Parameters:

clusterVersion - the clusterVersion value to set

Returns:

the ClusterGetProperties object itself.

withComputeProfile

public ClusterGetProperties withComputeProfile(ComputeProfile computeProfile)

Set the compute profile.

Parameters:

computeProfile - the computeProfile value to set

Returns:

the ClusterGetProperties object itself.

withConnectivityEndpoints

public ClusterGetProperties withConnectivityEndpoints(List connectivityEndpoints)

Set the list of connectivity endpoints.

Parameters:

connectivityEndpoints - the connectivityEndpoints value to set

Returns:

the ClusterGetProperties object itself.

withCreatedDate

public ClusterGetProperties withCreatedDate(String createdDate)

Set the date on which the cluster was created.

Parameters:

createdDate - the createdDate value to set

Returns:

the ClusterGetProperties object itself.

withDiskEncryptionProperties

public ClusterGetProperties withDiskEncryptionProperties(DiskEncryptionProperties diskEncryptionProperties)

Set the disk encryption properties.

Parameters:

diskEncryptionProperties - the diskEncryptionProperties value to set

Returns:

the ClusterGetProperties object itself.

withErrors

public ClusterGetProperties withErrors(List errors)

Set the list of errors.

Parameters:

errors - the errors value to set

Returns:

the ClusterGetProperties object itself.

withKafkaRestProperties

public ClusterGetProperties withKafkaRestProperties(KafkaRestProperties kafkaRestProperties)

Set the cluster kafka rest proxy configuration.

Parameters:

kafkaRestProperties - the kafkaRestProperties value to set

Returns:

the ClusterGetProperties object itself.

withMinSupportedTlsVersion

public ClusterGetProperties withMinSupportedTlsVersion(String minSupportedTlsVersion)

Set the minimal supported tls version.

Parameters:

minSupportedTlsVersion - the minSupportedTlsVersion value to set

Returns:

the ClusterGetProperties object itself.

withOsType

public ClusterGetProperties withOsType(OSType osType)

Set the type of operating system. Possible values include: 'Windows', 'Linux'.

Parameters:

osType - the osType value to set

Returns:

the ClusterGetProperties object itself.

withProvisioningState

public ClusterGetProperties withProvisioningState(HDInsightClusterProvisioningState provisioningState)

Set the provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'.

Parameters:

provisioningState - the provisioningState value to set

Returns:

the ClusterGetProperties object itself.

withQuotaInfo

public ClusterGetProperties withQuotaInfo(QuotaInfo quotaInfo)

Set the quota information.

Parameters:

quotaInfo - the quotaInfo value to set

Returns:

the ClusterGetProperties object itself.

withSecurityProfile

public ClusterGetProperties withSecurityProfile(SecurityProfile securityProfile)

Set the security profile.

Parameters:

securityProfile - the securityProfile value to set

Returns:

the ClusterGetProperties object itself.

withTier

public ClusterGetProperties withTier(Tier tier)

Set the cluster tier. Possible values include: 'Standard', 'Premium'.

Parameters:

tier - the tier value to set

Returns:

the ClusterGetProperties object itself.

Applies to