Data Center Resource Properties Args
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
fun DataCenterResourcePropertiesArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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/
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard