Class SkuInformationInner

java.lang.Object
com.azure.resourcemanager.elasticsan.fluent.models.SkuInformationInner

public final class SkuInformationInner extends Object
ElasticSAN SKU and its properties.
  • Constructor Details

    • SkuInformationInner

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

    • name

      public SkuName name()
      Get the name property: Sku Name.
      Returns:
      the name value.
    • withName

      public SkuInformationInner withName(SkuName name)
      Set the name property: Sku Name.
      Parameters:
      name - the name value to set.
      Returns:
      the SkuInformationInner object itself.
    • tier

      public SkuTier tier()
      Get the tier property: Sku Tier.
      Returns:
      the tier value.
    • withTier

      public SkuInformationInner withTier(SkuTier tier)
      Set the tier property: Sku Tier.
      Parameters:
      tier - the tier value to set.
      Returns:
      the SkuInformationInner object itself.
    • resourceType

      public String resourceType()
      Get the resourceType property: The type of the resource.
      Returns:
      the resourceType value.
    • locations

      public List<String> locations()
      Get the locations property: The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
      Returns:
      the locations value.
    • locationInfo

      public List<SkuLocationInfo> locationInfo()
      Get the locationInfo property: Availability of the SKU for the location/zone.
      Returns:
      the locationInfo value.
    • capabilities

      public List<SkuCapability> capabilities()
      Get the capabilities property: The capability information in the specified SKU.
      Returns:
      the capabilities value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.