Google Cloud Oracle Database V1 Client - Class RefreshableMode (0.7.1)

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

The refresh mode of the cloned Autonomous Database.

Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.RefreshableMode

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabaseProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REFRESHABLE_MODE_UNSPECIFIED

Value: 0

The default unspecified value.

Generated from protobuf enum REFRESHABLE_MODE_UNSPECIFIED = 0;

AUTOMATIC

Value: 1

AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.

Generated from protobuf enum AUTOMATIC = 1;

MANUAL

Value: 2

MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.

Generated from protobuf enum MANUAL = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.