@Generated(value="org.jsonschema2pojo") public class ResourceQuotaSpec extends Object
| Constructor and Description |
|---|
ResourceQuotaSpec()
No args constructor for use in serialization
|
ResourceQuotaSpec(Map<String,Quantity> hard) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard()
hard is the set of desired hard limits for each named resource
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHard(Map<String,Quantity> hard)
hard is the set of desired hard limits for each named resource
|
String |
toString() |
public ResourceQuotaSpec()
Copyright © 2011–2015 Red Hat. All rights reserved.