public static enum VolumeGroupBackup.SourceType extends Enum<VolumeGroupBackup.SourceType> implements BmcEnum
Specifies whether the volume group backup was created manually, or via scheduled backup policy.
Enum Constant and Description |
---|
Manual |
Scheduled |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static VolumeGroupBackup.SourceType |
create(String key) |
String |
getValue() |
static VolumeGroupBackup.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeGroupBackup.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VolumeGroupBackup.SourceType Manual
public static final VolumeGroupBackup.SourceType Scheduled
public static final VolumeGroupBackup.SourceType UnknownEnumValue
public static VolumeGroupBackup.SourceType[] values()
for (VolumeGroupBackup.SourceType c : VolumeGroupBackup.SourceType.values()) System.out.println(c);
public static VolumeGroupBackup.SourceType 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 VolumeGroupBackup.SourceType create(String key)
Copyright © 2016–2024. All rights reserved.