CassandraClusterPublicStatus Class

Properties of a managed Cassandra cluster public status.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
CassandraClusterPublicStatus

Constructor

CassandraClusterPublicStatus(*, e_tag: str | None = None, reaper_status: _models.ManagedCassandraReaperStatus | None = None, connection_errors: List[_models.ConnectionError] | None = None, errors: List[_models.CassandraError] | None = None, data_centers: List[_models.CassandraClusterPublicStatusDataCentersItem] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
e_tag
str
reaper_status
connection_errors

List relevant information about any connection errors to the Datacenters.

errors

List relevant information about any errors about cluster, data center and connection error.

data_centers

List of the status of each datacenter in this cluster.

Variables

Name Description
e_tag
str
reaper_status
connection_errors

List relevant information about any connection errors to the Datacenters.

errors

List relevant information about any errors about cluster, data center and connection error.

data_centers

List of the status of each datacenter in this cluster.