Class Limits.AbsoluteLimit

java.lang.Object
com.woorea.openstack.nova.model.Limits.AbsoluteLimit
Enclosing class:
Limits

public static final class Limits.AbsoluteLimit extends Object
  • Field Details

    • maxServerMeta

      private Integer maxServerMeta
    • serverMetaUsed

      private Integer serverMetaUsed
    • maxPersonality

      private Integer maxPersonality
    • personalityUsed

      private Integer personalityUsed
    • maxImageMeta

      private Integer maxImageMeta
    • imageMetaUsed

      private Integer imageMetaUsed
    • maxPersonalitySize

      private Integer maxPersonalitySize
    • personalitySizeUsed

      private Integer personalitySizeUsed
    • maxTotalCores

      private Integer maxTotalCores
    • totalCoresUsed

      private Integer totalCoresUsed
    • maxTotalInstances

      private Integer maxTotalInstances
    • totalInstancesUsed

      private Integer totalInstancesUsed
    • maxTotalRAMSize

      private Integer maxTotalRAMSize
    • totalRAMUsed

      private Integer totalRAMUsed
    • maxSecurityGroupRules

      private Integer maxSecurityGroupRules
    • securityGroupRulesUsed

      private Integer securityGroupRulesUsed
    • maxTotalKeypairs

      private Integer maxTotalKeypairs
    • totalKeyPairsUsed

      private Integer totalKeyPairsUsed
    • maxTotalVolumes

      private Integer maxTotalVolumes
    • totalVolumesUsed

      private Integer totalVolumesUsed
    • maxSecurityGroups

      private Integer maxSecurityGroups
    • totalSecurityGroupsUsed

      private Integer totalSecurityGroupsUsed
    • maxTotalFloatingIps

      private Integer maxTotalFloatingIps
    • totalFloatingIpsUsed

      private Integer totalFloatingIpsUsed
    • maxTotalVolumeGigabytes

      private Integer maxTotalVolumeGigabytes
    • totalVolumeGigabytesUsed

      private Integer totalVolumeGigabytesUsed
  • Constructor Details

    • AbsoluteLimit

      public AbsoluteLimit()
  • Method Details

    • getMaxServerMeta

      public Integer getMaxServerMeta()
      Returns:
      the maxServerMeta
    • getMaxPersonality

      public Integer getMaxPersonality()
      Returns:
      the maxPersonality
    • getMaxImageMeta

      public Integer getMaxImageMeta()
      Returns:
      the maxImageMeta
    • getMaxPersonalitySize

      public Integer getMaxPersonalitySize()
      Returns:
      the maxPersonalitySize
    • getMaxTotalCores

      public Integer getMaxTotalCores()
      Returns:
      the maxTotalCores
    • getMaxTotalInstances

      public Integer getMaxTotalInstances()
      Returns:
      the maxTotalInstances
    • getMaxTotalRAMSize

      public Integer getMaxTotalRAMSize()
      Returns:
      the maxTotalRAMSize
    • getTotalVolumesUsed

      public Integer getTotalVolumesUsed()
      Returns:
      the totalVolumesUsed
    • getMaxSecurityGroupRules

      public Integer getMaxSecurityGroupRules()
      Returns:
      the maxSecurityGroupRules
    • getMaxTotalKeypairs

      public Integer getMaxTotalKeypairs()
      Returns:
      the maxTotalKeypairs
    • getTotalCoresUsed

      public Integer getTotalCoresUsed()
      Returns:
      the totalCoresUsed
    • getMaxTotalVolumes

      public Integer getMaxTotalVolumes()
      Returns:
      the maxTotalVolumes
    • getTotalRAMUsed

      public Integer getTotalRAMUsed()
      Returns:
      the totalRAMUsed
    • getTotalInstancesUsed

      public Integer getTotalInstancesUsed()
      Returns:
      the totalInstancesUsed
    • getMaxSecurityGroups

      public Integer getMaxSecurityGroups()
      Returns:
      the maxSecurityGroups
    • getTotalVolumeGigabytesUsed

      public Integer getTotalVolumeGigabytesUsed()
      Returns:
      the totalVolumeGigabytesUsed
    • getTotalSecurityGroupsUsed

      public Integer getTotalSecurityGroupsUsed()
      Returns:
      the totalSecurityGroupsUsed
    • getMaxTotalFloatingIps

      public Integer getMaxTotalFloatingIps()
      Returns:
      the maxTotalFloatingIps
    • getTotalKeyPairsUsed

      public Integer getTotalKeyPairsUsed()
      Returns:
      the totalKeyPairsUsed
    • getMaxTotalVolumeGigabytes

      public Integer getMaxTotalVolumeGigabytes()
      Returns:
      the maxTotalVolumeGigabytes
    • getServerMetaUsed

      public Integer getServerMetaUsed()
      Returns:
      the serverMetaUsed
    • getPersonalityUsed

      public Integer getPersonalityUsed()
      Returns:
      the personalityUsed
    • getImageMetaUsed

      public Integer getImageMetaUsed()
      Returns:
      the imageMetaUsed
    • getPersonalitySizeUsed

      public Integer getPersonalitySizeUsed()
      Returns:
      the personalitySizeUsed
    • getSecurityGroupRulesUsed

      public Integer getSecurityGroupRulesUsed()
      Returns:
      the securityGroupRulesUsed
    • getTotalFloatingIpsUsed

      public Integer getTotalFloatingIpsUsed()
      Returns:
      the totalFloatingIpsUsed
    • toString

      public String toString()
      Overrides:
      toString in class Object