Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Class and Description |
---|---|
class |
BackupLocationBucket
Object storage bucket details to upload or download the backup
Note: Objects should always be created or deserialized using the BackupLocationBucket.Builder . |
class |
BackupLocationURI
PreAuthenticated object storage URI to upload or download the backup
Note: Objects should always be created or deserialized using the BackupLocationURI.Builder . |
Modifier and Type | Method and Description |
---|---|
BackupLocation |
BackupVaultDetails.getBackupLocation() |
BackupLocation |
RestoreKeyFromObjectStoreDetails.getBackupLocation() |
BackupLocation |
BackupKeyDetails.getBackupLocation() |
BackupLocation |
RestoreVaultFromObjectStoreDetails.getBackupLocation() |
Modifier and Type | Method and Description |
---|---|
BackupVaultDetails.Builder |
BackupVaultDetails.Builder.backupLocation(BackupLocation backupLocation) |
RestoreKeyFromObjectStoreDetails.Builder |
RestoreKeyFromObjectStoreDetails.Builder.backupLocation(BackupLocation backupLocation) |
BackupKeyDetails.Builder |
BackupKeyDetails.Builder.backupLocation(BackupLocation backupLocation) |
RestoreVaultFromObjectStoreDetails.Builder |
RestoreVaultFromObjectStoreDetails.Builder.backupLocation(BackupLocation backupLocation) |
Constructor and Description |
---|
BackupKeyDetails(BackupLocation backupLocation)
Deprecated.
|
BackupVaultDetails(BackupLocation backupLocation,
Boolean isIncludeKeys)
Deprecated.
|
RestoreKeyFromObjectStoreDetails(BackupLocation backupLocation)
Deprecated.
|
RestoreVaultFromObjectStoreDetails(BackupLocation backupLocation)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.