Class ElasticPoolActivityInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.ElasticPoolActivityInner
-
public class ElasticPoolActivityInner extends com.azure.core.management.ProxyResourceRepresents the activity on an elastic pool.
-
-
Constructor Summary
Constructors Constructor Description ElasticPoolActivityInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringelasticPoolName()Get the elasticPoolName property: The name of the elastic pool.OffsetDateTimeendTime()Get the endTime property: The time the operation finished (ISO8601 format).IntegererrorCode()Get the errorCode property: The error code if available.StringerrorMessage()Get the errorMessage property: The error message if available.IntegererrorSeverity()Get the errorSeverity property: The error severity if available.Stringlocation()Get the location property: The geo-location where the resource lives.Stringoperation()Get the operation property: The operation name.UUIDoperationId()Get the operationId property: The unique operation ID.IntegerpercentComplete()Get the percentComplete property: The percentage complete if available.IntegerrequestedDatabaseDtuCap()Get the requestedDatabaseDtuCap property: The requested per database DTU cap.IntegerrequestedDatabaseDtuGuarantee()Get the requestedDatabaseDtuGuarantee property: The requested per database DTU guarantee.IntegerrequestedDatabaseDtuMax()Get the requestedDatabaseDtuMax property: The requested max DTU per database if available.IntegerrequestedDatabaseDtuMin()Get the requestedDatabaseDtuMin property: The requested min DTU per database if available.IntegerrequestedDtu()Get the requestedDtu property: The requested DTU for the pool if available.IntegerrequestedDtuGuarantee()Get the requestedDtuGuarantee property: The requested DTU guarantee.StringrequestedElasticPoolName()Get the requestedElasticPoolName property: The requested name for the elastic pool if available.LongrequestedStorageLimitInGB()Get the requestedStorageLimitInGB property: The requested storage limit for the pool in GB if available.IntegerrequestedStorageLimitInMB()Get the requestedStorageLimitInMB property: The requested storage limit in MB.StringserverName()Get the serverName property: The name of the server the elastic pool is in.OffsetDateTimestartTime()Get the startTime property: The time the operation started (ISO8601 format).Stringstate()Get the state property: The current state of the operation.voidvalidate()Validates the instance.ElasticPoolActivityInnerwithLocation(String location)Set the location property: The geo-location where the resource lives.
-
-
-
Method Detail
-
location
public String location()
Get the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
withLocation
public ElasticPoolActivityInner withLocation(String location)
Set the location property: The geo-location where the resource lives.- Parameters:
location- the location value to set.- Returns:
- the ElasticPoolActivityInner object itself.
-
endTime
public OffsetDateTime endTime()
Get the endTime property: The time the operation finished (ISO8601 format).- Returns:
- the endTime value.
-
errorCode
public Integer errorCode()
Get the errorCode property: The error code if available.- Returns:
- the errorCode value.
-
errorMessage
public String errorMessage()
Get the errorMessage property: The error message if available.- Returns:
- the errorMessage value.
-
errorSeverity
public Integer errorSeverity()
Get the errorSeverity property: The error severity if available.- Returns:
- the errorSeverity value.
-
operation
public String operation()
Get the operation property: The operation name.- Returns:
- the operation value.
-
operationId
public UUID operationId()
Get the operationId property: The unique operation ID.- Returns:
- the operationId value.
-
percentComplete
public Integer percentComplete()
Get the percentComplete property: The percentage complete if available.- Returns:
- the percentComplete value.
-
requestedDatabaseDtuMax
public Integer requestedDatabaseDtuMax()
Get the requestedDatabaseDtuMax property: The requested max DTU per database if available.- Returns:
- the requestedDatabaseDtuMax value.
-
requestedDatabaseDtuMin
public Integer requestedDatabaseDtuMin()
Get the requestedDatabaseDtuMin property: The requested min DTU per database if available.- Returns:
- the requestedDatabaseDtuMin value.
-
requestedDtu
public Integer requestedDtu()
Get the requestedDtu property: The requested DTU for the pool if available.- Returns:
- the requestedDtu value.
-
requestedElasticPoolName
public String requestedElasticPoolName()
Get the requestedElasticPoolName property: The requested name for the elastic pool if available.- Returns:
- the requestedElasticPoolName value.
-
requestedStorageLimitInGB
public Long requestedStorageLimitInGB()
Get the requestedStorageLimitInGB property: The requested storage limit for the pool in GB if available.- Returns:
- the requestedStorageLimitInGB value.
-
elasticPoolName
public String elasticPoolName()
Get the elasticPoolName property: The name of the elastic pool.- Returns:
- the elasticPoolName value.
-
serverName
public String serverName()
Get the serverName property: The name of the server the elastic pool is in.- Returns:
- the serverName value.
-
startTime
public OffsetDateTime startTime()
Get the startTime property: The time the operation started (ISO8601 format).- Returns:
- the startTime value.
-
state
public String state()
Get the state property: The current state of the operation.- Returns:
- the state value.
-
requestedStorageLimitInMB
public Integer requestedStorageLimitInMB()
Get the requestedStorageLimitInMB property: The requested storage limit in MB.- Returns:
- the requestedStorageLimitInMB value.
-
requestedDatabaseDtuGuarantee
public Integer requestedDatabaseDtuGuarantee()
Get the requestedDatabaseDtuGuarantee property: The requested per database DTU guarantee.- Returns:
- the requestedDatabaseDtuGuarantee value.
-
requestedDatabaseDtuCap
public Integer requestedDatabaseDtuCap()
Get the requestedDatabaseDtuCap property: The requested per database DTU cap.- Returns:
- the requestedDatabaseDtuCap value.
-
requestedDtuGuarantee
public Integer requestedDtuGuarantee()
Get the requestedDtuGuarantee property: The requested DTU guarantee.- Returns:
- the requestedDtuGuarantee value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-