|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataFeeType>
org.dasein.cloud.services.accounting.DataFeeType
public enum DataFeeType
Identifies what kind of fee is in force for data storage or transfer.
| Enum Constant Summary | |
|---|---|
BACKUP
Fee for space consumed by backups. |
|
BLOCK_STORAGE
Fee for allocation of block storage. |
|
CLOUD_STORAGE
Fee for storage of data inside the cloud storage system. |
|
EXTERNAL_DATA_XFER
Fee for any data transfer out of the cloud. |
|
INTERNAL_DATA_XFER
Fee for data transfer between points inside the cloud. |
|
REGIONAL_DATA_XFER
Fee for data transfer between regions in the same cloud. |
|
SNAPSHOT
Fee for space consumed by snapshots. |
|
| Method Summary | |
|---|---|
static DataFeeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataFeeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataFeeType CLOUD_STORAGE
public static final DataFeeType BLOCK_STORAGE
public static final DataFeeType SNAPSHOT
public static final DataFeeType BACKUP
public static final DataFeeType INTERNAL_DATA_XFER
public static final DataFeeType EXTERNAL_DATA_XFER
public static final DataFeeType REGIONAL_DATA_XFER
| Method Detail |
|---|
public static DataFeeType[] values()
for (DataFeeType c : DataFeeType.values()) System.out.println(c);
public static DataFeeType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.