public static enum ListBackupsRequest.ShapeFamily extends Enum<ListBackupsRequest.ShapeFamily> implements BmcEnum
If provided, filters the results to the set of database versions which are supported for the given shape family.
Enum Constant and Description |
---|
Exacc |
Exadata |
ExadbXs |
Singlenode |
Virtualmachine |
Yoda |
Modifier and Type | Method and Description |
---|---|
static ListBackupsRequest.ShapeFamily |
create(String key) |
String |
getValue() |
static ListBackupsRequest.ShapeFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBackupsRequest.ShapeFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListBackupsRequest.ShapeFamily Singlenode
public static final ListBackupsRequest.ShapeFamily Yoda
public static final ListBackupsRequest.ShapeFamily Virtualmachine
public static final ListBackupsRequest.ShapeFamily Exadata
public static final ListBackupsRequest.ShapeFamily Exacc
public static final ListBackupsRequest.ShapeFamily ExadbXs
public static ListBackupsRequest.ShapeFamily[] values()
for (ListBackupsRequest.ShapeFamily c : ListBackupsRequest.ShapeFamily.values()) System.out.println(c);
public static ListBackupsRequest.ShapeFamily 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 ListBackupsRequest.ShapeFamily create(String key)
Copyright © 2016–2024. All rights reserved.