Package com.woorea.openstack.nova.model
Class Limits.AbsoluteLimit
- java.lang.Object
-
- com.woorea.openstack.nova.model.Limits.AbsoluteLimit
-
-
Constructor Summary
Constructors Constructor Description AbsoluteLimit()
-
Method Summary
-
-
-
Method Detail
-
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
-
-