BackupDestination.Builder |
BackupDestination.Builder.associatedDatabases(List<AssociatedDatabaseDetails> associatedDatabases) |
List of databases associated with the backup destination.
|
static BackupDestination.Builder |
BackupDestination.builder() |
Create a new builder.
|
BackupDestination.Builder |
BackupDestination.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
BackupDestination.Builder |
BackupDestination.Builder.connectionString(String connectionString) |
For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the
Recovery Appliance.
|
BackupDestination.Builder |
BackupDestination.Builder.copy(BackupDestination model) |
|
BackupDestination.Builder |
BackupDestination.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
BackupDestination.Builder |
BackupDestination.Builder.displayName(String displayName) |
The user-provided name of the backup destination.
|
BackupDestination.Builder |
BackupDestination.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
BackupDestination.Builder |
BackupDestination.Builder.id(String id) |
The OCID of the
backup destination.
|
BackupDestination.Builder |
BackupDestination.Builder.lifecycleDetails(String lifecycleDetails) |
A descriptive text associated with the lifecycleState.
|
BackupDestination.Builder |
BackupDestination.Builder.lifecycleState(BackupDestination.LifecycleState lifecycleState) |
The current lifecycle state of the backup destination.
|
BackupDestination.Builder |
BackupDestination.Builder.localMountPointPath(String localMountPointPath) |
The local directory path on each VM cluster node where the NFS server location is
mounted.
|
BackupDestination.Builder |
BackupDestination.Builder.nfsMountType(BackupDestination.NfsMountType nfsMountType) |
NFS Mount type for backup destination.
|
BackupDestination.Builder |
BackupDestination.Builder.nfsServer(List<String> nfsServer) |
Host names or IP addresses for NFS Auto mount.
|
BackupDestination.Builder |
BackupDestination.Builder.nfsServerExport(String nfsServerExport) |
Specifies the directory on which to mount the file system
|
BackupDestination.Builder |
BackupDestination.Builder.timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated) |
The time when the total storage size and the utilized storage size of the backup
destination are updated.
|
BackupDestination.Builder |
BackupDestination.Builder.timeCreated(Date timeCreated) |
The date and time the backup destination was created.
|
BackupDestination.Builder |
BackupDestination.toBuilder() |
|
BackupDestination.Builder |
BackupDestination.Builder.totalStorageSizeInGBs(Integer totalStorageSizeInGBs) |
The total storage size of the backup destination in GBs, rounded to the nearest integer.
|
BackupDestination.Builder |
BackupDestination.Builder.type(BackupDestination.Type type) |
Type of the backup destination.
|
BackupDestination.Builder |
BackupDestination.Builder.utilizedStorageSizeInGBs(Integer utilizedStorageSizeInGBs) |
The total amount of space utilized on the backup destination (in GBs), rounded to the
nearest integer.
|
BackupDestination.Builder |
BackupDestination.Builder.vpcUsers(List<String> vpcUsers) |
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that
are used to access the Recovery Appliance.
|