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