Class: Google::Cloud::OracleDatabase::V1::GoldengateMaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateMaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The maintenance window of the GoldengateDeployment.
Instance Attribute Summary collapse
-
#day ⇒ ::Google::Type::DayOfWeek
Required.
-
#start_hour ⇒ ::Integer
Required.
Instance Attribute Details
#day ⇒ ::Google::Type::DayOfWeek
Returns Required. Days of the week.
397 398 399 400 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 397 class GoldengateMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_hour ⇒ ::Integer
Returns Required. Start hour for maintenance period. Hour is in UTC.
397 398 399 400 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 397 class GoldengateMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |