public static enum CreateDatabaseSoftwareImageDetails.ImageShapeFamily extends Enum<CreateDatabaseSoftwareImageDetails.ImageShapeFamily> implements BmcEnum
To what shape the image is meant for.
Enum Constant and Description |
---|
ExaccShape |
ExadataShape |
ExadbxsShape |
VmBmShape |
Modifier and Type | Method and Description |
---|---|
static CreateDatabaseSoftwareImageDetails.ImageShapeFamily |
create(String key) |
String |
getValue() |
static CreateDatabaseSoftwareImageDetails.ImageShapeFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateDatabaseSoftwareImageDetails.ImageShapeFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateDatabaseSoftwareImageDetails.ImageShapeFamily VmBmShape
public static final CreateDatabaseSoftwareImageDetails.ImageShapeFamily ExadataShape
public static final CreateDatabaseSoftwareImageDetails.ImageShapeFamily ExaccShape
public static final CreateDatabaseSoftwareImageDetails.ImageShapeFamily ExadbxsShape
public static CreateDatabaseSoftwareImageDetails.ImageShapeFamily[] values()
for (CreateDatabaseSoftwareImageDetails.ImageShapeFamily c : CreateDatabaseSoftwareImageDetails.ImageShapeFamily.values()) System.out.println(c);
public static CreateDatabaseSoftwareImageDetails.ImageShapeFamily 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 CreateDatabaseSoftwareImageDetails.ImageShapeFamily create(String key)
Copyright © 2016–2024. All rights reserved.