CassandraClusterPublicStatusInner Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. CassandraClusterPublicStatusInner
- com.
Implements
public final class CassandraClusterPublicStatusInner
implements JsonSerializable<CassandraClusterPublicStatusInner>
Properties of a managed Cassandra cluster public status.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Connection |
connectionErrors()
Get the connection |
|
List<Cassandra |
dataCenters()
Get the data |
|
List<Cassandra |
errors()
Get the errors property: List relevant information about any errors about cluster, data center and connection error. |
| String |
etag()
Get the etag property: The e |
|
static
Cassandra |
fromJson(JsonReader jsonReader)
Reads an instance of Cassandra |
|
Managed |
reaperStatus()
Get the reaper |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
connectionErrors
public List<ConnectionError> connectionErrors()
Get the connectionErrors property: List relevant information about any connection errors to the Datacenters.
Returns:
dataCenters
public List<CassandraClusterPublicStatusDataCentersItem> dataCenters()
Get the dataCenters property: List of the status of each datacenter in this cluster.
Returns:
errors
public List<CassandraError> errors()
Get the errors property: List relevant information about any errors about cluster, data center and connection error.
Returns:
etag
public String etag()
Get the etag property: The eTag property.
Returns:
fromJson
public static CassandraClusterPublicStatusInner fromJson(JsonReader jsonReader)
Reads an instance of CassandraClusterPublicStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
reaperStatus
public ManagedCassandraReaperStatus reaperStatus()
Get the reaperStatus property: The reaperStatus property.
Returns:
toJson
validate
public void validate()
Validates the instance.