Class: Aws::Odb::Types::DatabaseStandbySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DatabaseStandbySummary
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
A summary of a standby Autonomous Database in an Oracle Data Guard configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_domain ⇒ String
The availability domain of the standby Autonomous Database.
-
#lag_time_in_seconds ⇒ Integer
The time lag, in seconds, between the standby database and the primary database.
-
#maintenance_target_component ⇒ String
The component on the standby Autonomous Database that the current maintenance is being applied to.
-
#status ⇒ String
The current status of the standby Autonomous Database.
-
#status_reason ⇒ String
Additional information about the current status of the standby Autonomous Database, if applicable.
-
#time_data_guard_role_changed ⇒ Time
The date and time when the Oracle Data Guard role of the standby database last changed.
-
#time_disaster_recovery_role_changed ⇒ Time
The date and time when the disaster recovery role of the standby database last changed.
-
#time_maintenance_begin ⇒ Time
The date and time when the next maintenance of the standby database begins.
-
#time_maintenance_end ⇒ Time
The date and time when the next maintenance of the standby database ends.
Instance Attribute Details
#availability_domain ⇒ String
The availability domain of the standby Autonomous Database.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#lag_time_in_seconds ⇒ Integer
The time lag, in seconds, between the standby database and the primary database.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#maintenance_target_component ⇒ String
The component on the standby Autonomous Database that the current maintenance is being applied to.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the standby Autonomous Database.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the current status of the standby Autonomous Database, if applicable.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#time_data_guard_role_changed ⇒ Time
The date and time when the Oracle Data Guard role of the standby database last changed.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#time_disaster_recovery_role_changed ⇒ Time
The date and time when the disaster recovery role of the standby database last changed.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#time_maintenance_begin ⇒ Time
The date and time when the next maintenance of the standby database begins.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |
#time_maintenance_end ⇒ Time
The date and time when the next maintenance of the standby database ends.
4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4824 class DatabaseStandbySummary < Struct.new( :availability_domain, :lag_time_in_seconds, :status, :status_reason, :maintenance_target_component, :time_data_guard_role_changed, :time_disaster_recovery_role_changed, :time_maintenance_begin, :time_maintenance_end) SENSITIVE = [] include Aws::Structure end |