Class ClusterGetPropertiesResponse


  • public final class ClusterGetPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • clusterHdpVersion

        public java.util.Optional<java.lang.String> clusterHdpVersion()
        Returns:
        The hdp version of the cluster.
      • clusterId

        public java.util.Optional<java.lang.String> clusterId()
        Returns:
        The cluster id.
      • clusterState

        public java.util.Optional<java.lang.String> clusterState()
        Returns:
        The state of the cluster.
      • clusterVersion

        public java.util.Optional<java.lang.String> clusterVersion()
        Returns:
        The version of the cluster.
      • computeProfile

        public java.util.Optional<ComputeProfileResponse> computeProfile()
        Returns:
        The compute profile.
      • connectivityEndpoints

        public java.util.List<ConnectivityEndpointResponse> connectivityEndpoints()
        Returns:
        The list of connectivity endpoints.
      • createdDate

        public java.util.Optional<java.lang.String> createdDate()
        Returns:
        The date on which the cluster was created.
      • errors

        public java.util.List<ErrorsResponse> errors()
        Returns:
        The list of errors.
      • kafkaRestProperties

        public java.util.Optional<KafkaRestPropertiesResponse> kafkaRestProperties()
        Returns:
        The cluster kafka rest proxy configuration.
      • minSupportedTlsVersion

        public java.util.Optional<java.lang.String> minSupportedTlsVersion()
        Returns:
        The minimal supported tls version.
      • networkProperties

        public java.util.Optional<NetworkPropertiesResponse> networkProperties()
        Returns:
        The network properties.
      • osType

        public java.util.Optional<java.lang.String> osType()
        Returns:
        The type of operating system.
      • provisioningState

        public java.util.Optional<java.lang.String> provisioningState()
        Returns:
        The provisioning state, which only appears in the response.
      • quotaInfo

        public java.util.Optional<QuotaInfoResponse> quotaInfo()
        Returns:
        The quota information.
      • securityProfile

        public java.util.Optional<SecurityProfileResponse> securityProfile()
        Returns:
        The security profile.
      • storageProfile

        public java.util.Optional<StorageProfileResponse> storageProfile()
        Returns:
        The storage profile.
      • tier

        public java.util.Optional<java.lang.String> tier()
        Returns:
        The cluster tier.