Class QuotaDefinition

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class QuotaDefinition
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    A returned quota definition.
    • Constructor Detail

      • QuotaDefinition

        public QuotaDefinition()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the id. An alpha-numeric value identifying the quota.
        Returns:
        the id
      • getName

        public java.lang.String getName()
        Gets the name. The human-readable name of the quota.
        Returns:
        the name
      • getType

        public java.lang.String getType()
        Gets the type. The type of the quota.
        Returns:
        the type
      • getNumberOfApps

        public java.lang.Double getNumberOfApps()
        Gets the numberOfApps. The total app limit.
        Returns:
        the numberOfApps
      • getNumberOfServiceInstances

        public java.lang.Double getNumberOfServiceInstances()
        Gets the numberOfServiceInstances. The total service instances limit per app.
        Returns:
        the numberOfServiceInstances
      • getDefaultNumberOfInstancesPerLitePlan

        public java.lang.Double getDefaultNumberOfInstancesPerLitePlan()
        Gets the defaultNumberOfInstancesPerLitePlan. Default number of instances per lite plan.
        Returns:
        the defaultNumberOfInstancesPerLitePlan
      • getInstancesPerApp

        public java.lang.Double getInstancesPerApp()
        Gets the instancesPerApp. The total instances limit per app.
        Returns:
        the instancesPerApp
      • getInstanceMemory

        public java.lang.String getInstanceMemory()
        Gets the instanceMemory. The total memory of app instance.
        Returns:
        the instanceMemory
      • getTotalAppMemory

        public java.lang.String getTotalAppMemory()
        Gets the totalAppMemory. The total app memory capacity.
        Returns:
        the totalAppMemory
      • getVsiLimit

        public java.lang.Double getVsiLimit()
        Gets the vsiLimit. The VSI limit.
        Returns:
        the vsiLimit
      • getResourceQuotas

        public java.util.List<ResourceQuota> getResourceQuotas()
        Gets the resourceQuotas. The resource quotas associated with a quota definition.
        Returns:
        the resourceQuotas
      • getCreatedAt

        public java.util.Date getCreatedAt()
        Gets the createdAt. The date when the quota was initially created.
        Returns:
        the createdAt
      • getUpdatedAt

        public java.util.Date getUpdatedAt()
        Gets the updatedAt. The date when the quota was last updated.
        Returns:
        the updatedAt