Class: Google::Cloud::OracleDatabase::V1::GoldengateMaintenanceWindow

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#day::Google::Type::DayOfWeek

Returns Required. Days of the week.

Returns:



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.

Returns:

  • (::Integer)

    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