Class: Google::Cloud::OracleDatabase::V1::GoldengateBackupSchedule
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateBackupSchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The backup schedule of the GoldengateDeployment.
Defined Under Namespace
Modules: FrequencyBackupScheduled
Instance Attribute Summary collapse
-
#backup_scheduled_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#bucket ⇒ ::String
readonly
Output only.
-
#compartment_id ⇒ ::String
readonly
Output only.
-
#frequency_backup_scheduled ⇒ ::Google::Cloud::OracleDatabase::V1::GoldengateBackupSchedule::FrequencyBackupScheduled
readonly
Output only.
-
#metadata_only ⇒ ::Boolean
readonly
Output only.
-
#namespace ⇒ ::String
readonly
Output only.
Instance Attribute Details
#backup_scheduled_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp of when the backup was scheduled.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 494 class GoldengateBackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for frequency backup scheduled. module FrequencyBackupScheduled # The frequency backup scheduled is unspecified. FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0 # The frequency backup scheduled is daily. DAILY = 1 # The frequency backup scheduled is weekly. WEEKLY = 2 # The frequency backup scheduled is monthly. MONTHLY = 3 end end |
#bucket ⇒ ::String (readonly)
Returns Output only. The bucket name.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 494 class GoldengateBackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for frequency backup scheduled. module FrequencyBackupScheduled # The frequency backup scheduled is unspecified. FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0 # The frequency backup scheduled is daily. DAILY = 1 # The frequency backup scheduled is weekly. WEEKLY = 2 # The frequency backup scheduled is monthly. MONTHLY = 3 end end |
#compartment_id ⇒ ::String (readonly)
Returns Output only. The compartment id.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 494 class GoldengateBackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for frequency backup scheduled. module FrequencyBackupScheduled # The frequency backup scheduled is unspecified. FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0 # The frequency backup scheduled is daily. DAILY = 1 # The frequency backup scheduled is weekly. WEEKLY = 2 # The frequency backup scheduled is monthly. MONTHLY = 3 end end |
#frequency_backup_scheduled ⇒ ::Google::Cloud::OracleDatabase::V1::GoldengateBackupSchedule::FrequencyBackupScheduled (readonly)
Returns Output only. The frequency backup scheduled.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 494 class GoldengateBackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for frequency backup scheduled. module FrequencyBackupScheduled # The frequency backup scheduled is unspecified. FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0 # The frequency backup scheduled is daily. DAILY = 1 # The frequency backup scheduled is weekly. WEEKLY = 2 # The frequency backup scheduled is monthly. MONTHLY = 3 end end |
#metadata_only ⇒ ::Boolean (readonly)
Returns Output only. If metadata only.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 494 class GoldengateBackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for frequency backup scheduled. module FrequencyBackupScheduled # The frequency backup scheduled is unspecified. FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0 # The frequency backup scheduled is daily. DAILY = 1 # The frequency backup scheduled is weekly. WEEKLY = 2 # The frequency backup scheduled is monthly. MONTHLY = 3 end end |
#namespace ⇒ ::String (readonly)
Returns Output only. The namespace name.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 494 class GoldengateBackupSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for frequency backup scheduled. module FrequencyBackupScheduled # The frequency backup scheduled is unspecified. FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0 # The frequency backup scheduled is daily. DAILY = 1 # The frequency backup scheduled is weekly. WEEKLY = 2 # The frequency backup scheduled is monthly. MONTHLY = 3 end end |