java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.SkuCapability

public final class SkuCapability extends Object
Sku capability.
  • Constructor Details

    • SkuCapability

      public SkuCapability()
      Creates an instance of SkuCapability class.
  • Method Details

    • 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.