Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraClusterPublicStatusDataCentersItem
Packages that use CassandraClusterPublicStatusDataCentersItem
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of CassandraClusterPublicStatusDataCentersItem in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type CassandraClusterPublicStatusDataCentersItemModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.dataCenters()Get the dataCenters property: List of the status of each datacenter in this cluster.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type CassandraClusterPublicStatusDataCentersItemModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.withDataCenters(List<CassandraClusterPublicStatusDataCentersItem> dataCenters) Set the dataCenters property: List of the status of each datacenter in this cluster. -
Uses of CassandraClusterPublicStatusDataCentersItem in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CassandraClusterPublicStatusDataCentersItemModifier and TypeMethodDescriptionCassandraClusterPublicStatusDataCentersItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CassandraClusterPublicStatusDataCentersItem from the JsonReader.Set the name property: The name of this Datacenter.CassandraClusterPublicStatusDataCentersItem.withNodes(List<CassandraClusterPublicStatusDataCentersItemNode> nodes) Set the nodes property: The nodes property.CassandraClusterPublicStatusDataCentersItem.withSeedNodes(List<String> seedNodes) Set the seedNodes property: A list of all seed nodes in the cluster, managed and unmanaged.