Cluster Resource Properties Args
data class ClusterResourcePropertiesArgs(val authenticationMethod: Output<Either<String, AuthenticationMethod>>? = null, val cassandraVersion: Output<String>? = null, val clientCertificates: Output<List<CertificateArgs>>? = null, val clusterNameOverride: Output<String>? = null, val delegatedManagementSubnetId: Output<String>? = null, val externalGossipCertificates: Output<List<CertificateArgs>>? = null, val externalSeedNodes: Output<List<SeedNodeArgs>>? = null, val hoursBetweenBackups: Output<Int>? = null, val initialCassandraAdminPassword: Output<String>? = null, val prometheusEndpoint: Output<SeedNodeArgs>? = null, val provisioningState: Output<Either<String, ManagedCassandraProvisioningState>>? = null, val repairEnabled: Output<Boolean>? = null, val restoreFromBackupId: Output<String>? = null) : ConvertibleToJava<ClusterResourcePropertiesArgs>
Properties of a managed Cassandra cluster.
Constructors
Link copied to clipboard
fun ClusterResourcePropertiesArgs(authenticationMethod: Output<Either<String, AuthenticationMethod>>? = null, cassandraVersion: Output<String>? = null, clientCertificates: Output<List<CertificateArgs>>? = null, clusterNameOverride: Output<String>? = null, delegatedManagementSubnetId: Output<String>? = null, externalGossipCertificates: Output<List<CertificateArgs>>? = null, externalSeedNodes: Output<List<SeedNodeArgs>>? = null, hoursBetweenBackups: Output<Int>? = null, initialCassandraAdminPassword: Output<String>? = null, prometheusEndpoint: Output<SeedNodeArgs>? = null, provisioningState: Output<Either<String, ManagedCassandraProvisioningState>>? = null, repairEnabled: Output<Boolean>? = null, restoreFromBackupId: Output<String>? = null)
Functions
Properties
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/