Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.CassandraClusterPublicStatusInner
-
Packages that use CassandraClusterPublicStatusInner Package Description com.azure.resourcemanager.cosmos.fluent Package containing the service clients for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.fluent.models 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 CassandraClusterPublicStatusInner Modifier and Type Method Description CassandraClusterPublicStatusInnerCassandraClustersClient. status(String resourceGroupName, String clusterName)Gets 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 CassandraClusterPublicStatusInner Modifier and Type Method Description Mono<CassandraClusterPublicStatusInner>CassandraClustersClient. 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 CassandraClusterPublicStatusInner Modifier and Type Method Description CassandraClusterPublicStatusInnerCassandraClusterPublicStatusInner. withConnectionErrors(List<ConnectionError> connectionErrors)Set the connectionErrors property: List relevant information about any connection errors to the Datacenters.CassandraClusterPublicStatusInnerCassandraClusterPublicStatusInner. withDataCenters(List<CassandraClusterPublicStatusDataCentersItem> dataCenters)Set the dataCenters property: List of the status of each datacenter in this cluster.CassandraClusterPublicStatusInnerCassandraClusterPublicStatusInner. withEtag(String etag)Set the etag property: The eTag property.CassandraClusterPublicStatusInnerCassandraClusterPublicStatusInner. withReaperStatus(ManagedCassandraReaperStatus reaperStatus)Set the reaperStatus property: The reaperStatus property.
-