Package org.jclouds.cloudstack.domain
Class ResourceLimit
java.lang.Object
org.jclouds.cloudstack.domain.ResourceLimit
Class ResourceLimit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
ResourceLimit.Builder<T extends ResourceLimit.Builder<T>>
static enum
Type of resource to update. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ResourceLimit
(String account, String domain, String domainId, int max, ResourceLimit.ResourceType resourceType) -
Method Summary
-
Constructor Details
-
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 Details
-
builder
-
toBuilder
-
getAccount
-
getDomain
-
getDomainId
-
getMax
public int getMax() -
getResourceType
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-