public static enum CreatePeComanagedDatabaseInsightDetails.DeploymentType extends Enum<CreatePeComanagedDatabaseInsightDetails.DeploymentType> implements BmcEnum
Database Deployment Type
Enum Constant and Description |
---|
BareMetal |
Exacs |
VirtualMachine |
Modifier and Type | Method and Description |
---|---|
static CreatePeComanagedDatabaseInsightDetails.DeploymentType |
create(String key) |
String |
getValue() |
static CreatePeComanagedDatabaseInsightDetails.DeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePeComanagedDatabaseInsightDetails.DeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreatePeComanagedDatabaseInsightDetails.DeploymentType VirtualMachine
public static final CreatePeComanagedDatabaseInsightDetails.DeploymentType BareMetal
public static final CreatePeComanagedDatabaseInsightDetails.DeploymentType Exacs
public static CreatePeComanagedDatabaseInsightDetails.DeploymentType[] values()
for (CreatePeComanagedDatabaseInsightDetails.DeploymentType c : CreatePeComanagedDatabaseInsightDetails.DeploymentType.values()) System.out.println(c);
public static CreatePeComanagedDatabaseInsightDetails.DeploymentType 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 CreatePeComanagedDatabaseInsightDetails.DeploymentType create(String key)
Copyright © 2016–2024. All rights reserved.