Class Limits.AbsoluteLimit

  • Enclosing class:
    Limits

    public static final class Limits.AbsoluteLimit
    extends java.lang.Object
    • Field Detail

      • maxServerMeta

        private java.lang.Integer maxServerMeta
      • serverMetaUsed

        private java.lang.Integer serverMetaUsed
      • maxPersonality

        private java.lang.Integer maxPersonality
      • personalityUsed

        private java.lang.Integer personalityUsed
      • maxImageMeta

        private java.lang.Integer maxImageMeta
      • imageMetaUsed

        private java.lang.Integer imageMetaUsed
      • maxPersonalitySize

        private java.lang.Integer maxPersonalitySize
      • personalitySizeUsed

        private java.lang.Integer personalitySizeUsed
      • maxTotalCores

        private java.lang.Integer maxTotalCores
      • totalCoresUsed

        private java.lang.Integer totalCoresUsed
      • maxTotalInstances

        private java.lang.Integer maxTotalInstances
      • totalInstancesUsed

        private java.lang.Integer totalInstancesUsed
      • maxTotalRAMSize

        private java.lang.Integer maxTotalRAMSize
      • totalRAMUsed

        private java.lang.Integer totalRAMUsed
      • maxSecurityGroupRules

        private java.lang.Integer maxSecurityGroupRules
      • securityGroupRulesUsed

        private java.lang.Integer securityGroupRulesUsed
      • maxTotalKeypairs

        private java.lang.Integer maxTotalKeypairs
      • totalKeyPairsUsed

        private java.lang.Integer totalKeyPairsUsed
      • maxTotalVolumes

        private java.lang.Integer maxTotalVolumes
      • totalVolumesUsed

        private java.lang.Integer totalVolumesUsed
      • maxSecurityGroups

        private java.lang.Integer maxSecurityGroups
      • totalSecurityGroupsUsed

        private java.lang.Integer totalSecurityGroupsUsed
      • maxTotalFloatingIps

        private java.lang.Integer maxTotalFloatingIps
      • totalFloatingIpsUsed

        private java.lang.Integer totalFloatingIpsUsed
      • maxTotalVolumeGigabytes

        private java.lang.Integer maxTotalVolumeGigabytes
      • totalVolumeGigabytesUsed

        private java.lang.Integer totalVolumeGigabytesUsed
    • Constructor Detail

      • AbsoluteLimit

        public AbsoluteLimit()
    • Method Detail

      • getMaxServerMeta

        public java.lang.Integer getMaxServerMeta()
        Returns:
        the maxServerMeta
      • getMaxPersonality

        public java.lang.Integer getMaxPersonality()
        Returns:
        the maxPersonality
      • getMaxImageMeta

        public java.lang.Integer getMaxImageMeta()
        Returns:
        the maxImageMeta
      • getMaxPersonalitySize

        public java.lang.Integer getMaxPersonalitySize()
        Returns:
        the maxPersonalitySize
      • getMaxTotalCores

        public java.lang.Integer getMaxTotalCores()
        Returns:
        the maxTotalCores
      • getMaxTotalInstances

        public java.lang.Integer getMaxTotalInstances()
        Returns:
        the maxTotalInstances
      • getMaxTotalRAMSize

        public java.lang.Integer getMaxTotalRAMSize()
        Returns:
        the maxTotalRAMSize
      • getTotalVolumesUsed

        public java.lang.Integer getTotalVolumesUsed()
        Returns:
        the totalVolumesUsed
      • getMaxSecurityGroupRules

        public java.lang.Integer getMaxSecurityGroupRules()
        Returns:
        the maxSecurityGroupRules
      • getMaxTotalKeypairs

        public java.lang.Integer getMaxTotalKeypairs()
        Returns:
        the maxTotalKeypairs
      • getTotalCoresUsed

        public java.lang.Integer getTotalCoresUsed()
        Returns:
        the totalCoresUsed
      • getMaxTotalVolumes

        public java.lang.Integer getMaxTotalVolumes()
        Returns:
        the maxTotalVolumes
      • getTotalRAMUsed

        public java.lang.Integer getTotalRAMUsed()
        Returns:
        the totalRAMUsed
      • getTotalInstancesUsed

        public java.lang.Integer getTotalInstancesUsed()
        Returns:
        the totalInstancesUsed
      • getMaxSecurityGroups

        public java.lang.Integer getMaxSecurityGroups()
        Returns:
        the maxSecurityGroups
      • getTotalVolumeGigabytesUsed

        public java.lang.Integer getTotalVolumeGigabytesUsed()
        Returns:
        the totalVolumeGigabytesUsed
      • getTotalSecurityGroupsUsed

        public java.lang.Integer getTotalSecurityGroupsUsed()
        Returns:
        the totalSecurityGroupsUsed
      • getMaxTotalFloatingIps

        public java.lang.Integer getMaxTotalFloatingIps()
        Returns:
        the maxTotalFloatingIps
      • getTotalKeyPairsUsed

        public java.lang.Integer getTotalKeyPairsUsed()
        Returns:
        the totalKeyPairsUsed
      • getMaxTotalVolumeGigabytes

        public java.lang.Integer getMaxTotalVolumeGigabytes()
        Returns:
        the maxTotalVolumeGigabytes
      • getServerMetaUsed

        public java.lang.Integer getServerMetaUsed()
        Returns:
        the serverMetaUsed
      • getPersonalityUsed

        public java.lang.Integer getPersonalityUsed()
        Returns:
        the personalityUsed
      • getImageMetaUsed

        public java.lang.Integer getImageMetaUsed()
        Returns:
        the imageMetaUsed
      • getPersonalitySizeUsed

        public java.lang.Integer getPersonalitySizeUsed()
        Returns:
        the personalitySizeUsed
      • getSecurityGroupRulesUsed

        public java.lang.Integer getSecurityGroupRulesUsed()
        Returns:
        the securityGroupRulesUsed
      • getTotalFloatingIpsUsed

        public java.lang.Integer getTotalFloatingIpsUsed()
        Returns:
        the totalFloatingIpsUsed
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object