Google Cloud Oracle Database V1 Client - Class AutonomousDatabaseBackup (0.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AutonomousDatabaseBackup.
Details of the Autonomous Database Backup resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/
Generated from protobuf message google.cloud.oracledatabase.v1.AutonomousDatabaseBackup
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup} |
↳ autonomous_database |
string
Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database} |
↳ display_name |
string
Optional. User friendly name for the Backup. The name does not have to be unique. |
↳ properties |
AutonomousDatabaseBackupProperties
Optional. Various properties of the backup. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. labels or tags associated with the resource. |
getName
Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAutonomousDatabase
Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
| Returns | |
|---|---|
| Type | Description |
string |
|
setAutonomousDatabase
Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Optional. User friendly name for the Backup. The name does not have to be unique.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. User friendly name for the Backup. The name does not have to be unique.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Optional. Various properties of the backup.
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseBackupProperties|null |
|
hasProperties
clearProperties
setProperties
Optional. Various properties of the backup.
| Parameter | |
|---|---|
| Name | Description |
var |
AutonomousDatabaseBackupProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. labels or tags associated with the resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. labels or tags associated with the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|