Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class BackupDestinationDetails.
The details of the database backup destination.
Generated from protobuf message google.cloud.oracledatabase.v1.DbBackupConfig.BackupDestinationDetails
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DbBackupConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Optional. The type of the database backup destination. |
getType
Optional. The type of the database backup destination.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type BackupDestinationType. |
setType
Optional. The type of the database backup destination.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type BackupDestinationType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|