public static enum DomainResourceReferences.StorageClass extends Enum<DomainResourceReferences.StorageClass>
Enum Constant and Description |
---|
COLDLINE |
DURABLE_REDUCED_AVAILABILITY |
MULTI_REGIONAL |
NEARLINE |
STANDARD |
Modifier and Type | Method and Description |
---|---|
static DomainResourceReferences.StorageClass |
fromTier(Tier tier) |
Tier |
toTier() |
static DomainResourceReferences.StorageClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceReferences.StorageClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainResourceReferences.StorageClass COLDLINE
public static final DomainResourceReferences.StorageClass DURABLE_REDUCED_AVAILABILITY
public static final DomainResourceReferences.StorageClass MULTI_REGIONAL
public static final DomainResourceReferences.StorageClass NEARLINE
public static final DomainResourceReferences.StorageClass STANDARD
public static DomainResourceReferences.StorageClass[] values()
for (DomainResourceReferences.StorageClass c : DomainResourceReferences.StorageClass.values()) System.out.println(c);
public static DomainResourceReferences.StorageClass valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DomainResourceReferences.StorageClass fromTier(Tier tier)
public Tier toTier()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.