Package org.jclouds.cloudstack.domain
Class ResourceLimit
- java.lang.Object
-
- org.jclouds.cloudstack.domain.ResourceLimit
-
public class ResourceLimit extends Object
Class ResourceLimit
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceLimit.Builder<T extends ResourceLimit.Builder<T>>
static class
ResourceLimit.ResourceType
Type of resource to update.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResourceLimit(String account, String domain, String domainId, int max, ResourceLimit.ResourceType resourceType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceLimit.Builder<?>
builder()
boolean
equals(Object obj)
String
getAccount()
String
getDomain()
String
getDomainId()
int
getMax()
ResourceLimit.ResourceType
getResourceType()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
ResourceLimit.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
ResourceLimit
@ConstructorProperties({"account","domain","domainid","max","resourcetype"}) protected ResourceLimit(@Nullable String account, @Nullable String domain, @Nullable String domainId, int max, @Nullable ResourceLimit.ResourceType resourceType)
-
-
Method Detail
-
builder
public static ResourceLimit.Builder<?> builder()
-
toBuilder
public ResourceLimit.Builder<?> toBuilder()
-
getMax
public int getMax()
-
getResourceType
@Nullable public ResourceLimit.ResourceType getResourceType()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-