public enum VcapServiceType extends Enum<VcapServiceType>
| Enum Constant and Description |
|---|
AZURE_COSMOSDB |
AZURE_REDISCACHE |
AZURE_SERVICEBUS |
AZURE_SQLDB |
AZURE_STORAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VcapServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcapServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcapServiceType AZURE_REDISCACHE
public static final VcapServiceType AZURE_COSMOSDB
public static final VcapServiceType AZURE_STORAGE
public static final VcapServiceType AZURE_SQLDB
public static final VcapServiceType AZURE_SERVICEBUS
public static VcapServiceType[] values()
public static VcapServiceType 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 String toString()
toString in class Enum<VcapServiceType>Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.