Class SkuCapability
- java.lang.Object
-
- com.azure.resourcemanager.mysqlflexibleserver.models.SkuCapability
-
public final class SkuCapability extends Object
Sku capability.
-
-
Constructor Summary
Constructors Constructor Description SkuCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: vCore name.Long
supportedIops()
Get the supportedIops property: supported IOPS.Long
supportedMemoryPerVCoreMB()
Get the supportedMemoryPerVCoreMB property: supported memory per vCore in MB.void
validate()
Validates the instance.Long
vCores()
Get the vCores property: supported vCores.
-
-
-
Method Detail
-
name
public String name()
Get the name property: vCore name.- Returns:
- the name value.
-
vCores
public Long vCores()
Get the vCores property: supported vCores.- Returns:
- the vCores value.
-
supportedIops
public Long supportedIops()
Get the supportedIops property: supported IOPS.- Returns:
- the supportedIops value.
-
supportedMemoryPerVCoreMB
public Long supportedMemoryPerVCoreMB()
Get the supportedMemoryPerVCoreMB property: supported memory per vCore in MB.- Returns:
- the supportedMemoryPerVCoreMB value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-