Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::FailoverAutonomousDatabaseRequest (v0.15.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::FailoverAutonomousDatabaseRequest.

The request for OracleDatabase.FailoverAutonomousDatabase.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.
Returns
  • (::String) — Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

#peer_autonomous_database

def peer_autonomous_database() -> ::String
Returns
  • (::String) — Optional. The peer database name to fail over to. Required for cross-region standby, and must be omitted for in-region Data Guard.

#peer_autonomous_database=

def peer_autonomous_database=(value) -> ::String
Parameter
  • value (::String) — Optional. The peer database name to fail over to. Required for cross-region standby, and must be omitted for in-region Data Guard.
Returns
  • (::String) — Optional. The peer database name to fail over to. Required for cross-region standby, and must be omitted for in-region Data Guard.