Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.CassandraClusterPublicStatusInner
Packages that use CassandraClusterPublicStatusInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of CassandraClusterPublicStatusInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return CassandraClusterPublicStatusInnerModifier and TypeMethodDescriptionGets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type CassandraClusterPublicStatusInnerModifier and TypeMethodDescriptionCassandraClustersClient.statusAsync
(String resourceGroupName, String clusterName) Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.com.azure.core.http.rest.Response
<CassandraClusterPublicStatusInner> CassandraClustersClient.statusWithResponse
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.Mono
<com.azure.core.http.rest.Response<CassandraClusterPublicStatusInner>> CassandraClustersClient.statusWithResponseAsync
(String resourceGroupName, String clusterName) Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster. -
Uses of CassandraClusterPublicStatusInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return CassandraClusterPublicStatusInnerModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CassandraClusterPublicStatusInner from the JsonReader.CassandraClusterPublicStatusInner.withConnectionErrors
(List<ConnectionError> connectionErrors) Set the connectionErrors property: List relevant information about any connection errors to the Datacenters.CassandraClusterPublicStatusInner.withDataCenters
(List<CassandraClusterPublicStatusDataCentersItem> dataCenters) Set the dataCenters property: List of the status of each datacenter in this cluster.CassandraClusterPublicStatusInner.withErrors
(List<CassandraError> errors) Set the errors property: List relevant information about any errors about cluster, data center and connection error.Set the etag property: The eTag property.CassandraClusterPublicStatusInner.withReaperStatus
(ManagedCassandraReaperStatus reaperStatus) Set the reaperStatus property: The reaperStatus property.