ClusterGetPropertiesResponse

data class ClusterGetPropertiesResponse(val clusterDefinition: ClusterDefinitionResponse, val clusterHdpVersion: String? = null, val clusterId: String? = null, val clusterState: String? = null, val clusterVersion: String? = null, val computeIsolationProperties: ComputeIsolationPropertiesResponse? = null, val computeProfile: ComputeProfileResponse? = null, val connectivityEndpoints: List<ConnectivityEndpointResponse>? = null, val createdDate: String? = null, val diskEncryptionProperties: DiskEncryptionPropertiesResponse? = null, val encryptionInTransitProperties: EncryptionInTransitPropertiesResponse? = null, val errors: List<ErrorsResponse>? = null, val excludedServicesConfig: ExcludedServicesConfigResponse? = null, val kafkaRestProperties: KafkaRestPropertiesResponse? = null, val minSupportedTlsVersion: String? = null, val networkProperties: NetworkPropertiesResponse? = null, val osType: String? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val privateLinkConfigurations: List<PrivateLinkConfigurationResponse>? = null, val provisioningState: String? = null, val quotaInfo: QuotaInfoResponse? = null, val securityProfile: SecurityProfileResponse? = null, val storageProfile: StorageProfileResponse? = null, val tier: String? = null)

The properties of cluster.

Constructors

Link copied to clipboard
constructor(clusterDefinition: ClusterDefinitionResponse, clusterHdpVersion: String? = null, clusterId: String? = null, clusterState: String? = null, clusterVersion: String? = null, computeIsolationProperties: ComputeIsolationPropertiesResponse? = null, computeProfile: ComputeProfileResponse? = null, connectivityEndpoints: List<ConnectivityEndpointResponse>? = null, createdDate: String? = null, diskEncryptionProperties: DiskEncryptionPropertiesResponse? = null, encryptionInTransitProperties: EncryptionInTransitPropertiesResponse? = null, errors: List<ErrorsResponse>? = null, excludedServicesConfig: ExcludedServicesConfigResponse? = null, kafkaRestProperties: KafkaRestPropertiesResponse? = null, minSupportedTlsVersion: String? = null, networkProperties: NetworkPropertiesResponse? = null, osType: String? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, privateLinkConfigurations: List<PrivateLinkConfigurationResponse>? = null, provisioningState: String? = null, quotaInfo: QuotaInfoResponse? = null, securityProfile: SecurityProfileResponse? = null, storageProfile: StorageProfileResponse? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster definition.

Link copied to clipboard

The hdp version of the cluster.

Link copied to clipboard
val clusterId: String? = null

The cluster id.

Link copied to clipboard
val clusterState: String? = null

The state of the cluster.

Link copied to clipboard
val clusterVersion: String? = null

The version of the cluster.

Link copied to clipboard

The compute isolation properties.

Link copied to clipboard

The compute profile.

Link copied to clipboard

The list of connectivity endpoints.

Link copied to clipboard
val createdDate: String? = null

The date on which the cluster was created.

Link copied to clipboard

The disk encryption properties.

Link copied to clipboard

The encryption-in-transit properties.

Link copied to clipboard
val errors: List<ErrorsResponse>? = null

The list of errors.

Link copied to clipboard

The excluded services config.

Link copied to clipboard

The cluster kafka rest proxy configuration.

Link copied to clipboard

The minimal supported tls version.

Link copied to clipboard

The network properties.

Link copied to clipboard
val osType: String? = null

The type of operating system.

Link copied to clipboard

The list of private endpoint connections.

Link copied to clipboard

The private link configurations.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

The quota information.

Link copied to clipboard

The security profile.

Link copied to clipboard

The storage profile.

Link copied to clipboard
val tier: String? = null

The cluster tier.