CassandraClusterPublicStatusDataCentersItem Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. CassandraClusterPublicStatusDataCentersItem
- com.
Implements
public final class CassandraClusterPublicStatusDataCentersItem
implements JsonSerializable<CassandraClusterPublicStatusDataCentersItem>
The CassandraClusterPublicStatusDataCentersItem model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cassandra |
fromJson(JsonReader jsonReader)
Reads an instance of Cassandra |
| String |
name()
Get the name property: The name of this Datacenter. |
|
List<Cassandra |
nodes()
Get the nodes property: The nodes property. |
| List<String> |
seedNodes()
Get the seed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CassandraClusterPublicStatusDataCentersItem fromJson(JsonReader jsonReader)
Reads an instance of CassandraClusterPublicStatusDataCentersItem from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of this Datacenter.
Returns:
nodes
public List<CassandraClusterPublicStatusDataCentersItemNode> nodes()
Get the nodes property: The nodes property.
Returns:
seedNodes
public List<String> seedNodes()
Get the seedNodes property: A list of all seed nodes in the cluster, managed and unmanaged.
Returns:
toJson
validate
public void validate()
Validates the instance.