Get Cluster Result
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)
Properties
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
The Kafka Rest Proxy Endpoint for this HDInsight Cluster.
Link copied to clipboard
Link copied to clipboard
The SSH Endpoint for this HDInsight Cluster.
Link copied to clipboard
The minimal supported TLS version.