DataCenterResourcePropertiesArgs

data class DataCenterResourcePropertiesArgs(val authenticationMethodLdapProperties: Output<AuthenticationMethodLdapPropertiesArgs>? = null, val availabilityZone: Output<Boolean>? = null, val backupStorageCustomerKeyUri: Output<String>? = null, val base64EncodedCassandraYamlFragment: Output<String>? = null, val dataCenterLocation: Output<String>? = null, val deallocated: Output<Boolean>? = null, val delegatedSubnetId: Output<String>? = null, val diskCapacity: Output<Int>? = null, val diskSku: Output<String>? = null, val managedDiskCustomerKeyUri: Output<String>? = null, val nodeCount: Output<Int>? = null, val provisionError: Output<CassandraErrorArgs>? = null, val provisioningState: Output<Either<String, ManagedCassandraProvisioningState>>? = null, val sku: Output<String>? = null) : ConvertibleToJava<DataCenterResourcePropertiesArgs>

Properties of a managed Cassandra data center.

Constructors

Link copied to clipboard
constructor(authenticationMethodLdapProperties: Output<AuthenticationMethodLdapPropertiesArgs>? = null, availabilityZone: Output<Boolean>? = null, backupStorageCustomerKeyUri: Output<String>? = null, base64EncodedCassandraYamlFragment: Output<String>? = null, dataCenterLocation: Output<String>? = null, deallocated: Output<Boolean>? = null, delegatedSubnetId: Output<String>? = null, diskCapacity: Output<Int>? = null, diskSku: Output<String>? = null, managedDiskCustomerKeyUri: Output<String>? = null, nodeCount: Output<Int>? = null, provisionError: Output<CassandraErrorArgs>? = null, provisioningState: Output<Either<String, ManagedCassandraProvisioningState>>? = null, sku: Output<String>? = null)

Properties

Link copied to clipboard

Ldap authentication method properties. This feature is in preview.

Link copied to clipboard
val availabilityZone: Output<Boolean>? = null

If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.

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

Indicates the Key Uri of the customer key to use for encryption of the backup storage account.

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 deallocated: Output<Boolean>? = null

Whether the data center has been deallocated.

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 diskCapacity: Output<Int>? = null

Number of disks attached to each node. Default is 4.

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

Disk SKU used for data centers. Default value is P30.

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

Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.

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
val provisionError: Output<CassandraErrorArgs>? = null

Error related to resource provisioning.

Link copied to clipboard

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

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

Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2

Functions

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