public class ResourceLimit extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ResourceLimit.Builder<T extends ResourceLimit.Builder<T>>  | 
static class  | 
ResourceLimit.ResourceType
Type of resource to update. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ResourceLimit(String account,
             String domain,
             String domainId,
             int max,
             ResourceLimit.ResourceType resourceType)  | 
| Modifier and Type | Method and 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.Objects.ToStringHelper | 
string()  | 
ResourceLimit.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"account","domain","domainid","max","resourcetype"}) protected ResourceLimit(@Nullable String account, @Nullable String domain, @Nullable String domainId, int max, @Nullable ResourceLimit.ResourceType resourceType)
public static ResourceLimit.Builder<?> builder()
public ResourceLimit.Builder<?> toBuilder()
public int getMax()
@Nullable public ResourceLimit.ResourceType getResourceType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.