ClusterGetProperties Class

Definition

The properties of cluster.

public class ClusterGetProperties
type ClusterGetProperties = class
Public Class ClusterGetProperties
Inheritance
ClusterGetProperties

Constructors

ClusterGetProperties()

Initializes a new instance of the ClusterGetProperties class.

ClusterGetProperties(ClusterDefinition, String, String, String, String, String, KafkaRestProperties, SecurityProfile, ComputeProfile, String, String, String, QuotaInfo, IList<Errors>, IList<ConnectivityEndpoint>, DiskEncryptionProperties, EncryptionInTransitProperties, StorageProfile, String, ExcludedServicesConfig, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>, IList<PrivateEndpointConnection>)

Initializes a new instance of the ClusterGetProperties class.

Properties

ClusterDefinition

Gets or sets the cluster definition.

ClusterHdpVersion

Gets or sets the hdp version of the cluster.

ClusterId

Gets or sets the cluster id.

ClusterState

Gets or sets the state of the cluster.

ClusterVersion

Gets or sets the version of the cluster.

ComputeIsolationProperties

Gets or sets the compute isolation properties.

ComputeProfile

Gets or sets the compute profile.

ConnectivityEndpoints

Gets or sets the list of connectivity endpoints.

CreatedDate

Gets or sets the date on which the cluster was created.

DiskEncryptionProperties

Gets or sets the disk encryption properties.

EncryptionInTransitProperties

Gets or sets the encryption-in-transit properties.

Errors

Gets or sets the list of errors.

ExcludedServicesConfig

Gets or sets the excluded services config.

KafkaRestProperties

Gets or sets the cluster kafka rest proxy configuration.

MinSupportedTlsVersion

Gets or sets the minimal supported tls version.

NetworkProperties

Gets or sets the network properties.

OsType

Gets or sets the type of operating system. Possible values include: 'Windows', 'Linux'

PrivateEndpointConnections

Gets the list of private endpoint connections.

PrivateLinkConfigurations

Gets or sets the private link configurations.

ProvisioningState

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

QuotaInfo

Gets or sets the quota information.

SecurityProfile

Gets or sets the security profile.

StorageProfile

Gets or sets the storage profile.

Tier

Gets or sets the cluster tier. Possible values include: 'Standard', 'Premium'

Methods

Validate()

Validate the object.

Applies to