Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected Project.State |
Project.Builder.state |
Modifier and Type | Method and Description |
---|---|
static Project.State |
Project.State.fromValue(String state) |
Project.State |
Project.getState() |
static Project.State |
Project.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Project.State[] |
Project.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Project.Builder.state(Project.State state) |
Constructor and Description |
---|
Project(String id,
String account,
String displayText,
String domain,
String domainId,
String name,
Project.State state,
Set<Tag> tags) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.