PerformanceTierPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. fluent. models. PerformanceTierPropertiesInner
- com.
public final class PerformanceTierPropertiesInner
Performance tier properties.
Constructor | Description | |
---|---|---|
Performance |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id property: ID of the performance tier. |
Integer |
max Get the max |
Integer |
max Get the max |
Integer |
max Get the max |
Integer |
min Get the min |
Integer |
min Get the min |
Integer |
min Get the min |
List<Performance |
service Get the service |
void |
validate()
Validates the instance. |
Performance |
with Set the id property: ID of the performance tier. |
Performance |
with Set the max |
Performance |
with Set the max |
Performance |
with Set the max |
Performance |
with Set the min |
Performance |
with Set the min |
Performance |
with Set the min |
Performance |
with Set the service |
Methods inherited from java.lang.Object
PerformanceTierPropertiesInner
public PerformanceTierPropertiesInner()
id
public String id()
Get the id property: ID of the performance tier.
Returns:
maxBackupRetentionDays
public Integer maxBackupRetentionDays()
Get the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.
Returns:
maxLargeStorageMB
public Integer maxLargeStorageMB()
Get the maxLargeStorageMB property: Max storage allowed for a server.
Returns:
maxStorageMB
public Integer maxStorageMB()
Get the maxStorageMB property: Max storage allowed for a server.
Returns:
minBackupRetentionDays
public Integer minBackupRetentionDays()
Get the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.
Returns:
minLargeStorageMB
public Integer minLargeStorageMB()
Get the minLargeStorageMB property: Max storage allowed for a server.
Returns:
minStorageMB
public Integer minStorageMB()
Get the minStorageMB property: Max storage allowed for a server.
Returns:
serviceLevelObjectives
public List
Get the serviceLevelObjectives property: Service level objectives associated with the performance tier.
Returns:
validate
public void validate()
Validates the instance.
withId
public PerformanceTierPropertiesInner withId(String id)
Set the id property: ID of the performance tier.
Parameters:
Returns:
withMaxBackupRetentionDays
public PerformanceTierPropertiesInner withMaxBackupRetentionDays(Integer maxBackupRetentionDays)
Set the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.
Parameters:
Returns:
withMaxLargeStorageMB
public PerformanceTierPropertiesInner withMaxLargeStorageMB(Integer maxLargeStorageMB)
Set the maxLargeStorageMB property: Max storage allowed for a server.
Parameters:
Returns:
withMaxStorageMB
public PerformanceTierPropertiesInner withMaxStorageMB(Integer maxStorageMB)
Set the maxStorageMB property: Max storage allowed for a server.
Parameters:
Returns:
withMinBackupRetentionDays
public PerformanceTierPropertiesInner withMinBackupRetentionDays(Integer minBackupRetentionDays)
Set the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.
Parameters:
Returns:
withMinLargeStorageMB
public PerformanceTierPropertiesInner withMinLargeStorageMB(Integer minLargeStorageMB)
Set the minLargeStorageMB property: Max storage allowed for a server.
Parameters:
Returns:
withMinStorageMB
public PerformanceTierPropertiesInner withMinStorageMB(Integer minStorageMB)
Set the minStorageMB property: Max storage allowed for a server.
Parameters:
Returns:
withServiceLevelObjectives
public PerformanceTierPropertiesInner withServiceLevelObjectives(List
Set the serviceLevelObjectives property: Service level objectives associated with the performance tier.
Parameters:
Returns: