Class: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseStandbySummary
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AutonomousDatabaseStandbySummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb
Overview
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
Instance Attribute Summary collapse
-
#data_guard_role_changed_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#disaster_recovery_role_changed_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#lag_time_duration ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#lifecycle_details ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::OracleDatabase::V1::State
readonly
Output only.
Instance Attribute Details
#data_guard_role_changed_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
696 697 698 699 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 696 class AutonomousDatabaseStandbySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disaster_recovery_role_changed_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
696 697 698 699 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 696 class AutonomousDatabaseStandbySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lag_time_duration ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
696 697 698 699 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 696 class AutonomousDatabaseStandbySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lifecycle_details ⇒ ::String (readonly)
Returns Output only. The additional details about the current lifecycle state of the Autonomous Database.
696 697 698 699 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 696 class AutonomousDatabaseStandbySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::OracleDatabase::V1::State (readonly)
Returns Output only. The current lifecycle state of the Autonomous Database.
696 697 698 699 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 696 class AutonomousDatabaseStandbySummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |