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 classResourceLimit.Builder<T extends ResourceLimit.Builder<T>>static classResourceLimit.ResourceTypeType of resource to update.
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceLimit(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()booleanequals(Object obj)StringgetAccount()StringgetDomain()StringgetDomainId()intgetMax()ResourceLimit.ResourceTypegetResourceType()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()ResourceLimit.Builder<?>toBuilder()StringtoString()
-
-
-
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()
-
-