Enum Units.DataSize
-
- All Implemented Interfaces:
-
com.vmware.aria.operations.definition.UnitGroup
,java.io.Serializable
,kotlin.Comparable
public enum Units.DataSize extends Enum<Units.DataSize> implements UnitGroup
-
-
Field Summary
Fields Modifier and Type Field Description private final SdkUnit
unit
private final String
name
private final Integer
ordinal
private final EnumEntries<Units.DataSize>
entries
-
Enum Constant Summary
Enum Constants Enum Constant Description BIT
KILOBIT
MEGABIT
GIGABIT
TERABIT
PETABIT
EXABIT
ZETTABIT
YOTTABIT
BYTE
KILOBYTE
MEGABYTE
GIGABYTE
TERABYTE
PETABYTE
EXABYTE
ZETTABYTE
YOTTABYTE
BIBIT
KIBIBIT
MEBIBIT
GIBIBIT
TEBIBIT
PEBIBIT
EXBIBIT
ZEBIBIT
YOBIBIT
BIBYTE
KIBIBYTE
MEBIBYTE
GIBIBYTE
TEBIBYTE
PEBIBYTE
EXBIBYTE
ZEBIBYTE
YOBIBYTE
-
Method Summary
Modifier and Type Method Description final Units.DataSize
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<Units.DataSize>
values()
Returns an array containing the constants of this enum type, in the order they're declared. SdkUnit
getUnit()
final EnumEntries<Units.DataSize>
getEntries()
-
-
Method Detail
-
valueOf
final Units.DataSize valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<Units.DataSize> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<Units.DataSize> getEntries()
-
-
-
-