CassandraClusterProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a managed Cassandra cluster.
public class CassandraClusterProperties : Azure.Provisioning.Primitives.ProvisionableConstruct
public class CassandraClusterProperties : Azure.Provisioning.Primitives.ProvisioningConstruct
type CassandraClusterProperties = class
inherit ProvisionableConstruct
type CassandraClusterProperties = class
inherit ProvisioningConstruct
Public Class CassandraClusterProperties
Inherits ProvisionableConstruct
Public Class CassandraClusterProperties
Inherits ProvisioningConstruct
- Inheritance
- Inheritance
Constructors
CassandraClusterProperties() |
Creates a new CassandraClusterProperties. |
Properties
AuthenticationMethod |
Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. |
AutoReplicate |
The form of AutoReplicate that is being used by this cluster. |
AzureConnectionMethod |
How to connect to the azure services needed for running the cluster. |
BackupSchedules |
List of backup schedules that define when you want to back up your data. |
CassandraVersion |
Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version. |
ClientCertificates |
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. |
ClusterNameOverride |
If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property. |
ClusterType |
Type of the cluster. If set to Production, some operations might not be permitted on cluster. |
DelegatedManagementSubnetId |
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/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Network/virtualNetworks/<virtual network>/subnets/<subnet>'. |
Extensions |
Extensions to be added or updated on cluster. |
ExternalDataCenters |
List of the data center names for unmanaged data centers in this cluster to be included in auto-replication. |
ExternalGossipCertificates |
List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property. |
ExternalSeedNodes |
List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes. |
GossipCertificates |
List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property. |
HoursBetweenBackups |
(Deprecated) Number of hours to wait between taking a backup of the cluster. |
InitialCassandraAdminPassword |
Initial password for clients connecting as admin to the cluster. Should be changed after cluster creation. Returns null on GET. This field only applies when the authenticationMethod field is 'Cassandra'. |
IsCassandraAuditLoggingEnabled |
Whether Cassandra audit logging is enabled. |
IsDeallocated |
Whether the cluster and associated data centers has been deallocated. |
IsRepairEnabled |
Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs. |
PrivateLinkResourceId |
If the Connection Method is Vpn, this is the Id of the private link resource that the datacenters need to connect to. |
PrometheusEndpointIPAddress |
IP address of this seed node. |
ProvisionError |
Error related to resource provisioning. |
ProvisioningState |
The status of the resource at the time the operation was called. |
RestoreFromBackupId |
To create an empty cluster, omit this field or set it to null. To restore a backup into a new cluster, set this field to the resource id of the backup. |
ScheduledEventStrategy |
How the nodes in the cluster react to scheduled events. |
SeedNodes |
List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes. |
Methods
AssignOrReplace<T>(T, T) | (Inherited from ProvisionableConstruct) |
Compile() |
Compile the resource into a set of Bicep statements. (Inherited from ProvisionableConstruct) |
Compile() |
Compile the resource into a set of Bicep statements. (Inherited from ProvisioningConstruct) |
DefineDictionaryProperty<T>(String, String[], Boolean, Boolean) | (Inherited from ProvisionableConstruct) |
DefineListProperty<T>(String, String[], Boolean, Boolean) | (Inherited from ProvisionableConstruct) |
DefineModelProperty<T>(String, String[], Boolean, Boolean, Boolean, String) | (Inherited from ProvisionableConstruct) |
DefineProperty<T>(String, String[], Boolean, Boolean, Boolean, BicepValue<T>, String) | (Inherited from ProvisionableConstruct) |
DefineProvisionableProperties() |
Define all the provisionable properties of CassandraClusterProperties. |
GetProvisionableResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Initialize() |
Initialize this construct. (Inherited from ProvisionableConstruct) |
OverrideWithExpression(BicepExpression) | (Inherited from ProvisionableConstruct) |
OverrideWithExpression(Expression) |
Set this construct to represent the result of an expression. This is
primarily meant to be called via |
Resolve(ProvisioningBuildOptions) |
Resolve any resources or properties that were not explicitly specified. (Inherited from ProvisionableConstruct) |
Resolve(ProvisioningBuildOptions) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from ProvisioningConstruct) |
Validate(ProvisioningBuildOptions) |
Validate the presence of any required members. (Inherited from ProvisionableConstruct) |
Validate(ProvisioningBuildOptions) |
Validate the presence of any required members. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from ProvisioningConstruct) |
Explicit Interface Implementations
IBicepValue.Assign(IBicepValue) |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
IBicepValue.Compile() |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
IBicepValue.Expression |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
IBicepValue.IsEmpty |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
IBicepValue.IsOutput |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
IBicepValue.IsRequired |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
IBicepValue.IsSecure |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
IBicepValue.Kind |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
IBicepValue.LiteralValue |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
IBicepValue.Self |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
IBicepValue.SetReadOnly() |
Make this value readonly. (Inherited from ProvisionableConstruct) |
IBicepValue.Source |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |
Applies to
Azure SDK for .NET