GetClusterResult

data class GetClusterResult(val clusterId: String, val clusterVersion: String, val componentVersions: Map<String, String>, val edgeSshEndpoint: String, val gateways: List<GetClusterGateway>, val httpsEndpoint: String, val id: String, val kafkaRestProxyEndpoint: String, val kind: String, val location: String, val name: String, val resourceGroupName: String, val sshEndpoint: String, val tags: Map<String, String>, val tier: String, val tlsMinVersion: String)

A collection of values returned by getCluster.

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterVersion: String, componentVersions: Map<String, String>, edgeSshEndpoint: String, gateways: List<GetClusterGateway>, httpsEndpoint: String, id: String, kafkaRestProxyEndpoint: String, kind: String, location: String, name: String, resourceGroupName: String, sshEndpoint: String, tags: Map<String, String>, tier: String, tlsMinVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HDInsight Cluster ID.

Link copied to clipboard

The version of HDInsights which is used on this HDInsight Cluster.

Link copied to clipboard

A map of versions of software used on this HDInsights Cluster.

Link copied to clipboard

The SSH Endpoint of the Edge Node for this HDInsight Cluster, if an Edge Node exists.

Link copied to clipboard

A gateway block as defined below.

Link copied to clipboard

The HTTPS Endpoint for this HDInsight Cluster.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Kafka Rest Proxy Endpoint for this HDInsight Cluster.

Link copied to clipboard

The kind of HDInsight Cluster this is, such as a Spark or Storm cluster.

Link copied to clipboard

The Azure Region in which this HDInsight Cluster exists.

Link copied to clipboard

The HDInsight Cluster name.

Link copied to clipboard
Link copied to clipboard

The SSH Endpoint for this HDInsight Cluster.

Link copied to clipboard

A map of tags assigned to the HDInsight Cluster.

Link copied to clipboard

The SKU / Tier of this HDInsight Cluster.

Link copied to clipboard

The minimal supported TLS version.