public static enum SnapshotExportDetails.ExportType extends Enum<SnapshotExportDetails.ExportType> implements BmcEnum
The target destination for the snapshot. Using OBJECT_STORAGE means the snapshot will be written to Object Storage.
Enum Constant and Description |
---|
ObjectStorage |
Modifier and Type | Method and Description |
---|---|
static SnapshotExportDetails.ExportType |
create(String key) |
String |
getValue() |
static SnapshotExportDetails.ExportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotExportDetails.ExportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotExportDetails.ExportType ObjectStorage
public static SnapshotExportDetails.ExportType[] values()
for (SnapshotExportDetails.ExportType c : SnapshotExportDetails.ExportType.values()) System.out.println(c);
public static SnapshotExportDetails.ExportType 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 SnapshotExportDetails.ExportType create(String key)
Copyright © 2016–2024. All rights reserved.