org.jclouds.openstack.nova.domain
Class AbsoluteLimit
java.lang.Object
org.jclouds.openstack.nova.domain.AbsoluteLimit
public class AbsoluteLimit
- extends Object
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected int value
AbsoluteLimit
public AbsoluteLimit()
getName
public String getName()
setName
public void setName(String value)
getValue
public int getValue()
setValue
public void setValue(int value)
Copyright © 2009-2011 jclouds. All Rights Reserved.