- Resource: DataSource
- DataSourceGcpResource
- ComputeInstanceDataSourceProperties
- CloudSqlInstanceDataSourceProperties
- AlloyDBClusterDataSourceProperties
- AlloyDbPitrWindow
- DiskDataSourceProperties
- FilestoreInstanceDataSourceProperties
- DataSourceBackupApplianceApplication
- State
- BackupConfigInfo
- GcpBackupConfig
- BackupApplianceBackupConfig
- Methods
Resource: DataSource
Message describing a DataSource object. Datasource object used to represent Datasource details for both admin and basic view.
| JSON representation |
|---|
{ "name": string, "state": enum ( |
| Fields | |
|---|---|
name |
Output only. Identifier. Name of the datasource to create. It must have the format |
state |
Output only. The DataSource resource instance state. |
labels |
Optional. Resource labels to represent user provided metadata. No labels currently defined: An object containing a list of |
configState |
Output only. The backup configuration state. |
backupConfigInfo |
Output only. Details of how the resource is configured for backup. |
backupBlockedByVaultAccessRestriction |
Output only. This field is set to true if the backup is blocked by vault access restriction. |
Union field source_resource. The source resource that is represented by this DataSource. It can be a Google Cloud resource, or one backed up by a Backup Appliance. source_resource can be only one of the following: |
|
dataSourceGcpResource |
The backed up resource is a Google Cloud resource. The word 'DataSource' was included in the names to indicate that this is the representation of the Google Cloud resource used within the DataSource object. |
dataSourceBackupApplianceApplication |
The backed up resource is a backup appliance application. |
createTime |
Output only. The time when the instance was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time when the instance was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
backupCount |
Number of backups in the data source. |
etag |
Server specified ETag for the ManagementServer resource to prevent simultaneous updates from overwiting each other. |