Skip to main content

cassandra_clusters

Overview

Namecassandra_clusters
TypeResource
Idazure.cosmos_db.cassandra_clusters

Fields

NameDatatypeDescription
idstringThe unique resource identifier of the ARM resource.
namestringThe name of the ARM resource.
identityobjectIdentity for the resource.
locationstringThe location of the resource group to which the resource belongs.
propertiesobjectProperties of a managed Cassandra cluster.
tagsobjectTags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
typestringThe type of Azure resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterName, resourceGroupName, subscriptionIdGet the properties of a managed Cassandra cluster.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList all managed Cassandra clusters in this resource group.
list_by_subscriptionSELECTsubscriptionIdList all managed Cassandra clusters in this subscription.
deleteDELETEclusterName, resourceGroupName, subscriptionIdDeletes a managed Cassandra cluster.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdList all managed Cassandra clusters in this resource group.
_list_by_subscriptionEXECsubscriptionIdList all managed Cassandra clusters in this subscription.
create_updateEXECclusterName, resourceGroupName, subscriptionIdCreate or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
deallocateEXECclusterName, resourceGroupName, subscriptionIdDeallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.
invoke_commandEXECclusterName, resourceGroupName, subscriptionId, data__command, data__hostInvoke a command like nodetool for cassandra maintenance
invoke_command_asyncEXECclusterName, resourceGroupName, subscriptionId, data__command, data__hostInvoke a command like nodetool for cassandra maintenance asynchronously
startEXECclusterName, resourceGroupName, subscriptionIdStart the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.
statusEXECclusterName, resourceGroupName, subscriptionIdGets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.
updateEXECclusterName, resourceGroupName, subscriptionIdUpdates some of the properties of a managed Cassandra cluster.