Class: Google::Cloud::Redis::V1::WeeklyMaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::WeeklyMaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.
Instance Attribute Summary collapse
-
#day ⇒ ::Google::Type::DayOfWeek
Required.
-
#duration ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#start_time ⇒ ::Google::Type::TimeOfDay
Required.
Instance Attribute Details
#day ⇒ ::Google::Type::DayOfWeek
Returns Required. The day of week that maintenance updates occur.
470 471 472 473 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 470 class WeeklyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
470 471 472 473 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 470 class WeeklyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Type::TimeOfDay
Returns Required. Start time of the window in UTC time.
470 471 472 473 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 470 class WeeklyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |