Google Cloud Sql Admin V1 Client - Class SqlBackupKind (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlBackupKind.
Defines the supported backup kinds.
Protobuf type google.cloud.sql.v1.SqlBackupKind
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_BACKUP_KIND_UNSPECIFIED
Value: 0This is an unknown BackupKind.
Generated from protobuf enum SQL_BACKUP_KIND_UNSPECIFIED = 0;
SNAPSHOT
Value: 1The snapshot based backups
Generated from protobuf enum SNAPSHOT = 1;
PHYSICAL
Value: 2Physical backups
Generated from protobuf enum PHYSICAL = 2;