DataCenterResourcePropertiesArgs

data class DataCenterResourcePropertiesArgs(val base64EncodedCassandraYamlFragment: Output<String>? = null, val dataCenterLocation: Output<String>? = null, val delegatedSubnetId: Output<String>? = null, val nodeCount: Output<Int>? = null, val provisioningState: Output<Either<String, ManagedCassandraProvisioningState>>? = null) : ConvertibleToJava<DataCenterResourcePropertiesArgs>

Properties of a managed Cassandra data center.

Constructors

Link copied to clipboard
constructor(base64EncodedCassandraYamlFragment: Output<String>? = null, dataCenterLocation: Output<String>? = null, delegatedSubnetId: Output<String>? = null, nodeCount: Output<Int>? = null, provisioningState: Output<Either<String, ManagedCassandraProvisioningState>>? = null)

Properties

Link copied to clipboard

A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.

Link copied to clipboard
val dataCenterLocation: Output<String>? = null

The region this data center should be created in.

Link copied to clipboard
val delegatedSubnetId: Output<String>? = null

Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.

Link copied to clipboard
val nodeCount: Output<Int>? = null

The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.

Link copied to clipboard

The status of the resource at the time the operation was called.

Functions

Link copied to clipboard
open override fun toJava(): DataCenterResourcePropertiesArgs