ElasticPoolActivityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ElasticPoolActivityProperties
- com.
Implements
public final class ElasticPoolActivityProperties
implements JsonSerializable<ElasticPoolActivityProperties>
Represents the properties of an elastic pool.
Constructor Summary
| Constructor | Description |
|---|---|
| ElasticPoolActivityProperties() |
Creates an instance of Elastic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
elasticPoolName()
Get the elastic |
|
Offset |
endTime()
Get the end |
| Integer |
errorCode()
Get the error |
| String |
errorMessage()
Get the error |
| Integer |
errorSeverity()
Get the error |
|
static
Elastic |
fromJson(JsonReader jsonReader)
Reads an instance of Elastic |
| String |
operation()
Get the operation property: The operation name. |
| UUID |
operationId()
Get the operation |
| Integer |
percentComplete()
Get the percent |
| Integer |
requestedDatabaseDtuCap()
Get the requested |
| Integer |
requestedDatabaseDtuGuarantee()
Get the requested |
| Integer |
requestedDatabaseDtuMax()
Get the requested |
| Integer |
requestedDatabaseDtuMin()
Get the requested |
| Integer |
requestedDtu()
Get the requested |
| Integer |
requestedDtuGuarantee()
Get the requested |
| String |
requestedElasticPoolName()
Get the requested |
| Long |
requestedStorageLimitInGB()
Get the requested |
| Integer |
requestedStorageLimitInMB()
Get the requested |
| String |
serverName()
Get the server |
|
Offset |
startTime()
Get the start |
| String |
state()
Get the state property: The current state of the operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ElasticPoolActivityProperties
public ElasticPoolActivityProperties()
Creates an instance of ElasticPoolActivityProperties class.
Method Details
elasticPoolName
public String elasticPoolName()
Get the elasticPoolName property: The name of the elastic pool.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: The time the operation finished (ISO8601 format).
Returns:
errorCode
public Integer errorCode()
Get the errorCode property: The error code if available.
Returns:
errorMessage
public String errorMessage()
Get the errorMessage property: The error message if available.
Returns:
errorSeverity
public Integer errorSeverity()
Get the errorSeverity property: The error severity if available.
Returns:
fromJson
public static ElasticPoolActivityProperties fromJson(JsonReader jsonReader)
Reads an instance of ElasticPoolActivityProperties from the JsonReader.
Parameters:
Returns:
Throws:
operation
public String operation()
Get the operation property: The operation name.
Returns:
operationId
public UUID operationId()
Get the operationId property: The unique operation ID.
Returns:
percentComplete
public Integer percentComplete()
Get the percentComplete property: The percentage complete if available.
Returns:
requestedDatabaseDtuCap
public Integer requestedDatabaseDtuCap()
Get the requestedDatabaseDtuCap property: The requested per database DTU cap.
Returns:
requestedDatabaseDtuGuarantee
public Integer requestedDatabaseDtuGuarantee()
Get the requestedDatabaseDtuGuarantee property: The requested per database DTU guarantee.
Returns:
requestedDatabaseDtuMax
public Integer requestedDatabaseDtuMax()
Get the requestedDatabaseDtuMax property: The requested max DTU per database if available.
Returns:
requestedDatabaseDtuMin
public Integer requestedDatabaseDtuMin()
Get the requestedDatabaseDtuMin property: The requested min DTU per database if available.
Returns:
requestedDtu
public Integer requestedDtu()
Get the requestedDtu property: The requested DTU for the pool if available.
Returns:
requestedDtuGuarantee
public Integer requestedDtuGuarantee()
Get the requestedDtuGuarantee property: The requested DTU guarantee.
Returns:
requestedElasticPoolName
public String requestedElasticPoolName()
Get the requestedElasticPoolName property: The requested name for the elastic pool if available.
Returns:
requestedStorageLimitInGB
public Long requestedStorageLimitInGB()
Get the requestedStorageLimitInGB property: The requested storage limit for the pool in GB if available.
Returns:
requestedStorageLimitInMB
public Integer requestedStorageLimitInMB()
Get the requestedStorageLimitInMB property: The requested storage limit in MB.
Returns:
serverName
public String serverName()
Get the serverName property: The name of the server the elastic pool is in.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The time the operation started (ISO8601 format).
Returns:
state
public String state()
Get the state property: The current state of the operation.
Returns:
toJson
validate
public void validate()
Validates the instance.