Class SkuCapability


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

      • SkuCapability

        public SkuCapability()
    • 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.