public static class BackupDestinationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackupDestinationDetails |
build() |
BackupDestinationDetails.Builder |
copy(BackupDestinationDetails model) |
BackupDestinationDetails.Builder |
dbrsPolicyId(String dbrsPolicyId)
The OCID of the
DBRS policy used for backup.
|
BackupDestinationDetails.Builder |
id(String id)
The OCID of the
backup destination.
|
BackupDestinationDetails.Builder |
internetProxy(String internetProxy)
Proxy URL to connect to object store.
|
BackupDestinationDetails.Builder |
type(BackupDestinationDetails.Type type)
Type of the database backup destination.
|
BackupDestinationDetails.Builder |
vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used
to access the Recovery Appliance.
|
BackupDestinationDetails.Builder |
vpcUser(String vpcUser)
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that
is used to access the Recovery Appliance.
|
public BackupDestinationDetails.Builder type(BackupDestinationDetails.Type type)
Type of the database backup destination.
type
- the value to setpublic BackupDestinationDetails.Builder id(String id)
The OCID of the backup destination.
id
- the value to setpublic BackupDestinationDetails.Builder vpcUser(String vpcUser)
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
vpcUser
- the value to setpublic BackupDestinationDetails.Builder vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
vpcPassword
- the value to setpublic BackupDestinationDetails.Builder internetProxy(String internetProxy)
Proxy URL to connect to object store.
internetProxy
- the value to setpublic BackupDestinationDetails.Builder dbrsPolicyId(String dbrsPolicyId)
The OCID of the DBRS policy used for backup.
dbrsPolicyId
- the value to setpublic BackupDestinationDetails build()
public BackupDestinationDetails.Builder copy(BackupDestinationDetails model)
Copyright © 2016–2024. All rights reserved.