ManagedCassandraReaperStatus Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. ManagedCassandraReaperStatus
- com.
Implements
public final class ManagedCassandraReaperStatus
implements JsonSerializable<ManagedCassandraReaperStatus>
The ManagedCassandraReaperStatus model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| Boolean |
healthy()
Get the healthy property: The healthy property. |
| Map<String,String> |
repairRunIds()
Get the repair |
| Map<String,String> |
repairSchedules()
Get the repair |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ManagedCassandraReaperStatus fromJson(JsonReader jsonReader)
Reads an instance of ManagedCassandraReaperStatus from the JsonReader.
Parameters:
Returns:
Throws:
healthy
public Boolean healthy()
Get the healthy property: The healthy property.
Returns:
repairRunIds
public Map<String,String> repairRunIds()
Get the repairRunIds property: Dictionary of <string>.
Returns:
repairSchedules
public Map<String,String> repairSchedules()
Get the repairSchedules property: Dictionary of <string>.
Returns:
toJson
validate
public void validate()
Validates the instance.