Google Cloud Oracle Database V1 Client - Class Type (0.1.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class Type.

The type of the backup.

Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseBackupProperties.Type

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabaseBackupProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

INCREMENTAL

Value: 1

Incremental backups.

Generated from protobuf enum INCREMENTAL = 1;

FULL

Value: 2

Full backups.

Generated from protobuf enum FULL = 2;

LONG_TERM

Value: 3

Long term backups.

Generated from protobuf enum LONG_TERM = 3;