public static enum OpensearchClusterBackup.BackupType extends Enum<OpensearchClusterBackup.BackupType> implements BmcEnum
Specifies whether the cluster backup was created manually, or automatically as a scheduled backup.
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 OpensearchClusterBackup.BackupType |
create(String key) |
String |
getValue() |
static OpensearchClusterBackup.BackupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpensearchClusterBackup.BackupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpensearchClusterBackup.BackupType Scheduled
public static final OpensearchClusterBackup.BackupType Manual
public static final OpensearchClusterBackup.BackupType UnknownEnumValue
public static OpensearchClusterBackup.BackupType[] values()
for (OpensearchClusterBackup.BackupType c : OpensearchClusterBackup.BackupType.values()) System.out.println(c);
public static OpensearchClusterBackup.BackupType 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 OpensearchClusterBackup.BackupType create(String key)
Copyright © 2016–2024. All rights reserved.