| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLimit.ResourceType |
ResourceLimit.Builder.resourceType |
| Modifier and Type | Method and Description |
|---|---|
static ResourceLimit.ResourceType |
ResourceLimit.ResourceType.fromValue(String resourceType) |
ResourceLimit.ResourceType |
ResourceLimit.getResourceType() |
static ResourceLimit.ResourceType |
ResourceLimit.ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceLimit.ResourceType[] |
ResourceLimit.ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ResourceLimit.Builder.resourceType(ResourceLimit.ResourceType resourceType) |
| Constructor and Description |
|---|
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType) |
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.