Class Sku


  • public final class Sku
    extends Object
    Sku SQL pool SKU.
    • Constructor Detail

      • Sku

        public Sku()
    • Method Detail

      • getTier

        public String getTier()
        Get the tier property: The service tier.
        Returns:
        the tier value.
      • setTier

        public Sku setTier​(String tier)
        Set the tier property: The service tier.
        Parameters:
        tier - the tier value to set.
        Returns:
        the Sku object itself.
      • getName

        public String getName()
        Get the name property: The SKU name.
        Returns:
        the name value.
      • setName

        public Sku setName​(String name)
        Set the name property: The SKU name.
        Parameters:
        name - the name value to set.
        Returns:
        the Sku object itself.
      • getCapacity

        public Integer getCapacity()
        Get the capacity property: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
        Returns:
        the capacity value.
      • setCapacity

        public Sku setCapacity​(Integer capacity)
        Set the capacity property: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
        Parameters:
        capacity - the capacity value to set.
        Returns:
        the Sku object itself.