Cluster Resource Response Properties
data class ClusterResourceResponseProperties(val authenticationMethod: String? = null, val cassandraAuditLoggingEnabled: Boolean? = null, val cassandraVersion: String? = null, val clientCertificates: List<CertificateResponse>? = null, val clusterNameOverride: String? = null, val deallocated: Boolean? = null, val delegatedManagementSubnetId: String? = null, val externalGossipCertificates: List<CertificateResponse>? = null, val externalSeedNodes: List<SeedNodeResponse>? = null, val gossipCertificates: List<CertificateResponse>, val hoursBetweenBackups: Int? = null, val prometheusEndpoint: SeedNodeResponse? = null, val provisionError: CassandraErrorResponse? = null, val provisioningState: String? = null, val repairEnabled: Boolean? = null, val seedNodes: List<SeedNodeResponse>)
Properties of a managed Cassandra cluster.
Constructors
Link copied to clipboard
fun ClusterResourceResponseProperties(authenticationMethod: String? = null, cassandraAuditLoggingEnabled: Boolean? = null, cassandraVersion: String? = null, clientCertificates: List<CertificateResponse>? = null, clusterNameOverride: String? = null, deallocated: Boolean? = null, delegatedManagementSubnetId: String? = null, externalGossipCertificates: List<CertificateResponse>? = null, externalSeedNodes: List<SeedNodeResponse>? = null, gossipCertificates: List<CertificateResponse>, hoursBetweenBackups: Int? = null, prometheusEndpoint: SeedNodeResponse? = null, provisionError: CassandraErrorResponse? = null, provisioningState: String? = null, repairEnabled: Boolean? = null, seedNodes: List<SeedNodeResponse>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
Link copied to clipboard
Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions/
Link copied to clipboard