CassandraKeyspaceGetPropertiesOptions Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. OptionsResource - com.
azure. resourcemanager. cosmos. models. CassandraKeyspaceGetPropertiesOptions
- com.
- com.
public final class CassandraKeyspaceGetPropertiesOptions
extends OptionsResource
The CassandraKeyspaceGetPropertiesOptions model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Autoscale |
autoscaleSettings()
Get the autoscale |
|
static
Cassandra |
fromJson(JsonReader jsonReader)
Reads an instance of Cassandra |
| Integer |
throughput()
Get the throughput property: Value of the Cosmos DB resource throughput or autoscale |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from OptionsResource
Methods inherited from java.lang.Object
Method Details
autoscaleSettings
public AutoscaleSettings autoscaleSettings()
Get the autoscaleSettings property: Specifies the Autoscale settings.
Overrides:
CassandraKeyspaceGetPropertiesOptions.autoscaleSettings()Returns:
fromJson
public static CassandraKeyspaceGetPropertiesOptions fromJson(JsonReader jsonReader)
Reads an instance of CassandraKeyspaceGetPropertiesOptions from the JsonReader.
Parameters:
Returns:
Throws:
throughput
public Integer throughput()
Get the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details.
Overrides:
CassandraKeyspaceGetPropertiesOptions.throughput()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CassandraKeyspaceGetPropertiesOptions.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
CassandraKeyspaceGetPropertiesOptions.validate()