public static enum BackupLocation.Destination extends Enum<BackupLocation.Destination> implements BmcEnum
‘Backup location destination: BUCKET - Uploading or downloading backup via object store bucket PRE_AUTHENTICATED_REQUEST_URI - Uploading or downloading backup via a PreAuthenticated object store URI’
Enum Constant and Description |
---|
Bucket |
PreAuthenticatedRequestUri |
Modifier and Type | Method and Description |
---|---|
static BackupLocation.Destination |
create(String key) |
String |
getValue() |
static BackupLocation.Destination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupLocation.Destination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupLocation.Destination Bucket
public static final BackupLocation.Destination PreAuthenticatedRequestUri
public static BackupLocation.Destination[] values()
for (BackupLocation.Destination c : BackupLocation.Destination.values()) System.out.println(c);
public static BackupLocation.Destination 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 BackupLocation.Destination create(String key)
Copyright © 2016–2024. All rights reserved.